/*** Global*/
/* overwritten by theme ------------------------------- */
:root {
	--primary-color-1: #eab300;
	--primary-color-2: #ffffff;
	--primary-color-3: #cccccc;
	--primary-color-rgb: rgb(255, 0, 0);
	--secondary-color: #202124;
	--background-color: #161616;
	--body-color: #BBB;
	--title-color: #eceff3;
	--border-color: #888888;
	--button-color: #eab300;
	--header-height: 90px;
	--section-height: 580px;
	--hero-height: 580px;
	--padding-large: 90px;
	--padding-medium: 60px;
	--padding-small: 30px;
	--fx_a_color_1: #eab300;
	--fx_a_color_2: #ffffff21;
	--fx_a_color_3: #a5a08e34;
	--fx_a_color_4: #eab300de;
}
body{
	color: var(--body-color) !important;
	background-color: var(--background-color) !important;
}
.text-primary{
	color: #eab300;
}

header {
	background: rgba(40, 40, 40, 0.9);
	background: var(--secondary-color) !important;
	backdrop-filter: blur(10px);
	display: block;
	/*position: fixed !important;*/
	box-shadow: 4.0px 8.0px 8.0px hsl(0deg 0% 0% / 0.38) !important;
	height: 90px;
}
#logo .logo{
	height: 15px;
}
header #menu-btn {
    margin-top: 0 !important;
    width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    cursor: pointer;
}
header #menu-btn:hover {
    background-color: var(--secondary-color) !important;
	color: #fff  !important;
}
header #menu-btn:before {
    content: "\f0c9";
    font-size: 24px;
    color: var(--primary-color-1) !important;
}
header #menu-btn:before:hover {
	color: #fff  !important;
}
#subheader {
	margin-top: 90px;
}
#subheader h1{
	margin-top: 50px;
}
.sv-sub-header{
	padding-top: 90px !important;
}

/* Inner pages — first hero clears the fixed 90px header */
body:not(.home) #content > section.sv-hero:first-of-type,
body:not(.home) #content > div > section.sv-hero:first-of-type {
	padding-top: 120px !important;
}


footer .subfooter .logo-small{
	height: 26px !important;
	margin-bottom: 12px;
	display: block;
}
section.single{
	padding-top: 50px !important;
}
section.sv-hero {
    padding-top: 90px;
    background-attachment: fixed !important;
    background-position: center 90px;
    height: 570px !important;
    background-repeat: no-repeat;
}

.sv-crypto-btc .main-wrap .main-grid-list .main-grid-item.gain circle.color{
	display: none;
}

