@font-face {
  font-family: "MaisonNeueExtendedXBold";
  src: url('/assets/font.woff2') format('woff2'),
    url('/assets/font.woff') format('woff');
}

body,
html {
  color: #000000;
  font-family: "Plus Jakarta Sans", serif;
/*   font-family: 'Albert Sans', sans-serif; */
  font-weight: 400;
  font-size: 25px;

}

p{
	font-size:18px;
}

p.normal-font{
	font-weight:normal;
}

a:hover {
  opacity: 1;
	color:#000;
}

h1,
h2,
h3,
h4,
h5,
h6,p {
   color:#000;
   font-family: "Plus Jakarta Sans", serif;
}
h2{
    font-size: 30px !important;
    line-height: 38px;
	font-weight:normal;
    font-family: "Plus Jakarta Sans", serif;
}

.h3, h3 {
    font-size: 30px;
}

a.actionbtn {
    font-size: 18px;
    line-height: 23px;
    background: transparent;
    color: #CB9813;
    border: 1px solid #CB9813;
    border-radius: 15px;
    padding: 10px 25px;
    text-decoration: none;
}

a.actionbtn:hover{
	color:#fff;
 border: 1px solid transparent;
background: transparent linear-gradient(226deg, #F8EAC4 0%, #CB9813 100%) 0% 0% no-repeat padding-box;

}
a.secondary-btn {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 17px;
    color: #DEB64A;
    font-weight: 400;
    /* margin-top: 5% !important; */
}

.img-objectfit-cover img {
    object-fit: cover !important;
}

a.actionbtn.gradient-btn{
	color:#fff;
 border: 1px solid transparent;
background: transparent linear-gradient(226deg, #F8EAC4 0%, #CB9813 100%) 0% 0% no-repeat padding-box;
}
a.actionbtn.gradient-btn:hover{
	 background: transparent;
    color: #CB9813;
    border: 1px solid #CB9813;
}

a.tertiarybtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 7px 25px;
    border-radius: 15px;
}
a.tertiarybtn:hover{
    background:#fff;
    color:#CB9813;
    text-decoration: none;
}
.hide-header header{
	display:nome;
}
.hide-header footer{
	display:nome;
}
/*** MHY header css **/
.container{
    width:80%;
    max-width: 100%;
    margin: 0 auto;
}

.full-width.container {
    width: 100%;
}

.bg-helper-overlay {
    position: relative;
}
.bg-helper-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 1;
}

.btn,
.gform_button {    
    font-size: 18px !important;
    padding: 17px 18px;
    text-align: center;
}

.btn-block {
    width: 100%;
}

.btn-gradial {
    background: linear-gradient(120deg, #f7e29c 0%, #f1c550 15%, #d4a017 45%, #b8860b 100%);
    box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.5),
              inset 0 0 15px rgba(0, 0, 0, 0.2);
    border: 1px solid #DEB64A;
    color: #FFF;
}

.btn-with-min-width {
    min-width: 200px;  
	border-radius:15px;
	padding: 11px 18px;
}

p {
    padding: 0 !important;
}

.bg-helper-overlay .row {
    z-index: 10;
    position: relative;
}

.small-row, .et-pb_row.small-row {
    max-width: 800px;
    margin: 0 auto;
}
.et_pb_row.medium-row {
    width: 60% !important;
}

.et_pb_row.fullwidth-row{
	width:100% !important;
	max-width:100%!important;
	margin:0 auto!important;
}
.header-row {
    width: 100%;
    display: flex;
    align-items:center;
    padding: 20px 0;
}
.logo{
    width:100px;
}
header .main-navigation{
    width:70%;
    margin:0 auto;
}
#header ul{
    margin-bottom: 0;
}
#header li{
    display: inline;
    padding: 0 10px;
}
#header li a{
    font-size: 18px;
    color: #fff;
}
.mt-70 {
    margin-top: 70px;
}
#header .main-navigation li{
    display: inline;
    float: left;
    position: relative;
   margin-right:8% !important;
    padding-left: 0 !important;
}
#header.main-navigation li a{
padding: 0 20px;
    padding-left: 0;
	position:relative;
}
ul.sub-menu{
    position: absolute;
   top: calc(100% + 1px);
    left: 0;
    z-index: 2000;     
    width: 100% !important;
    width: 150px !important;
    padding-top: 0 !important;
    box-shadow: none !important;
/* 	opacity:0; */
	opacity:1;
	display:none;
	background:#DEB64A;
	padding:8px;
}
ul.sub-menu li{
    text-align: left;
    width: 100%;
    border-top: 1px solid #fff;
     font-size: 18px !important;
    line-height: 22px;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
ul.sub-menu li:first-child{
	border-top:0;
}
.cat-menu a {
    color: #000000;
}

.cat-menu a.active {
    text-decoration: underline;
}

.cat-menu li a {
    display: block;
    padding: 10px 0;
}

.cat-menu li > ul.cat-sub-menu {
    padding-bottom: 0px;
    display: none;
}

ul.sub-menu li a{
    padding:0;
    font-size: 18px !important;
    line-height: 22px;        
}
.main-navigation li:hover ul.sub-menu{
/* 	opacity:1; */
	display:block;
}
.main-navigation li a:hover{
	text-decoration:none;
}


/** header **/
.account-login li {
    background: #cb9815;
    padding: 10px 15px !important;
    border-radius: 10px;
}


body.scrolled header.global-header .account-login li, 
.no-transparent-header header.global-header .account-login li,
.woocommerce-cart header.global-header .account-login li, 
.woocommerce-checkout header.global-header .account-login li, 
.single-product header.global-header .account-login li{
    background: transparent !important;
}
.woocommerce-wrap li.product {
    position: relative;
}

.woocommerce-wrap li.product .price{
    position: absolute;
    top: 0;
    left: 0;
    background: transparent linear-gradient(237deg, #F8EAC4 0%, #CB9813 100%) 0% 0% no-repeat padding-box;
    padding: 10px;
    font-size: 22px !important;
    padding: 14px 17px;
} 

.woocommerce-wrap li.product a.button {
    background: #DEB64A;
    font-size: 14px;
    display: block !important;
    text-align: center;
    color: #FFF;
    padding: 8px;
}

 .woocommerce-wrap.woocommerce a.button:hover:after {
    font-size: 23px;
 }

.woocommerce-wrap li.product .price .amount,
.woocommerce-wrap .price span {
    color: #FFF !important;
}

.woocommerce-wrap.woocommerce .products ul::after,
.woocommerce-wrap.woocommerce .products ul::before, 
.woocommerce-wrap.woocommerce ul.products::after,
.woocommerce-wrap.woocommerce ul.products::before {    
    display: none;
}

.woocommerce-wrap.woocommerce ul.products {            
    display: grid;
    gap: 70px;
    grid-template-columns: repeat(12, 1fr);
}

.woocommerce-wrap.woocommerce ul.products.no-result {                
    grid-template-columns: repeat(1, 1fr);
}

.woocommerce-wrap.woocommerce ul.products li.product {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: auto !important;
    overflow: hidden;
    grid-column: span 4;
}

.woocommerce-wrap.woocommerce ul.products li.product a img {
    height: 180px !important;
    object-fit: contain;
    background: #d5d5d5;
}

.woocommerce-wrap .product h2.woocommerce-loop-product__title {
    font-size: 18px !important;
}

.main-navigation li {
        margin-right: 5% !important;
    }
	 .et_pb_row{
        width:70% !important;
        max-width:100% !important;
        margin:0 auto !important;
    }		.small-row, .et-pb_row.small-row {
		width: 800px !important;
    max-width: 800px !important;
    margin: 0 auto;
}
.border-bottom-sec{
	border-bottom:1px solid #CB9813;
	padding-bottom:4% !important;
}

    .aside-content {
        max-width: 471px;
    }

.hero.subpage {
    background: #eeeeee no-repeat center center;
    min-height: 700px;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
/* 	min-height:auto !important; */
	padding:15% 0;
}

.hero.subpage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(0 0 0 / 63%), transparent);
    z-index: 1;
}

