


#content .site-main{ width:100%; }
#content #slider{ max-width:100%; }
#content .owl-carousel .owl-wrapper-outer{ max-width:100%; }
#slider .item { height:auto!important;   }
#slider .item .slider-illustr{ display:block; float:left; width:30%;  }
#slider .item .slider-illustr img{ display:block; float:left; width:100%;  }
#slider .item .slider-info{ display:block; float:left; width:70%; position:static; margin:0 0;  }
#slider .item .continue-link{ display:block; float:left; position:static; margin:0 0 0 55%;  }


#content .wp-block-embed__wrapper iframe{ width:80%; min-height:200px; max-height:350px; margin:20px 10%; }

.wrap{ width:800px; max-width:100%; } 
.single-post #main .post{ max-width:650px; margin:0 auto; }


.home:not(.paged){}
.home:not(.paged) #main article:first-child{ width:100%; }

/* article .entry-bottom{ background:none; } */
/**************************************************************************************/
@media (max-width: 750px){
	
	/* HEADER */
	.site-branding{ padding-bottom:20px; }
	
	.menu-toggle{ display:none!important; }
	.main-navigation ul, .main-navigation .social-links{ display:block!important; width:80%; margin:0 10%; }
	.main-navigation > div:first-of-type li{ display:block; float:left; width:50%; clear:none; margin:0; text-align:center; border:none; }
	.main-navigation > div:first-of-type li a{ padding:10px 0; border:none; }
	
	.wrap{ width:100%; } 
	
	
	/* IFRAME */
	#content .wp-block-embed__wrapper iframe{ width:100%; min-height:150px; max-height:300px; margin:20px 0 }
	#content .wp-block-embed-youtube{ width:100%;  margin:20px 0 }
	
	
	/* SLIDER */	
	#slider .owl-wrapper-outer { border:4px solid #efefef;  }

	#slider .item .slider-illustr{ display:block; float:left; width:100%;  }
	#slider .item .slider-illustr img{ display:block; float:left; width:100%;  }
	#slider .item .slider-info{ display:block; float:left; width:100%; position:static; margin:20px 0;  }
	#slider .item .continue-link{ display:none;  }

}