.sv-hero .sv-flexed{
	margin-top: 480px;
	width: 100% !important;
}
.single.sv.container{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.post-image.landscape{
	width: 100% !important;
	height: 150px !important;
	background-position: center;
	background-size: cover
}
.sv-fx-dropshadow{
	box-shadow: 4.8px 9.6px 9.6px hsl(0deg 0% 0% / 0.35);
}
.sv-fx-bevelshadow,.revslider,.sv-hero{
	box-shadow: 4.8px 9.6px 9.6px hsl(0deg 0% 100% / 12%)
}

.text-white{color: #fff;}

.gutenbook h1 {
	font-size: 50px;
	font-weight: 700;
}
.gutenbook h2 {
	font-size: 38px;
	font-weight: 650;
}
.gutenbook h3 {
	font-size: 32px;
	font-weight: 600;
}
.g-bgimage{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
}
.sv-testimonial h4.title{
	text-decoration: none;
	border-bottom: 0px;
}
/*** Carousel Layout*/
.carousel{
	display: flex;
	flex-wrap: wrap;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 5rem;
	z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
	background-color: #777;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 32rem;
}
.carousel-indicators li{
	background-color: #777 !important;
}
.featurette{
	display: flex;
	flex-wrap: wrap;
}
.featurette-divider {
	margin: 5rem 0;
	/* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	letter-spacing: -.05rem;
}
.g-row-padv{
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.g-bgimage.order-md-2{
	padding-left: 0 !important;
}
.g-bgimage.order-md-1{
	padding-right: 0 !important;
}
/*.title{
	display: flex;
	flex-wrap: wrap;
}
*/
/*** Grid Layout*/
.card-body{
	overflow: hidden;
}
.card p{
	max-width: 100%;
}
.card-large{
	height: 450px;
	max-height: 450px;
}
.card-large .card-img-top{
	height: auto !important;
}
.card-medium{
	height: 270px;
	max-height: 270px;
}
.card-small{
	height: 90px;
	max-height: 90px;
}
/* NEW V2 2024 CSS FIXES -------------------------------- */
/* positions hero images -------------------------------- */
.sv-bg-top{
	background-position: top;
}
.sv-bg-middle{
	background-position: center;
}
.sv-bg-bottom{
	background-position: bottom;
}
/* new for all buttons ---------------------------------- */
.wpcf7-submit,.added_to_cart,.sv-main-button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button{
	height: auto;
	width: auto;
	color: rgb(0, 0, 0);
	text-decoration: none;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	text-align: left;
	margin-right: 20px;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 16px;
	line-height: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	backdrop-filter: none;
	filter: none;
	transform-origin: 129.248px 23.9941px;
	opacity: 1;
	transform: translate(0px, 0px);
	visibility: visible;
	border-width: 0px;
	background-color: var(--primary-color-1);
	border-radius: 3px !important;
}
table thead {
	height: 50px;
}
table, th, td,.wpcf7-form input[type=text],.woocommerce table.shop_table,.woocommerce input, .woocommerce textarea{
	border-style: solid !important;
	border-width: 1px;
}
.sv-btn.btn-line,.select2-container--default .select2-selection--single,table, th, td,.wpcf7-form input[type=text],.woocommerce table.shop_table,.woocommerce input, .woocommerce textarea,.woocommerce table.shop_table td_,.wpcf7-submit,.added_to_cart,.sv-main-button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,.wpcf7-form-control,.sr7-btn.sv-sr-btn,#content section.sv-hero a.btn-line{
	margin: 0px;
	/* border: solid 1px var(--border-color) !important;
	*/
	border-color: var(--border-color) !important;
	text-align: center;
	width: 100%;
}
.sv-btn.btn-line{
	border-color: var(--border-color) !important;
	background-color: var(--button-color) !important;
	width: 130px;
}
.sv-btn.btn-line:hover{
	border-color: var(--border-color) !important;
	background-color: var(--button-color) !important;
}
/* remove the 30px padding on posts at bot ----- */
.sv-grid-posts,.sv-news{
	margin-bottom:-30px
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border-color: var(--primary-color-1);
}
.btn-outline-primary {
	color: var(--primary-color-1) !important;
	border-color: var(--primary-color-1) !important;
}
.btn-outline-primary:hover {
	background-color: var(--primary-color-1) !important;
	color: #000 !important;
	border-color: var(--primary-color-1) !important;
}
/* skinnig --------------------------------- */
.color-primary{
	color: var(--primary-color-1) !important;
}
.cls-1, .cls-2,.cls-3,.cls-4,.cls-5,.cls-6{
	color: var(--primary-color-1) !important;
	fill: var(--primary-color-1) !important;
}
.primary-color-rgb{
	color: var(--primary-color-rgb) !important;
	fill: var(--primary-color-rgb) !important;
}
.color-secondary{
	color: var(--secondary-color) !important;
	fill: var(--secondary-color) !important;
}
.size-50{
	height:50px;
	width:50px;
	margin-top: -10px;
	margin-right: 5px;
}
.size-100{
	height:100px;
	width:100px;
}
.size-200{
	height:200px;
	width:200px;
}
.size-300{
	height:300px;
	width:300px;
}
/* WOO COMMERCE ------------- */
.woocommerce-message::before{
	color: var(--primary-color-1) ;
}
.woocommerce-message{
	border-top-color: var(--primary-color-1);
	background-color: inherit;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background-color: inherit;
}
table, th, td,.woocommerce table.shop_table,.woocommerce input, .woocommerce textarea,.select2-container .select2-selection--single .select2-selection__rendered{
	background-color: var(--secondary-color);
}
.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{
	background-color: var(--primary-color-1) !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	color: #fff;
}
.woocommerce input,.select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce textarea{
    color: #fff;
    line-height: 50px;
    padding-left: 10px;
    text-align: left;
    padding-right: 10px;
}
input::placeholder,.woocommerce textarea::placeholder{
	color: #888;
}
.woocommerce a.remove{
	color: var(--primary-color-rgb)
}
.button.wc-forward,.add_to_cart,.added_to_cart,.woocommerce section.product .images .woocommerce-product-gallery__trigger,.add_to_cart_button,form.cart .button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce button.button,button.button.alt,.woocommerce button{
	background-color: var(--primary-color-1) !important;
	color: var(--secondary-color) !important;
	height: 50px;
	text-align: center;
}
.woocommerce section.product .images .woocommerce-product-gallery__trigger::before{
	border-color: #fff;
}
.woocommerce section.product .images .woocommerce-product-gallery__trigger::after{
	background: #fff;
}
.entry-summary .product_title{
	text-align: left;
}
section.product, p.price{
	color: var(--primary-color-1) !important;
}
.sv-shop .widget-area{
	display:flex;
}
.sidebar-widget{
	text-align: center;
}
.woocommerce .product form.cart .button {
	border-radius: 0 3px 3px 0;
	margin-left: -4px;
}
.woocommerce input {
	height: 36px !important;
}
.quantity {
	display: inline;
}
.woocommerce-product-details__short-description h3{
	display: inline;
}
.woocommerce-product-details__short-description p {
	margin-bottom: 0px;
	display: inline;
	color: var(--primary-color-1) !important;
}
.woocommerce-product-details__short-description{
	color: var(--primary-color-1) !important;
	margin-bottom: 30px;
}
.product-entry h2{
	font-size: 1em;
	margin-bottom: 0px;
}
section.products{
	margin-top:30px
}
.woocommerce-product-details__short-description .product-description{
	display: block;
}
.woocommerce-product-details__short-description p,.woocommerce-product-details__short-description .product-description p{
	color: #fff !important;
}
.woocommerce-product-summary{
	padding-left: 0px;
	padding-right: 0px;
}

footer .product img:hover{
	background-color: none !important;
}
.woocommerce-product-gallery{
	padding:0px;
}
.woocommerce section.product .images .woocommerce-product-gallery__trigger {
	opacity: 0;
	position: relative;
	z-index: 9999;
	float: left;
	margin-right: -40px;
	z-index: 99999;
	width: 40px;
	padding-left: 10px;
	/* height: 40px;
	*/
	line-height: 40px;
}
blockquote.testimonial-big .name{
	color: var(--primary-color-1) !important;
}
.sv-cta.sv.call-to-action a:hover {
	background-color: var(--primary-color-1);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	background-color: var(--primary-color-1);
	text-align: center;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	padding: 0px;
	line-height: 50px;
}
.theme-dark .woocommerce .blockUI.blockOverlay {
	background-color: #000 !important;
}
.theme-light .woocommerce .blockUI.blockOverlay {
	background-color: #fff !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 50px !important;
	height: 50px !important;
	padding: 15px;
}
.select2-container .select2-selection--single {
	height: 50px;
	line-height: 50px;
	background-color: var(--secondary-color);
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid var(--primary-color-1);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}
.woocommerce input {
	height: 30px !important;
	width: 30px;
}
.woocommerce .cart input {
	height: 50px !important;
	margin-right: -2px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: var(--background-color);
	color: #ffffff;
	min-height: 125px;
	padding-left: 120px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	top: 46px;
	left: 20px;
	font-size: 80px;
	color: var(--primary-color-1);
}
.woocommerce-form__input-checkbox {
	filter: invert(100%);
	accent-color: #d5d1d1 !important;
}
.woocommerce-form__label-for-checkbox span{
	position: relative;
	left: 5px;
	top: -7px;
}
.sv-testimonial .fa-brands {
	vertical-align: sub;
	position: relative;
	top: 2px;
	left: -10px;
}
sr7-module .sv-title {
	position: relative;
}
.sv-cta.sv-bg-top.padding60.no-padding{
	margin-top: 60px !important;
	margin-bottom: 60px !important;
	padding-bottom: 30px !important;
}
/* sv call-to-action text-dark */
/* new for all buttons ---------------------------------- */
.type-product .add_to_cart_button, .type-product .added_to_cart{
	margin-bottom: 20px !important;
	padding-left: 15px !important;
	/* padding-top: 17px !important;
	*/
	padding-right: 15px !important;
	margin-right: 20px;
	border-radius: 3px;
}
.woocommerce a.added_to_cart {
	padding-top: 0px !important;
}
.checkout #order_review_heading {
	margin-top: 20px !important;
}
.related.products .type-product .add_to_cart_button, .type-product .added_to_cart{
	padding-top: 17px !important;
	margin-right: 15px !important;
	width: 100%;
}
.cart .add_to_cart_button{
	padding-top: 10px !important;
}
.product-template-default .woocommerce-message{
	padding-top: 50px;
}
.woocommerce .woocommerce-message .button{
	line-height: 50px;
}
.product img{
	background: url(../../../../../../../wp-content/plugins/wp.plugin.blockstrap/img/sv-product-foreground.png) bottom center no-repeat, url(../../../../../../../wp-content/plugins/wp.plugin.blockstrap/img/sv-product-background.png) repeat !important;
}
.product img:hover{
	background: url(../../../../../../../wp-content/plugins/wp.plugin.blockstrap/img/sv-product-foreground-hover.png) bottom center no-repeat, url(../../../../../../../wp-content/plugins/wp.plugin.blockstrap/img/sv-product-background-hover.png) repeat !important;
}
.product img,.product img:hover{
	background-size: contain;
}
.post-text span{
	display: block;
}
.sv-grid-posts .item .post-text h4 {
	margin-bottom: 0px !important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals{
	float: none;
	width: 50%;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 90px;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form{
	padding: 0px !important;
	width: 100%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce form .form-row textarea{
	height: 100px !important;
}
.woocommerce table.shop_table{
	border-style: solid !important;
	color: #fff;
}
thead .product-remove, thead .product-thumbnail, thead .product-price, thead .product-quantity, thead .product-subtotal,thead .product-name, thead .product-total{
	border-style: solid !important;
	color: #000 !important;
	border-top-width: 0px;
	background-color: var(--primary-color-1);
}
tfoot .cart-subtotal th, tfoot .woocommerce-shipping-totals th, tfoot .order-total th,tfoot .cart-subtotal td, tfoot .woocommerce-shipping-totals td, tfoot .order-total td{
	border-style: solid !important;
	border-top-width: 0px;
	color: var(--title-color);
}
.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table .product-total{
	border-left-width: 1px !important;
	border-left-color: var(--title-color) !important;
}
.woocommerce table.shop_table thead .product-total{
	border-color: var(--background-color) !important;
	border-left-width: 0px !important;
}
.sv-hero h2, .sv-hero p {
	/* text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.8);
	*/
}
.accordion-button::after{
	margin-top: 12px;
	background: var(--primary-color-1) url(data:image/svg+xml;
	base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDgwMCA4MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwMCA4MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KCjxwYXRoIGlkPSJYTUxJRF8xNV8iIGNsYXNzPSJzdDAiIGQ9Ik04MDAsNzYzLjZWMzYuNEM4MDAsMTYuMyw3ODMuNywwLDc2My42LDBMMzYuNCwwQzE2LjMsMCwwLDE2LjMsMCwzNi40bDAsNzI3LjMgIEMwLDc4My43LDE2LjMsODAwLDM2LjQsODAwaDcyNy4zQzc4My43LDgwMCw4MDAsNzgzLjcsODAwLDc2My42eiBNMzc0LjMsNTIyLjdMMTgwLjMsMzI4LjdjLTcuMS03LjEtMTAuNi0xNi40LTEwLjYtMjUuNyAgYzAtOS4zLDMuNS0xOC42LDEwLjctMjUuN2MxNC4yLTE0LjIsMzcuMi0xNC4yLDUxLjQsMEw0MDAsNDQ1LjVsMTY4LjItMTY4LjJjMTQuMi0xNC4yLDM3LjItMTQuMiw1MS40LDAgIGMxNC4yLDE0LjIsMTQuMiwzNy4yLDAsNTEuNEw0MjUuNyw1MjIuN2MtNi44LDYuOC0xNi4xLDEwLjctMjUuNywxMC43QzM5MC40LDUzMy4zLDM4MS4xLDUyOS41LDM3NC4zLDUyMi43eiIgLz4KPC9zdmc+) !important;
}
.accordion-button:not(.collapsed) {
	color: var(--background-color) !important;
	background: var(--primary-color-1) !important;
}
.accordion-button i{
	color: var(--background-color) !important;
}
.accordion-button:not(.collapsed) {
	border-bottom: 1px solid var(--secondary-color);
}
.accordion-button{
	align-items: inherit !important;
}
.accordion-button:not(.collapsed) {
	border-top: 0px solid var(--primary-color-1) !important;
	border-bottom: 1px solid var(--primary-color-1);
}
.accordion-button i{
	font-size: 30px;
	margin-top: 10px;
	margin-right: 20px;
	line-height: 19px !important;
}
.accordion-header {
	line-height: 44px;
}
.accordion-button.collapsed i {
	color: var(--primary-color-1) !important;
}
.accordion-button {
	color: var(--body-color) !important;
}
#contact_form input[type=text], #contact_form textarea, #contact_form input[type=email], #contact_form input[type=number], #search, .wpcf7-form input[type=text], .wpcf7-form textarea, .wpcf7-form input[type=email], .wpcf7-form input[type=number] {
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #fff;
	text-align: left;
	background: var(--secondary-color);
	border-radius: 0 !important;
	height: auto;
	border-style: groove;
}

.wpcf7-form textarea {
    height: 430px !important;
}
blockquote.testimonial-big:before,.sv-testimonial h4,.sv-news h4,.sv-grid-text h3{
	color: var(--primary-color-1) !important;
}
h2.style-2{
	display: block !important;
}
/*#content section.sv-hero a.btn-line{
	border: solid 1px var(--border-color-1) !important;
}
*/
.woocommerce div.product {
	margin-bottom: 30px;
}
.woocommerce form .form-row input.input-text:focus, input[type=text]:focus, textarea:focus, .wpcf7-form input[type=text]:focus, .wpcf7-form input[type=email]:focus,textarea:focus:not(:focus-visible), input:focus:not(:focus-visible),.wpcf7-form input[type=number]:focus, .wpcf7-form textarea:focus, #search:focus, .wpcf7-form .de_light input[type=text]:focus, .wpcf7-form .de_lighttextarea:focus, .wpcf7-form .de_light {
	border-color: var(--primary-color-1) !important;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.product-thumb img{
	width: 100%;
}
.row {
	--bs-gutter-y: 0;
}
.sv-sr-text-strip{
	margin-right: 10px !important;
	margin-left: 10px !important;
	width: calc(100% - 20px) !important;
	min-height: 50px;
}
.sr7-btn.sv-sr-btn{
	min-height: 50px;
	line-height: 100%;
	display: inline-block !important;
}

/*sr7-bg,sr7-module-bg{
	background-color: #ff6600 !important;
}
*/
.sr7-btn.sv-sr-btn.sv-h-50{
}
.waveplayer-container:has(.wvpl-skin-w3-standard){
	margin-top: 30px;
}
svg image{
	display: none !important;
}
#content{
	min-height: calc( 100vh - 200px );
	/*position: absolute;*/
	top: 0;
}
.sb-hover,.sboard-nodata{
	background-color: var(--primary-color-1) !important;
}
.filter-items input[type=text]{
	background: var(--secondary-color) !important;
	border-color: var(--border-color) !important;
}
.sv-icon .sv-has-media i{
	font-size: 300px !important;
}
.sv-has-media{
	text-align: center;
}
.sv-no-media{
	z-index: 99;
}
.sv-has-media video{
	top: auto !important;
	position: initial !important;
	display: inline-block !important;
	vertical-align: baseline !important;
	min-width: auto !important;
	min-height: auto !important;
	object-fit: contain;
	overflow-clip-margin: content-box;
	overflow: clip;
}
.sv-has-media sr7-module,.sv-has-media sr7-content,.sv-has-media sr7-slide{
	height: 100% !important;
	max-width: 100% !important;
	/*width: 100% !important;
	*/
	max-height: 100% !important;
}
.sv-has-media sr7-content{
	transform: translate(0px, 0px) !important;
	/*position: absolute !important;
	*/
	z-index: initial !important;
}
.sv-has-media sr7-module{
	max-height: var(--section-height) !important;
}
.sv-v2-video.fullscreenscroll{
	top: 0 !important;
	bottom: 0px;
	position: fixed;
	height: 100%;
}
.sv-v2-video.tophero{
	top: 0 !important;
	position: fixed !important;
	min-height: var(--section-height) !important;
	width: 100%;
	min-width: 100%;
	object-fit: cover;
	max-height: var(--section-height) !important;
	margin-top: var(--header-height) !important;
}
.sv-hero .container-fluid .row{
	padding-left: 15px;
	padding-right: 15px;
}
.sv-hero .col-md-5{
	margin-bottom: 0px !important;
}
#content section.sv-hero.no-top {
	padding-top: 0px !important;
}
#content section.sv-hero.no-bottom {
	padding-bottom: 0px !important;
}
/*video at top onlyPAGE HEIGHT IS FULL VIDEO LENGTH SO WHITEPACE TILL END*/
.sv-v2-video{
	top: 0 !important;
	position: fixed !important;
	width: 100%;
	min-width: 100%;
	object-fit: cover;
	max-height: var(--section-height) !important;
	min-height: var(--section-height) !important;
	margin-top: var(--header-height) !important;
}
/*remove to vieew content at end of video*/
.is_fixed_height.sv_section_height{
	height: var(--hero-height) !important;
}
/* VIDEO FULL SCREEN AND SCROLL TO END AND CONTENT*/
.sv-v2-video.is_full_screen{
	min-height: 100% !important;
}
.sv .sv_hero_txt{
	z-index: 2 !important;
}
.sv *{
	z-index: 0 !important;
}
/*no padding between sections */
.sv_hero_fx{
	height: 0;
}
.sv-fx{
	height: 100%;
}
.f_vertical-center_t-center {
	text-align: center;
	flex-direction: column;
	align-items: center;
	width: 100%;
	display: flex;
	position: relative;
}
#set-height {
	display: block;
}
.sv-people .post-text {
	text-transform: uppercase;
	padding: 18px 20px 14px;
	min-height: 0 !important;
	height: auto;
	text-align: center !important;
}
.sv-people .post-text .member-position {

	color: #fff;
	font-weight: 500;
	font-size: 12px !important;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
	text-decoration: none;
	margin-bottom: 6px !important;
	display: block;
}

