/*!
Theme Name: Golf Academy
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: golfacademy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Golf Academy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Table of Contents
-----------------------------------------------------------------------------
	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework 
*/
/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video 
{margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
	
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; height: 100%;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
img{border:none;}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {-webkit-appearance: none; outline: none;}
textarea:focus, input:focus, a, div, img { outline: none; }
 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#8d8d8d; font-size:13px; font-family: "Inter", sans-serif; font-weight:400; line-height:22px;}

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:600; color:#361717; }
h1{ font-size:54px; line-height: 63px; }
h2{ font-size:54px; line-height: 63px; }
h3{ font-size:20px; line-height: 28px; }
h4{ font-size:18px; line-height: 24px; }
h5{ font-size:17px; line-height: 22px; }
h6{ font-size:16px; line-height: 22px; }

p{ color:#8d8d8d; font-size: 16px; font-weight:400; line-height:24px; margin-bottom:20px; }

ul{ margin:20px 20px; padding:0;}
ul li{ font-size:16px; color:#8d8d8d; font-weight:400; line-height:24px; padding:0 0 5px 0; list-style:outside circle;}

ol{ margin:20px 20px; padding:0;}
ol li{ font-size:16px;  color:#8d8d8d; font-weight:400; line-height:24px; padding:0 0 5px 0; list-style: decimal; margin-left:20px;}

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:2px solid #1589cb;}
blockquote p{ font-size:16px; font-weight:400; line-height:17px; margin-bottom:15px; position:relative; }

hr {border:0 #000 solid; border-top-width:1px; clear:both; height:0; }

/* 3. Images
------------------------------------------------------------------------------*/
img{border:none; border-style: none;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#8d8d8d; transition: all 0.3s ease-in-out; }
a:hover{ color:#950606; text-decoration: underline; }
a:active, a.current{ color: #950606; }
a:focus{ outline: none; }

.btn-grp{ display:inline-block; margin-left:77px; }
.btn{ display: inline-flex ; font-size: 16px; line-height: 20px; font-weight: 600; color: #fff; background: #950606; padding: 16px 16px 16px 16px; box-sizing: border-box; border-radius: 4px; align-items: center; }
.btn:hover{ text-decoration:none; color:#fff; background:#ab0909; }
.rounded-btn{ border-radius: 50px; padding: 22px 44px 22px 44px; }
.text-uppercase{ text-transform: uppercase; }
.btn figure{ display:inline-block; width: 30px; margin-right:24px; }
.btn figure img{ display:block; width: 100%; }
.btn-red-dark{ background:#EE1C25; min-width: 145px; display: inline-flex; align-items:center; justify-content: center; }
.btn-red-dark:hover{ background:#b2141b; }
/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border:1px solid #D4D4D8; padding:0 15px; color:#64748B; font-size:14px; line-height: 22px; height:55px; font-family: "Inter", sans-serif; border-radius: 10px; }
textarea{ border:1px solid #D4D4D8; padding:5px 15px; color:#64748B; font-size:14px; line-height:22px; height:120px; resize:none; font-family: "Inter", sans-serif; border-radius: 10px; }

input[type="submit"], input[type="button"], input[type="reset"]{ background:#950606; cursor:pointer; color:#fff; border:none; height:30px; line-height:28px; display:block; font-size:16px; padding: 0 13px; box-sizing: border-box; font-weight:bold; transition: all 0.3s ease-in-out; }
input[type="submit"]:hover, input[type="button"]:hover{ background:#ab0909; color:#fff; }


/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper{ width:100%; /*min-height:100%; min-height: 100%; height: 100%;*/ min-height: 100%; height: auto !important; }
.container{ max-width: 1400px; width:100%; }

.footer, .push{ height: 22px; }

/* header */
/*start*/
header{ width:100%; height:auto; background: #2F0202; padding-bottom: 7px; padding-top:16px; box-sizing:border-box; }
header .container{ display: flex; align-items: start; justify-content: space-between; }
.logo{ display:inline-block; max-width: 200px; margin-left:0; }
.logo figure{ display:inline-block; width:100%; }
.logo figure img{ display:inline-block; width:100%; }
.h-right-push{ display: flex; width: calc(100% - 225px); margin-right: 0; flex-wrap: wrap; justify-content: end; }
.h-tp{ display: flex; width: 100%; justify-content: end; margin-bottom: 25px; }
.info-cell{ display:inline-block; font-size: 13px; line-height: 24px; color: #fff; font-weight: 600; margin: 0; margin-left: 15px; }
.info-cell a{ font-size: 16px; line-height: 24px; color: #fff; font-weight: 700; display:inline-block; }
.h-btm{ margin-right:0; display: flex; align-items: center; }
header .btn{ background:#EE1C25; }
header .btn:hover{ background:#b2141b; }

/* nav */
/*start*/
nav{ width:auto; height:auto; }
nav ul{ margin:0; display:flex; }
nav ul li{ display:inline-block; font-size: 14px; line-height: 24px; color: #fff; font-weight: 600; margin: 0 12px; }
nav ul li:last-child{ margin-right:0; }
nav ul li a{ color: #fff; position:relative; }
nav ul li a:after{ content:''; display:block; position:absolute; left:0; bottom:-14px; width: 100%; height: 3px; background:#EE1C25; border-radius: 10px; opacity:0; transition: all 0.3s ease-in-out; }
nav ul li a:hover, nav .active > a{ text-decoration:none; color:#fff; }
nav ul li a:hover:after, nav .active > a:after{ opacity:1; }

/* footer */
/*start*/
footer{ width:100%; height:auto; background:#FAF4F4; padding-top:60px; }
footer h2{ margin-bottom:0; }
.footer-tp{ display:block; width:100%; border-bottom: 1px solid #EDDEDE; padding-bottom:40px; }
.footer-tp .two-col{ display:flex; }
.footer-tp .two-col .col-left{ display: inline-block; width:56%; margin-left:0; }
.footer-tp .two-col .col-right{ display: inline-flex; align-items: center; justify-content: center; width:43%; margin-right:0; }
.footer-tp .two-col .col-right a{ margin-right:0; }
.footer-mid{ display:flex; width:100%; border-bottom: 1px solid #EDDEDE; padding-bottom:30px; padding-top: 50px; }
.footer-mid .f-info{ display: block; width:25%; margin-left: 0; }
.footer-mid .f-info:last-child{ width:25%; }
.work-cell{ display:block; width:100%; margin-bottom:30px; }
.work-cell p{ margin-bottom:0; }
.work-cell h6{ margin-bottom:5px; color:#8d8d8d; }
.f-info h4{ text-transform: uppercase; margin-bottom:35px; }
.f-call{ display:block; width:100%; margin-bottom:20px; }
.f-call a{ font-size:24px; line-height: 32px; color: #191D23; text-decoration:none; font-weight: bold;}
.f-call a:hover{ color: #950606; }
.f-email{ display:block; width:100%; margin-bottom:20px; }
.f-email a{ font-size: 18px; line-height: 30px; color:#191D23; text-decoration:none; font-weight: bold; text-decoration: underline; }
.f-email a:hover{ color: #950606; }
.footer-btm{ display:block; width:100%; padding: 20px 0; box-sizing:border-box; }
.footer-btm p{ margin-bottom:0; }
.footer-mid .f-info:first-child p{ font-size: 18px; line-height: 32px; margin-bottom:0; max-width: 205px; margin-left:0; }
.f-info ul{ display:block; margin:0; }
.f-info ul li{ color: #8d8d8d; font-size: 16px; font-weight: 400; line-height: 24px; position: relative; list-style: none; padding-left:20px; padding-bottom:0; margin-bottom:15px; }
.f-info ul li:before{ content: ''; display: block; position: absolute; left: 3px; top: 9px; width: 6px; height: 6px; background: #8d8d8d; border-radius: 50%; }
.f-info ul li a{ color: #8d8d8d; }
.f-info ul li a:hover{ text-decoration:none; color: #950606; }
.f-info .field-set{ display:block; width:100%; position: relative; }
.f-info form{ display:block; border-radius: 10px; overflow:hidden; }
.f-info .field-set input[type="email"]{ width:100%; box-sizing:border-box; padding-right: 150px; }
.f-info .field-set input[type="submit"]{ display:inline-block; height: 55px; position:absolute; right:0; top: 0; }
/*end*/

/*--------- home page ------------*/
/* banner part */
/*start*/
.banner{ display:block; width:100%; background: hsla(0, 92%, 10%, 1); background: linear-gradient(270deg, hsla(0, 92%, 10%, 1) 40%, hsla(0, 92%, 30%, 1) 99%); background: -moz-linear-gradient(270deg, hsla(0, 92%, 10%, 1) 40%, hsla(0, 92%, 30%, 1) 99%); background: -webkit-linear-gradient(270deg, hsla(0, 92%, 10%, 1) 40%, hsla(0, 92%, 30%, 1) 99%); filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#2F0202", endColorstr="#950606", GradientType=1 ); }
.banner .container{ max-width: 1500px; }
.banner .banner-slider .item{ position:relative; border-top-left-radius:10px; border-top-right-radius: 10px; overflow: hidden; display:block !important; }
.banner .banner-slider .item .item-inner{ height: 710px; display:block; }
.banner-slider{ border-top-left-radius:10px; border-top-right-radius: 10px; overflow: hidden; margin-bottom:0 !important; } 
.banner-inner{ display: flex; width: 100%; height: 100%; position: relative; align-items: top; padding-left: 88px; box-sizing: border-box; }
.banner-inner:before{ content:''; display:block; position:absolute; left:0; top: 0; width:100%; height:100%; background:rgba(49, 45, 45, 0.2); }
.banner-box{ /*max-width: 610px;*/ max-width: 400px; margin-left:0; margin-top: 80px; position: relative; }
.banner .slick-dots{ bottom: 100px; padding-left: 88px; box-sizing: border-box; text-align: left; }
.banner .slick-dots li{ width:8px; height: 8px; }
.slick-dots li button{ width:8px; height: 8px; background: #D9D9D9; border-radius:50%; }
.slick-dots li button:before{ display:none; }
.slick-dots li.slick-active button{ background: #2F0202; }
.banner h1, .banner h2{ color: #2F0202; margin-bottom:45px; font-size: 18px; line-height: 26px; }
.rate_btn{ margin-top: 15px; }
/*end*/

/* table sec */
/*start*/
.table-sec{ display: block; width: 100%; padding: 60px 0; box-sizing: border-box; background: #FAF4F4; }
.table-sec figure{ display:block; width:100%; }
.table-sec figure img{ display:block; width:100%; }
/*end*/

/*welcome sec*/
/*start*/
.welcome-sec{ display:block; width:100%; padding: 120px 0; box-sizing:border-box; }
.welcome-sec .two-col{ display:flex; align-items: start; }
.welcome-sec .two-col .col-left{ width: 50%; margin-left: 0; display: flex
; align-items: center; justify-content: center; }
.welcome-sec .two-col .col-right{ width: 50%; margin-right:0; }
.welcome-info{ display:block; width:100%; }
.welcome-sec h4{ text-transform: uppercase; margin-bottom:25px; }
.welcome-sec h2{ margin-bottom:30px; }
.welcome-info p{ margin-bottom:35px; }
.welcome-sec .img-box{ background: #F9F9F9; padding: 0px 50px; box-sizing:border-box; border-radius: 10px; }
.welcome-sec .btn{ min-width: 145px; text-align:center; display: inline-block; }
/*end*/

/*team sec*/
/*start*/
.team-sec{ display:block; width: 100%; padding: 70px 0 110px 0; box-sizing:border-box; background: #F9F9F9; }
.team-sec .container{ max-width: 1270px; }
.team-sec h2{ max-width: 850px; display:block; margin: 0 auto; margin-bottom:25px; text-align:center; }
.team-grp{ display:flex; flex-wrap:wrap; align-items: start; justify-content: space-between; gap: 38px; padding-top: 60px; }
.team-grp .team-cell{ display: inline-block; width: 22%; margin: 0; text-align:center; margin-bottom:25px; }
.member-img{ width: 198px; height:198px; margin-bottom:25px; border-radius:50%; }
.team-cell p{ margin-bottom:0; }
.team-grp .team-cell h3 a{ color:#361717; }
.team-grp .team-cell h3 a:hover{ text-decoration: none; color:#950606; }
.team-sec h2.mb-2{ margin-bottom:30px; }
.team-sec p{ text-align:center; }
/*end*/

/*membership sec*/
/*start*/
.membership-sec, .training_sec_wrapper{ display:block; width: 100%; position: relative; padding-top: 105px; padding-bottom: 10px; box-sizing:border-box; }
.membership-sec:before{ content:''; display:block; position:absolute; left:0; top: 0; width:100%; height: 75%; background: #FAF4F4; }
.membership-sec .container{ position:relative; max-width:1440px; }
.membership-sec h2{ max-width: 700px; display:block; margin: 0 auto; text-align:center; margin-bottom: 40px; }
.membership-sec .sec-title, .sec-title{ max-width: 805px; display:block; margin: 0 auto; text-align:center; /*margin-bottom:90px; */}
.membership-sec .sec-title p, .sec-title p{ text-align: center; margin-bottom:40px; }
.membership-slider-area{ display: block; width:100%; }
.membership-slider{ display: block; width:100%; }
.membership-sec .item{ padding: 0 20px; box-sizing:border-box; }
.membership-cell{ display:block; width:100%; background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #EDDEDE; box-shadow: 0px 0px 8px 0px rgba(237, 222, 222, 1); }
.membership-cell .mem-tp{ background: #EDDEDE; padding: 23px; box-sizing:border-box; }
.membership-cell .mem-tp h3{ margin-bottom:0; display:block; text-align:center; }
.membership-cell .mem-btm{ padding: 23px 26px; box-sizing: border-box; min-height: 306px; display: flex
; flex-wrap: wrap; justify-content: start; align-items: stretch; }
.membership-cell .btm-link{ display: flex; width: 100%; max-width: 205px; margin-left: 0; align-items: end;
    justify-content: start; }
.membership-cell .btm-link p{ margin: 0; }
.membership-cell .btm-link a{ color: #8d8d8d; font-size: 16px; font-weight: 400; line-height: 24px; margin-bottom: 20px; margin: 0; }
.membership-cell h4{ text-transform: uppercase; margin-bottom:8px; }
.mem-grp-tp{ display:block; margin:0; }
.membership-arrow{ display: inline-block; position: relative; right: 0; bottom: 0; }
.membership-arrow .left-arrow, .membership-arrow .right-arrow{ width: 37px; height: 37px; display: flex; align-items: center; justify-content: center; float: left; background: #ffffff; border: 1px solid #EDEDED; transition: all 0.3s ease-in-out; cursor: pointer; border-radius: 2px; margin: 0 11px; position: relative; }
.membership-arrow .left-arrow:hover, .membership-arrow .right-arrow:hover{ background: #ffffff; }
.membership-arrow .left-arrow:before{ content:''; display:block; position:absolute; left: 50%; top: 50%;  transform: translate(-50%, -50%); width:16px; height:16px; background: url(assets/images/left-arrow-cell.png) no-repeat; background-size:cover; background-position: 0px center; transition: all 0.3s ease-in-out; }
.membership-arrow .left-arrow:hover:before{ background-position: -18px center; }
.membership-arrow .right-arrow:before{ content:''; display:block; position:absolute; left: 50%; top: 50%;  transform: translate(-50%, -50%); width:16px; height:16px; background: url(assets/images/right-arrow-cell.png) no-repeat; background-size:cover; background-position: -18px center; transition: all 0.3s ease-in-out; }
.membership-arrow .right-arrow:hover:before{ background-position: 0 center; }
.membership-arrow-area{ display:block; width:100%; text-align:center; padding-top: 67px; }
/*end*/

/*info sec*/
/*start*/
.info-sec{ display:block; width:100%; padding: 110px 0 110px 0; box-sizing:border-box; }
.info-main-area{ display:block; width:100%; padding: 120px 86px; box-sizing:border-box; position: relative; }
.info-main-area .two-col{ position: relative; display: flex; }
.info-main-area .two-col .col-left{ display: block; width:50%; margin-left:0; padding-right: 35px; box-sizing:border-box; }
.info-main-area .two-col .col-right{ display: block; width: calc( 50% - 44px); margin-right:0; }
.info-main-area h2, .info-main-area p{ color: #EDDEDE; }
.info-main-area h2{ margin-bottom:40px; }
.info-main-area p{ margin-bottom:60px; }
/*end*/

/*mobile menu*/
/*start*/
#mobile-menu{ display: block; position: relative; z-index: 999999; }
.menu-trigger.open span{background-color: rgba(0,0,0,.0)}
.menu-trigger.open span:before{top: 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);background: #E74A30; }
.menu-trigger.open span:after{top: 0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background: #E74A30; }
#mobile-menu .navbar{ background: rgba(40, 5, 4,0.9); position: fixed; top: -100vh; width: 320px; height: 100vh; right: 0; box-sizing: border-box; z-index: 99999; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 0px 0;}
#mobile-menu .navbar.open{ top:0; }
#mobile-menu  ul ul{ display: none; background: transparent; margin-top: 10px;margin-bottom: 0; }
#mobile-menu  ul ul ul{background: transparent; margin-bottom: 0; }
#mobile-menu  ul ul ul ul{background:rgb(60, 60, 56)}
#mobile-menu  li{ border-bottom:2px solid #fff; list-style: none; position: relative; display: block;margin: 0; padding: 9px 0px 12px 15px; }
#mobile-menu  li:before{ display: none; }
#mobile-menu  li:last-child{ border-bottom-width: 0; }
#mobile-menu  em{display: block;position: absolute;top: 0;right: 0;width: 100%;height: 48px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#mobile-menu  em.toggled:after{transform: rotate(180deg);-moz-transform: rotate(180deg);-webkit-transform: rotate(180deg); top: 16px; right: 17px; }
#mobile-menu  em.level-two:before{content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 6px 6px 0 6px;border-color: #fff transparent transparent transparent;background-color: transparent;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%);margin: 0;}
#mobile-menu  em.level-two:after{display: none;}
#mobile-menu  em.level-two.toggled{transform: rotate(-180deg);-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg)}
#mobile-menu  li a{ color: #fff;padding: 0;display: inline-block; margin-right: 0; line-height: 18px; font-size: 15px; font-weight: 600;letter-spacing: 0.09em; position: relative; z-index: 1; font-weight: 500; cursor: pointer; text-transform: uppercase; }
#mobile-menu  li a:hover{ text-decoration: none; color: #d03832; }
#mobile-menu  li li{border-color: transparent; }
#mobile-menu  li li a{text-transform: none;padding-left: 0;}
#mobile-menu  li li li a{padding-left: 25px;margin-right: 0;}
#mobile-menu  li li li li a{padding-left: 30px;margin-right: 0; }
.scroll-hidden{overflow: hidden;height: 100%;}
#mobile-menu li > a{ margin-bottom: 0px; position: relative; }
#mobile-menu li > em:after{ content: ''; display: block; position: absolute; right: 26px; top: 20px; width: 16px; height: 9px; background: url(assets/images/mobile-white-arrow-down.png) no-repeat; background-size: cover; pointer-events: none; transition: all 0.3s ease-in-out; }
.sub-menu.hassub.up-arrow em:after{ transform: rotate(180deg); }
#mobile-menu ul > li > ul > li > em:after{ top:16px; }
#mobile-menu  li li > a{ font-weight: 600; font-size: 15px; line-height: 18px; }
#mobile-menu ul > li{ padding-top: 14px; padding-right: 10px; }
.navbar ul{ margin: 0; }
#mobile-menu ul > li > ul > li{ padding: 9px 20px 8px 20px;  }
#mobile-menu ul > li > ul > li > ul > li:before{ display: none; }
#mobile-menu ul > li > ul > li > ul > li{ padding: 9px 0px 8px 22px;  }
#mobile-menu ul > li > ul > li > ul > li> a{ padding: 0; font-weight: normal; }
.mobile-overlay{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 99;-moz-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;opacity: 0;visibility: hidden;}
.mobile-overlay.open{opacity: 1;visibility: visible;}
#mobile-menu ul > li > ul > li > em{ height: 41px; }
#mobile-menu ul > li > ul > li.hassub a:after{ top: 5px;}
#mobile-menu ul > li a:after{ display: none; }
#mobile-menu ul > li.hassub > a:After{ display: inline-block; }
.contact-mb-info{ display: block;width: 100%;padding: 20px 10px;border-top: 2px solid #555555;margin-top: 17px; box-sizing: border-box; }
.contact-mb-info ul{ display: block; width: 100%; float: left; display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: baseline;align-content: stretch;}
#mobile-menu .contact-mb-info ul li{ font-size: 16px; line-height: 18px; color:#fff; font-weight: normal; text-transform: none; border-bottom: 0; padding: 0px 5px; box-sizing: border-box; float: left; }
#mobile-menu .contact-mb-info ul li > a{ font-size: 13px; line-height: 15px; color:#fff; font-weight: normal; }
#mobile-menu .contact-mb-info ul li:before{ display: none; }
.menu-area{ display: block; width: 100%; margin-top: 0; height: calc( 100vh - 80px ); }
.menu-area ul{ display: block; }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a { color: #d03832; }
.menu-area ul li{ display: block; float: none; }
.menu-trigger { display: block; width: 42px; height: 42px; position: fixed; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; white-space: nowrap; z-index: 999999; right: 320px; top: -50px; transition: all 1s ease-in-out; }
#mobile-menu.open .menu-trigger{ top:7px; }
.menu-trigger span, .menu-trigger span:after, .menu-trigger span:before{ height: 3px; transition: all 0.5s ease-in-out; } 
.menu-trigger span {position: absolute; display: block; width: 30px; left: 50%; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); }
.menu-trigger span:after, .menu-trigger span:before { border-radius: 25%; top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background: #ffffff; } 
.menu-trigger span:before {top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #ffffff; } .menu-trigger span:after, .menu-trigger span:before { content: ''; position: absolute; left: 0; width: 100%; border-radius: 25%; }
.menu-overlayer{ display: block; position: fixed; width: 0; height: 100vh; right: 0; bottom: 0; background: rgba(0,0,0,0.6); transition: all 0.3s ease-in-out; opacity: 0; }
.menu-overlayer.open { width: 100vw; height: 100vh; opacity: 1; top:0; }
.navbar ul.third-menu, .navbar ul.second-menu{ display: none; margin-top: 25px; border-top: 2px solid #555555; }
.second-menu li .new-post{ float: right; margin-top: 2px; margin-left: 0; margin-right: 0; position: absolute; right: 5px; top:12px; }
#mobile-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:  rgba(255, 187, 35, 0.75); }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a{ color: #d03832; }
/*end*/

/*mobile menu*/
/*start*/
.mb-toggled.mb-closed{ position: absolute; top: -12px; display: none; right: 13px; }	
.mb-button{ position: relative; right: 0; top: 0; }
.mb-button span { display: block; margin: 4px 0px 6px 0px; height: 2px; background: #ffffff; width: 28px; float: none; border-radius: 24px; } 
.pb-0{ padding-bottom: 0 !important; }
.sub-menu-toggle{ display: none; }
/*end*/



.h-btm ul li{ position: relative; }
.h-btm > ul > li:after{ content: ''; display: block; position: absolute; left: 19px; bottom: -30px; width: 100%; height: 35px; background: transparent; } 
.h-btm > ul > li:before{ content: ''; display: block; position: absolute; left: 0; bottom: -22px; width: 100%; height: 30px; }
.h-btm ul li ul li{ display: block; width: 100%; margin-bottom: 3px; padding: 0; transition: all 0.3s ease-in-out; }
.h-btm ul > li > ul > li > ul > li:hover > a{ padding-left: 15px; }
.h-btm ul li > ul li a{ padding: 8px 15px; display: block; box-sizing: border-box; }
.h-btm ul > li > ul > li:hover > a{ color: #EE1C25; padding-left: 20px; }
.h-btm ul li ul{ position: absolute; top: 36px; visibility: hidden; background: #ffffff; padding: 8px 0; opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); border: none; transform-origin: 15% 15% 0; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; -webkit-transform: scale(0, 0); -ms-transform: scale(0, 0); transform: scale(0, 0); box-shadow: 0 6px 12px rgb(0 0 0 / 18%); text-align: left; min-width: 250px; z-index: 999; left: 0; } 
.h-btm > ul > li:hover > ul{ display: block; visibility: visible; opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; visibility: visible; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); filter: alpha(opacity=100); }
.h-btm ul li ul li ul{ right: -100%; top: 0; left: auto; }
.h-btm > ul > li > ul > li:hover > ul{display: block; visibility: visible; opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; visibility: visible; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); filter: alpha(opacity=100); }
.h-btm nav  > ul > li:hover > ul{ display: block; visibility: visible; opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; visibility: visible; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); filter: alpha(opacity=100); }
.h-btm nav > ul > li > ul > li:hover > ul{ display: block; visibility: visible; opacity: 1; -khtml-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; visibility: visible; -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); filter: alpha(opacity=100); }
.h-btm nav > ul > li > ul > li, .navigation nav > ul > li > ul > li > ul > li { margin: 0; }
.h-btm ul > li > ul > li > ul > li:hover > a{ padding-left: 20px; }
.h-btm nav > ul ul a:before{ display: none; }
.h-btm nav > ul ul li, .h-btm nav > ul ul li a{ color: #000000; }
.h-btm nav > ul > li:hover a:before{ opacity: 1; visibility: visible; }
.h-btm nav > ul > li > ul li:after{ display: none; }
.h-btm nav .sub-menu li{ font-size: 14px; line-height:  22px; }
.h-btm nav > ul > li:hover > a, .h-btm nav > ul ul li a:hover{ /*color: #f19f36;*/ text-decoration: none; }

nav ul li ul li a:hover:after, nav .active > a:after, #mobile-menu ul li ul li a:hover:after{ opacity:0; }

#forminator-module-151 .forminator-row{ width: 100%; }
#forminator-module-151 .forminator-row-last{ width: 80%; }
.forminator-ui.forminator-custom-form-151.forminator-design--default .forminator-button-submit{
    background: #950606 !important;
    cursor: pointer !important;
    color: #fff !important;
    border: none !important;
    height: 55px !important;
    line-height: 28px !important;
    display: block !important;
    font-size: 16px !important;
    padding: 0 13px !important;
    box-sizing: border-box !important;
    font-weight: bold !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 0px 10px 10px 0px !important;
}

.default_page_wrapper{ margin-top: 50px; margin-bottom: 50px; overflow: hidden; }
.instructor-profile{ overflow-x: auto; padding-top: 30px; }
.instructor-profile table{ margin-left: 0px; }
.instructor-profile .info-cell a{ color: #8d8d8d; }
.instructor-profile .info-cell{ margin-left: 0px; }
.instructor_content_wrapper{
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}
.instructor_image{
    flex: 0 0 auto;
    width: 150px;
    height: auto;
    margin-right: 20px;
}
.instructor_content{ flex: 1; }
.instructor-list{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 0;
}
.instructor-item{
    width: 200px;
    text-align: center;
}
.instructor-name{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.instructor-logos{ margin-bottom: 30px; }
a.membership-cell:hover{ text-decoration: none; cursor: pointer; }
.default_page_wrapper table{ margin-left: 0px; margin-bottom: 10px; }
.tribe-events .tribe-events-header, .tribe-events-calendar-list__event-header{ background-color: transparent; }
.tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date-daynum{ color: #ffffff; }
.welcome-sec .img-box h4{ max-width: 200px; text-align: center; }
.welcome-sec .img-box figure{ text-align: center; }
.welcome-sec .img-box p{ max-width: 250px; text-align: justify; }
/*.contact_page_wrapper .contact_info{ text-align: center; }*/
/*.contact_page_wrapper .container{ max-width: 700px; }*/
.contact_page_wrapper .two-col{ display: flex; margin-top: 50px; }
.contact_page_wrapper .col-left{ width: 70%; }
.contact_page_wrapper .col-right{ width: 30%; padding-left: 50px; }
/*.contact_page_wrapper .contact_form{ margin-top: 30px; }*/
.contact_page_wrapper .contact_info h4{ margin-bottom: 10px; }
.contact_phone a{ font-size: 16px; line-height: 24px; }
#forminator-module-20 input::placeholder,
#forminator-module-20 textarea::placeholder {
    color: #8d8d8d !important;
}
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.custom-event-category-description {
    padding-bottom: var(--tec-spacer-4) !important;
}
.page-header, .entry-header, .entry-title, .entry-footer{ background: transparent; }

img.alignleft {
    float: left;
    
}

.type-instructor img { 
	padding-right: 20px;
}
table.elite_event_list{ width: 900px; margin-bottom: 20px; }

table.elite_event_list{ width: 900px; }td{ padding-top: 10px; padding-bottom: 10px; }
table.elite_event_list a{
	background-color: #2F0202;
    color: #ffffff;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
}
.instructor-list{ margin-bottom: 20px; }
.instructor-wrapper h2{ font-size: 40px; max-width: none; }
.home-instructors-list{ display: flex; }
.instructor-image img{ border-radius: 50%; }
.tribe-events-c-subscribe-dropdown__container, .tribe-events-c-nav__list, .tribe-events-c-top-bar.tribe-events-header__top-bar{ display: none !important; }
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a:after{ background: none; }
.membership-arrow-area{ display: none; }
.two-row{ max-width: 805px; }
.top-row{
	width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.top-row .img-box,.top-row .right_content{
	width: 50%;
}
.top-row .img-box{ background: none; }
.bottom-row{
	width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}
a.btn.tribe-events-back {
    color: #ffffff;
    background: #2F0202;
}
.banner_white_font{ color: #ffffff !important; }
.banner_black_font{ color: #000000 !important; }
/* .banner h1{
	background-color: rgba(255, 255, 255, 0.5);
    padding: 20px 10px 20px 10px;
} */