/*
Theme Name:    jesseg
Theme URI:     https://www.koderspedia.com/
Author:         KP
Author URI:    https://www.koderspedia.com/
Description:   WooCommerce Theme
Version:       1.0.0
*/
/*@import url("../fonts/fonts.css");*/
@font-face {
    font-family: 'ClashDisplayBold';
    src: url('/wp-content/themes/raw_omakase/fonts/fonts/ClashDisplay-Bold.ttf')
}
@font-face {
    font-family: 'ClashDisplayMedium';
    src: url('/wp-content/themes/raw_omakase/fonts/fonts/ClashDisplay-Medium.ttf')
}
@font-face {
    font-family: 'ClashDisplayRegular';
    src: url('/wp-content/themes/raw_omakase/fonts/fonts/ClashDisplay-Regular.ttf')
}

*{ margin: 0; padding: 0; }
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{ margin: 0; padding: 0; }
table{ border-collapse: collapse; border-spacing: 0; }
fieldset, img{ border: 0; }
address, caption, cite, code, dfn, em, strong, th, var{ font-style: normal; font-weight: normal; }
ol, ul, li{ list-style: none; display:inline; }
caption, th{ text-align: left; }
q:before, q:after{ content: ""; }
abbr, acronym{ border: 0; }
article, aside, figure, footer, header, nav, section{ display:block; }
a:hover, a:active, a:focus{ color:#aeaeae; text-decoration:none; }
img, a{ margin:0; padding:0; outline:none !important; max-width: 100%; height: auto; }
img:hover{ /*opacity: 0.7;*/ }
.img_holder{ height:auto; width:100%; border-radius: 0; overflow: hidden; }
.no_pad{ padding-left: 0; padding-right: 0; }
*:focus{ outline: none; }
.page_wrap{	width:90%; margin:0 auto; }
.sec{ width:100%; padding:70px 0; }
.owl-carousel{ direction: ltr; }
li:last-child{margin-bottom: 0;}
::-webkit-input-placeholder{ /* Chrome/Opera/Safari */ color: #767676; }
::-moz-placeholder{ /* Firefox 19+ */ color: #767676; opacity: 1; }
:-moz-placeholder{ /* Firefox 18- */ color: #767676; opacity: 1; }
:-ms-input-placeholder{ /* IE 10+ */ color: #767676; }
/* For Bootstrap */
.nav>li>a:focus, .nav>li>a:hover{background-color:transparent;}
.navbar{border-radius:0; margin:0; border:0; background-color: transparent; z-index: 3;}
.navbar .navbar-nav ul.dropdown-menu li a{color: #fff; padding: 5px 20px; background-color: #333;}
.navbar-nav>li>.dropdown-menu{background-color: #333;}
.navbar-toggle{background-color: #ccc;}
.navbar .navbar-nav li.active a{color: #7aac3d; background-color: transparent;}
.navbar .navbar-header .icon-bar{background-color: #fff;}
.navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{color: #7aac3d; background-color: transparent;}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a span{color: #fff;}
/* END - For Bootstrap */
body{ font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; line-height:normal; font-family: 'ClashDisplayRegular'; color: #fff;
background-color: #FFF; /* background: #FFF url("../images/bg.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;	background-size: cover;*/}
h1{	font-size:32px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'ClashDisplayRegular'; color: #fff; }
h2{	font-size:30px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'ClashDisplayRegular'; color: #fff; }
h3{	font-size:24px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'ClashDisplayRegular'; color: #fff; }
h4{	font-size:18px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'ClashDisplayRegular'; color: #fff; }
h5{	font-size:16px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'ClashDisplayRegular'; color: #fff; }
h6{	font-size:14px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	font-family: 'ClashDisplayRegular'; color: #fff; }
p{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal;     font-family: 'Lato',sans-serif; color: #fff; }
span{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal;     font-family: 'Lato',sans-serif; color: #fff; }
li{	font-size:14px; font-weight:normal;	line-height:normal; font-style:normal; font-variant:normal;	    font-family: 'Lato',sans-serif; color: #fff; }
a{ font-size:14px; font-weight:normal; line-height:normal; font-style:normal; font-variant:normal;     font-family: 'Lato',sans-serif; color: #fff; text-decoration:none; transition:all 1s ease 0s; cursor: pointer; }
.btn1{border: none; background: none; background-image: none; text-align: center; border-radius: 5px; padding: 10px 30px; color: #fff; background-color: #13171f; transition: all 1s ease 0s; display: inline-block;}
.btn1:hover{color: #fff; background-color: #00c3d0;}
div.center{text-align: center;}
/*Goto TOP*/
.go_to_top{position:fixed; opacity:0; visibility:hidden; overflow:hidden; text-align:center; z-index:9; background-color:#837e7e; color:#FFF; width:50px; line-height:50px; right:30px; bottom:30px; border-radius:7px; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; -ms-transition:all 0.5s ease-in-out; -o-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out; cursor:pointer;}
.go_to_top.show{visibility:visible; opacity:0.5;}
.go_to_top:hover{opacity:1; color:#FFF;}
.go_to_top i.fa{line-height:inherit;}
/*contact form css*/
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom: 0px !important;}
.wpb_gmaps_widget .wpb_wrapper{padding:0 !important;}
.contact-from .wpcf7-form span{margin-bottom: 0px !important;}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors, span.wpcf7-not-valid-tip{display:none !important;}
.wpcf7-not-valid{border-color:red !important;}
div.wpcf7-validation-errors{border:0 !important;}
div.wpcf7-mail-sent-ok{border:0 !important;}
/*Search Overlay Css*/
.mk-search-trigger { display: inline-table; font-size: 24px; color: #e1e1e1; }
.mk-search-trigger:hover{background: #111;border-color:#111;color:#fff;}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #searchform input[type=submit] { position: absolute; width: 100px; height: 100%; background-color: #ce000c; border: 0; right: 0; top: 0; color: #fff; }
#searchform { position: relative; verticle-align: middle; }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #searchform input[type="text"] { width: 800px; background-color: transparent; -webkit-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); -moz-box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); box-shadow: 0 3px 0 0 rgba(255, 255, 255, 1); border: 0; text-align: center; font-size: 35px; color: #fff; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show { visibility: visible; opacity: 1; }
.mk-fullscreen-search-overlay { width: 100%; height: 100%; position: fixed; top: 0; left: 0; opacity: 0; visibility: hidden; background-color: rgba(0, 0, 0, .94); text-align: center; -webkit-transition: all ease-in-out .25s; -moz-transition: all ease-in-out .25s; -ms-transition: all ease-in-out .25s; -o-transition: all ease-in-out .25s; transition: all ease-in-out .25s; }
.mk-animate-element, .mk-effect-bg-layer, .mk-fullscreen-search-overlay { -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0); }
.mk-fullscreen-search-overlay { z-index: 999999;}
.mk-fullscreen-search-overlay .mk-fullscreen-close:link, .mk-fullscreen-search-overlay .mk-fullscreen-close:visited { color: #fff; }
.mk-fullscreen-search-overlay .mk-fullscreen-close { position: absolute; right: 50px; top: 70px; font-size: 26px; -webkit-transition: transform ease-out .2s; -moz-transition: transform ease-out .2s; -ms-transition: transform ease-out .2s; -o-transition: transform ease-out .2s; transition: transform ease-out .2s; transform: rotate(0deg); }
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper { opacity: 1; visibility: visible; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); ms-transform: scale(1); }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper { display: inline-block; max-width: 1000px; vertical-align: middle; text-align: center; font-size: 18px; -webkit-transform: scale(0.9); -moz-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); ms-transform: scale(0.9); opacity: 0; width: 100%; visibility: hidden; -webkit-transition: all ease-in-out .3s; -moz-transition: all ease-in-out .3s; -ms-transition: all ease-in-out .3s; -o-transition: all ease-in-out .3s; transition: all ease-in-out .3s; }
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper form label{display:none;}
.mk-search-trigger { -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; -ms-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out; transition: color .2s ease-in-out }
#mk-search-overlay .searchform { left: 0; position: absolute; right: 0; top: 120px; }
#mk-search-overlay input[type="text"] { background: transparent none repeat scroll 0 0; border-color: grey; border-width: 0 0 1px; color: #fff; min-height: 60px; width: 70%; border-bottom: 1px solid; }
#searchform > input[type="submit"] { background: #838383 none repeat scroll 0 0; border: medium none; border-radius: 3px; color: #fff; font-size: 14px; padding: 10px 20px; vertical-align: bottom; transition: 0.35s; }
#mk-search-overlay #searchform input[type="text"] { bottom: 0; clip: auto; left: auto; top: auto; }
#mk-search-overlay .searchform::before { display: none; }
/*Search overlay End*/
div.wpcf7-mail-sent-ng, div.wpcf7-aborted{border: 2px solid transparent !important; color:#fff;}
/*Dropdown Css*/
/*.dropdown:hover > .dropdown-menu { display: block;}
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover > .dropdown-menu {display: block;}
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover>a:after { border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }*/
/*./Dropdown Css*/
/*.sticky{z-index: 1000; position: fixed; top: 0; background: #fff; border-bottom: 1px solid #efefef; }*/
/*Woo-commerece Pages Setting css start*/
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.u-columns{/*padding:70px 0px;*/}
.woocommerce form .form-row label{color:#fff; text-transform: capitalize;}
.woocommerce form .form-row label span{color:#fff;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{padding: 10px; border: 1px solid #ddbf58;    color: #000;}
.login input{padding: 5px;  border: 1px solid #ccc;}
.login .button{background-color: #f05d6c !important; color: #fff !important; font-weight: normal !important; text-transform: uppercase; border-radius: 0 !important; padding: 10px 30px !important;}
.login .button:hover{background-color: #000 !important; color: #fff !important; }
.woocommerce form .form-row label.inline{display: block; padding: 10px 0px;}
.woocommerce form .form-row label.inline span{font-size: 14px; font-weight: bold;}
.register label{ }
.register input{padding: 5px;  border: 1px solid #ccc;}
.register .button{background-color: #f05d6c !important; color: #fff !important; font-weight: normal !important; text-transform: uppercase; border-radius: 0 !important; padding: 10px 30px !important;}
.register .button:hover{background-color: #000 !important; color: #fff !important; }
#yith-wcwl-form{padding:70px 0px;}
.checkout{/*padding-top: 70px;*/}
.woocommerce-MyAccount-navigation{/*padding:70px 0px;*/}
.woocommerce-MyAccount-content{/*padding:70px 0px;*/}
.woocommerce-cart-form{/*padding-top:70px;*/}
.cart-collaterals{/*padding-bottom:50px;*/}
.wsmsb_title{color:#000; padding-bottom: 30px;}
.woocommerce div.product .woocommerce-product-rating{margin-bottom: 0; width: 70%; float: right; margin: 12px 0px;}
.product-page .star-rating{display:none !important;}
.checkout_coupon .button{background-color: #ddbf58 !important; color: #fff !important;}
.woocommerce-error{display:none;}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{padding:0px 15px;background: transparent; border: 2px solid #ddbf58;}
/*.select2-results{overflow-y: scroll;}
.select2-results__option[aria-selected], .select2-results__option[data-selected]{display:block;}*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{/*height:320px;*/}
.woocommerce form.register .woocommerce-privacy-policy-text p{padding: 30px 0px;}
#customer_login{}
#customer_login h2{text-transform: uppercase; font-weight: bold;}
.yith-wcwl-add-to-wishlist .show a{font-weight: bold; color: #ddbf58;}
.related{float: left; padding: 30px 0px; text-align: center;}
.related h2{text-transform: uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 39%; margin: 50px auto;}
.related h2 span{font-size:28px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{border: 0; width: 100%; font-weight:bold;}
.related .add_to_cart_button{background: transparent !important; text-decoration: underline !important; text-transform: capitalize;}
.cart-empty{/*padding: 70px 0px 0px 0px;*/ text-align: center; font-size: 16px; text-transform: capitalize; font-weight: bold;}
.return-to-shop{padding: 30px 0px 0px 0px; text-align: center;}
.return-to-shop a{background-color: #ddbf58 !important; color: #fff !important;    border-radius: 0 !important;}
.woocommerce .cart .button, .woocommerce .cart input.button{background-color: #ddbf58!important; color: #fff !important;border: 1px solid #ddbf58;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #ddbf58!important; color:#fff !important;border: 1px solid #ddbf58;}
.woocommerce .quantity, .woocommerce-page .quantity{width: 100%;}
.product-detail{padding: 70px 0px;}
.woocommerce .woocommerce-breadcrumb{display:none;}
.product-detail .product_title{    text-transform: uppercase;}
.product-detail .price{padding:10px 0px;}
.product-detail .price .amount{font-weight: bold; color: #ddbf58; font-size: 24px;}
.product-detail .price .woocommerce-Price-currencySymbol{font-weight: bold; color: #ddbf58; font-size: 24px; }
.product-detail  .posted_in{display:none;}
.woocommerce div.product form.cart div.quantity,.wc-block-components-quantity-selector{width: 100%;display:none !important;}
.entry-summary .cart{}
.entry-summary .cart h2{font-size: 18px; font-weight: bold; color: #252525; text-transform: uppercase; padding-bottom: 20px;}
.entry-summary .cart .quantity{float:none !important; margin-bottom: 30px !important;}
.entry-summary .cart .quantity input{border: 1px solid #fff; color: #fff; height: 30px;font-weight: 700;}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover{background-color: #ddbf58; color: #fff;}
.entry-summary .cart button{background-color: #ddbf58 !important; text-transform: uppercase; border-radius: 0; padding: 15px;}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{width: 4.1em !important; left: 30px; position: relative; background-color: #ddbf58;color: #fff;}
.woocommerce .quantity .minus, .woocommerce-page .quantity .minus{position: absolute; left: 0px; top: 0px; height: 29px; background: transparent; width: 31px;color: #fff;}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus{position: absolute; width: 31px; height: 29px; background: transparent; left: 87px !important; border-bottom: 1px solid #e1e1e1;color: #fff;}
.entry-summary .yith-wcwl-add-to-wishlist{margin-top: 10px; float: left; top: -163px; position: relative; left: 148px;}
.entry-summary .yith-wcwl-add-button a:before{content: "\f08a"; font-family: fontawesome; padding-right: 10px;}
.entry-summary .yith-wcwl-add-button a{border: 1px solid #000; border-radius: 0; padding: 11px; font-weight: bold; text-transform:uppercase;}
.entry-summary .yith-wcwl-add-button a:hover{background-color: #ddbf58; color: #fff; border: 1px solid #ddbf58;}
.woocommerce-product-details__short-description{padding:30px 0px;}
.woocommerce-product-details__short-description p{line-height:25px; font-size: 16px; padding: 0;color: #fff;}
.woocommerce div.product .woocommerce-tabs ul.tabs{display: block; float: left; width: 20%; vertical-align: middle; margin:0;}
.woocommerce div.product .woocommerce-tabs .panel{margin: 0 0 2em; width: 78%; float: right; border: 1px solid #ddbf58; border-radius: 0; padding: 10px 30px;}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:block !important; border: 0; border-bottom: 1px solid #e1e1e1; border-radius: 0; background-color: transparent;}
.woocommerce div.product .woocommerce-tabs ul.tabs{padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{display: block; font-weight: 600; text-decoration: none; color: #fff !important; padding: 10px 30px; text-align: left; font-size: 16px;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:#fff !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{display:none; left: -6px; border-bottom-right-radius: 0 !important; border-width: 0 !important; -webkit-box-shadow: none; box-shadow: none;}
.woocommerce-Tabs-panel .yikes-custom-woo-tab-title{display:none; font-size:18px; color:#ddbf58; padding-bottom: 20px;}
.woocommerce-Tabs-panel p{font-size: 15px; line-height: 28px; padding-bottom: 20px;color:#fff;}
.woocommerce-Reviews .comments{}
.woocommerce #reviews #comments h2{font-size:18px !important; color:#ddbf58!important; padding-bottom: 20px;}
.woocommerce #review_form #respond .form-submit input{left: auto; background-color: #7aac3d; color: #fff; text-transform: uppercase;}
.select2-container--default .select2-results>.select2-results__options{display:grid !important;}
/*Dropdown Css*/
.dropdown:hover > .dropdown-menu { display: block;}
.dropdown-submenu { position: relative;}
.dropdown-submenu>.dropdown-menu {top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover > .dropdown-menu {display: block;}
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu:hover>a:after { border-left-color: #fff;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-submenu.pull-left>.dropdown-menu { left: -100%; margin-left: 10px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }
/*./Dropdown Css*/
/*Wocommerece Admin bar Start*/
.woocommerce{width: 100%;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{background-color: #ddbf58!important; color: #fff !important; text-transform: uppercase; border-radius: 0 !important;padding: 12px 20px !important; font-weight: 600 !important;border: 1px solid #ddbf58;}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{background-color: #000 !important; color: #fff !important;border: 1px solid #fff;transition: .5s;}
.woocommerce .myAccountHeading{padding: 30px 0px; margin: 0; text-transform: uppercase; text-align: center; font-weight: 500; color: #ddbf58;}
.woocommerce-MyAccount-content{padding-bottom:15px;}
.woocommerce-MyAccount-content strong{color: #ddbf58; text-transform: capitalize;font-weight: 600;}
.woocommerce-MyAccount-content p{color:#fff;font-size:16px;line-height:28px;}
.woocommerce-MyAccount-content p a{color: #ddbf58; text-transform: capitalize;font-weight: 600;font-size:16px;}
.woocommerce-MyAccount-content .woocommerce-Input{padding: 5px;}
.woocommerce-MyAccount-content .button{background-color: #e54408; padding: 10px; text-transform: uppercase;}
.woocommerce-MyAccount-content .button:hover{background-color: #ddbf58;}
.woocommerce-MyAccount-content fieldset{padding: 0; background: transparent;}
.woocommerce-MyAccount-content fieldset legend{background: transparent; color: #ddbf58;font-weight: 500; padding-top: 30px;}
.woocommerce-MyAccount-content .woocommerce-info{background-color: transparent; color: #fff;}
.woocommerce-MyAccount-content .sliced-client-snapshot{text-align:right;}
.woocommerce-MyAccount-content .sliced-address{background-color: #ddd; padding: 7px !important;}
.woocommerce-MyAccount-content .woocommerce-address-fields input{padding:5px;}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection{border: 0; background-color: #f2f2f2; border-radius: 0;}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-selection .select2-selection__rendered{color:#000;}
.woocommerce-MyAccount-content .acc-quote{padding: 50px 30px; background-color: #eeecec; margin: 30px 0px; text-align:center;}
.woocommerce-MyAccount-content .acc-quote p{background-color: transparent; border: 0; color: #e34308; font-weight: 500; font-weight: bold;}
.woocommerce-MyAccount-content .acc-quote span{background-color: transparent; border: 0; color: #e34308; font-weight: 500; font-weight: bold; font-size: 13px;}
.woocommerce-MyAccount-content .acc-quote:hover{background-color:#e34308;-webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out;}
.woocommerce-MyAccount-content .acc-quote:hover p{color:#fff;}
.woocommerce-MyAccount-content .acc-quote:hover span{color:#fff;}
.woocommerce-MyAccount-navigation{/*margin-bottom: 90px !important;*/ text-align: left; border: 1px solid #ddd; /*margin-top: 70px;*/}
.woocommerce-MyAccount-navigation ul li{display:block;}
.woocommerce-MyAccount-navigation ul li a{padding: 20px 15px !important;}
.woocommerce-MyAccount-navigation ul li a, .lost_password a{padding: 15px 10px; color: #fff; display:block; font-size: 16px;}
.woocommerce-MyAccount-navigation ul li a:hover{background:#ddbf58;color:#fff; -webkit-transition: background-color 1s ease-out; -moz-transition: background-color 1s ease-out; -o-transition: background-color 1s ease-out; transition: background-color 1s ease-out;}
.woocommerce-MyAccount-navigation ul li.is-active a{background: #ddbf58; color: #fff; font-weight: 500; }
.woocomerce-form.woocommerce-form-login.login, .register{border: 1px solid #ececec;padding: 20px;min-height: 360px;}
.woocommerce-MyAccount-navigation ul li a:before{display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; content: "\f0f6"; line-height: 1.618; margin-left: 0.5407911001em; width: 1.41575em; text-align: right; float: right; opacity: .25;}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{content: "\f0e4";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{content: "\f291";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{content: "\f019";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{content: "\f015";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{content: "\f007";}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content: "\f08b";}
/*Wocommerece Admin bar End*/

.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering{padding-bottom:20px;}
.woocommerce .woocommerce-result-count{font-size: 24px; text-transform: capitalize; width: 100%; background-color: #000; padding: 20px; color: #fff; margin-bottom: 50px; font-weight: 600;}
/* .woocommerce .woocommerce-ordering{position: absolute; right: 22px; padding: 0; margin: 0; top: 156px;} */
.woocommerce .woocommerce-ordering{padding: 0; margin: 0; top: -104px; position: relative;}

.container .woocommerce {padding:80px 0px 70px; position: relative; display: inline-block;}
.woocommerce .woocommerce-ordering select{padding: 10px 15px; border: 1px solid #ddbf58; background: transparent; color: #939393; border-radius: 5px;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{text-align:center;}
.woocommerce div.product div.summary{/*top: 120px; position: relative;*/    padding-left: 50px;}
.woocommerce div.product div.summary .single-pro-title{display:none;}
.woocommerce div.product .product_title { margin-bottom: 12px; font-size: 42px;color:#fff;    font-family: 'ClashDisplayBold';}
.woocommerce div.product div.summary .single-pro-title h3{color: #fff; font-weight: 600; font-size: 32px;padding-bottom: 15px;}
.woocommerce div.product div.summary .single-pro-title h3 a{font-size: 25px; color: #000;}
.woocommerce div.product div.summary .single-pro-title h3 a:hover{color: #7cfc00;}
.woocommerce-checkout #payment ul.payment_methods li{display: block;}
.woocommerce-MyAccount-navigation-link--downloads{display: none !important;}
.woocommerce-page div.product .woocommerce-tabs .woocommerce-Tabs-panel h2{font-size: 22px !important; font-weight: bold; padding-bottom: 20px;color:#fff;}
/*Woo-commerece Pages Setting css End*/

/*Single Product Page Start*/
.woocommerce-page .single-title{position:relative; padding: 0;}
.woocommerce-page .single-title h3{position: absolute; left: 585px; top: 0;}
.woocommerce-page .single-title h3 a{font-size: 32px;}
.woocommerce-page .product{display: flex; align-items: center;}
.woocommerce-page .product .price{margin: 20px 0px;}
.woocommerce-page .product .price span{font-size: 30px; color: #ccac40; font-weight: 700; font-family: 'ClashDisplayBold';}

/* .woocommerce button.button.alt{padding: 16px 26px !important; background-color: #ddbf58!important; color: #fff !important; font-weight: 500 !important;}
.woocommerce button.button.alt:hover{background-color:#000 !important; color: #fff !important;} */

.woocommerce button.button.alt{--color: #fff !important; --color2: rgb(10, 25, 30) !important; padding: 15px 30px !important; background-color: #ddbf58 !important; border-radius: 7px !important; border: .3px solid #ddbf58; transition: .5s; position: relative; overflow: hidden; cursor: pointer; z-index: 1; font-weight: 600 !important; font-size: 15px; text-transform: uppercase; color: var(--color2) !important; margin-top: 10px !important; font-family: 'ClashDisplayBold';} 
.woocommerce button.button.alt::after, .woocommerce button.button.alt::before { content: ''; display: block; height: 100%; width: 100%; transform: skew(90deg) translate(-50%, -50%); position: absolute; inset: 50%; left: 25%; z-index: -1; transition: .5s ease-out; background-color: #000; } 
.woocommerce button.button.alt::before { top: -50%; left: -25%; transform: skew(90deg) rotate(180deg) translate(-50%, -50%); } 
.woocommerce button.button.alt:hover::before { transform: skew(45deg) rotate(180deg) translate(-50%, -50%); } 
.woocommerce button.button.alt:hover::after { transform: skew(45deg) translate(-50%, -50%); } 
.woocommerce button.button.alt:hover { color: #fff !important; } 
.woocommerce button.button.alt:active { filter: brightness(.7); transform: scale(.98); }

.entry-summary .yith-wcwl-add-button a{border: 1px solid #2d2e2e; border-radius: 0; font-weight: bold; text-transform: uppercase; padding: 12px 27px !important; color: #2d2e2e !important;}
.entry-summary .yith-wcwl-add-button a:hover{border: 1px solid #cd2027; color: #fff !important; background-color: #cd2027 !important;}
.woocommerce .posted_in{display:none;}
.woocommerce-tabs{display: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs{width: 100%; margin-top: 50px;}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{border:0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow: none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{display: inline-block !important; border: 0; width: auto; border: 1px solid #ddbf58; margin: 0;}
.woocommerce div.product .woocommerce-tabs .panel{width: 100%; padding: 50px 30px;background: transparent;}
.woocommerce div.product .woocommerce-tabs .panel ul{}
.woocommerce div.product .woocommerce-tabs .panel ul li{display: block; padding: 5px 0px;}
.woocommerce div.product .woocommerce-tabs .panel ul li:before{content: "\f105"; font-family: "fontawesome"; padding-right: 10px; color: #cd2027;}
.woocommerce-cart table.cart td.actions .coupon .input-text{width:50%; margin: 0;}
.related{float: left; padding: 0; text-align: center; width: 100%;    display: none;}
.related h2{text-transform: uppercase; border-top: 1px solid #000; border-bottom: 1px solid #000; width: 39%; margin: 50px auto;color: #fff; font-weight: 600; border-top: 2px solid #ddbf58; border-bottom: 2px solid #ddbf58; padding: 5px 0px;}
.related h2 span{font-size:28px; }
.woocommerce div.product p.price{margin: 0; padding: 0;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background: #ddbf58; z-index: 2; border-bottom-color: #ddbf58;}
.woocommerce ul.products li.product:before{content:"";}
.woocommerce div.product div.images img{border: 1px solid #ddbf58;}
.post-details .single-content .woocommerce{padding:0;}
.post-details .single-content .woocommerce .products li{margin-bottom: 0;}


/*Single Product Page End*/

/*Cart Page Start*/
.woocommerce table.cart td.actions .coupon .button{padding: 10px 30px !important;}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{}
.woocommerce-page .cart-collaterals .cart_totals{margin-top: 15px;width: 100%;}
.woocommerce-page .cart-collaterals .cart_totals h2{font-size: 32px; text-transform: capitalize; font-weight: 500; padding-bottom: 20px;color: #fff;}

/*Cart Page End*/

/*Check out Page Start*/
.checkout{}
.checkout .woocommerce-billing-fields{padding-bottom: 40px;}
.checkout .woocommerce-billing-fields h3 ,.woocommerce-additional-fields h3{padding-bottom: 30px; text-transform: capitalize; color: #ddbf58; font-weight: 600;}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper{}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper label{font-size: 15px;padding: 7px 0px;}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input{border: 1px solid #ddbf58!important; padding: 12px 10px !important; color: #000;}
.checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-selection{border-radius: 0; border: 1px solid #ddbf58;}
.woocommerce-additional-fields textarea{border: 1px solid #ddbf58!important; padding: 10px !important;}
#order_review_heading{padding-bottom: 30px; text-transform: capitalize; color: #000;}

/*Check out Page End*/
/*Lost Password Start*/
.lost_reset_password{}
.lost_reset_password p{font-size: 16px; font-weight: 500; padding-bottom: 30px;}
.lost_reset_password .woocommerce-form-row{}
.lost_reset_password .woocommerce-form-row label{text-transform: capitalize;}
.woocommerce-message{border-top-width: 3px !important; background: transparent; color: #fff; border: 1px solid #ddbf58;}
.woocommerce-info{border: 1px solid #ddbf58!important;border-top-width: 3px !important;background: transparent; color: #fff;}
.woocommerce-info::before, .woocommerce-message::before{color: #ddbf58!important;}
.woocommerce-info a{font-weight: 600;color: #ddbf58!important;}
.lost_password a{color: #ddbf58; text-decoration: underline; text-transform: capitalize;}
.lost_password a:hover{color:#fff;}
.post-details{padding-top: 175px;}
.woocommerce .post-details .single-title{display:none;}
/*Lost Password End*/



/* homepage container */
.page-id-23, .page-id-30, .page-id-21, .page-id-28, .page-id-32, .page-id-274, .page-id-910{
	.container{
		width: 100%;
		margin:0;
	}
	header, footer{
		.container{
			width:initial;
			margin:0 auto;
			@media(min-width:1200px){
				width:1170px;
			}
			@media(min-width:992px) and (max-width:1200px){
				width:970px;
			}
			@media(min-width:768px) and (max-width:992px){
				width:750px;
			}
		}
	}
}



/* annimation */

/* spin image code */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.banner #SR7_1_1-1-3, .banner #SR7_1_1-5-3, .banner #SR7_1_1-6-3{animation: spin 4s linear infinite alternate;}

/* bounce image code */
.banner #SR7_1_1-1-4, .banner #SR7_1_1-5-4, .banner #SR7_1_1-6-4{animation: fade 1s ease-in-out infinite;}
@keyframes fade {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


/* floating image code */
@keyframes float{
	0% {
    transform: translateY(0px);
}
100% {
    transform: translateY(-20px);
}
}

/* header css start */
header{background:#101010; border-bottom:2px solid #CCAC40;}
header .header-row{display: flex; align-items: center; padding: 10px 0px;}
header .header-row #mega-menu-primary{background:#101010 !important;}
header .header-row .navbar{display:flex !important; align-items:center !important;}
header .header-row .navbar li{padding-right:15px !important;}
header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{ font-size: 16px; color: #fff !important; height: 20px !important; padding: 0 !important; line-height: 26px !important; font-family: 'ClashDisplayMedium';}
header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus{color:#CCAC40 !important; background:transparent !important;}
header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link{background:transparent !important;color:#CCAC40 !important;}
header .h-button a{background: #CCAC40; padding: 14px 35px; border-radius: 6px; color: #000; font-size: 16px;  font-family: 'ClashDisplayBold'; border:1px solid #CCAC40;}
header .h-button a:hover{background:#000; color:#CCAC40;}

/* footer css start */
footer .touch-section{background-image:url(../../../wp-content/uploads/2024/11/image12.png); background-size: cover; background-repeat: no-repeat; padding:60px 0px;}
footer .touch-section .text{padding-top:30px;}
footer .touch-section .text h2{text-transform:uppercase; font-size:73px; font-family: 'ClashDisplayBold'; color:#fff;}
footer .touch-section .text h2 span{text-transform:uppercase; font-size:73px; font-family: 'ClashDisplayBold'; color:#DDBF58;}
footer .touch-section .text p{font-size:16px; font-family: 'ClashDisplayMedium'; color:#fff; line-height:28px; margin-bottom:30px; margin-top:20px;}
footer .touch-section .text svg{width:30px; height:30px; fill:#CBAA69;}
footer .touch-section .text ul{display:flex; gap:8px;}
footer .touch-section .text svg:hover{fill:#DDBF58; transition:.5s}
.form h5{font-size:20px; font-family: 'ClashDisplayBold'; color:#fff; margin-bottom:15px;}
footer .form{background-image:url(../../../wp-content/uploads/2024/11/Rectangle-34624504.png); background-size: cover; background-repeat: no-repeat; padding:40px;}
footer .form .input input{background: transparent; border: 1px solid #423A26; padding: 15px !important;}
footer .form input::placeholder{color:#fff; font-size:20px; font-family: 'ClashDisplayRegular';}
footer .form input:focus{color:#fff; font-size:20px !important; font-family: 'ClashDisplayRegular';}
input[type=number] {-moz-appearance: textfield;}
.gform_button{background: #DDBF58; padding: 20px 30px; border-radius: 8px; font-size: 16px; text-transform: uppercase; font-family: 'ClashDisplayBold'; color:#000; border:1px solid #CCAC40; transition:.5s;}
.gform_button:hover{background:#000; color:#CCAC40;}
footer .touch{display:flex; gap:40px;}

footer .footer{background:#101010; padding: 50px 0px;}
footer .footer .f-logo p{color:#fff; font-size:16px; font-family:'ClashDisplayMedium'; margin-top: 25px;}
footer .footer h4{font-size:16px; color:#fff; font-family: 'ClashDisplayBold'; margin-bottom:15px;}
footer .footer ul{display:grid; row-gap: 14px;}
footer .footer ul li a{color:#fff; font-size:16px; font-family: 'ClashDisplayRegular';}
footer .footer ul li a:hover{color:#CBAA69; transition:.3s;}

/* home page css start */
.banner #SR7_1_1-1-0 .sr7_splitted_chars, .banner #SR7_1_1-5-0 .sr7_splitted_chars, .banner #SR7_1_1-6-0 .sr7_splitted_chars{-webkit-text-stroke-width: 1px !important; -webkit-text-stroke-color: #fff !important; color: #101010 !important; text-transform: uppercase !important; font-family: 'ClashDisplayBold' !important;}
.banner #SR7_1_1-1-5, .banner #SR7_1_1-5-5, .banner #SR7_1_1-6-5, .banner #SR7_1_1-1-6, .banner #SR7_1_1-5-6, .banner #SR7_1_1-6-6{text-transform: uppercase !important; font-family: 'ClashDisplayBold' !important;}
.banner #SR7_1_1-1-7, .banner #SR7_1_1-5-7, .banner #SR7_1_1-6-7{font-family: 'ClashDisplayRegular' !important;}
.banner #SR7_1_1 .custom.sr7-arrows{background: linear-gradient(145deg, #2a2a2a, #3e3e3e) !important; display:flex; align-items: center; justify-content: center; border: 1px solid #FFFFFFBF; border-radius: 12px !important; width: 56px; height: 56px;}
.banner #SR7_1_1 .custom.sr7-arrows:hover{background:#DDBF58 !important; transition:.3s;}
#SR7_1_1 .custom.sr7-arrows::before{font-size:24px !important;}
.banner #SR7_1_1 .custom .sr7-bullet{width:60px !important; height:8px !important; background: #DDBF5873 !important; border-radius:10px !important;}
.banner #SR7_1_1 .custom .sr7-bullet.selected{background:#DDBF58 !important;}

.section-1{padding-top:75px !important;}
.section-1 h2{text-transform:uppercase; font-size:44px; font-family: 'ClashDisplayMedium' !important; color:#fff; line-height:50px;}
.section-1 .top-text p{color:#fff; font-family:lato, sans-serif; font-size:18px; line-height:24px; margin-top:30px;}
.section-1 .text-block h6{font-size:48px; color:#fff; font-family: 'ClashDisplayMedium' !important;}
.section-1 .text-block p{color:#fff; font-size:24px; font-family:openSens, sans-serif; margin-top:10px;}
.section-1 .vc_inner{margin-top:30px;}

.features{padding-top:50px !important;}
.features h2{text-transform:uppercase; font-size:56px; font-family: 'ClashDisplayBold' !important; color:#fff; line-height:50px;}
.features p{color:#fff; font-size:18px; font-family:lato, sans-serif;}
.features .inner-row{padding-top:50px;}
.features .inner-row .vc_column-inner{background:#162A47; border:1px solid #fff; border-radius:24px; padding: 45px 25px; transition:.5s;}
.features .inner-row h3{color:#fff; font-size:24px; font-family: 'ClashDisplayBold' !important; margin: 20px 0px;}
.features .inner-row p{color:#fff; font-size:16px; font-family:lato, sans-serif; line-height:24px;}
.features .inner-row .vc_column-inner:hover{transform:scale(1.05) !important;}

.album-section{padding-top:50px !important; padding-bottom:50px !important;}
.album-section h2{color:#fff; font-family: 'ClashDisplayBold' !important; font-size:56px;}
.album-section p{color:#fff; font-size:18px; font-family:lato, sans-serif; line-height:24px;}
.album-text .wpb_wrapper{width:48%; margin:0px auto;}

/* hover box css */
.album-section .hover-row{padding-top:40px !important;}
.album-section .hover-row .hover-text{background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)); position: absolute; bottom: 0; width: 100%; z-index: 999; transform: translateY(100%); transition:.5s; padding:20px 10px;}
.album-section .hover-row .hover-text p{color:#fff; font-size:15px; font-family:lato, sans-serif; line-height:18px; font-weight:500; }
.album-section .hover-row .hover-column .wpb_wrapper{overflow:hidden; position: relative;}
.album-section .hover-row .hover-column .wpb_wrapper .vc_figure, .album-section .hover-row .hover-column .wpb_wrapper  .vc_single_image-wrapper, .album-section .hover-row .hover-column .wpb_wrapper .vc_single_image-wrapper img{width:100% !important}
.album-section .hover-column .wpb_wrapper:hover .hover-text{transform: translateY(0%) !important; transition:.5s;}
.album-section .inner-row1{padding-top:20px;}

.button-row .wpb_wrapper{text-align:center; margin-top:40px;}
.style-button a{background: #CCAC40 !important; padding: 14px 35px !important; border-radius: 6px !important; color: #000 !important; font-size: 16px !important; font-family: 'ClashDisplayBold'; border:1px solid #CCAC40 !important;}
.style-button a:hover{background:#000 !important; color:#CCAC40 !important;}

.testimonial-section{padding-top:50px !important; padding-bottom:50px;}
.testimonial-section .testimonial-row1 h2{color:#fff; font-family: 'ClashDisplayBold' !important; font-size:56px; line-height: 60px; text-transform: uppercase;}
.testimonial-section .testimonial-row1 p{color:#fff; font-size:18px; font-family:lato, sans-serif; line-height:24px;}
.testimonial-section .testimonial-row{padding-top:100px;}
.testimonial-section .testimonial-row .tpro-client-name{color:#fff !important; font-size:19px !important; font-family: 'ClashDisplayBold' !important; text-align: left !important; margin-bottom:0px !important; display: inline-block; position: relative; bottom: 8px;}
.testimonial-section .testimonial-row .tpro-client-designation-company{color:#fff !important; font-size:16px; font-family:openSens, sans-serif; text-align: left !important; position: absolute; top: 59px; left: 99px;}
.testimonial-section .testimonial-row .tpro-testimonial-text p{color:#fff !important; font-size:16px; font-family:lato, sans-serif; text-align: left !important;}
.tpro-client-testimonial{text-align:left !important;}
.testimonial-section .testimonial-row .tpro-arrow{background: linear-gradient(145deg, #2a2a2a, #3e3e3e) !important; display:flex; align-items: center; justify-content: center; border: 1px solid #FFFFFFBF !important; border-radius: 12px !important; width: 56px !important; height: 56px !important;}
.testimonial-section .testimonial-row .tpro-arrow i{font-size:24px !important; color:#fff !important;}
.testimonial-section .testimonial-row .tpro-button-next{right: 0px !important; top: -32px;}
.testimonial-section .testimonial-row .tpro-arrow:hover{background:#DDBF58 !important; transition:.3s;}
.testimonial-section .testimonial-row .tpro-button-prev{left: 1010px !important; top: -32px;}
#sp-testimonial-pro-wrapper-129 .sp-testimonial-pro-section:not(.sp-testimonial-pro-section-thumb), #sp-testimonial-pro-wrapper-129.vertical_outer .sp-testimonial-pro-section:not(.sp-testimonial-pro-section-thumb){margin:0px !important;}
#sp-testimonial-pro-129.sp-testimonial-pro-section .tpro-client-image{float: initial !important; margin-bottom: 15px; width: fit-content; display: inline-block; margin-right:0px !important;}

.poadcast-section{padding-top:40px !important; padding-bottom:40px !important; position:relative}
.poadcast-section::before{content:url(../../../wp-content/uploads/2024/11/Hero-Shape-Swirl.png); position:absolute; left:0; top:0; animation: float 3s ease-in-out infinite alternate;}
.poadcast-section::after{content:url(../../../wp-content/uploads/2024/11/Group-48095792.png); position:absolute; top:100px; right:60px; animation: float 3s ease-in-out infinite alternate;}
.poadcast-section h2{color:#fff; font-family: 'ClashDisplayBold' !important; font-size:96px; line-height: 96px;}
.poadcast-section h2 span{color:#DDBF58; font-family: 'ClashDisplayBold' !important; font-size:96px; line-height: 96px;}
.poadcast-section p{color:#fff; font-size:18px; font-family:lato, sans-serif; line-height:24px; margin:30px 0px !important;}
.poadcast-section .row-3{border-top: 1.5px solid #4D4D4D; border-bottom: 1px solid #4D4D4D; padding: 30px 0px;}
.poadcast-section .row-3 h3{color:#fff; font-family: 'ClashDisplayBold' !important; font-size:22px;}
.swiper-slide{position:relative;}
.swiper-slide h4{color:#fff; font-size:36px; font-family: 'ClashDisplayBold' !important; bottom: 11px; left: 18px; position:absolute;}
.poadcast-section .row-2{padding:70px 0px;}

.last-section{padding-top:70px !important; padding-bottom:70px !important;}
.last-section .row-1 .wpb_text_column{width:76% !important; margin:0px auto !important;}
.last-section h2{color:#fff; font-family: 'ClashDisplayBold' !important; font-size:56px; line-height: 60px; text-transform: uppercase;}
.last-section h3{color: #FFF;
font-family: "ClashDisplayRegular";
font-size: 40px;
font-weight: 500;
line-height: 140%; /* 56px */
	margin-bottom:60px !important;
letter-spacing: 1px;}
.last-section p{color:#fff; font-size:20px; font-family:lato, sans-serif; line-height:24px; margin-top:20px; margin-bottom:60px !important;}
.last-section .row-2{width: 77% !important; margin: 0px auto !important;}
/* .last-section .row-2 .wpb_single_image{text-align:center !important;} */




/* About Us Page */
.aboutBanner{
	background-color:rgba(0,0,0,0.95);
	.wpb_row{
		&:first-child{
			height:70vh;
			display:flex;
			align-items:center;
			.wpb_column{
				h1{
					font-family: "ClashDisplayBold";
					font-size: 82px;
					font-style: normal;
					font-weight: 600;
					line-height: 120%; /* 98.4px */
					letter-spacing: -0.624px;
					text-transform: uppercase;
					color:#fff;
					span{
						font-family: "ClashDisplayBold";
						font-size: 82px;
						font-style: normal;
						font-weight: 600;
						line-height: 120%; /* 98.4px */
						letter-spacing: -0.624px;
						text-transform: uppercase;
					}
				}
			}
		}
		&:last-child{
			display:flex;
			column-gap: 35px;
			padding: 0 6vw 2vh;
			margin-top:-50px;
			.wpb_column{
				border-radius: 43px;
				border: 1.721px solid rgba(255, 255, 255, 0.30);
				background-color:rgb(39, 59, 84);
				padding: 20px 55px !important;
				justify-content: center;
				align-items: center;
				display:flex;
				box-shadow:10px 10px 0 0 #162A47;
				.vc_column-inner{
					padding:0;
				}
				h1{
					font-family: "ClashDisplayMedium";
					font-size: 58.207px;
					font-weight: 600;
					line-height: 140%; /* 81.49px */
					letter-spacing: -0.689px;
					color:#fff;
				}
				p{
					color:#fff;
					font-family: "ClashDisplayRegular";
					font-size: 24.098px;
					font-weight: 400;
					line-height: 140%; /* 33.738px */
					letter-spacing: -0.689px;
				}
			}
		}
	}
}
.AboutSec2{
	background-color:rgba(0,0,0,0.95);
	.wpb_row{
		padding: 3vh 6vw 5vh;
		.wpb_column{
			h1{
				color: #FFF;
				font-family: "ClashDisplayBold";
				font-size: 59.3px;
				font-weight: 700;
				line-height: 120%; /* 71.16px */
				letter-spacing: -1.186px;
			}
			p{
				color: #FFF;
				font-family: "Lato";
				font-size: 18.65px;
				font-style: normal;
				font-weight: 500;
				line-height: 133%;
				padding:20px 0;
			}
			.wpb_wrapper{
				width:100%;
				.vc_single_image-wrapper{
					width:100%;
					img{
						width:100%;
					}
				}
			}
		}
	}
}
.AboutSec3{
	background-color:rgba(0,0,0,0.95);
	.wpb_row{
		padding: 3vh 10vw 7vh;
		.wpb_column{
			position:relative;
			.wpb_text_column {
				.wpb_wrapper{
					display:flex;
					flex-direction:column;
					align-items:center;
					h1{
						color:#fff;
						font-size: 36.65px;
						font-family: "ClashDisplayBold";
						font-weight: 700;
						line-height: 140%; /* 51.31px */
						letter-spacing: -0.733px;
						position:relative;
						&::before{
							content:url('../../../wp-content/uploads/2024/12/Sparkle.png');
							position:absolute;
							width:120px;
							height:120px;
							top:-70px;
							left:-70px;
						}
					}
					p{
						padding-top:65px;
						color: rgba(255, 255, 255, 0.59);
						text-align: center;
						font-family: "Lato";
						font-size: 17px;
						font-weight: 400;
						line-height: 160%;
						width:70%;
					}
				}
			}
			.popularSwiper-container{
				overflow:hidden !important;
				margin-top:50px;
				.swiper-wrapper{
					display:flex;
					align-items:flex-end;
					.swiper-slide{
						height:600px;
						display:flex;
						align-items:flex-end;
						&.swiper-slide-active{
							img{
								border-radius:0;
								height:600px;
								transition: all 0.5s ease-in-out;
							}
						}
						img{
							border-radius:20px;
							transition: all 0.5s ease-in-out;
							width:100%;
							height:550px;
							object-fit:cover;
						}
					}
				}
				.swiper-button-prev{
					display:block;
					top:580px !important;
					left:80px;
					&::after{
						display:none;
					}
					svg{
						width: 85px;
						height: 38.25px;
					}
				}
				.swiper-button-next{
					display:block;
					top:580px !important;
					right:120px;
					&::after{
						display:none;
					}
					svg{
						width: 85px;
						height: 38.25px;
					}
				}
			}
		}
	}
}
.newReleasesSec{
	background-color:rgba(0,0,0,0.95);
	.wpb_row{
		padding:70px 10vw;
		&:first-child{
			.wpb_column{
				h2{
					color: #FFF;
					font-family: "ClashDisplayMedium";
					font-size: 40px;
					font-style: normal;
					font-weight: 600;
					line-height: 140%; /* 56px */
					letter-spacing: 1px;
				}
				h3{
					color: #FFF;
					font-family: "ClashDisplayRegular";
					font-size: 24px;
					font-style: normal;
					font-weight: 500;
					line-height: 140%; /* 33.6px */
					letter-spacing: 1px;
				}
			}
		}
		&:last-child{
			display:flex;
			column-gap:30px;
			padding:0vh 10vw 70px;
			.wpb_column{
				.vc_column-inner{
					padding:0;
					figure{
						width:100%;
						div{
							width:100%;
							img{
								width:100%;
								border-radius: 32px 32px 0 0;
							}
						}
					}
				}
				.wpb_row{
					padding:15px 35px 15px 0;
					margin:0;
					border-radius: 0px 0px 32px 32px;
					border: 1px solid rgba(255, 255, 255, 0.30);
					background: linear-gradient(180deg, rgba(250, 250, 250, 0.08) 0%, rgba(250, 250, 250, 0.08) 100%);
					.wpb_column{
						.vc_column-inner{
							padding:0;
							h3{
								color: #FFF;
								font-family: "ClashDisplayMedium";
								font-size: 16px;
								font-weight: 600;
								line-height: 140%; /* 22.4px */
							}
							p{
								color: #FFF;
								font-family: "ClashDisplayRegular";
								font-size: 14px;
								font-weight: 400;
								line-height: 140%; /* 19.6px */
								opacity:0.7;
							}
						}
					}
				}
			}
		}
	}
}




/* music page start */
.page-id-23{
	background-color:rgba(0,0,0,0.95);
}
.musicBanner{
	background-color:rgba(0,0,0,0.95);
	.wpb_row{
		&:first-child{
			height:70vh;
			display:flex;
			align-items:center;
			.wpb_column{
				h1{
					font-family: "ClashDisplayBold";
					font-size: 82px;
					font-style: normal;
					font-weight: 600;
					line-height: 120%; /* 98.4px */
					letter-spacing: -0.624px;
					text-transform: uppercase;
					color:#fff;
					span{
						font-family: "ClashDisplayBold";
						font-size: 82px;
						font-style: normal;
						font-weight: 600;
						line-height: 120%; /* 98.4px */
						letter-spacing: -0.624px;
						text-transform: uppercase;
					}
				}
			}
		}
	}
}
.musicTopChart .parent-category-section{margin-top:40px !important;}
.musicTopChart .mainParentRow {display: block !important}
.musicTopChart{
	&.top5{
		.wpb_row{
			padding-bottom:75px !important;
		}
	}
	.wpb_row{
		padding:95px 8vw 70px;
		.wpb_column{
			h2{
				color: #ddbf58;
				font-family: "ClashDisplayMedium";
				font-size: 50px;
				font-style: normal;
				font-weight: 600;
				line-height: 140%; /* 56px */
				letter-spacing: 1px;
				margin-bottom:30px;
			}
			h3{
				color: #fff;
				font-family: "ClashDisplayMedium";
				font-size: 34px;
				font-style: normal;
				font-weight: 600;
				line-height: 40px;
				letter-spacing: 1px;
				margin-bottom:25px !important;
			}
			.chart{
				padding-top:30px;
				table{
					width:100%;
					thead{
						border-bottom:1px solid #3566C7;
						tr{
							td{
								color: #FFF;
								font-family: "ClashDisplayRegular";
								font-size: 16px;
								font-weight: 500;
								line-height: 140%; /* 22.4px */
								letter-spacing: 1px;
								padding:25px 0;
							}
						}
					}
					tbody{
						tr{
							height:85px;
							&:first-child{
								margin-top:20px;
							}
							td{
								margin-top:20px;
								&.d-flex{
									display:flex;
									align-items:center;
									column-gap:30px;
								}
								&:first-child{
									color: #FFF;
									font-family: "ClashDisplayRegular";
									font-size: 16px;
									font-weight: 600;
									line-height: 140%; /* 22.4px */
									letter-spacing: 1px;
								}
								&:nth-child(2){
									h5{
										color: #FFF;
										font-family: "ClashDisplayRegular";
										font-size: 20px;
										font-weight: 600;
										line-height: 140%; /* 28px */
										letter-spacing: 1px;
									}
								}
								&:nth-child(3){
									color: rgba(255, 255, 255, 0.50);
									font-family: "ClashDisplayRegular";
									font-size: 20px;
									font-weight: 500;
									line-height: 140%; /* 28px */
									letter-spacing: 1px;
								}
								&:nth-child(4){
									color: #FFF;
									font-family: "ClashDisplayRegular";
									font-size: 16px;
									font-weight: 600;
									line-height: 140%; /* 22.4px */
									letter-spacing: 1px;
								}
								&:last-child{
									column-gap:15px;
									transform:translatey(-30px);
									h5{
										color: #FFF;
										font-family: "ClashDisplayRegular";
										font-size: 16px;
										font-weight: 600;
										line-height: 140%; /* 22.4px */
										letter-spacing: 1px;
									}
								}
							}
						}
					}
				}
			}
			.browseMusic-container{
				.d-flex{
					display:flex;
					flex-direction:row;
					flex-wrap:wrap;
					gap:40px;
					.artist{
						width:calc(25% - 30px);
						background-position:center !important;
						background-repeat:no-repeat !important;
						background-size:cover !important;
						height:250px;
						border-radius:12px;
						display:flex;
						align-items:flex-end;
						padding-bottom:0px;
						padding-left:10px;
						h2{
							font-family: "ClashDisplayBold";
							font-size: 56px;
							font-weight: 700;
							line-height: 140%;
							-webkit-text-stroke: 1px #fff !important;
							color:transparent;
							@media(max-width:1400px){
								font-size:46px;
							}
							&:first-letter{
								color:#fff;
							}
						}
					}
				}
			}
			.top5-container{
				.d-flex{
					display:flex;
					flex-direction:row;
					flex-wrap:wrap;
					gap:40px;
					.artist{
						display:flex;
						flex-direction:column;
						align-items:center;
						position:relative;
						width:17%;
						h2{
							-webkit-text-stroke: 1px rgba(255, 255, 255, 0.25) !important;
							font-family: "ClashDisplayBold";
							font-size: 138.957px;
							font-weight: 700;
							letter-spacing: 1.086px;
							color:transparent;
							position:absolute;
							z-index:-1;
							left:0;
							top:0;
						}
						img{
							margin-top: 100px;
							width:100%;
						}
						h4{
							color: #FFF;
							font-family: "ClashDisplayMedium";
							font-size: 26.054px;
							font-weight: 600;
							line-height: 140%; /* 36.476px */
							letter-spacing: 1.086px;
							margin-top:30px;
							margin-bottom:10px;
						}
						h5{
							color: #FFF;
							font-family: "ClashDisplayRegular";
							font-size: 17.37px;
							font-weight: 500;
							line-height: 140%; /* 24.318px */
							letter-spacing: 1.086px;
						}
					}
				}
			}
		}
	}
}



/* album shop css */
.page-id-30,.page-id-910{
	background-color:rgba(0,0,0,0.95);
}
.popularCategory{
	.wpb_row{
		padding:100px 8vw;
		.wpb_column{
			h1{
				color: #FFF;
				font-family: "ClashDisplayMedium";
				font-size: 40px;
				font-style: normal;
				font-weight: 600;
				line-height: 140%; /* 56px */
				letter-spacing: 1px;
				margin-bottom:45px;
			}
			.top5-container{
				.col-sm-4{
					.artist{
						width:100%;
						height:550px;
						border-radius: 8px;
						position:relative;
						padding:40px 16px;
						overflow:hidden;
						transform-style:preserve-3d;
						background-size: cover;
                        background-position: center;
						box-shadow: 1px 1px 10px #ccac40a8;
						transition:all 0.4s;
						&:hover{
							transform: scale(1.05);
							}
						}
						h2{
							color: #FFF;
							font-family: "ClashDisplayBold";
							font-size: 48px;
							font-weight: 600;
							line-height: 120%;
							position:relative;
							z-index:999;
						}
						p{
							color: #FFF;
							font-family: "ClashDisplayRegular";
							font-size: 16px;
							font-weight: 500;
							width:50%;
						}
						img{
							position:absolute;
							bottom:0;
							right:0;
						}
					}
				}
			}
		}
	}
}
.top5-container .col-sm-4 .artist:after{background: #00000030; content: ""; display: block; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 0; bottom: 0;}
.recommended{
	.wpb_row{
		padding:4vh 8vw;
		.wpb_column{
			h1{
				color: #FFF;
				font-family: "ClashDisplayMedium";
				font-size: 32px;
				font-style: normal;
				font-weight: 600;
				line-height: 140%; /* 56px */
				letter-spacing: 1px;
				margin-bottom:45px;
			}
			.top5-container{
				.d-flex{
					display:flex;
					&.flex-column{
						flex-direction:column;
						row-gap:40px;
					}
					.artist{
						align-items:center;
						height:165px;
						h2{
							width:60px;
							color: #FFF;
							font-family: "ClashDisplayMedium";
							font-size: 24px;
							font-weight: 600;
							line-height: 140%; /* 33.6px */
							letter-spacing: 1px;
						}
						.content{
							align-items:center;
							height:165px;
							div{
								padding-left:30px;
							}
							img{
								width:165px;
								object-fit:cover;
								height:100%;
							}
							h3{
								color: #FFF;
								font-family: "ClashDisplayMedium";
								font-size: 20px;
								font-weight: 600;
								line-height: 140%; /* 28px */
								letter-spacing: 1px;
							}
							h4{
								color: #FFF;
								font-family: "ClashDisplayRegular";
								font-size: 20px;
								font-weight: 400;
								line-height: 140%; /* 28px */
								letter-spacing: 1px;
								&:last-child{
									padding-top:33px;
								}
							}
						}
					}
				}
			}
		}
	}
}




/* merchandise page */
.page-id-28{
	background-color:rgba(0,0,0,0.95);
}
.latestReleaseSec{
	.wpb_row{
		padding:80px 2vw;
		.wpb_column{
			h2{
				color: #FFF;
				font-family: "ClashDisplayMedium";
				font-size: 32px;
				font-style: normal;
				font-weight: 600;
				line-height: 140%; /* 56px */
				letter-spacing: 1px;
				margin-bottom:45px;
			}
			#latestReleases_slider{
				overflow-x:hidden;
				.swiper-wrapper{
					.swiper-slide{
						display:flex;
						flex-direction:column;
						align-items:center;
						img{}
						h5{
							width:max-content;
							color: #000;
							font-family: "ClashDisplayBold";
							font-size: 7.875px;
							font-weight: 700;
							line-height: 14.85px; /* 188.571% */
							letter-spacing: 1.8px;
							text-transform: uppercase;
							border-radius: 0.75px;
							background: #DDBF58;
							padding:0 10px;
						}
						h6{
							color: #FFF;
							font-family: "Lato";
							font-size: 7.875px;
							font-weight: 700;
							line-height: 14.85px; /* 188.571% */
							letter-spacing: 1.8px;
							text-transform: uppercase;
							margin-top:25px;
						}
						p{
							color: #6A6A6A;
							font-family: "Lato";
							font-size: 9px;
							font-weight: 700;
							line-height: 14.85px; /* 165% */
							letter-spacing: 1.8px;
							text-transform: uppercase;
						}
					}
				}
				.swiper-button-prev{
					display:block;
/* 					top:560px !important; */
/* 					left:80px; */
					background-color:#fff;
					padding:10px 2px;
					border-radius:50%;
					width:45px;
					display:flex;
					align-items:center;
					justify-content:center;
					&::after{
						display:none;
					}
					svg{
						width: 25px;
						height: 18.25px;
						path{
							fill:#000;
						}
					}
				}
				.swiper-button-next{
					display:block;
/* 					top:560px !important; */
					right:20px;
					background-color:#fff;
					padding:10px 2px;
					border-radius:50%;
					width:45px;
					display:flex;
					align-items:center;
					justify-content:center;
					&::after{
						display:none;
					}
					svg{
						width: 25px;
						height: 18.25px;
						path{
							fill:#000;
						}
					}
				}
			}
			button{
				color: #000;
				text-align: center;
				font-family: "ClashDisplayBold";
				font-size: 12.75px;
				font-weight: 700;
				letter-spacing: 0.75px;
				text-transform: uppercase;
				background: #DDBF58;
				padding:3px 7px;
				border-radius:0;
				margin-top:40px;
			}
		}
	}
}
.merchandiseSec{
	display:flex;
	flex-direction:column;
	row-gap:60px;
	.wpb_row{
		padding:0 6vw;
		&:first-child{
			.wpb_column{
				position:relative;
				figure{
					width:100%;
					.vc_single_image-wrapper{
						width:100%;
						img{
							width:100%;
						}
					}
				}
				h3{
					color: #000;
					font-family: "ClashDisplayBold";
					font-size: 11.046px;
					font-weight: 700;
					letter-spacing: 0.65px;
					text-transform: uppercase;
					background: #DDBF58;
					padding:2px 8px;
					width:max-content;
					position:absolute;
					bottom:35px;
					left:calc(50% - 10px)
				}
			}
		}
		&:nth-child(2){
			.wpb_column{
				background: #162A47;
				padding:25px 25px 0;
				figure{
					width:100%;
					.vc_single_image-wrapper{
						width:100%;
						img{
							width:100%;
						}
					}
				}
				h2{
					color: #FFF;
					font-family: "ClashDisplayBold";
					font-size: 18.29px;
					font-weight: 700;
					line-height: 21.106px; /* 115.398% */
					letter-spacing: 2.558px;
					text-transform: uppercase;
					margin-bottom:30px;
				}
			}
		}
		&:nth-child(3){
			.wpb_column{
				position:relative;
				figure{
					width:100%;
					.vc_single_image-wrapper{
						width:100%;
						img{
							width:100%;
						}
					}
				}
				h3{
					color: #000;
					font-family: "ClashDisplayBold";
					font-size: 11.046px;
					font-weight: 700;
					letter-spacing: 0.65px;
					text-transform: uppercase;
					background: #DDBF58;
					padding:2px 8px;
					width:max-content;
					position:absolute;
					bottom:35px;
					left:calc(50% - 10px)
				}
			}
		}
		&:last-child{
			padding-bottom:90px;
			.wpb_column{
				position:relative;
				figure{
					width:100%;
					.vc_single_image-wrapper{
						width:100%;
						img{
							width:100%;
						}
					}
				}
				h3{
					color: #000;
					font-family: "ClashDisplayBold";
					font-size: 11.046px;
					font-weight: 700;
					letter-spacing: 0.65px;
					text-transform: uppercase;
					background: #DDBF58;
					padding:2px 8px;
					width:max-content;
					position:absolute;
					bottom:35px;
					left:calc(50% - 10px)
				}
			}
		}
	}
}






/* podcast page  */
.page-id-32{
	background-color:rgba(0,0,0,0.95);
}
.podcastSec{
	.wpb_row{
		padding:85px 6vw;
		.wpb_column{
			h2{
				color: #FFF;
				font-family: "ClashDisplayBold";
				font-size: 59.3px;
				font-weight: 700;
				line-height: 120%; /* 71.16px */
				letter-spacing: -1.186px;
				margin-bottom:20px;
			}
			p{
				color: var(--Davys-Grey, #4D4D4D);
				font-family: "Lato";
				font-size: 22.65px;
				font-weight: 500;
				line-height: 160%; /* 36.24px */
			}
			.recent-container{
				margin-top:50px;
				.row{
					.column-inner{
						border-radius: 12.333px;
						border: 1.028px solid #FFF;
						transition:box-shadow 0.25s ease-in;
						background: linear-gradient(180deg, rgba(250, 250, 250, 0.08) 0%, rgba(250, 250, 250, 0.08) 100%);
						padding:16px;
						margin-bottom: 30px;
						height:210px;
						&:hover{
							box-shadow: 10.277px 10.277px 0px 0px #162A47;
							transition:box-shadow 0.25s ease-in;
						}
						.d-flex{
							flex-wrap:nowrap;
							display: flex ; 
							gap: 20px;
							&:first-child{
								align-items:center;
								.image{
									img{
										width:170px;
										min-width:170px;
										height:170px;
										border-radius:8px;
									}
								}
								.content{
									width:100% !important;
									h6{
										color: #DDBF58;
										font-family: "Lato";
										font-size: 16.444px;
										font-weight: 700;
										line-height: 160%; /* 26.31px */
									}
									h4{
										color: #FFF;
										font-family: "ClashDisplayBold";
										font-size: 23.278px;
										font-weight: 700;
										line-height: 140%; /* 32.589px */
										letter-spacing: -0.466px;
									}
									hr{
										border-color:#4D4D4D;
									}
									p{
										color: var(--Davys-Grey, #4D4D4D);
										font-family: "Lato";
										font-size: 14.388px;
										font-weight: 500;
										line-height: 160%; /* 23.021px */
									}
								}
							}
							&:last-child{
								.categories{
									display:flex;
									column-gap:5px;
									.pill{
										border-radius: 4.111px;
										border: 1.028px solid var(--Davys-Grey, #4D4D4D);
										padding:2px 12px;
										p{
											color: var(--Davys-Grey, #4D4D4D);
											font-family: "Lato";
											font-size: 12.333px;
											font-weight: 500;
											line-height: 160%; /* 19.732px */
										}
									}
								}
								.authors{
									display:flex;
									align-items:center;
									h5{
										color: var(--Davys-Grey, #4D4D4D);
										font-family: "Lato";
										font-size: 12.333px;
										font-weight: 700;
										line-height: 160%; /* 19.732px */
										margin-right:5px;
									}
									.author{
										img{
											border-radius:50%;
											border:2px solid #fff;
										}
										&:not(:nth-child(2)){
											position:relative;
											left:-10px;
										}
									}
								}
							}
						}
					}
				}
			}
			button{
				color: #000;
				font-family: "ClashDisplayBold";
				font-size: 16px;
				font-weight: 600;
				line-height: 140%; /* 22.4px */
				letter-spacing: -0.242px;
				border-radius: 8px;
				background: #DDBF58;
				padding: 12px 44px;
				margin-top:100px;
				&:hover{
					color: #fff !important;
					background:#DDBF58 !important;
				}
			}
		}
	}
}

body.single-podcast{background-color:#000;}
.podcastSection{padding:80px 0px !important;}
.podcastSection h1{color: #FFF; font-family: "ClashDisplayMedium"; font-size: 56px; font-weight: 600; line-height: 140%; letter-spacing: -0.4px; text-transform: uppercase;}
.podcastSection h6{font-size: 36px; padding: 5px 0px 60px; color: #CCAC40; text-align: center; font-family: 'ClashDisplayMedium';}
.podcastSection p{font-size:18px;padding:15px 0px 20px;}
.podcastSection video{height: auto !important;}



.testimonials{
	background: #162A47;
	&.container-fluid{
		background-color:rgba(0,0,0,0.938);
	}
	.wpb_row{
		&:first-child{
			padding: 70px 6vw 40px 6vw; 
			display:flex;
			h2{
				color: #FFF;
				font-family: "ClashDisplayMedium";
				font-size: 56px;
				font-weight: 600;
				line-height: 140%; /* 78.4px */
				letter-spacing: -0.4px;
				text-transform: uppercase;
			}
			p{
				color: #FFF;
				font-family: "ClashDisplayRegular";
				font-size: 20px;
				font-weight: 400;
				line-height: 140%; /* 28px */
				letter-spacing: -0.4px;
			}
		}
		&:last-child{
			margin-top:100px;
			.vc_column-inner{
				padding:0;
			}
			.sp-testimonial-carousel-wrapper{
				.swiper-container{
					margin-right:0 !important;
				}
				.swiper-wrapper{
					.swiper-slide{
						border-radius: 24px;
						border: 1px solid #FFF;
						background: linear-gradient(93deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
						box-shadow: -4px 8px 56px 0px rgba(0, 0, 0, 0.10);
						padding:40px 40px 60px 0 !important;
						backdrop-filter: blur(2px);
						.sp-testimonial-pro{
							background:none !important;
							border:none !important;
							box-shadow:none !important;
							padding:0 !important;
							.tpro-client-image{
								top:0 !important;
								left:0 !important;
								img{}
							}
							.tpro-client-name{
								position:static !important;
								text-align:left !important;
								color: #FFF !important;
								font-family: "ClashDisplayRegular" !important;
								font-size: 24px !important;
								font-weight: 600 !important;
								line-height: 140% !important; /* 33.6px */
								margin-left:100px !important;
							}
							.tpro-client-designation-company{
								text-align:left !important;
								color: #FFF !important;
								font-family: "Lato" !important;
								font-size: 16px !important;
								font-weight: 400 !important;
								line-height: 140% !important; /* 22.4px */
								letter-spacing: -0.4px !important;
								margin-left:100px !important;
							}
							.tpro-client-testimonial{
								.tpro-testimonial-text{
									p{
										color: #FFF;
										font-family: "Lato" !important;
										font-size: 24px !important;
										font-weight: 400 !important;
										line-height: 140% !important; /* 33.6px */
										letter-spacing: -0.4px !important;
									}
								}
							}
						}
					}
				}
				.tpro-arrow{
					left:auto !important;
					border-radius: 12px !important;
					border: 1px solid rgba(255, 255, 255, 0.75) !important;
					padding:16px !important;
					background: linear-gradient(135deg, rgba(255, 255, 255, 0.30) 0%, rgba(255, 255, 255, 0.10) 100%) !important;
					width:56px !important;
					height:56px !important;
					&.tpro-button-next{
						right:10% !important;
						top:-20% !important;
					}
					&.tpro-button-prev{
						right:15% !important;
						top:-20% !important;
					}
				}
			}
		}
	}
}





/* contact page */
.page-id-274{
	background-color:rgba(0,0,0,0.92);
}
.contactSec{
	margin-top:100px;
	.wpb_row{
		&:first-child{
			margin-bottom:50px;
			.wpb_column{
				h2{
					color: #FFF;
					font-family: "ClashDisplayRegular";
					font-size: 59px;
					font-weight: 500;
					span{
						font-family: "ClashDisplayRegular";
						font-size: 59px;
						font-weight: 500;
					}
				}
				p{
					color: #FFF;
					font-family: "Lato";
					font-size: 15px;
					font-weight: 400;
					line-height: 24px; /* 160% */
				}
			}
		}
		&:nth-child(2){
			margin:0 4vw 50px;
			padding:35px 100px;
			border-top:2px solid #000;
			border-bottom:2px solid #000;
			.wpb_column{
				.wpb_wrapper{
					display:flex;
					align-items:center;
					column-gap:15px;
					.vc_btn3-container{
						margin:0 !important;
						a, button{
							color: rgba(255, 255, 255, 0.44);
							font-family: "ClashDisplayRegular";
							font-size: 20px;
							font-weight: 500;
							line-height: 21px; /* 105% */
							letter-spacing: 0.08px;
							background:none !important;
							background-color:transparent !important;
							padding:0 !important;
						}
					}
				}
			}
		}
		&:last-child{
			margin:0 4vw 50px;
			border-radius: 13.2px;
			background: #162A47;
			padding:50px;
			form{
				label{
					color: #FFF;
					font-family: "Lato";
					font-size: 16px;
					font-weight: 400;
					line-height: 20px; /* 125% */
					letter-spacing: -0.14px;
				}
				input, textarea, select{
					border-radius: 4px;
					border: 1px solid rgba(250, 250, 250, 0.08);
					background: linear-gradient(180deg, rgba(250, 250, 250, 0.08) 0%, rgba(250, 250, 250, 0.08) 100%);
					color: #AFAFAF !important;
					&::placeholder{
						color: #AFAFAF !important;
						font-family: "Lato";
						font-size: 14px;
						font-weight: 400;
						line-height: 20px; /* 142.857% */
						letter-spacing: -0.14px;
					}
					option{
						color: #AFAFAF !important;
						font-family: "Lato";
						font-size: 14px;
						font-weight: 400;
						line-height: 20px; /* 142.857% */
						letter-spacing: -0.14px;
						background: #162A47;
					}
				}
				input, select{
					height:50px;
				}
				span{
					color: #AFAFAF !important;
				}
				.gform_drop_area{
					padding:0;
					border:none;
					span{
						display:none;
					}
					button{
						width:100%;
						border-radius: 4px;
						border: 1px dashed rgba(250, 250, 250, 0.08);
						background: linear-gradient(180deg, rgba(250, 250, 250, 0.08) 0%, rgba(250, 250, 250, 0.08) 100%);
						color: #AFAFAF !important;
						font-family: "Lato";
						font-size: 14px;
						font-weight: 400;
						line-height: 20px; /* 142.857% */
						letter-spacing: -0.14px;
						height:60px;
					}
				}
				.gform_footer{
					input#gform_submit_button_2{
						width:100%;
						border-radius: 4px;
						background: #DDBF58;
						display:flex;
						align-items:center;
						justify-content:center;
						color: #FFF !important;
						font-family: "Lato";
						font-size: 20px;
						font-weight: 500;
						line-height: 24px; /* 120% */
						padding:0;
						height:52px;
					}
				}
			}
		}
	}
}




/* donation page */
.page-id-290{
	background-color:rgba(0,0,0,0.92);
}
.donationSec{
	.wpb_row{
		margin-top:100px;
		margin-bottom:100px;
		.wpb_column{
			img{
				margin-bottom:150px;
			}
		}
	}
}


/* voice player  */
/* Player de Ã¡udio */
.audio-player { --player-color-featured: #ffffff; --player-color-background: #1a1a1a; --player-color-text: #c5c6c8; --player-percent-played: 0; --player-current-time: "00:00"; --player-current-date-time: "00:00"; background: var(--player-color-background); display: inline-flex; min-width: 240px; width: 340px; max-width: 100%; border-radius: 0.4rem; padding: 14px 15px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); user-select: none; margin-top: 30px; margin-bottom: 30px; }

.audio-player + .audio-player {margin-top: 1rem;}
.audio-player .player { flex: 1; display: flex;}
.audio-player .player .btn-play { outline: none; appearance: none; cursor: pointer; background: none; border: 0; padding: 0 0.8rem 0 0.4rem; }
.audio-player .player .btn-play:disabled {cursor: default;}
.audio-player .player .btn-play span { color: var(--player-color-text); font-size: 38px; opacity: 0.8; }
.audio-player .player .btn-play span:not(.icon-play), .audio-player.playing .player .btn-play span:not(.icon-pause), .audio-player.loading .player .btn-play span:not(.icon-loop) { display: none; }
.audio-player.playing .player .btn-play .icon-pause { display: inline-block; }

@keyframes load {
    to {
        transform: rotate(360deg);
    }
}

/* Product Detail Audio CSS Starts */

.audio-player.loading .player .btn-play { pointer-events: none; }
.audio-player.loading .player .btn-play span { animation: load 1s linear infinite; }
.audio-player.loading .player .btn-play .icon-loop { display: inline-block; }
.audio-player .player .timeline { flex: 1; display: flex; flex-direction: column; position: relative; padding-bottom: 0.2rem; }
.audio-player .player .timeline .line { --line-height: 0.24rem; flex: 1; display: flex; align-items: center; position: relative; }
.audio-player .player .timeline .line:before { content: ""; width: var(--player-percent-played); position: absolute; background: #ddbf58; height: var(--line-height); border-radius: calc(var(--line-height) / 2); }
.audio-player .player .timeline .line input[type="range"] { flex: 1; all: unset; appearance: none; background-color: initial !important; border: none; outline: none; width: 100%; position: relative; }
.audio-player .player .timeline .line input[type="range"]::-webkit-slider-thumb { appearance: none; background: var(--player-color-featured); width: 0.9rem; height: 0.9rem; border-radius: 50%; margin-top: calc(var(--line-height) * -1.4); }
.audio-player .player .timeline .line input[type="range"]::-moz-range-thumb { unset: all; appearance: none; border: 0; background: var(--player-color-featured); width: 0.9rem; height: 0.9rem; border-radius: 50%; margin-top: calc(var(--line-height) * -1.4); }
.audio-player .player .timeline .line input[type="range"]::-ms-thumb { appearance: none; background: var(--player-color-featured); width: 0.9rem; height: 0.9rem; border-radius: 50%; margin-top: calc(var(--line-height) * -1.4); }
.audio-player .player .timeline .line input[type="range"]::-webkit-slider-runnable-track { background: rgba(255, 255, 255, 0.2); height: var(--line-height); border-radius: calc(var(--line-height) / 2); }
.audio-player .player .timeline .line input[type="range"]::-moz-range-track { background: rgba(255, 255, 255, 0.2); height: var(--line-height); border-radius: calc(var(--line-height) / 2); }
.audio-player .player .timeline .line input[type="range"]::-ms-track { background: rgba(255, 255, 255, 0.2); height: var(--line-height); border-radius: calc(var(--line-height) / 2); }
.audio-player .player .timeline .data { display: flex; align-items: center; justify-content: space-between; font-size: 0.68rem; color: var(--player-color-text); position: absolute; width: 100%; bottom: 0; }

.audio-player .player .timeline .data .current-time::before { content: var(--player-current-time); }
.audio-player .player .timeline .data .time { display: flex; align-items: center; }
.audio-player .player .timeline .data .time::before { content: var(--player-current-date-time); }
.audio-player .player .timeline .data .time span { font-size: 1rem; margin-left: 0.4rem; color: var(--player-color-featured); }
.audio-player .user { position: relative; width: 55px; height: 55px; margin-left: 1.4rem; }
.entry-summary .user{display: none;}

.audio-player .user img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; background: rgba(255, 255, 255, 0.01); }
.audio-player .user span { position: absolute; left: 0; bottom: 0; color: var(--player-color-featured); transform: translateX(-50%); font-size: 1.6rem; text-shadow: -1px -1px 0 var(--player-color-background), 1px -1px 0 var(--player-color-background), -1px 1px 0 var(--player-color-background), 1px 1px 0 var(--player-color-background); }
.audio-player.mine { --player-color-background: #056162;}
.audio-player.mine .user {margin-left: 0;}
.audio-player.mine .player {margin-right: 0.8rem;}
.audio-player.mine .player .btn-play {padding: 0 0.8rem;}
.audio-player.mine .user span { right: 0; left: auto; transform: translateX(50%); }
.material-icons { opacity: 1 !important; color: #fff; background: #fff; border-radius: 30px; }
.material-icons i { font-size: 26px; color: #ccac40; }
.home-welcome .user { display: none; }
.material-icons i { background: #fff; opacity: 1; height: 50px; width: 50px; display: flex; align-items: center; justify-content: center; border-radius: 30px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.wc-block-components-radio-control-accordion-content div{color:#fff !important;}
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted { border-radius: 4px; box-shadow: inset 0 0 0 2px #fff; }

/* Woocommerce Starts */
.woocommerce .product img{border-radius:10px;object-fit:none;}
.woocommerce .woocommerce-product-gallery img{object-fit: cover; border: 1px solid transparent !important; border-radius: 0px !important; height: 550px ;}
.woocommerce .product .woocommerce-loop-product__title{color: #fff; font-size: 17px !important; padding-top: 30px !important;}
.woocommerce .product .woocommerce-Price-amount,.woocommerce .product .woocommerce-Price-currencySymbol{color: #fff; font-size: 16px; font-weight: 100;}
.woocommerce .product .add_to_cart_button{ --color: #fff !important; --color2: rgb(10, 25, 30) !important; padding: 15px 30px !important; background-color: transparent !important; border-radius: 0px !important; border: .3px solid var(--color); transition: .5s; position: relative; overflow: hidden; cursor: pointer; z-index: 1; font-weight: 500 !important; font-size: 14px; text-transform: uppercase; color: var(--color) !important; margin-top: 30px !important;text-decoration: none !important;} 
.woocommerce .product .add_to_cart_button::after, .woocommerce .product .add_to_cart_button::before { content: ''; display: block; height: 100%; width: 100%; transform: skew(90deg) translate(-50%, -50%); position: absolute; inset: 50%; left: 25%; z-index: -1; transition: .5s ease-out; background-color: #ddbf58; } 
.woocommerce .product .add_to_cart_button::before { top: -50%; left: -25%; transform: skew(90deg) rotate(180deg) translate(-50%, -50%); } 
.woocommerce .product .add_to_cart_button:hover::before { transform: skew(45deg) rotate(180deg) translate(-50%, -50%); } 
.woocommerce .product .add_to_cart_button:hover::after { transform: skew(45deg) translate(-50%, -50%); } 
.woocommerce .product .add_to_cart_button:hover { color: #fff; } 
.woocommerce .product .add_to_cart_button:active { filter: brightness(.7); transform: scale(.98); }

.single-product .post-details h3 { display: block; color: #ddbf58; font-size: 35px; font-weight: 600; }

.page-id-133 .columns-4,.page-id-134 .woocommerce,.page-id-136 .woocommerce,.page-id-135 .woocommerce{padding:150px 0px 70px !important;}

.woocommerce .shop_table {border: 1px solid #7e7e7e !important; }
.woocommerce table.shop_table td { border-top: 1px solid #7e7e7e;color: #fff;  }
.woocommerce table.shop_table th { color: #fff; }
.woocommerce-cart-form__cart-item .product-name a,.woocommerce-cart-form__cart-item .woocommerce-Price-amount,.woocommerce-cart-form__cart-item .woocommerce-Price-currencySymbol {color:#fff;font-weight: 400;}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text { border: 1px solid #ddbf58; padding: 7px 6px 6px; margin: 0 1px 0 0; outline: 0; background: transparent; color: #fff; }
.woocommerce-cart table.cart td.actions .coupon .input-text::placeholder{color:#fff;}
.cart-subtotal .woocommerce-Price-amount,.cart-subtotal .woocommerce-Price-amount .woocommerce-Price-currencySymbol,.order-total .woocommerce-Price-amount,.order-total .woocommerce-Price-amount .woocommerce-Price-currencySymbol{color:#fff;}
.woocommerce .woocommerce-Address-title{position:static !important;background: #ddbf58; padding: 10px; margin: 20px 0px;}
.woocommerce .woocommerce-Address-title h3{color: #fff; font-weight: 500; font-size: 20px; }
.woocommerce-account .addresses .title .edit { float: right; color: #fff; font-size: 16px; padding-top: 2px; }
.woocommerce-Address address{color:#fff;font-size: 16px;}
.woocommerce-form-row span em,.page-id-136 h2{color:#fff; }
.woocommerce .woocommerce-privacy-policy-text p,.woocommerce .woocommerce-privacy-policy-text p a{color:#fff;}
.woocommerce .woocommerce-checkout #payment ul.payment_methods {border:none;}
.woocommerce a.added_to_cart { padding-top: 0.5em; display: inline-block; color: #fff; position: absolute; left: 93px; bottom: -24px; }

.content-area{padding:180px 0px 70px !important;}
#sidebar{display:none;}
.woocommerce-products-header{background-image:none;position:static;}
.woocommerce-products-header h1{color: #ddbf58; font-weight: 600; font-size: 50px; text-align: center;}

.comment-form-rating label,.comment-form-comment label{color: #ddbf58; font-size: 18px; padding-bottom: 20px;}
.woocommerce p.stars a{color:#fff;font-size:22px;}
.comment-form-comment textarea{background: transparent; border-color: #ddbf58; padding: 10px;}
.woocommerce button.woocommerce-Button{margin-top:15px !important;}

.wp-block-woocommerce-cart,.wp-block-woocommerce-checkout{padding:80px 0px 70px !important;}
.is-large.wc-block-cart .wc-block-cart-items .wc-block-cart-items__row{border-bottom:2px solid #fff !important;}
.wc-block-components-formatted-money-amount { white-space: nowrap; color: #ddbf58; font-size: 17px; font-weight: 500; }
.is-large.wc-block-cart .wc-block-cart__totals-title,.is-large.wc-block-cart .wc-block-cart-items th span{ color: #fff !important;font-size: 18px !important; font-weight: 600 !important;font-family: 'ClashDisplayRegular';}
.wc-block-components-totals-coupon .wc-block-components-panel__button {color: #fff; }
.wc-block-components-totals-coupon .wc-block-components-panel__button:hover {color: #fff; }
.wc-block-components-panel__button>.wc-block-components-panel__button-icon { fill: #fff;}
.wc-block-components-panel__button>.wc-block-components-panel__button:hover .wc-block-components-panel__button-icon { fill: #fff;}
.wc-block-cart__submit-button,.wc-block-components-button:not(.is-link){ background: #ddbf58; color: #000;  border-radius: 30px;transition:all 0.4s;}
.wc-block-cart__submit-button span,.wc-block-components-button:not(.is-link) span{ color: #000 !important;font-weight:600 !important;}
.wc-block-cart__submit-button:hover,.wc-block-components-button:not(.is-link):hover{ background: #fff;}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link { background: #ddbf58 !important; color: #000 !important; font-size: 13px !important; font-weight: 700 !important; padding: 5px 10px !important;text-decoration: none !important;}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover { background: #fff !important; }
.wp-block-woocommerce-cart .wc-block-product-new,.wp-block-woocommerce-cart h2.wp-block-heading{display:none !important;}
.wc-block-cart__empty-cart__title.with-empty-cart-icon:before { background-color: #ddbf58 !important;height: 10em !important; mask-size: 10em !important; width: 10em !important; }
.wp-block-woocommerce-cart h2.wc-block-cart__empty-cart__title.with-empty-cart-icon{font-size:24px !important;display:block !important;}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img { height: 95px; object-fit: cover; }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {display: block; }
.wc-block-components-title.wc-block-components-title { font-size: 20px !important; color: #ddbf58; }

.woocommerce-order{padding:40px 0vw 0px !important;}
.woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title { font-size: 24px !important; text-transform: capitalize; color: #ddbf58; margin: 30px 0px 15px; }
.woocommerce-order .woocommerce-notice--success{font-size: 36px; text-transform: uppercase; text-align: center; color: #ddbf58; font-weight: 600; margin-bottom: 50px; font-family: 'ClashDisplayBold';}
.woocommerce ul.order_details { margin: 3em 0 3em !important; display: block !important; }
.woocommerce ul.order_details li {margin-right: 2.5em !important;  font-size: 14px !important; padding-right: 2.5em !important;}
.woocommerce ul.order_details li strong { font-size: 15px !important;}
.woocommerce-customer-details address{color:#fff;line-height:22px;padding: 0px !important;}

.shopBanner{background-image:url(../../../wp-content/uploads/2024/12/albumShopBanner.png);display:none !important;background-size:cover;background-position:center;}
.shopBanner{
	background-color:rgba(0,0,0,0.95);
	.row{
			height:70vh;
			display:flex;
			align-items:center;
			.innerColumn{
				h1{
					font-family: "ClashDisplayBold";
					font-size: 82px;
					font-style: normal;
					font-weight: 600;
					line-height: 120%; /* 98.4px */
					letter-spacing: -0.624px;
					text-transform: uppercase;
					color:#fff;
					text-align:center;
					span{
						font-family: "ClashDisplayBold";
						font-size: 82px;
						font-style: normal;
						font-weight: 600;
						line-height: 120%; /* 98.4px */
						letter-spacing: -0.624px;
						text-transform: uppercase;
					}
				}
			}
		}
}
body.single-product .shopBanner{display:flex !important;    justify-content: center;}
body.single-product .content-area {padding: 70px 0px 70px !important;}
body.woocommerce,body.woocommerce-page{background-color:#000 !important;}
.wc-block-components-order-summary-item__quantity span{color:#000 !important;}
/* Woocommerce Ends */



.productRow .col-sm-3{margin-bottom:75px !important;transition:all 0.4s; height:370px}
.productRow .col-sm-3:hover{transform:scale(1.05);}
.productRow .mainBox{}
.productRow .mainBox .imageBox{}
.productRow .mainBox .imageBox img{height: 210px; width: 100%; object-fit: cover;}
.productRow .mainBox .contentBox{position: relative; padding: 52px 0px 0px; background: #fff; text-align: center;}
.productRow .mainBox .contentBox .playButton{width: 100% !important; display: block; text-align: center; position: absolute; top: -38px; transition: all 0.4s;}
.productRow .mainBox .contentBox .playButton img{transition:all 0.4s;}
.productRow .mainBox .contentBox .playButton img:hover{transform:scale(0.90);}
.productRow .mainBox .contentBox h4{color: #000; font-family: 'ClashDisplayBold'; font-weight: 600;font-size: 20px;}
.productRow .mainBox .contentBox h5{color: #000; font-size: 18px; margin: 10px 0px;    font-weight: 600;}
.productRow .mainBox .contentBox .addToCart{display:flex;justify-content:center;}
.productRow .mainBox .contentBox a.designBtn{background: #ddbf58;position: relative; top: 20px; margin-top: -15px;border-radius: 7px; border: 1px solid transparent;  overflow: hidden; transition: all 0.5s ease-in; z-index: 1; color: #000; font-size: 16px; font-weight: 600; padding: 12px 0px; width: 170px; display: flex ; justify-content: center;font-family: 'ClashDisplayMedium';}
.productRow .mainBox .contentBox a.designBtn::before,.productRow .mainBox .contentBox a.designBtn::after{background:#000 !important;}
.productRow .mainBox .contentBox a.designBtn:hover{border-color:#fff !important;color:#fff !important;}

.productRow .BtnBox{display:flex;justify-content:center;width: 100%;}
.productRow .BtnBox a.designBtn{background: #ddbf58;position: relative; top: 20px; margin-top: -15px;border-radius: 7px; border: 1px solid transparent;  overflow: hidden; transition: all 0.5s ease-in; z-index: 1; color: #000; font-size: 16px; font-weight: 600; padding: 12px 0px; width: 170px; display: flex ; justify-content: center;font-family: 'ClashDisplayMedium'; }
.productRow .BtnBox a.designBtn::before,.homeProducts .BtnBox a.designBtn::after{background:#000 !important;}
.productRow .BtnBox a.designBtn:hover{border-color:#fff !important;color:#fff !important;}
.product-cat-merchandise div.product form.cart div.quantity{display:block !important;}

.woosb-products.woosb-products-layout-grid-4 .woosb-product { padding: 10px 5px 5px; border-radius: 10px; }
.woosb-products.woosb-products-layout-grid-4 .woosb-product:hover {border-color:#ccac40 !important; }
.woosb-products .woosb-product .woosb-thumb img { width: 60px; max-width: 100%; height: 60px; }
.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .woosb-name,.woosb-products[class*="woosb-products-layout-grid"] .woosb-product .woosb-name a { color: #fff; }
.woosb-products .woosb-product .woosb-price{display:none !important;}
.woosb-products .woosb-product .woosb-thumb { display: flex ; justify-content: center; }
.woosb-products[class*="woosb-products-layout-grid"] { height: 425px; overflow-y: scroll; }
.woosb-products[class*="woosb-products-layout-grid"]::-webkit-scrollbar {width: 7px;border-radius: 30px;}
.woosb-products[class*="woosb-products-layout-grid"]::-webkit-scrollbar-track { background: #f1f1f1;border-radius: 30px; }  
.woosb-products[class*="woosb-products-layout-grid"]::-webkit-scrollbar-thumb { background: #ccac40;border-radius: 30px; } 
.woosb-products[class*="woosb-products-layout-grid"]::-webkit-scrollbar-thumb:hover { background: #ccac40; }

/* Popular Category */
.popularCategory { & .wpb_row { & .wpb_column { & .top5-container { .col-sm-4 { margin-bottom: 80px; } } } } }

#podcast-video {
    pointer-events: none; /* Video clickable nahi hogi */
    opacity: 1; /* Video visible rahegi */
}

#podcast-video::-webkit-media-controls {
    display: none !important; /* Video ke controls remove */
}

.banner #SR7_1_1 .custom.sr7-arrows {left:20% !important; width:50px !important; height:50px !important;}

.wps_wgm_added_wrapper .wps_wgm_section .wps_wgc_label{color:#fff !important; margin-top:15px !important;}
.wps_wgm_added_wrapper select{color:#fff !important;}
.wps_wgm_added_wrapper input{color:#fff !important;}
.wps_wgm_added_wrapper textarea{color:#fff !important;}
.wps_wgm_wrapper_for_preview h2{color:#fff !important;}
.wps_wgm_wrapper_for_preview p{color:#fff !important; font-family: 'ClashDisplayMedium' !important; letter-spacing: 0.5px;}
.wps_wgm_wrapper_for_preview p span{ font-family: 'ClashDisplayMedium' !important; letter-spacing: 0.5px;}
.wps_wgm_wrapper_for_preview h2{align-items: center; margin-bottom: 10px;}
.single-product span{letter-spacing: 0.5px; font-family: 'ClashDisplayRegular';}
.give-page .woocommerce-Price-amount::before{content:'Free Product';}
.give-page .woocommerce-Price-amount bdi{display:none !important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{display:block !important;}
.woocommerce-product-gallery__image img{height:100px;}
.givewp-layouts-section__header{background:#fff !important;}


/* Responsive */
@media (max-width: 1200px) and (min-width: 1024px){
	header #mega-menu-wrap-primary #mega-menu-primary {text-align:center;}
	
	.musicTopChart { .wpb_row { padding: 5px 10px 70px; }}
	.mBanner {height:660px !important;}
	header .h-button a {padding:14px !important; font-size:15px !important;}
	header .header-row .navbar li { padding-right: 13px !important; }
	.testimonials .wpb_row:last-child .sp-testimonial-carousel-wrapper .tpro-arrow.tpro-button-prev {right: 17% !important;}
	#sp-testimonial-pro-272.sp-testimonial-pro-section .sp-testimonial-pro { margin-left: 10px;}
	.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .swiper-wrapper { .swiper-slide {padding:30px 30px 25px !important; }}}}}}
	
}
@media (max-width: 1023px) and (min-width: 992px){
	header .h-button a {padding:15px !important;}
	header #mega-menu-wrap-primary #mega-menu-primary {text-align:center;}
	.features .inner-row .vc_column-inner {height:350px !important;}
	 .testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .tpro-arrow { &.tpro-button-next { right: 8% !important;  } } } } } }
	#sp-testimonial-pro-272.sp-testimonial-pro-section .sp-testimonial-pro { margin-left: 10px;}
		.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .swiper-wrapper { & .swiper-slide { & .sp-testimonial-pro { .tpro-client-name { margin-left:70px !important;}}}}}}}}
		.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .swiper-wrapper { & .swiper-slide { & .sp-testimonial-pro { .tpro-client-designation-company { margin-left:70px !important;}}}}}}}}
	.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .swiper-wrapper { .swiper-slide {padding:30px 30px 25px !important; }}}}}}
	
	
			
	

}
@media (min-width:769px) and (max-width: 991px){
	h1, h1 span, h1 strong  {font-size:40px !important; line-height:48px !important;}
	h2, h2 span, h2 strong {font-size:32px !important; line-height:40px !important;}
	h3, h3 span, h3 strong {font-size:26px !important; line-height:34px !important;}
	h4 {font-size:20px !important; line-height:28px !important;}
	p, p strong {font-size:15px !important; line-height:23px !important;}
	a {font-size:15px !important;}
	
/* 	Header */
	header .header-row{display: block; padding-top: 15px !important; padding-bottom: 30px !important;}
	header .h-logo{text-align:center; margin-bottom:10px;}
	header .h-button{text-align:center; margin-top:30px;}
	header .h-button a{padding: 10px 15px !important; font-size: 14px !important;}
	header .container-fluid {padding:0px !important;}	
	header .header-row .navbar li{padding-right: 18px !important;}
	
	
/* 	footer */
	footer .row {display:flex; flex-direction:column; align-items:center;}
	footer .col-md-2 li {padding-bottom:17px;}
	footer .footer h4 {text-align:center; margin-top:30px; font-size:24px !important;}
	footer .col-md-2 li {text-align:center;}
	footer .footer .f-logo p {margin-top:10px; margin-bottom:13px;}
	footer .touch-section {padding:35px 0px 15px;}
	footer .touch {display:block;}
	footer .touch-section .text { padding-top: 10px; }
	footer .form {background-image:none; padding:25px 0px;}

/* 	Honme Page  */
	
/* 	Banner */
	.banner canvas, .banner sr7-bg, .banner sr7-mask, .banner sr7-module, .banner sr7-adjuster, .banner sr7-content{height:475px !important;}
	
	
/* 	section 1 */
	.section-1 {padding-top:40px !important; padding-bottom:40px;}
	.section-1 .text-block h6 {font-size:26px !important;}
	.section-1 .top-text p {margin-top:5px;}
	.section-1 .vc_inner {margin-top:12px;}
	
/* 	features */
	.features .inner-row .vc_column-inner {padding:35px 15px !important; height:385px;}
	.features .vc_row.vc_column-gap-35>.vc_column_container {padding:17.5px 12px;}
	.features .inner-row h3 {margin:13px 0px;}
	.features .inner-row h3 br {display:none;}
	.features .inner-row {padding-top:20px;}
	
/* 	album section */
	.album-section { padding-top: 45px !important; padding-bottom: 20px !important; }
	
/* 	testimonials */
	.testimonials {padding-top:20px !important; padding-bottom:40px;}
    .testimonials { & .wpb_row { &:first-child { padding: 0px 4vw 40px 4vw; display: flex ; } }}
	#sp-testimonial-pro-272.sp-testimonial-pro-section .sp-testimonial-pro {margin-left:25px;}
    .testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .swiper-wrapper { & .swiper-slide { & .sp-testimonial-pro { .tpro-client-designation-company {margin-left: 0px !important; } } } } } } } }
    .testimonials .wpb_row:last-child .sp-testimonial-carousel-wrapper .swiper-wrapper .swiper-slide .sp-testimonial-pro .tpro-client-name { margin-left: 80px !important; }
	.testimonials .wpb_row:last-child .sp-testimonial-carousel-wrapper .swiper-wrapper .swiper-slide { padding: 20px 10px 30px 0 !important; height:260px !important; }
	#sp-testimonial-pro-272.sp-testimonial-pro-section .tpro-client-testimonial p {font-size:16px !important;}
	.testimonials .wpb_row:last-child { margin-top: 30px; }
	.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .tpro-arrow { &.tpro-button-prev { right: 18% !important; top: -9% !important; } } } } } }
	.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .tpro-arrow { &.tpro-button-next { right: 10% !important; top: -9% !important; } } } } } }
	.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { .tpro-arrow { width: 50px !important; height: 50px !important; } } } } }
	.testimonials #sp-testimonial-pro-wrapper-272.sp-testimonial-pro-wrapper .sp-testimonial-pro-section.sp-tpCarousel {padding-bottom:10px !important;}
	
	
/* 	prodcast */
	.poadcast-section .row-2 {padding:30px 0px;}
	.poadcast-section {padding-top:0px !important; padding-bottom:0px !important;}
	.poadcast-section .row-3 h3 {font-size:20px !important;}
	.poadcast-section .row-3 {padding:22px 0px; display:flex; align-items:center;}
	
/* 	last-section */
	.last-section { padding-top: 50px !important; padding-bottom: 55px !important; }
	.last-section .row-2 {display:flex; align-items:center;}
	.last-section p {margin-bottom:20px !important; margin-top:10px !important;}
	.last-section h3 {margin-bottom:25px;}
	
	
/* about us page  */
   .aboutBanner { & .wpb_row { &:first-child { height: 400px; } } }
	.newReleasesSec { & .wpb_row { &:last-child { display: flex ; column-gap: 30px;  justify-content: center; margin-top:42px; } } }
	.AboutSec3 { & .wpb_row { & .wpb_column { & .wpb_text_column { & .wpb_wrapper { p { padding-top: 10px; width: 100%; } } } } } }
	.newReleasesSec { .wpb_row { padding: 0px 60px; } }
	.AboutSec2 { .wpb_row { padding: 0px 40px !important; }}
	.AboutSec3 { .wpb_row { padding: 40px;}}
	.newReleasesSec { & .wpb_row { &:last-child { padding: 0vh 10vw 0px; } } }
	.last-section h3 {margin-bottom:30px !important;}
	
/* 	 music Page */
	.musicBanner { & .wpb_row { &:first-child { height: 400px;} } }
	.musicTopChart { .wpb_row { padding: 40px 20px 70px; } } 
	.musicTopChart h2 {margin-bottom:0px !important;}
	.musicTopChart .productRow {display:flex; flex-wrap:wrap;}
	.musicTopChart .productRow .col-sm-3 {flex:0 0 50%;}
	.musicTopChart .parent-category-section { margin-top: 0px !important; }
	
/* 	merchandise Page */
	.latestReleaseSec { .wpb_row { padding: 40px; }}
	.latestReleaseSec { & .wpb_row { & .wpb_column { h2 {  margin-bottom: 0px !important; } } } }
	.latestReleaseSec { button { {margin-top:20px;}}}
	.merchandiseSec h3 {left:0 !important; font-size:22px !important;} 
	.merchandiseSec h2 {margin-bottom:10px;}
	.merchandiseSec .wpb_row:nth-child(3) .wpb_column h3, .merchandiseSec .wpb_row:last-child .wpb_column h3 { left: 15px !important; font-size: 20px !important; }
	
/* 	Album Shop Page */
	.popularCategory { .wpb_row { padding: 40px; } }
	.popularCategory .wpb_row .wpb_column .top5-container .col-sm-4 .artist {height:300px !important;}
	.popularCategory .wpb_row .wpb_column .top5-container .col-sm-4 h2 { font-size:24px !important; line-height:32px !important;}
	
/* 	Prodcast Page */
	.podcastSec { .wpb_row { padding: 40px; } } 
	.podcastSec .wpb_row .wpb_column .recent-container .row .column-inner .d-flex:first-child .content h4 {font-size:16px !important; }
	
/* DONATE PAGE	 */
	.donationSec { .wpb_row { margin-top: 50px; margin-bottom: 50px; } }
	.donationSec { & .wpb_row { & .wpb_column { img { margin-bottom: 50px; } } } }
	
/* 	Contact Page */
	.contactSec { margin-top: 30px; }
	.contactSec { & .wpb_row { &:first-child { margin-bottom: 0px; } } }
	.contactSec { & .wpb_row { &:nth-child(2) {margin:0px !important; padding:30px 35px !important;} }}
	.contactSec .wpb_row:nth-child(2) .wpb_column .wpb_wrapper .vc_btn3-container a, .contactSec .wpb_row:nth-child(2) .wpb_column .wpb_wrapper .vc_btn3-container button {font-size:15px !important;}
	.contactSec .wpb_row:last-child {margin:0 2vw 50px; padding:40px 27px;}
	.contactSec .wpb_row:last-child form .gform_footer input#gform_submit_button_2 {font-size:18px !important;}
	
/* 	cart */
	.postid-720 .container {width:900px !important;}
	.woosb-products.woosb-products-layout-grid-4 .woosb-product {width:40% !important;}
	.wc-block-checkout__sidebar .wc-block-components-product-name {font-size:16px !important; line-height:25px !important;}
	.wc-block-components-order-summary.is-large {padding:0px !important;}
	.wc-block-components-order-summary .wc-block-components-order-summary-item__description {padding-right:0px !important; padding-left:18px !important;}
	.wc-block-components-express-payment-continue-rule {margin:6px 0px 8px !important; font-size:20px !important; text-transform:capitalize;}
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {font-size:20px !important;}
	
/* 	daily gift page */
	.dailyGift h2 {margin-bottom:20px !important;}
	.dailyGift .productRow {display:flex !important; flex-wrap:wrap}
	.givewp-layouts-section__header {color:#fff !important;}

	
	
	
	
	
	
	
}
@media (max-width: 768px){
	h1, h1 span, h1 strong  {font-size:32px !important; line-height:40px !important;}
	h2, h2 span, h2 strong {font-size:26px !important; line-height:34px !important;}
	h3, h3 span, h3 strong {font-size:20px !important; line-height:28px !important;}
	h4 {font-size:18px !important; line-height:26px !important;}
	p {font-size:14px !important; line-height:22px !important;}
	a {font-size:14px !important;}
	
/* 	Header */
	header{padding-top:15px !important; border:none !important;}
	header .header-row{position:relative; padding:0px !important;}
	header .navbar-header, header .mega-toggle-blocks-center, header .mega-toggle-blocks-left{display:none !important;}
	header .mega-menu-toggle{background:transparent !important; width:60px !important; margin-left:auto !important;}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{background-color: #CCAC40 !important;}
	header .navigation #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {padding-bottom:8px}
	header .h-logo{width:50% !important; z-index: 99999; position: absolute; top:0;}
	header #mega-toggle-block-0{margin-top:27px;}
	header .h-menu{width:100%; padding:0px !important;}
	header .header-row .navbar{display:block !important;}
	header .h-button{width: 132px; position: absolute; z-index: 99999; right: 52px; top:24px;}
	header .h-button a{font-size: 12px !important; padding:8px 16px !important;}
	header #mega-menu-primary{margin-top:60px !important;}
	header .h-logo img{width:190px !important;}
	
/* footer */
	footer .touch {display:block;}
	footer .touch-section {padding:22px 0px;}
	footer .touch-section .text p {margin-top:10px; margin-bottom:25px;}
	footer .touch-section .text ul {margin-bottom:30px;}
	footer .form {padding:40px 20px 0px;}
	.gform_button {font-size:14px !important; padding:10px 20px;}
	footer .footer {padding:0px;}
	footer .footer .f-logo p {margin-top:5px;}
	footer .footer h4 {margin-top:20px; text-align:center;}
	footer .footer ul {text-align:center;}
	footer .f-logo {text-align:center;}
    footer .form input::placeholder{font-size:15px;}
	footer .form .input input {padding:10px;}
	
	
	
/* 	Honme Page  */
	
	/* 	banner  */
	
/* 	section 1 */
	.section-1{padding-top:30px !important;}
	.section-1 h2{margin-top:10px;}
	.section-1 .text-block h6 {font-size:26px !important;}
	.section-1 .top-text p {margin-top:5px;}
	.section-1 .vc_inner { margin-top: 20px; display:flex;}
	.section-1 .vc_inner .wpb_text_column .wpb_wrapper{text-align:center;}
	.home-image .vc_column-inner{padding:0px !important;}
/* 	features */
	.features {padding-top:30px !important;}
	.features .inner-row { padding-top: 5px; }
	.features .inner-row .vc_column-inner {padding:25px 15px;}
	.features .wpb_column{padding-bottom:0px !important; padding-top:20px !important;}
	
/* 	Album */
	.album-section {padding-top:18px !important; padding-bottom:0px !important;}
	.album-text .wpb_wrapper {width:100% !important;}
	.button-row .wpb_wrapper { margin-top: 10px; }
	.album-section .hover-row { padding-top: 0px !important; }
	.album-section .vc_row:nth-child(2){margin-top:30px !important;}
	.album-section img{height: 300px !important; object-fit: cover; border-radius:15px;}
	.album-section .hover-column{margin-bottom:20px !important;}
	.album-section .hover-row .hover-text{transform: translateY(0%) !important; border-radius:15px !important;}
	.album-section .vc_row:nth-child(2) .inner-row1{padding:0px !important; margin-top:0px !important;}
	
/* 	testimonials */
	.testimonials {padding-top:10px !important;}
	.testimonials { & .wpb_row { &:first-child { padding: 0px 0vw 25px 0vw; display: block ; } } }
	.testimonials .wpb_row:last-child .sp-testimonial-carousel-wrapper .tpro-arrow.tpro-button-prev {right: 29% !important;} 
	.testimonials .wpb_row:last-child .sp-testimonial-carousel-wrapper .swiper-wrapper .swiper-slide .sp-testimonial-pro .tpro-client-name {margin-left:80px !important;}
	.testimonials .wpb_row:last-child .sp-testimonial-carousel-wrapper .swiper-wrapper .swiper-slide .sp-testimonial-pro .tpro-client-designation-company {margin-left:80px !important; margin-bottom: 25px !important;}
	#sp-testimonial-pro-272.sp-testimonial-pro-section .tpro-client-testimonial p {font-size:16px !important; letter-spacing:0px !important;}
/* 	#sp-testimonial-pro-wrapper-272.sp-testimonial-pro-wrapper .sp-testimonial-pro-section.sp-tpCarousel {padding:0px 0px 10px 0px !important;} */
	.testimonials .wpb_row:last-child .sp-testimonial-carousel-wrapper .tpro-arrow.tpro-button-prev, .testimonials .wpb_row:last-child .sp-testimonial-carousel-wrapper .tpro-arrow.tpro-button-next  {display:none;}
	.testimonials { & .wpb_row { &:last-child { margin-top: 0px; } } }
	.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .swiper-wrapper { & .swiper-slide {padding: 30px 15px 20px 15px !important; height: 220px;}}}}}}
	#sp-testimonial-pro-272.sp-testimonial-pro-section .sp-testimonial-pro{margin-left:0px !important;}
	#sp-testimonial-pro-wrapper-272.sp_tpro_nav_position_vertical_center .sp-testimonial-pro-section:not(.sp-testimonial-pro-section-thumb), #sp-testimonial-pro-wrapper-272.sp_tpro_nav_position_vertical_outer .sp-testimonial-pro-section:not(.sp-testimonial-pro-section-thumb), #sp-testimonial-pro-wrapper-272.vertical_outer .sp-testimonial-pro-section:not(.sp-testimonial-pro-section-thumb) { margin: 0 15px !important; } 
.testimonials { & .wpb_row { &:last-child { & .sp-testimonial-carousel-wrapper { & .swiper-wrapper { & .swiper-slide { & .sp-testimonial-pro { .tpro-client-name {font-size:18px !important; margin-bottom:0px !important;}}}}}}}}
	#sp-testimonial-pro-wrapper-272.sp-testimonial-pro-wrapper .sp-testimonial-pro-section.sp-tpCarousel {padding:0px 0px 20px 0px !important;}
	
/* prodcast Section	 */
	.poadcast-section {padding-top:15px !important; padding-bottom:20px !important;}
	.poadcast-section p {margin:12px 0px !important;}
	.style-button a {padding:10px 25px !important; font-size:14px !important;}
	.poadcast-section .row-2 { padding: 20px 0px; } 
	.poadcast-section .row-3 {padding:14px 0px; text-align:center;}
	.poadcast-section .row-3 h3 {margin-bottom:10px;}
	.poadcast-section .row-3 img {margin-bottom:5px; }
	.poadcast-section .row-3 .wpb_single_image.vc_align_left {text-align:center; margin-bottom:5px !important;}
	.poadcast-section h2 br {display:none;}
	
/* 	last-section */
	.last-section {padding-top:10px !important; padding-bottom:40px !important;}
	.last-section p {margin-bottom:25px !important; margin-top:8px !important;}
	.last-section .row-2 {display:flex; align-items:center; width:100% !important;}
	.last-section h3 {margin-bottom:15px !important;}
	
	
/* 	About Us page */
	.aboutBanner  .wpb_row:last-child {display: block;}
	.aboutBanner .wpb_row:last-child .wpb_column { padding:20px 25px !important; margin-bottom:30px;}
	.aboutBanner .wpb_row:first-child {height:300px !important;}
	.AboutSec2 { .wpb_row { padding: 0px; } }
	.AboutSec3 .wpb_row .wpb_column .wpb_text_column .wpb_wrapper p { width:100% !important; padding-top:10px;}
	.AboutSec3 .wpb_row .wpb_column .wpb_text_column .wpb_wrapper h1 {margin-top:15px;}
	.AboutSec3 .wpb_row .wpb_column .popularSwiper-container .swiper-button-next {right:39px; top:500px !important;}
	.AboutSec3 .wpb_row .wpb_column .popularSwiper-container .swiper-button-next svg, .AboutSec3 .wpb_row .wpb_column .popularSwiper-container .swiper-button-prev svg {width:40px;}
	.AboutSec3 .wpb_row .wpb_column .popularSwiper-container .swiper-button-prev {left:25px; top:500px !important;}
	.AboutSec3 { & .wpb_row { & .wpb_column { & .popularSwiper-container { & .swiper-wrapper { .swiper-slide { height:320px !important;}}}}}}
	.AboutSec3 { & .wpb_row { & .wpb_column { & .popularSwiper-container { & .swiper-wrapper { .swiper-slide img { height:320px !important; object-fit:cover;}}}}}}
	
	.AboutSec3 { .wpb_row { padding:0px !important;} } 
	.newReleasesSec { .wpb_row { padding: 40px 20px 0px; } } 
	.newReleasesSec { & .wpb_row { &:last-child { display: block; } } } 
	.newReleasesSec .wpb_row:last-child .wpb_column .wpb_row { padding: 20px !important; margin-bottom: 35px; }
	.newReleasesSec .wpb_row:last-child { padding-bottom: 0px !important; }
	
	
/* 	music Page */
	.musicTopChart { .wpb_row { padding: 5px; } }
	.productRow .col-sm-3 {margin-bottom:52px !important;}
	.musicTopChart .wpb_row .wpb_column h2 {margin-top:10px; }
	
/* 	merchandise  */
	.latestReleaseSec .wpb_row { padding: 28px 0px; }
	.musicBanner .wpb_row:first-child { height:300px !important;}
	.latestReleaseSec .wpb_row .wpb_column h2 { margin-bottom:-40px !important;}
	.latestReleaseSec .wpb_row .wpb_column #latestReleases_slider .swiper-button-prev, .latestReleaseSec .wpb_row .wpb_column #latestReleases_slider .swiper-button-next  { display:none !important;}
	.latestReleaseSec .wpb_row .wpb_column #latestReleases_slider .swiper-wrapper .swiper-slide h6 {text-align:center;}
	.latestReleaseSec .wpb_row .wpb_column button {margin-top:10px; }
	.merchandiseSec .wpb_row:first-child .wpb_column h3, .merchandiseSec .wpb_row:nth-child(3) .wpb_column h3, .merchandiseSec .wpb_row:last-child .wpb_column h3 {left:20px;}
	.merchandiseSec .wpb_row:nth-child(2) .wpb_column h2 {margin-top:10px;}
	.merchandiseSec .wpb_row:nth-child(2) .wpb_column {padding:25px 0px; width:90%; margin:0px 16px; }
	.merchandiseSec {row-gap:0px;}
	.merchandiseSec .wpb_row:last-child {padding-bottom: 50px;}
	.merchandiseSec { & .wpb_row { &:nth-child(3) { margin-top: 45px; } } }
	.merchandiseSec { .wpb_row { padding: 0 5px; } } 
	
/* 	Album page */
	.popularCategory { .wpb_row { padding: 40px 10px; } }
	.popularCategory .wpb_row .wpb_column .top5-container .col-sm-4 .artist {width:300px !important; height:280px !important;}
	.popularCategory .wpb_row .wpb_column .top5-container .col-sm-4 { margin-bottom: 40px; }
	.popularCategory .top5-container .row {display:flex; flex-direction:column; justify-content:center; align-items:center;}
	
/* 	prodcast page */
	.podcastSec { .wpb_row { padding: 45px 10px; } }
	.podcastSec { & .wpb_row { & .wpb_column { h2 { margin-bottom:0px;}}}}
	.podcastSec { & .wpb_row { & .wpb_column { .recent-container { margin-top: 27px; } } } }
	.podcastSec .wpb_row .wpb_column .recent-container .row .column-inner .d-flex:first-child .content h4 {font-size:15px !important;}
	
/* 	prodcast page */
	.donationSec { .wpb_row { margin-top: 10px; margin-bottom: 50px; } } 
	.donationSec { & .wpb_row { & .wpb_column { img { margin-bottom: 50px; } } } }
	
/* 	contact page */
	.contactSec { margin-top: 20px; padding-bottom:60px !important; } 
	.contactSec { & .wpb_row { &:nth-child(2) { padding: 15px; margin:0px !important;}}}
	.contactSec { & .wpb_row { &:first-child { margin-bottom: 10px; } } }
	.contactSec { & .wpb_row { &:nth-child(2) { & .wpb_column { .wpb_wrapper {text-align:center;}}}}}
	.contactSec .vc_col-sm-4 .wpb_single_image.vc_align_left { text-align: center; padding-bottom: 10px;}
	.contactSec { & .wpb_row { &:nth-child(2) { & .wpb_column { .wpb_wrapper { display: block;}}}}}
	.contactSec .wpb_row:nth-child(2) .wpb_column .wpb_wrapper .vc_btn3-container a, .contactSec .wpb_row:nth-child(2) .wpb_column .wpb_wrapper .vc_btn3-container button { padding-bottom:12px !important; font-size:14px !important;}
.contactSec .wpb_row:last-child { margin: 0px 0px !important; padding: 40px 5px !important; }
	.contactSec { & .wpb_row { &:last-child { margin: 0px 0px; border-radius: 13.2px; background: #162A47; padding: 50px 10px 30px; } }}
	
/* 	donation */
	.givewp-layouts-section__header {color:#fff !important;}
	#section-1 {color:#fff !important;}
	#give-next-gen .givewp-layouts.givewp-layouts-section {padding-top:0px !important;}
	
	
/* 	cart */
	.wp-block-woocommerce-checkout { padding: 0px 0px 30px !important; } 
	.wc-block-components-product-name {font-size:14px !important; line-height:23px !important;}
	.wc-block-components-express-payment-continue-rule {margin:6px 0px 8px !important; font-size:20px !important; text-transform:capitalize;}
	.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {font-size:20px !important;}
	.is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-mobile .wc-block-components-form .wc-block-components-checkout-step {padding-top:0px !important; margin-bottom:0px !important;}
	.wc-block-checkout__add-note .wc-block-components-checkbox {display:flex; justify-content:end; margin-top:30px;}
	.woocommerce a.button {margin-top:30px !important;}
	
/* 	products, shop */
	body.single-product .shopBanner {height:380px !important;}
	.woocommerce-page .product {display:block !important;}
	.woocommerce div.product div.summary {padding-left:0px !important;}
	.woosb-products[class*="woosb-products-layout-grid"] { height: auto; overflow-y: hidden; }
	.poadcast-section::before, .poadcast-section::after {display:none;}
    .merchandiseSec { & .wpb_row { &:first-child { & .wpb_column { & figure { & .vc_single_image-wrapper { img { margin:10px 0px !important; } } } } } } }
	.merchandiseSec { & .wpb_row { &:nth-child(3) { & .wpb_column { & figure { & .vc_single_image-wrapper { img {  margin: 10px 0px; } } } } } } }
	.merchandiseSec { & .wpb_row { &:last-child { & .wpb_column { & figure { & .vc_single_image-wrapper { img { margin:10px 0px; } } } } } } }
	
/* 	daily gift loung */
    .musicTopChart .parent-category-section { margin-top: 0px !important; }	
	

	
	
}
@media (max-width: 777px){
	.banner canvas, .banner sr7-bg, .banner sr7-mask, .banner sr7-module, .banner sr7-adjuster, .banner sr7-content{height:400px !important;}
	.banner sr7-arrow, .banner sr7-bullets{display:none !important;}
}
@media (max-width:540px){
	header{padding:12px 0px !important;}
	header #mega-toggle-block-0{margin-top:10px !important;}
	header .h-button{top:16px !important;}
	header .h-logo{top:-2px !important;}
	header .h-logo img{width:150px !important;}
	header #mega-menu-primary{margin-top:30px !important;}
/* 	.mBanner {margin-top:-86px;} */
}
@media (max-width:375px){

}