:root{
	--theme-color-primary:#093e75;
	--theme-color-secondary:#a51c20;
	--theme-color-tertiary:#97acc2;
	--theme-color-success:#94c83d;
	--theme-color-warning:#ce9f20;
	--theme-color-white:#FFF;
	--theme-color-light:#f2f0ec;
	--theme-color-mid:#7a7a7a;
	--theme-color-dark:#343434;
	--theme-color-black:#000;
	--theme-color-trans:rgba(0,0,0,0);
	--theme-color-trans-white:rgba(255,255,255,.1);
	--theme-color-trans-black:rgba(0,0,0,.1);
	--theme-color-trans-primary: rgba(9, 62, 117, 0.9);
	--theme-color-trans-hover: rgba(0, 83, 149, 0.4);
	--theme-color-hover:#d41218;
	--theme-color-active:#3369a1;
	--swiper-theme-color:#a51c20;
}

html{
	scroll-behavior: smooth;
}
body{
    font-family: 'Karla', sans-serif;
	font-size: 18px;
	color: var(--theme-color-mid);
	line-height: 1.6;
	background-color: var(--theme-color-white);
	width: 100%;
	overflow-x: hidden;
}

/********************************************************************************
* General :: Links & Buttons
*********************************************************************************/
/* Links
----------------------------------------------- */
a{
	color: var(--theme-color-secondary);
	
	transition: all .2s ease-in;
}

a:hover, a:active, a:focus{
	color: var(--theme-color-hover);
	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;
}

/* Buttons
----------------------------------------------- */
.btn,
.vfbp-form .btn-primary,
.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.navbar-primary .navbar-nav .btn-nav .nav-link{
	color: var(--theme-color-white);
	background: var(--theme-color-secondary);
	font-family: 'Karla', sans-serif;
	text-transform: uppercase;
	border-radius: 0;
	font-size: .9em;
	line-height: 1;
	letter-spacing: .15em;
	border: none;
	padding: 1em 2em;
	text-shadow: none;
	font-weight: 700;
  	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26);
	
	transition: all 0.3s 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,
.navbar-primary .navbar-nav .btn-nav .nav-link:hover, .navbar-primary .navbar-nav .btn-nav .nav-link:focus, .navbar-primary .navbar-nav .btn-nav .nav-link:active{
	color: var(--theme-color-white);
	background-color: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
}
.btn:active,
.vfbp-form .btn-primary:active, .vfbp-form .btn-primary.active,
.navbar-primary .navbar-nav .btn-nav .nav-link:active{
	position:relative;
	top: 1px;
	box-shadow: none;
}
.btn-small, .btn-sm{
	font-size: .75em;	
}
.btn-large, .btn-lg{
	font-size: 1.25em;
}
.btn-xlarge, .btn-xl{
	font-size: 1.75em;
	padding: 1.2rem 2.2rem;
}

