/*!
Theme Name: Definite Lite
Theme URI: https://www.roughpixels.com/free-themes/definite-lite/
Author: Rough Pixels
Author URI: https://www.roughpixels.com
Description: Definite Lite is a clean and modern WordPress theme with an elegant and carefully crafted design while keeping it simple. Definite Lite is ideal for your personal or business-style blog, whether your passion is technology, architecture, editorial, instructional, or more, the modern concept and open space will bring focus to your content. Blog layouts, excerpts, custom colours, and a ton more options to help you personalize your website. 
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: definite-lite
Tags: blog, grid-layout, theme-options, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, left-sidebar, right-sidebar, editor-style, footer-widgets, full-width-template, block-styles, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Copyright (C) 2018 RoughPixels.com. All rights reserved

Definite is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
    --color-body-background: #fbfbfb;
    --color-content-background: #fff;	
    --color-text-primary: #484848;
	--color-text-secondary: #9a9a9a;	
    --color-primary-link: #cd4433;
    --color-primary-link-hover: #222;	   
    --color-secondary-link: #C85F64;
    --color-secondary-link-hover: #222;
    --color-headings: #222;
    --black: #000;
    --white: #fff;
    --font-headings: Roboto, sans-serif;
    --font-primary: Roboto, sans-serif;
    --font-secondary:  "PT Serif", Georgia, serif;	
    --image-default-filter: grayscale( 0% );
    --image-hover-filter: grayscale( 100% );
}

/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3e8cc1;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*--------------------------------------------------------------
Base
--------------------------------------------------------------*/
html {
    font-size: 100%;
}

body {
    background-color: #fbfbfb;
    color: #484848;
    font-family: var(--font-primary);
        line-height: 1.75;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    clear: both;
    font-family: var(--font-headings);
	    font-weight: 700;
    line-height: 1.2;
        margin: 2rem 0 1rem;
}

h1 {
    font-size: 1.875rem
}

h2 {
    font-size: 1.75rem
}

h3 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.438rem
}

h5 {
    font-size: 1.375rem
}

h6 {
    font-size: 1.125rem
}

p {
    margin: 0 0 1.6rem;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

q:before,
q:after {
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 1.5rem;
    font-family: "Times New Roman", Cambria, serif;
    line-height: 0;
    vertical-align: -0.125rem;
    margin-right: 3px;
}

q:after {
    vertical-align: -0.25rem;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}


abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    padding: 0 8px;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Code */
code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1rem;
}
kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}


:not(pre) > * > code,
:not(pre) > code {
    margin: 0 2px;
    padding: 0;
    word-wrap: break-word;
}

pre {
    background: #f8f8f8;
    border: 1px solid #dedede;
    font-size: 0.938rem;
    line-height: 1.3125;
    margin: 2rem 0;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

pre code {
    background: none;
	color: initial;
    margin: 0;
    padding: 0;
}

kbd {
    background-color: #3a3a3a;
    border-radius: 3px;
    border: 1px solid #868686;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(0, 0, 0, .27) inset;
    color: #ffffff;
    display: inline-block;
    font-size: 0.85em;
    font-weight: 700;
    line-height: 1;
    padding: 2px 5px;
    white-space: nowrap;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

/* Call outs - info boxes */
.callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}

.callout {
  border-left-color: #5bc0de;
}

.callout h4 {
  color: #5bc0de;
}

.callout-warning {
  border-left-color: #f0ad4e;
}

.callout-warning h4 {
  color: #f0ad4e;
}

.callout-danger {
  border-left-color: #d9534f;
}

.callout-danger h4 {
  color: #d9534f;
}

/* Separators */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* List styles */
ol,
ul,
dl {
    margin-top: 3px;
    margin-bottom: 1.5rem;
}

ul {
    list-style: disc;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
    padding: 0 0 0 1.5rem;
}

ol li,
ul li {
    margin-bottom: 3px;
    position: relative;
}

dt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.938rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

dd {
    margin: .25rem 0.75rem 0.75rem;
}

/* blockquotes */

blockquote {
    font-family: 'Times New Roman';
    font-weight: 400;
    letter-spacing: -1px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #000000;
    position: relative;
    max-width: 90%;
    margin: 2rem 0;
}

blockquote > p:first-of-type::before,
blockquote > p:first-of-type::after {
	color: #cd4433;
    content: open-quote;
    quotes: "\201C""\201D""\2018""\2019";
    font-size: 2.5rem;
    font-family: "Times New Roman", Cambria, serif;
    line-height: 0;
    vertical-align: -0.375rem;
    margin-right: 7px;
    opacity: 0.7;
}

blockquote > p:first-of-type::after {
    content: close-quote;
    margin-right: 0;
}

blockquote > p a {
    color: inherit;
}

blockquote > p a:hover {
    opacity: 0.8;
}

blockquote cite {
    display: block;
    font-family: "helvetica neue", arial, sans-serif;
    font-size: 0.813rem;
    line-height: 1;
    font-weight: 300;
    font-style: normal;
    color: rgba(0, 0, 0, 0.6);
    letter-spacing: 0.5px;
    margin: 1rem 1.5rem;
}

blockquote cite::before {
    content: "\2014";
    margin-right: 0.25rem;
}

blockquote figure {
    margin: 20px auto 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    overflow: hidden;
    text-align: center;
}

blockquote p {
    margin: 0;
}

blockquote.alignleft,
blockquote.alignright {
    font-size: 1.25rem;
    margin-left: 0;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0;
    display: block;
    float: none;
}

blockquote.alignleft {
    padding-left: 1rem;
}

blockquote.alignright {
    padding-left: 1rem;
}

/* Media */
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}


/* Tables */
table {
	border-collapse: collapse;
}
table th+th, 
table th+td, 
table td+th, 
table td+td {
	border-left: 1px solid #ddd;
}
table th, 
table th + th, 
table td + th {
    border-color: #6d97b3;
}
table th a,
table th a:visited {
    color: #fff;
}
table th a:focus,
table th a:hover {
	color: #fff;
}
table > p {
	margin: 0 !important;
}
table td {
	border: 1px solid #ededed;
	border-top: none;
}
table td, 
table th {
	padding: 1rem 2rem;
}
table th {    
	background-color: #3e8cc1;  
	color: #ffffff;
	    font-family: var(--font-primary);
	text-transform:none;
	text-align: center;
	letter-spacing: 0;
}
table td {
	padding-top: 1.313rem;
	padding-bottom: 1.313rem;
}
caption {
	font-weight: 700;
	text-align: center;
}

