/*
	Theme Name: Betty Ford
	Description: Twentytwenty Child Theme
	Author: 6600team
	Template: twentytwenty
	Version: 3.32
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: classes, courses, education, education center, learning center, tutoring, teaching, study, studying, learning, lessons, instructor, teacher, mentor
	Text Domain: masterstudy-child
*/
@font-face {
	font-family: 'Scout-Regular';
	src: url('./fonts/Scout-Regular.eot');
	src: url('./fonts/Scout-Regular.eot?#iefix') format('embedded-opentype'),
			/* IE6-IE8 */
			url('./fonts/Scout-Regular.woff') format('woff'),
			/* Modern Browsers */
			url('./fonts/Scout-Regular.ttf') format('truetype');
}
#site-footer{
	background-image: url(./img/footer.png) !important;
	min-height: 600px;
	background-position: 50% 70%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	padding-top: 0;
    position: relative;
	z-index: 4;
}
.footer-div{
	max-width: 100vw;
	display: flex;
	flex-direction: column;
	background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 30%);
}
.footer-div .footer-logo{
	display: flex;
	justify-content: flex-end;
	margin: 0px 4rem;
/* 	margin-top: 10rem; */
}
.footer-bar-inner-div {
	background: #000000b0;
	margin-top: 30rem;
	padding: 1.6rem 4rem;
}
.footer-bar-inner-div ul{
	display: flex;
	justify-content: center;
}
.footer-bar-inner-div li{
	display: flex;
	justify-content: center;
	margin: 0px !important;
}
.footer-bar-inner-div a{
	font-size: 2rem;
	font-family: 'Scout-Regular';
	font-weight: 500;
	letter-spacing: 1px;
	margin: 0 1rem;
	text-transform: uppercase;
}
.footer-div .footer-title{
	display: flex;
	justify-content: center;
	background-color: #00000077;
	padding-bottom: 2rem;
}
.footer-div .footer-title h2{
	font-size: 2.6rem;
	font-family: 'Scout-Regular';
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 2rem 1rem 0;
}
.footer-div .footer-title.footer-google p {
	font-size: 1.8rem;
	font-family: 'Scout-Regular';
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 1rem 2rem 0;
}
.footer-div .footer-title span {
	font-size: 1.8rem;
	font-family: 'Scout-Regular';
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 4rem 1rem;
}
.social-list{
	display: flex;
}
.social-list img{
	max-width: 40px;
	margin: 0 1rem;
}
.sticky_header {
    height: 75vh;
    background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.home .sticky_header{
	height: 100vh;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.hero {
	height: 75vh !important;
	margin-top: -75vh !important;
}
@media screen and (max-width: 1024px) {
    .sticky_header {
        height: 50vh;
}
    .hero {
	    height: 50vh !important;
	    margin-top: -50vh !important;
    }
}
#header_background{
	position: fixed;
	width: 100%;
	top: 0px;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 99999;
}
.menu-modal.active{
	z-index: 999999;
}
.section-inner {
	width: calc(100% - 10rem);
}
.site-logo img {
	max-height: 15rem;
	margin-top: -16px;
}
#site-header{
	background-color: #00000077;
}
.top-bar-inner {
	padding-bottom: 5px;
	padding-top: 5px;
}

.primary-bar-inner {
	padding-top: 0px;
}

