:root{
	--theme-color-primary:#7d0d2c;
	--theme-color-secondary:#4b1722;
	--theme-color-tertiary:#005395;
	--theme-color-success:#94c83d;
	--theme-color-warning:#d83f1b;
	--theme-color-white:#FFF;
	--theme-color-light:#efefef;
	--theme-color-mid:#6d6f72;
	--theme-color-dark:#333333;
	--theme-color-black:#000;
	--theme-color-hover:#2381cd;
	--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-hover: rgba(0, 83, 149, 0.4);
	--theme-color-active:#6d6f72;
	--swiper-theme-color:#7d0d2c;
	--star-size: 60px;
	--star-color: #fff;
	--star-background: #fc0;
}

@font-face {
    font-family: 'Carlito_Web';
    src: url('../webfonts/carlito-regular-webfont.woff2') format('woff2'),
         url('../webfonts/carlito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Carlito_Web';
    src: url('../webfonts/carlito-italic-webfont.woff2') format('woff2'),
         url('../webfonts/carlito-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Carlito_Web';
    src: url('../webfonts/carlito-bold-webfont.woff2') format('woff2'),
         url('../webfonts/carlito-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Carlito_Web';
    src: url('../webfonts/carlito-bolditalic-webfont.woff2') format('woff2'),
         url('../webfonts/carlito-bolditalic-webfont.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

html{
	scroll-behavior: smooth;
}
body{
    font-family: 'Carlito_Web', sans-serif;
	font-size: 18px;
	color: var(--theme-color-dark);
	background-color: var(--theme-color-white);
	width: 100%;
	overflow-x: hidden;
	line-height: 1.6;
}

/********************************************************************************
* General :: Links & Buttons
*********************************************************************************/
/* Links
----------------------------------------------- */
a{
	color: var(--theme-color-primary);
	
	transition: all .2s ease-in;
}

a:hover, a:active, a:focus{
	color: var(--theme-color-hover);
	text-decoration: none;
}

main > a:not(.btn):not(.wp-block-button__link):not(.nav-link):not(.wp-block-file__button), main > p a:not(.btn):not(.wp-block-button__link):not(.nav-link):not(.wp-block-file__button), main .entry-content a:not(.btn):not(.wp-block-button__link):not(.nav-link):not(.wp-block-file__button){
	text-decoration: underline;
}

.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,
.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,
.wpsl-search #wpsl-search-btn{
	font-family: 'Carlito_Web', sans-serif;
	color: var(--theme-color-white);
	background: var(--theme-color-primary);
	border-radius: 0;
	font-size: .9em;
	line-height: 1;
	letter-spacing: .1em;
	border: none;
	padding: 1.2em 2em;
	text-shadow: none;
	text-transform: uppercase;
	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;
}
.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button {
	font-family: 'Carlito_Web', sans-serif !important;
	color: var(--theme-color-white) !important;
	background: var(--theme-color-primary) !important;
	border-radius: 0 !important;
	font-size: .9em !important;
	line-height: 1 !important;
	letter-spacing: .1em !important;
	border: none !important;
	padding: 1.2em 2em !important;
	text-shadow: none !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
  	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16),0px 2px 5px 0 rgba(0, 0, 0, 0.26) !important;

	transition: all 0.3s ease-in-out !important;
}
.btn:hover, .btn:active, .btn:focus,
.vfbp-form .btn:hover, .vfbp-form .btn:focus, .vfbp-form .btn.focus, .vfbp-form .btn:active, .vfbp-form .btn.active, .vfbp-form .open > .dropdown-toggle.btn,
.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,
.wpsl-search #wpsl-search-btn:hover, .wpsl-search #wpsl-search-btn:active, .wpsl-search #wpsl-search-btn:focus{
	background-position: 100% 0;
	color: var(--theme-color-white);
	background-color: var(--theme-color-hover);
	border-color: var(--theme-color-hover);
}

.forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:active, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:focus, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-button:hover { 
	background-position: 100% 0 !important;
	color: var(--theme-color-white) !important;
	background-color: var(--theme-color-hover) !important;
	border-color: var(--theme-color-hover) !important;
}

.btn:active:not(.swiper-button-next):not(.swiper-button-prev),
.vfbp-form .btn:active, .vfbp-form .btn.active,
.navbar-primary .navbar-nav .btn-nav .nav-link:active{
	position:relative;
	top: 1px;
	box-shadow: none;
}
.btn-small, .btn-sm{
	font-size: .7em;	
}
.btn-large, .btn-lg{
	font-size: 1.25em;
}
.btn-xlarge, .btn-xl{
	font-size: 1.75em;
	padding: 1.2rem 2.2rem;
}

.btn-icon-right{
	position: relative;
	padding-right: calc(50px + 2rem);
}
.btn-icon-right i{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 1.1em;
	width: 50px;
	text-align: center;
	border-left: 1px solid var(--theme-color-trans-black);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.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);
}

.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-primary);
	color: var(--theme-color-primary);
	padding: 1rem 2rem;
}
.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;
}

.btn-text{
	background: none;
	box-shadow: none;
	color: var(--theme-color-primary);
	padding: 0;
}
.btn-text:hover, .btn-text:active, .btn-text:focus{
	color: var(--theme-color-hover);
	background-color: transparent;
}

/* Buttons :: Button Bar
----------------------------------------------- */
.btn-bar .row > div:not(:last-child){
	border-right: 2px solid var(--theme-color-trans-black);
}
.btn-bar .btn-text{
	color: var(--theme-color-black);
	text-transform: none;
	letter-spacing: normal;
}
.btn-bar .btn-text:hover, .block-icon-button .btn-text:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btn-bar .btn-text .fa-stack .fa-circle, .block-icon-button .btn-text .fa-stack .fa-circle{
	transition: all 0.3s ease-in-out;
}
.btn-bar .btn-text:hover .fa-stack .fa-circle, .block-icon-button .btn-text:hover .fa-stack .fa-circle {
	color: var(--theme-color-hover) !important;
}
.btn-bar .btn-text .text, .block-icon-button .btn-text .text{
	font-size: 1.2em;
}
.section-hero .btn-bar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: rgba(255,255,255,.7);
}