::-moz-selection {
    background-color: #3e8cc1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #3e8cc1;
    color: #fff;
    text-shadow: none;
}

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
 /* Screen Readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

 /* Floats */
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.col {
	-ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}


.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}


.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

/* Display flex type */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* Flex directional */
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}





/* Bootstrap Alignment */

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}


/* Bootstrap Elements */
.w-100 {
    width: 100% !important;
}

/* Image left aligned to content block */
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
.fade {
  transition: opacity 0.15s linear;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

::-ms-expand {
  background-color: transparent;
  border: 0;
}

:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

/* Form input fields */
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* Input Groups - Attaching inputs to each other */
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}


.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


/* Text Muted - Greyed Text */
.text-muted {
  color: #6c757d !important;
}

/* Output text */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}


.form-control-plaintext.form-control-sm, 
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* Form input field size */
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

/* Form rows with column inputs for a tighter space */

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* Checkboxes */

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* Buttons - default button */

.btn {
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, 
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* primary button */
.btn-primary,
.btn-primary:visited {
  color: #fff;
  background-color: #2f3335;
  border-color: #2f3335;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #3e8cc1;
  border-color: #3e8cc1;
}

/* secondary button */
.btn-secondary,
.btn-secondary:visited {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}


/* outline button */
.btn-outline-primary,
.btn-outline-primary:visited {
  color: #3e8cc1;
  border-color: #3e8cc1;
}

.btn-outline-primary:focus
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3e8cc1;
  border-color: #3e8cc1;
}


/* Button Size */

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}




form p {
    margin-bottom: 0.75rem;
}

fieldset {
    border: 1px solid #dedede;
    margin: 1.6rem 0;
    padding: 20px;
}

label {
	color: #828282;
    display: block;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
    transition: color 0.2s ease;
    width: 100%;
}

input[type=radio] + label,
input[type=checkbox] + label {
    display: inline-block;
    width: auto;
    margin-left: 5px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    color: #666;
    border: 1px solid #dedede;
    border-radius: 3px;
	font-family: var(--font-primary);
	font-size: 0.938rem;
    height: 40px;
	margin: 5px 0;
    padding: 3px 9px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #dedede;
}

textarea {
    height: auto;
    width: 100%;
}

a.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #2f3335;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.06em;
    padding: 10px 40px;
    transition: all 0.2s ease;
    max-width: 100%;
    text-transform: uppercase;
    text-align: center;
}

a.button:focus,
a.button:hover,
button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
    background-color: #3e8cc1;
    color: #fff;
}


/*	button size */
a.button-mini {
    border-radius: 3px;
    font-size: 9px;
    line-height: 16px;
    padding: 4px 20px;
}

a.button-small {
    border-radius: 4px;
    font-size: 11px;
    line-height: 19px;
    padding: 7px 30px;
}

a.button-medium {
    border-radius: 3px;
    font-size: 13px;
    line-height: 21px;
    padding: 10px 40px;
}

a.button-big {
    border-radius: 6px;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 50px;
}


/* style 1 dark */
.button.style-1 {
    border: none;
    background-color: #2f3335;
    color: #fff;
}

.button.style-1:hover {
    background-color: #111;
}

/* style 2 - medium */
.button.style-2 {
    border: none;
    background-color: #e8e8e8;
    color: #111;
}

.button.style-2:hover {
    background-color: #e0e0e0;
    color: #111;
}


/* style 3 - bordered */
.button.style-3 {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #000;
}

.button.style-3:hover {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.35);
    color: #000;
}


/* read more */
.readmore,
.readmore:visited {
    color: inherit;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    padding-left: 25px;
    position: relative;
}

.readmore:focus,
.readmore:hover {
    color: #cd4433;
}

.readmore::before {
    content: "";
    width: 14px;
    height: 2px;
    background: #000000;
    display: block;
    transition: all 0.2s ease 0.2s;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}

.readmore::after {
    content: "";
    position: absolute;
    top: calc(50% - 0px);
    left: 5px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
    color: #cd4433;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #484848;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

.entry-content p a:not(.button) {
    font-weight: 700;
}

#blog-sidebar li a,
#blog-sidebar li a:visited,
#left-sidebar li a,
#left-sidebar li a:visited,
#right-sidebar li a,
#right-sidebar li a:visited {
    color: inherit;
}

#blog-sidebar li a:focus,
#blog-sidebar li a:hover,
#left-sidebar li a:focus,
#left-sidebar li a:hover,
#right-sidebar li a:focus,
#right-sidebar li a:hover {
    color: #cd4433;
}

#cbottom-sidebar a,
#cbottom-sidebar a:visited {
    color: #ccc;
}

#cbottom-sidebar a:hover {
    opacity: 0.7;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
#primary-navigation-wrap {
    position: relative;
}

#primary-navigation-container {
    padding: 0;
}

/* Main Navigation Toggle */
.main-navigation-toggle {
    background-color: #3e8cc1;
    border: none;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    padding: 10px;
    text-decoration: none;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: normal;
    line-height: 1.3;
    text-transform: uppercase;
    width: 100%;
}

.main-navigation-toggle.active {
    border-radius: 6px 6px 0 0;
}

.main-navigation-toggle:focus {
    background-color: #2f3335;
    outline: none;
}

.main-navigation-toggle:hover,
.main-navigation-toggle:active,
.main-navigation-toggle:focus:hover {
    color: #fff;
    background-color: #2f3335;
    cursor: pointer;
}

.main-navigation-toggle .icon {
    margin: 0 10px;
    width: 22px;
    height: 22px;
    vertical-align: top;
    fill: #fff;
    position: relative;
    bottom: 2px;
}

.main-navigation-toggle:hover .icon,
.main-navigation-toggle:active .icon {
    fill: #fff;
}

/* Main Navigation Menu */
#primary-navigation {
    display: block;
    padding: 10px 20px;
}

.main-navigation-menu {
    background-color: #2f3335;
	border-radius: 0 0 6px 6px;
    display: none;
   font-size: 0.813rem;
   line-height: 1.2;
    margin: 0;
    padding: 1rem 0;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}


.main-navigation-menu li {
    margin: 0;
    position: relative;
}

.main-navigation-menu li a {
    border-bottom: 1px solid #4c4c4c;
    color: #dedede;
    display: block;
    margin: 0;
    padding: 12px 20px;
    text-decoration: none;
}

.main-navigation-menu li a:focus,
.main-navigation-menu li a:hover,
.main-navigation-menu li a:active,
.main-navigation-menu .sub-menu li.current-menu-item > a {
    color: #ccc;
}