.top-bar-inner-div {
	background: linear-gradient(90deg, #00000000 0%, #000000b0 100%);
}
.header-inner{
	padding-bottom: 1rem;
}

.header-navigation-wrapper{
	width: 80%;
}

/* .primary-menu span.icon{
	display: none;
} */
.primary-menu ul a {
	text-transform: uppercase;
}

.primary-menu li.menu-item-has-children a{
	position: relative;
}
.primary-menu .icon:before{
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	background-color: transparent;
	right: 0px;
	top: calc(100% - 6px);
	transform: rotate(45deg);
}
body:not(.overlay-header) .cs-line-menu.primary-menu.primary-menu>li>ul:after{
	border-bottom-color: #26522dd9;
}
/* .primary-menu li.menu-item-has-children a::after {
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	background-color: transparent;
	right: 0px;
	top: calc(100% - 20px);
} */
.primary-menu .icon::after{
	display: none;
}
body:not(.overlay-header) .primary-menu>li.menu-item>a{
	color: #fff;
}
.header-inner .primary-menu-wrapper+.header-toggles .toggle-wrapper:first-child::before{
	display: none;
}
.header-toggles .toggle-inner{
	color: #fff;
}
.header-toggles .toggle-text{
	display: none;
}
.header-navigation-wrapper .header-toggles{
	margin-left: 0px;
}
body:not(.overlay-header) .primary-menu.cs-line-menu ul{
	background-color: #26522dd9;
}
.primary-menu>li>.icon {
	right: 0.7rem;
}
/*****************/
.primary-menu.cs-line-menu .menu-item-has-children{
	position: relative;
}
.primary-menu.cs-line-menu .menu-item-has-children {
	margin-left: 0px;
	padding-left: 0.8rem;
}
.primary-menu.cs-line-menu .menu-item-has-children:hover{
	background-color: #37704d;
	z-index: 999;
}
.primary-menu.cs-line-menu .menu-item-has-children .sub-menu{
	max-width: 80vw;
	width: 80vw;
	display: flex;
	margin-top: -20px;
	border-radius: 0px;
} 
.primary-menu.cs-line-menu .menu-item-has-children .sub-menu::after,
.primary-menu.cs-line-menu .menu-item-has-children .sub-menu::before{
	display: none;
}
/* body:not(.overlay-header) .cs-line-menu.primary-menu>li>.icon{
	display: none;
} */
/*****************/
body:not(.overlay-header) .cs-line-menu.primary-menu>li.menu-item>a {
	font-size: 2.4rem;
	font-family: 'Scout-Regular';
	margin-left: 1.8rem;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
}
body:not(.overlay-header) .cs-line-menu.primary-menu>li.menu-item>a:hover{
	text-decoration: none;
}
body:not(.overlay-header) .top-bar-inner-div .cs-line-menu.primary-menu>li.menu-item>a{
		font-size: 1.6rem;
		font-family: 'Scout-Regular';
		margin-left: 4.6rem;
		font-weight: 500;
		letter-spacing: 1px;
}
#site-header .top-bar-inner-div .cs-line-menu .menu-item:first-child a:after{
	display: none;
}
#site-header .top-bar-inner-div .cs-line-menu .menu-item a:after{
	content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
    background-color: transparent;
    right: -19px;
    top: calc(100% - 14px);
    transform: rotate(270deg);
}
.cs-parallax {
	height: 100vh !important;
	margin-top: -100vh !important;
}
button.toggle {
	background: none !important;
}
.cs-icon-circle-border .elementor-icon {
    position: relative;
    vertical-align: middle;
}
.cs-icon-circle-border .elementor-icon:after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 3px solid #cccccc;
    border-radius: 50%;
}
.cs-img-circle-border img {
    box-shadow: 0 0 0 3px #cccccc !important;
}
@media screen and (max-width: 1024px) {
    .cs-icon-circle-border .elementor-icon {
    padding: 6px !important;
    }
}
.dialog-type-lightbox {
    z-index: 99999 !important;
}
.title-caret-right .infobox-content .title {
    position: relative;
}
.title-caret-right .infobox-content .title:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #ffffff;
    background-color: transparent;
    margin-left: 5px;
    top: calc(100% - 20px);
    transform: rotate(270deg);
}
/*wp forms*/
.wpforms-form button[type=submit] {
    background-color: #37704D !important;
    border: none !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 15px !important;
}
.wpforms-form button[type=submit]:hover {
    background-color: #323232 !important;
}
@media only screen and (max-width: 1700px){
	.footer-bar-inner-div {
		margin-top: 25rem;
	}
	#site-footer{
		background-position: 50% 100%;
	}
}
@media (max-width: 1100px) {
	body:not(.overlay-header) .cs-line-menu.primary-menu>li.menu-item>a {
		font-size: 1.9rem;
	}
}
@media only screen and (max-width: 1000px){
	.toggle-inner {
		height: 6rem;
	}
	.nav-toggle .toggle-inner{
		padding-top: 0px;
	}
	.nav-toggle .toggle-icon,
	.nav-toggle svg {
		height: 6rem;
		width: 8rem;
		margin-left: -2rem;
	}
	.header-inner .toggle path {
		fill: #fff;
	}
	.header-inner .toggle.mobile-search-toggle{
		display: none;
	}
	.header-titles-wrapper{
		justify-content: space-between;
		padding-left: 0px;
	}
	.top-bar-inner{
		display: none;
	}
	.site-logo img{
		margin-top: 10px;
		max-height: 5rem;
	}
	.menu-modal-inner.modal-inner{
		background: #37704d;
	}
	.menu-wrapper-mobile-header-background{
		background-color: #2c5a3e;
	}
	.menu-wrapper-mobile-header{
		display: flex;
	}
	.modal-menu {
		position: relative;
		left: calc(50% - 48vw);
		width: 96vw;
	}
	.menu-modal-inner .menu-wrapper.section-inner{
		width: 100%;
	}
	nav.mobile-menu{
		overflow-x: hidden;
	}
	.mobile-top-bar{
		background: linear-gradient(90deg, #00000000 0%, #000000b0 100%);
	}
	.mobile-top-bar	ul.primary-menu{
		justify-content: flex-start;
	}
	body:not(.overlay-header) .mobile-top-bar .cs-line-menu.primary-menu>li.menu-item>a {
		font-size: 1.2rem;
		margin: 1rem 0.5rem;
	}
	.menu-wrapper-mobile-header{
		margin: 0.5rem 2rem;
	}
	button.close-nav-toggle{
		padding: 2.1rem 0;
	}
	.menu-modal-mobile ul.primary-menu{
		margin-top: 0px;
	}
	.section-inner {
		width: calc(100% - 4rem);
	}
	.menu-modal .toggle{
		color: #fff !important;
	}
	button.close-nav-toggle svg {
		height: 3rem;
		width: 3rem;
		fill: #fff !important;
	}
	.modal-menu .menu-item{
		border: none;
	}
	.modal-menu .menu-item{
		border-bottom: 2px dotted black;
	}
	.modal-menu .menu-item:last-child {
		border-bottom: none;
	}
	.modal-menu .active .menu-item{
		border-bottom: none;
	}
	.modal-menu .active .menu-item:first-child{
		border-top: 2px dotted black;
	}
	.modal-menu .ancestor-wrapper{
		width: auto;
	}
	button.sub-menu-toggle{
		border: none;
		padding: 0px;
		margin: 0px;
	}
	button.sub-menu-toggle:before {
		content: "";
		position: absolute;
		border: 6px solid transparent;
		border-top: 6px solid #fff;
		background-color: transparent;
		right: 0px;
		transform: rotate(-90deg);
		top: 15px;
	}
	button.sub-menu-toggle.active:before{
		transform: rotate(0deg);
	}
	button.sub-menu-toggle svg{
		display: none;
	}
	.modal-menu>li>.ancestor-wrapper>a{
		font-family: 'Scout-Regular';
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
	}
	.modal-menu ul li a{
		font-family: 'Scout-Regular';
		font-weight: 500;
		color: #fff;
		text-transform: uppercase;
	}
	.footer-div .footer-logo{
		display: none;
	}
	.footer-bar-inner-div .primary-menu-wrapper{
		display: flex;
	}
	.footer-bar-inner-div ul{
		flex-direction: column;
	}
	.footer-bar-inner-div{
		display: inline-flex;
		width: 40%;
		align-items: center;
	}
	.footer-title-div{
		width: 60%;
	}
	.footer-div{
		flex-direction: row;
		align-items: stretch;
	}
	#site-footer{
		min-height: 300px;
	}
	.footer-list{
		display: flex;
		flex-direction: column;
	}
	.mobile-hidden{
		display: none;
	}
	.footer-div .footer-title .footer-list span{
		margin: 1rem 1rem;
	}
	.footer-bar-inner-div{
		margin-top: 0px;
	}
	.footer-bar-inner-div li{
		justify-content: flex-start;
	}
	.footer-bar-inner-div a{
		font-size: 1.6rem;
		margin-bottom: 0.6rem;
	}
	.footer-div .footer-title h2 {
		font-size: 2.2rem;
		margin-left: 2rem;
	}
	.footer-div .footer-title .footer-list span {
		margin: 1rem 2rem;
	}
	.footer-div .footer-title span {
		font-size: 1.7rem;
	}
	.footer-title.social{
		justify-content: flex-start;
		padding: 1rem 2rem;
	}
	.social-list img{
		margin: 0 0rem;
	}
	.menu-bottom{
		padding: 0rem 0;
	}
	.menu-bottom .footer-div .footer-title h2{
		margin: 1rem 2rem;
	}
	.menu-bottom .footer-div .footer-title{
		padding-bottom: 0rem;
	}
	.menu-bottom .footer-div .footer-title .footer-list span {
		margin: 0.5rem 2rem;
	}
	.menu-bottom .footer-title-div{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	    background-color: #00000077;
	}
	.menu-bottom .footer-bar-inner-div a{
		margin: 0 1rem;
	}
	.menu-bottom .social-list img{
		margin-bottom: 1rem;
	}
	.modal-menu a{
		padding: 1rem 2.5rem;
	}
	.menu-modal-mobile .footer-div .primary-menu li.menu-item{
		max-width: 35vw;
	}
	.menu-wrapper.is-animating.is-toggling .toggling-target.active {
		opacity: 0;
	}
}
@media only screen and (max-width: 768px){
	.footer-bar-inner-div{
		padding: 1.6rem 2rem;
	}
	.footer-div .footer-title h2 {
		font-size: 2rem;
	}
}
/*Events Calendar*/
.cs-event-round-img .mec-event-image img {
    border-radius: 50%;
}
.mec-event-list-classic .mec-event-article {
    padding: 10px 0 0;
    margin-bottom: 5px;
}
.mec-event-list-classic .mec-event-title a {
    position: relative;
    margin-right: 10px;
}
.mec-event-list-classic .mec-event-title a:after {
    content: "";
    position: absolute;
    border: 6px solid transparent;
    border-top: 6px solid #37704D;
    background-color: transparent;
    margin-left: 5px;
    top: calc(100% - 0.8em);
    transform: rotate(270deg);
}