/********************************************************************************
* General :: Headings
*********************************************************************************/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
	color: var(--theme-color-black);
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1;
}
h1, .h1{
	font-size: 3em;
}
h2, .h2{
	font-size: 2.5em;
}
h3, .h3{
	font-size: 2.25em;
}
h4, .h4{
	font-size: 1.75em;
}
h5, .h5{
	font-size: 1.5em;
}
h6, .h6{
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 1.25em;
}

.subtitle{
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: .1em;
	font-weight: 700;
	color: var(--theme-color-mid);
}
.subtitle:not(.small):not(.card-subtitle){
	font-size: 1.1em;
}

/********************************************************************************
* General :: Elements
*********************************************************************************/
p{
	margin-bottom: 1.5rem;
}

.has-small-font-size{
	font-size: .8em !important;
}
.has-large-font-size{
	font-size: 1.1em !important;
}
.has-huge-font-size{
	font-size: 1.5em !important;
}

.fa-stack > .fa-circle{
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16),0px 2px 5px rgba(0, 0, 0, 0.26);
}

/* Elements :: Horizontal Rules
----------------------------------------------- */
hr, .wp-block-separator{
	border: none;
	border-bottom: 2px solid var(--theme-color-trans-black);
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	opacity: 1;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.is-style-styled){
	height: 2px;
	width: 75px;
}
.wp-block-separator.has-background:not(.is-style-dots):not(.is-style-styled) {
	height: 2px;
}
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots):not(.is-style-styled){
	width: 75px;
	height: 5px;
	border: none;
}

/* HR :: Wide */
.wp-block-separator.is-style-wide {
	border-bottom-width: 2px;
}

/* HR :: Dots */
.wp-block-separator.is-style-dots::before {
	font-size: 24px;
	letter-spacing: 1em;
	padding-left: 1em;
}

/* HR :: Styled */
hr.is-style-styled, hr.wp-block-separator.is-style-styled{
	position: relative;
	width: 100% !important;
	background-color: var(--theme-color-trans) !important;
	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: 12px 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);
}

/* TablePress */
.tablepress thead th,
.tablepress tfoot th {
	background-color: var(--theme-color-primary);
	color: var(--theme-color-light);
	font-size: .9em;
	letter-spacing: .1em;
	font-weight: 700;
	padding-top: .75em;
	padding-bottom: .75em;
}
.tablepress .sorting:hover{
	background-color: var(--theme-color-hover);
}
.tablepress .sorting_asc, .tablepress .sorting_desc{
	background-color: var(--theme-color-primary);
}
.tablepress tbody td, .tablepress tfoot th {
	border-top-color: rgba(25,24,23,.15);
}
.tablepress .row-hover tr:hover td{
	background-color: var(--theme-color-trans-black);
}
.dataTables_filter label{
	letter-spacing: .05em;
	font-weight: 700;
	color: var(--theme-color-white);
}

/* Elements :: Images
----------------------------------------------- */
.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, .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);
}

/* Elements :: Modals
----------------------------------------------- */
.modal-backdrop{
	z-index: 2002;
}
.modal{
	z-index: 2003;
}
.modal-content{
	overflow: hidden;
}

/********************************************************************************
* General :: Lists
*********************************************************************************/
/* 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: 700;
	content:"\f4c7";
	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: 700;
	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,  .forminator-ui.forminator-custom-form[data-design="default"] .forminator-textarea, .forminator-ui.forminator-custom-form[data-design="default"] select.forminator-select2 + .forminator-select .selection span[role="combobox"].select2-selection--single .select2-selection__rendered,
 .forminator-ui.forminator-custom-form[data-design="default"] .forminator-input {
	padding: .75rem 1rem !important;
	background: var(--theme-color-white) !important;
	border-color: var(--theme-color-trans-black) !important;
	border-radius: 0 !important;
	border-style: solid !important;
	border-width: 2px !important;
	color: var(--theme-color-mid) !important;
	box-shadow: none !important;
	height: auto !important;

	transition: all 0.35s ease 0s !important;
}
.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{
	margin-left: -15px;
	margin-right: -15px;
}
.vfbp-form .btn-primary{
	width: 100%;	
}
.vfb-well{
	background-color: var(--theme-color-light);
	border-radius: 0;
	border: none;
	padding: 1.5rem 1rem;
}
.vfbp-form .vfb-form-group {
	margin-bottom: 1.25rem;
}
.form-hide-labels .vfbp-form label{
	display: none;
}
.vfbp-form label, .forminator-ui.forminator-custom-form[data-design="default"] .forminator-label[for]{
	font-size: 1em !important;
	margin-bottom: .1rem !important;
	color: var(--theme-color-black) !important;
}

.forminator-ui.forminator-design--default .forminator-repeater-label {
	font-size: 2em !important;
	margin-bottom: .1rem !important;
	color: var(--theme-color-black) !important;
}

.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;
}


/********************************************************************************
* General :: Custom Scrollbars
*********************************************************************************/
.os-theme-thin-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle::before, .os-theme-thin-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle::before{
	background-color: var(--theme-color-tertiary);
}
.os-theme-thin-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle:hover::before, .os-theme-thin-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle:hover::before{
	background-color: var(--theme-color-hover);
}
.widget-providers-filter .widget-content .filters, .widget-nav-custom_post .widget-content .nav-wrapper{
	overflow: hidden;

	max-height: 250px;
	visibility: visible;
}
.testimonial .testimonial-body .testimonial-body-inner{
	overflow: hidden;
	max-height: 100%;
	visibility: visible;

}
/********************************************************************************
* General :: Cards
*********************************************************************************/
/* Card :: Default
----------------------------------------------- */
.card {
	border: none;
	border-radius: .75rem;
	transition: all 0.3s ease-in;
}