.main-navigation-menu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    font-size: 15px;
    font-size: 0.875rem;
    text-transform: none;
}

.main-navigation-menu ul a {
    padding-left: 2rem;
}

.main-navigation-menu ul li ul a {
    padding-left: 3rem;
}

.main-navigation-menu ul li ul li ul a {
    padding-left: 4rem;
}

.main-navigation-menu ul li ul li ul li ul a {
    padding-left: 5rem;
}

/* Sub Menu Dropdown Icons */
.main-navigation-menu > .menu-item-has-children a .sub-menu-icon {
    float: right;
    margin: -15px -4px 0;
    padding: 12px 16px 0;
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon .icon {
    margin: 0.3em 0 0;
    width: 20px;
    height: 20px;
    vertical-align: top;
    fill: #dedede;
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon:hover .icon,
.main-navigation-menu > .menu-item-has-children a .sub-menu-icon:active .icon {
    fill: #ccc;
}

.main-navigation-menu > .menu-item-has-children a .sub-menu-icon.active .icon {
    margin: 0.25em 0 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*--------------------------------------------------------------
Navigation - Social Menu
--------------------------------------------------------------*/

.social-menu {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

#footer-social-menu .social-menu {
    margin: 0;
}

.social-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
}

.social-menu li a {
    display: block;
    padding: 0 8px;
}

#top-bar .social-menu li a {
    padding: 0 6px;
}

#footer-social-menu .social-menu li a {
    display: block;
    padding: 0 10px;
}

.social-menu li a:hover,
.social-menu li a:active {
    text-decoration: none;
}

.social-menu li a .icon {
    margin: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #fff;
}

.social-menu li a.search-icon {
    position: relative;
    top: -4px;
}
button.search-icon {
    background: transparent;
    padding: 0;
}

#footer-social-menu .social-menu li a .icon {
    fill: #fff;
}

#footer-social-menu .social-menu li a:hover .icon {
    opacity: 0.7;
}


/*--------------------------------------------------------------
Navigation - Blog
--------------------------------------------------------------*/

.navigation.pagination {
    text-align: center;
}

.blog-classic .navigation.pagination {
    text-align: left;
}

.pagination .page-numbers,
.pagination .page-numbers:visited {
    border: 1px solid;
    border-color: #cd4433;
    color: #cd4433;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.875rem;
    margin-right: 6px;
    text-align: center;
    text-decoration: none;
    width: 32px;
    height: 32px;
    line-height: 30px;
}

.pagination .current,
.pagination .page-numbers:hover,
.pagination .page-numbers:active {
    background-color: #cd4433;
    border-color: #cd4433;
    color: #fff;
}

span.nav-arrow {
    position: relative;
    bottom: 1px;
}

/*--------------------------------------------------------------
Navigation - Single Post
--------------------------------------------------------------*/
.post-navigation {
	border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    margin: 40px 0;
    padding: 1rem 0;
}

.nav-links {
    display: table;
    width: 100%;
}

.nav-previous {
    float: left;
    padding-right: 2%;
    text-align: left;
    width: 48%;
}

.nav-next {
    float: right;
    padding-left: 2%;
    text-align: right;
    width: 48%;
}

.nav-link-text {
	font-family: var(--font-primary);
    font-size: 0.875rem;
	text-transform: uppercase;
}

.nav-link-text,
.nav-link-text:visited {
    color: #5f5f5f;
}

.nav-links a:hover .nav-entry-title {
    color: #cd4433;
}

.nav-entry-title {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 0.5rem;
    text-transform: none;
}

/*--------------------------------------------------------------
Navigation - Multi-page
--------------------------------------------------------------*/
.page-links {
    clear: both;
}

span.page-wrap {
    display: inline-block;
    border: 2px solid #dedede;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    line-height: 34px;
    text-align: center;
}

/*--------------------------------------------------------------
Navigation - Footer Menu
--------------------------------------------------------------*/
#footer-nav {
    margin: 0;
}

#footer-menu {
    font-size: 0.813rem;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#footer-menu a,
#footer-menu a:visited,
#footer-menu li:after {
    text-decoration: none;
    color: inherit;
}

#footer-menu a:hover {
    color: #cd4433;
}

#footer-menu li {
    display: inline;
    margin: 0;
}

#footer-menu li:after {
    bottom: 0;
    content: "\00B7";
    left: 2px;
    font-size: 2rem;
    display: inline-block;
    line-height: 0.5;
    margin: 0 5px;
    position: relative;
    vertical-align: middle;
}

#footer-menu li:last-child:after {
    display: none;
}

/*--------------------------------------------------------------
Navigation - Top Social and Search
--------------------------------------------------------------*/
#top-search {
    background-color: #2f3335;
    display: none;
    padding: 12px 20px;
    position: relative;
    margin: auto;
}

#top-search .search-form {
    max-width: 1160px;
    margin: 0 auto;
}

#top-search #search-field {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    border: none;
    font-size: 0.938rem;
    color: #63717f;
    padding: 0 20px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: background .55s ease;
    -moz-transition: background .55s ease;
    -ms-transition: background .55s ease;
    -o-transition: background .55s ease;
    transition: background .55s ease;
}

#top-search #search-field::-webkit-input-placeholder {
    color: #65737e;
}

#top-search #search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #65737e;
}

#top-search #search-field::-moz-placeholder {
    /* Firefox 19+ */
    color: #65737e;
}

#top-search #search-field:-ms-input-placeholder {
    color: #65737e;
}

#search-icon-wrapper {
    position: relative;
    top: 5px;
    margin: 0 6px;
}

#top-search .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-right: 17px;
    top: 15px;
    right: 0;
    z-index: 1;
    fill: #4f5b66;
}

#top-search input#search-field:hover,
#top-search input#search-field:focus,
#top-search input#search-field:active {
    outline: none;
    background: #ffffff;
}


/*--------------------------------------------------------------
## Comment Navigation
--------------------------------------------------------------*/
.comment-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 2rem;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 2rem;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 2rem auto 1.5rem;
}

.wp-caption.alignnone {
    margin: 2rem 0 1.5rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after {
    clear: both;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Header */
#site-title {
    font-family: "Helvetica black", "helvetica neue", arial, sans-serif;
    font-size: 1.75rem;
	font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
	text-transform: uppercase;
}

#site-title a,
#site-title a:visited,
#site-title a:hover {
    color: #000;
}

#site-branding {
    margin-bottom: 1.125rem;
	 text-align: left;
	/* text-align: center; */
}

#site-branding p {
    margin: 0;
}