.sv-people .post-text h3 {
	margin-bottom: 8px !important;
}

.sv-people .post-text .member-company {
	margin-bottom: 0 !important;
	display: block;
}

.sv-people .post-text span:last-child {
	margin-bottom: 0 !important;
}

/* Our Team — feather gradient box edges into page background */
.sv-people .post-text.sv-post-bg-color-filter-fx {
	position: relative;
	background: transparent !important;
	animation: none !important;
	filter: none !important;
	isolation: isolate;
}

.sv-people .post-text.sv-post-bg-color-filter-fx::after {
	content: "";
	position: absolute;
	inset: -6px -10px;
	z-index: -1;
	pointer-events: none;
	background: linear-gradient(-45deg, var(--fx_a_color_1), var(--fx_a_color_2), var(--fx_a_color_3), var(--fx_a_color_4));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	-webkit-mask-image:
		linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 8%, #000 18%, #000 82%, rgba(0, 0, 0, 0.35) 92%, transparent 100%),
		linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 10%, #000 20%, #000 80%, rgba(0, 0, 0, 0.35) 90%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.35) 8%, #000 18%, #000 82%, rgba(0, 0, 0, 0.35) 92%, transparent 100%),
		linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.35) 10%, #000 20%, #000 80%, rgba(0, 0, 0, 0.35) 90%, transparent 100%);
	mask-composite: intersect;
}