/* Buttons :: Secondary
----------------------------------------------- */
.btn-secondary{
	color: var(--theme-color-white);
	background-color: var(--theme-color-tertiary);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus{
	color: var(--theme-color-white);
	background-color: var(--theme-color-hover);
}

/* Buttons :: Fancy
----------------------------------------------- */
.btn-fancy{
	border-radius: 2.25em;
	position: relative;
	padding-left: 4.5em;

}
.btn-fancy .icon{
	width: 2.45em;
	height: 2.45em;
	background-color: var(--theme-color-white);
	color: var(--theme-color-secondary);
	border-radius: 50%;
	position: absolute;
	left: .35em;
	top: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
	transition: all 0.3s ease-in-out;
}
.btn-fancy .icon i{
	font-size: 1.25em;
}

/* Buttons :: Outline
----------------------------------------------- */
.btn-outline,
.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline{
	box-shadow: none;
	border: 3px solid var(--theme-color-secondary);
	color: var(--theme-color-secondary);
}
.btn-outline:not(:hover):not(:focus):not(:active),
.wp-block-button.is-style-outline .wp-block-button__link:not(:hover):not(:focus):not(:active),
.wp-block-button__link.is-style-outline:not(:hover):not(:focus):not(:active){
	background: none;
}

/* Buttons :: Text & Underline
----------------------------------------------- */
.btn-text, .btn-underline{
	background: none;
	box-shadow: none;
	color: var(--theme-color-secondary);
	padding: .35em 0;
	position: relative;
	z-index: 1;
}
.btn-text:hover, .btn-text:active, .btn-text:focus,
.btn-underline:hover, .btn-underline:active, .btn-underline:focus{
	color: var(--theme-color-hover);
	background-color: transparent;
}
.btn-underline:after{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	background-color: var(--theme-color-secondary);
	left: 0;
	bottom: 0;
	z-index: -1;
	
	transition: all 0.3s ease-in-out;
}

.btn-underline:hover:after, .btn-underline:active:after, .btn-underline:focus:after{
	background-color: var(--theme-color-hover);
}

.btn-readmore{
	font-weight: 700;
}

/********************************************************************************
* General :: Headings
*********************************************************************************/
h1, h2, h3, h4,
.h1, .h2, .h3, .h4{
	color: var(--theme-color-dark);
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: normal;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
}
h1, .h1{
	font-weight: 700;
	font-size: 3.5em;
}
h2, .h2{
	font-size: 3em;
}
h3, .h3{
	font-size: 2.5em;
}
h4, .h4{
	font-size: 2em;
}

h5, .h5{
	text-transform: none;
	color: var(--theme-color-dark);
    font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: .025em;
	font-size: 1.5em;
}
h6, .h6{
	text-transform: uppercase;
	letter-spacing: .075em;
	font-weight: 700;
	font-size: 1em;
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em,
.h1 em, .h2 em, .h3 em, .h4 em, .h5 em, .h6 em{
	color: var(--theme-color-primary);
	font-style: normal;
}

.subtitle{
	color: var(--theme-color-dark);
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .075em;
}
.subtitle:not(.card-subtitle){
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	letter-spacing: .025em;
	font-size: 2.25em;
}
.subtitle-small{
	font-size: 1.5em;
}
.subtitle-large{
	font-size: 5em;
}

/********************************************************************************
* General :: Elements
*********************************************************************************/
p{
	margin-bottom: 1.5rem;
}

.has-small-font-size{
	font-size: .8em !important;
}
.has-large-font-size{
	font-size: 1.25em !important;
}
.has-huge-font-size{
	font-size: 1.75em !important;
}

/* Elements :: Horizontal Rules
----------------------------------------------- */
hr, .wp-block-separator{
	color: var(--theme-color-trans-black);
	border: none;
	border-bottom: 2px solid currentcolor;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	opacity: 1 !important;
	height: auto;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.is-style-styled):not(.is-style-stitches){
	width: 75px !important;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots):not(.is-style-styled):not(.is-style-stitches){
	height: 5px;
}

/* HR :: Dots */
.wp-block-separator.is-style-dots::before {
	font-size: 24px;
	letter-spacing: 1em;
	padding-left: 1em;
}

/* HR :: Stitches */
hr.is-style-stitches, hr.wp-block-separator.is-style-stitches{
	position: relative;
	width: 100% !important;
	height: 20px;
	background-color: transparent !important;
	border-bottom: none !important;
	background-image: url('../img/hr-stitches-trans-primary.svg');
	background-repeat: repeat-x;
	background-size: auto 100%;
}


/* HR :: Styled */
hr.is-style-styled, hr.wp-block-separator.is-style-styled {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	color: var(--theme-color-dark);
	position: relative;
	width: 100% !important;
	background-color: var(--theme-color-trans) !important;
	border-bottom: 2px solid var(--theme-color-border) !important;
}
hr.wp-block-separator.is-style-styled.has-background{
	border-bottom: 2px solid var(--theme-color-trans-black) !important;
}

hr.is-style-styled.alignfull, hr.wp-block-separator.is-style-styled.alignfull {
	width: auto !important;
}

hr.is-style-styled:after {
	content: '';
	height: 5px;
	width: 75px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.text-left hr.is-style-styled:after {
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.text-right hr.is-style-styled {
	top: 50%;
	left: auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

/* Elements :: Blockquotes
----------------------------------------------- */
blockquote, .wp-block-quote{
	border-radius: 0;
	display:block;
	background: var(--theme-color-light);
	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: 5px solid var(--theme-color-primary);
}
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 var(--theme-color-primary);
}

.wp-block-pullquote{
	border-top: 4px solid var(--theme-color-light);
	border-bottom: 4px solid var(--theme-color-light);
	padding: 2em 0;
	color: var(--theme-color-mid);
	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 var(--theme-color-light);
}
.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;
}
.img-thumbnail, .is-style-styled-img figure{
	border: none;
	padding: 0;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19),0px 8px 17px 0 rgba(0, 0, 0, 0.2);
}
.thumbnail > img{
	max-width: 100%;
	height: auto;
	display: block;
}
.thumbnail > .caption{
	padding: 10px 15px;
	font-size: 12px;
	font-style: italic;
	background-color: var(--theme-color-light);
}
.blocks-gallery-caption, .wp-block-image figcaption {
	color: var(--theme-color-primary);
	opacity: .6;
	font-weight: 600;
	font-style: italic;
	letter-spacing: normal;
}

/********************************************************************************
* 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, ul.is-style-styled-list, ul.is-style-styled-list-two-column, .wsp-container > ul{
	list-style: none;
	margin: 0 0 1.5rem 1.5rem;
	padding: 0;
	text-align: left;
}
ul.styled-list li, ul.is-style-styled-list li, ul.is-style-styled-list-two-column li, .wsp-container > ul li{
    display: block;
	list-style: none outside none;
	padding: 0 0 1em 2.5rem;
	position: relative;
	line-height: normal;
}
ul.styled-list li:before, ul.is-style-styled-list li:before, ul.is-style-styled-list-two-column li:before, .wsp-container > ul li:before{
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	content:"\f138";
	color: var(--theme-color-primary);
    display: block;
    font-size: 1.25em;
    position: absolute;
    top: -.05em;
    left: 0;
}
ul.styled-list li ul, ul.is-style-styled-list li ul, ul.is-style-styled-list-two-column li ul, .wsp-container > ul li ul{
    padding-left: 0;
}
ul.styled-list li ul li, ul.is-style-styled-list li ul li, ul.is-style-styled-list-two-column li ul li, .wsp-container > ul li ul li{
	padding-bottom: 0;
	padding-top: .5em;
	padding-left: 1.5em;
	font-size: .8em;
}
ul.styled-list li ul li:before, ul.is-style-styled-list li ul li:before, ul.is-style-styled-list-two-column li ul li:before, .wsp-container > ul li ul li:before{
	content:"\f054";
	font-size: 1em;
	left: 0;
	top: .65em;
}

/* Lists :: Ordered
----------------------------------------------- */
ol.styled-list, ol.is-style-styled-list {
    list-style-type: none;
     
    margin: 0 0 1.5rem 1.5rem;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.styled-list > li, ol.is-style-styled-list > li{
    position: relative;
    padding: 0 0 1em 2.5rem;
}
ol.styled-list > li:last-child, ol.is-style-styled-list > li:last-child{
	padding-bottom: 0;
}
ol.styled-list > li:before, ol.is-style-styled-list > li:before {
    position: absolute;
    top: .125em;
    left: 0;
     
    font-size: 1.25em;
	font-weight: 600;
	line-height: 1;
    text-align: center;
    color: var(--theme-color-primary);
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

/* Lists :: Multi-Column
----------------------------------------------- */
.two-column-list, ul.is-style-styled-list-two-column, .wsp-container > ul {
    -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, ul.is-style-styled-list-two-column li, .three-column-list.styled-list li, .wsp-container > ul li{
	display: inline-block;
	width: 100%;
}
.two-column-list.styled-list li, ul.is-style-styled-list-two-column li, .three-column-list.styled-list li, .wsp-container > ul li{
	border: none;
}

/********************************************************************************
* General :: Forms
*********************************************************************************/
.form-control, .vfbp-form .vfb-form-control {
	padding: .75rem 1rem;
	background: var(--theme-color-white);
	border-color: var(--theme-color-trans-black);
	border-radius: 0;
	border-style: solid;
	border-width: 2px;
	color: var(--theme-color-mid);
	box-shadow: none;
	height: auto;

	transition: all 0.35s ease 0s;
}
.form-control:focus, .vfbp-form .vfb-form-control:focus {
	background: none;
	box-shadow: 0 0 25px var(--theme-color-trans-hover);
	border-color: var(--theme-color-hover);
	color: var(--theme-color-mid);
}
.input-group-text{
	border-radius: 0;
	border-color: var(--theme-color-trans-black);
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
}
select.form-control:not([size]):not([multiple]){
	height: auto;
	padding: .9rem 1rem;
}

/* Forms :: Visual Form Builder Only
----------------------------------------------- */
.vfbp-form{
	position: relative;
}
.vfbp-form .btn-primary{
	width: 100%;	
}
.vfb-well{
	background-color: var(--theme-color-light);
	border-radius: 0;
	border: none;
	padding: 1.5rem 1rem;
	display: block;
	float: none;
}
.vfbp-form .vfb-form-group {
	margin-bottom: 1.25rem;
}
.form-hide-labels .vfbp-form label{
	display: none;
}
.vfbp-form label{
	font-size: 1em;
	margin-bottom: .1rem;
	color: var(--theme-color-black);
}

.vfbp-form .vfb-help-block {
	margin-top: .1rem;
	margin-bottom: 1.25rem;
	color: var(--theme-color-mid);
	font-size: .85em;
	font-style: italic;
}
.vfbp-form .btn-file{
	font-size: 12px;
}

.vfb-address-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	margin: 0 -5px;
}
.vfb-address-block .vfb-form-group{
	flex: 1 1 auto !important;
	margin: 0 5px;
}
.vfb-address-block > div:first-child{
	width: 100%;
	align-self: stretch;
	margin-bottom: .25rem;
}
.vfb-address-block select.vfb-form-control{
	height: 48px;
}

.vfbp-form #vfbp-running-total-box{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}
.vfbp-form #vfbp-running-total-box #vfbp-running-total{
	right: 0;
	margin-top: 0 !important;
	background-color: var(--theme-color-primary);
	color: var(--theme-color-white);
	border: none;
	border-radius: 0;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}
.vfbp-form #vfbp-running-total-box #vfbp-running-total table tfoot th{
	color: var(--theme-color-tertiary);
}
.vfbp-form #vfbp-running-total-box #vfbp-running-total table tbody td{
	border-bottom: 2px solid var(--theme-color-trans-white);
}
/********************************************************************************
* General :: Backgrounds/Colors
*********************************************************************************/

/* Backgrounds :: Masking
----------------------------------------------- */
.mask-fadeout-y{
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%);
}
.mask-fadeout-y-top{
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%,rgba(0,0,0,1) 100%);
	mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 30%,rgba(0,0,0,1) 100%);
}
.mask-fadeout-y-btm{
	-webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%);
}
.mask-fadeout-x{
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 5%,rgba(0,0,0,1) 95%,rgba(0,0,0,0) 100%);
}
.mask-fadeout-x-left{
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
	mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%);
}
.mask-fadeout-x-right{
	-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 60%,rgba(0,0,0,0) 100%);
}

/* Backgrounds :: Depths
----------------------------------------------- */
.depth-0{
	box-shadow: none;
}
.depth-1{
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}
.depth-2{
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.19),0px 8px 17px 0px rgba(0, 0, 0, 0.2);
}
.depth-3{
	box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.19),0px 12px 15px 0px rgba(0, 0, 0, 0.24);
}
.depth-4{
	box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.21),0px 16px 28px 0px rgba(0, 0, 0, 0.22);
}
.depth-5{
	box-shadow: 0px 40px 70px 0px rgba(0, 0, 0, 0.22),0px 27px 24px 0px rgba(0, 0, 0, 0.2);
}

/* Backgrounds :: Borders
----------------------------------------------- */
.border-top, .border-bottom, .border-left, .border-right, .border {
    border-color: var(--theme-color-trans-black) !important;
	border-width: 2px !important;
}

.border-none{
	border: none !important;
}

.border-frame{
	position: relative;
}
.border-frame:after{
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	border: 2px solid var(--theme-color-primary);
	z-index: 2;
}
.border-frame > * {
	z-index: 3;
}

.border-distress-top, .border-distress-bottom{
	position: relative;
}
.border-distress-top:before, .border-distress-bottom:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 29px;
	background-size: auto 100%;
	background-repeat: repeat-x;
	z-index: 1;
}
.border-distress-top:before{
	top: 0;
	background-image: url('../img/border-distress-top-white.svg');
}
.border-distress-bottom:before{
	bottom: 0;
	background-image: url('../img/border-distress-bottom-white.svg');
}

