/*!
Theme Name: Valenti Child
Theme URI: https://themeforest.net/item/valenti-wordpress-hd-review-magazine-news-theme/5888961
Description: Theme child of Valenti
Version: 1.0
Author: Codetipi
Author URI: http://www.codetipi.com
Template: valenti
Text Domain: codetipi
*/


/* =Theme customization starts here. Any CSS code entered here will overwrite the parent theme's CSS.
-------------------------------------------------------------- */

@media only screen and (min-width: 768px){
	.sidebar-off .tipi-m-8 {
		width: 100%;
	}
	.sidebar-off .tipi-m-8 p, 
	.sidebar-off .tipi-m-8 h1,
	.sidebar-off .tipi-m-8 h2,
	.sidebar-off .tipi-m-8 ul,
	.sidebar-off .tipi-m-8 .last__updated
	{
		width: 66.66666666666667%;
		margin: 0 auto 1em auto;
	}
	.byline-part.author{
	    width: 66.66666666666667%;
		margin: 0 auto;
		position: relative;
		display: block;	
	}
}
.entry-content iframe, .youtube p{
	width: 100% !important;
}
@media only screen and (max-width: 560px){

	.entry-content iframe, .youtube p{
		width: 100% !important;
		height:400px !important
	}
}
