/**
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
*/

.site-custom-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    background: #fff;
    width: 100%;
    max-width: max-content;
    padding: 8px 13px;
    border-radius: 500px;
    transition: all 0.5s;
}
body.admin-bar .site-custom-header {
	top: 64px;
}
.site-custom-header.sticky {
    max-width: 100%;
    top: 0;
    border-radius: 0 0 48px 48px;
}
body.admin-bar .site-custom-header.sticky {
    top: 32px;
}
button#mobile_menu_toggler {
    display: none;
}
.site-custom-header .header-container {
    display: flex;
    align-items: center;
    gap: 30px;
    transition: all 0.5s;
}
.site-custom-header.sticky .header-container {
    width: 100%;
    justify-content: space-between;
}
.site-header-logo {
    max-width: 125px;
    flex: 0 0 auto;
}
.site-header-logo .custom-logo-link {
    display: block;
    width: 100%;
}
ul.main-megamenu {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.single-megamenu-item .loginbtn-and-arrow .loginbtn, .mobile-back-btn {
    display: none;
}
.single-megamenu-item, .loginbtn-and-arrow {
    display: flex;
    align-items: stretch;
}
.single-megamenu-item .menu-item {
    padding: 5px 4px 2px;
    display: inline-block;
    color: #000;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 1.5;
    border-radius: 0;
    background: transparent;
	outline: none;
}
.single-megamenu-item .menu-item:hover {
    background: #eeeeee;
    border-radius: 10px 0px 0px 10px;
}
.loginbtn-and-arrow .arrow-more {
    display: flex;
    width: 25px;
    align-items: center;
    justify-content: center;
    outline: none;
}
.header-btn-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header-btn-group .header-search {
    display: block;
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
}
.header-btn-group .header-lang-switcher {
    border: 1px solid grey;
    border-radius: 30px;
    line-height: 1.5;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 8px 19px;
	    display: none;
}
.header-btn-group .member-login {
    display: flex;
    gap: 2px;
    align-items: center;
    color: #144eb6;
    border: 1px solid #144eb6;
    font-family: 'Montserrat';
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 40px;
}
.header-btn-group .member-login img {
    max-width: 20px;
}
.header-btn-group .member-login:hover {
    text-decoration: underline;
}
.single-megamenu-content {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 800px;
    background: #fff;
    border-radius: 20px;
    top: calc(100% + 26px);
    left: 50%;
    transform: translateX(-50%);
    padding: 32px;
}
.single-megamenu-item.active .single-megamenu-content {
    display: block;
}
.megamenu-content-container {
    list-style-type: none;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 12px 0;
}
.single-submenu-item .single-submenu-link {
    padding: 2px 4px;
    display: flex;
    align-items: flex-start;
}
.single-submenu-item .single-submenu-link img {
    flex: 0 0 auto;
    width: 24px;
}
.single-submenu-content {
    flex: 1;
    padding-left: 20px;
    font-family: 'Montserrat';
}
.single-submenu-content h6 {
    font-size: 17px;
    line-height: 1.65;
    color: #000;
}
.single-submenu-content p {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
}
#search_megamenu {
    display: none;
    position: fixed;
    width: 1050px;
    max-width: 95vw;
    background: #fff;
    left: 50%;
    top: calc(100% + 26px);
    transform: translateX(-50%);
    padding: 60px 48px;
    border-radius: 20px;
}
#search_megamenu.show {
    display: block;
}
.header-btn-group .header-search:focus {
    outline: none;
}
.search_megamenu_container .search-form {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}
.search_megamenu_container .latest-posts {
    display: flex;
    align-items: stretch;
    gap: 24px;
}
.search_megamenu_container .search-form label {
    flex: 1;
    border-bottom: 1px solid #999999;
}
.search_megamenu_container .search-form label input {
    display: block;
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #495057;
    line-height: 36px;
    border-bottom: 1px solid transparent;
    padding: 0;
}
.search_megamenu_container .search-form label input::placeholder {
    color: #7a7a7a;
    font-size: 22px;
    font-family: 'Montserrat';
    font-weight: 500;
    opacity: 1;
}
.search_megamenu_container .search-form label input:focus {
    border-color: #999999;
}
.search_megamenu_container .search-form .submit-close-btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
.search_megamenu_container .search-form .submit-close-btn :is(button, button:hover, button:focus) {
    background: transparent;
    box-shadow: none;
    width: 34px;
    height: 34px;
    padding: 0;
    outline: none;
    border-radius: 50%;
    display: block;
}
.search_megamenu_container .search-form .submit-close-btn {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
.search_megamenu_container .search-form .submit-close-btn :is(button, button:hover, button:focus) {
    background: transparent;
    box-shadow: none;
    width: 34px;
    height: 34px;
    padding: 0;
    outline: none;
    border-radius: 50%;
    display: block;
}
.suggestions-results {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    gap: 16px;
}
.suggestions-results h5 {
    font-size: 24px;
    flex: 0 0 auto;
    font-family: 'Montserrat';
    font-weight: 500;
}
.search_megamenu_container .latest-posts .single-header-search-post {
    flex: 1;
}
.latest-posts .single-header-search-post a {
    display: block;
    margin-bottom: 16px;
}
.latest-posts .single-header-search-post a img {
    width: 100%;
    aspect-ratio: 300/175;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.latest-posts .single-header-search-post h5 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #333;
    margin-bottom: 16px;
}
.latest-posts .single-header-search-post h6 {
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    font-family: 'Montserrat';
}
ul#suggestions_list {
    list-style-type: none;
    margin: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    overflow: auto;
}
ul#suggestions_list li a {
    padding: 8px 12px;
    display: block;
    min-width: max-content;
    border-radius: 40px;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.45;
}
ul#suggestions_list::-webkit-scrollbar {
    height: 6px;
    width: 100%;
}
ul#suggestions_list::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
ul#suggestions_list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}
@media screen and (min-width: 992px){
	ul.main-megamenu {
		display: flex !important;
	}
}
@media screen and (max-width: 991px){
	.site-custom-header, .site-custom-header.sticky {
		top: 0;
		max-width: 100%;
		border-radius: 0;
		padding: 10px 20px;
	}
	body.admin-bar .site-custom-header, body.admin-bar .site-custom-header.sticky {
		top: 32px;
	}
	.site-custom-header .header-container {
		width: 100%;
		justify-content: space-between;
	}
	.header-btn-group .member-login {
		display: none;
	}
	.header-btn-group .header-search {
		width: 24px;
		height: 24px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header-btn-group .header-search img {
		filter: brightness(0) saturate(100%) invert(18%) sepia(96%) saturate(1890%) hue-rotate(210deg) brightness(107%) contrast(96%);
		width: 48px;
		height: 48px;
		object-fit: cover;
		border-radius: 50%;
	}
	.header-btn-group .header-lang-switcher {
		border: none;
		padding: 0;
		width: 24px;
		line-height: 24px;
		font-size: 17px;
		font-weight: 500;
		color: #144eb6;
		text-align: center;
		outline: none;
	}
	button#mobile_menu_toggler {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		background: transparent;
		box-shadow: none;
		outline: none;
		width: 24px;
		height: 24px;
		padding: 5px 0 3px;
	}
	button#mobile_menu_toggler span {
		width: 100%;
		display: block;
		height: 2px;
		background: #144eb6;
		border-radius: 2px;
	}
	.header-btn-group {
		gap: 16px;
	}
	ul.main-megamenu {
		position: fixed;
		width: 100%;
		left: 0;
		top: 78px;
		background: #fff;
		display: none;
		padding: 40px 20px 32px;
	}
	.single-megamenu-item {
		justify-content: space-between;
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(197, 197, 197, 0.2509803922);
		margin-bottom: 16px;
	}
	.single-megamenu-item .menu-item {
		padding: 3px 4px;
		border: none;
	}
	.single-megamenu-item .loginbtn-and-arrow .loginbtn {
		display: flex;
		align-items: center;
		gap: 4px;
		font-size: 16px;
		font-weight: 600;
		color: #000;
		padding: 2px 4px;
	}
	.single-megamenu-item .loginbtn-and-arrow .loginbtn img {
		width: 20px;
		height: 20px;
		margin-top: 4px;
	}
	.loginbtn-and-arrow {
		align-items: center;
		gap: 8px;
	}
	.loginbtn-and-arrow .arrow-more img {
		width: 16px;
	}
	.loginbtn-and-arrow .arrow-more {
		height: 25px;
		align-items: center;
	}
	.single-megamenu-content {
		top: 0;
		padding: 32px 20px;
	}
	.mobile-back-btn {
		display: block;
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(197, 197, 197, 0.2509803922);
	}
	.mobile_submenu_toggle {
		background: transparent;
		box-shadow: none;
		color: #144eb6;
		font-weight: 700;
		font-size: 16px;
		font-family: 'Montserrat';
		display: flex;
		padding: 0;
		align-items: center;
		gap: 2px;
	}
	.mobile_submenu_toggle img {
		transform: rotate(90deg);
	}
	.mobile_submenu_toggle:hover, .mobile_submenu_toggle:focus {
		background: transparent;
		color: #000;
	}
	.megamenu-content-container {
		display: flex;
		flex-direction: column;
	}
	.single-submenu-item .single-submenu-link img {
		display: none;
	}
	.single-submenu-content p {
		display: none;
	}
	#search_megamenu {
		width: 100%;
		max-width: 100%;
		border-radius: 0;
		top: 100%;
		padding: 48px 20px;
	}
	.search_megamenu_container .latest-posts .single-header-search-post:last-child {
		display: none;
	}
	.suggestions-results {
		gap: 8px;
	}
	.suggestions-results h5 {
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.search_megamenu_container .latest-posts .single-header-search-post:not(.single-header-search-post:first-child) {
		display: none;
	}
}