.hero.subpage h1 {
 color: #fff;
}

.hero.subpage .content {
    z-index: 2;
    position: relative;    
}

.hero.subpage.with-ovelay-stroke::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/web-page-gold-strokes.png) no-repeat center bottom;
    z-index: 4;
    background-size: contain;
}

header.global-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;	
}

.home:not(.scrolled) header.global-header {
    background: transparent;
}


body.scrolled header.global-header,
.no-transparent-header header.global-header,
.woocommerce-cart header.global-header,
.woocommerce-checkout header.global-header,
.single-product header.global-header
{
    background: transparent linear-gradient(90deg, #BF8C05 0%, #FCE5AB 11%, #CB9813 28%, #EBCB79 83%, #CB9813 100%) 0% 0% no-repeat padding-box;
}

.single-product #et-main-area {
    padding-top: 120px;
}

.box-blurb-with-shadow .et_pb_blurb_content{
    max-width: 485px;
    position: relative;
    padding: 40px 54px 10px 40px;
    margin-bottom: 34px;
}

.box-blurb-with-shadow .et_pb_blurb_content::after,
.box-blurb-with-shadow .et_pb_blurb_content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: calc(100% - 20px);
    top: 0px;
    left: 0;
    z-index: -1;
    border-radius: 40px;
}

.box-blurb-with-shadow .et_pb_main_blurb_image,
.box-blurb-with-shadow .et_pb_module_header {
    position: relative;
    z-index: 5;
}

.box-blurb-with-shadow .et_pb_blurb_content::before{
    background: #FFFFFF;  
    z-index: 2;
    border: 1px solid #CB9813;
}

.box-blurb-with-shadow .et_pb_blurb_content::after{      
    background: transparent linear-gradient(180deg, #F5E4B8 0%, #CB9A19 100%) 0% 0% no-repeat padding-box;
    left: auto;
    right: -22px;
    top: 34px;
}

.no-transparent-header #et-main-area  {
    padding-top: 150px;
}

.menu-item-has-children>a:first-child:after {
    font-family: ETmodules;
    content: "3";
    font-size: 16px;
    position: absolute;
/*     right: 0; */
    top: 0;
    font-weight: 800;
}

.ov-container-fluid {
    max-width: 100%;
    width: 100%;
    padding: 0;
}


/** global social media section **/
.global-socialsection {
    padding: 100px 0 0;
}

.global-socialsection h3{
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
.global-socialsection  ul{
    text-align: center;
    margin-top:40px;
}
.global-socialsection  li{
    display: inline-block;
    margin:0 20px;
}
.global-socialsection  li img{
    width:40px;
}
/** footer **/
/* footer.global-footer {
    background: transparent linear-gradient(90deg, #BF8C05 0%, #F8EAC4 20%, #DEB64A 51%, #F8EAC4 83%, #CB9813 100%) 0% 0% no-repeat padding-box;
    padding: 100px 0 50px 0;
} */
footer.global-footer{
    background:url(/wp-content/uploads/2025/01/footer.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 50px 0;    
}
footer.global-footer *{
    color:#000 !important;
}
.footer-row{
    display: flex;
}

.footer-row *{
    flex:1;
}

footer.global-footer h4{
    font-size: 18px;
    text-decoration: underline;
}

.global-footer li{
    padding-bottom: 10px;
}
.global-footer .logo img {
    width: 300px;
}


/** body **/
div#main-content{
	padding-left:0;
	padding-right:0;
}
/* .home-banner .et_pb_row{
    padding:12% 0;
} */
.home-banner *, .page-banner *{
	color:#fff;
}
.home-banner h1, .page-banner h1{
font: normal normal normal 40px/51px Plus Jakarta Sans;
letter-spacing: 0px;
color: #FFFFFF;
text-shadow: 0px 3px 6px #00000029;
opacity: 1;
    
}
.home-about h2{
	text-transform:uppercase;
	font-size:30px;
	font-weight:400;
}

.page-banner *{
	text-align:center;
}
/* .page-banner .et_pb_row{
    padding:12% 0;
} */

/** home page services blurb **/

.home-services-blurb  a{
    color:#fff;
  
    
}
/* .et_pb_blurb_description{
     position: absolute;
    bottom:0;
    
    
} */
.et_pb_blurb_content{
    width:100%;
    max-width: 100%;
}
.home-services-blurb .et_pb_column{
    padding: 12% 5% 4% 5%;;
    display: flex;
    flex-flow: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
	    border-radius: 40px;
	 transition: all 0.3s ease-in-out;
    background-size: cover;
    
}
.home-services-blurb .et_pb_column:before{
        content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
	 border-radius: 40px;

}
.home-services-blurb h4 {
    color: #fff;
    margin-bottom: 90%;
}

.home-services-blurb .et_pb_column:hover{
      outline: 1px solid #CB9813;
    outline-offset: 15px;
    border-radius: 35px;
}

.home-services-blurb .et_pb_column:hover{
      outline: 1px solid #CB9813;
    outline-offset: 15px;
    border-radius: 35px;
}


.home-services-blurb .et_pb_column:hover{
background-size: 120%;
}

.et_pb_row.subs-box-row{
	  display: flex;
}
.subs-gradient-box {
    position: relative;
    background: #fff;
    margin-right:10% !important;
    width: 47% !important;
}
.subs-gradient-box:last-child {
   margin-right:0 !important;
}
.subs-gradient-box .et_pb_module {
    background: #fff;
      padding: 7%;
        border: 1px solid #CB9815;
        border-radius: 40px;
	    height: 100%;
}
.subs-gradient-box h3{
    font-size: 18px;
    font-weight: 600;
	height:40px;
}

.subs-gradient-box .et_pb_code_inner {
    height: 100%;
}
.subs-gradient-box h4{
    font-size: 60px;
    font-weight: bold;
    color:#CB9815;
}
.subs-gradient-box *{
    text-align: center;
}
.subs-gradient-box:after{
    content:"";
    position: absolute;
    bottom:-29px;
    right:-29px;
    width:100%;
    height:100%;
    z-index: -1;
    border-radius: 40px;
    background: transparent linear-gradient(180deg, #F5E4B8 0%, #CB9A19 100%) 0% 0% no-repeat padding-box;
}
.subs-gradient-box a.actionbtn{
    position: absolute;
    bottom:0;
    right:0;
    left:0;
    margin: 0 auto;
    width:150px;
    
}
.subs-gradient-box .et_pb_code_inner {
    height: 100%;
    padding-bottom: 70px;
}

.halfwidth-subs .subs-gradient-box {
    position: relative;
    background: #fff;
    margin: 0 3% !important;
    width: 27% !important;
        height: 450px;
}
.bg-img-content-sec {
    padding:5% 0;
}
.bg-img-content-sec *{
    text-align: center;
    color:#fff;
}

/** blog **/
#main-content .container:before{
	display:none;
}

.blog-section *{
	color:#000 !important;
}
.left-blog-side {
    width: 55%;
	margin-right:5%;
	display:block;
	float:left;
}
.right-blog-side {
    width: 40%;
	display:block;
	float:left;
}

.home div#et-main-area {
    padding-top: 0;
}