/* Backgrounds :: Primary
----------------------------------------------- */
.has-primary-color, .text-primary {
	color: var(--theme-color-primary) !important;
}
.has-primary-background-color {
	background-color: var(--theme-color-primary);
	color: var(--theme-color-tertiary);
}
.has-primary-background-color h1 em, .has-primary-background-color h2 em, .has-primary-background-color h3 em, .has-primary-background-color h4 em, .has-primary-background-color h5 em, .has-primary-background-color h6 em, 
.has-primary-background-color .h1 em, .has-primary-background-color .h2 em, .has-primary-background-color .h3 em, .has-primary-background-color .h4 em, .has-primary-background-color .h5 em, .has-primary-background-color .h6 em {
	color: var(--theme-color-active);
}
.has-primary-background-color ul.styled-list li::before, .has-primary-background-color ul.is-style-styled-list li::before, .has-primary-background-color ul.is-style-styled-list-two-column li::before, .has-primary-background-color .wsp-container > ul li::before {
	color: var(--theme-color-white);
}
.has-primary-background-color hr.is-style-stitches, .has-primary-background-color hr.wp-block-separator.is-style-stitches {
	background-image: url('../img/hr-stitches-trans-white.svg');
}

/* Backgrounds :: Secondary
----------------------------------------------- */
.has-secondary-color, .text-secondary {
	color: var(--theme-color-secondary) !important;
}
.has-secondary-background-color {
	background-color: var(--theme-color-secondary);
	color: var(--theme-color-white);
}
.has-secondary-background-color .btn:not(.btn-secondary):not(:hover):not(:active):not(:focus) {
	background-color: var(--theme-color-white);
	color: var(--theme-color-secondary);
	box-shadow: none;
}
.has-secondary-background-color .btn-fancy:not(:hover):not(:active):not(:focus) .icon {
	background-color: var(--theme-color-secondary);
	color: var(--theme-color-white);
}

/* Backgrounds :: Tertiary
----------------------------------------------- */
.has-tertiary-color, .text-tertiary {
	color: var(--theme-color-tertiary) !important;
}
.has-tertiary-background-color {
	background-color: var(--theme-color-tertiary);
	color: var(--theme-color-white);
}

/* Backgrounds :: Success
----------------------------------------------- */
.has-success-color, .text-success {
	color: var(--theme-color-success) !important;
}
.has-success-background-color {
	background-color: var(--theme-color-success);
	color: var(--theme-color-white);
}

/* Backgrounds :: Warning
----------------------------------------------- */
.has-warning-color, .text-warning {
	color: var(--theme-color-warning) !important;
}
.has-warning-background-color {
	background-color: var(--theme-color-warning);
	color: var(--theme-color-white);
}

/* Backgrounds :: White
----------------------------------------------- */
.has-white-color, .text-white {
	color: var(--theme-color-white) !important;
}
.has-white-background-color {
	background-color: var(--theme-color-white);
	color: var(--theme-color-mid);
}

/* Backgrounds :: Light
----------------------------------------------- */
.has-light-color, .text-light {
	color: var(--theme-color-light) !important;
}
.has-light-background-color {
	background-color: var(--theme-color-light);
	color: var(--theme-color-mid);
}

/* Backgrounds :: Mid
----------------------------------------------- */
.has-mid-color, .text-mid {
	color: var(--theme-color-mid) !important;
}
.has-mid-background-color {
	background-color: var(--theme-color-mid);
	color: var(--theme-color-white);
}

/* Backgrounds :: Dark
----------------------------------------------- */
.has-dark-color, .text-dark {
	color: var(--theme-color-dark) !important;
}
.has-dark-background-color {
	background-color: var(--theme-color-dark);
	color: var(--theme-color-white);
}

/* Backgrounds :: Black
----------------------------------------------- */
.has-black-color, .text-black {
	color: var(--theme-color-black) !important;
}
.has-black-background-color {
	background-color: var(--theme-color-black);
	color: var(--theme-color-white);
}

/* Backgrounds :: Transparent
----------------------------------------------- */
.has-transparent-color, .text-transparent {
	color: var(--theme-color-trans) !important;
}
.has-transparent-background-color {
	background-color: var(--theme-color-trans);
}

.has-trans-white-color, .text-trans-white {
	color: var(--theme-color-trans-white) !important;
}
.has-trans-white-background-color {
	background-color: var(--theme-color-trans-white);
}

.has-trans-black-color, .text-trans-black {
	color: var(--theme-color-trans-black) !important;
}
.has-trans-black-background-color {
	background-color: var(--theme-color-trans-black);
}