.post-text h4{
	color: aqua;
	font-size: 16px;
	;
}
.post-text span{
	color: #ffffff;
	font-size: 10px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.sv-text-media a{
	display: block !important;
	width: fit-content !important;
	margin-top:20px;
}
.sv-text-media h2{
	margin-bottom: 20px;
}
.post-image{
	overflow: hidden;
}
.post-image a,.sv-people .post-text{
	background-size: 400% 400%;
	display: block;
}
.post-image a{
	z-index: 99 !important;
}
.post-image::after {
	content: "";
	/*background: url("https://svgsilh.com/svg/1301762.svg"), url("https://svgsilh.com/svg/2031250.svg");
	background-blend-mode: screen;
	*/
	width: 100%;
	height: 300px;

	display: block;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat !important;
}

.sv-lottie-overlay h1{
	margin: 0;
	margin-top: 0px !important;
	text-align: left;
	letter-spacing: inherit;
	text-transform: inherit;
	margin-top: 0;
	color: #eceff3;
	display: inline-block;
	font-weight: 500;
	margin-bottom: 30px;
	line-height: 1.2em;
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}
.post-text:last-child {
	margin-bottom: -10px;
}
.post-text h3 {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
	margin-bottom: 5px !important;
}
/* ALL FLEX HERE? */
.sv-align-centre .sv-flexed{
	margin: auto;
}
.sv-hero .sv-video{
	margin-right: 0 - calc(var(--bs-gutter-x) * .5);
	margin-left: 0 - calc(var(--bs-gutter-x) * .5);
}
.sv-cta .btn-line, .sv-cta a.btn-line,.sv-cta .btn-line:hover, .sv-cta a.btn-line:hover{
	border: solid 1px var(--border-color) !important;
}
.btn-line, a.btn-line {
	border: solid 1px var(--primary-color-1) !important;
}

/* Bootstrap .btn-primary was winning and killing the yellow outline on Get In Touch */
a.btn.btn-line.btn-primary,
a.btn.btn-line.modal-btn,
.btn.btn-line.btn-primary {
	border: 1px solid var(--primary-color-1, #eab300) !important;
	border-color: var(--primary-color-1, #eab300) !important;
	background-color: #000 !important;
	color: #eceff3 !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}
a.btn.btn-line.btn-primary:hover,
a.btn.btn-line.modal-btn:hover,
.btn.btn-line.btn-primary:hover {
	/* yellow fill on yellow page still readable via dark edge + outer shadow */
	border: 1px solid rgba(0, 0, 0, 0.55) !important;
	border-color: rgba(0, 0, 0, 0.55) !important;
	background-color: var(--primary-color-1, #eab300) !important;
	color: #111 !important;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 0 6px 18px rgba(0, 0, 0, 0.5) !important;
}
.sv-bg-filter-fx{
	/* rest in footer */
}

.sv-primary-c-color{
	color: var(--primary-color-1) !important;
}
lottie-player{
	max-height: inherit !important;
}
.sr7-btn{
	color: var(--primary-color-1);
	border-color: var(--primary-color-1);
}
.post-text h3 {
	color: var(--primary-color-1) !important;
}
.post-text span {
	color: #ffffff;
	line-height: 14px !important;
	margin-bottom: 10px !important;
}
label{
	width:100% !important;
}
.wpcf7-form input[type=text], .wpcf7-form input[type=email], .wpcf7-form input[type=textarea], .wpcf7-form textarea{
	width: 100%;
}
.home section.btc {
	margin-top: -230px !important;
	padding-top: 0px !important;
}
.sv-text-media .sv-has-media.sv-lottie,.sv-text-media .sv-has-media lottie-player {
	max-height: 420px !important;
	height: 420px !important;
}
.text-bright {
	font-size: 20px;
}
.sv-cta .fa{
	margin-right: 14px !important;
	vertical-align: bottom !important;
}
.sv-cta .btn-line, .sv-cta a.btn-line,.sv-cta .btn-line:hover, .sv-cta a.btn-line:hover{
	border: solid 1px var(--secondary-color) !important;
	background-color: var(--secondary-color) !important;
}
.sv-cta .fa,
.sv-cta h2{
	color: var(--secondary-color) !important;
	text-shadow: none !important;
}

.post-text h4 {
	color: var(--primary-color-1) !important;
	font-size: 16px;
}


.style-svg{
	margin-top: -15px;
	margin-right: 10px;
	margin-left: -20px;
}

.sv-lg .style-svg{
	margin: 0 !important;
	margin-bottom: 30px !important;
}

.cs-inner-wrapper a.btn-line{


    padding-left: 0px;
    padding-right: 0px;
	font-size: 11px;
	color: var(--secondary-color) !important;

}

.sv-title .modal-btn{
	margin-top: 20px;
}

.sr7-layer {
	text-align: center !important;
}

#sidebar .cs-inner-wrapper .btn-line:after,
#sidebar a.btn-line:after, 
#sidebar .cs-inner-wrapper a.btn-slider:after {
    margin-left: 2px !important;
}


@media only screen and (max-width: 1400px){
	.single .cs-inner-wrapper a.btn-line.black, .single .cs-inner-wrapper a.btn-line.black:hover{
		font-size: 12px !important;
	}
}
@media only screen and (min-width: 1200px){

	.wp-block-image img {
		/*max-width: 9vw !important;*/
	}
	

	section.sv-hero{
		/*background-size: 100% 480px !important;*/
		height: 480px;
	}
	.sv-lottie-overlay .h1, .sv-lottie-overlay h1 {
		font-size: 2rem;
	}
}

@media only screen and (min-width: 1960px){
	.wp-block-image img {
		/*max-width: 5vw !important;*/
	}
	
}




@media only screen and (min-width: 576px){
	.wp-block-gallery .wp-block-image img {
		max-width: 10vw !important;
	}
	.hidehide-icon{display: none;}
}

@media only screen and (min-width: 1320px){
	.hidefix{display: none !important;}
}


@media only screen and (max-width: 1200px){
	.wp-block-image img {
		/*max-width: 8vw !important;*/
	}
	
	section.sv-hero{
		background-size: auto 410px !important;
		height: 500px !important;
	}
	.sv-hero .sv-flexed{
		margin-top: 250px;
		width: 100% !important;
	}
	.single .cs-inner-wrapper h3 {
		font-size: 13px !important;
	}
	.single .cs-inner-wrapper a.btn-line.black, .single .cs-inner-wrapper a.btn-line.black:hover{
		font-size: 8px !important;
	}
	.call-to-action h2, .call-to-action h3,
	.sv-cta.call-to-action h2, .sv-cta.call-to-action h3 {
		font-size: 26px !important;
	}
}



@media only screen and (min-width: 1166px)  and (max-width: 1319px){
	
	.wp-block-gallery .wp-block-image img {
		max-width: 7vw !important;
	}
	.hide-img{visibility:hidden !important;}

}

@media only screen and (min-width : 992px) {
	.sv-cta h2{
		margin-bottom: 0px;
		line-height: 2em;
	}
	.sv-text-media h2 {
		width: 67%;
	}
}
@media only screen and (max-width : 992px) {

	section.sv-hero {
		background-position: -250px 90px;
	}

	sr7-module .sv-title{
		visibility: visible;
	}
	.sr7-layer .sv-title p{display: none;}
	.sr7-layer .sv-title .sv-brand{display: none;}

	.animation svg:first-of-type{
		width: 140% !important;
		height: 140% !important;
	}

	.sv-text-media .container .sv-has-media lottie-player {
		height: 300px !important;
	}
	
	.wpcf7 p {
		margin-bottom: 0 !important;
		text-align: center;
	}
	.wpb_wrapper{
		text-align: center;
	}
	.sv-cta h2{
		margin-bottom: 0px;
		line-height: 1.3em;
		display: block;
		margin-top: 60px;
	}
	.single .cs-inner-wrapper a.btn-line.black, .single .cs-inner-wrapper a.btn-line.black:hover {
        font-size: 7px !important;
        padding: 0 !important;
    }
	.sv-crypto-btc .main-grid-info {
		margin-top: 85px;
	}
	.single .cs-inner-wrapper h3 {
		font-size: 10px !important;
	}
	.home section.btc {
		margin-top: -150px !important;
	}
	h2.woocommerce-loop-product__title{
		min-height: 40px;
	}
	.sv-text-media .order-md-2 {
		/*order: 1 !important;
		*/
	}

	.sv-cta.call-to-action h2 {
		line-height: 35px !important;
		margin-top: 50px;
	}
	.sv.call-to-action a {
		padding-right: 20px;
		padding-left: 10px;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.sv-cta .btn-line{
		width:100%;
		margin-top: 90px !important;
		line-height: 170px !important;
		margin-bottom: -30px !important;
	}
	.sv-cta .fa {
		line-height: 150px !important;
		font-size: 6em !important;
		
	}
	.sv-cta .btn-line{
		margin-top: 50px !important;
		line-height: 30px !important;
	}
	.call-to-action h2, .call-to-action h3 {
		display: block;
		margin-bottom: 20px;
	}

	.single .cs-inner-wrapper a.btn-line.black,
	.single .cs-inner-wrapper a.btn-line.black:hover{

		padding-top: 15px !important;
		line-height: 1.2em !important;
	
	}
	
}
@media only screen and (min-width: 768px){


	.card-small{
		height: 150px;
		max-height: 150px;
	}

	.order-md-2 {
        order: 1 !important;
    }
}

@media only screen and (max-width : 768px) {


	.padding90{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}



	wp-block-image img .wp-block-image img {
		max-width: 15vw !important;
	}

	.sv-news .item .post-text h4 {
		font-size: 14px !important;
	}
	.sv-cta .btn-line{
		width:100%;
		line-height: 0px !important;
	}

footer .subfooter .logo-small {
	margin: 0 0 12px;
}
	
	.wpcf7-form-control{
		width: 100% !important;
	}
	#sidebar{padding-left: calc(var(--bs-gutter-x) * .5)!important;}
	.footer-middle {
		display: block !important;
		position: relative;
		bottom: -230px;
	}
	.footer-left.col-md-4.text-left {
		margin-bottom: 30px !important;
	}
	.container .col-md-4.footer-right.text-right {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px !important;
	}
	.widget.widget_text{
		padding-bottom: 0px;
	}
	.padding20,.order-md-1,.order-md-2{
		text-align: center !important;
	}
	sr7-module .sr7-layer{
		background-size: contain !important;
	}
	.sv-text-media .sv-has-media lottie-player {
		max-height: 420px !important;
		height: 230px !important;
	}
	.sv-cta .btn-line{
		width:100%;
		margin-bottom: 30px !important;
	}
	.sr7-layer {
		text-align: center !important;
	}
	.sv-i{
		display: block;
		margin-left: calc(50% - 50px);
		margin-right: calc(50% - 50px);
	}
	.sv-cta .btn-line{
		margin-top: 0px !important;
	}
	.home section.btc .main-grid-chart{
		margin: -110px 240px;
	}
	.home section.btc {
		margin-top: -150px !important;
	}
	.sv-cta .btn-line{
		width:100%;
		line-height: 60px !important;
	}
	.sv-cta h2 {
		text-align: center;
	}
	a.product_type_simple {
		width: 100% !important;
		text-align: center !important;
	}
	.product-entry .price,.product-entry {
		text-align: center !important;
	}
}


@media only screen and (max-width: 576px){

	#svModalPortrait .modal-dialog {
		top: 80px !important;
		height: calc(100% - 95px) !important;
	}

	#svModalPortrait .modal-content {
		height: 100% !important;
	
	}

	#svModalPortrait iframe{
		height: 100% !important;
	}

	.sv-news .item .post-text h4 {
		font-size: 18px !important;
	}

	.sv-cta.sv-cta-200 {
		height: 470px !important;
	}

	.sv-hero .container-fluid .row{
		padding-left: 15px !important;
		padding-right: 15px !important;
		margin-left: 15px;
		margin-right: 15px;
	}
	.sv-text-media.sv-image{
		margin-top:70px;
	}

	.sv-hide-mobile{
		display: none !important;
	}
	.sv-lg{
		display: none !important;
	}
	.sv-cta .fa {
		margin-bottom: 0px !important;
	}
	.padding20,.order-md-1,.order-md-2{
		text-align: center !important;
	}
	.sv-title img{
	/*width:200px;
		height: 200px;*/
	}
	.sr7-btn.sv-sr-btn{
		margin-right: 30px !important;
		margin-left: 30px !important;
		width: calc(100% - 60px) !important;
	}
}
@media only screen and (max-width: 380px){
	.navigation .alignleft{margin-right: 0px!important;}
	.navigation .alignright{margin-left: 0px!important;}
}
.sv-icon-span {
	display: inline-table;
}
footer .subfooter .logo-small {
	height: 26px !important;
	margin-bottom: 12px;
}
.sv-lg{
	width:200px !important;
	height:200px;
	margin-bottom: 20px;
}
.sv-md{
	width:100px !important;
	height:100px;
	margin: 20px;
}
.sv-sm{
	width:70px !important;
	height:70px;
	margin: 10px;
	margin-left: 0px;
	height: 0px !important;
}
.sv-icon-span {
	display: inline-table;
}
.sv-no-wrap .row{
	flex-wrap: nowrap !important;
}
.sv-trans{
	opacity:.5
}
.sv-wysiwyg.sv-no-wrap h2.style-6{
	margin-left: -25px !important;
	line-height: 40px;
	font-size: 22px;
	margin-bottom: 0px !important;
}
.sv-wysiwyg.padding30{
	padding-bottom:0px !important;
}
.sv-tiny-txt{
	font-size: 10px !important;
}
footer .sv-tiny-txt{
	margin-top: -20px !important;
}
footer .sv-sm{
	margin: 0px !important;
}
.sv-cta .sv-i{
	float: left;
	;
}
.sv-cta p {
	line-height: 1.5rem;
}
.sv-center-align,.sv-center-align .type-product{
	text-align: center !important;
}
.call-to-action h2, .call-to-action h3 {
	line-height: 70px !important;
	margin-bottom: 0px;
}
.sv.call-to-action a {
	margin-top: 10px;
}
sr7-row-con{
	background: none !important
}
.sv-page .sv-wysiwyg h2{
	margin-left: -15px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	color: var(--primary-color-1);
	text-transform: uppercase;
}
.sv-wysiwyg h2{
	margin-left: 0px !important;
}
.sv-cta.sv-cta-400{
	height: 400px !important;
}
.sv-cta.sv-cta-200{
	height: 200px !important;
}
.sv-text-media.sv-image{
	margin-top: 70px;
}
.sv-page.sv-wysiwyg h2 {
	margin-left: -15px;
}
.sv-page.sv-wysiwyg h2{
	margin-left: -15px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 20px;
	color: var(--primary-color-1) !important;
	text-transform: uppercase;
}
.sv-page.sv-wysiwyg strong{
	margin-left: -15px;
	margin-bottom: 10px;
	font-size: 14px;
	color: var(--primary-color-1);
	text-transform: uppercase;
}
.main-grid-list .text-right{
	color: var(--primary-color-1) !important;
}
.woocommerce-loop-product__title{
	margin-left: 0px;
}
.product a{
	color: var(--secondary-color);
}
.product-entry{
	text-align: center;
}
.sv-text-media .img-responsive{
	/*margin-top: 70px !important;*/
}
.text-faded{
	color: var(--primary-color-1) !important;
	opacity: 0.5 !important;
}
.woocommerce-product-summary .product-description{
	font-size: 14px;
}
.product-description h3{
	font-size: 14px;
}
.sr7-btn{
	border-color: var(--secondary-color) !important;
	background-color: var(--primary-color-1) !important;
	color: var(--secondary-color) !important;
}
.woocommerce-cart-form__cart-item {
	display: flow;
}
table.cart thead {
	display: none;
}
.sv-crypto-btc .main-grid-info {
	margin-top: 135px;
}

.sv-crypto-btc .main-grid-chart {
	margin: -635px 0 -160px !important;
}

.sv-cta .btn-line:after, .sv-cta a.btn-line:after{color:var(--primary-color-1) !important;}

.single .lead{font-size: 20	px !important; line-height: 1.6em !important;}

.sv-form h3{color:var(--primary-color-1) !important; font-size: 14px;}

address div.inline-flex{
	display: inline-flex;
}

#slider-main{margin-top: 90px;}

.single a {color: #fff !important;}

.sv-people .post-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 125px;
    left: 90%;
    width: 100px;
    height: 100px;
    background-color: var(--background-color);
    transform: rotate(222deg);
}

.accordion-button::after {
	background-color: var(--primary-color-1) !important;
}

.waveplayer .wvpl-stats,
.waveplayer .wvpl-interface .wvpl-controls .wvpl-icon,
.waveplayer .wvpl-button,
.waveplayer .wvpl-icon
{
	color: var(--primary-color-1) !important;
}

.waveplayer .wvpl-volume-slider .handle{
	background: var(--primary-color-1) !important;
}

.waveplayer .wvpl-title{
	color: var(--title-color) !important;
}

header .info a.sv-header-but {
	height: 20px !important;
    min-height: 20px !important;
    line-height: 20px !important;
    padding: 10px;
    padding-top: 0px !important;
    padding-right: 28px;
    font-size: 8px;
	vertical-align: bottom;
	margin-left: 5px;
}

header .info a.sv-header-fa {
	vertical-align: middle;
}

header .info a.sv-header-fa .fa {
	vertical-align: sub;
	margin-right: 5px;
}

header a.sv-header-but:after {
    margin-top: -1px !important;
}

header .sv-cta{
    background-color: var(--primary-color-1);
	line-height: 4em;
}

header .info h3{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    line-height: 60px;
	letter-spacing: 2px;
	margin-top: 2px;
	vertical-align: super;
}

header .info .container{
	padding-right: 0;
    padding-left: 0;
}

.sv-info-wrap{height: 40px;}

.sv-mini-menu{
	background-color: var(--secondary-color) !important;
	filter: contrast(2);
	height: 40px;
}

.cs-inner-wrapper h3::before{
	background: var(--primary-color-2) !important;
}

.single .page-link{color: var(--secondary-color) !important;}

.sv-brand{
	display: block;
background-repeat: no-repeat;
background-position: center;
background-size: contain !important;
}

.sv-brand.sv-75{
height: 75px !important;
max-height:75px;
}

/*
.sv-brand-icon{background-image: 	url("<?php the_field('site_icon','options')?>") !important;}
.sv-brand-logo{background-image: 	url("<?php the_field('site_logo','options')?>") !important;}
.sv-brand-svg {background-image: 	url("<?php the_field('site_svg','options')?>") !important;}
*/

.sr7-layer .sv-title h2,
.sr7-layer .sv-title p{margin-bottom: 10px !important;}

.cart{margin-bottom: 10px;}

.cart_item .product-quantity{text-align: left !important;}

.select2-selection {
    line-height: 3em;
}

.shop_table,
.shop_table thead,
.shop_table td{
	text-align: left;;
}

.woocommerce-page .sv-wysiwyg{
height; auto:  !important;
min-height: auto !important;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	display: inline-block !important;
}

.sv-text-media .sv-has-media lottie-player {
    margin-top: -40px !important;
    margin-bottom: -40px;
}

.sv-acccordion .container{
padding-left: 0px !important;
padding-right: 0px !important;
}

.accordion-body,
.accordion-button{
	line-height: 1.3em !important;
}

.footer-left {
    padding-left: 40px;
	padding-right: 40px;
}

.btn-line, .sv-cta .btn-line:hover, .sv-cta a.btn-line:hover, a.btn-line,
.btn-line-button, .btn-line-button:hover{
	list-style: none;
	  margin: 0;
	  -webkit-appearance: button;
	  -webkit-text-size-adjust: 100%;
	  -webkit-tap-highlight-color: transparent;
	  box-sizing: border-box;
	  transition: .3s;
	  outline: 0;
	  line-height: 50px !important;
	  font-weight: 500;
	  font-size: 12px;													  
	  padding: 3px;
	  padding-left: 30px;
	  padding-right: 50px;
	  text-transform: uppercase;
	  display: inline-block;
	  text-align: center;
		background-color: #000;
	  letter-spacing: 2px;
	  text-decoration: none;
	  border: solid 1px var(--primary-color-1) !important;
	  color: #eceff3;
	  cursor: pointer;													
	 /* background-color: var(--primary-color-1);		
	     min-height: 50px !important;
    line-height: 50px !important;
    border-radius: 0.25rem !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;								*/			
  }

  a.btn-line:hover, .btn-line-button:hover{
    background-color: var(--primary-color-1);
    color: #111;
  }
  
  .btn-line:after, .sv-cta .btn-line:after, .sv-cta a.btn-line:after, a.btn-line:after,
  .btn-line-button:after{
	position: absolute;
	  padding-left: 0;
	  margin-top: 1px;
	  font-family: FontAwesome;
	  content: "\f054";
	  margin-left: 10px;
	  color: var(--primary-color-1);
	  -o-transition: .5s;
	  -ms-transition: .5s;
	  -moz-transition: .5s;
	  -webkit-transition: .5s;
	  transition: .5s;
	  outline: 0;
  }

  a.btn-line:hover:after,  .btn-line-button:hover:after
   {
    position: absolute;
    padding-left: 10px;
	color: #000;
}

.nav.filter.navbar_top{display: block !important; position: fixed;}
.nav.filter.navbar_top .btn-group{float: right;}

.btn-group{margin-right: 15px;}

.svag-megamenu-item .btn-line{
	text-align: left !important;
}

.svag-megamenu-item .btn-line:after{
	left: 230px;
}

.sv-icon-span{
	min-width: 50px;
	min-height: 50px;
}

.sv-icon-span svg{
	padding: 12px;
}

.svag-megamenu-item:hover .sv-icon-span .st0{
	fill:var(--primary-color-1) !important;
}

.svag-megamenu-item:hover .sv-icon-span .st1{
	fill:var(--background-color) !important;
}

.st0{
	fill:var(--background-color) !important;
}

.st1{
	fill:var(--primary-color-1) !important;
}

.offcanvas {
    background-color: inherit !important;
}

.wp-block-image{
	flex-grow: 1;
	flex-shrink: 1;
}

.wp-block-image img{
max-width: 15vw;
height: auto;
}



#logo .logo {
    height: 35px !important;
}

/* Footer — layout & alignment */
.subfooter .row {
	align-items: center !important;
	padding: 16px 0 0;
	margin-bottom: 0 !important;
}

.subfooter .footer-left,
.subfooter .footer-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.subfooter .footer-right {
	align-items: flex-end;
}

.subfooter .footer-right .social-icons {
	display: flex;
	gap: 14px;
	margin-bottom: 8px;
	justify-content: flex-end;
}

.subfooter .footer-right .social-icons a {
	line-height: 1 !important;
	display: inline-flex !important;
}

/* Only collapse BRs inside the social row — keep copyright / legal line breaks */
.subfooter .footer-right .social-icons br {
	display: none !important;
}

.subfooter .footer-right .textwidget {
	text-align: right;
	line-height: 1.8;
	font-size: 12px;
}

.subfooter .footer-left .textwidget {
	line-height: 1.8;
	font-size: 12px;
}

/* Address/email rows block; Privacy | Terms must stay inline */
.subfooter .footer-left .textwidget > span {
	display: block;
}

.subfooter .footer-right .textwidget > span {
	display: inline;
}

.subfooter .footer-right .textwidget > span.id-color {
	display: inline;
}

/* Kill the ~20px strip under the black footer bar */
.subfooter .widget,
.subfooter .widget.widget_text {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

footer {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

#content > section:has(footer) {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

#content > section:has(footer) + p {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 0 !important;
	min-height: 0 !important;
}



section.sv-title{
	background-position: -280px !important;
	background-repeat: no-repeat;
	background-size: cover;
}


section.sv-black{
	background-color: #000;
}

.wp-block-gallery{padding: 30px;}



.sv-news .item .post-text {
	text-shadow: 0px 0px 6px rgba(0, 0, 0, 1),
	0px 0px 10px rgba(0, 0, 0, 1),
	0px 0px 30px rgba(0, 0, 0, 1);
	overflow: visible !important;
}

.sv-post-v2 .post-content {
    overflow: visible;
}

a .tool-content{color: #fff;}


	.sv-carousel .tool-block {
		height: 360px;
		background-size: contain;
		background-repeat: no-repeat;
	background-position: 0 -40px !important;
		position: relative;
		padding: 20px 30px;
	}

	.listing {
		background-size: contain !important;
		background-position: center;
		background-repeat: no-repeat;
		height: 100%;
	}

	.de-team-list{
height: 120px !important;
	}

	.de-team-list h3,
	.de-team-list .lead,
	.de-team-list .small-border{display: none;}

	h1.title strong{font-size: 92px;}



.sv-video-overlay {
		background-color: rgba(0, 0, 0, 0.8) !important;
		height: 10000px !important;

		bottom: 200px !important;
		WIDTH: 75% !important;
		z-index: 9999999 !important;
		margin-top: 450px !important;
		blur(10px);
		/*background-color: #000000c8 !important;*/
		-webkit-box-shadow: 0px 0px 60px 70px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 0px 0px 60px 70px rgba(0, 0, 0, 0.8);
		box-shadow: 0px 0px 60px 70px rgba(0, 0, 0, 0.8);
	}

	.wp-block-themepunch-revslider.revslider{
		z-index: 99999999;
	

		overflow: hidden !important;
	}

	.sv-bg-video{
		position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;

    min-height: calc(100%) !important;
    transform: translateX(calc((100% - 100vw) / 2));
	}

	section.sv{
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.42);
	}

	.sv-has-media {
		max-height: fit-content !important;
	}

	.sv-post-v2 .card-wrapper {
		background-size: cover !important;
		background-position: center !important;
	}

	.hide-hide-img{display: none;}
	.hide-hide-hide-img{display: none;}

	.cs-block::after{
		pointer-events: none !important; 
	}

	.cs-inner-wrapper{z-index: 1 !important;}

	.cs-block h3 {
		color: var(--primary-color-1) !important;
	}

.sv-grid-1{margin-bottom: 30px;}

.wp-block-themepunch-revslider {
	position: relative;
	overflow: visible;
}
.wp-block-themepunch-revslider > .container-footer,
rs-module-wrap > .container-footer {
	position: absolute !important;
	left: 50%;
	bottom: -2px;
	margin: 0 !important;
	transform: translateX(-50%);
	z-index: 2147483647 !important;
	pointer-events: auto;
	cursor: pointer;
}
.container-footer .text-label {
	color: #fff !important;
	font-size: 0.55rem !important;
	letter-spacing: 0.18em !important;
	margin-top: 6px !important;
}
.container-footer .arrow-circle-down,
.container-footer .arrow-circle-down path {
	fill: var(--primary-color-1, #eab300) !important;
}

#sv-cta-block_2db3f26ea818a265322a298d98bf96de {
	background-color: var(--primary-color-1) !important;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 > .container > .row {
	align-items: stretch;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 img {
	max-width: 230px;
	max-height: 230px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin: 0 auto 12px;
	flex-shrink: 0;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 .text {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: 100%;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 .text h3 {
	min-height: 2.6em;
	margin-bottom: 12px;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 .text > p {
	min-height: 10.5em;
	margin-bottom: 0;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 ul {
	list-style: none;
	text-align: left;
	margin: 14px 0 0;
	padding: 14px 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	flex-shrink: 0;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 ul li {
	position: relative;
	margin: 0;
	padding: 0 0 7px 12px;
	font-size: 11px;
	line-height: 1.35;
	font-weight: 400;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 ul li:last-child {
	padding-bottom: 0;
}
#sv-grid-text-block_43982da81a7c9a6c3438ef1028462181 .sv-grid-1 ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.5em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--primary-color-1);
}

rs-module-wrap{background-color: var(--background-color) !important;}


 p{text-shadow: 0px 0px 5px #000000;}
 h2{text-shadow: 0px 0px 5px #000000;}
 .single-feature-title p{font-size: 21px; font-style: italic; font-weight: 500;}
 .cs-block,
 .cs-block-image
 {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s;
    position: relative;
    margin-bottom: 20px;
    overflow:hidden;
  }
  .cs-block-image {
    background-size: contain;
  }
  .cs-block:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: var(--primary-color-1);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
    transition: all 0.3s;
  }
   .cs-block::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.654136) 68.23%, rgba(0, 0, 0, 0.841243) 80.21%, #000000 100%), url(.jpg);
  }
  .cs-block:hover {
    transform: scale(1, 1);
    background-size: cover;
  }
 .cs-inner-wrapper {
    position: absolute;
    z-index: 1;
    bottom: -62px;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.4s;
  }
 .cs-block:hover .cs-inner-wrapper {
    bottom: 30px;
  }
 .cs-inner-wrapper h3::before {
    content: "";
    display: block;
    width: 80%;
    height: 5px;
    background: #EA9C00;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0px;
  }
  .cs-inner-wrapper h3 {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 3px;
    position: relative;
  }
 .cs-inner-wrapper h3::before,.cs-inner-wrapper{
    backdrop-filter: blur(10px);
  }
 .cs-inner-wrapper a {
    width: calc(100% - 60px) !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    background: linear-gradient(258.94deg, var(--primary-color-1) 31.81%, var(--primary-color-1) 100%);
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 7px 25px;
    transition: all 0.3s;
  }
 .cs-block h3{
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .card-2-text{
    padding: 10px;
    line-height: 20px;
    margin-bottom: 10px;
  }

/* gallery block ----- */
  .wp-block-gallery label {
	cursor: pointer;
  }
  .gallery-item-modal,
  input[type="checkbox"] {
	display: none;
  }
  input[type="checkbox"]:checked + .gallery-item-modal {
	display: flex;
  }
  .gallery-item-modal {
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	bottom: 0;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100000;
  }




/*

.sv-wp-gallery {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin: auto;

.galleryItem {
        flex: 1 1 auto;
        margin: 0.3em;
        border: 1px solid black;
        position: relative;
        width: 12em;
        height: 13em;
        overflow: hidden;

      

        &:hover img {
            transform: scale(1.2);
        }
    }

    a {
        display: block;
        width: 100%;
        height: 100%;
    }

    img {
		width: 100%;
        height: auto;
        max-width: 100% !important;
        object-fit: cover;
        transition: .2s;
    }

    figcaption {
        background-color: rgba(#000 ,.4);
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 1em;
    }
}

.lightBoxOverlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(#000, .7);

    .closeButton {
        position: absolute;
        top: 0.5em;
        right: 0.5em;

        color: #000;
        background-color: #fff;
        font-size: 1.5em;
        border-radius: 1em;
        padding: 0.44em 0.66em;
        height: 2em;
        width: 2em;
        
        cursor: pointer;
        transition: .2s;
        
        &:hover {
            color: #fff;
            background-color: #000;
        }

        @media (min-width: 80em) {
            font-size: 2em;

            top: 1em;
            right: 1em;

            height: 2em;
            width: 2em;
        }
    }

    .container {
        margin: 0;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 1em;

        @media (min-width: 40em) {
            padding: 3em;
        }

        @media (min-width: 80em) {
            padding: 5em;
        }
    }

    img {
        max-width: 100%;
        max-height: 100%;
    }

    figcaption {
        margin-top: 1em;
        padding: 0.5em 1em;
        color: #fff;
        background: rgba(0,0,0, .7);
        border-radius: 5em;
    }
}

*/


.sv-wp-gallery {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	column-gap: 12px;

	@media only screen and (max-width: 480px) {
        column-count: 1;
    }
    @media only screen and (min-width: 481px) and (max-width: 767px) {
        column-count: 2;
    }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        column-count: 3;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        column-count: 4;
    }
    @media only screen and (min-width: 1600px) and (max-width: 1999px) {
        column-count: 5;
    }
    @media only screen and (min-width: 2000px) {
        column-count: 6;
    }
}

/* Fix image cropping — let each image display at its natural aspect ratio */
.sv-wp-gallery .galleryItem {
	margin: 0 0 12px;
	break-inside: avoid;
	overflow: hidden;
	border-radius: 3px;
}

.sv-wp-gallery .galleryItem img {
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
	display: block;
	object-fit: unset !important;
	transition: transform 0.3s ease;
}

.sv-wp-gallery .galleryItem:hover img {
	transform: scale(1.03);
}




#svModal,#svModalPortrait,#svModalLandscape{z-index: 99999999999999999999999999 !important;}


#svModal .modal-dialog,
#svModalLandscape .modal-dialog{height: calc(100vH - 180px);
    top: 90px;}
#svModal .modal-content,
#svModalLandscape .modal-content{height: 80vH;}
#svModal iframe,
#svModalLandscape iframe{width: 100%;height: 80vH;}

#svModalPortrait .modal-dialog{max-width: 500px !important; height: 660px; top: 105px;}
#svModalPortrait .modal-content{height: 690px;     border-radius: 10px;}
#svModalPortrait iframe{width: 100%;height: 670px;}













button.btn-primary{
	height: 50px !important;
	padding: 0px 15px !important;
	line-height: 100% !important;
}

.btn-primary:hover,
button.btn-primary:hover{
background-color: var(--primary-color-1) !important;
}

body.native{

header,
footer,
header #menu-btn,
#menu-btn,
header nav,
#brand,
#fader{display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important;}

section{padding: 0px !important}

}

/* ── Contact popup (native iframe) ──────────────────────────────── */

body.native {
	background: var(--background-color) !important;
}

body.native #content {
	padding: 0 !important;
}

body.native section,
body.native .sv-wysiwyg-block,
body.native .container,
body.native .container-fluid {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
}

body.native .wpcf7 {
	padding: 22px 24px 14px;
}

body.native .wpcf7 p {
	margin-bottom: 8px !important;
}

body.native .wpcf7 label {
	display: block;
	font-size: 9px !important;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--primary-color-1) !important;
	font-weight: 500;
	margin-bottom: 4px;
}

body.native .wpcf7 br {
	display: none !important;
}

body.native .wpcf7-form input[type=text],
body.native .wpcf7-form input[type=email],
body.native .wpcf7-form input[type=number] {
	width: 100% !important;
	height: 38px !important;
	padding: 8px 12px !important;
	margin-bottom: 0 !important;
	margin-top: 2px !important;
	background: #1e1e1e !important;
	border: 1px solid #333 !important;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 13px !important;
	letter-spacing: 0.5px;
	transition: border-color 0.2s;
}

body.native .wpcf7-form textarea {
	width: 100% !important;
	height: 80px !important;
	padding: 8px 12px !important;
	margin-bottom: 0 !important;
	margin-top: 2px !important;
	background: #1e1e1e !important;
	border: 1px solid #333 !important;
	border-radius: 3px !important;
	color: #fff !important;
	font-size: 13px !important;
	resize: none;
	transition: border-color 0.2s;
}

body.native .wpcf7-form input[type=text]:focus,
body.native .wpcf7-form input[type=email]:focus,
body.native .wpcf7-form input[type=number]:focus,
body.native .wpcf7-form textarea:focus {
	border-color: var(--primary-color-1) !important;
	outline: none !important;
	box-shadow: 0 0 0 2px rgba(234, 179, 0, 0.15) !important;
}

body.native .wpcf7-form input[type=submit],
body.native .wpcf7-submit {
	width: 100% !important;
	height: 42px !important;
	margin-top: 4px !important;
	background: var(--primary-color-1) !important;
	color: #000 !important;
	border: none !important;
	border-radius: 3px !important;
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 3px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	line-height: 42px !important;
	padding: 0 !important;
	display: block !important;
	cursor: pointer;
	transition: background 0.2s, opacity 0.2s;
}

body.native .wpcf7-form input[type=submit]:hover,
body.native .wpcf7-submit:hover {
	opacity: 0.85;
}

body.native .wpcf7-not-valid-tip {
	position: absolute !important;
	font-size: 9px !important;
	letter-spacing: 0.5px;
	margin-top: 2px;
	padding: 2px 4px !important;
	line-height: 1.2 !important;
	background: rgba(22, 22, 22, 0.85);
	border-radius: 2px;
}

body.native .wpcf7-form-control-wrap {
	position: relative;
}

body.native .wpcf7 .wpcf7-response-output {
	margin: 8px 0 0 !important;
	padding: 10px 14px !important;
	border-radius: 3px !important;
	font-size: 11px !important;
	line-height: 1.4 !important;
	text-align: center;
}

/* Modal overlay & container */
#svModalPortrait .modal-content {
	background: var(--background-color) !important;
	border: 1px solid #2a2a2a !important;
	border-radius: 8px !important;
	overflow: hidden;
}

#svModalPortrait .modal-body {
	padding: 0 !important;
}

#svModalPortrait .modal-dialog {
	max-width: 440px !important;
	top: 90px;
	height: auto !important;
}

#svModalPortrait .modal-content {
	height: auto !important;
}

#svModalPortrait iframe {
	height: 520px !important;
}