#site-description {
    font-size: 0.75rem;
    letter-spacing: 1px;
	    line-height: 1.2;
}

/* Make sure logo link wraps around logo image. */
.wp-custom-logo .custom-logo-link {
	display: inline-block;
    float: left;
    position: relative;
    top: 2px;
}

.custom-logo {
    display: block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#top-bar-wrapper {
    background-color: #cd4433;
    padding: 6px 0;
}

#top-bar {
	-ms-flex-pack: center;
    justify-content: center;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 26px;
}

#top-bar-wrapper .icon {
    cursor: pointer;
    width: 20px;
    height: 20px;
    fill: #fff;
    position: relative;
    top: -2px;
}

#top-bar-wrapper .icon:hover {
    opacity: 0.8;
}

#page {
	    background: var(--color-content-background);
    padding: 0;
}

#site-header {
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0 20px rgba(0,0,0,.05);
	padding: 1.5rem 0;
    margin-bottom: 4rem;
}


/* page title group */
#page-title-group {
    margin: 0 0 30px;
}

#page-title-group p,
#blog-description,
#category-description,
#page-excerpt {
    margin: 10px 0 20px;
}

#blog-description,
#category-description,
#page-excerpt {
    color: #9a9a9a;
       font-size: calc(1rem + 0.375vw);
    font-family: var(--font-primary);
    font-weight: 300;
    line-height: 1.3;
}

#page-title-group #blog-title,
#page-title-group #page-title {
	 font-family: var(--font-primary);
    font-size: calc(1rem + 1.375vw);
    margin: 0 0 10px;
}

    #blog-description,
    #category-description,
	#page-excerpt {
        padding-right: calc(1rem + 10vw);
    }

    .template-short #page-excerpt {
        padding-right: calc(1rem + 5vw);
    }
	
#content {
    padding-bottom: 60px;
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#site-footer {
    background-color: #202325;
    color: #fff;
    padding: 20px;
}

#footer-copyright {
    font-size: 0.75rem;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.featured-label {
    font-weight: 700;
    letter-spacing: 2px;
    color: #cd4433;
}

.post,
.page {
    margin: 0 0 1.5em;
}

/* post header */
.blog .post-header,
.archive .post-header {
    margin-bottom: 25px;
}

.single .post-header {
    margin-bottom: 30px;
}


/* post content */
.page-content,
.entry-content,
.entry-summary {}

.hentry {
    font-size: 1.063rem;
    font-family: var(--font-secondary);
}

.blog .hentry,
.archive .hentry {
    margin-bottom: 70px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* featured images */
.post-thumbnail,
.single-featured-image {
    margin: 0 0 2.25rem;
    position: relative;
}
.blog-classic .post-thumbnail
.blog-classic-left .post-thumbnail {
    margin: 0 0 2rem;
}
.page .post-thumbnail {
    margin: 0 0 40px;
}

.single-featured-image {
    max-width: 1160px;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto 40px;
}

.featured-caption {
    bottom: 2rem;
    background-color: #3e8cc1;
    color: #fff;
    font-family: "Helvetica neue", arial, sans-serif;
    font-size: 0.688rem;
    font-weight: 400;
    left: 20px;
    letter-spacing: 2px;
    line-height: 1;
    padding: 10px 20px 8px;
    position: absolute;
    text-transform: uppercase;
}

.page .post-thumbnail img {
    object-fit: cover;
    width: 100%;
}
.single-featured-image,
.attachment-wrapper img,
.post-thumbnail .wp-post-image,
.wp-block-image img,
.blocks-gallery-item img {
    box-shadow: 0 3px 12px -1px rgba(7,10,25,.2), 0 22px 27px -20px rgba(7,10,25,.2);
    transition: all .3s ease;
}

/* entry titles */
.blog .entry-title,
.archive .entry-title,
.single .entry-title {
    font-size: 2rem;
    margin: 0 0 1rem;
    line-height: 1.1;
}

.entry-title a,
.entry-title a:visited {
    color: #000;
}

.entry-title a:hover {
    color: #cd4433;
}


/* show updated post date */
.updated:not(.published) {
    display: none;
}

.post-details {
    font-family: sans-serif;
    font-size: 0.688rem;
    letter-spacing: 1px;
    list-style: none;
line-height: 1.4;
    padding: 0;
    text-transform: uppercase;
}

.post-details {
    margin: 0;
}

.post-details li {
    display: inline-block;
    margin: 0 12px 0 0;
}

.post-details li:last-child {
    margin: 0;
}

.post-details li,
.post-details a,
.post-details a:visited {
    color: inherit;
    text-decoration: none;
}

.post-details .post-category {
    font-family: "Times New Roman", serif;
    font-size: 0.813rem;
    font-style: italic;
    letter-spacing: 0.5px;
    text-transform: initial;
}

.post-details .post-category .post-summary-category {
    font-weight: 600;
}

.hentry .post-details a:hover {
    color: #cd4433;
}

.post-format {
    text-transform: uppercase;
    font-weight: 700;
}

footer.entry-footer {
    clear: both;
}

/* Blog Featured Post */
#blog-featured-post {
    margin-bottom: 40px;
}

#blog-featured-image {
    position: relative;
}

#blog-featured-image img {
    border-radius: 3px;
    display: block;
    object-fit: cover;
    height: 100%;
    min-height: 400px;
    max-height: 550px;
    width: 100%;
}

#blog-post-header {
    border-radius: 3px;
    position: absolute;
    bottom: 20px;
    background-color: #2f3335;
    padding: 20px;
    left: 20px;
    right: 20px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    z-index: 2;
}

#blog-post-header p {
    margin-bottom: 10px;
}

#blog-featured-post .hentry {
    margin-bottom: 0;
}

#blog-featured-title {
    line-height: 1.2;
    margin: 0 0 5px;
}

#blog-featured-content {
    font-family: Raleway, "Helvetica neue", sans-serif;
    font-size: 0.875rem;
}

#blog-featured-content,
#blog-featured-title a {
    color: #fff;
}

#blog-featured-title a:hover {
    color: #cd4433;
}

#blog-featured-post .readmore {
    background-color: #3e8cc1;
    padding: 0 12px;
    font-size: 0.75rem;
	font-weight: 400;
    letter-spacing: 1px;
    line-height: 28px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    height: 28px;
    margin-top: 5px;
}

#blog-featured-post .readmore:hover {
    background-color: #cd4433;
}

#blog-featured-post .readmore:before,
#blog-featured-post .readmore:after {
    display: none;
}