/* Backgrounds :: Common :: Darks
-----------------------------------------------*/
.has-primary-background-color a:not(:hover):not(:focus):not(:active):not(.btn), 
.has-secondary-background-color a:not(:hover):not(:focus):not(:active):not(.btn), 
.has-tertiary-background-color a:not(:hover):not(:focus):not(:active):not(.btn),
.has-success-background-color a:not(:hover):not(:focus):not(:active):not(.btn), 
.has-warning-background-color a:not(:hover):not(:focus):not(:active):not(.btn), 
.has-mid-background-color a:not(:hover):not(:focus):not(:active):not(.btn), 
.has-dark-background-color a:not(:hover):not(:focus):not(:active):not(.btn), 
.has-black-background-color a:not(:hover):not(:focus):not(:active):not(.btn){
	color: var(--theme-color-white);
}
.has-primary-background-color a.btn-text, 
.has-secondary-background-color a.btn-text, 
.has-tertiary-background-color a.btn-text, 
.has-success-background-color a.btn-text, 
.has-warning-background-color a.btn-text, 
.has-mid-background-color a.btn-text, 
.has-dark-background-color a.btn-text, 
.has-black-background-color a.btn-text{
	color: var(--theme-color-white);
}
.has-primary-background-color h1, .has-primary-background-color h2, .has-primary-background-color h3, .has-primary-background-color h4, .has-primary-background-color h5, 
.has-primary-background-color .h1, .has-primary-background-color .h2, .has-primary-background-color .h3, .has-primary-background-color .h4, .has-primary-background-color .h5, 
.has-secondary-background-color h1, .has-secondary-background-color h2, .has-secondary-background-color h3, .has-secondary-background-color h4, .has-secondary-background-color h5,
.has-secondary-background-color .h1, .has-secondary-background-color .h2, .has-secondary-background-color .h3, .has-secondary-background-color .h4, .has-secondary-background-color .h5,
.has-tertiary-background-color h1, .has-tertiary-background-color h2, .has-tertiary-background-color h3, .has-tertiary-background-color h4, .has-tertiary-background-color h5,
.has-tertiary-background-color .h1, .has-tertiary-background-color .h2, .has-tertiary-background-color .h3, .has-tertiary-background-color .h4, .has-tertiary-background-color .h5,
.has-success-background-color h1, .has-success-background-color h2, .has-success-background-color h3, .has-success-background-color h4, .has-success-background-color h5,
.has-success-background-color .h1, .has-success-background-color .h2, .has-success-background-color .h3, .has-success-background-color .h4, .has-success-background-color .h5,
.has-warning-background-color h1, .has-warning-background-color h2, .has-warning-background-color h3, .has-warning-background-color h4, .has-warning-background-color h5,
.has-warning-background-color .h1, .has-warning-background-color .h2, .has-warning-background-color .h3, .has-warning-background-color .h4, .has-warning-background-color .h5,
.has-mid-background-color h1, .has-mid-background-color h2, .has-mid-background-color h3, .has-mid-background-color h4, .has-mid-background-color h5,
.has-mid-background-color .h1, .has-mid-background-color .h2, .has-mid-background-color .h3, .has-mid-background-color .h4, .has-mid-background-color .h5,
.has-dark-background-color h1, .has-dark-background-color h2, .has-dark-background-color h3, .has-dark-background-color h4, .has-dark-background-color h5,
.has-dark-background-color .h1, .has-dark-background-color .h2, .has-dark-background-color .h3, .has-dark-background-color .h4, .has-dark-background-color .h5,
.has-black-background-color h1, .has-black-background-color h2, .has-black-background-color h3, .has-black-background-color h4, .has-black-background-color h5,
.has-black-background-color .h1, .has-black-background-color .h2, .has-black-background-color .h3, .has-black-background-color .h4, .has-black-background-color .h5{
	color: var(--theme-color-white);
}
.has-primary-background-color .subtitle,
.has-secondary-background-color .subtitle,
.has-tertiary-background-color .subtitle,
.has-success-background-color .subtitle,
.has-warning-background-color .subtitle,
.has-mid-background-color .subtitle,
.has-dark-background-color .subtitle,
.has-black-background-color .subtitle{
	color: var(--theme-color-white);
}
.has-primary-background-color .border-top, .has-primary-background-color .border-bottom, .has-primary-background-color .border-left, .has-primary-background-color .border-right, .has-primary-background-color .border,
.has-secondary-background-color .border-top, .has-secondary-background-color .border-bottom, .has-secondary-background-color .border-left, .has-secondary-background-color .border-right, .has-secondary-background-color .border,
.has-tertiary-background-color .border-top, .has-tertiary-background-color .border-bottom, .has-tertiary-background-color .border-left, .has-tertiary-background-color .border-right, .has-tertiary-background-color .border,
.has-success-background-color .border-top, .has-success-background-color .border-bottom, .has-success-background-color .border-left, .has-success-background-color .border-right, .has-success-background-color .border,
.has-warning-background-color .border-top, .has-warning-background-color .border-bottom, .has-warning-background-color .border-left, .has-warning-background-color .border-right, .has-warning-background-color .border,
.has-mid-background-color .border-top, .has-mid-background-color .border-bottom, .has-mid-background-color .border-left, .has-mid-background-color .border-right, .has-mid-background-color .border,
.has-dark-background-color .border-top, .has-dark-background-color .border-bottom, .has-dark-background-color .border-left, .has-dark-background-color .border-right, .has-dark-background-color .border,
.has-black-background-color .border-top, .has-black-background-color .border-bottom, .has-black-background-color .border-left, .has-black-background-color .border-right, .has-black-background-color .border{
    border-color: var(--theme-color-trans-white) !important;
}
.has-primary-background-color .form-control:not(:focus),
.has-primary-background-color .vfbp-form .vfb-form-control:not(:focus),
.has-secondary-background-color .form-control:not(:focus),
.has-secondary-background-color .vfbp-form .vfb-form-control:not(:focus),
.has-tertiary-background-color .form-control:not(:focus),
.has-tertiary-background-color .vfbp-form .vfb-form-control:not(:focus),
.has-success-background-color .form-control:not(:focus),
.has-success-background-color .vfbp-form .vfb-form-control:not(:focus),
.has-warning-background-color .form-control:not(:focus),
.has-warning-background-color .vfbp-form .vfb-form-control:not(:focus),
.has-mid-background-color .form-control:not(:focus),
.has-mid-background-color .vfbp-form .vfb-form-control:not(:focus),
.has-dark-background-color .form-control:not(:focus),
.has-dark-background-color .vfbp-form .vfb-form-control:not(:focus),
.has-black-background-color .form-control:not(:focus),
.has-black-background-color .vfbp-form .vfb-form-control:not(:focus){
	background: none;
	border-color: var(--theme-color-trans-white);
	color: var(--theme-color-white);
	box-shadow: none;
}
.has-primary-background-color .form-control:focus,
.has-primary-background-color .vfbp-form .vfb-form-control:focus,
.has-secondary-background-color .form-control:focus,
.has-secondary-background-color .vfbp-form .vfb-form-control:focus,
.has-tertiary-background-color .form-control:focus,
.has-tertiary-background-color .vfbp-form .vfb-form-control:focus,
.has-success-background-color .form-control:focus,
.has-success-background-color .vfbp-form .vfb-form-control:focus,
.has-warning-background-color .form-control:focus,
.has-warning-background-color .vfbp-form .vfb-form-control:focus,
.has-mid-background-color .form-control:focus,
.has-mid-background-color .vfbp-form .vfb-form-control:focus,
.has-dark-background-color .form-control:focus,
.has-dark-background-color .vfbp-form .vfb-form-control:focus,
.has-black-background-color .form-control:focus,
.has-black-background-color .vfbp-form .vfb-form-control:focus{
	color: var(--theme-color-white);
}
.has-primary-background-color .input-group-text,
.has-secondary-background-color .input-group-text,
.has-tertiary-background-color .input-group-text,
.has-success-background-color .input-group-text,
.has-warning-background-color .input-group-text,
.has-mid-background-color .input-group-text,
.has-dark-background-color .input-group-text,
.has-black-background-color .input-group-text{
	border-radius: 0;
	border-color: var(--theme-color-trans-white);
	color: var(--theme-color-white);
}
.has-primary-background-color .vfbp-form label,
.has-secondary-background-color .vfbp-form label,
.has-tertiary-background-color .vfbp-form label,
.has-success-background-color .vfbp-form label,
.has-warning-background-color .vfbp-form label,
.has-mid-background-color .vfbp-form label,
.has-dark-background-color .vfbp-form label,
.has-black-background-color .vfbp-form label{
	color: var(--theme-color-white);
}
.has-primary-background-color hr.is-style-styled,
.has-primary-background-color .wp-block-separator.is-style-styled,
.has-secondary-background-color hr.is-style-styled,
.has-secondary-background-color .wp-block-separator.is-style-styled,
.has-tertiary-background-color hr.is-style-styled,
.has-tertiary-background-color .wp-block-separator.is-style-styled,
.has-success-background-color hr.is-style-styled,
.has-success-background-color .wp-block-separator.is-style-styled,
.has-warning-background-color hr.is-style-styled,
.has-warning-background-color .wp-block-separator.is-style-styled,
.has-mid-background-color hr.is-style-styled,
.has-mid-background-color .wp-block-separator.is-style-styled,
.has-dark-background-color hr.is-style-styled,
.has-dark-background-color .wp-block-separator.is-style-styled,
.has-black-background-color hr.is-style-styled,
.has-black-background-color .wp-block-separator.is-style-styled{
	border-bottom-color: var(--theme-color-trans-white) !important;
}

.has-primary-background-color .card:not(:hover),
.has-secondary-background-color .card:not(:hover),
.has-tertiary-background-color .card:not(:hover),
.has-success-background-color .card:not(:hover),
.has-warning-background-color .card:not(:hover),
.has-mid-background-color .card:not(:hover),
.has-dark-background-color .card:not(:hover),
.has-black-background-color .card:not(:hover){
	border-color: var(--theme-color-trans-white);
}

/* Backgrounds :: Overlays
----------------------------------------------- */
[class*="overlay-opacity-"]::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: var(--theme-color-black);
	z-index: 1;
	opacity: 0;
}

.overlay-opacity-0::before { opacity: 0; }
.overlay-opacity-0-5::before { opacity: .05; }
.overlay-opacity-1::before { opacity: .1; }
.overlay-opacity-1-5::before { opacity: .15; }
.overlay-opacity-2::before { opacity: .2; }
.overlay-opacity-2-5::before { opacity: .25; }
.overlay-opacity-3::before { opacity: .3; }
.overlay-opacity-3-5::before { opacity: .35; }
.overlay-opacity-4::before { opacity: .4; }
.overlay-opacity-4-5::before { opacity: .45; }
.overlay-opacity-5::before { opacity: .5; }
.overlay-opacity-5-5::before { opacity: .55; }
.overlay-opacity-6::before { opacity: .6; }
.overlay-opacity-6-5::before { opacity: .65; }
.overlay-opacity-7::before { opacity: .7; }
.overlay-opacity-7-5::before { opacity: .75; }
.overlay-opacity-8::before { opacity: .8; }
.overlay-opacity-8-5::before { opacity: .85; }
.overlay-opacity-9::before { opacity: .9; }
.overlay-opacity-9-5::before { opacity: .95; }

