/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root{
	--maincolor:#28417C;
}

a:hover,a:focus,a:active{
	text-decoration: none;
	outline: none;
}

.custom-menu .elementor-widget-container > div ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom-menu .elementor-widget-container > div > ul{
	display: flex;
	align-items: center;
}

.custom-menu .elementor-widget-container > div > ul > li{
	position: relative;
	margin-right: 20px;
}


.custom-menu .elementor-widget-container > div > ul > li > a{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #fff;
	padding: 0 10px;
	line-height: 55px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-out;
}


.custom-menu .elementor-widget-container > div > ul > li.menu-item-has-children > a:after{
	content: "";
	width: 25px;
	height: 25px;
	background: url('caret-down-white.svg') no-repeat center center / 100%;
	z-index: 2;
	position: relative;
	display: inline-block;
}

.custom-menu .elementor-widget-container > div > ul > li.menu-item-has-children:hover > a:after{
	background: url('caret-down.svg') no-repeat center center / 100%;
}

.custom-menu .elementor-widget-container > div > ul > li > a:before{
	content: "";
	width: 100%;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.3s ease-out;
	z-index: -1;
}

.custom-menu .elementor-widget-container > div > ul > li:hover > a{
	color:#28417C;
}

.custom-menu .elementor-widget-container > div > ul > li:hover > a:before{
	height: 100%;
}

/* Sub Menu */

.custom-menu .elementor-widget-container > div > ul > li > ul{
	position: absolute;
	top: 54px;
	left: 0;
	width: 300px;
	background: #28417C;
	opacity: 0;
	z-index: 10;
	visibility: hidden;
	transition: all 0.3s ease-out;
	transform: translateY(20px);
}

.custom-menu .elementor-widget-container > div > ul > li:hover > ul{
	opacity: 1;
	visibility: visible;
	transform: none;
}

.custom-menu .elementor-widget-container > div > ul > li > ul > li{
	display: block;
}

.custom-menu .elementor-widget-container > div > ul > li > ul > li > a{
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.07);
	transition: all 0.3s ease-out;
}

.custom-menu .elementor-widget-container > div > ul > li > ul > li > a:hover{
	padding-left: 15px;
	color: #bdcff9;
}

.custom-list ul{
	counter-reset: list;
}

.custom-list ul li{
	position: relative !important;
	z-index: 1;
	counter-increment: list;
}

.custom-list ul li:before{
	content: counter(list);
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	left: -20px;
	font-size: 80px;
	color: #28417C;
	line-height: 1;
	z-index: -1;
	opacity: 0.05;
}

.member-box{
	padding: 20px;
}

.member-inner{
	height: 200px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 30px 1px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease-out;
}

.member-box img{
	display: block;
	max-width: 60%;
	max-height: 60%;
}

.larger .member-box img{
	max-width: 100%;
	max-height: 100%;
}

.member-box:hover .overlay{
	opacity: 1;
}

.complaints .member-inner{
	height: auto;
	display: block;
	height: 100%;
}