.et_post_meta_wrapper {
    display: block;
    float: left;
    width: 100%;
}

/** single classes **/
h1.page-title {
    font-size: 30px;
    font-weight: 400;
}


.single-classes h4 {
    font-size: 20px;
}
.go-back-sec {
	margin-bottom:50px;
}

.divider {
    background: none;
    border-top: 1px solid #CB9813;
    opacity: 1;
}

#comment-wrap {
    padding-top: 20px;
}

.comment-overrides .logged-in-as{
    display: none;
}

.comment-reply-title span {
    font-size: 0px; 
}
.comment-reply-title span::after {
    content: "Leave a Comment";
    font-size: 30px;
    font-weight: 400;
    color: #000;
}

.form-submit {
    text-align: left;
}

#commentform textarea {
    border: 1px solid #CB9813;
    background: transparent;
    border-radius: 40px;
    min-height: 315px;
    padding: 30px;
}

.form-submit {
    text-align: left;
}

.form-submit .et_pb_button,
.gform_button   {
    background: transparent linear-gradient(235deg, #F8EAC4 0%, #DEBA5C 59%, #CB9813 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #DEB64A !important;
    border-radius: 15px !important;
    opacity: 1 !important;
    color: #FFFFFF;
}

.btn.btn-outline {
    background: transparent;
    border: 1px solid #CB9813;
    color: #CB9813;
    border-radius: 15px;
}

.btn.btn-outline:hover,
.btn-outline.btn-active {
    background: #CB9813;
    color: #fff;
    border: 1px solid #CB9813;
}

.input-thin {
    font-size: 18px;
    height: auto;
    padding: 2px 10px;
    border-color: #000000 !important;
}

.no-border {
    border: none !important;
}
a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
.bold-font{
	font-weight:bold;
}

.btn-back-top {
       position: absolute;
    bottom: 120px;
    right: -120px;
    background: #F8EAC4;
    border-color: #F8EAC4;
    width: 120px;
    font-size: 15px !important;
    color: #CB9813;
    font-weight: 600;
    padding: 8px;
}

/*** prpro custom css here **/
/** to hide the change membership button from the membership-account page **/
span.pmpro_card_action #pmpro_actionlink-change{
	display:none;
	 pointer-events: none;
}
.pmpro_section_content .pmpro_card_actions  .pmpro_card_action_separator{
	display:none !important;
}


/* form styling */

/*
#et-main-area input.text, 
#et-main-area input.title, 
#et-main-area input[type=email],
#et-main-area input[type=password],
#et-main-area input[type=tel],
#et-main-area input[type=text],
#et-main-area select,
#et-main-area textarea {
    background: transparent;
    border: 1px solid #DEBA5C;
    border-radius: 15px;
    font-size: 18px !important;
    padding: 10px 15px !important;
    width: 100%;
}
*/

.gform-field-label {
    margin-bottom: 5px;
}

body .gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin-top: 5px;
}

/** class (tv) website code **/

.iframeContainer iframe{
    width: 100%;
    height: 547px;
}


.info-sec, .video-sec{
	width:50%;
	float:left;
}
.info-sec{
	margin-right:5%;
}
.info-sec{
	width:45%;
}
.video-sec iframe {
    height: 500px;
    width: 100%;
}
.comments-section {
    display: block;
    float: left;
    width: 100%;
}

.social-media-follow-sec *{
    text-align: center;
}
.social-media-follow-sec ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 30px;
}
.fa-youtube {
    color: red;
}
.fa-instagram {
    color: purple;
}


/** testimonial **/
.testimonials-container {
    margin: 0 auto;
}

.testimonial-row {
    padding: 20px;
    margin: 0;

}

.testimonial-row.even {
    background-color: #FFF;
}

.testimonial-row.odd {
    background-color: #FEFBF5;
}

.testimonial-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial-content {
    text-align: center;
    width: 60%;
    margin: 0 auto;
	  font-size: 1rem;
    color: #333;
	padding:3% 0;
}
.testimonial-row div{
    font-size: 18px;
    line-height: 23px;
}
.testimonial-row div, .testimonial-row p{
    margin-bottom: 0.6rem;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
	color:#000;
	font-family: "Plus Jakarta Sans", serif;
}
.testimonial-row *{
	color:#000 !important;
}
.testimonial-row blockquote {
    border: 0;
    margin: 0;
}
.testimonial-row *{
	font-style: normal;
	font-weight: normal;
	text-align:center;
}
.testimonial-row li{
	list-style:none;
}
.testimonial-row *{
	border:0 !important;
}


.testimonial-row div:last-child,
.testimonial-row p:last-child{
    margin-bottom: 0rem;
}