/* Backgrounds :: Images
----------------------------------------------- */
.bg-img{
	background-image: url('../img/bg-img.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-stripes{
	background-image: url('../img/bg-stripes.png');
}

/********************************************************************************
* General :: Swiper
*********************************************************************************/
.swiper-controls-circle .swiper-button-prev, .swiper-controls-circle .swiper-button-next{
	background-color: var(--theme-color-secondary);
	color: var(--theme-color-white);
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	top: 50%;
	margin-top: -30px;
	z-index: 1000;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
	
	transition: all .2s ease-in;
}
.swiper-controls-circle .swiper-button-prev, .swiper-controls-circle .swiper-container-rtl .swiper-button-next{	
	left: 0;
}
.swiper-controls-circle .swiper-button-next, .swiper-controls-circle .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.swiper-controls-circle .swiper-button-prev:hover, .swiper-controls-circle .swiper-button-next:hover{
	background-color: var(--theme-color-hover);
}
.swiper-controls-circle .swiper-button-prev:focus, .swiper-controls-circle .swiper-container-rtl .swiper-button-next:focus, .swiper-controls-circle .swiper-button-next:focus, .swiper-controls-circle .swiper-container-rtl .swiper-button-prev:focus{
	outline: none;
}
.swiper-button-next::after, .swiper-button-prev::after{
	display: none;
}

/********************************************************************************
* General :: Cards
*********************************************************************************/
/* Card :: Default
----------------------------------------------- */
.card {
	border: 1px solid var(--theme-color-light); 
	border-radius: 0;
	background-color: var(--theme-color-white); 
	color: var(--theme-color-dark); 
	font-size: .9em;
	max-width: none;
	transition: all 0.3s ease-in;
}
.card-img, .card-img-top, .card-img-bottom{
	position: relative;
	background-color: var(--theme-color-hover);
	border-radius: 0;
}
.card-img img { 
	width: 100%;
} 
.card-img a{
	transition: all 0.3s ease-in;
}
.card-img a:hover{
	opacity: .6;
}
.card-img-tag{
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--theme-color-trans-primary);
	color: var(--theme-color-white);
	text-transform: uppercase;
	font-weight: 700;
	font-size: .8em;
	padding: .5rem 1rem;
	letter-spacing: .15em;
}

.card-icon{
	width: 75px;
	height: 75px;
	font-size: 40px;
	position: relative;
	line-height: 71px;
	text-align: center;
	color: var(--theme-color-primary);
	border: 2px solid var(--theme-color-primary);
	border-radius: 50%;
	
	transition: all 0.3s ease-in;
}

.card hr{
	margin: 1rem 0;
}
.card hr.hr-styled{
	width: 45px;
}
.card.text-center hr.hr-styled{
	margin: .75rem auto;
}

.card-body{
	padding: 2rem 1.75rem;
}
.card-body > :last-child{
	margin-bottom: 0;
}
.card-subtitle{
	margin-top: 0;
}

.card-footer {
    background-color: transparent;
	border-top: 1px solid var(--theme-color-light);
	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 var(--theme-color-light);
	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: var(--theme-color-hover);
}
.card:hover .card-icon{
	color: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
}

/* Card :: Inverted
----------------------------------------------- */
.card-inverse {
	background-color: var(--theme-color-dark);
	color: var(--theme-color-light);
}
.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: var(--theme-color-light);	
}

/* Card :: Block
----------------------------------------------- */
.wp-block-column .card-block{
	height: 100%;	
}

/********************************************************************************
* Header
*********************************************************************************/
header.header-wrapper{
	z-index: 1001;
}
header.header-wrapper .masthead-logo { 
	width: 225px;
	position: relative;
}
header.header-wrapper .masthead-logo img{
	position: absolute;
	border-radius: 50%;
	width: 100%;
	top: -85px;
	z-index: 1000;
}

/* Header :: Navbar Top
----------------------------------------------- */
.section-header-top{
	font-size: .9em;
	font-weight: 500;
	line-height: 1;
}
.section-header-top-message {
	padding-left: 225px; /* Equal to the set width of the masthead-logo */
}

/* Header :: Social
----------------------------------------------- */
.nav-social .nav-link{
	padding: 0 .5rem;
	font-size: 1.2em;
}

.nav-social a.nav-link { 
	color: var(--theme-color-white); 
}

.nav-social a.nav-link:hover, .nav-social a.nav-link:focus, .nav-social a.nav-link:active { 
	color: var(--theme-color-hover); 
} 

/* Header :: Phone
----------------------------------------------- */
.navbar-top .list-contact .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}

.navbar-top .list-contact a, .navbar-top .list-contact a:hover, .navbar-top .list-contact a:focus, .navbar-top .list-contact a:active {
	color: var(--theme-color-white); 
} 

/********************************************************************************
* Header :: Primary Navigation
*********************************************************************************/
/* Primary Navigation :: First Level
----------------------------------------------- */
.navbar-primary .navbar-nav > li{
	margin: 0 1.25em;	
}
.navbar-primary .navbar-nav > li:first-child{
	margin-left: 0;
}
.navbar-primary .navbar-nav > li:last-child{
	margin-right: 0;
}
.navbar-primary .navbar-nav .nav-link {
	background-color: transparent;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	font-size: 1.2em;
	color: var(--theme-color-dark);
	letter-spacing: .025em;
	padding: .75rem 0;
}
.navbar-primary .navbar-nav .nav-link:focus, .navbar-primary .navbar-nav .nav-link:hover,
.navbar-primary .navbar-nav .nav-link.show, .navbar-primary .navbar-nav .show > .nav-link{
	color: var(--theme-color-hover);
	background-color: transparent;
}
.navbar-primary .navbar-nav .active > .nav-link, .navbar-primary .navbar-nav .nav-link.active{
	color: var(--theme-color-active);
	background-color: transparent;
}
.navbar-primary .dropdown-toggle::after {
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: .35em;
	vertical-align: -.075em;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: "\f107";
	border: none;
	font-size: .8em;
	color: var(--theme-color-secondary);
}
.navbar-primary li.show .dropdown-toggle::after {
	content: "\f106";
}

/* Primary Navigation :: 2nd Level
----------------------------------------------- */
.navbar-primary .navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	padding-top: 10px;
	text-align: left;
	border: none;
	background-color: var(--theme-color-primary);
}
.navbar-primary .navbar-nav > li > .dropdown-menu:after {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	poKarla-events: none;
	border-color: rgba(67, 58, 48, 0);
	border-bottom-color: var(--theme-color-primary);
	border-width: 7px;
	margin-left: -7px;
}
.navbar-primary .navbar-nav > li > .dropdown-menu > li > a{
	color: var(--theme-color-white);
	font-size: 1em;
	font-weight: 500;
	line-height: normal;
	padding: .7em 1.5em;
	letter-spacing: .05em;
}
.navbar-primary .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-primary .navbar-nav > li > .dropdown-menu > li > a:focus{
	background-color: transparent;
	color: var(--theme-color-hover);
}
.navbar-primary .navbar-nav > li > .dropdown-menu > .active > a, .navbar-primary .navbar-nav > li > .dropdown-menu > .active > a:hover, .navbar-primary .navbar-nav > li > .dropdown-menu > .active > a:focus{
	color: var(--theme-color-active);
	background-color: transparent;
}

/* Primary Navigation :: Mobile
----------------------------------------------- */
/* Mobile Navigation*/
.toggle-wrapper{
	color: var(--theme-color-dark);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1;
	letter-spacing: .1em;
}
.section-masthead .navbar-toggler{
	position: relative;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	background-color: transparent;
	border: 0px solid var(--theme-color-primary);
	border-radius: 0;
	padding: .5rem 0 .5rem .75rem;
	z-index: 1;

	transition: all .2s ease-in;
}
.section-masthead .navbar-toggler:hover, .section-masthead .navbar-toggler:focus{
	background-color: transparent;
}
.section-masthead .navbar-toggler span {
	display: block;
	background-color: var(--theme-color-primary);
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	position: relative;
	left: 0;
	opacity: 1;
}
.section-masthead .navbar-toggler:hover span, .section-masthead .navbar-toggler:focus span {
	background-color: var(--theme-color-hover);
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   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);
    -ms-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);
    -ms-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;
    bottom: 0;
	top: 0;
	height: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}
.section-hero .section-hero-content{
	font-size: 1.25em;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16),0px 2px 5px rgba(0, 0, 0, 0.26),0px 2px 10px rgba(0, 0, 0, 0.16),0px 2px 5px rgba(0, 0, 0, 0.26);
}

/* Hero :: Swiper
----------------------------------------------- */
.section-hero-swiper .swiper-home{
	transition: all .2s ease-in;
}
.section-hero-swiper .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-hero-swiper .section-hero-content{
	max-width: 1200px;
}
.section-hero-swiper .section-hero-content .btn-outline:not(:hover):not(:focus):not(:active){
	background-color: rgba(0,0,0,.3);
}

/* Hero :: Page Header
----------------------------------------------- */
.section-page-header{
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 60vh;
}
.section-page-header.hero-bg-custom::before{
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	width: 100%;
    z-index: 1;
	transition: all 0.2s ease-in-out;
}

/* Hero :: Breadcrumbs
----------------------------------------------- */
.section-breadcrumbs{
	font-size: .7em;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 500;
}
.section-breadcrumbs span{
	padding: 0 .35rem;
	
	max-width: 250px;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
	margin-top: -4px;
}
.section-breadcrumbs span:first-child{
	padding-left: 0;
}
.section-breadcrumbs span:last-child{
	padding-right: 0;
}