/*--------------------------------------------------------------
Blog Styles
--------------------------------------------------------------*/
/* blog grid */
.blog-grid #blog-layout {
    list-style: none;
    margin-top: 0;
    padding: 0;
}

.blog-grid li {
    margin-top: 0;
}

.blog-grid .post-thumbnail img {
    display: block;
    width: 100%;
}

.blog-grid .entry-title {
    font-size: 1.5rem;
}

/*--------------------------------------------------------------
Single Styles
--------------------------------------------------------------*/
/* Single Full */
.single-full #single-layout {
    display: block;
}

.single-full .post-content {
    max-width: 100%;
    margin: auto;
}


/* Post Elements */
.single .entry-footer {
	clear: both;
    margin: 40px 0 0;
}

#post-categories,
#post-tags {
    font-size: 0.875rem;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}

.post-categories,
.entry-tags {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 15px;
}

.post-categories li,
.entry-tags li {
    display: inline;
    margin: 0 4px;
}

#post-categories a,
#post-categories a:visited,
#post-tags a,
#post-tags a:visited {
    border: none;
    color: #262626;
    font-weight: 600;
    font-size: 0.875rem;
}

/* Author Info */
#author-info {
    border-top: 2px solid #dedede;
    border-bottom: 2px solid #dedede;
    display: table;
    margin: 40px 0;
    padding: 40px 0;
}

#author-avatar {
    float: left;
    margin-right: 1.25rem;
}

#author-info .avatar {
    border-radius: 3px;
}

#author-description {
    overflow: hidden;
}

#author-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

#author-bio {
    font-size: 0.938rem;
    line-height: 1.5;
    margin-bottom: 0;
}

#author-bio #author-link {
    border: none;
    font-style: italic;
    font-size: 0.813rem;
    margin-top: 10px;
    display: block;
}

#author-info,
#related-posts-wrapper {
    margin: 40px 0;
}


/* related posts */
#related-posts-wrapper {
    border-bottom: 2px solid #dedede;
    margin: 40px auto;
    padding-bottom: 40px;
}

#related-posts .wp-post-image {
    display: block;
    margin-bottom: 0;
}


#related-posts {
    list-style: none;
    padding: 0;
}

#related-posts-heading {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-transform: capitalize;
}

.related-posts-title {
    font-size: 0.938rem;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 0;
}

.related-post-date {
    color: #9a9a9a;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.related-posts-title a,
.related-posts-title a:visited {
    color: initial;
}

.related-posts-title a:hover {
    color: #cd4433;
}

/*--------------------------------------------------------------
Search Page
--------------------------------------------------------------*/
.search .page-header {
    margin-bottom: 20px;
}

.search .entry-title {
    line-height: 1.3;
    margin-bottom: 10px;
}


/*--------------------------------------------------------------
Error Page
--------------------------------------------------------------*/
#error404 {
    padding: 0 0 60px;
    text-align: center;
}

#error-title {
    font-size: 9.375rem;
    font-weight: 900;
    color: #161616;
    letter-spacing: -1px;
}

#error-sub-title {
    font-size: 1.75rem;
    padding-bottom: 14px;
}

#error-button {
    margin: 40px auto;
}

#error404 .search-form {
    margin: auto;
    position: relative;
}

.error404 .search-form .icon {
    height: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

#error404 .search-form,
#error404 #search-field {
    width: 600px;
    height: 40px;
}

#error404 #search-field {
    padding-right: 30px;
}


/* --------------------------------------------------------------------------------
# Attachments Page
-------------------------------------------------------------------------------- */
.attachment .site-content {
    display: block;
}

.attachment #page-excerpt {
    padding: 0;
}

#attachment-view {
    margin: auto;
    text-align: center;
}

.attachment .post-header {
    margin-bottom: 2rem;
}

.attachment .hentry {
    text-align: center;
}

#attachment-wrapper {
    margin-bottom: 1.75rem;
}

#attachment-wrapper img {
    display: block;
    margin: auto;
}

#attachment-description {
    max-width: 700px;
    margin: 0 auto;
}
.attachment-title {
    text-transform: capitalize;
    font-size: calc(1rem + 1.25vw);
	margin: 0;
}
.attachment .entry-title {
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

.attachment .entry-title:after {
    margin: 20px auto;
}

.attachment .gallery-post-caption {
    font-family: inherit;
    color: #262626;
}

.attachment .gallery-post-caption p {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.attachment a.more-link {
    display: none;
}

.attachment #comments,
.attachment #respond {
    margin: auto;
    max-width: 960px;
}

#image-navigation {
    height: 40px;
    display: table;
    margin: 2rem auto;
}

#image-navigation a {
    padding: 5px 20px;
}

.prev-image,
.next-image {
    display: inline-block;
    margin: 0 2px;
}

.attachment .form-submit {
    text-align: center;
}


/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments-wrapper {
    border-top: 0.25rem solid #ededed;
    padding: 2rem 0;
}

.comments-header {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.comment-reply-title {
    font-size: 1.5rem;
    margin: 0 0 1rem;
    line-height: 1;
}

.comment-reply-title small {
    font-size: 1.8rem;
}

.comment-content {
    font-size: 0.938rem;
    line-height: 1.6;
}

/* Comment Item */
.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Comment header */
.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding: 1.5rem 0;
}

div.comment:first-of-type {
    margin-top: 3.5rem;
    padding-top: 0;
}

.comments .comments-header + div {
    margin-top: 0;
    padding-top: 0;
}

.comment-body {
    position: relative;
}


#cancel-comment-reply-link {
    color: var(--color-primary-link);
    font-size: 1rem;
}

.comment .comment {
    padding-left: 5%;
}

.comment-meta {
    line-height: 1.1;
}

.comment-meta {
    margin: 0 0 1.2em -1.25rem;
}

.comment-meta .avatar {
    display: none;
}

.comment-meta a {
    border-bottom: .1rem solid transparent;
    text-decoration: none;
}

.comment-meta a:hover {
    text-decoration: none;
}

.comment-author {
    margin: 0 0 0 1.125rem;
}

.comment-metadata {
    display: block;
    clear: both;
    font-style: italic;
    font-size: 0.813rem;
    margin: 0.5rem 0 0 1.125rem;
}

