/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope-Regular.eot');
    src: url('assets/fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Manrope-Regular.woff2') format('woff2'),
        url('assets/fonts/Manrope-Regular.woff') format('woff'),
        url('assets/fonts/Manrope-Regular.ttf') format('truetype'),
        url('assets/fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope-Medium.eot');
    src: url('assets/fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Manrope-Medium.woff2') format('woff2'),
        url('assets/fonts/Manrope-Medium.woff') format('woff'),
        url('assets/fonts/Manrope-Medium.ttf') format('truetype'),
        url('assets/fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope-SemiBold.eot');
    src: url('assets/fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Manrope-SemiBold.woff2') format('woff2'),
        url('assets/fonts/Manrope-SemiBold.woff') format('woff'),
        url('assets/fonts/Manrope-SemiBold.ttf') format('truetype'),
        url('assets/fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope-Bold.eot');
    src: url('assets/fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Manrope-Bold.woff2') format('woff2'),
        url('assets/fonts/Manrope-Bold.woff') format('woff'),
        url('assets/fonts/Manrope-Bold.ttf') format('truetype'),
        url('assets/fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('assets/fonts/Manrope-ExtraBold.eot');
    src: url('assets/fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('assets/fonts/Manrope-ExtraBold.woff') format('woff'),
        url('assets/fonts/Manrope-ExtraBold.ttf') format('truetype'),
        url('assets/fonts/Manrope-ExtraBold.svg#Manrope-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
	--black: #000000;
	--white: #ffffff;
}

/**********************
 GENERAL
 **********************/
h1, h2, h3, h4, h5, h6 { font-family: sans-serif; font-weight: normal; }
body, p, ul li, ol li { color: var(--black); font-family: sans-serif; font-size: 18px; line-height: 24px; }
a, button { transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; }

h1, h2, h3, h4, h5, h6 { color: var(--black); }
h1, h2 { font-weight: 800; }
h3, h4, h5, h6 { font-weight: 600; }
h1 { font-size: 55px; line-height: 59px; }
h2 { font-size: 46px; line-height: 50px; }
h3 { color: var(--nectar-extra-color-2); font-size: 26px; line-height: 32px; text-transform: uppercase; }
h5 { font-size: 22px; line-height: 28px; }
body, p, ul li, ol li { font-size: 18px; line-height: 24px; }

@media (max-width: 1299px) {
    h1 { font-size: 50px; line-height: 54px; }
    h2 { font-size: 42px; line-height: 46px; }
    h5 { font-size: 21px; line-height: 27px; }
    body, p, ul li, ol li { font-size: 17px; line-height: 23px; }
}

@media (max-width: 999px) {
    h1 { font-size: 45px; line-height: 49px; }
    h2 { font-size: 38px; line-height: 42px; }
    h5 { font-size: 20px; line-height: 26px; }
    body, p, ul li, ol li { font-size: 16px; line-height: 22px; }
}

@media (max-width: 690px) {
    h1 { font-size: 40px; line-height: 44px; }
    h2 { font-size: 34px; line-height: 38px; }
    h5 { font-size: 19px; line-height: 25px; }
    body, p, ul li, ol li { font-size: 15px; line-height: 21px; }
}

@media (max-width: 480px) {
    h1 { font-size: 38px; line-height: 42px; }
    h2 { font-size: 32px; line-height: 36px; }
}

.bkg-white { background-color: var(--white); }

.text-black { color: var(--black); }
.text-white { color: var(--white); }
.text-site2 { color: var(--nectar-extra-color-2); }

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

.bkg-site4 { background-color: #415872; }

@media (min-width: 1000px) {
    .d-lg-none { display: none!important; }
}

.row .col img.img-with-animation.nectar-lazy:not([srcset]) { max-width: 100%; width: auto; }

.bkg-cover { background-position: center; background-repeat: no-repeat; background-size: cover; }

.sixteen-nine-img, .four-three-img { position: relative; }
.sixteen-nine-img:before, .four-three-img:before { content: ''; display: block; }
.sixteen-nine-img:before { padding-top: 56.25%; }
.four-three-img:before { padding-top: 75%; }

.sixteen-nine-img > a, .four-three-img > a { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.alert { background-color: #f8d7da; border: 1px solid #f5c6cb; border-radius: 0.25rem; color: #721c24; display: inline-block; font-size: 13px; line-height: 17px; margin-block: 10px; padding: .5rem 1rem; }


/**********************
 HEADER
 **********************/
body.material #header-outer:not([data-format=left-header]) #top nav>.buttons { margin-left: 0; margin-right: 20px; }
#header-outer #top { box-shadow: 0 0 10px rgba(0,0,0,0.1) }
#header-outer #top nav ul #nectar-user-account a span.text { font-size: 15px; line-height: 19px; left: 5px; position: relative; top: -3px; }

#header-outer .menu { margin-bottom: 0; }
#header-outer .menu > li { display: inline-block; }
#header-outer .menu > li > a { color: var(--black); display: inline-block; font-size: 16px; font-weight: 600; line-height: 21px; padding: 8px 10px; text-transform: uppercase; }
#header-outer .menu > li.current-menu-item > a { background-color: var(--nectar-extra-color-2); color: var(--white); }
#header-outer .menu > li > a:hover { color: var(--nectar-extra-color-2); }

@media (max-width: 1299px) {
    #header-outer .menu > li > a { font-size: 15px; line-height: 20px; padding: 8px; }
}

@media (max-width: 1129px) {
    #header-outer .menu > li > a { font-size: 13px; line-height: 18px; padding: 6px; }
}

@media (max-width: 1020px) {
    #header-outer .menu > li > a { padding: 7px; }
}

@media (max-width: 999px) {
    #header-outer .bkg-white { display: none; }
}


/**********************
 FOOTER
 **********************/
body #footer-outer .row { padding-bottom: 0; }
body #footer-outer .row:last-child { padding-bottom: 15px; padding-top: 40px; }
body #footer-outer img { max-height: 90px; }
#footer-outer p, #footer-outer p > a:not(.nectar-button) { color: rgba(255,255,255,0.55)!important; }
#footer-outer p { font-size: 15px; line-height: 21px; }
#footer-outer p > a:not(.nectar-button):hover { color: var(--white)!important; opacity: 1!important; }

#footer-outer .text-with-icon { padding-left: 30px; position: relative; }
#footer-outer .text-with-icon:before { content: ''; background-position: top center; background-repeat: no-repeat; background-size: contain; height: 20px; left: 0; position: absolute; top: 1px; width: 18px; }
#footer-outer .text-with-icon.address:before { background-image: url('assets/img/icons/map-marker-icon.png'); }
#footer-outer .text-with-icon.phone:before { background-image: url('assets/img/icons/phone-icon.png'); }
#footer-outer .text-with-icon.enveloped:before { background-image: url('assets/img/icons/envelope-icon.png'); top: 5px; }

#footer-outer .col.span_4 .menu { column-count: 2; -webkit-column-count: 2; -moz-column-count: 2; }
#footer-outer .col.span_4 .menu a { font-size: 17px; line-height: 23px; }

#footer-outer .col.span_3, #footer-outer #copyright .col:last-child { text-align: right; }
#footer-outer .col.span_9 ul > li, #footer-outer .col.span_3 ul > li { display: inline-block; }
#footer-outer .col.span_9 ul > li:not(:last-child), #footer-outer .col.span_3 ul > li:not(:last-child) { margin-right: 15px; }
#footer-outer .col.span_9 .menu { position: relative; top: 2px; }
#footer-outer .col.span_9 .menu > li > a { font-size: 15px; line-height: 19px; }

#footer-outer #copyright p { font-size: 13px; line-height: 17px; }
#footer-outer #copyright p, #footer-outer #copyright p > a:not(.nectar-button) { color: rgba(255,255,255,0.55)!important; }
#footer-outer #copyright p > a:not(.nectar-button):hover { color: var(--white)!important; opacity: 1!important; }

@media (min-width: 1000px) {
    #footer-outer .col.span_4:nth-child(2) { width: calc(64% - 210px); }
    #footer-outer .col.span_4:last-child { width: 210px; }
}

@media (max-width: 1299px) {
    #footer-outer .col.span_4 .menu a { font-size: 16px; line-height: 22px; }
}

@media (max-width: 999px) {
    body #footer-outer .row:last-child { padding-bottom: 20px; padding-top: 25px; }
    #footer-widgets .container .col, #footer-widgets .container .col.span_4 { margin-bottom: 0; padding-bottom: 0; }
    #footer-outer .widget { margin-bottom: 15px; }

    #footer-outer .col.span_3 { width: 100px; }
    #footer-outer .col.span_9 { margin-right: 0; padding-right: 0; width: calc(100% - 130px); }
}

@media (min-width: 691px) and (max-width: 999px) {
    #footer-outer .col.span_4:first-child { text-align: center; width: 100%; }
    #footer-outer .col.span_4:nth-child(2) { width: calc(100% - 210px); }
    #footer-outer .col.span_4:last-child { width: 210px; }
}

@media (max-width: 690px) {
    #footer-widgets .container .col.span_4 { margin-bottom: 15px; text-align: center; }
    #footer-widgets .container .col.span_4 .menu, #footer-widgets .container .col.span_4 p { text-align: left; }
    #footer-widgets .container .col.span_4 p { display: block; margin: 0 auto; width: 210px; }
    #footer-outer .col.span_9 { width: calc(100% - 115px); }

    #footer-outer .col.span_4 .menu a { font-size: 15px; line-height: 21px; }
    #footer-outer p { font-size: 14px; line-height: 20px; }

    #footer-outer #copyright .col { margin-bottom: 7px; }
    #footer-outer #copyright .col, #footer-outer #copyright .col:last-child { text-align: center; }
}


/**********************
 OFF CANVAS
 **********************/
#slide-out-widget-area.slide-out-from-right { padding-left: 30px; padding-right: 30px; }
#slide-out-widget-area .inner .off-canvas-menu-container li a { font-family: sans-serif; font-weight: 600; }


/**********************
 HOMEPAGE
 **********************/
.world-bkg > .row-bg-wrap:before { content: ''; background: url('assets/img/world-img.png') no-repeat center; background-size: cover; height: 100%; max-width: 800px; position: absolute; right: 0; top: 0; width: 100%; z-index: 9; }

@media (max-width: 999px) {
    .world-bkg > .row-bg-wrap:before { background-size: 150%; }
}


/**********************
 PAGES
 **********************/
#page-header-bg p { margin-bottom: 10px; padding-bottom: 0; }
#page-header-bg p a { color: rgba(255,255,255,0.7); }
#page-header-bg p a:hover { color: white; }
#page-header-bg h1 { font-size: 48px; font-weight: 700; line-height: 55px; }

.toggle>.toggle-title a { color: #122B44; font-size: 26px; font-weight: 600; line-height: 32px; }
div[data-style="minimal"] .toggle.extra-color-2:hover > .toggle-title a, div[data-style="minimal"] .toggle.extra-color-2.open > .toggle-title a { color: #0A61A6; }
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap { max-width: 959px; }
.menu-button:before { content: ''; background: url('assets/img/icons/pdf-icon.png') no-repeat center; background-size: cover; height: 22px; left: 11px; max-width: 17px; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 9; }
.menu-button { padding-left: 60px; width: 90%; }
body.material .nectar-button.has-icon span  { transform: translateX(-10px); }
body.material .nectar-button.large i { font-weight: 700; }

.logo-separator .row-bg-wrap:before { content: ''; background: url('assets/img/logo-background.png') no-repeat center; background-size: cover; bottom: 0; height: 163px; left: 50%; position: absolute; transform: translate(-50%,50%); width: 163px; z-index: 99; }

.page-header-bg-image-wrap:before { content: ''; background: url('assets/img/divider-page-header.png') no-repeat center; background-size: cover; bottom: -38px; height: 155px; position: absolute; right: 0; width: 100vw; z-index: 99; }
.page-id-55 .page-header-bg-image-wrap:before { display: none; }
.float-right { float: right; }

div[data-style*=minimal] .toggle>.toggle-title i { display: none; }
.toggles.accordion .toggle-title a:before { content: ''; background: url('assets/img/icons/down-arrow.png') no-repeat center; background-size: cover; height: 18px; right: 30px; position: absolute; top: 50%; transform: translateY(-50%); width: 18px; z-index: 99; }
.toggles.accordion .open .toggle-title a:before { content: ''; background: url('assets/img/icons/up-arrow.png') no-repeat center; background-size: cover; height: 18px; right: 30px; position: absolute; top: 50%; transform: translateY(-50%); width: 18px; z-index: 99; }

dl { font-size: 18px; overflow: hidden; width: 100%; }
dt { float: left; font-weight: 400; width: 50%!important; }
dd { float: left; font-weight: bold; padding-left: 20px; width: 50%!important; }

.nectar-flickity[data-controls*=arrows_overlaid] .next:after, .nectar-flickity[data-controls*=arrows_overlaid] .previous:after { display: none; }
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button svg { width: 18px; }
.nectar-flickity[data-controls*=arrows_overlaid] .flickity-prev-next-button.next svg { right: 11px; }

@media (max-width: 1299px) {
    #page-header-bg h1 { font-size: 38px; line-height: 45px; }
    .toggle>.toggle-title a { font-size: 22px; line-height: 28px; }
}

@media (max-width: 999px) {
    #page-header-bg h1 { font-size: 32px; line-height: 37px; }

    body:not(.single-post) #page-header-bg[data-padding-amt=low]:not(.fullscreen-header) { padding-bottom: 8%; padding-top: 8%; }
    .page-header-bg-image-wrap:before { bottom: -39px; height: 95px; }
    .menu-button { width: 100%; }
    .logo-separator .row-bg-wrap:before { height: 130px; width: 130px;  }
    .float-right { float: none; }
    .toggle>.toggle-title a { font-size: 18px; line-height: 24px; }
}

@media (max-width: 690px) {
    #page-header-bg h1 { font-size: 27px; line-height: 32px; }

    .page-header-bg-image-wrap:before { bottom: -45px; }

    .toggle>.toggle-title a { font-size: 16px; line-height: 22px; }
}

@media (max-width: 480px) {
    #page-header-bg h1 { font-size: 23px; line-height: 28px; }

    .page-header-bg-image-wrap:before { bottom: -50px; }
}


/********************
 MEMBERS PAGE
 ********************/
.members-menu ul.menu { margin-left: 0; }
.members-menu ul.menu li { list-style: none; }
.members-menu ul.menu li, .members-menu ul.menu li > a { display: inline-block; width: 100%; }
.members-menu ul.menu li > a { background-color: #F4F4F5; border-bottom: 1px solid #D9D9D9!important; font-size: 16px; line-height: 21px; padding: 10px 13px!important; }
.members-menu ul.menu li.current_page_item > a { background-color: #0A61A6; color: #ffffff!important; }


/********************
 SHOP
 ********************/
.woocommerce-shop #page-header-wrap { margin-bottom: 20px!important; }
.post-type-archive-product.woocommerce .container-wrap, .tax-product_cat.woocommerce .container-wrap { background-color: var(--white); }
.woocommerce-breadcrumb { display: none; }
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { bottom: 34px; right: calc(50% + 230px); transform: translatex(100%); }
.woocommerce .woocommerce-ordering { bottom: 30px; right: 50%; transform: translatex(100%); }
body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product { border: 1px solid #EDEDED; box-shadow: 5px 3px 8px #EDEDED; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 22px; font-weight: 600; line-height: 27px; }
.woocommerce ul.products li.product .price { font-size: 26px; font-weight: 700; line-height: 32px; }

.product_title { font-size: 46px; line-height: 52px; } 
.woocommerce div.product .summary p.price { font-size: 41px; font-weight: 700; line-height: 46px; }
.woocommerce-page button.single_add_to_cart_button { background-color: #FC0000!important; text-transform: uppercase; }
.woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button { font-size: 20px; font-weight: 700; line-height: 25px; } 

#ajax-content-wrap .related.products>h2 { font-size: 46px; font-weight: 800; line-height: 52px; padding-bottom: 45px; text-align: center; }

@media (max-width: 1299px) {
    .product_title { font-size: 40px; line-height: 45px; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 20px; line-height: 25px; }
	.woocommerce ul.products li.product .price { font-size: 24px; line-height: 30px; }
    .woocommerce div.product .summary p.price { font-size: 35px; line-height: 40px; } 
    .woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button { font-size: 19px; line-height: 24px; } 
	
	#ajax-content-wrap .related.products>h2 { font-size: 38px; line-height: 45px; padding-bottom: 40px; }
}

@media (max-width: 999px) {
	.woocommerce-shop #page-header-wrap { margin-bottom: 50px!important; }
	.woocommerce .woocommerce-ordering { transform: translatex(50%); }
	
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 18px; line-height: 23px; }
	.woocommerce ul.products li.product .price { font-size: 21px; line-height: 27px; }

    .product_title { font-size: 32px; line-height: 37px; } 
    .woocommerce div.product .summary p.price { font-size: 27px; line-height: 32px; }
    .woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button { font-size: 17px; line-height: 23px; } 
	
	#ajax-content-wrap .related.products>h2 { font-size: 30px; line-height: 35px; padding-bottom: 35px; }
}

@media (max-width: 690px) {
	.woocommerce-shop #page-header-wrap { margin-bottom: 10px!important; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 16px; line-height: 21px; }
	.woocommerce ul.products li.product .price { font-size: 18px; line-height: 23px; }
	.woocommerce #ajax-content-wrap .woocommerce-ordering { right: 50%; }
	
    .product_title { font-size: 22px; line-height: 27px; }
    .woocommerce div.product .summary p.price { font-size: 19px; line-height: 24px; } 
    .woocommerce-page button[type=submit].single_add_to_cart_button, body[data-form-submit=regular].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button { font-size: 15px; line-height: 20px; }
	
	#ajax-content-wrap .related.products>h2 { font-size: 25px; line-height: 30px; padding-bottom: 30px; }
}


/********************
 GALLERIES
 ********************/
.galleries-listing { display: grid; grid-gap: 40px; grid-template-columns: repeat(2, 1fr); margin-left: 0; margin-top: 60px; text-align: left }
.galleries-listing > li { list-style: none; }
.galleries-listing > li .bkg-cover { margin-bottom: 15px; filter: grayscale(0); -webkit-filter: grayscale(0); transition: .5s all ease; -webkit-transition: .5s all ease; }
.galleries-listing > li .bkg-cover:hover { filter: grayscale(60%); -webkit-filter: grayscale(60%); }
.galleries-listing > li h4 { float: left; margin-bottom: 0!important; width: 100%; }
.galleries-listing > li p { font-size: 15px; line-height: 19px; }

ul.images { margin-left: 0; margin-top: 20px; column-count: 3; -webkit-column-count: 3; column-gap: 10px; }
ul.images > li { list-style: none; }
ul.images > li img { margin-bottom: 5px!important; }

@media (max-width: 1199px) {
    .galleries-listing { grid-gap: 30px; }
}

@media (max-width: 999px) {
    ul.images { column-count: 2; -webkit-column-count: 2; }
}

@media (max-width: 690px) {
    .galleries-listing { grid-template-columns: repeat(1, 1fr); }
}

@media (max-width: 480px) {
    ul.images { column-count: 1; -webkit-column-count: 1; }
}


/********************
 LOGIN PAGE
 ********************/
#login-page, #register-page { padding-bottom: 0; padding-top: 0; }
#login-page .login-panel, #register-page .login-panel { display: inline-block; margin: 120px 0; max-width: 620px; padding-left: 30px; padding-right: 30px; width: 100%; }
#register-page .login-panel { max-width: 100%; }
#login-page p, #register-page p { font-size: 15px; line-height: 20px; }
#login-page p a:hover, #register-page p a:hover { color: #cccccc; }
#login-page .nectar-button, #register-page .nectar-button { background-color: var(--nectar-extra-color-1) }

#login-page .bkg-site4 .login-panel { float: right; }
#login-page .bkg-site4 h2, #login-page .bkg-site4 p { color: white; }

#login-page form, #register-page form { margin-top: 20px; max-width: calc(100% - 30px); width: 100%; }
#login-page form .form-group, #register-page form .form-group { margin-bottom: 15px; }
#login-page form input[type="text"], #login-page form input[type="password"],
#register-page form input[type="text"], #register-page form input[type="password"],
#register-page form input[type="email"], #register-page form select { color: black; margin-top: 6px; }
#login-page .bkg-site4 form label { color: white; }
#login-page .bkg-site4 form input[type="text"], #login-page .bkg-site4 form input[type="password"] { background: white; }
#login-page form input[type="submit"], #register-page form input[type="submit"] { min-width: 150px; padding: 14px 36px 15px!important; text-align: center; }

@media (max-width: 1199px) {
    #login-page .login-panel, #register-page .login-panel { margin: 100px 0; }
    #login-page form, #register-page form { margin-top: 20px; max-width: calc(100% - 15px); }
}

@media (max-width: 999px) {
    #login-page .col, #register-page .col { margin-bottom: 0; }
    #login-page .login-panel, #register-page .login-panel { margin: 60px 0; }
    #login-page .login-panel, #login-page form, #register-page .login-panel, #register-page form { max-width: 100%; }
}

@media (max-width: 690px) {
    #login-page .login-panel, #register-page .login-panel { margin: 50px 0; }
}


/********************
 REGISTER PAGE
 ********************/
#register-page .login-panel { margin-bottom: 60px; margin-top: 60px; padding-left: 0; padding-right: 0; }
#register-page .form-group { display: flex; align-items: center; }
#register-page form { margin-top: 35px; }
#register-page label { font-size: 16px; line-height: 20px; }

#register-page .progress-box { background-color: #f6f6f6; border-radius: 5px; margin-top: 60px; padding: 25px 20px; }
#register-page .progress-box h3 { color: black; font-weight: 400; margin-bottom: 15px; text-transform: none; }

#register-page .progress-box ul { display: inline-block; margin-bottom: 0; margin-left: -20px; width: calc(100% + 40px); }
#register-page .progress-box ul > li, #register-page .progress-box ul > li > a { display: inline-block; position: relative; width: 100%; }
#register-page .progress-box ul > li > a { color: black; font-size: 16px; line-height: 20px; padding: 10px 20px; }
#register-page .progress-box ul > li > a.active, #register-page .progress-box ul > li > a:hover { background-color: var(--nectar-extra-color-2); color: white; }
#register-page .progress-box ul > li > a:hover { background-color: var(--nectar-accent-color); }
#register-page .progress-box ul > li > a.active:before { content: ''; border-bottom: 20px solid transparent; border-right: 20px solid var(--nectar-extra-color-2); border-top: 20px solid transparent; display: inline-block; left: -20px; position: absolute; top: 0; }

@media (min-width: 691px) {
    #register-page label { flex: 0 0 150px; -ms-flex: 0 0 150px; max-width: 150px; }
    #register-page label + input, #register-page label + select, #register-page label + div { margin-left: 30px; flex: 0 0 calc(100% - 180px); -ms-flex: 0 0 calc(100% - 180px); max-width: calc(100% - 180px); }
}

@media (max-width: 999px) {
    #register-page .login-panel { margin-bottom: 30px; }
    #register-page .form-group .span_4:not(:last-child) { margin-bottom: 15px; }

    #register-page .progress-box { margin-bottom: 60px; margin-top: 0; }
}

@media (max-width: 690px) {
    #register-page .form-group { display: inline-block; width: 100%; }
    #register-page label, #register-page label + input, #register-page label + select, #register-page label + div { display: inline-block; flex: 0 0 100%; -ms-flex: 0 0 100%; max-width: 100%; width: 100%; }
    #register-page label + input, #register-page label + select, #register-page label + div { margin-left: 0; }

    #register-page .progress-box ul > li > a { font-size: 15px; line-height: 19px; }
    #register-page .progress-box ul > li > a.active:before { border-bottom-width: 19px; }
}

 
/********************
 CONTACT PAGE
 ********************/
.contact-column .iwithtext { margin: 0 auto; width: fit-content; }
.contact-column .iwt-text, .contact-column .iwt-text a, .contact-column .iwt-text p { font-size: 22px; font-weight: 600; line-height: 30px; }
.contact-column .iwt-text a:hover { color: var(--site2); }

#wpcf7-f7-p61-o1 { margin: 0 auto; max-width: 650px; }
.wpcf7-form input, .wpcf7-form textarea { background: transparent!important; border-bottom: 1px solid #C1C1C1!important; font-family: 'Manrope'!important; color: var(--white); font-size: 17px!important; padding-left: 0; text-align: left!important; }
textarea { height: 140px; }
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder { font-size: 17px; }
.wpcf7-form-control.has-spinner.wpcf7-submit { background-color: #E3010F!important; border-bottom: none; color:var(--white)!important; font-family:'Manrope'; font-size:18px!important; font-weight:600; text-align: center!important; }
.wpcf7-form .wpcf7-submit:hover { background: #0A61A6!important; color: var(--white)!important; }
.wpcf7-spinner { display: none; }
body[data-form-submit=regular] .container-wrap input[type=submit] { padding: 10px 30px!important;}

@media (max-width: 999px) {
    .contact-column { width: 50%; }
    .contact-column .iwt-text, .contact-column .iwt-text a, .contact-column .iwt-text p { font-size: 20px; line-height: 28px; } 
}

@media (max-width: 690px) {
    .contact-column { width: 100%; }
    .contact-column .iwt-text, .contact-column .iwt-text a, .contact-column .iwt-text p { font-size: 19px; line-height: 27px; }
}