#testimonial-list .testimonial-row:nth-child(2n){
    background: #FEFBF5;
}
.testimonial-loadmore{
    text-align: center;
}
button#load-more-testimonials{
    margin-top: 4%;
	margin-bottom:2%;
    border:0;
    background: transparent;
    font-size: 20px;
    text-decoration: underline;
}
.video-info-association-sec {
    background: url(images/bg-sample.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
}

.social-media-follow-sec{
    display: none;
}
.video-info-association-sec *{
	text-align:center;
	color:#fff;
}

/** bread crumbs **/

.breadcrumbs {
    display: flex;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumbs a {    
    font-size: 16px;
    color: #000000;
}

.breadcrumbs .back-btn-wrap a {
    text-decoration: underline;
}

.breadcrumbs li:not(:last-child) {
    margin-right: 5px;
}

.breadcrumbs li:not(:first-child):not(:last-child)::after {
    content: ">";
    display: inline-block;
    margin-left: 5px;
}

.breadcrumbs .back-btn-wrap {
    margin-right: 40px !important;
}

/** podcast video list section **/

.videolist-row{
    display: flex;
   flex-flow: row wrap;
    
}
.vidoelist-column {
    width: 15%;
    margin-right: 10%;
    float: left;
    margin-bottom: 3%;
}
.vidoelist-img{
    width:100%;
}
.videolist-row .video-sec{
    width:100%;
}
.videolist-row h2 {
    font-size: 18px;
    padding-top: 10px;
    line-height: 23px;
    display: block;
    float: left;
}

.vidoelist-content img {
    height: 200px;
    object-fit: cover;
}
.vidoelist-section .more-blog-btn {
    text-align: center;
    border-top: 1px solid #DEBA5C;
    padding-top: 2%;
}
.vidoelist-section button#load-more {
    border: 0;
    background: transparent;
}


/** blog sec */
.blog-row {
    display: flex;
    flex-flow: wrap;
    
}

.blog-column {
    width: 28.6%;
    margin-right: 7%;
    margin-bottom: 5%;
}
.blog-column h4 {
    font-size: 20px;
    display: block;
    float:left;
    padding-top: 10px;
	width: 100%;
}

.blog-content a.actionbtn{
 
    color:#DEBA5C;
    padding:10px 20px;
    border: 1px solid #CB9813;
border-radius: 15px;
}

.blog-content a.actionbtn:hover{
	color:#fff;
}

.blog-column .squared {
    height: 350px;
}
.blog-column .squared img{
    height:100%;
    object-fit: cover;
	width:100%;
}

.blog-search {
    margin-bottom:2%;
}

.blog-search input{
    padding:10px;
    height:40px;
}

.blog-search button{
    border:0;
    height:40px;
    padding:10px 20px;
    
}
.blog-library-sec {
    display: flex;
    justify-content: space-between;
}
.blog-column:nth-child(3n){
    margin-right: 0 !important;
}

.card {
    border: none;
}

.card .videoImage {
    height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.card span.cardTitle {
    display: block;
    padding: 32px 11px;
    color: #000000;
    font-size: 18px;
}


/*********************** main webiste (sri)*********************/
.et_pb_row.alter-row {
    display: table;
}
.alter-row .et_pb_column {
    margin: 0 !important;
    width: 50% !important;
    display: table-cell;
}
.alter-text {
    position: relative;
    right: 100%;
}
.alter-image {
    position: relative;
    top: 0;
    left: 100%;
    width: 100%;
    padding-left: 10%;
}
.header-section-center h2{
    text-align: center;
}

.header-section-center {
    border-bottom: 1px solid #E1BB5F;
}
.team-slider-sec h4 {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 0;
}
.teamsSlider .team-desc {
    height: 380px;
}
.team-meta{
    padding-top: 30px;
}

.team-meta h5{
    font-size: 18px;
    line-height: 23px;
    color:#CB9813;
    
}

.team-content p{
       font-size: 17px !important;
    line-height: 23px;
	text-align:left;
}
a.read-more {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
	text-align:center !important;
}
/* .slick-slide a.read-more{
    position: relative;
    bottom:-20px;
} */

.team-image{
    height:400px;
}
.team-image img{
    border-radius:40px;
    height:100%;
    object-fit: cover;
}

/*** FAQ **/
.faq-search-filter{
    text-align: center;
    margin-bottom: 2%;
    
}
.faq-search-filter input::placeholder{
    color:#000;
    font-size: 16px;
}
.faq-search-filter form {
    width: 50%;
    margin: 0 auto;
}

.faq-search-filter input{
    width: 80%;
    padding:10px;
    border:2px solid rgb(209,204,204);
  
    
}
.faq-search-filter button{
    padding: 10px 15px;
     border:2px solid rgb(209,204,204);
      border-left:0;
}
div#faq-wrapper{
    display: flex;
}
div#faq-sidebar {
    width: 30%;
}
div#faq-list {
    width: 100%;
}
.faq-row {
    border: 1px solid #CB9813;
    padding: 20px;
    margin-bottom: 2%;
}

.faq-row h3{
    font-size: 18px;
    line-height: 28px;
}
.faq-row p{
    font-size: 17px;
    line-height: 28px;
}

.faq-question{
    display: flex;
}
span.faq-toggle-icon{
    position: absolute;
    right:20px;
    background: rgba(235,203,121,0.2);
   height:40px;
    width:40px;
    line-height:40px;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    color:#d3a122;
    
}

.faq-category-filter ul{
    padding-left:0;
}
.faq-category-filter li{
    list-style: none;
    padding-bottom: 20px;
}

.short-white-text-cta *{
	color:#fff;
}
.overlay-dark:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d0d0d33;
    z-index: 1;
}

.testimonialWrap{
    background:#FEF9EF;
/*     padding: 5% 0%; */
    
}
.testimonialWrap .slick-slide{
    padding:0 0.6%;
    
}
.testimonialWrap .slick-slide *{
    text-align: center;
}

.testimonialWrap p{
    font-size: 18px;
    line-height: 25px;
}

.testimonialWrap h4{
    font-size: 18px;
    
}
.testimonialWrap .slick-track {
    display: flex;
/*     align-items: center; */
}
.testimonialWrap .slick-slide {
    height: auto !important;
    display: flex
;
    text-align: center;
    align-items: center;
}
.testimonialWrap .slick-center {
    border-left: 1px solid #CB9813;
    border-right: 1px solid #CB9813;
 
}
.testimonial-bottom-sec {
    padding: 10% 0;
}


/** contact **/
.gform-body input, 
.gform-body textarea,
.gform-body select
{
   border:1px solid #CB9813 !important;
    border-radius: 15px !important;
	 color:#CB9813 !important;
	
}
.gform-body input::placeholder,
.gform-body textarea::placeholder,
.gfrom-body select,
.et_pb_module .gfrom-body option
{
    color:#CB9813 !important;
}
.gform-theme--foundation .gform_fields{
    row-gap:30px;
}


/*** charity **/
.no-gap-col .et_pb_column{
	margin:0  !important;
	width:25% !important;
}
.no-gap-col .et_pb_image_wrap{
	width:100%;
}
.no-gap-col .et_pb_image_wrap  img{
	width:100%;
}


/** shop **/
.cat-menu{
    padding-left:0 !important;
}
.cat-menu li{
    list-style: none;
}
p.woocommerce-result-count {
    display: none;
}
h2.woocommerce-loop-product__title{
    font-size: 20px !important;
    line-height: 26px !important;
}
.price{
    font-size: 22px !important;
    color:#000 !important;
}
.price span{
    font-size: 22px !important;
    color:#000 !important;
}
.et_overlay:before{
    color:#CB9813;
}
.et_pb_wc_description p.small-font{
    font-size: 14px;
    font-weight: 500;
}
.woocommerce .et_pb_wc_add_to_cart button.single_add_to_cart_button{
    font-size: 18px ;
    line-height: 23px;
    background: transparent;
    color: #CB9813;
    border: 1px solid #CB9813;
/*     border-radius: 15px; */
    padding: 10px 25px !important;
    text-decoration: none;
}
button.button, a.checkout-button{
	
    background: transparent !important;
    color: #CB9813 !important;
    border: 1px solid #CB9813 !important;
    text-decoration: none !important;
}
.woocommerce .et_pb_wc_add_to_cart button.single_add_to_cart_button:hover{
    background:  #CB9813;
    color:#fff;
}
.woocommerce .et_pb_wc_add_to_cart button.single_add_to_cart_button:after{
    display: none;
}
.quantity{
    border:1px solid  #CB9813;
    background: transparent !important;
/*      border-radius: 15px; */
}