.comment-author {
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.comment-author .url {
    text-decoration: none;
    color: inherit;
    font-family: var(--font-primary);
}

.comment-awaiting-moderation {
    background: #d6ac6a;
    color: #fff;
    padding: 0 1rem;
}

/* Comment content */
.comment-content > *:first-child {
    margin-top: 0;
}

.comment-content > *:last-child {
    margin-bottom: 0;
}

.comment-content p {
    margin-bottom: 1em;
}

.comment-content h1 {
    font-size: 2em;
}

.comment-content h2 {
    font-size: 1.8em;
}

.comment-content h3 {
    font-size: 1.6em;
}

.comment-content h4 {
    font-size: 1.4em;
}

.comment-content h5 {
    font-size: 1.2em;
}

.comment-content h6 {
    font-size: 1em;
}

/* Comment Footer */
.comment-footer {
    font-size: 0.875rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1;
    margin: 1.25rem 0 0;
}

.comment-footer > * + * {
    margin-left: 1.2em;
}

span.bypostauthor {
    color: #9a9a9a;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: italic;
}

.comment-footer a:focus,
.comment-footer a:hover {
    text-decoration: none;
    color: inherit;
}

/* Pingbacks & Trackbacks */

.pingback .comment-meta,
.trackback .comment-meta {
    padding-left: 0;
}


/* Comments Pagination */

.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6rem;
    text-align: center;
}

.comments-pagination.only-next {
    justify-content: flex-end;
}

.comments-pagination .page-numbers {
    display: none;
    text-decoration: none;
}

.comments-pagination .page-numbers:hover {
    text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
    display: block;
}

.comments-pagination .prev {
    left: 0;
}

.comments-pagination .next {
    right: 0;
    text-align: right;
}


/* Comment Respond */
.comment-respond:not(:first-child) {
    padding-top: 3rem;
}

.comment-form {
    margin-top: 2.2rem;
}

.comment-form:after {
    clear: both;
    content: "";
    display: block;
}

.logged-in-as {
    font-size: 0.875rem;
    font-style: italic;
    margin-bottom: 1rem;
}

.comment-respond .logged-in-as a {
    color: inherit;
    text-decoration: none;
}

.comment-respond .logged-in-as a:hover {
    color: #ad7e35;
    text-decoration: none;
}

.comment-form p {
    line-height: 1.1;
    margin-bottom: 2rem;
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
    font-style: italic;
}

.comment-form > p:last-of-type {
    margin-bottom: 0;
}

.comment-respond label {
    display: none;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"],
.comment-respond textarea {
    margin-bottom: 0;
	width: 100%;
}

.comment-respond #submit {
    display: block;
    margin-right: auto;
}


/* Reply Respond */

.comments .comment-respond {
    padding: 3rem 0 0;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
#blog-sidebar {}

#bottom-sidebar {
    text-align: center;
}

#left-sidebar {}

#right-sidebar {}

#banner-sidebar img {
    border-radius: 3px;
    display: block;
    margin: auto;
}

#banner-sidebar .widget,
#banner-sidebar .wp-caption.aligncenter,
#banner-sidebar .wp-caption.alignnone {
    margin: 0 auto 40px;
}

#cbottom-wrapper {
    background-color: #2f3335;
    color: #ccc;
    font-size: 0.875rem;
    padding: 70px 0 50px;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.6rem;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 5px 0;
}
.gallery-caption,
.wp-caption-text {
	font-family: "Helvetica Neue",Arial,sans-serif;
    border-radius: 3px;
    color: #484848;
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin: 40px 0;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-item a {
    display: block;
}
.gallery-item img {
	display: block;
    width: 100%;
}


.gallery figure {
    cursor: pointer;
    margin: 10px;
	opacity: 0.9;
	position: relative;
	transition: all 0.3s ease;
}
.gallery figcaption {
    background-color: #cd4433;
	border-radius:5px;
	color: #fff;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
	opacity: 0;
    text-align: center;
	transition: all 0.3s ease;
}
.gallery figure:hover,
.gallery .gallery-item:hover figcaption {
    opacity: 1;
}

.gallery-columns-2 .gallery-item {
	max-width: calc(50% - 20px);
}

.gallery-columns-3 .gallery-item {
    max-width: calc(33.3333% - 20px);
}

.gallery-columns-4 .gallery-item {
	max-width: calc(25% - 20px);
}

.gallery-columns-5 .gallery-item {
	max-width: calc(20% - 20px);
}

.gallery-columns-6 .gallery-item {
	max-width: calc(16.6666% - 20px);
}

.gallery-columns-7 .gallery-item {
	max-width: calc(14.28% - 20px);
}

.gallery-columns-8 .gallery-item {
	max-width: calc(12.5% - 20px);
}

.gallery-columns-9 .gallery-item {
	max-width: calc(11.11% - 20px);
}




/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    font-size: 0.875rem;
    height: auto;
    margin: 0 0 50px;
    /* Make sure select elements fit in widgets. */
}

.widget-title {
    font-size: 1.125rem;
    margin: 0 0 20px;
}

.widget select {
    max-width: 100%;
}

div .widget:first-child {
    margin-top: 0px;
}

.widget-title + ul,
.widget-title + p,
.widget-title + ol {
    margin-top: 15px;
}

.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_categories li,
.widget_recent_comments li,
.widget_recent_entries li {
    line-height: 1.2;
    margin: 0.75rem 0;
}
.widget_pages li:after,
.widget_meta li:after,
.widget_archive li:after,
.widget_categories li:after,
.widget_recent_comments li:after,
.widget_recent_entries li:after {
    content: "";
    display: block;
    background: #dedede;
    height: 1px;
    position: relative;
    width: 20%;
    margin: 0.75rem 0;
}

#banner-sidebar .widget,
#banner-sidebar .wp-caption.aligncenter,
#banner-sidebar .wp-caption.alignnone {
    margin: 0 auto 40px;
}

#breadcrumbs-wrapper .widget {
    font-size: 0.75rem;
    text-align: right;
}
#breadcrumb-sidebar .widget-title {
    margin-bottom: 10px;
}
#cbottom-wrapper .widget-title {
    color: #fff;
}

#cbottom-wrapper .widget {
    margin-bottom: 20px;
}

#cbottom-wrapper .widget p:last-child {
    margin-bottom: 0;
}


/* Gallery widget */
.widget_media_gallery .gallery,
#bottom-sidebar .widget_media_gallery {
    margin: 0;
}

.widget_media_gallery .gallery-columns-3,
.widget_media_gallery .gallery-columns-4,
.widget_media_gallery .gallery-columns-6,
.widget_media_gallery .gallery-columns-8 {
    display: grid;
    grid-gap: 0;
}