.card-img, .card-img-top, .card-img-bottom{
	position: relative;
	background-color: var(--theme-color-hover);
	border-radius: calc(.75rem - 1px);
	overflow: hidden;
}
.card-img-top{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.card-img-bottom{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.card-img-left{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.card-img a{
	transition: all 0.3s ease-in;
}
.card-img a:hover{
	opacity: .6;
}
.card-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.card hr{
	margin: 1rem 0;
}
.card hr.hr-styled{
	height: 3px;
	width: 45px;
}
.card.text-center hr.hr-styled{
	margin: 1rem auto;
}

.card-body {
    padding: 1.5rem;
	font-size: .9em;
}
.card-body p{
	/*margin-bottom: 1rem;*/
	line-height: 1.4;
}
.card-body > :last-child{
	margin-bottom: 0;
}

.card-subtitle{
	font-size: .9em;
}

.card-footer {
    background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.card-meta{
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .075em;
	font-weight: 700;
	line-height: 1;
}
.card-meta .list-inline-item:not(:last-child) {
    border-right: 2px solid var(--theme-color-trans-black);
	margin-right: .75rem;
	padding-right: .75rem;
}

.card-links .card-link{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-weight: 700;
	border-left: 2px solid var(--theme-color-trans-black);
	margin-left: 10px;
	padding-left: 10px;
}
.card-links .card-link:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

/* Hover */
.card:hover:not(.border-none):not(.card-news):not(.no-hover), .card:hover .card-icon{
	box-shadow: 0 0 25px var(--theme-color-trans-hover);
	border-color: var(--theme-color-hover);
}

/* Card :: Inverted
----------------------------------------------- */
.card-inverse {
	background-color: var(--theme-color-dark);
}
.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-white);
}

/* Card :: News
----------------------------------------------- */
.card-news {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
}
.card-news .card-img{
	border-radius: 0;
}
.btn-readmore{
	font-weight: 700;
}

/* Card :: Block, Capsule, Staff
----------------------------------------------- */
.card-block, .card-capsule, .card-staff{
	overflow: hidden;
}
.card-staff{
	font-size: .9em;
}
.wp-block-column .card-block{
	height: 100%;
}
.card-icon{
	font-size: 48px;
	position: relative;
	line-height: 1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 3px solid var(--theme-color-trans-black);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	
	transition: all 0.3s ease-in;
}
.card:hover .card-icon{
	color: var(--theme-color-hover) !important;
}

/********************************************************************************
* 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;
}

/* 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-white);
}

/* 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);
}

/* 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-dark);
}

/* 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-dark);
}

/* 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 h6,
.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 .h6, .has-primary-background-color .subtitle,
.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 h6,
.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 .h6, .has-secondary-background-color .subtitle,
.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 h6,
.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 .h6, .has-tertiary-background-color .subtitle,
.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 h6,
.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 .h6, .has-success-background-color .subtitle,
.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 h6,
.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 .h6, .has-warning-background-color .subtitle,
.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 h6,
.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 .h6, .has-mid-background-color .subtitle,
.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 h6,
.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 .h6, .has-dark-background-color .subtitle,
.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 h6,
.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 .h6, .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 :: Common :: Lights
-----------------------------------------------*/
.has-white-background-color a.btn-text, 
.has-light-background-color a.btn-text{
	color: var(--theme-color-primary);
}
.has-light-background-color h1, .has-light-background-color h2, .has-light-background-color h3, .has-light-background-color h4, .has-light-background-color h5, .has-light-background-color h6,
.has-light-background-color .h1, .has-light-background-color .h2, .has-light-background-color .h3, .has-light-background-color .h4, .has-light-background-color .h5, .has-light-background-color .h6,
.has-white-background-color h1, .has-white-background-color h2, .has-white-background-color h3, .has-white-background-color h4, .has-white-background-color h5, .has-white-background-color h6,
.has-white-background-color .h1, .has-white-background-color .h2, .has-white-background-color .h3, .has-white-background-color .h4, .has-white-background-color .h5, .has-white-background-color .h6{
	color: var(--theme-color-black);
}
.has-light-background-color .subtitle,
.has-white-background-color .subtitle{
	color: var(--theme-color-mid);
}

/* Backgrounds :: Overlays
----------------------------------------------- */
[class*="overlay-opacity-"]::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000000;
	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;
}

/********************************************************************************
* Header
*********************************************************************************/
header.header-wrapper{
	z-index: 1030;
}

.section-header-top{
	font-size: .9em;
	line-height: 1;
}

.section-masthead{
	font-size: 1.1em;
}

/* Header :: Nav Top
----------------------------------------------- */
.section-header-top .nav-top .nav-link{
	padding: 0 .5rem;
	font-weight: 700;
	letter-spacing: .05em;
}

/* Header :: Contact
----------------------------------------------- */
.section-header-top .list-contact{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1em;
	font-size: .9em;
}
.section-header-top .list-contact .list-inline-item:not(:last-child) {
    margin: 0;
	padding: 0;
}

/* Header :: Social
----------------------------------------------- */
.nav-social .nav-link{
	padding: 0 .25rem;
	font-size: 1.2em;
	font-weight: 400;
}

/* Header :: Desktop Search
----------------------------------------------- */
#header-search-desktop {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
	z-index: 10000;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#header-search-desktop.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#header-search-desktop input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
	max-width: 1140px;
    color: var(--theme-color-white);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#header-search-desktop .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#header-search-desktop .close {
	background-color: transparent;
    border: 3px solid var(--theme-color-primary);
	border-radius: 0;
    color: var(--theme-color-white);
    font-size: 1em;
    opacity: 1;
    padding: .5rem 1rem;
    position: fixed;
    right: 1rem;
    text-shadow: none;
    top: 1rem;

	transition: all .2s ease-in;
}
#header-search-desktop .close:hover{
	border-color: var(--theme-color-hover);
	background-color: var(--theme-color-hover);
	color: var(--theme-color-white);	
}