.quantity input{
    background: transparent !important;
     border-radius: 15px;
    padding-top:13px !important;
    padding-bottom: 13px !important;
    color:#000 !important;
}
.et_pb_wc_title h1 {
    font-size: 44px;
    line-height: 50px;
}
.et_pb_wc_title {
    margin-bottom: 12% !important;
	margin-top:4% !important;
}
p.price{
    font-size: 22px !important;
    font-weight: 600;
}
.wpgs-for .slick-arrow::before{
    color:#CB9815;
}
button.slick-arrow{
     color:#CB9815 !important;
}
.wpgs-for .slick-arrow::before,
.wpgs-nav .slick-prev::before,
.wpgs-nav .slick-next::before
{
      color:#CB9815 !important;
    opacity: 1;
} 
.woocommerce-message {
    background: #CB9815 !important;
}
a.button.wc-forward{
    color:#CB9815 !important;
}

img.woocommerce-product-gallery__image.wp-post-image {
    border-radius: 40px;
}
 img.attachment-woocommerce_gallery_thumbnail{
	    border-radius: 40px;
}
.wpgs-nav .slick-current{
	    border-radius: 40px !important;
	border:1px solid #CB9815 !important;
	
}
img.woocommerce-product-gallery__image.gallery_thumbnail_first
 {
    border-radius: 40px;
}
.product-row .et_pb_column:last-child{
	margin-top:12% !important;
}
.related-product{
    margin-top: 5% !important;
    padding-top:5em !important;
    border-top:2px solid #CB9813;
    border-bottom:2px solid #CB9813;
}
.product .related-product h2{
    padding-bottom: 20px!important;
}
 .et_overlay:before{
   color: #CB9813 !important;
}
.product h2.woocommerce-loop-product__title{
    font-size: 20px !important;
}
.woocommerce-checkout div#left-area {
    width: 100%;
    margin-top: 180px;
}
h1.entry-title.main_title {
    font-size: 45px;
}
.woocommerce-checkout .woocommerce-breadcrumb {
    display: none !important;
}
.woocommerce-checkout .price span {
    font-size: 17px !important;
    color: #000 !important;
}
.bigger-signup-form label{
    font-size: 18px !important;
}



/*** MHY associaton **/
.mha_recognisations {
    display: flex;
    flex-flow: wrap;
    
}
.mha-courselist{
    width:47%;
    margin-right:3%;
    margin-bottom: 4%;
    border: 1px solid #C6C6C6;
border-radius: 20px;
    padding:20px;
    padding-bottom: 55px;
}

.mha-courseimage{
    height:70px;
    margin-bottom: 15px;
    
}
.mha-courseimage img{
    height:100%;
}
.mha-courselist h3{
    font-size: 20px !important;
    font-weight: bold;
    margin-bottom: 0;
}
.mha-courselist p{
    font-size: 14px;
}
.two-btn-sec {
    display: flex;
    align-items: center;
	
    
}

.mha_recognisations a.actionbtn{
font-size: 15px;
    padding: 5px 15px;
}
.mha_recognisations a{
    font-size: 15px;
    color:#CB9815;
    
}
.mha_recognisations i,
.mha_recognisations svg
{
    font-size: 10px;
}
.mha_recognisations .two-btn-sec {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 20px;
}
.mha-courselist{
    position: relative;
}

/*** association website **/
.icon-on-box{
    background: #E4C574;
    color:#fff;
    padding:10px;
    margin-bottom: 0 !important;
    border-radius: 20px;
     position: absolute;
}
.col-with-branches .natural-t-sec{
   
    top:20%;
    left:50px;
    
}
.col-with-branches .yoga-t-sec{
   
    top:50%;
    right:55px;
    
}
.col-with-branches .massage-t-sec{
   
    bottom:20%;
    left:10px;
    
}
.col-with-branches p{
    margin-bottom: 0;
	font-size:clamp(13px, 0.8vw, 18px);
    
}
.col-with-branches  *{
    margin-bottom: 0 !important;
}

.icon-on-box img{
	width:20px;
}
.et_pb_section.hero-secondary{
    padding:6% 0;
    padding-bottom: 0;
}
.et_pb_section.hero-secondary .et_pb_row{
    padding-bottom: 0;
	display:flex;
	align-items:flex-end;
}
.hero-secondary *{
    color:#fff
    
}
.association-col-left .et_pb_text_inner h3
{
    text-align: left;
    font-size: 21px;
}
.association-col-left .et_pb_text_inner h2{
     text-align: left;
    font-size: 55px !important;
    line-height: 65px !important;
}
.two-btn-sec{
    text-align: left;
    display: flex;
    
}
.two-btn-sec a{
    margin-right: 15px;
}

.hero-secondary .et_pb_column:first-child{
   padding-top: 5%;
	padding-bottom:10%;
}
.et_pb_row.flex-center{
    align-items: center;
    display: flex;
}
.secondary-bg-cta {
    background:#D9B147;
    padding:0 !important;
    border-radius: 20px;
    display: flex;
    height: 100%;  
}

.secondary-bg-cta *{
    color:#fff;
}
.secondary-bg-cta .btn{
    padding:15px 30px !important;
}

.secondary-bg-cta .et_pb_column{
    padding:6%;
    width:70% !important;
    margin:0 !important;
  
}
.secondary-bg-cta .et_pb_column:last-child{
    width:35% !important;
  display: flex;
    align-items: center;
    justify-content: center;
      background: #E4C574;
     border-radius: 20px;
   border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
}
.mha-accordion h5{
 color:#CB9815 !important;
}

.mha-industries-sec h5{
	 font-size: 18px;
    font-weight: bold;
    color:#CB9815
}
.accord-sec {
  display: flex;
    display: inline-flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
}

.accord-sec ul{
  flex-grow: 1;
    padding-left:0;
/*   text-align: center; */
 
}

.accord-sec li{
    list-style: none;
    font-weight: 500;
}
.mha-accordion-sec h4{
    font-size: 18px;
    font-weight: bold;
    color:#CB9815
}
.mha-accordion .et_pb_toggle{
    border:0;
}
.mha-accordion .et_pb_toggle_title:before {
    color: #CB9815;
  
}

.mha-accordion .et_pb_toggle{
    background: transparent;
    border-top:1px solid #BABABA;
    margin-bottom: 0 !important;
    padding-left:0;
}
/** application page **/

.secondary-header{
font-size: 18px;
    font-weight: bold;
    color: #CB9815;
    margin-bottom: 0;
}

.mha-blurb  *{
    text-align: center;
}

.mha-blurb .et_pb_image_wrap{
    height:100px;
    
}

.mha-blurb .et_pb_image_wrap img{
    height:100% ;
    object-fit: contain;
}
/* .mha-blurb .et_pb_image_wrap{
    position: relative;
}
.mha-blurb .et_pb_image_wrap:before{
    content:" ";
    position: absolute;
    top:0%;
    width:100px;
    height:100px;
    border-radius: 50%;
    background: #F6E7BC;
    right:45%;
    z-index: -1
    
} */

.cover-blurb {
    display: flex;
	flex-flow:wrap;
}
.cover-blurb .et_pb_module{
    margin-bottom: 15px !important;
}
.cover-blurb .et_pb_column{
    background: #F6E7BC;
    padding: 2%;
	margin-bottom:0;
    border-radius: 20px;
    
}
.cover-blurb .et_pb_image_wrap {
      height:50px;
}
.cover-blurb img{
    height:100%;
    object-fit: contain;
}
.cover-blurb  h3{
    font-weight: 600;
}
.price-sec{
    display: flex;
}
.price-sec h3{
    font-size: 70px;
    line-height: 65px;
    color:#CB9815;
}
.price-sec sub, 
.price-sec sup
{
    font-size: 12px;
    color:#000;
}
.price-sec sup {
    top:-2rem;
}

