

/*
Theme Name: evolve Child
Theme URI: https://theme4press.com/evolve-multipurpose-wordpress-theme/
Template: evolve
Author: Theme4Press
Author URI: https://theme4press.com
Description: Evolve by Theme4Press is an eye-catching and minimal WordPress theme, built for web enthusiasts who like an effective, flexible, SEO-friendly great-looking websites. It's based on two solid frameworks - Twitter Bootstrap and Kirki framework, with a focus on details and usability, which progresses this theme to the next level, we are not afraid to say to a PREMIUM one. The greatness of this theme is not only in the multiple settings available and many theme options but also its flexibility, which lets you build any website of your needs - if it's just a blog, e-shop, magazine or any kind of business page. The theme key features are 2 header layouts, 13 widget areas, 3 unique sliders, up to 12 social media links, wide or boxed customizable layout, custom front page builder with up to 4 elements, up to 3 blog layouts with multiple options, full WooCommerce support, and many other useful styling options. Also with the great addition of the Demo Awesome plugin, it adds the extra 1-click starter demo data option. See all demos here https://demo.theme4press.com/. We keep working on the theme constantly, making it better and better every day. Download it to experience it all for yourself!
Tags: e-commerce,grid-layout,footer-widgets,blog,photography,buddypress,two-columns,left-sidebar,right-sidebar,full-width-template,sticky-post,threaded-comments,microformats,post-formats,flexible-header,featured-images,custom-background,custom-colors,custom-header,custom-menu,theme-options,translation-ready
Version: 4.2.7.1595778521
Updated: 2020-07-26 18:48:41

*/

/*
    General Layout
    ======================================= */

#wrapper,
.wrapper-customizer {
    background: #f9f9f9;
    margin: 2rem auto 2rem; /*было margin: 0 auto 2rem;*/
}

/*
    Post/Page Layout
    --------------------------------------- */
.post-1085 .post-content {     /*не было - для главной страницы*/
    margin: 0;   
}

/*
    Widgets
    --------------------------------------- */

/*
    -- Default Widgets
    --------------------------------------- */



#secondary .widget {                           /*не было*/
    margin-bottom: 1px;
	
}	

#secondary .widget a {       /*не было*/
    font-weight: 700;
	font-size: 1rem;
	line-height: 40px;
	display:block;
}


#secondary .widget a:hover {  /*не было*/
    color: white;
}
#secondary .widget-content {  /*не было*/
	padding: 0px 0 0 10px;
	margin: 0 0 1px;
	transition: background-color 1s linear;
}

#secondary .widget-content:hover {  /*не было*/
	background-color: #492fb1;
	
}
/*
    Front Page Section
    ======================================= */

.post-1085 h1  {  /*не было*/
	display: none;
}

.post-1085 .wp-block-columns {/*не было*/
	margin: 2rem 0 0 0;
	
}
.post-1085 .wp-block-columns a {/*не было*/
	background-color: #000;
	display: block;
    position: relative;
}

.post-1085 .wp-block-columns .wp-block-image img {/*не было*/
	    opacity: .7;
	    transition: opacity .3s;
	
}
.post-1085 .wp-block-columns .wp-block-column img:hover  {/*не было*/
	 opacity: 1;
}




.post-1085 .wp-block-columns .desc { /*не было*/
	position: absolute;
	left: 0;
    right: 0;
	bottom: 16px;
    z-index: 2;
	
}

.post-1085 .wp-block-columns .desc .desc-inner{ /*не было*/
    padding: 0 12px;
	text-align: center;
	
}

.post-1085 .wp-block-columns .desc .desc-inner h5  { /*не было*/
	font-size: 26px;
    /*line-height: 37px;*/
    margin-bottom: 3px;
	/*text-transform: uppercase;*/
	color: white;
	transition: font-size .3s;
}



.post-1085 .wp-block-columns .desc .desc-inner h5:hover { /*не было*/
     /*color: #492fb1;*/
	color: #ed3f40;
	font-size: 30px;

}


.post-1085 .wp-block-columns .wp-block-image1 img {/*не было*/
	    opacity: 1;
	     transition: width .3s;
	
	
}
.post-1085 .wp-block-columns .wp-block-image1 img:hover  {/*не было*/
	 width: 120%;
}




.post-1085 .wp-block-columns .desc { /*не было*/
	position: absolute;
	left: 0;
    right: 0;
	bottom: 16px;
    z-index: 2;
	
}

.post-1085 .wp-block-columns .desc .desc-inner1{ /*не было*/
    padding: 0 12px;
	text-align: center;
	background-color: #492fb1;
	opacity: .5;
		
	
}

.post-1085 .wp-block-columns .desc .desc-inner1 h5  { /*не было*/
	font-size: 26px;
    /*line-height: 37px;*/
    margin-bottom: 3px;
	/*text-transform: uppercase;*/
	color: white;
	transition: font-size .3s;
}



.post-1085 .wp-block-columns .desc .desc-inner1 h5:hover { /*не было*/
     /*color: #492fb1;*/
	color: white;
	font-size: 30px;

}









.post-content .title-box_primary {  /*не было*/
	margin-bottom: 30px;
	padding: 11px 18px 12px;
    background-color: #e9e9e9;
	text-transform: uppercase;
}

.post-content .title-box_primary h5{  /*не было*/
	margin: 0; 
	 
	
}

/*
    Responsive Dynamic Definitions
    ======================================= */

/*
	Min-Width 768px - Tablet
	--------------------------------------- */
@media (min-width: 768px) {
	#primary.col-md-8 {            /*было 0 0 66.666667%*/
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
	}
	
	#secondary.col-md-4 {                   /* было 0 0 33.333333%*/
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
	}
}