/********************************************************************************
* Header :: Primary Navigation
*********************************************************************************/
/* Primary Navigation :: First Level
----------------------------------------------- */
.navbar-primary .navbar-nav > li:not(:first-child) {
	margin-left: .5rem;
}
.navbar-primary .navbar-nav > li:not(:last-child) {
	margin-right: .5rem;
}

.navbar-primary .navbar-nav .nav-link {
	background-color: transparent;
	font-weight: 700;
	line-height: 1;
	color: var(--theme-color-dark);
	padding: 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,
.navbar-primary .navbar-nav .nav-link:focus .dropdown-toggle, .navbar-primary .navbar-nav .nav-link:hover .dropdown-toggle,
.navbar-primary .navbar-nav .nav-link.show .dropdown-toggle, .navbar-primary .navbar-nav .show > .nav-link .dropdown-toggle{
	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: .5em;
	vertical-align: .05em;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
	content: "\f067";
	border: none;
	font-size: .6em;
	color: var(--theme-color-primary);
}
.navbar-primary li.show .dropdown-toggle::after {
	content: "\f068";
}

/* Primary Navigation :: 2nd Level
----------------------------------------------- */
.navbar-primary .navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	padding: .5em 0;
	margin-top: 1em;
	text-align: left;
	border: none;
	background-color: var(--theme-color-dark);
	left: -1em;
}
.navbar-primary .navbar-nav > li > .dropdown-menu:after {
	bottom: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(67, 58, 48, 0);
	border-bottom-color: var(--theme-color-dark);
	border-width: 7px;
	margin-left: -7px;
}

/* Right align the dropdown that is on the last nav item */
.navbar-primary .navbar-nav > li:last-child > .dropdown-menu{
	left: auto;
	right: -1em;
}
.navbar-primary .navbar-nav > li:last-child > .dropdown-menu:after {
	right: 20px;
	left: auto;
}

.navbar-primary .navbar-nav > li > .dropdown-menu > li > a{
	color: var(--theme-color-light);
	font-size: 14px;
	padding: 1em 1.5em;
	letter-spacing: .05em;
	white-space: normal;
	line-height: normal;
}
.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;
}
@media (min-width: 768px){
	.navbar-primary .navbar-nav > li > .dropdown-menu{
		
		grid-auto-flow: column;
		
		grid-auto-columns: max-content;
		
		grid-template-rows: auto auto auto auto auto auto auto;
		
		grid-gap: 0;
	}
	.navbar-primary .navbar-nav > li > .dropdown-menu.show{
		display: grid;
	}
	.navbar-primary .navbar-nav > li > .dropdown-menu > li > a{
		max-width: 280px;
	}
}

/* Primary Navigation :: Mobile
----------------------------------------------- */
/* Mobile Navigation*/
.toggle-wrapper{
	color: var(--theme-color-primary);
	font-weight: 700;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1;
	letter-spacing: .1em;
}
.section-masthead .navbar-toggler{
	position: relative;
	background-color: transparent;
	border: 0px solid var(--theme-color-primary);
	border-radius: 0;
	padding: .5rem 0 .5rem .5rem;
	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;
	position: relative;
	left: 0;
	opacity: 1;
	
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.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;
	opacity: 0.9;
	
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#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;
	opacity: 0.9;
	
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/********************************************************************************
* 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.15em;
	text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16),0px 2px 5px rgba(0, 0, 0, 0.26);
}
.section-hero .section-hero-content .section-hero-title{
	font-size: 4em;
}

/* Hero :: Swiper
----------------------------------------------- */
.section-hero-swiper .swiper-slide::before{
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
	width: 100%;
    z-index: 1;
}
/*.section-hero-swiper .swiper-slide .swiper-image-background{
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
.section-hero-swiper .swiper-slide .swiper-image-foreground {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.section-hero-swiper .section-hero-content{
	max-width: 700px;
	width: 60%;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
	width: auto;
	height: auto;
	padding: .75rem 1rem;
	font-size: 2em;
	top: 50%;
	z-index: 1000;
	
	transform: translateY(-50%);
}
.swiper .swiper-button-prev, .swiper .swiper-container-rtl .swiper-button-next{	
	left: 0;
}
.swiper .swiper-button-next, .swiper .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.swiper .swiper-button-prev:focus, .swiper .swiper-container-rtl .swiper-button-next:focus, .swiper .swiper-button-next:focus, .swiper .swiper-container-rtl .swiper-button-prev:focus{
	outline: none;
}
.swiper-button-next::after, .swiper-button-prev::after{
	display: none;
}

/* Hero :: Page Header
----------------------------------------------- */
.section-page-header{
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 40vh;
	min-height: 300px;
}

/* Hero :: Breadcrumbs
----------------------------------------------- */
.section-breadcrumbs{
	font-size: .65em;
	letter-spacing: .1em;
	font-weight: 700;
	text-transform: uppercase;
}
.section-breadcrumbs span{
	padding: 0 .35em;
}
.section-breadcrumbs span:first-child{
	padding-left: 0;
}
.section-breadcrumbs span:last-child{
	padding-right: 0;
}

/********************************************************************************
* General :: Content
*********************************************************************************/
.wrap{
	
}

.wow {
	visibility:hidden;
} 

.section-padding, .section-content-padded{ 
	padding: 6rem 0;
}
.page-template-template-landing .section-content-main.section-content-padded{
	padding: 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 .widget{
	margin-bottom: 30px;
}
.sidebar > .widget:last-child{
	margin-bottom: 0;
}
.sidebar .widget h3{
	margin-top: 0;
}
.sidebar .widget .widget-content{
	padding: 1.5rem;
	background-color: var(--theme-color-light);
	font-size: .9em;
	line-height: normal;
}

/********************************************************************************
* Sidebar :: Navigation
*********************************************************************************/
.sidebar ul.nav > li a{
	line-height: 1;
	padding: 8px 25px 8px 0;
	display: block;
	position: relative;
	font-weight: 700;
	color: var(--theme-color-dark);
}
.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: -25px;
	opacity: 0;
	overflow: hidden;
	position: absolute;

	transition: all 0.3s;
}
.sidebar ul.nav > li a:hover, .sidebar ul.nav > li a:focus{
	padding-left: 25px;
	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: 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 var(--theme-color-primary);
	padding: .4rem 0 .4rem 1.25rem;
	font-size: 80%;
	font-weight: 700;
}
.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: var(--theme-color-light);
	font-size: 14px;
}
.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: 14px;
}
.widget_archive .year-toggle {
	background-color: transparent;
    color: var(--theme-color-primary);
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
	font-size: 16px;
	font-weight: 400;
}
.widget_archive .year-toggle:hover, .widget_archive .year-toggle:focus{
	color: var(--theme-color-hover);
}
.widget_archive li {
	display: block;
	list-style: none;
	font-weight: 700;
	color: var(--theme-color-mid);
	font-size: 11px;
}
.widget_archive li a{
	font-size: 14px;
	color: var(--theme-color-primary);
    padding: 8px 0 8px 25px;
    white-space: normal;
	font-weight: 400;
}
.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 :: 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-primary);
  	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
