/*
Theme Name: Uncode Child (Groovy Menu)
Description: Child theme for Uncode theme (with Groovy Menu integration)
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.2
Text Domain: uncode
*/

.box-container {
    width: 100% !important;
}

.gm-search:not(.fullscreen) .gm-search__input {
    margin: 0;
}

.gm-minicart a {
    color: inherit;
}

.single-post .style-color-xsdn-bg {
    background-color: #000;
}

.single-post .style-light h1{
	color:#fff;
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}


.single-post .style-light .header-main-container .post-info,
.single-post .style-light .header-main-container .post-info a{
	color:#fff;
}

.single-post .style-light h4, 
.single-post .style-light h3,
.single-post .style-light h2{
	color: #231F20;
}

.single-post h3:not([class*="fontsize-"]), .single-post h4:not([class*="fontsize-"]){
	margin: 40px 0 0;
	font-size: 24px;
	line-height: 32px;
}

.single-post p{
	margin-top: 16px;
	font-size: 16px;
	line-height: 24px;
	color: #231F20;
}

.single-post blockquote{
	background: rgba(72, 168, 55, 0.1);
	border-radius: 16px;
	padding:24px;
	margin: 24px 0 0;
	border: none;
}

.single-post ol li{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
}

.single-post ul li{
	color: #48A837;
}

.single-post ul li strong{
	color: #231f20;
}

#book_call{
	margin:36px;
}

#book_call h2, #book_call p{
	color:#fff;
}

#gallery-85457 .owl-item{
	vertical-align: middle;
}

@media all and (max-width:600px){
	.col-widgets-sidebar .uncell.double-top-padding.double-bottom-padding{
		padding:36px !important;
	}
}


@media all and (min-width: 1024px){
.box-wrapper .box-container header.gm-navbar .gm-wrapper {
     top: 0px !important; 
}}