.widget_media_gallery .gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.widget_media_gallery .gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.widget_media_gallery .gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.widget_media_gallery .gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.widget_media_gallery .gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.widget_media_gallery .gallery-columns-2 .gallery-item,
.widget_media_gallery .gallery-columns-3 .gallery-item,
.widget_media_gallery .gallery-columns-4 .gallery-item,
.widget_media_gallery .gallery-columns-6 .gallery-item,
.widget_media_gallery .gallery-columns-8 .gallery-item {
	    margin: 0;
	max-width: 100%;
	padding: 0;
}
.widget_media_gallery img {
    border-radius: 0;
    display: block;
    padding: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.widget_media_gallery figcaption {
	display:none;
    border-radius: 0;
}





/* MailChimp for WordPress */
.mc4wp-form-fields {
    position: relative;
}
#cbottom-wrapper .mailchimp-label {
    margin-bottom: 12px;
    display: block;
}

#cbottom-wrapper .mc4wp-form input[type="email"] {
    width: 100%;
    border-radius: 4px;
    padding: 0 20px;
}

#cbottom-wrapper .mc4wp-form input[type="submit"] {
    background-color: #cd4433;
    display: block;
    height: 40px;
    width: 100%;
    position: relative;
    margin: 5px 0;
    border-radius: 4px;
    padding: 10px 5px;
}

#cbottom-wrapper .mc4wp-form input[type="submit"]:hover {
    opacity: 0.9;
}

#footer-sidebar .widget {
    font-size: 0.813rem;
    margin: 0;
}
#footer-sidebar .widget-title {
    margin-bottom: 5px;
}
#footer-sidebar p:last-child, 
#footer-sidebar ul {
    margin-bottom: 15px;
}

/* Widget Calendar */
.widget_calendar caption {
    margin-bottom: 10px;
}

.widget_calendar th,
.widget_calendar td {
    padding: 5px;
    text-align: center;
}

.widget_calendar th {
    font-size: 0.938rem;
}

.widget_calendar tfoot td {
    border: 0;
}

.widget_calendar table tr:last-child td {
    border-bottom: 1px solid #f2f2f2;
}

.widget_calendar #prev {
    text-align: left;
}

.widget_calendar #next {
    text-align: right;
}

.widget_calendar #prev a,
.widget_calendar #next a {
    display: inline-block;
    background-color: #2f3335;
    padding: 2px 8px 0;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.688rem;
}

/* Tag Cloud */
.widget_tag_cloud a {
    background-color: #e9e9e9;
    display: inline-block;
    font-size: 0.813rem !important;
    line-height: 1;
    margin: 0 3px 5px 0;
    padding: 6px 10px;
}

.widget_tag_cloud a,
.widget_tag_cloud a:visited {
    color: inherit;
}

.widget_tag_cloud a:hover {
    background-color: #2f3335;
    color: #fff;
}

#cbottom-sidebar .widget_tag_cloud a,
#cbottom-sidebar .widget_tag_cloud a:visited {
    background-color: #686868;
    color: #fff;
}

#cbottom-sidebar .widget_tag_cloud a:hover {
    opacity: 0.9;
    color: #fff;
}

/*	Recent Posts */
.widget_recent_entries li {
    line-height: 1.2;
}

.widget.widget_recent_entries li span.post-date,
.definite-lite-post-date {
    color: #6f6f6f;
    display: block;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: normal;
    margin-top: 4px;
}

#cbottom-sidebar .widget.widget_recent_entries li span.post-date,
#cbottom-sidebar .definite-lite-post-date {
    color: #9c9c9c;
}

/* Recent Posts with Thumbnail */
.widget .definite-lite-recent-posts-widget,
.widget_definite_lite_recent_posts {
    display: table;
}

.widget .definite-lite-recent-posts-widget {
    list-style: none;
    max-width: 300px;
    margin: 20px 0 0;
}

.definite-lite-recent-posts-widget li {
    float: left;
}

.definite-lite-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.definite-lite-thumbnail {
    margin: 0 20px 0 0;
    min-width: 90px;
}

.definite-lite-title {
    font-size: 0.875rem;
	font-weight: 700;
    line-height: 1.3;
    margin: 0 0 5px;
}

/*	Recent Comments */
.widget_recent_comments li {
    font-size: 0.75rem;
    font-style: normal;
    line-height: 1.2;
    margin-top: 15px;
}

.widget_recent_comments li a {
    display: inline-block;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.3;
}

.widget_recent_comments li span.comment-author-link a {
    font-size: 0.813rem;
    font-style: normal;
    line-height: 18px;
}

/*	Archive Widget */
.widget_archive ul li a {
    display: inline-block !important;
}

/* Search Widget */
.widget .search-form {
    position: relative;
}

.widget input[type="search"].search-field {
    border-radius: 5px 0 0 5px;
    height: 40px;
	margin: 0;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
}

.widget_search .icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.widget .search-submit {
    border-radius: 0 5px 5px 0;
    bottom: 0;
    cursor: pointer;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    height: 40px;
    width: 40px;
}

/* Menu Widget */
.widget ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.widget ul li a {
    display: block;
    transition: color 0.15s ease;
}

.widget ul ul.sub-menu,
.widget ul ul.children {
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
}

.widget ul ul.sub-menu li a,
.widget ul ul.children li a {
    font-size: 0.85em;
    line-height: 1.5em;
}


/* Categories Widget */
.widget_categories ul li a {
    display: inline-block !important;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
Plugins 
--------------------------------------------------------------*/

/* Colorbox lightbox */
#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxContent {
    margin-top: 20px;
    background: #000;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #dedede;
}

#cboxLoadedContent {
    border: 5px solid #000;
    background: #000;
}

#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}

#cboxCurrent {
    position: absolute;
    top: -20px;
    color: #ccc;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #000;
    padding: 0 20px;
    left: 0;
    right: 0;
}

#cboxLoadingGraphic {
    background: url(./assets/images/loading.gif) no-repeat center center;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}


/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}

#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(./assets/images/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: bottom left;
}

#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(./assets/images/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: bottom right;
}

#cboxClose {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    background: url(./assets/images/controls.png) no-repeat top center;
    width: 38px;
    height: 19px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: bottom center;
}

/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