.complaints .member-inner a{
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.complaints .member-inner p{
	color: var(--maincolor);
	margin:0;
	padding:0 30px 20px 30px;
}

.member-box .plain{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member-box .overlay{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.97);
	color: #28417C;
	font-weight: 900;
	font-size: 17px;
	line-height: 1.5;
	padding: 20px;
	opacity: 0;
	transition: all 0.3s ease-out;
}

.slick-current .member-inner{
	transform: scale(1.06);
}

.nav-arrow{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border-radius: 5px;
	border: 1px solid #28417C;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.nav-arrow svg *{
	fill:#28417C;
	width: 15px;
	height: 15px;
	transition: all 0.3s ease-out;
}

.nav-arrow:hover{
	background:#28417C;
}

.nav-arrow:hover svg *{
	fill:#fff;
}

.nav-arrow.prev{
	right: 50px;
	top: -92px;
	transform: rotate(180deg);
}

.nav-arrow.next{
	right: 0;
	top: -92px;
}

.custom-form form{
	background: #fff;
	border-radius: 10px;
	box-shadow:0 0 20px 1px rgba(0, 0, 0, 0.1);
	padding: 80px;
}

.custom-form.square form{
	border-radius: 0;
}

.custom-form label{
	color: #28417C;
	display: block;
	margin-bottom: 10px;
}

.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus{
	border-color: #28417C;
	background: transparent;
}

.custom-form input[type="text"],
.custom-form input[type="email"]{
	width: 100%;
	border: 2px solid #28417C;
	padding: 15px;
	color:#28417C;
	background: transparent;
}

.custom-form textarea{
	width: 100%;
	height: 100px;
	border: 2px solid #28417C;
	padding: 15px;
	color:#28417C;
	background: transparent;
}

.custom-form input[type="submit"]{
	background: #28417C;
	font-weight: 900;
	font-size: 17px;
	padding: 15px 40px;
}

.custom-form input[type="submit"]:hover{
	background: #28417C;
}

.custom-form p:last-of-type{
	margin: 0;
}


.nav-menu-2 .elementor-widget-container > div ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu-2 .elementor-widget-container > div > ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-menu-2 .elementor-widget-container > div > ul > li{
	position: relative;
}

.nav-menu-2 .elementor-widget-container > div > ul > li > a{
	position: relative;
	line-height: 70px;
	color:#28417C;
	font-size: 16px;
	padding: 0 15px;
	display: block;
}

.nav-menu-2 .elementor-widget-container > div > ul > li > a:before{
	content: "";
	width: 0;
	position: absolute;
	top: 17px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 60px;
	background:#28417C;
	height: 3px;
	transition: all 0.5s ease-out;
	display: block;
	overflow: hidden;
}

.nav-menu-2 .elementor-widget-container > div > ul > li:hover > a:before{
	width: 20px;
}

.nav-menu-2 .elementor-widget-container > div > ul > li > ul{
	position: absolute;
	top: 70px;
	left: 0;
	background: #fff;
	width: 280px;
	transition: all 0.3s ease-out;
	transform: scale(0.9);
	opacity: 0;
	visibility: visible;
	z-index: 2;
}

.nav-menu-2 .elementor-widget-container > div > ul > li > ul > li > a{
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #eee;
	color: #28417C;
	font-size: 15px;
	white-space: nowrap;
	transition: all 0.5s ease-out;
}

.nav-menu-2 .elementor-widget-container > div > ul > li > ul > li > a:hover{
	background:#28417C;
	color: #fff;
	border-color: #28417C;
}

.nav-menu-2 .elementor-widget-container > div > ul > li:hover > ul{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}


.members-container{
	display: flex;
	flex-wrap:wrap;
}

.members-container .member-box{
	width: 25%;
	padding:0 10px;
	margin-bottom: 20px;
}

.members-container.larger .member-inner{
	height:220px;
}


.members-container.larger .member-box{
	width: 50%;
}

.faq-box{

	margin-bottom: 20px;
}

.faq-box:last-child{
	margin:0;
}

.faq-box h2{
	background: #F7F9FF;
	position: relative;
	color: #28417C;
	font-weight: bold;
	font-size: 16px;
	padding:20px;
	cursor: pointer;
	margin:0;
	border-radius: 10px;
	border:1px solid #e1eaff;
}

.faq-box h2 span{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	right: 20px;
	display: inline-block;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #28417C;
	transition:all 0.3s ease-out;
}

.faq-box h2:before{
	content: "0"counter(faq-counter);
	color: #fff;
	font-size: 45px;
	opacity: 0.2;
	position: absolute;
	left: 10px;
	top: 50%;
	transform:translateY(-50%);
}

.faq-box.active h2 span{
	transform:translateY(-50%) rotate(180deg);
}

.faq-answer{
	background: #F7F9FF;
	padding:40px;
	font-size: 16px;
	color: #28417C;
	font-weight: 300;
	line-height: 1.6;
	display: none;
	border:1px solid #e1eaff;
	border-radius: 10px;
	margin-top: 20px;
}

.faq-answer a{
	color: #F7F9FF;
	font-weight: bold;
	text-decoration: underline;
}

.page-option-boxes ul{
	display: flex;
	flex-wrap: wrap;
	margin:0 -10px;
	padding:0;
}

.page-option-boxes ul li{
	width: 33.3%;
	height: 200px;
	padding:0 10px;
	list-style: none;
	transition:all 0.5s ease-out;
}

.page-option-boxes ul li:hover{
	transform:scale(1.05);
}

.page-option-boxes ul li a{
	display: block;
	height: 100%;
	background: url(../../../wp-content/uploads/2020/06/cover-photo.jpg) no-repeat center center / cover;
	padding:40px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	z-index: 1;
	line-height: 1.4;
}

.page-option-boxes ul li a:before{
	content: "";
	position: absolute;
	top: 0;
	left:0;
	background: #28417C;
	width: 100%;
	height: 100%;
	z-index: -1;
	mix-blend-mode: multiply;
}

.page-option-boxes ul li a:after{
	content: "";
	border:1px solid #fff;
	position: absolute;
	top: 20px;
	left:20px;
	right: 20px;
	bottom:20px;
}

.table-text{
	overflow-y: hidden;
	overflow-x: auto;
}

.table-text td{
	vertical-align: middle;
	padding:15px;
}

.table-text td p{
	margin:0;
}

.table-text td p a{
	color: #28417C;
	font-weight: bold !important;
}

.table-text td p a span{
	font-weight: bold !important;
}

.member-row{
	display: flex;
	background: #F7F9FF;
	padding:20px;
	margin-bottom: 20px;
	border-radius: 10px;
}

.member-row:last-child{
	margin:0;
}

.member-row--image{
	width: 150px;
	height: 150px;
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.member-row--image img{
	max-height: 60%;
	max-width: 60%;
}

.member-row--content{
	flex:1;
	position: relative;
	padding-left: 30px;
}

.member-row--content h2{
	font-size: 26px;
	font-weight: bold;
	color: #28417C;
	margin:0 0 20px 0;
}

.member-row--content h3{
	color: #28417C;
	font-size: 17px;
	font-weight: bold;
	margin:0 0 5px 0;
}

.member-row--content p{
	margin:0;
	color: #28417C;
	font-size: 17px;
	font-weight: 300;
}

.member-row--content ul{
	margin:0 0 0 17px;
	padding:0;
	color: #28417C;
	font-size: 15px;
	font-weight: 300;
}

.member-row--content a{
	display: flex;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	color: #28417C;
	font-size: 16px;
}

.member-row--content a img{
	height: 15px;
	margin-left: 5px;
}

.single-post-thumbnail{
	max-width: 100%;
}

.single-post-info{
	padding:15px 0;
	border-bottom:5px solid #eee;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.source-link{
	font-weight: bold;
	color: #28417C;
	font-size: 15px;
}

.single-post-info a img{
	height: 35px;
}

.mobile-menu{
	margin:0 !important;
}

.footer-menu ul{
	list-style: none;
	margin:0;
	padding:0;
}

.footer-menu ul li a{
	display: none;
	color: #fff;
	font-size: 15px;
	display: block;
}

.footer-menu ul li ul{
	display: none;
}

.single-text h3{
	color: #28417C;
	font-weight: bold;
}

.single-text p a{
	color: #28417C;
	font-weight: bold;
}

.press-entry{
	background: #fff;
	box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
	transition:all 0.3s ease-out;
	margin-bottom: 20px;

}

.press-entry:hover{
	box-shadow: 0 0 20px 10px rgba(0,0,0,0.1);
}



.press-entry a{
	display: flex;
	align-items: center;
	padding:20px;
}

.press-entry h2{
	margin:0;
	flex:1;
	color:var(--maincolor);
	font-size: 17px;
	display: block;
	font-weight: bold;
	line-height: 1.3;
	display: flex;
	align-items: center;
}

.press-entry--image{
	width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    /* border: 1px solid #eee; */
    border-radius: 100%;
    background: #fff;
    margin-left: -45px;
}

.press-entry--image img{
	display: block;
	max-height: 80%;
	max-width: 80%;
}

.press-entry--date{
	width: 160px;
	text-align: right;
	font-size: 14px;
	font-weight: 300;
	color: rgba(0,0,0,0.3);
}

.press-entry:last-child{
	margin:0;
}

.posts-vertical .press-entry h2{
	display: block;
}

.posts-vertical .press-entry a{
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	padding-bottom: 75px;
}

.posts-vertical .press-entry--date{
	width: auto;
	text-align: left;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #eee;
	position: absolute;
	bottom:20px;
	left: 20px;
	right: 20px;
	height: auto !important;
}

.posts-vertical .elementor-widget-shortcode{
	height: 100%;
}

.posts-vertical .elementor-widget-shortcode *{
	height: 100%;
}

.main-header .large-logo{
	margin:0 !important;
}

.main-header .small-logo{
	display: none;
}

.main-header.stick .small-logo{
	display: block;
}

.main-header.stick .large-logo{
	display: none;
}

.main-header.stick .elementor-widget-image-box:nth-of-type(3){
	margin:0 60px !important;
}

.main-header.stick .elementor-image-box-wrapper img{
	width: 30px !important;
	height: 30px !important;
}

.main-header.stick .elementor-image-box-wrapper h3{
	display: none;
}

.main-header.stick .elementor-image-box-wrapper p{
	white-space: nowrap;
}

@media(max-width: 991px){
	.custom-menu .elementor-widget-container > div > ul{
		flex-direction: column;
	}
	.custom-menu .elementor-widget-container > div > ul > li{
		margin:0;
		width: 100%;
	}
	.custom-menu .elementor-widget-container > div > ul > li > a{
		padding:15px;
		border-bottom:1px solid rgba(255,255,255,0.1);
		line-height: 1;
	}
	.custom-menu .elementor-widget-container > div > ul > li > ul{
		display: none;
	}
	.custom-menu .elementor-widget-container > div > ul > li > a:before{
		display: none;
	}
	.custom-menu .elementor-widget-container > div > ul > li.menu-item-has-children > a:after{
		display: none;
	}
	.custom-menu{
		display: none;
	}
	.page-option-boxes ul li{
		width: 50%;
		margin-bottom: 20px;
	}
	.page-option-boxes ul li:last-of-type,.page-option-boxes ul li:nth-last-of-type(2){
		margin-bottom: 0
	}
	.members-container .member-box{
		width: 33.3%;
	}
}

@media(max-width: 768px){
	.nav-arrow.prev{
	right: auto;
	left:calc(50% - 25px);
	top: -44px;

	transform: translateX(-50%) rotate(180deg);
}

.nav-arrow.next{
	right: auto;
	left:calc(50% + 25px);
	top: -44px;

	transform: translateX(-50%);
}
.page-option-boxes ul li{
		width: 100%;
	}
	.page-option-boxes ul li:nth-last-of-type(2){
		margin-bottom: 20px;
	}
	.members-container .member-box{
		width: 100%;
	}
	.faq-answer{
		padding:20px;
	}
	.member-row{
		flex-direction: column;
	}
	.member-row--image{
		width: 100%;
		margin-bottom: 20px;
	}
	.member-row--content{
		padding:0;
	}
	.member-row--content a{
		position: unset;
	}
}