/* 
Theme Name: Gridbox Child
Description: Gridbox child theme for secure continuous development 
Template: gridbox 
Version: 1.0.0 
*/

aside div.widget-magazine-posts-grid .magazine-grid-post {
    width: 100%;
}

aside h3 {
    font-size: 24px !important;
}

.archive-title, .blog-title {
	background: #111133;
	color: #ffffff;
	padding: 0px 10px;
}

.widget-header {
	background: #111133;
	background: linear-gradient(90deg, rgba(17,17,51,1) 35%, rgba(255,255,255,1) 100%);
}

.widget-header h3 {
	padding-left: 10px !important;
	color: white !important;
}

.widget-header h3 a {
	color: white !important;
}

.widget-header h3::before {
	content: "»	";
	color: white;
}

.main-navigation-menu a::before {
    content: "» ";
}

.sticky_sidebar_ad {
	height: 600px;
    width: 300px;
    margin-bottom: 30px;
    position: sticky;
    position: -webkit-sticky;
    top: 30px;
}