/********************************************************************************
* General :: Content
*********************************************************************************/
.wow {
	visibility:hidden;
}

.wrap{
	min-height: 75vh;
	position: relative;
	z-index: 1;
	background-color: var(--theme-color-white);
}

.page-template-template-home .wrap > section:nth-child(2){
	margin-top: -10vh;
}
.page-template-template-home .wrap > section{
	overflow: hidden;
	max-width: 100%;
}

.section-padding, .section-content-padded{ 
	padding: 6rem 0;
}
.section-content-padded.section-content-padded-extra{
	padding-top: 12rem;
	padding-bottom: 12rem;
}
.section-content-padded.section-content-padded-less{
	padding-top: 4rem;
	padding-bottom: 4rem;
}

.section-content > :last-child, .main > :last-child{
	margin-bottom: 0;
}
.section-heading {
	margin-top: 0;
}

/********************************************************************************
* Sidebar
*********************************************************************************/
.sidebar{
	font-size: .9em;
	line-height: normal;
}
.sidebar .widget{
	margin-bottom: 1.5rem;
}
.sidebar > .widget:last-child{
	margin-bottom: 0;
}
.sidebar .widget h3{
	font-size: 1.5em;
	margin-top: 0;
}
.sidebar .widget-content{
	padding: 1.5rem 2rem;
	background-color: var(--theme-color-light);
}

/********************************************************************************
* Sidebar :: Navigation
*********************************************************************************/
.sidebar ul.nav > li a{
	line-height: 1;
	padding: .5rem 1.25rem .5rem 0;
	display: block;
	position: relative;
	font-weight: 600;
	color: var(--theme-color-mid);
}
.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: var(--theme-color-active) !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: -1.25rem;
	opacity: 0;
	overflow: hidden;
	position: absolute;

	transition: all 0.3s;
}
.sidebar ul.nav > li a:hover, .sidebar ul.nav > li a:focus{
	padding-left: 1.25rem;
	padding-right: 0;
	color: var(--theme-color-hover);
}
.sidebar ul.nav > li a:hover:before{
	left: 0;
	opacity: 1;
}
.sidebar ul.nav > li a .count{
	font-size: .75em;
	color: var(--theme-color-mid);
}
.sidebar ul.nav > li .children {
	list-style: none;
	padding: 0 1rem .75rem 1rem;
}
.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 var(--theme-color-primary);
	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: 1.5rem 2rem;
	background-color: var(--theme-color-light);
}
.widget_archive ul .year {
	display: block;	
	padding: 12px 25px 12px 0;
	border-bottom: 2px dotted var(--theme-color-trans-black);
}
.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: 1em;
}
.widget_archive .year-toggle {
	background-color: transparent;
	color: var(--theme-color-secondary);
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
}
.widget_archive .year-toggle:hover, .widget_archive .year-toggle:focus{
	color: var(--theme-color-hover);
}
.widget_archive li {
	display: block;
	list-style: none;
	color: var(--theme-color-mid);
	font-size: .9em;
}
.widget_archive li a{
	font-size: 1.25em;
	color: var(--theme-color-secondary);
	padding: 4px 0 4px 25px;
	white-space: normal;
	font-weight: 700;
	display: inline-block;
}
.widget_archive li a:hover, .widget_archive li a:focus{
	color: var(--theme-color-hover);
}

/********************************************************************************
* Section :: Child :: Content
*********************************************************************************/
.section-child-content-main > :last-child{
	margin-bottom: 0;
}
.section-child-header-inner{
	position: relative;
}

.flavor-img{
	position: absolute;
	z-index: 0;
}
.flavor-img-whistle{
	left: -70px;
}
.flavor-img-stars{
	top: 10px;
	right: -30px;
}
.flavor-img-trophy{
	left: -75px;
	top: -15px;
}

/********************************************************************************
* 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: var(--theme-color-secondary);
  	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;

	transition: all .2s ease-in;
}
.child-video-overlay{
	position: absolute;
	width: 100%;
	text-align: center;
	color: var(--theme-color-white);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	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 var(--theme-color-white);
	padding-left: 5px;
	margin: 0 auto 10px auto;

	transition: all .2s ease-in;
}
.child-video:hover iframe{
	opacity: .1;
}
.child-video:hover .child-video-overlay{
	color: var(--theme-color-hover);
}
.child-video:hover .child-video-overlay i{
	border-color: var(--theme-color-hover);
}

/********************************************************************************
* Section :: Child :: Featured Image
*********************************************************************************/
/* Featured Image :: Parallax
----------------------------------------------- */
.section-featured-image-divider {
	background-color: var(--theme-color-black);
	height: 400px;
	overflow: hidden;
	position: relative;
}

/* Featured Image :: Background
----------------------------------------------- */
.section-has-background-image{
	position: relative;
}
.section-background-image{
	background-color: inherit;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.section-background-image .simpleParallax {
	background-color: inherit;
	height: 100%;
}
.section-background-image img{
	width: 75%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	display: block;
	opacity: .4;
	/*position: absolute;
	top: -100%;
	z-index: 0;*/
}

/********************************************************************************
* Section :: Child :: Highlight
*********************************************************************************/
.section-child-highlight-img{
	position: relative;
}
.highlight-img{
	position: relative;
	z-index: 1;
}
.flavor-img-dots{
	left: -50px;
}
.flavor-img-mitt{
	bottom: 10px;
	right: 10px;
	z-index: 2;
	max-width: 35%;
}
.flavor-img-bat{
	top: 20px;
	left: 0;
	z-index: 2;
	max-width: 35%;
}
.highlight-foreground-img01{
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 3;
	width: 150px;
	max-width: 35%;
}
.highlight-foreground-img02{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	max-width: 35%;
}

/********************************************************************************
* Section :: Partners
*********************************************************************************/
.swiper-partners{
	position: relative;
}
.swiper-partners .swiper-button-prev, .swiper-partners .swiper-container-rtl .swiper-button-next{
	left: auto;
	right: calc(100% + 1rem);
}
.swiper-partners .swiper-button-next, .swiper-partners .swiper-container-rtl .swiper-button-prev{
	left: calc(100% + 1rem);
	right: auto;
}
.swiper-partners .swiper-button-prev, .swiper-partners .swiper-button-next{
	height: 100%;
	top: 0;
	margin-top: 0;
	width: auto;
	padding: 1rem 1.5rem;
	font-size: 1.2em;
	
	transition: all .3s ease-in;
}
.swiper-partners .swiper-button-prev::after, .swiper-partners .swiper-button-next::after {
	display: none;
}
.swiper-partners .swiper-button-prev:hover, .swiper-partners .swiper-button-next:hover{
	color: var(--theme-color-hover);
}


/********************************************************************************
* Section :: Child :: Stats
*********************************************************************************/
.section-child-stats-img{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
	z-index: 2;
}
.section-child-stats .section-child-btn{
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}
.stat-icon {
	width: 80px;
	height: 80px;
	line-height: 74px;
	text-align: center;
	font-size: 40px;
	border: 3px solid var(--theme-color-secondary);
	border-radius: 50%;
	color: var(--theme-color-secondary);
}
.stat-title{
	line-height: 1.2;
}
/********************************************************************************
* Section :: Child :: Testimonials
*********************************************************************************/
.swiper-testimonials .swiper-wrapper{
	padding-bottom: 30px;
}
.swiper-testimonials .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 0;
}
.testimonial-icon{
	border-radius: 50%;
	padding: 8px;
	border: 2px solid var(--theme-color-primary);
	display: inline-block;
}
.testimonial-icon-inner{
	text-align: center;
	font-size: 120px;
	font-family: 'Times New Roman', Times, 'serif';
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-image: url('../img/icon-quote.png');
	background-repeat: no-repeat;
	background-position: center;
}
.subtitle.testimonial-text{
	line-height: 1;
}
/********************************************************************************
* Section :: Child :: News
*********************************************************************************/
.section-child-news{
	overflow: hidden;
}
.section-child-news-bottom{
	position: relative;
	z-index: 1;
	padding-top: 1px;
}
.section-child-news-bottom .swiper-news{
	position: relative;
	z-index: 1;
}

.swiper-news .swiper-button-prev, .swiper-news .swiper-container-rtl .swiper-button-next {
	left: auto;
	right: 100%;
}
.swiper-news .swiper-button-next, .swiper-news .swiper-container-rtl .swiper-button-prev{
	left: 100%;
	right: auto;
}