.price-sec h3 span{
    font-size: 30px;
}

.cover-blurb li{
    position: relative;
    padding-left:20px;
    list-style: none;
    color:#584105;
    font-weight: 500;
}
.cover-blurb li:before{
    content: "\f058";
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: bold;
    position: absolute;
    left: 0;
    color:#CB9815;
    top: 5%;
    
}


.border-white-btn{
    border-color:#fff !important;
    color:#fff !important;
}

/*** mha header **/
.et_pb_section.mha-header{ 

background:transparent linear-gradient(90deg, #BF8C05 0%, #FCE5AB 11%, #CB9813 28%, #EBCB79 83%, 
    #CB9813 100%) 0% 0% no-repeat padding-box;
    padding:0;
}

.mha-header .et_pb_row{
        width: 80% !important;
    max-width: 100%;
    margin: 0 auto;
	display:flex;
	align-items:center;
}

.mha-header-logo-col .et_pb_module{
    display: inline-block;
    float: left;
    margin-bottom: 0 !important;
    margin-right: 10px;
    
} 
.mha-header nav a{
    color:#fff;
}

.mha-header .et_pb_menu .et_pb_menu__wrap{
	justify-content:flex-end;
}
.et_pb_column.mha-header-logo-col {
    width: 20%;
    margin-right: 2%;
}
.et_pb_column.mha-header-nav-col {
    width: 76%;
}
.white-btn a{
    background: #fff;
    color: #D9B148 !important;
    padding: 10px !important;
    border-radius: 10px;
    font-size: 14px;
    
    
}

.mha-header .et-menu.nav{
    display: flex;
    align-items: center;
}
.mha-header li a{
/*    margin-top: 10px; */
}

.mhy-content-wrap .container,
.mhy-content-wrap .container .row .column_container  {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important; margin: 0 !important;
}

.mhy-course-content {
    padding: 0 !important; margin: 0;
    list-style: none !important;
}

.mhy-course-content li {
    padding: 15px 10px;
    font-size: 16px;
}

.mhy-course-content li:first-child {
    background: #DEB64A;
    border: 1px solid #DEB64A;
    border-radius: 15px;
    color: #FFF;
    font-size: 18px;
}

.mhy-course-content li:not(:first-child) {
    border-bottom: 1px solid #CB9813;
}

.mhy-additional-detail--blurb {
    font-size: 16px;
    margin-bottom: 25px;
}




.mobile-navigation{
	display:none;
}
.woocommerce ul.products li.product .button {

   border: 1px solid #DFB952 !important;
    color: #DFB952 !important;
    background: #fff;
    padding: 5px 20px;
}
.woocommerce ul.products li.product .button:hover{
	 color: #fff !important;
    background: #DFB952;
}

.pmpro_btn{
    background: #d4a631;
 border: 1px solid #d5a732;
}
.pmpro_message{
    
}
.pmpro_message {
    background-color: #e4c2649c;
    border: 1px solid #e5c265;
    
}
.pmpro_card_title {
        color: #d2a329;
}
.pmpro_card_content .pmpro_form_heading{
     color: #d2a329;
}
.pmpro_section {
    margin-bottom: 0 !important;
}
.pmpro_card_title {
    color: #d2a329 !important;
    font-size: 25px !important;
}
.pmpro_card_content .pmpro_form_heading{
	color: #d2a329 !important;
    font-size: 25px !important;
}

button#load-more-blogs {
    background: #e2bd5c;
    border: 0;
    padding: 8px 15px;
    font-size: 17px;
    color: #ffff;
    border-radius: 10px !important;
}
.single-post article li{
    font-size: 18px;
    padding-bottom: 6px;
    font-weight: 500;
}
.single-post article h2{
    font-size: 24px !important;
   
}
.single-post article h3{
    font-size: 24px !important;
   
}
h1#comments {
    font-size: 30px;
}
.terms-cond-sec li{
    font-size: 18px;
    font-weight:400;
    padding-bottom: 6px;
}
.podcast-img {
    width:160px;
    height:160px;
   
}
.podcast-img img{
	height:100%;
	width:100%;
	object-fit:contain;
}
#podcastList .podcast-item{
	width: 23%;
    margin-right: 2%;
    margin-bottom: 30px;
}
#podcastList .podcast-item:nth-child(4n){
	margin-right:0%;
}
.tv-submenu-sec {
    margin-bottom: 8%;
}
.woocommerce a.button:after{
	display:none !important;
}
.woocommerce ul.products li.product .button {
    border: 1px solid #DFB952 !important;
    color: #DFB952 !important;
    background: #fff;
    padding: 5px 20px;
    width: 150px;
    text-align: center;

}

.shop-products ul.products {
    display: flex;
}
/* .woocommerce ul.products li.product{
   display: flex;
    flex-flow: wrap;
    flex-direction: column;
   justify-content: space-between;
    margin-bottom: 0 !important;
} */

#wc-stripe-express-checkout-element {
    justify-content: left !important;
}
.pmpro_btn, .pmpro_btn:hover {
        background-color: #e9c771 !important;
        border: 1px solid #e9c770 !important;
}
/* .pmpro_card_content {
    padding: 0 !important;
} */

    .pmpro_section #loginform .login-submit .button {
        background-color: #d0a024 !important;
        border: 1px solid #d0a024 !important;
		width:200px !important;
}
.pmpro_card.pmpro_login_wrap {
    padding: 30px;
}
.pmpro_card_actions {
    width: 200px !important;
    margin-top: 10px;
    background: transparent !important;
    border: 0 !important;
}

#pmpro_account-profile .pmpro_card_actions {
    width: 100% !important;
}

.content-vid-sec {
        height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.content-vid-sec img{
    height:100% !important;
    width:100% !important;
    object-fit:cover !important;
    
}

.woocommerce-wrap.woocommerce ul.products li.product a .content-vid-sec img{
	 object-fit:none !important;
	height:100% !important;
}

.wc-block-checkout .wc-block-components-product-metadata__description {
    display: none;
}

/*********************************************************** Responsive Breakpoints ***************************************************/


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

  
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    header.global-header {
        height: 158px;
        display: flex;
        align-items: center;
    }
    
    .home div#et-main-area {
        padding-top: 0;
    }

}


/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 


}




@media only screen and (min-width:1600px){

   
}

@media only screen and (max-width:1800px){
/* 	.main-navigation li {
        margin-right: 5% !important;
    }
	 .et_pb_row{
        width:70% !important;
        max-width:100% !important;
        margin:0 auto !important;
    }		.small-row, .et-pb_row.small-row {
		width: 606px !important;
    max-width: 606px !important;
    margin: 0 auto;
}

    .aside-content {
        max-width: 471px;
    } */
	.et_pb_row {
    width: 80% !important;
	}
}