#svModalPortrait .modal-dialog {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
}

body.native .order-md-2{display: none;}

.page-id-19011 .sv-hero .sv-flexed {
    margin-top: 90px; 
    width: 100% !important;
}

/* Work page — clear fixed header + compact hero */
.page-id-19011 .sv-hero {
	padding-top: 120px !important;
	padding-bottom: 30px !important;
}

.sv-wp-gallery { margin-top: 20px; }

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .7em;
	margin-top: -20px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    margin: 0px !important;
    line-height: 1.3rem !important;
}


.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle, .btn-primary:focus{
	background-color: var(--primary-color-1) !important;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.sv-work-stats .bottom ul li{
		font-size: 0.9em !important;
		padding: 0px !important;
	}
}

@media only screen and (max-width: 992px) {
	.sv-work-stats .bottom ul li{
		text-align: center !important;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.sv-work-stats .bottom ul li{
		font-size: 0.9em !important;
		padding: 0px !important;
	}
}

@media only screen and (max-width: 992px) {
	.sv-work-stats .bottom ul li{
		text-align: center !important;
	}
}

.wp-block-themepunch-revslider.revslider{
	padding-top:90px;
}
body.home .wp-block-themepunch-revslider.revslider{
	box-sizing: border-box;
	height: 100vh;
	height: 100dvh;
	max-height: 100vh;
	max-height: 100dvh;
}
body.home .wp-block-themepunch-revslider.revslider rs-module-wrap,
body.home .wp-block-themepunch-revslider.revslider rs-module,
body.home .wp-block-themepunch-revslider.revslider rs-slides {
	height: calc(100vh - 90px) !important;
	min-height: calc(100vh - 90px) !important;
	max-height: calc(100vh - 90px) !important;
	height: calc(100dvh - 90px) !important;
	min-height: calc(100dvh - 90px) !important;
	max-height: calc(100dvh - 90px) !important;
}

rs-module i[class*=" fa-"]{font-size:33px !important;}

@media only screen and (min-width: 576px) {
#svModal .modal-dialog, #svModalLandscape .modal-dialog {
    max-width: 80vW !important;
}}