/* Small devices (landscape phones, 576px and up */
@media (min-width: 576px) {
    html {
        font-size: 100%;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    html {
        font-size: 103%;
    }
	#top-bar {
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
    #site-branding {
        margin-bottom: 20px;
    }

    /* Single full */
    .single-full .post-content {
        max-width: 620px;
    }

    /* related posts */
    #related-posts {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 30px;
    }

    .nav-wrapper {
        padding: 0 20px;
        text-align: center;
    }

    /*** Main Navigation ***/
    .main-navigation-toggle {
        display: none;
    }

	.main-navigation-menu {
		background-color: transparent;
		position: relative;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		border-top: none;
		padding: 0;
		align-items: center;
		justify-content: flex-end;
	}
    .main-navigation-menu > li {
        display: inline-block;
    }

    .main-navigation-menu a {
        border: none;
        margin: -1px 0;
        padding: 0.5rem;
    }

	.main-navigation-menu .cart a {
		display: block;
		padding: 0;
		position: relative;
		top: 0;
	}

    .main-navigation-menu > .menu-item-has-children a .sub-menu-icon {
        display: none;
        float: none;
        margin: 0;
        padding: 0;
    }

    .main-navigation-menu > .menu-item-has-children a .sub-menu-icon .icon {
        margin: 0.375rem 0 0 0.4em;
        width: 12px;
        height: 12px;
    }

    .main-navigation-menu > .menu-item-has-children a:hover .sub-menu-icon .icon {
        fill: rgba(0, 0, 0, 0.5);
    }

    .main-navigation-menu ul {
        background-color: #fff;
        border-radius: 0 0 3px 3px;
        font-size: 0.75rem;
        position: absolute;
        z-index: 99;
        display: none;
        top: 41px;
        width: auto;
        opacity: 0;
        transition: opacity .2s ease-out;
        -moz-transition: opacity .2s ease-out;
        -webkit-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
    }

    .main-navigation-menu ul li {
        position: relative;
        margin: 0;
        padding: 3px 0;
    }

	.main-navigation-menu li a {
		border-bottom: 1px solid transparent;
	}
    .main-navigation-menu li ul a {
        /* border-bottom: 1px solid #4c4c4c; */
        display: block;
		font-weight: 600;
        line-height: 1.2;
        min-width: 14rem;
        margin: 0;
        padding: 8px 12px;
        -ms-transition: background .2s ease-in;
        -moz-transition: background .2s ease-in;
        -webkit-transition: background .2s ease-in;
        transition: background .2s ease-in;

    }

    .main-navigation-menu ul li ul a {
        padding-left: 0;
    }

    .main-navigation-menu li a,
    .main-navigation-menu li a:visited {
        color: #262626;
        margin: 0 12px;
        padding: 12px 0;
    }

    .main-navigation-menu .cart .icon,
    .main-navigation-menu .cart:visited .icon {
        fill: #262626;
    }

    .main-navigation-menu ul a,
    .main-navigation-menu ul a:visited {
        color: #262626;
    }


    .main-navigation-menu li.home.current-menu-item > a:focus,
    .main-navigation-menu li.home.current-menu-item > a:hover,
    .main-navigation-menu a:focus,
    .main-navigation-menu a:hover {
        color: #cd4433;
    }

    .main-navigation-menu .cart:focus .icon,
    .main-navigation-menu .cart:hover .icon {
        fill: #cd4433;
    }

    .main-navigation-menu ul a:hover,
    .main-navigation-menu ul a:active,
    .main-navigation-menu .sub-menu li.current-menu-item > a {
        color: #ccc;
    }

    .main-navigation-menu li.current-menu-item > a {
        color: #cd4433;
    }

    /* if home */
    .main-navigation-menu li.home.current-menu-item > a {
        color: #484848;
    }
	
	.main-navigation-menu li ul a:after {
		content: "";
		display: inline-block;
		background: #e2e2e2;
		position: absolute;
		width: 30%;
		height: 1px;
		left: 0;
		right: 0;
		margin: auto;
		bottom: 0;
	}

    .main-navigation-menu ul .menu-item-has-children a .sub-menu-icon .icon {
        margin: 0.5em 0 0 0.4em;
        width: 12px;
        height: 12px;
        fill: #fff;
        fill: rgba(255, 255, 255, 0.5);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .main-navigation-menu ul .menu-item-has-children a:hover .sub-menu-icon .icon,
    .main-navigation-menu ul .menu-item-has-children a:active .sub-menu-icon .icon {
        fill: rgba(255, 255, 255, 0.5);
    }

    .main-navigation-menu li ul ul {
        top: 0;
        left: 100%;
    }

    .main-navigation-menu li.menu-item-has-children:hover > ul,
    .main-navigation-menu li.page_item_has_children:hover > ul,
    .main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul {		
		background-color: #ffffff;
		box-shadow: 0 2px 4px -2px rgba(0,0,0,.15), 0px 4px 18px -2px rgba(0,0,0,.15);
		border-radius: 2px;
        display: block;
        text-align: left;
        left: 50%;
        margin-left: -117px;
        text-align: center;
        opacity: 1;
		padding: 1rem 0;

    }

    /* float 3rd level submenu right */
    .main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul ul {
        left: 0;
        margin-left: 100%;
    }

    /* sticky nav */
    .sticky-nav {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

    #cbottom-wrapper {
        padding: 70px 0 50px;
    }

	.gallery figcaption {
		display: flex;
	}
	.widget_media_gallery figcaption {
		display: none;
	}
	.wp-caption-text {
		padding: 10px 20px;
	}	
	   /* comments */
    .comment-body {
        min-height: 5rem;
        padding-left: 5rem;
    }

    .comment-meta .avatar {
        border-radius: 4px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }
}


@media (max-width: 991px) {
    li.grid-item {
        margin-bottom: 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    html {
        font-size: 103%;
    }

	#site-branding {
		margin-bottom: 0;
		text-align: left;
	}

    #blog-post-header {
        bottom: 30px;
        padding: 30px;
        left: 30px;
        max-width: 55%;
        margin-left: 20px;
        margin-right: 20px;
    }

    #footer-copyright {
        margin-bottom: 0;
    }

    /* single full */
    .single-full .post-content {
        max-width: 900px;
    }

    .main-navigation-menu {
        margin-left: auto;
        text-align: right;
    }

    /* float 3rd level submenu left*/
    .main-navigation-menu li.menu-item-has-children[aria-expanded="true"] > ul ul {
        left: auto;
        right: 0;
        margin-right: 100%;
    }

    #footer-social-menu .social-menu {
        float: right;
    }

    /* typography */
    blockquote {
        max-width: 95%;
    }

    blockquote.alignleft,
    blockquote.alignright {
        width: 40%;
    }

    blockquote.alignleft {
        float: left;
        margin-right: 2rem;
    }

    blockquote.alignright {
        float: right;
        margin-left: 2rem;
    }
	.widget_media_gallery figcaption {
		display: flex;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    html {
        font-size: 105%;
    }

    #page {
        padding: 0;
    }

    #cbottom-wrapper {
        padding: 70px 0 50px;
    }
}