@media only screen and (max-width:1600px){
.global-footer .logo img {
    width: 80%;
}
	.global-header .container {
    width: 90%;
	}
	footer.global-footer h4 {
    font-size: 16px;
	}
	    footer.global-footer h4 {
        font-size: 13px;
        line-height: 15px;
    }
	#header .main-navigation li {
    margin-right: 7% !important;
}
	.et_pb_row{
        width:80% !important;
        max-width:100% !important;
        margin:0 auto !important;
    }		.small-row, .et-pb_row.small-row {
		width: 606px !important;
    max-width: 606px !important;
    margin: 0 auto;
}
	.et_pb_row.medium-row {
    width: 70% !important;
}
	
	
.hero.subpage {
   
    min-height: 600px;
	}
	/** single classess */
	.video-sec iframe {
    height: 400px;
    width: 100%;
}
	/** main website **/
	.team-image {
    height: 300px;
}
	
	
	/*** association ***/
	.mha-header .et_pb_row {
    width: 90% !important;
	}
	.association-col-left .et_pb_text_inner h2 {
    font-size: 42px !important;
    line-height: 54px !important;
}
	.et_pb_section.classlist-section {
    padding-top: 0 !important;
}
	    header.global-header {
        height: 100px;
	}
	.terms-cond-sec h2,.terms-cond-sec h3 {
		font-size:24px;
	    line-height:30px;
	}
	.container .et_pb_row{
		width:100% !important;
		max-width:100% !important;
	}
}

@media only screen and (max-width:1400px){
p {
    font-size: 16px;
}
	.et_pb_section {
    padding: 20px 0 !important;
}
	    .et_pb_row {
        padding: 1% 0;
    }
	.et_pb_row.medium-row {
    width: 80% !important;
}
	.hero.subpage h1 {
    font-size: 50px;
    line-height: 57px;
}
	.subs-gradient-box h3 {
    font-size: 16px;
}
	.team-slider-sec h4 {
    font-size: 22px;
    line-height: 29px;

}
	.team-meta h5 {
    font-size: 16px;
    line-height: 20px;
	}
	.team-content p {
    font-size: 15px !important;
    line-height: 20px;
	}
	.teamsSlider .team-desc {
    height: 330px;
}

	
	/** testimonial **/
	.testimonial-content {
    width: 80%;
}
	.testimonial-row div, .testimonial-row p, .testimonial-row * {
    font-size: 16px;
    line-height: 21px;
  
}
	
	/*** association **/
	    .association-col-left .et_pb_text_inner h2 {
        font-size: 29px !important;
        line-height: 41px !important;
    }
	.association-col-left .et_pb_text_inner h3 {
    font-size: 14px;
}
	.mha-header .et_pb_row{
        width: 95% !important;
	}
	.mha-header-logo-col .et_pb_module{
		width:90px;
	}
	    .et_pb_column.mha-header-logo-col {
        display: flex;
        align-items: center;
    }
	    #header .main-navigation li {
        margin-right: 5% !important;
    }
	
	.woocommerce-wrap.woocommerce ul.products {
    grid-template-columns: repeat(8, 1fr);
}
	#podcastList .podcast-item{
	width:31%;
	}
	#podcastList .podcast-item:nth-child(4n){
		margin-right:3%;
		
	}
	#podcastList .podcast-item:nth-child(3n){
		margin-right:0%;
	}
}
@media only screen and (max-width:1200px){

    .et_pb_row{
        width:80% !important;
        max-width:100% !important;
        margin:0 auto !important;
    }		.small-row, .et-pb_row.small-row {
		width: 606px !important;
    max-width: 606px !important;
    margin: 0 auto;
}
	
    .teamsSlider .team-desc
 {
        height: 350px;
    }
    .aside-content {
        max-width: 471px;
    }
	.home-services-blurb .et_pb_column {
    padding: 8% 3% 4% 3%
	}
	.subs-gradient-box h4 {
    font-size: 48px;
	}
	
	/**** Association **/
	.icon-on-box{
		padding:5px;
	}
	.col-with-branches .natural-t-sec {
    left: 12px;
}
	.price-sec h3 {
    font-size: 46px !important;
    line-height: 56px;
	}
	.cover-blurb h3 {
    font-size: 18px;
	}
	.cover-blurb li {
    font-size: 13px !important;
    line-height: 17px;
    padding-bottom: 5px;
}

	/**** MHA ***/
	.mha-header nav a{
		font-size:14px;
	}
	.mha-header-logo-col .et_pb_module{
		width:80px;
	}
	.et_pb_column.mha-header-logo-col {
    display: flex;
    align-items: center;
}
	
	.global-footer .container {
    width: 88%;
    max-width: 100%;
    margin: 0 auto;
	padding:0 ;
}

	#podcastList .podcast-item {
    width: 31%;

}
	
	.btn-back-top {
    bottom: 100px;
    right: 10px;
   
}
	
}

@media only screen and (max-width:980px){
.hero.subpage {
    padding: 20% 0;
}
	    .home-services-blurb .et_pb_column{
        padding: 11% 1% 8% 1%;
        width: 30% !important;
        margin-right: 5% !important;
    }
	.home-services-blurb .et_pb_column:last-column{
		margin-right:0 !important;
	}
	.home-services-blurb h4 {
    margin-bottom: 50%;
}
	.halfwidth-subs .subs-gradient-box {
    margin-right:10% !important;
		margin-left:0 !important;
    width: 42% !important;
    height: 400px;
}
	.et_pb_row.halfwidth-subs {
    margin-bottom: 60px !important;
}
	.testimonialWrap p {
    font-size: 16px;
    line-height: 23px;
}
	
	/*** association **/
	.et_pb_section.hero-secondary .et_pb_row {
    display: block;
	}
	    .col-with-branches .natural-t-sec {
        left: 50px;
    }
	.secondary-bg-cta .et_pb_column:last-child{
		width:100% !important;
		border-radius:0;
		background:transparent;
		padding-top:0;
	}
	.secondary-bg-cta .et_pb_column{
		width:100% !important;
	}
	.secondary-bg-cta{
		display:block !important;
	}
	.secondary-bg-cta * {
    text-align: center;
}
	.cover-blurb .et_pb_column {
    margin-right: 2%;
}
	.cover-blurb .et_pb_column{
		width:48% !important;
		margin-bottom:15px;
	}
	.et_pb_module .mobile_menu_bar:before{
	color:#fff !important;
}
.et_mobile_menu{
	border-color:#dfbe66 !important;
}

.mha-header .et_mobile_menu li a{
	padding-left:0;
}
	
	/** mobile menu **/
	/* Base styles */
/* .global-header {
  position: relative;
  background: #fff;
  z-index: 1000;
}
 */

	 .hamburger {
    display: flex; /* Show hamburger */
  }
	#desktopMenu{
		display:none;
	}

	div#mobileAccount{
		display:flex !important;
	}
	
 .mobile-navigation {
           display: none;
        flex-direction: column;
        position: absolute;
        top: 59%;
        right: 0;
        right: 0;
        background: #fff;
        padding: 10px 20px;
        border-top: 1px solid #ddd;
	 box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }

  .mobile-navigation.open,
  .account-login.open {
    display: flex; /* Show when toggled */
  }

  .nav-menu {
    flex-direction: column;
    gap: 10px;
  }

  .account-login ul {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
	.hamburger {
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}
    .hamburger.open span:nth-child(1) {
                transform: rotate(46deg) translateY(7px);
    }
.hamburger.open span:nth-child(2) {
/*   opacity: 0; */
	        transform: rotate(-52deg) translateY(-7px);
}

	    .hamburger.open span:nth-child(3) {
			opacity:0;
/*         transform: rotate(-31deg) translateY(-13px); */
    }

.global-header .container {
    width: 90%;
}
	div#mobileAccount {
    width: 78%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: 2%;
}
	div#mobileAccount  ul{
		margin-top:0 !important;
	}
	#header li a {
    font-size: 16px;
    color: #000000;
}
	    .account-login ul {
  
        flex-flow: row;
    }
	.account-login ul li a{
		color:#fff !important;
	}
	
	    #header .main-navigation li {
        width: 100%;
    }
    ul.sub-menu {
        display: block;
        position: unset;
        background: #fff;
        width: 100% !important;
        opacity: 1;
    }
	header .main-navigation {
    width: 260px;
    margin: 0 auto;
}
	    #header .main-navigation li {
        width: 100%;
        padding: 3px 0 !important;
    }
	    #header li a {
        font-weight: bold;
    }
	#header li a li a{
		font-weight:500 !important;
	}
	ul.sub-menu li a {
    font-size: 15px !important;
    line-height: 21px;
		font-weight:normal !important;
}
	ul.sub-menu li{
		width:100%;
	}
	
	    header.global-header {
        height: 80px;
    }
	.header-row {
    padding: 10px 0;
}
	
	.classes-tabs .mb-5{
		margin-bottom:15px !important;
	}
	
	/*** product shop page **/
	ul.cat-menu {
    padding-bottom: 0;
    margin-bottom: 0;
}
	body .et_pb_section .woocommerce ul.products li.product{
		margin-right:2% !important;
	}
	
}