.box-number{margin-bottom:30px;}

.sv-grid-image{margin-bottom: 10px;}

a.btn-line:hover:after {
    color: #111 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
	.sv-work-stats .bottom ul li{
		font-size: 0.9em !important;
		padding: 0px !important;
	}
}

@media only screen and (max-width: 992px) {
	.sv-work-stats .bottom ul li{
		text-align: center !important;
	}
}

.box-number{margin-bottom:30px;}

.sv-grid-image{margin-bottom: 10px;}

a.btn-line:hover:after {
    color: #111 !important;
}

.sv-icon-span{    
    margin-right: 0px;

  }

/* Satoshi Island */
body.page-id-23100 .wp-block-themepunch-revslider {
	display: none !important;
}
body.page-id-23100 #sv-wysiwyg-block_f5cdea9ff16caf623e8f22067ceb5f25 {
	padding-top: 110px !important;
}
body.page-id-23100 #sv-wysiwyg-block_f5cdea9ff16caf623e8f22067ceb5f25 .col-lg-9,
body.page-id-23100 #sv-wysiwyg-block_f5cdea9ff16caf623e8f22067ceb5f25 .col-lg-3 {
	flex: 0 0 100%;
	max-width: 100%;
}
body.page-id-23100 #sv-wysiwyg-block_f5cdea9ff16caf623e8f22067ceb5f25 .col-lg-9 {
	margin-bottom: 28px;
}
body.page-id-23100 #sv-wysiwyg-block_f5cdea9ff16caf623e8f22067ceb5f25 .col-lg-9 p {
	text-align: left;
	line-height: 1.7;
	margin-bottom: 1rem;
}
body.page-id-23100 #sv-wysiwyg-block_f5cdea9ff16caf623e8f22067ceb5f25 .filter-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}
body.page-id-23100 #sv-wysiwyg-block_f5cdea9ff16caf623e8f22067ceb5f25 .sb-search {
	flex: 1 1 180px;
	min-width: 140px;
	max-width: 280px;
	margin: 0;
}
/* Thumb fill only — do NOT override .sb-item widths (breaks metro vs good pages) */
body.page-id-23100 #timeline_wall19631metro.sboard.sb-metro .sb-item .sb-thumb img,
body.page-id-23100 #timeline_wall19631metro.sboard.sb-metro .sb-item .sb-thumb iframe {
	width: 100% !important;
	margin: 0 !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