----------------------------------------------- */
.has-background-image{
	position: relative;
}
.section-background-image{
	opacity: .4;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.section-background-image .simpleParallax {
	height: 100%;
}
.section-background-image img{
	width: 75%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0 auto;
	display: block;
	/*position: absolute;
	top: -100%;
	z-index: 0;*/
}
.section-page-header .section-background-image{
	left: 50%;
	max-width: 1800px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/********************************************************************************
* Section :: Child :: Gallery
*********************************************************************************/
.section-child-gallery .container-fluid{
	position: relative;
	overflow: hidden;
}
.swiper-gallery-background{
	width: 100%;
	height: 100%;
	top: 50%;
	z-index: 0;
	position: absolute;
}
.swiper-phone{
	position: absolute;
	left: 50%;
	top: 3rem;
	z-index: 2;
	width: 21.5%;
	
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.swiper-gallery{
	position: relative;
	max-width: 1900px;
	z-index: 1;
}
.swiper-gallery .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 20%;
}
.swiper-gallery .card-screenshot{
	overflow: hidden;
	
	transition: all .2s ease-in;
}
.swiper-gallery .swiper-slide img {
	display: block;
	width: 100%;
	opacity: .6;
	
	transition: all .2s ease-in;
}

/* Active State */
.swiper-gallery .swiper-slide.swiper-slide-active .card-screenshot{
	border-radius: 2.5em;
}
.swiper-gallery .swiper-slide.swiper-slide-active img{
	opacity: 1;
}

/* Controls */
.swiper-gallery .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 0;
}

/********************************************************************************
* Section :: Services
*********************************************************************************/
.section-child-services{
	overflow: hidden;
}
.section-services-bottom{
	position: relative;
	z-index: 1;
	padding-top: 1px;
}
.section-services-bottom .swiper-services{
	position: relative;
	z-index: 1;
}

.swiper-services .swiper-button-prev, .swiper-services .swiper-container-rtl .swiper-button-next {
	left: auto;
	right: 100%;
	margin-top: 2rem;
}
.swiper-services .swiper-button-next, .swiper-services .swiper-container-rtl .swiper-button-prev{
	left: 100%;
	right: auto;
	margin-top: 2rem;
}

.card-service .card-body{
	position: relative;
	padding-top: 2.5rem;
}
.card-service .fa-stack{
	position: absolute;
	top: -1em;
	right: 1.5rem;
	z-index: 2;
	
	transition: all 0.3s ease-in-out;
}
.card-service .fa-stack .fa-circle{
	transition: all 0.3s ease-in-out;
}
.card-service:hover .fa-stack{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.card-service:hover .fa-stack .fa-circle{
	color: var(--theme-color-hover) !important ;
}
/********************************************************************************
* Section :: Testimonials
*********************************************************************************/
.testimonial .testimonial-img{
	position: relative;
}
.testimonial .testimonial-img img{
	object-fit: cover;
}
.testimonial .testimonial-author{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(255,255,255,.7);
}
.testimonial .testimonial-body{
	position: relative;
	padding-right: 10rem;
}
.testimonial .testimonial-body:after {
	right: 100%;
	top: 6rem;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: var(--theme-color-trans);
	border-right-color: var(--theme-color-light);
	border-width: 30px;
}
.testimonial.has-white-background-color .testimonial-body:after {
	border-right-color: var(--theme-color-white);
}
.testimonial .testimonial-content{
	padding-right: 6rem;
}

/* Swiper */
.swiper-testimonials{
	height: 75vh;
	max-height: 700px;
	overflow: hidden;
	position: relative;
}
.swiper-testimonials .swiper-buttons{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 1000;
	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.swiper-testimonials .swiper-button-prev, .swiper-testimonials .swiper-container-rtl .swiper-button-next, .swiper-testimonials .swiper-button-next, .swiper-testimonials .swiper-container-rtl .swiper-button-prev {
	right: auto;
	left: auto;
	position: relative;
	top: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: 0;
}

/* Template */
.page-template-template-testimonials .wrap > .section-content-padded{
	padding-bottom: 0;
}
.testimonials-wrapper .testimonial{
	height: 75vh;
	max-height: 700px;
	position: relative;
}
/********************************************************************************
* Section :: Locations
*********************************************************************************/
/* Find a Store */
.wpsl-search, .wpsl-search.wpsl-checkboxes-enabled {
    margin-bottom: 1.5rem;
    padding: 2rem 1.5rem;
    background: var(--theme-color-trans-black);
}
#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap{
	margin: 0;
}
#wpsl-search-wrap .wpsl-input{
	display: flex;
	align-items: center;
}
#wpsl-search-wrap div label{
	line-height: normal;
	font-size: .8em;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .075em;
}
#wpsl-search-wrap form{
	display: flex;
	flex-direction: row;
}
#wpsl-search-wrap .wpsl-search-input {
    width: 230px !important;
}
#wpsl-search-wrap .wpsl-input label{
	width: auto;
}
.wpsl-search #wpsl-search-btn{
	padding-top: .9em;
	padding-bottom: .9em;
}