@media only screen and (max-width:768px){
	h2 {
    font-size: 26px !important;
    line-height: 30px;
}
	.et_pb_row.alter-row {
    display: block;
}
	.alter-row .et_pb_column {
    width: 100% !important;
    display: block;
}
	    .small-row, .et-pb_row.small-row {
        width: 80% !important;
        max-width: 100% !important;
        
    }
.alter-image {
    left: 0%;
    padding-left: 0;
}
	.alter-text {
    right: 0%;
    padding-top: 20px;
}
	    .team-image {
        height: 250px;
    }
	    .teamsSlider .team-desc {
        height: 380px;
    }
	a.read-more{
		font-size:16px;
	}
	.et_pb_module p:last-child{
		margin-bottom:0;
	}
	    .home-services-blurb .et_pb_column {
        padding: 11% 1% 8% 1%;
    }
	.home-services-blurb h4 {
       margin-bottom: 47%;
	}
	
	 .home-services-blurb .et_pb_column{
      
        width: 100% !important;
      
    }
	    .halfwidth-subs .subs-gradient-box {
        margin-right: 10% !important;
        margin-left: 0 !important;
        width: 100% !important;
        height: auto;
        margin-bottom: 12% !important;
    }
	    .et_pb_row.halfwidth-subs {
        margin-bottom: 0px !important;
    }
	.subs-gradient-box:after {
    bottom: -13px;
    right: -13px;
	}
	.global-socialsection {
    padding: 50px 0 0;
}
	    .testimonial-row div, .testimonial-row p, .testimonial-row * {
        font-size: 15px;
        line-height: 21px;
    }
	
	/*** class tv ***/
	.et_pb_row.subs-box-row {
    display: block;
}
	.subs-gradient-box{
		width:100% !important;
	}
	
	
	/*** association **/
	.mha-courselist {
    width: 100%;
	}
	.et_pb_row.flex-center{
		display:block;
	}
	
	.footer-row .logo, 
	.footer-row  .main-navigation,
	.footer-row .social-contacts,
	.foter-row .terms-condition
	{
		width:100%;
		margin-bottom:20px;
	}
	.footer-row .logo *, 
	.footer-row  .main-navigation *,
	.footer-row .social-contacts *,
	.foter-row .terms-condition *
	{
		text-align:center;
	}
	.footer-row {
    display: flex;
    flex-flow: wrap;
}
	.footer-row .logo a {
    width: 100%;
    display: block;
}
	.footer-row * {
    flex:unset;
}
	    .global-footer .logo img {
        width: 200px;
    }
	.global-footer li ,
	.global-footer li a
	{
    margin-left: 0px !important;
		padding-left:0 !important;
		padding-left:0 !important;
		margin-left:0 !important;
}
	.global-footer .main-navigation li{
		padding-right:0 !important;
		padding-left:0 !important;
		margin-left:0 !important;
		margin-right:0 !important;
	}
	.terms-condition {
    width: 100%;
}
	.terms-condition *{
		text-align:center;
	}
	.shop-products ul.cat-menu {
    display: none;
}
	.podcast-img {
    width: 100px;
    height: 100px;
   
}
	   .video-info-sec .aside-content {
        max-width: 100%;
    }
	    #podcastList .podcast-item {
        width: 47%;
    }
	.card span.cardTitle {
    font-size: 14px;
}
	.card span.cardTitle {
    display: block;
    padding: 16px 0px;
    color: #000000;
    font-size: 18px;
}
	
	
	/*** shop product page ***/
	
	.shop-products ul.products {
    display: flex;
    flex-flow: wrap;
}
	    body .et_pb_section .woocommerce ul.products li.product {
        width: 40% !important;
			margin-bottom:30px !important;
			        margin-right: 8% !important;
			
    }
	    .hero.subpage {
        min-height: 500px;
    }
}

@media only screen and (max-width:640px){
.gform-theme--foundation .gform_fields {
    row-gap: 12px;
}
}
@media only screen and (max-width:600px){

	    .team-image {
        height: 320px;
    }
	.teamsSlider .team-desc{
		height:auto !important;
	}
	    .hero.subpage h1 {
        font-size: 42px;
        line-height: 51px;
    }
	    .hero.subpage {
        padding: 30% 0;
    }
	   .hero.subpage {
        padding: 40% 0 30%;
    }
	.global-socialsection li img {
    width: 33px;
}
	.global-socialsection li {
    margin: 0 10px;
}
	.global-socialsection h3 {
    font-size: 24px;
		margin-bottom:0;

}
	
	.woocommerce-checkout .price span {
    font-size: 13px !important;

}
	
	/*** association **/
	    .icon-on-box {
        padding: 5px;
    }
	    .col-with-branches .natural-t-sec {
        left: 10px;
    }
	.cover-blurb .et_pb_column{
		width:100% !important;
		padding:4%;
	}
	.et_pb_column.mha-header-logo-col {
    width: 150px !important;
    margin-right: 2%;
}
}

@media only screen and (max-width:480px){
	.mha-header ul#mobile_menu1 {
    width: 120%;
    left: -24%;
}
	.two-btn-sec a {
		font-size:14px !important;
	}
	    body .et_pb_section .woocommerce ul.products li.product {
        width: 100% !important;
        margin-bottom: 30px !important;
    }
}
	