/********************************************************************************
* Section :: Gallery
*********************************************************************************

/* Gallery :: Controls
----------------------------------------------- */
.section-gallery .filters .btn{
	padding: 0 15px;
}
.section-gallery .filters .btn.active{
	color: var(--theme-color-active);
}

/* Gallery :: Grid
----------------------------------------------- */
.section-gallery{
	margin-left: -5px;
	margin-right: -5px;
}
.section-gallery .grid-item .card-gallery{
	position: relative;
	padding: 5px;
}
.section-gallery .grid-item .card-gallery i{
	position: absolute;
	color: var(--theme-color-white);
	opacity: 0;
	font-size: 30px;
	
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

	transition: all 0.3s ease-in;
}
.section-gallery .grid-item .card-gallery:hover i{
	opacity: 1;
}


/********************************************************************************
* Template :: Staff
*********************************************************************************/
.modal-staff, .modal-project{
	font-size: 14px;
}
.modal-staff .modal-header, .modal-project .modal-header{
	border-radius: 0;
}
.modal-staff .modal-header .close, .modal-project .modal-header .close{
	color: var(--theme-color-white);
}
.modal-staff .modal-content, .modal-project .modal-content{
	border-radius: .75rem;
	overflow: hidden;
	background: none;
	border: none;
}

.nav-tabs.nav-pills .nav-link{
	font-family: 'Karla', sans-serif;
	border-radius: 0;
	font-size: .9em;
	line-height: .8;
	letter-spacing: .2em;
	word-spacing: -.1em;
	padding: 1rem 2rem;
	border: 2px solid transparent;
}
.nav-tabs.nav-pills .nav-link.active, .nav-tabs.nav-pills .show > .nav-link{
	border-color: var(--theme-color-active);
	color: var(--theme-color-active);
	background-color: transparent;
}

