html{
	scroll-behavior: smooth;
}
body{
    font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #5C5E62;
	letter-spacing: .025em;
	background-color: #FFF;
	width: 100%;
	overflow-x: hidden;
}

/********************************************************************************
* General :: Links & Buttons
*********************************************************************************/
/* Links
----------------------------------------------- */
a{
	color: #ce3737;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

a:hover, a:active, a:focus{
	color: #E2A94D;
	text-decoration: none;
}

.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

a.nav-link { 
	color: #E2A94D;
}
a.nav-link:hover, a.nav-link:active, a.nav-link:focus{
	color: #E2A94D;
	text-decoration: none;
}
a:focus { 
    outline: none; 
}
button::-moz-focus-inner {
  border: 0;
}
/* Buttons
----------------------------------------------- */
.btn,
.vfbp-form .btn-primary,
.wp-block-button__link{
	color: #FFF;
	background-color: #ce3737;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .8em;
	line-height: 16px;
	letter-spacing: .15em;
	border: none;
	padding: 18px 30px;
	text-shadow: none;
	font-weight: 600;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn:hover, .btn:active, .btn:focus,
.vfbp-form .btn-primary:hover, .vfbp-form .btn-primary:focus, .vfbp-form .btn-primary.focus, .vfbp-form .btn-primary:active, .vfbp-form .btn-primary.active, .vfbp-form .open > .dropdown-toggle.btn-primary,
.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus,
.btn-outline:hover, .btn-outline:active, .btn-outline:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover, .wp-block-button__link.is-style-outline:active, .wp-block-button__link.is-style-outline:focus{
	color: #FFF;
	background-color: #707000;
	border-color: #707000;
}
.btn:active{
	position:relative;
	top: 1px;
}
.btn-small{
	font-size: 12px;	
}
.btn-large{
	font-size: 24px;
	padding: 25px 20px;
}
.btn-xlarge{
	font-size: 36px;
	padding: 40px 20px;
}
.btn.icon-left i{
	position:absolute;
	height: 100%;
	padding: 15px 10px 0 20px;
	text-align:center;
	top: 0;
	left: 0;
	font-size: 18px;
}
.btn.icon-left{
	text-align:left;
	padding-left: 60px;
	position:relative;
}
.btn.icon-right i{
	position:absolute;
	height: 100%;
	padding: 15px 20px 0 10px;
	text-align:center;
	top: 0;
	right: 0;
	font-size: 18px;
}
.btn.icon-right{
	text-align:left;
	padding-right: 60px;
	position:relative;
}
.btn.icon-left:active i, .btn.icon-right:active i{
	position: absolute;
}
.btn-large.icon-left i, .btn-large.icon-right i{
	padding: 23px 20px;
	font-size: 24px;
}

.btn-secondary{
	color: #FFF;
	background-color: #9D9D9D;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
	color: #FFF;
	background-color: #707000;
}

.btn-outline,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline{
	box-shadow: none;
}

.btn-text{
	background: none;
	box-shadow: none;
	color: #e2a94d;
	padding: 0;
}
.btn-text:hover, .btn-text:active, .btn-text:focus{
	color: #707000;
	background-color: transparent;
}

/********************************************************************************
* General :: Headings
*********************************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	color: #252525;
    font-family: 'Lato', sans-serif;
	line-height: 1;
    letter-spacing: 0.005em;
	font-weight: 300;
	text-transform: uppercase;
}
h1, .h1{
	font-size: 48px;
}
h2, .h2{
	font-size: 36px;
}
h3, .h3{
	font-size: 30px;
}
h4, .h4{
	font-size: 24px;
}
h5, .h5{
	font-size: 20px;
}
h6, .h6{
	font-size: 18px;
}

.subtitle{
	text-transform: uppercase;
	font-size: calc(12px + .01vw); /* Hack to set a font size of .01vw or 12px, whichever is bigger */
	font-family: 'Lato', sans-serif;
	line-height: 1;
	letter-spacing: .1em;
	font-weight: 600;
}

/********************************************************************************
* General :: Elements
*********************************************************************************/
p{
	margin-bottom: 1.5em;
}

/* Elements :: Horizontal Rules
----------------------------------------------- */
hr, .wp-block-separator{
	border: none;
	border-bottom: 2px solid rgba(0,0,0,.15);
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

hr.hr-styled{
	height: 1px;
	border: none;
	position: relative;
	margin: 1.5rem 0;
}
hr.hr-styled:after{
	content: '---';
	font-size: 18px;
	font-family: 'Architects Daughter', cursive;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #707000;
	letter-spacing: .2em;
	font-weight: 700;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.text-left hr.hr-styled:after{
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.text-right hr.hr-styled:after{
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.wp-block-separator.is-style-dots::before {
	font-size: 24px;
	color: rgba(0,0,0,.15);
	letter-spacing: 1em;
	padding-left: 1em;
}

/* Elements :: Blockquotes
----------------------------------------------- */
blockquote, .wp-block-quote{
	border-radius: 0;
	display:block;
	background: #E5E6E4;
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 1.5em;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: normal;
	border-left: 12px solid #8E4E20;
}
blockquote::before, .wp-block-quote::before{
	content: "\201C";
	font-family: Georgia, serif;
	font-size: 60px;
	font-weight: 700;
	color: rgba(0, 0, 0, .1);
	position: absolute;
	left: 10px;
	top:5px;
}
blockquote > :last-child, .wp-block-quote > :last-child{
	margin-bottom: 0;
}
.blockquote-footer, .wp-block-quote cite{
	color: rgba(0, 0, 0, .5);
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large{
	margin: 0 0 1.5em;
	padding: 1em 2em 1em 3.5em;
	border-left: 12px solid #8E4E20;
}

.wp-block-pullquote{
	border-top: 4px solid #E5E6E4;
	border-bottom: 4px solid #E5E6E4;
	padding: 2em 0;
	color: #5C5E62;
	margin: 0 0 1.5em;
}
.wp-block-pullquote blockquote{
	background-color: transparent;
	margin: 0;
	padding: 0;
	border-left: none;
}
.wp-block-pullquote blockquote::before{
	display: none;
}
.wp-block-pullquote__citation, .wp-block-pullquote cite, .wp-block-pullquote footer{
	color: rgba(0, 0, 0, .5);
}

/* Elements :: Tables
----------------------------------------------- */
.table, .wp-block-table{
	margin-bottom: 1.5em;
}
.table td, .table th,
.wp-block-table td, .wp-block-table th{
	padding: .75rem;
	vertical-align: top;
	border: 2px solid #E5E6E4;
}
.wp-block-table figcaption, .wp-block-video figcaption {
    color: rgba(0, 0, 0, .5);
}

/* Elements :: Images
----------------------------------------------- */
.alignright{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;	
}
.alignleft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;	
}
.aligncenter{
	float: none;
	margin: 0 auto 30px auto;
}
.alignfull{
	margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
	width: auto;
    max-width: 1000%;
}

.main .alignleft, .main .alignright, .main .aligncenter, .main .alignnone{
	max-width: 100%;
	height: auto;
	display: block;
}
.img-thumbnail{
	border: none;
	padding: 0;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.thumbnail > img{
	max-width: 100%;
	height: auto;
	display: block;
}
.thumbnail > .caption{
	padding: 10px 15px;
	font-size: 12px;
	font-style: italic;
	background-color: #E5E6E4;
}

/********************************************************************************
* General :: Lists
*********************************************************************************/

/* Lists :: Typography
----------------------------------------------- */
.styled-list h1, .styled-list h2, .styled-list h3, .styled-list h4, .styled-list h5, .styled-list h6{
	margin-bottom: 8px;
    margin-top: 3px;	
}
.styled-list p{
	margin-bottom: 5px;	
}

/* Lists :: Unordered
----------------------------------------------- */
ul.styled-list, .main > ul, .col-shortcode ul, .entry-content > ul, .wp-block-column > ul, .ui-accordion-content > ul, .section-child-content-main > ul{
	list-style: none;
	margin: 1.5em 0 1.5em 3em;
	padding: 0;
	text-align: left;
}
ul.styled-list li, .main > ul li, .col-shortcode ul li, .entry-content > ul li, .wp-block-column > ul li, .ui-accordion-content > ul li, .section-child-content-main > ul li{
    display: block;
    list-style: none outside none;
    padding: .75em 0 0 .5em;
    position: relative;
}
ul.styled-list > li:first-child, .main > ul > li:first-child, .col-shortcode ul > li:first-child, .entry-content > ul > li:first-child, .wp-block-column > ul > li:first-child, .ui-accordion-content > ul > li:first-child, .section-child-content-main > ul > li:first-child{
	padding-top: 0;
}
ul.styled-list li:before, .main > ul li:before, .col-shortcode ul li:before, .entry-content > ul li:before, .wp-block-column > ul li:before, .ui-accordion-content > ul li:before, .section-child-content-main > ul li:before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content:"\f138";
	color: #8E4E20;
    display: block;
    font-size: 1.25em;
    position: absolute;
    top: .45em;
    right: calc(100% + .5em);
}
ul.styled-list > li:first-child:before, .main > ul > li:first-child:before, .col-shortcode ul > li:first-child:before, .entry-content > ul > li:first-child:before, .wp-block-column > ul > li:first-child:before, .ui-accordion-content > ul > li:first-child:before, .section-child-content-main > ul > li:first-child:before{
    top: -.1em;
}
ul.styled-list li ul, .main > ul li ul, .col-shortcode ul li ul, .entry-content > ul li ul, .wp-block-column > ul li ul, .ui-accordion-content > ul li ul, .section-child-content-main > ul li ul{
    padding-left: 0;
}
ul.styled-list li ul li, .main > ul li ul li, .col-shortcode ul li ul li, .entry-content > ul li ul li, .wp-block-column > ul li ul li, .ui-accordion-content > ul li ul li, .section-child-content-main > ul li ul li{
	padding-bottom: 0;
	padding-top: .5em;
	padding-left: 1.5em;
	font-size: .8em;
}
ul.styled-list li ul li:before, .main > ul li ul li:before, .col-shortcode ul li ul li:before, .entry-content > ul li ul li:before, .wp-block-column > ul li ul li:before, .ui-accordion-content > ul li ul li:before, .section-child-content-main > ul li ul li:before{
	content:"\f054";
	font-size: 1em;
	left: 0;
	top: .5em;
}

/* Lists :: Ordered
----------------------------------------------- */
ol.styled-list, .main > ol, .col-shortcode ol, .entry-content > ol, .wp-block-column > ol, .ui-accordion-content > ol {
    list-style-type: none;
     
    margin: 1.5em 0 1.5em 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.styled-list > li, .main > ol > li, .col-shortcode ol > li, .entry-content > ol > li, .wp-block-column > ol > li, .ui-accordion-content > ol > li{
    position: relative;
    padding: .75em 0 0 .5em;
}
ol.styled-list > li:first-child, .main > ol > li:first-child, .col-shortcode ol > li:first-child, .entry-content > ol > li:first-child, .wp-block-column > ol > li:first-child, .ui-accordion-content > ol > li:first-child{
	padding-top: 0;
}
ol.styled-list > li:before, .main > ol > li:before, .col-shortcode ol > li:before, .entry-content > ol > li:before, .wp-block-column > ol > li:before, .ui-accordion-content > ol > li:before {
    position: absolute;
    top: .65em;
    right: calc(100% + .9em);
     
    font-size: 1.25em;
	font-weight: 600;
	line-height: 1;
    text-align: center;
    color: #8E4E20;
	font-family: 'Lato', sans-serif;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}
ol.styled-list > li:first-child:before, .main > ol > li:first-child:before, .col-shortcode ol > li:first-child:before, .entry-content > ol > li:first-child:before, .wp-block-column > ol > li:first-child:before, .ui-accordion-content > ol > li:first-child:before{
    top: 0;
}

/* Lists :: Multi-Column
----------------------------------------------- */
.two-column-list {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
	-moz-column-count: 2;
    -moz-column-gap: 30px;
	-ms-column-count: 2;
    -ms-column-gap: 30px;
     column-count: 2;
     column-gap: 30px;
}
.three-column-list {
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
	-moz-column-count: 3;
    -moz-column-gap: 30px;
    -ms-column-count: 3;
    -ms-column-gap: 30px;
     column-count: 3;
     column-gap: 30px;
}
.two-column-list li, .three-column-list li, .two-column-list.styled-list li, .three-column-list.styled-list li{
	display: inline-block;
	width: 100%;
}
.two-column-list.styled-list li, .three-column-list.styled-list li{
	border: none;
}

/********************************************************************************
* General :: Forms
*********************************************************************************/
.form-control, .vfbp-form .vfb-form-control {
	padding: .75rem 1rem;
	background: #FFF;
	border-color: #E5E6E4;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	height: auto;
	-webkit-transition: all 0.36s ease 0s;
	-moz-transition: all 0.36s ease 0s;
	-ms-transition: all 0.36s ease 0s;
	-o-transition: all 0.36s ease 0s;
	transition: all 0.36s ease 0s;
}
.form-control:focus, .vfbp-form .vfb-form-control:focus {
	border-color: #707000;
	box-shadow: none;
}

/* Forms :: Visual Form Builder Only
----------------------------------------------- */
.vfbp-form{
	margin-left: -15px;
	margin-right: -15px;
}
.vfbp-form .btn-primary{
	width: 100%;	
}

/********************************************************************************
* General :: Backgrounds/Colors
*********************************************************************************/

/* Backgrounds :: Primary
----------------------------------------------- */
.has-primary-color {
	color: #8E4E20 !important;
}
.section-primary, .section-primary.card, .has-primary-background-color {
	background-color: #8E4E20;
}


/* Backgrounds :: Secondary
----------------------------------------------- */
.has-secondary-color {
	color: #e2a94d !important;
}
.section-secondary, .section-secondary.card, .has-secondary-background-color {
	background-color: #e2a94d;
}

/* Backgrounds :: Tertiary
----------------------------------------------- */
.has-tertiary-color {
	color: #707000 !important;
}
.section-tertiary, .section-tertiary.card, .has-tertiary-background-color {
	background-color: #707000;
}
.section-tertiary hr.hr-styled:after{
	color: #FFF;
}

/* Backgrounds :: Warning
----------------------------------------------- */
.has-warning-color {
	color: #9D9D9D !important;
}
.section-warning, .section-warning.card, .has-warning-background-color {
	background-color: #9D9D9D;
}

/* Backgrounds :: White
----------------------------------------------- */
.has-white-color {
	color: #FFF !important;
}
.section-none, .section-white, .has-white-background-color {
	background-color: #FFF;
}

/* Backgrounds :: Light
----------------------------------------------- */
.has-light-color {
	color: #E5E6E4 !important;
}
.section-light, .section-light.card, .has-light-background-color {
	background-color: #E5E6E4;
}

/* Backgrounds :: Mid
----------------------------------------------- */
.has-mid-color {
	color: #474D4B !important;
}
.section-mid, .section-mid.card, .has-mid-background-color {
	background-color: #474D4B;
}

/* Backgrounds :: Dark
----------------------------------------------- */
.has-dark-color {
	color: #252525 !important;
}
.section-dark, .section-dark.card, .has-dark-background-color {
	background-color: #252525;
}

/* Backgrounds :: Common
----------------------------------------------- */
.section-primary, .section-primary.card,
.section-secondary, .section-secondary.card,
.section-tertiary, .section-tertiary.card,
.section-warning, .section-warning.card,
.section-mid, .section-dark.mid,
.section-dark, .section-dark.card {
	color: #FFF;
}
.section-primary a,
.section-secondary a:not(.btn),
.section-tertiary a:not(.btn),
.section-warning a:not(.btn){
	color: #FFF;
}
.section-primary a:hover, .section-primary a:focus,
.section-secondary a:not(.btn):hover, .section-secondary a:not(.btn):focus,
.section-tertiary a:not(.btn):hover, .section-tertiary a:not(.btn):focus,
.section-warning a:not(.btn):hover, .section-warning a:not(.btn):focus{
	color: #E2A94D;
}

.section-primary h1:not(.card-title), .section-primary h2:not(.card-title), .section-primary h3:not(.card-title), .section-primary h4:not(.card-title), .section-primary h5:not(.card-title), .section-primary h6:not(.card-title),
.section-primary .h1:not(.card-title), .section-primary .h2:not(.card-title), .section-primary .h3:not(.card-title), .section-primary .h4:not(.card-title), .section-primary .h5:not(.card-title), .section-primary .h6:not(.card-title),
.section-primary.card h1, .section-primary.card h2, .section-primary.card h3, .section-primary.card h4, .section-primary.card h5, .section-primary.card h6,
.section-primary.card .h1, .section-primary.card .h2, .section-primary.card .h3, .section-primary.card .h4, .section-primary.card .h5, .section-primary.card .h6,
.section-secondary h1:not(.card-title), .section-secondary h2:not(.card-title), .section-secondary h3:not(.card-title), .section-secondary h4:not(.card-title), .section-secondary h5:not(.card-title), .section-primary h6:not(.card-title),
.section-secondary .h1:not(.card-title), .section-secondary .h2:not(.card-title), .section-secondary .h3:not(.card-title), .section-secondary .h4:not(.card-title), .section-secondary .h5:not(.card-title), .section-secondary .h6:not(.card-title),
.section-secondary.card h1, .section-secondary.card h2, .section-secondary.card h3, .section-secondary.card h4, .section-secondary.card h5, .section-secondary.card h6,
.section-secondary.card .h1, .section-secondary.card .h2, .section-secondary.card .h3, .section-secondary.card .h4, .section-secondary.card .h5, .section-secondary.card .h6,
.section-tertiary h1:not(.card-title), .section-tertiary h2:not(.card-title), .section-tertiary h3:not(.card-title), .section-tertiary h4:not(.card-title), .section-tertiary h5:not(.card-title), .section-tertiary h6:not(.card-title),
.section-tertiary .h1:not(.card-title), .section-tertiary .h2:not(.card-title), .section-tertiary .h3:not(.card-title), .section-tertiary .h4:not(.card-title), .section-tertiary .h5:not(.card-title), .section-tertiary .h6:not(.card-title),
.section-tertiary.card h1, .section-tertiary.card h2, .section-tertiary.card h3, .section-tertiary.card h4, .section-tertiary.card h5, .section-tertiary.card h6,
.section-tertiary.card .h1, .section-tertiary.card .h2, .section-tertiary.card .h3, .section-tertiary.card .h4, .section-tertiary.card .h5, .section-tertiary.card .h6,
.section-warning h1:not(.card-title), .section-warning h2:not(.card-title), .section-warning h3:not(.card-title), .section-warning h4:not(.card-title), .section-warning h5:not(.card-title), .section-warning h6:not(.card-title),
.section-warning .h1:not(.card-title), .section-warning .h2:not(.card-title), .section-warning .h3:not(.card-title), .section-warning .h4:not(.card-title), .section-warning .h5:not(.card-title), .section-warning .h6:not(.card-title),
.section-warning.card h1, .section-warning.card h2, .section-warning.card h3, .section-warning.card h4, .section-warning.card h5, .section-warning.card h6,
.section-warning.card .h1, .section-warning.card .h2, .section-warning.card .h3, .section-warning.card .h4, .section-warning.card .h5, .section-warning.card .h6,
.section-mid h1:not(.card-title), .section-mid h2:not(.card-title), .section-mid h3:not(.card-title), .section-mid h4:not(.card-title), .section-mid h5:not(.card-title), .section-mid h2:not(.card-title),
.section-mid .h1:not(.card-title), .section-mid .h2:not(.card-title), .section-mid .h3:not(.card-title), .section-mid .h4:not(.card-title), .section-mid .h5:not(.card-title), .section-mid .h6:not(.card-title),
.section-mid.card h1, .section-mid.card h2, .section-mid.card h3, .section-mid.card h4, .section-mid.card h5, .section-mid.card h6,
.section-mid.card .h1, .section-mid.card .h2, .section-mid.card .h3, .section-mid.card .h4, .section-mid.card .h5, .section-mid.card .h6,
.section-dark h1:not(.card-title), .section-dark h2:not(.card-title), .section-dark h3:not(.card-title), .section-dark h4:not(.card-title), .section-dark h5:not(.card-title), .section-dark h2:not(.card-title),
.section-dark .h1:not(.card-title), .section-dark .h2:not(.card-title), .section-dark .h3:not(.card-title), .section-dark .h4:not(.card-title), .section-dark .h5:not(.card-title), .section-dark .h6:not(.card-title),
.section-dark.card h1, .section-dark.card h2, .section-dark.card h3, .section-dark.card h4, .section-dark.card h5, .section-dark.card h6,
.section-dark.card .h1, .section-dark.card .h2, .section-dark.card .h3, .section-dark.card .h4, .section-dark.card .h5, .section-dark.card .h6{
	color: #FFF;
}
.section-primary .border-top, .section-primary .border-bottom, .section-primary .border-left, .section-primary .border-right, .section-primary .border,
.section-secondary .border-top, .section-secondary .border-bottom, .section-secondary .border-left, .section-secondary .border-right, .section-secondary .border,
.section-tertiary .border-top, .section-tertiary .border-bottom, .section-tertiary .border-left, .section-tertiary .border-right, .section-tertiary .border,
.section-warning .border-top, .section-warning .border-bottom, .section-warning .border-left, .section-warning .border-right, .section-warning .border,
.section-mid .border-top, .section-mid .border-bottom, .section-mid .border-left, .section-mid .border-right, .section-mid .border,
.section-dark .border-top, .section-dark .border-bottom, .section-dark .border-left, .section-dark .border-right, .section-dark .border{
    border-color: rgba(255,255,255,.1) !important;
}

.section-primary ul.styled-list li:before,
.section-secondary ul.styled-list li:before,
.section-tertiary ul.styled-list li:before,
.section-warning ul.styled-list li:before,
.section-dark ul.styled-list li:before{
	color: #FFF;
}


/* Backgrounds :: Images
----------------------------------------------- */
.bg-img{
	background-image: url('../img/bg-img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-pattern{
	background-image: url('../img/bg-pattern.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* Backgrounds :: Borders
----------------------------------------------- */
.border-top, .border-bottom, .border-left, .border-right, .border {
    border-color: rgba(43,15,64,.1) !important;
	border-width: 1px !important;
}

/********************************************************************************
* General :: Cards
*********************************************************************************/
/* Card :: Default
----------------------------------------------- */
.card {
	border: 1px solid #E5E6E4;
	border-radius: 0;
	background-color: #FFF;
	font-size: 14px;
	color: #5C5E62;
	
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-img, .card-img-top, .card-img-bottom{
	position: relative;
	background-color: #000;
	border-radius: 0;
}
.card-img a{
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-img a:hover{
	opacity: .6;
}

.card-subtitle{
	margin-top: 0;
}
.card hr{
	margin: 1rem 0;
}
.card hr.hr-styled{
	height: 3px;
	width: 45px;
}
.card.text-center hr.hr-styled{
	margin: 1rem auto;
}

.card-body > :last-child{
	margin-bottom: 0;
}

.card-footer {
    background-color: transparent;
	border-top: 1px solid #E5E6E4;
	padding-left: 0;
	padding-right: 0;
}
.card-meta.card-list{
	font-size: 13px;
}
.card-meta.card-list .list-inline-item:not(:last-child) {
    border-right: 2px solid #E5E6E4;
	margin-right: .5rem;
	padding-right: .5rem;
}

.card-links .card-link{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
	border-left: 2px solid rgba(34,34,34,.1);
	margin-left: 10px;
	padding-left: 10px;
}
.card-links .card-link:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

/* Hover */
.card:hover{
	border-color: #707000;
}

/* Card :: Capsule
----------------------------------------------- */
.card-capsule{
	position: relative;
	border: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-capsule .card-img{
	opacity: .8;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-capsule:hover .card-img{
	opacity: .25;
}

/* Style with No Image */
.card-capsule.no-image:hover{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

/* Style with Image */
.card-capsule.has-image .card-body {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 1.25rem;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card-capsule.has-image .card-body .card-text{
	max-height: 0;
	opacity: 0;
	
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-capsule.has-image:hover .card-body .card-text{
	max-height: 300px;
	opacity: 1;
}

/* Card :: Service
----------------------------------------------- */
.card-service{
	border: none;
}
.card-service .card-img{
	opacity: .9;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-service .card-body{
	position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    padding: 1.25rem;
	text-align: center;
	
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.card-service .card-body .card-text{
	max-height: 0;
	opacity: 0;
	margin-top: 0;
	
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.card-service .card-body .card-text > :last-child{
	margin-bottom: 0;
}
.card-service:hover .card-img{
	opacity: .2;
}
.card-service:hover .card-body .card-text{
	max-height: 300px;
	opacity: 1;
	margin-top: 1rem;
}

/* Card :: Inverted
----------------------------------------------- */
.card-inverse {
	background-color: #252525;
	color: #E5E6E4;
}
.card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6,
.card-inverse .h1, .card-inverse .h2, .card-inverse .h3, .card-inverse .h4, .card-inverse .h5, .card-inverse .h6, .card-inverse .subtitle{
	color: #E5E6E4;	
}

/* Card :: Accordion
----------------------------------------------- */
.accordion .card{
	overflow: hidden;
}
.accordion .card-header{
	padding: 0;
	border-radius: 0;
	border-bottom: 0;
}
.accordion .card-header .btn{
	display: block;
	width: 100%;
	text-align: left;
	border-radius: 0;
}
.accordion .card-header .btn i{
	color: #FFF;
	padding-right: 10px;
}
.accordion .card-header .btn.collapsed i.fa-minus-circle::before {
    /* symbol for "collapsed" panels */
    content: "\f055" !important; 
}
.accordion .card iframe{
	max-width: 100%;
}

/* Card :: Block
----------------------------------------------- */
.wp-block-column .card-block{
	height: 100%;	
}
.card-icon{
	font-size: 48px;
	position: relative;
	line-height: 1;
	color: #8E4E20;
}

/********************************************************************************
* Site Structure
*********************************************************************************/
#site-sidebar{
	height: 100vh;
	top: 0;
}
#site-sidebar.sidebar-bg-custom-image{
	background-size: cover;
	background-position: center;
}
.site-content{
	overflow: hidden;
}
/********************************************************************************
* Header
*********************************************************************************/
header.header-wrapper{
	z-index: 1001;
  	box-shadow: none;
}

.masthead-logo img {
	margin-top: 3rem;
}

/* Header :: Navbar Top
----------------------------------------------- */
.section-header-top{
	font-size: .75em;
}
.section-header-top a:hover, .section-header-top a:focus, .section-header-top a:active { 
	color: #E2A94D;
}

/* Header :: Contact
----------------------------------------------- */
.section-header-top .list-contact .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}
.section-header-top .list-contact i{
	padding-right: .5rem;
}
.section-header-top .list-contact i.fa-flip-horizontal{
	padding-right: 0;
	padding-left: .5rem;
}

/* Header :: Navbar Bottom
----------------------------------------------- */
.section-header-btm .nav-social .nav-link{
	padding: 0 .5rem;
	font-size: 18px;
}

/********************************************************************************
* Header :: Primary Navigation
*********************************************************************************/
/* Primary Navigation :: First Level
----------------------------------------------- */
.navbar-primary .nav .nav-link {
	background-color: transparent;
	font-family: 'Lato', serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #E5E6E4;
	letter-spacing: .075em;
	padding: 10px 0;
	text-align: center;
}
.navbar-primary .nav .nav-link:focus, .navbar-primary .nav .nav-link:hover,
.navbar-primary .nav .nav-link.show, .navbar-primary .nav .show > .nav-link{
	color: #E2A94D;
	background-color: transparent;
}
.navbar-primary .nav .active > .nav-link, .navbar-primary .nav .nav-link.active{
	color: #9D9D9D;
	background-color: transparent;
}

/* Primary Navigation :: 2nd Level
----------------------------------------------- */
.dropdown-toggle::after{
	margin-left: .3em;
	
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.dropdown:not(.show) .dropdown-toggle::after{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.navbar-primary .nav > li > .dropdown-menu{
	border-radius: 0;
	padding: 0;
	border: none;
	background-color: transparent;
	text-align: center;
	position: relative;
	float: none;
	margin: 0;
}
.navbar-primary .nav > li > .dropdown-menu .dropdown-item{
	opacity: .7;
	font-size: 14px;
	padding: 5px 0;
	letter-spacing: .05em;
	color: #E5E6E4;
}
.navbar-primary .nav > li > .dropdown-menu .dropdown-item:hover, .navbar-primary .nav > li > .dropdown-menu .dropdown-item:focus{
	background-color: transparent;
	color: #707000;
}
.navbar-primary .nav > li > .dropdown-menu > .active > a, .navbar-primary .nav > li > .dropdown-menu > .active > a:hover, .navbar-primary .nav > li > .dropdown-menu > .active > a:focus{
	color: #9D9D9D;
	background-color: transparent;
}

/* Primary Navigation :: Mobile
----------------------------------------------- */
/* Mobile Navigation*/
.toggle-wrapper{
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .8em;
	line-height: 1;
	letter-spacing: .1em;
}
.section-header-center .navbar-toggler{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: transparent;
	border: 0px solid #EFEFEF;
	border-radius: 0;
	padding: .5rem 0 .5rem .75rem;
	z-index: 1;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.section-header-center .navbar-toggler:hover, .section-header-center .navbar-toggler:focus{
	background-color: transparent;
}
.section-header-center .navbar-toggler span {
	display: block;
	background-color: #EFEFEF;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}
.section-header-center .navbar-toggler:hover span, .section-header-center .navbar-toggler:focus span {
	background-color: #EFEFEF;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

#site-wrapper.toggled .navbar-toggler span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

#site-wrapper.toggled .navbar-toggler span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

#site-wrapper.toggled .navbar-toggler span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/********************************************************************************
* Section :: Hero
*********************************************************************************/
/* Hero :: Common
----------------------------------------------- */
.section-hero{
	position:relative;
	z-index: 0;
	overflow:hidden;
}
.section-hero .section-hero-content-container{
    left: 50%;
    position: absolute;
    top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}
.section-hero-content{
	border: none;
	margin: 0;
	padding: 0;
	z-index: 2;
	width: 100%;
}

/* Hero :: Slider
----------------------------------------------- */
.section-slider .slider .slide::after, .section-page-header.hero-bg-custom::after {
	background-color: transparent;
    background-color: rgba(71, 48, 31, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
    width: 100%;
    z-index: 1;
}
.section-slider .section-hero-content{

}

/* Hero :: Page Header
----------------------------------------------- */
.section-page-header{
	text-align: center;
	height: 600px;
}
.section-page-header.hero-bg-custom{
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.page-header h1{
	font-size: 60px;
	margin: 0;
}

/* Hero :: Breadcrumbs
----------------------------------------------- */
.section-breadcrumbs{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-weight: 600;
}
.section-breadcrumbs .container span{
	padding: 0 8px;
}
.section-breadcrumbs .container span:first-child{
	padding-left: 0;
}
.section-breadcrumbs .container span:last-child{
	padding-right: 0;
}

/********************************************************************************
* General :: Content
*********************************************************************************/
.wow {
	visibility:hidden;
} 

.section-content{ 

}
.section-padding, .section-content-padded{ 
	padding: 80px 3rem;
}
.section-content-padded.section-content-padded-extra{
	padding-top: 150px;
	padding-bottom: 150px;
}

.section-content > :last-child, .main > :last-child{
	margin-bottom: 0;
}

.section-content-fullwidth { /*Breaks out of the parent container*/
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.section-heading {
	margin-top: 0;
}
.videowrapper, .entry-content-asset {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe, .entry-content-asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/********************************************************************************
* Sidebar
*********************************************************************************/
.sidebar{
    padding-left: 30px;
}
.sidebar .widget{
	margin-bottom: 30px;
}
.sidebar > .widget:last-child{
	margin-bottom: 0;
}
.sidebar .widget h3{
	font-size: 20px;
	margin-top: 0;
}
.sidebar .widget h4 { 
	font-size: 18px;
	font-weight: 900; 
}
.sidebar .widget strong { 
	text-transform: uppercase;
}  
.sidebar .widget .widget-content{
	padding: 30px 25px;
	background-color: #E5E6E4;
	font-size: 14px;
}

/********************************************************************************
* Sidebar :: Navigation
*********************************************************************************/
.sidebar ul.nav > li a{
	line-height: 1;
	padding: 8px 25px 8px 0;
	display: block;
	position: relative;
	font-weight: 600;
	color: #5C5E62;
}
.sidebar ul.nav > li.current_page_item > a, .sidebar ul.nav > li .sub-menu li.current_page_item > a, .sidebar ul.nav > li .children li.current_page_item > a{
	color: #9D9D9D !important;
}
.sidebar ul.nav > li:first-child a{
	padding-top: 0;
}
.sidebar ul.nav > li:last-child a{
	padding-bottom: 0;
	border-bottom: none;
}
.sidebar ul.nav > li a:before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content:"\f138";
	left: -25px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.sidebar ul.nav > li a:hover, .sidebar ul.nav > li a:focus{
	padding-left: 25px;
	padding-right: 0;
	color: #707000;
}
.sidebar ul.nav > li a:hover:before{
	left: 0;
	opacity: 1;
}
.sidebar ul.nav > li a .count{
	font-size: 70%;
	color: #CCC;
}
.sidebar ul.nav > li .children {
	list-style: none;
	padding: 0 15px 10px 15px;
}
.sidebar ul.nav > li .children a{
	border-left: 2px solid rgba(0,0,0,.1);
	padding-left: 1.25rem;
	font-size: 70%;
}

/* Navigation :: 2nd Level
----------------------------------------------- */
.sidebar ul.nav.flex-column > li .sub-menu, .sidebar ul.nav.flex-column > li .children {
	list-style: none;
	padding: .25rem 0 .5rem 0;
}
.sidebar ul.nav.flex-column > li .sub-menu a, .sidebar ul.nav.flex-column > li .children a{
	border-left: 2px solid #8E4E20;
	padding: .4rem 0 .4rem 1.25rem;
	font-size: 80%;
	font-weight: 500;
}
.sidebar ul.nav.flex-column > li .sub-menu a:before, .sidebar ul.nav.flex-column > li .children a:before{
	display: none;
}
.sidebar ul.nav.flex-column > li .sub-menu li:first-child a, .sidebar ul.nav.flex-column > li .children li:first-child a{
	padding-top: 0;
}
.sidebar ul.nav.flex-column > li .sub-menu li:last-child a, .sidebar ul.nav.flex-column > li .children li:last-child a{
	padding-bottom: 0;
}

/* Navigation :: 3rd Level
----------------------------------------------- */
.sidebar ul.nav.flex-column > li .sub-menu .sub-menu, .sidebar ul.nav.flex-column > li .children .children{
	padding: 0;
}
.sidebar ul.nav.flex-column > li .sub-menu .sub-menu a, .sidebar ul.nav.flex-column > li .children .children a{
	font-weight: 400;
	padding: .2rem 0 .2rem 2.25rem;
	opacity: .8;
}

/********************************************************************************
* Sidebar :: Archives
*********************************************************************************/
.widget_archive ul{
	margin: 0;
	padding: 30px 25px;
	background-color: #E5E6E4;
	font-size: 14px;
}
.widget_archive ul .year {
	display: block;	
	padding: 12px 25px 12px 0;
	border-bottom: 2px dotted #d3d4d6;
}
.widget_archive ul .year:first-child{
	padding-top: 0;
}
.widget_archive ul .year:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.widget_archive .year-hidden {
	display: none;
}
.widget_archive .year-toggle-wrapper {
	display: block;
	font-weight: 700;
	letter-spacing: .05em;
	font-size: 14px;
}
.widget_archive .year-toggle {
	background-color: transparent;
    color: #e2a94d;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
	font-size: 16px;
	font-weight: normal;
}
.widget_archive .year-toggle:hover, .widget_archive .year-toggle:focus{
	color: #707000;
}
.widget_archive li {
	display: block;
	list-style: none;
	font-weight: 700;
	color: #5C5E62;
	font-size: 11px;
}
.widget_archive li a{
	font-size: 14px;
	color: #e2a94d;
    padding: 8px 0 8px 25px;
    white-space: normal;
	font-weight: normal;
}
.widget_archive li a:hover, .widget_archive li a:focus{
	color: #707000;
}

/********************************************************************************
* Section :: Child :: Content
*********************************************************************************/
.section-child-content-main > :last-child{
	margin-bottom: 0;
}

/********************************************************************************
* Section :: Child :: Image Right / Left
*********************************************************************************/
.section-child-image{
	padding: 0;
}
.section-child-image .child-image{
	min-height: 400px;
	overflow: hidden;
	object-fit: cover;
}

/********************************************************************************
* Section :: Child :: Video Right / Left
*********************************************************************************/
.child-video{
	position: relative;
	background-color: #e2a94d;
  	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.child-video iframe{
	opacity: .2;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.child-video-overlay{
	position: absolute;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.child-video-overlay i{
	font-size: 24px;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 54px;
	border: 3px solid #FFF;
	padding-left: 5px;
	margin: 0 auto 10px auto;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.child-video:hover iframe{
	opacity: .1;
}
.child-video:hover .child-video-overlay{
	color: #707000;
}
.child-video:hover .child-video-overlay i{
	border-color: #707000;
}

/********************************************************************************
* Section :: Child :: Featured Image
*********************************************************************************/
/* Featured Image :: Parallax
----------------------------------------------- */
.section-featured-image {
	background-color: #252525;
	height: 400px;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	padding-bottom: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* Featured Image :: Background
----------------------------------------------- */
.section-has-background-image{
	position: relative;
}
.section-background-image{
	opacity: .25;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.section-background-image img{
	width: 100%;
	position: absolute;
	top: -100%;
	z-index: 0;
}

/********************************************************************************
* Section :: Gallery
*********************************************************************************

/* Gallery :: Controls
----------------------------------------------- */
.section-gallery .filters .btn{
	padding: 0 15px;
}
.section-gallery .filters .btn.active{
	color: #9D9D9D;
}

/* Gallery :: Grid
----------------------------------------------- */
.section-gallery .grid-item .card-capsule{
	position: relative;
}
.section-gallery .grid-item .card-capsule:not(:hover) .card-img{
	opacity: 1;
}
.section-gallery .grid-item .card-capsule i{
	position: absolute;
	color: #FFF;
	opacity: 0;
	font-size: 30px;
	
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.section-gallery .grid-item .card-capsule:hover i{
	opacity: 1;
}

/********************************************************************************
* Section :: Child :: Testimonials
*********************************************************************************/
.section-testimonials-slider {
	padding-bottom: 80px;
	background-color: #8E4E20;
	color: #FFF;
}

.section-testimonials-slider h3 { 
	color: #000;
	font-weight: bold;
}
.section-testimonials-slider h4 { 
	color: #FFF;
}
.section-testimonials-slider p { 
	min-height: 140px;
}
.carousel-control-prev{
	left: -100px;
}
.carousel-control-next{
	right: -100px;
}
.carousel-indicators{
	top: 100%;
	padding-top: 30px;
}
.carousel-indicators li{
	opacity: .5;
	background-color: #707000;
}
.carousel-indicators .active {
	opacity: 1;
    background-color: #707000;
}

/********************************************************************************
* Section :: Child :: News
*********************************************************************************/


/********************************************************************************
* Section :: Child :: Capsules
*********************************************************************************/


/********************************************************************************
* Section :: Child :: Staff
*********************************************************************************/


/********************************************************************************
* Section :: Child :: Services
*********************************************************************************/

/********************************************************************************
* Footer
*********************************************************************************/
footer.footer-wrapper{
	font-size: 14px;
}

.copyright{
	letter-spacing: .05em;
}
.copyright > div{
	display: inline-block;	
}
.copyright > div:not(:last-child){
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid rgba(255,255,255,.1);
}

/********************************************************************************
* General :: Scrolling
********************************************************************************
header.header-wrapper, .section-header-top, header.header-wrapper .masthead-logo img, header.header-wrapper .section-header-center{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
body.scrolling header.header-wrapper{
	background-color: #FFF;
	border-bottom: 2px solid #E5E6E4;
}
body.scrolling header.header-wrapper .section-header-center {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
body.scrolling header.header-wrapper .masthead-logo img{
	max-height: 50px;	
	width: auto;
}
body.scrolling .section-header-top{
	height: 0;
	opacity: 0;
	display: none;
}*/

/********************************************************************************
* Block :: General Default Wordpress Block Adjustments
*********************************************************************************/
main .wp-block-image:first-child{
	margin-bottom: 0;
}
.wp-block-buttons .wp-block-button{
	margin-bottom: 1.5em;
}
p.has-drop-cap:not(:focus):first-letter {
	color: #8E4E20;
}
.wp-block-cover, .wp-block-cover-image, .wp-block-media-text__media img, .wp-block-media-text__media video{
	height: auto;
}

/********************************************************************************
* Block :: Wordpress Gallery
*********************************************************************************/
.blocks-gallery-grid.is-cropped .blocks-gallery-image figure, .wp-block-gallery.is-cropped .blocks-gallery-item figure{
	background-color: #e2a94d;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img{
	-moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image:hover img, .blocks-gallery-grid.is-cropped .blocks-gallery-item:hover img, 
.wp-block-gallery.is-cropped .blocks-gallery-image:hover img, .wp-block-gallery.is-cropped .blocks-gallery-item:hover img {
	opacity: .25;
}

/********************************************************************************
* Miscellaneous Plugin Styles
*********************************************************************************/

/* Plugin :: WP Page Navi
----------------------------------------------- */
.wp-pagenavi{
	color: #5C5E62;
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #E5E6E4;
	font-weight: 600;
	font-size: 14px;
	padding: 6px 8px;
}
.wp-pagenavi a.last, .wp-pagenavi a.first{
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 6px 5px;
	line-height: 1;
	margin-bottom: 0;
	top: -1px;
	position: relative;
	letter-spacing: .1em;
}
.wp-pagenavi a:hover{
	border-color: #707000;
}
.wp-pagenavi span.current {
    border-color: #9D9D9D;
	color: #9D9D9D;
	font-weight: 600;
}

/********************************************************************************
* Media Queries
*********************************************************************************/
@media (max-width: 1599px){
	.section-page-header.hero-bg-custom{
		background-size: auto 150%;
	}
}
@media (max-width: 1399px){
	.section-header-top {
		font-size: .65em;
	}
	.section-page-header{
		height: 500px;
	}
}
@media (max-width: 1199px){
	.section-page-header{
		height: 400px;
	}
	.page-header h1 {
   		font-size: 48px;
	}
	.sidebar{
		padding-left: 15px;
		margin-top: 50px;
	}
}
@media (max-width: 991px){
	body{
		font-size: 16px;
	}
	
	h1, .h1, .page-header h1{
		font-size: 36px;
	}
	h2, .h2{
		font-size: 30px;
	}
	h3, .h3{
		font-size: 24px;
	}
	h4, .h4{
		font-size: 20px;
	}
	h5, .h5{
		font-size: 18px;
	}
	h6, .h6{
		font-size: 16px;
	}
	
	.btn{
		white-space: normal;
	}
	
	.img-thumbnail, .thumbnail, .img-thumbnail.alignleft, .thumbnail.alignleft {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		margin: 30px auto;
	}
	.two-column-list, .three-column-list {
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-ms-column-count: 1;
		-ms-column-gap: 0;
		 column-count: 1;
		 column-gap: 0;
		display: block;
	}
	
	.section-padding, .section-content-padded{
		padding: 3rem .5rem;
	}
	.section-content-padded.section-content-padded-extra{
		padding: 5rem .5rem;
	}
}
@media (max-width: 767px){

	#site-sidebar{
		height: auto;
	}
	
	
	.masthead-logo img {
		max-height: 150px;
	
	}
	
	.navbar-primary .nav > li > .dropdown-menu{
		text-align: left;
		padding: .5rem 1rem;
	}
	
	header.header-wrapper, .section-header-top, header.header-wrapper .masthead-logo img, header.header-wrapper .section-header-center{
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-ms-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}
	body.scrolling header.header-wrapper .section-header-center {
		padding-bottom: 1rem !important;
		padding-top: 1rem !important;
	}
	body.scrolling header.header-wrapper .masthead-logo img{
		max-height: 50px;	
		width: auto;
	}
	body.scrolling .section-header-top{
		height: 0;
		opacity: 0;
		display: none;
	}
	

}
@media (max-width: 575px){
	.section-header-top .list-contact { 
		display: none;
	} 
	#drawer-wrapper .list-contact-phone a { 
		font-size: .85em;
		color: #EFEFEF;
		font-weight: 900;
	} 
}