#wpsl-wrap #wpsl-result-list li{
	padding: 1rem;
	border-bottom: 2px solid var(--theme-color-trans-black);
}
#wpsl-result-list a.wpsl-store-details, #wpsl-result-list a.wpsl-directions{
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .075em;
	color: var(--theme-color-primary);
	font-size: .8em;
}
#wpsl-result-list a.wpsl-store-details:hover, #wpsl-result-list a.wpsl-store-details:focus{
	color: var(--theme-color-hover);
}
#wpsl-result-list a.wpsl-directions{
	display: inline-block;
	font-size: .8em;
	margin-left: .5rem;
	padding-left: 1rem;
	border-left: 2px solid var(--theme-color-trans-black);
}

/* Detail Pages
.entry-content #wpsl-base-gmap_0, .entry-content .wpsl-locations-details, .entry-content table.wpsl-opening-hours{
	display: none;
}
.img-wpsl{
	margin-bottom: 30px;
}
.sidebar table.wpsl-opening-hours{
	width: 100% !important;
}
.sidebar table.wpsl-opening-hours td{
	font-size: 13px;
	border-bottom: 2px solid rgba(48, 36, 32, .08) !important;
	padding: 5px 10px 5px 0;
}
.sidebar table.wpsl-opening-hours td:first-child{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
}
.sidebar table.wpsl-opening-hours td:last-child{
	text-align: right;
	padding-right: 0;
	letter-spacing: normal;
}
.sidebar table.wpsl-opening-hours tr:last-child td{
	border-bottom: none !important;
}
.sidebar .wpsl-contact-details{
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 14px;
	line-height: 1.2;
}
.sidebar .wpsl-contact-details div, .sidebar .wpsl-contact-details span{
	font-weight: 400;
	text-transform: none;
	letter-spacing: .025em;
} */

/********************************************************************************
* Section :: Isotope Galleries
*********************************************************************************/
.section-gallery .filters .form-check{
	line-height: normal;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.section-gallery .grid-item,
.section-gallery .grid-sizer {
  width: 100%;
}

/********************************************************************************
* Section :: Jobs
*********************************************************************************/

.section-jobs-gallery .grid{
	margin-left: -15px;
	margin-right: -15px;
}
.section-gallery .card-job{
	margin: 1.5rem 1rem 0 1rem;
}

/********************************************************************************
* Section :: Providers
*********************************************************************************/
.single-provider .section-page-header{
	height: 20vh;
}
.provider-categories{
	line-height: normal;
}
.provider-review .fa { 
	color: #f7d309;
} 
.provider-review strong { 
	font-size: 2em;
} 

.stars-landing {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  text-align:left;
  letter-spacing:-8px;
  padding-left:0px;
  padding-right:0px;
}

.stars-landing::before {
  content: '★★★★★';
  letter-spacing:-8px;
  background:
    linear-gradient(90deg, var(--star-background) 0%, var(--star-background) var(--percent), rgba(0,0,0,1) var(--percent), rgba(0,0,0,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translatey(60px);
  display: block;
  position: relative;
  font-family: Times;
}
/********************************************************************************
* Section :: Babies
*********************************************************************************/
.card-baby{
	line-height: 1;
}


/********************************************************************************
* Section :: Instagram
*********************************************************************************/
.section-instagram-feed{
	position: relative;
}
.instagram-heading{
	width: 50px;
	position: relative;
	
	transition: all .2s ease-in;
}
.instagram-heading a{
	font-size: .9em;
	line-height: 50px;
	position: absolute;
	text-orientation: sideways-right;
	writing-mode: vertical-rl;
	transform: scaleX(-1) scaleY(-1);
	width: 100%;
	height: 100%;
	left: 0;
}
.instagram-heading:hover{
	background: var(--theme-color-hover);
}

.section-instagram-feed #sb_instagram, .section-instagram-feed #sb_instagram #sbi_images{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.section-instagram-feed #sb_instagram #sbi_images .sbi_photo_wrap{
	background: var(--theme-color-hover);
}
.section-instagram-feed #sb_instagram #sbi_images .sbi_photo_wrap .sbi_photo{
	opacity: 1;

	transition: all .2s ease-in;
}
.section-instagram-feed #sb_instagram #sbi_images .sbi_photo_wrap .sbi_photo:hover{
	opacity: .1 !important;
}

/********************************************************************************
* Footer
*********************************************************************************/
.footer-wrapper{
	font-size: .95em;
}

.section-footer-top > .row > div:not(:first-child){
	padding-left: 2.25rem;
}
.section-footer-top > .row > div:not(:last-child){
	padding-right: 2.25rem;
	border-right: 2px solid var(--theme-color-trans-white);
}

/* Footer :: Contact
----------------------------------------------- */
.section-footer-contact .footer-logo img{
	max-height: 65px;
}
.section-footer-contact .nav-social .nav-link{
	padding: 0;
}

/* Footer :: Quicklinks
----------------------------------------------- */
.nav-footer-quicklinks .nav-link{
	padding: 0 0 1rem 0;
}

/* Footer :: Newsletter
----------------------------------------------- */
.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;
}
.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{
	height: 60px;
	border-radius: 30px;
}
.section-footer-newsletter .hustle-ui.module_id_1 .hustle-form button.hustle-button-submit{
	position: absolute;
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
	top: 50%;
	right: 10px;
	border-radius: 50%;
	min-width: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16),0px 2px 5px 0px rgba(0, 0, 0, 0.26);
}
.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";
}
.section-footer-newsletter .hustle-ui button.hustle-button-submit .hustle-button-text::before {
	content: "\f178";
}