/********************************************************************************
* Footer
*********************************************************************************/
footer.footer-wrapper{
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* Footer :: Newsletter
----------------------------------------------- */
.section-footer-newsletter{
	overflow: hidden;
}
.section-footer-newsletter h6{
	margin-bottom: 0;
	top: -13px;
	position: relative;
	display: inline-block;
}
.section-footer-newsletter h6:before, .section-footer-newsletter h6:after{
	content: '';
	height: 2px;
	width: 1000px;
	background-color: var(--theme-color-trans-white);
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.section-footer-newsletter h6:before{
	right: 100%;
}
.section-footer-newsletter h6:after{
	left: 100%;
}


.section-footer-newsletter .hustle-ui.module_id_1 .hustle-layout .hustle-layout-form, .section-footer-newsletter .hustle-ui.module_id_1 .hustle-layout .hustle-layout-body{
	background: none;
	padding: 0 0 .25rem 0;
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-layout .hustle-layout-content{
	background-color: transparent;
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-form .hustle-form-fields{
	position: relative;
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-field .hustle-input + .hustle-input-label{
	height: 100%;
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-field .hustle-input{
	border-radius: 25px;
	background-color: var(--theme-color-white);
	color: var(--theme-color-mid);
	padding: 1rem 2.5rem;
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-field .hustle-input:hover{
	background-color: var(--theme-color-white);
	border-color: var(--theme-color-hover);
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-field .hustle-input:focus{
	background-color: var(--theme-color-white);
	border-color: var(--theme-color-hover);
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-field .hustle-input + .hustle-input-label {
	color: var(--theme-color-mid);
	padding: 1rem;
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-form button.hustle-button-submit{
	background-color: var(--theme-color-secondary);
	color: var(--theme-color-white);
	position: absolute;
	padding: 0;
	margin: 0;
	top: 50%;
	right: 6px;
	min-width: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-form button.hustle-button-submit:hover, .section-footer-newsletter .hustle-ui.module_id_1 .hustle-form button.hustle-button-submit:focus, .section-footer-newsletter .hustle-ui.module_id_1 .hustle-form button.hustle-button-submit:active{
	background-color: var(--theme-color-hover);
	color: var(--theme-color-white);
}
.section-footer-newsletter .hustle-ui button.hustle-button-submit .hustle-button-text{
	font-style: normal;
	font-variant: normal;
	font-variant-ligatures: normal;
	line-height: 1;
	font-weight: 400;
	font-family: "Font Awesome 5 Pro";
	font-size: 1.5em;
}
.section-footer-newsletter .hustle-ui button.hustle-button-submit .hustle-button-text::before {
	content: "\f054";
}

.hustle-ui.module_id_1 .hustle-success {
	background-color: #FFF;
	border-radius: 10px;
}


/* Footer :: Contact
----------------------------------------------- */

/* Footer :: Bottom
----------------------------------------------- */
.section-footer-bottom{
	font-size: .8em;
	font-weight: 500;
	line-height: 1;
}
.section-footer-bottom .copyright > div{
	display: inline-block;	
}

/********************************************************************************
* General :: Scrolling
*********************************************************************************/
header.header-wrapper, header.header-wrapper .section-header-top, header.header-wrapper .masthead-logo, header.header-wrapper .masthead-logo img, header.header-wrapper .masthead-btns .subtitle{
	transition: all 0.3s ease 0s;
}
header.header-wrapper.is-stuck{

}
header.header-wrapper.is-stuck .masthead-logo {

}
header.header-wrapper.is-stuck .masthead-logo img{
	max-height: 75px;
	width: auto;
	top: auto;
	box-shadow: none;
	bottom: -37.5px;
}
header.header-wrapper.is-stuck .section-header-top{
	height: 0;
	opacity: 0;
	display: none;
	padding: 0 !important;
	margin: 0;
}

/********************************************************************************
* Block :: General Default Wordpress Block Adjustments
*********************************************************************************/
.wp-block .wp-block{
	width: auto;
}
.block-editor-block-list__layout.is-root-container>.wp-block[data-align=full] {
    max-width: 100% !important;
    width: 100% !important;
}

.wp-block-buttons .wp-block-button, .wp-block-image, .wp-block-cover, .wp-block-cover-image{
	margin-bottom: 1.5rem;
}

p.has-drop-cap:not(:focus):first-letter {
	color: var(--theme-color-primary);
}

.wp-block-image.aligncenter, .wp-block-image .aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright{
	display: block;
}
.wp-block-image img {
    height: auto;
}
.wp-block-image .aligncenter img{
	margin: 0 auto;
}
.wp-block-image figure.aligncenter{
	display: -ms-flexbox;
	display: flex;
	
	-ms-flex-direction: column;
	flex-direction: column;
	
	-ms-flex-align: center;
	align-items: center;
}
.blocks-gallery-caption, .wp-block-image figcaption {
	color: var(--theme-color-mid);
	opacity: .6;
	font-weight: 700;
	font-style: italic;
	letter-spacing: normal;
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption{
	width: 100%;
}

.wp-block-cover, .wp-block-cover-image, .wp-block-media-text__media img, .wp-block-media-text__media video{
	height: auto;
}
.wp-block-cover, .wp-block-cover-image{
	padding: 1.5em;
}
.main > .alignfull:last-child{
	margin-bottom: -6rem; /* Break out of the main .section-content-padded content area */
}

.wp-block-column > :last-child{
	margin-bottom: 0;
}
.wp-block-column.has-background{
	padding: 1.5em;
}
.wp-block-column.has-background > :last-child{
	margin-bottom: 0;
}

.wp-block-group .wp-block-group__inner-container > :last-child{
	margin-bottom: 0;
}

/* Create an option to have a full-width group's inner container function like a bootstrap container */
.wp-block-group.is-style-fixed-width-content{
	padding: 4rem 0;
}
.wp-block-group.is-style-fixed-width-content .wp-block-group__inner-container, .wp-block-cover.is-style-fixed-width-content .wp-block-cover__inner-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px){
	.wp-block-group.is-style-fixed-width-content .wp-block-group__inner-container, .wp-block-cover.is-style-fixed-width-content .wp-block-cover__inner-container {
	  max-width: 540px;
	}
}
@media (min-width: 768px){
	.wp-block-group.is-style-fixed-width-content .wp-block-group__inner-container, .wp-block-cover.is-style-fixed-width-content .wp-block-cover__inner-container {
	  max-width: 720px;
	}
}
@media (min-width: 992px){
	.wp-block-group.is-style-fixed-width-content .wp-block-group__inner-container, .wp-block-cover.is-style-fixed-width-content .wp-block-cover__inner-container {
	  max-width: 960px;
	}
}
@media (min-width: 1200px){
	.wp-block-group.is-style-fixed-width-content .wp-block-group__inner-container, .wp-block-cover.is-style-fixed-width-content .wp-block-cover__inner-container {
	  max-width: 1140px;
	}
}
@media (min-width: 1400px){
	.wp-block-group.is-style-fixed-width-content .wp-block-group__inner-container, .wp-block-cover.is-style-fixed-width-content .wp-block-cover__inner-container {
		max-width: 1340px;
	}
}

/* Extend responsive column styling to 767px (Default is 600px) */
@media (max-width: 767px) {
    .section-content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
		margin-left: 0;
	}
}

/********************************************************************************
* Block :: Progress Bar
*********************************************************************************/
.progressbar {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 50px;
}

.progressbar .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background: var(--theme-color-light);
    border-radius: 5px;
    margin-bottom: 6px;
}

.progressbar .bar-inner {
    position: relative;
    display: block;
    width: 0px;
    height: 10px;
    border-radius: 5px;
    background: var(--theme-color-secondary);

    transition: all 2s ease .5s;
}

.progressbar .count-text {
    position: absolute;
    right: -40px;
    bottom: 20px;
    color: var(--theme-color-white);
    line-height: 20px;
    font-size: .7em;
    text-align: center;
    font-weight: 700;
    opacity: 0;
    height: 20px;
    width: 40px;
    background: var(--theme-color-primary);
	transition: all .5s ease;
}

.progressbar .bar-inner.counted .count-text {
    opacity: 1;
}

.progressbar .count-text:after {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    border-right: 7px solid transparent;
    border-top: 5px solid var(--theme-color-primary);
}

.progressbar-goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: .8em;
	font-weight: 500;
}

/********************************************************************************
* Block :: File
*********************************************************************************/
.wp-block-file .wp-block-file__button, .wp-block-file a.wp-block-file__button:visited{
	color: var(--theme-color-secondary);
	font-family: 'Karla', sans-serif;
	font-weight: normal;
	letter-spacing: .2em;
	word-spacing: -.1em;
	border: 3px solid var(--theme-color-secondary);
	border-radius: 0;
	background-color: transparent;
	padding: .35em .75em;
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover{
	border-color: var(--theme-color-hover);
	background-color: var(--theme-color-hover);
	color: var(--theme-color-white);
}

/********************************************************************************
* Block :: Wordpress Gallery
*********************************************************************************/
.wp-block-gallery .wp-block-image{
	background-color: var(--theme-color-hover);
}
.wp-block-gallery .wp-block-image img{
	transition: all .3s ease-in;
}
.wp-block-gallery .wp-block-image:hover img {
	opacity: .25;
}
.wp-block-gallery.is-style-fixed-height  figure.wp-block-image{
	height: 300px;
	overflow: hidden;
}
/********************************************************************************
* Block :: Advanced Accordion
*********************************************************************************/
.wp-block-advgb-accordions.advgb-accordion-wrapper{
	margin-bottom: 1.5rem;
}
.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header.ui-accordion-header.ui-state-default{
	padding: .5rem 1.5rem;
	transition: all .2s ease-in;
}
.advgb-accordion-header:hover, .advgb-accordion-header.ui-accordion-header.ui-state-default:hover,
.advgb-accordion-header:focus, .advgb-accordion-header.ui-accordion-header.ui-state-default:focus{
	background-color: var(--theme-color-hover) !important;
}
.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header-icon{
	margin-right: 0;
}

.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-body, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content{
	padding: 2rem;
}
.advgb-accordion-body > :last-child, .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content > :last-child{
	margin-bottom: 0;
}

/********************************************************************************
* General :: Bootstrap Helpers
*********************************************************************************/
.container-breakout-left, .container-breakout-right {
	max-width: 100%;
	padding: 0;
}

@media (min-width: 1200px){
	.container-breakout-left, .container-breakout-right {
		width: calc( 1110px + ((100% - 1110px) / 2));
	}
	.container-breakout-right{
		margin-right: 0;
		padding-right: 0;
	}
	.container-breakout-left{
		margin-left: 0;
		padding-left: 0;
	}
	.container-breakout-left > .row, .container-breakout-right > .row{
		margin: 0;
	}
	.container-breakout-left > .row > div:last-child{
		padding-right: 0;
	}
	.container-breakout-right > .row > div:first-child{
		padding-left: 0;
	}
}
@media (min-width: 1700px){
	.container-breakout-left, .container-breakout-right {
		width: calc( 1310px + ((100% - 1310px) / 2));
	}
}

/********************************************************************************
* Media Queries
*********************************************************************************/
@media (max-height: 799px){
	
}
@media (max-width: 1599px){
	.navbar-primary .navbar-nav > li {
  		margin: 0 .75em;
	}
	.section-child-news-bottom .swiper-news, .swiper-partners {
		padding: 0 3rem;
	}
	.swiper-news .swiper-button-prev, .swiper-news .swiper-container-rtl .swiper-button-next, .swiper-partners .swiper-button-prev, .swiper-partners .swiper-container-rtl .swiper-button-next {
		left: 0;
		right: auto;
		padding: 0;
	}
	.swiper-news .swiper-button-next, .swiper-news .swiper-container-rtl .swiper-button-prev, .swiper-partners .swiper-button-next, .swiper-partners .swiper-container-rtl .swiper-button-prev {
		left: auto;
		right: 0;
		padding: 0;
	}
}

@media (max-width: 1399px){
	body{
		font-size: 17px;
	}
	header.header-wrapper .masthead-logo{
		width: 200px;
	}
	header.header-wrapper, .section-child-stats-bottom, .section-footer-ctas{
		font-size: .9em;
	}
	.stat-icon {
		width: 60px;
		height: 60px;
		line-height: 54px;
		font-size: 30px;
	}
}

@media (max-width: 1199px){
	body{
		font-size: 16px;
	}
	header.header-wrapper .masthead-logo{
		width: 150px;
	}
	header.header-wrapper .masthead-logo img{
		top: -75px;
	}
	.section-header-top-message {
		padding-left: 150px;
	}
}

@media (max-width: 991px){
	header.header-wrapper{
		font-size: .8em;
	}
	
	.section-child-stats-img{
		position: relative;
		padding: 0;
	}
	.section-child-stats .section-child-btn{
		left: 0;
		right: 0;
	}
}

/* Wordpress Gutenberg Columns Breakpoint edits */
@media (max-width: 781px){
	.wp-block-columns{
		margin-bottom: 0;
	}
	.wp-block-column {
		margin-bottom: 1.75em;
	}
}

@media (max-width: 767px){
	body{
		font-size: 16px;
	}
	.btn{
		white-space: normal;
	}
	
	.img-thumbnail, .thumbnail, .img-thumbnail.alignleft, .thumbnail.alignleft {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 30px auto;
	}
	
	.two-column-list, ul.is-style-styled-list-two-column, .wsp-container > ul, .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;
	}
	
	header.header-wrapper .masthead-logo {
		width: 125px;
	}
	header.header-wrapper .masthead-logo img{
		top: -65px;
	}
	.section-header-top-message {
		padding-left: 125px;
	}
	
	.section-hero .section-hero-content{
		font-size: 1em;
	}
	.swiper-controls-circle .swiper-button-prev, .swiper-controls-circle .swiper-button-next{
		width: 40px;
		height: 40px;
		font-size: 1em;
		margin-top: -20px;
	}
	
	.vfbp-form .vfb-name-block .vfb-form-group div[class*="vfb-col-"]{
		padding: 0;
	}
}
@media (max-width: 575px){
	.section-header-top-message {
		padding-left: 150px;
	}
	header.header-wrapper .masthead-logo img {
		top: 8px;
	}
	header.header-wrapper.is-stuck .masthead-logo img{
		top: 8px;
		bottom: auto;
	}
	
	.section-hero .section-hero-content{
		font-size: .9em;
	}
	.swiper-title .h1{
		font-size: 3em;
	}
	.section-hero-swiper .overlay-opacity-3::before {
		opacity: .5;
	}
	
	.flavor-img-trophy {
		left: auto;
		top: -25px;
		right: 0;
	}
	.flavor-img-bat {
		top: 0;
		left: 0;
	}
	.flavor-img-mitt {
		right: 0;
	}
	.flavor-img-whistle {
		left: 0;
		top: auto;
		bottom: -15px;
	}
	.flavor-img-stars {
		top: -30px;
		right: -5px;
	}
	
	#vfbp-running-total-box #vfbp-running-total{
		width: 40%;
	}
}