body.page-id-23100 #timeline_wall19631metro.sboard.sb-metro .sb-item .sb-inner,
body.page-id-23100 #timeline_wall19631metro.sboard.sb-metro .sb-item .sb-container {
	min-height: 0 !important;
	height: auto !important;
	overflow: hidden;
	border-radius: 4px;
}
body.page-id-23100 #sv-wysiwyg-block_62660079c6c27bcd62d14189d350c113 {
	padding-top: 30px !important;
	padding-bottom: 90px !important;
}
body.page-id-23100 #sv-wysiwyg-block_62660079c6c27bcd62d14189d350c113 h2.style-5 {
	margin-bottom: 16px;
}
body.page-id-23100 #sv-wysiwyg-block_62660079c6c27bcd62d14189d350c113 .lead {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.85);
}
body.page-id-23100 #sv-wysiwyg-block_62660079c6c27bcd62d14189d350c113 .wpcf7-form,
body.page-id-23100 #sv-wysiwyg-block_62660079c6c27bcd62d14189d350c113 form {
	max-width: 560px;
	margin: 0 auto;
}

/* ── Channels — match metaverses/gen-ai metro (no column/gsizer hacks) ─ */
body.page-id-19115 #timeline_wall19114metro.sboard.sb-metro .sb-item .sb-thumb img,
body.page-id-19115 #timeline_wall19114metro.sboard.sb-metro .sb-item .sb-thumb iframe {
	width: 100% !important;
	margin: 0 !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
body.page-id-19115 #timeline_wall19114metro.sboard.sb-metro .sb-item .sb-inner,
body.page-id-19115 #timeline_wall19114metro.sboard.sb-metro .sb-item .sb-container {
	min-height: 0 !important;
	height: auto !important;
	overflow: hidden;
}

/* ── Our Approach — tighten intro + compact Core Components ──────── */
body.page-id-22777 section.sv-wysiwyg {
	padding-top: 130px !important;
	padding-bottom: 16px !important;
}
body.page-id-22777 section.sv-wysiwyg .sv-title,
body.page-id-22777 section.sv-wysiwyg [id^="sv-title-block"] {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
body.page-id-22777 section.sv-wysiwyg h1,
body.page-id-22777 section.sv-wysiwyg .sv-title h1,
body.page-id-22777 section.sv-wysiwyg h2 {
	margin-bottom: 12px !important;
}
body.page-id-22777 section.sv-wysiwyg p {
	margin-bottom: 0 !important;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.55;
}
body.page-id-22777 section.sv-testimonial {
	padding-top: 24px !important;
	padding-bottom: 28px !important;
}
body.page-id-22777 section.sv-testimonial .de_testi,
body.page-id-22777 section.sv-testimonial blockquote,
body.page-id-22777 section.sv-testimonial .testimonial {
	margin: 0 auto !important;
	max-width: 640px;
}
body.page-id-22777 section.sv-testimonial .spacer-single,
body.page-id-22777 section.sv-wysiwyg .spacer-single,
body.page-id-22777 section.sv-grid-text .spacer-single {
	height: 12px !important;
	margin: 0 !important;
}

/* Core Components — 3 icons closed together, same band as copy above */
body.page-id-22777 section.sv-grid-text {
	height: auto !important;
	min-height: 0 !important;
	padding-top: 12px !important;
	padding-bottom: 40px !important;
	overflow: visible !important;
}
body.page-id-22777 section.sv-grid-text .row:has(.col-lg-4.sv-grid-1) {
	max-width: 780px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
body.page-id-22777 section.sv-grid-text .col-lg-4.sv-grid-1 {
	flex: 0 0 33.333% !important;
	max-width: 33.333% !important;
	padding: 0 12px;
	margin-bottom: 12px;
	text-align: center;
}
body.page-id-22777 section.sv-grid-text .col-lg-4.sv-grid-1 > img {
	max-width: 72px !important;
	max-height: 72px !important;
	width: 72px !important;
	height: auto !important;
	margin: 0 auto 10px !important;
	object-fit: contain;
}
body.page-id-22777 section.sv-grid-text .col-lg-4.sv-grid-1 .text h3 {
	font-size: 0.85rem !important;
	margin-bottom: 8px !important;
	letter-spacing: 0.04em;
}
body.page-id-22777 section.sv-grid-text .col-lg-4.sv-grid-1 .text {
	font-size: 13px;
	line-height: 1.5;
	opacity: 0.9;
}
@media (max-width: 767px) {
	body.page-id-22777 section.sv-grid-text .col-lg-4.sv-grid-1 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

/* ── Benefits page · tighter intro + sections ─────────────────────── */
body.page-id-24025 section.sv-wysiwyg {
	height: auto !important;
	min-height: 0 !important;
	padding-top: 110px !important;
	padding-bottom: 4px !important;
	overflow: visible !important;
	align-items: flex-start !important;
}
body.page-id-24025 section.sv-wysiwyg .container,
body.page-id-24025 section.sv-wysiwyg .align-self-center {
	align-self: flex-start !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
body.page-id-24025 section.sv-wysiwyg .sv-title,
body.page-id-24025 section.sv-wysiwyg [id^="sv-title-block"],
body.page-id-24025 section.sv-wysiwyg .padding90,
body.page-id-24025 section.sv-wysiwyg .padding60,
body.page-id-24025 section.sv-wysiwyg .padding30 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
	min-height: 0 !important;
	height: auto !important;
}
body.page-id-24025 section.sv-wysiwyg h1,
body.page-id-24025 section.sv-wysiwyg h2,
body.page-id-24025 section.sv-wysiwyg .sv-title {
	margin-bottom: 10px !important;
}
body.page-id-24025 section.sv-wysiwyg p {
	margin-bottom: 0 !important;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.55;
}
body.page-id-24025 section.sv-grid-text {
	height: auto !important;
	min-height: 0 !important;
	padding-top: 12px !important;
	padding-bottom: 24px !important;
	overflow: visible !important;
	align-items: flex-start !important;
}
body.page-id-24025 section.sv-grid-text h2 {
	margin-top: 0 !important;
	margin-bottom: 12px !important;
}
body.page-id-24025 section.sv-grid-text .spacer-single,
body.page-id-24025 section.sv-wysiwyg .spacer-single {
	height: 8px !important;
	margin: 0 !important;
}
body.page-id-24025 section.sv-grid-text .box-number {
	display: flex !important;
	align-items: flex-start;
	gap: 18px;
	max-width: 620px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 28px !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	text-align: left;
}
body.page-id-24025 section.sv-grid-text .box-number > i {
	display: block;
	flex: 0 0 56px;
	width: 56px !important;
	height: 56px !important;
	min-width: 56px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: 0 !important;
	float: none !important;
}
body.page-id-24025 section.sv-grid-text .box-number > .text {
	flex: 1 1 auto;
	text-align: left;
}
body.page-id-24025 section.sv-grid-text .box-number > .text > h3 {
	margin-top: 4px !important;
	margin-bottom: 6px !important;
}

/* ── Benefits page · two layout demos (rows + cards), no overlap ─── */
/* Row layout (icon | copy | bullets) */
body.page-id-24025 #sv-grid-text-block_93f9eec5409e63566e45fea229abcee8 {
	height: auto !important;
	min-height: 0 !important;
	padding: 28px 0 48px !important;
	overflow: visible !important;
}
body.page-id-24025 #sv-grid-text-block_93f9eec5409e63566e45fea229abcee8 [style*="grid-template-columns"] {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	align-items: start !important;
	column-gap: 28px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
body.page-id-24025 #sv-grid-text-block_93f9eec5409e63566e45fea229abcee8 [style*="grid-template-columns"] > img {
	width: 64px !important;
	height: 64px !important;
	max-width: 64px !important;
	object-fit: contain;
}
body.page-id-24025 #sv-grid-text-block_93f9eec5409e63566e45fea229abcee8 [style*="grid-template-columns"] > div > div {
	font-size: 15px !important;
	letter-spacing: 1.5px !important;
	margin-bottom: 6px !important;
}
body.page-id-24025 #sv-grid-text-block_93f9eec5409e63566e45fea229abcee8 [style*="grid-template-columns"] > div > p {
	font-size: 13px !important;
	line-height: 1.5 !important;
}
body.page-id-24025 #sv-grid-text-block_93f9eec5409e63566e45fea229abcee8 [style*="grid-template-columns"] > ul {
	gap: 8px !important;
}
body.page-id-24025 #sv-grid-text-block_93f9eec5409e63566e45fea229abcee8 [style*="grid-template-columns"] > ul span {
	font-size: 12px !important;
	line-height: 1.45 !important;
}