/* Footer :: Bottom
----------------------------------------------- */
.section-footer-bottom{
	font-size: .9em;
	line-height: 1;
}
.nav-footer .nav-pills .nav-link{
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .075em;
	font-size: .8em;
	line-height: 1;
}
.nav-footer .nav-pills .nav-link:last-child{
	padding-right: 0;
}
.copyright > div{
	display: inline-block;	
}
.copyright > div:not(:last-child){
	padding-right: .75em;
	margin-right: .75em;
	border-right: 2px solid var(--theme-color-trans-white);
}

/********************************************************************************
* 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{
	background-color: var(--theme-color-white);
	box-shadow: none !important;
	border-bottom: 2px solid var(--theme-color-trans-black);
}
header.header-wrapper.is-stuck .masthead-logo {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
header.header-wrapper.is-stuck .masthead-logo img{
	max-height: 50px;	
	width: auto;
}
header.header-wrapper.is-stuck .section-header-top, header.header-wrapper.is-stuck .masthead-btns .subtitle{
	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 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;
}

.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;
	}
}

/* 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: 1rem 0;
	}
}

/********************************************************************************
* Block :: Wordpress Gallery
*********************************************************************************/
.blocks-gallery-grid.is-cropped .blocks-gallery-image figure, .wp-block-gallery.is-cropped .blocks-gallery-item figure, .wp-block-gallery.has-nested-images figure.wp-block-image{
	background-color: var(--theme-color-hover);
	transition: all .3s ease-in;
}
.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, .wp-block-gallery.has-nested-images figure.wp-block-image img{
	transition: all .3s ease-in;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image:hover, .blocks-gallery-grid.is-cropped .blocks-gallery-item:hover, 
.wp-block-gallery.is-cropped .blocks-gallery-image:hover, .wp-block-gallery.is-cropped .blocks-gallery-item:hover, .wp-block-gallery.has-nested-images figure.wp-block-image:hover{
	box-shadow: 0 0 25px var(--theme-color-trans-hover);
}
.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, .wp-block-gallery.has-nested-images figure.wp-block-image:hover img {
	opacity: .25;
}
.blocks-gallery-grid.is-style-fixed-height .blocks-gallery-image figure, .wp-block-gallery.is-style-fixed-height .blocks-gallery-item figure, .wp-block-gallery.is-style-fixed-height figure.wp-block-image{
	height: 300px;
	overflow: hidden;
}

/********************************************************************************
* Block :: File
*********************************************************************************/
.wp-block-file .wp-block-file__button, .wp-block-file a.wp-block-file__button:visited{
	color: var(--theme-color-primary);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .05em;
	border: 3px solid var(--theme-color-primary);
	border-radius: 0;
	background-color: transparent;
	padding: .35em .75em;
	font-size: .7em;
}
.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 :: Advanced Images Slider
*********************************************************************************/
.advgb-images-slider .advgb-image-slider-item{
	background-color: var(--theme-color-black);
}
.advgb-images-slider .advgb-image-slider-item img{
	-webkit-mask-image: -webkit-linear-gradient(left, 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(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 15%,rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%);
}
.advgb-images-slider .advgb-image-slider-item-info{
	padding: 1rem;
}

.advgb-images-slider .slick-prev{
	left: 0;
}
.advgb-images-slider .slick-next{
	right: 0;
}
.advgb-images-slider .slick-prev::before, .advgb-images-slider .slick-next::before{
	transition: all .2s ease-in;
	font-size: 36px;
	opacity: 1;
	color: var(--theme-color-secondary);
}
.advgb-images-slider .slick-prev:hover::before, .advgb-images-slider .slick-next:hover::before{
	color: var(--theme-color-hover);
}

.advgb-images-slider .slick-dots li button::before{
	transition: all .2s ease-in;
}
.advgb-images-slider .slick-dots li button:hover::before, .advgb-images-slider .slick-dots li button:focus::before {
	color: var(--theme-color-hover);
}
.advgb-images-slider .slick-dots li.slick-active button::before {
	opacity: 1;
	color: var(--theme-color-active);
}

/********************************************************************************
* Block :: Advanced Tabs
*********************************************************************************/
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab, .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.ui-state-default{
	background: none !important;
	border-radius: 0 !important;
	border: 2px solid var(--theme-color-primary) !important;
	color: var(--theme-color-primary) !important;
	letter-spacing: .075em;
	font-weight: 700;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab a{
	color: var(--theme-color-primary) !important;
}
.advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.ui-tabs-active, .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active{
	background-color: var(--theme-color-active) !important;
}
.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body{
	padding: 1.5em;
}

/********************************************************************************
* 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: 1rem 1.5rem;
	transition: all .2s ease-in;
	background-color: transparent;
}
.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h1.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h1, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h2.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h2, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h3.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h3, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h4.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h4, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h5.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h5, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h6.advgb-accordion-header-title, .wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header h6{
	line-height: normal;
}
.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;
	color: var(--theme-color-white) !important;
}
.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header-icon{
	margin-right: 0;
	line-height: 1;
}

.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;
}

/********************************************************************************
* Miscellaneous Plugin Styles
*********************************************************************************/

/* Plugin :: Tribe Events Calendar
----------------------------------------------- */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container, #tribe-events-pg-template, .tribe-events-pg-template{
	padding: 0;
}
#tribe-events-content{
	margin-bottom: 0;
	padding: 0;
}
#tribe-events-content a.btn:not(.btn-outline), #tribe-events-content a.wp-block-button__link:not(.is-style-outline){
	color: #FFF;
}

/* View - Single */
.single-tribe_events .tribe-events-event-meta{
    background: var(--theme-color-light);
	border: none;
}
.events-list #tribe-events-footer, .single-tribe_events #tribe-events-footer, .tribe-events-day #tribe-events-footer, .tribe-events-map #tribe-events-footer, .tribe-events-photo #tribe-events-footer, .tribe-block__venue, .tribe-block__organizer__details{
	border-top: 2px solid var(--theme-color-light);
}

