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

/* main sidebar */
.main-sidebar .elementor-widget-wrap {
    padding: 70px 10px 70px 60px !important;
    background-color: #32528F;
}
.main-sidebar .elementor-widget-sidebar .widget_media_image:first-child {
	box-shadow: none;
}
/* .main-sidebar .elementor-widget-wrap .sidebar-main h2 {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	border-left: 5px solid #ef622f;
	padding-left: 10px;
} */
/* .main-sidebar .sidebar-main .menu li {
	background-color: #fff;
	padding: 6px 10px !important;
	margin-bottom: 10px !important;
	border-radius: 5px;
} */
.main-sidebar .sidebar-main .menu li:hover {
	padding-left: 12px !important;
}
body #content .main-sidebar .sidebar-main .menu li a{
	color: #fff !important;
}
body #content .main-sidebar .sidebar-main .menu li:hover a {
	color: #fff !important;
}
.main-sidebar .sidebar-main .menu li:hover a:after {
	background-color: #fff !important;
}
/* .main-sidebar .sidebar-main .widget_search .search-form .search-field {
	background: #fff;
	border-radius: 50px;
	border: 0;
} */
.main-sidebar:before {
    content: '';
    background-color: #32528F;
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100vw;
    z-index: -1;
}

/* services sidebar menu */
.services_menu > div {
	background-color: #32528F !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.services_menu:after {
    content: '';
    background-color: #32528F;
    pointer-events: none;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100vw;
    z-index: -1;
}
.services_menu h2 {
    font-size: 24px !important;
    border-bottom: 2px solid #fff;
    max-width: max-content;
    font-weight: 300;
    font-family: 'Vollkorn', serif !important;
    line-height: 1.23em !important;
}
/* .services_menu ul.uael-nav-menu li {
	background-color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
} */
.services_menu ul.uael-nav-menu li a {
	color: #fff !important;
}
.services_menu .uael-nav-menu__align-left .uael-nav-menu {
    margin-right: inherit !important;
}
.services_menu
	.menu-item.current-menu-item
	a.uael-menu-item:not(.elementor-button) {
	color: #fff !important;
}
.services_menu ul.uael-nav-menu li:hover {
	padding-left: 12px;
}
.services_menu ul.uael-nav-menu li:hover a {
	color: #fff !important;
}
.services_menu ul.uael-nav-menu > li > a:after {
	background-color: #fff;
}
.services_menu ul.uael-nav-menu > li.current-menu-item > a:after {
	background-color: #fff;
}
.services_menu ul.uael-nav-menu > li.current-menu-item {
	padding-left: 12px;
}
.services_menu .elementor-widget-image-box .elementor-widget-container {
	padding: 15px;
	background-color: rgb(0, 59, 96);
	border-radius: 10px;
}
.services_menu .elementor-widget-image-box .elementor-image-box-wrapper {
	gap: 10px;
	align-items: center !important;
}
.services_menu .elementor-widget-image-box .elementor-image-box-img img {
	width: 50px;
}
.services_menu .elementor-widget-image-box .elementor-image-box-title a {
	font-size: 16px;
}

/* POST SIDEBAR */
.sidebar-main .widget .widget-title{
	font-size: 24px !important;
	color: #ffff;
    border-bottom: 2px solid #fff;
    max-width: max-content;
	font-weight: 300;
    font-family: 'Vollkorn', serif;
    line-height: 1.23em;
}
.sidebar-main .widget img{
	  max-width: 260px !important;
}
.widget-area.secondary:before{
	  background-color: #32528F !important;
}
@media (min-width: 922px) {
    .single-post #primary {
        width: 75%;
    }
	.single-post #secondary {
        width: 25%;
    }
}
@media (max-width:1199px){
	.sidebar-main .widget .widget-title{
		font-size: 21px !important;
	}
	.sidebar-main .widget img{
	  max-width: 200px !important;
	}
}
@media (max-width:767px){
	.sidebar-main .widget img{
	  max-width: 100% !important;
	}
}