/* Divider band (embedded footer between layouts) */
body.page-id-24025 section.sv-title {
	padding-top: 36px !important;
	padding-bottom: 8px !important;
}
body.page-id-24025 #sv-wysiwyg-block_293f93f0fd00f7a20d8fa587f1e16c9c {
	height: auto !important;
	min-height: 0 !important;
	padding: 28px 0 !important;
	margin: 0 0 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	overflow: visible !important;
}
body.page-id-24025 #sv-wysiwyg-block_293f93f0fd00f7a20d8fa587f1e16c9c footer {
	position: relative !important;
	display: block;
	width: 100%;
	background: transparent !important;
	margin: 0;
	padding: 0;
	z-index: 1;
}

/* Card layout (4-col → 2×2) — benefits only: smaller icons + tidy bullet band */
body.page-id-24025 .sv-grid-text .row:has(.col-lg-3.sv-grid-1) {
	/* Match list above: .col-lg-8 content ≈ 880px inside .container */
	max-width: 880px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: auto;
	flex: 0 0 50% !important;
	max-width: 50% !important;
	width: 50% !important;
	margin-bottom: 28px;
	padding: 0 18px 8px;
	text-align: center;
}
@media (max-width: 767px) {
	body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 {
		flex: 0 0 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
}
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 > img {
	max-width: 72px !important;
	max-height: 72px !important;
	width: 72px !important;
	height: auto !important;
	margin: 0 auto 14px !important;
	object-fit: contain;
	flex-shrink: 0;
}
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 > .text {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	text-align: left;
}
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 > .text > h3 {
	font-size: 0.85rem !important;
	margin: 0 0 10px !important;
	letter-spacing: 0.05em;
	text-align: center;
}
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 > .text > p {
	font-size: 12.5px;
	line-height: 1.5;
	margin: 0 0 14px;
	opacity: 0.88;
	text-align: left;
}
/* Bullets: own tidy band beneath copy */
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 > .text > ul {
	list-style: none;
	margin: auto 0 0;
	padding: 14px 12px 4px;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	background: rgba(255, 255, 255, 0.03);
	border-radius: 0 0 4px 4px;
	text-align: left;
	flex: 0 0 auto;
	width: 100%;
}
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 > .text > ul li {
	position: relative;
	font-size: 11.5px;
	line-height: 1.45;
	margin: 0 0 10px;
	padding: 0 0 0 12px;
}
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 > .text > ul li:last-child {
	margin-bottom: 0;
}
body.page-id-24025 .sv-grid-text .col-lg-3.sv-grid-1 > .text > ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--primary-color-1, #eab300);
}

/* ── Horizontal 3-col grid layout for .sv-grid-horizontal ────────── */
/* icon | title+body | bullets — applied only to the block with this class */
.sv-grid-horizontal .box-number {
	display: grid;
	grid-template-columns: 80px 1fr 1fr;
	grid-template-rows: auto;
	column-gap: 30px;
	align-items: start;
}
/* the <i> icon sits in col 1 */
.sv-grid-horizontal .box-number > i {
	grid-column: 1;
	grid-row: 1 / 3;
	width: 80px;
	height: 80px;
	min-width: 80px;
	background-repeat: no-repeat;
	background-position: center;
	align-self: start;
	margin-top: 4px;
}
/* .text wraps h3+p — spans col 2 only */
.sv-grid-horizontal .box-number > .text {
	grid-column: 2;
	grid-row: 1;
	display: contents; /* dissolve so children participate in the grid */
}
/* h3 in col 2 row 1 */
.sv-grid-horizontal .box-number > .text > h3 {
	grid-column: 2;
	grid-row: 1;
	margin-top: 0;
}
/* paragraph in col 2 row 2 */
.sv-grid-horizontal .box-number > .text > p,
.sv-grid-horizontal .box-number > .text > *:not(h3):not(ul) {
	grid-column: 2;
	grid-row: 2;
}
/* bullet list pushed to col 3 */
.sv-grid-horizontal .box-number > .text > ul {
	grid-column: 3;
	grid-row: 1 / 3;
	margin: 0;
	padding-left: 16px;
}
/* separator line between items */
.sv-grid-horizontal .box-number {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 24px;
	padding-bottom: 8px;
	margin-bottom: 0;
}
.sv-grid-horizontal .col-lg-8:first-of-type .box-number {
	border-top: none;
}

/* ── Modal backdrop blur ─────────────────────────────────────────── */
/* Blur only the page content behind modals, not the modals themselves */
body.modal-open #content,
body.modal-open #sv-footer,
body.modal-open header#header {
	filter: blur(4px);
	transition: filter 0.25s ease;
}

/* Modals must never be blurred */
.modal,
.modal-dialog,
.modal-content,
.modal-body,
.modal iframe {
	filter: none !important;
}

/* Backdrop: semi-transparent dark instead of Bootstrap default */
.modal-backdrop {
	background-color: #000 !important;
}
.modal-backdrop.show {
	opacity: 0.6 !important;
}

/* SV sections: never leave pure-white block backgrounds on dark site */
section.sv[style*="255,255,255"],
section.sv[style*="255, 255, 255"],
section.sv[style*="#fff"],
section.sv[style*="#ffffff"],
section.sv[style*="#FFFFFF"] {
	background-color: #000000 !important;
}

/* Mobile header — last-wins overrides (plugin CSS loads after theme)
   Skip body.native (contact iframe) — that mode must keep header/nav hidden. */
@media (max-width: 992px) {
	body:not(.native) header {
		display: flex !important;
		align-items: center !important;
		height: 90px !important;
		min-height: 90px !important;
		max-height: 90px !important;
		padding: 0 !important;
	}
	body:not(.native) header > .container,
	body:not(.native) header > .container > .row,
	body:not(.native) header > .container > .row > [class*="col-"] {
		display: flex !important;
		align-items: center !important;
		height: 90px !important;
		min-height: 90px !important;
		max-height: 90px !important;
		margin: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		position: relative !important;
		float: none !important;
		box-sizing: border-box !important;
	}
	body:not(.native) header > .container {
		padding: 0 16px !important;
	}
	body:not(.native) header > .container > .row > [class*="col-"] {
		justify-content: space-between !important;
		padding: 0 !important;
	}
	body:not(.native) header div#logo {
		display: flex !important;
		align-items: center !important;
		height: auto !important;
		margin: 0 !important;
		margin-top: 0 !important;
		padding: 0 !important;
		float: none !important;
		top: 0 !important;
		line-height: 0 !important;
	}
	body:not(.native) header div#logo a {
		display: flex !important;
		align-items: center !important;
		height: auto !important;
		line-height: 0 !important;
		margin: 0 !important;
	}
	body:not(.native) header #logo .logo,
	body:not(.native) header #logo .logo-small {
		height: 28px !important;
		max-height: 28px !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	body:not(.native) header #menu-btn,
	body:not(.native) #menu-btn {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		position: relative !important;
		float: none !important;
		top: auto !important;
		right: auto !important;
		transform: none !important;
		margin: 0 !important;
		margin-top: 0 !important;
		width: 44px !important;
		height: 44px !important;
		padding: 0 !important;
		align-self: center !important;
		border-radius: 50% !important;
		border: 1px solid rgba(0, 0, 0, 0.4) !important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) !important;
	}
	body:not(.native) header nav,
	body:not(.native) header nav.sticky-top {
		position: absolute !important;
		top: 90px !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 !important;
		float: none !important;
		z-index: 1999 !important;
	}
}

/* Theme footer (#sv-footer) — hidden: landing embeds its own <footer> in content.
   Bare "#sv-footer{display:none;}" was pasted into page HTML (style tags stripped by WP) and leaked as visible text. */
#sv-footer {
	display: none !important;
}

/* Contact / iframe (?nav=0) — never show site chrome or splash loader */
body.native header,
body.native footer,
body.native #menu-btn,
body.native header nav,
body.native #brand,
body.native #fader {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
	height: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
}