/* Plugin :: WP Page Navi
----------------------------------------------- */
.wp-pagenavi{
	color: var(--theme-color-mid);
}
.wp-pagenavi a, .wp-pagenavi span {
    border: 2px solid var(--theme-color-light);
	font-weight: 700;
	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: var(--theme-color-hover);
}
.wp-pagenavi span.current {
    border-color: var(--theme-color-active);
	color: var(--theme-color-active);
	font-weight: 700;
}

/* Plugin :: Cool Timeline
----------------------------------------------- */
.wp-block-cp-timeline-content-timeline .cool-vertical-timeline-body .timeline-content .story-time > div, .wp-block-cp-timeline-content-timeline .cool-vertical-timeline-body .timeline-content .story-time p{
	font-weight: 700;
}
.wp-block-cp-timeline-content-timeline .cool-vertical-timeline-body .timeline-content .story-details h3{
	font-weight: 700;
}
.wp-block-cp-timeline-content-timeline .cool-vertical-timeline-body .timeline-content .story-details{
	border-radius: 0;
}
.wp-block-cp-timeline-content-timeline .cool-vertical-timeline-body.both-sided .timeline-content .position-right .story-details, .wp-block-cp-timeline-content-timeline .cool-vertical-timeline-body.one-sided.left .timeline-content .story-details{
	border-right: 2px solid var(--theme-color-trans-black) !important;
	border-top: 2px solid var(--theme-color-trans-black) !important;
	border-bottom: 2px solid var(--theme-color-trans-black) !important;
}
.wp-block-cp-timeline-content-timeline .cool-vertical-timeline-body.both-sided .timeline-content .position-left .story-details, .wp-block-cp-timeline-content-timeline .cool-vertical-timeline-body.one-sided.right .timeline-content .story-details{
	border-left: 2px solid var(--theme-color-trans-black) !important;
	border-top: 2px solid var(--theme-color-trans-black) !important;
	border-bottom: 2px solid var(--theme-color-trans-black) !important;
}
/********************************************************************************
* 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-width: 1799px){
	.section-masthead{
		font-size: 1em;
	}
	
}
@media (max-width: 1599px){
	.section-header-top{
		font-size: .8em;
	}
	.section-masthead{
		font-size: .9em;
	}
	
}
@media (max-width: 1299px){
	.section-masthead{
		font-size: .8em;
	}
	.section-hero-swiper .section-hero-content {
		width: auto;
		max-width: 75%;
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.section-hero-swiper .swiper-slide .swiper-image-foreground.mask-fadeout-x-left {
		-webkit-mask-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgb(0, 0, 0) 100%);
	}
	.testimonial .testimonial-body{
		padding-right: 8rem;
	}
}
@media (max-width: 1199px){
	.section-masthead {
		font-size: .9em;
	}
	header.header-wrapper .masthead-logo img{
		max-height: 75px;
	}
	header.header-wrapper.is-stuck .masthead-logo{
		height: 0 !important;
		opacity: 0;
		display: none !important;
		padding: 0 !important;
		margin: 0;
	}
	header.header-wrapper.is-stuck .masthead-btns .subtitle{
		display: block;
		height: auto;
		opacity: 1;
	}
	header.header-wrapper:not(.is-stuck) .col-masthead-logo{
		border-bottom: 2px solid var(--theme-color-trans-black);
	}
	.col-masthead-navbar{
		border-left: none !important;
	}
	
	.section-hero{
		font-size: .9em;
	}
	.section-hero-swiper .section-hero-content {
		max-width: 100%;
	}
	
	.section-padding, .section-content-padded{
		padding-top: 5rem;
		padding-bottom: 5rem;
	}
}
@media (max-width: 991px){
	body{
		font-size: 16px;
	}
	header.header-wrapper:not(.is-stuck) .col-masthead-btns{
		border-bottom: 2px solid var(--theme-color-trans-black);
	}
	header.header-wrapper.is-stuck .masthead-btns {
		display: none;
		height: 0;
		opacity: 0;
	}
	.col-masthead-navbar{
		border-right: none !important;
	}
	
	.btn-bar{
		font-size: .85em;
	}
	
	.col-news-cards{
		border: none !important;
	}
	
	.swiper-testimonials, .testimonials-wrapper .testimonial{
		height: 100vh;
		max-height: 800px;
	}
	.col-testimonial-img{
		/*position: relative;
		z-index: 1;*/
		/*height: 50% !important;*/
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 100%;
	}
	.testimonial .testimonial-img img{
		opacity: .3;
	}
	.col-testimonial-body{
		/*position: absolute;
		top: 0;
		z-index: 3;
		padding-bottom: 3rem;*/
		/*height: 50% !important;*/
		position: relative;
		z-index: 3;
		padding-bottom: 3rem;
	}
	.testimonial .testimonial-body {
		padding-right: 7rem;
		/*padding-right: 3.25rem;*/
	}
	.testimonial .testimonial-content {
		padding-right: 3rem;
	}
}
@media (max-width: 767px){
	.btn{
		white-space: normal;
	}
	.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:not(.is-stuck) .col-masthead-logo{
		border-bottom: none !important;
	}
	header.header-wrapper.is-stuck .masthead-logo {
		height: auto !important;
		opacity: 1;
		display: block !important;
		padding: 1rem 0 !important;
	}
	
	.section-hero .section-hero-content .section-hero-title {
		font-size: 3em;
	}
	
	.section-footer-top > .row > div:not(:first-child){
		padding-left: 15px;
	}
	.section-footer-top > .row > div:not(:last-child){
		padding-right: 15px;
		border-right: none;
		margin-bottom: 2rem;
	}

}
@media (max-width: 575px){
	.section-hero .btn-bar{
		position: relative;
		background-color: var(--theme-color-light);
	}
	.section-hero-swiper .section-hero-content {
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.swiper .swiper-button-prev, .swiper .swiper-button-next{
		font-size: 1em;
	}
	
	.card-img-left{
		border-bottom-left-radius: 0;
		border-top-right-radius: calc(.75rem - 1px);
	}
	
	.testimonial .testimonial-body{
		padding-right: 5rem;
	}
}