/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@media all and (max-width: 767px){

	.portada .using-image{
		background-image: url(http://foro.vp20.com/wp-content/uploads/2021/04/iphone2.png) !important;
	}
	.portada .vc_col-sm-12{
		margin-left:0px !important;
	}
	.portada h1{
		font-size:33px !important;
		line-height:30px !important;
		margin-top:-130px !important;
	}
	.foro h2{
		margin-top:0px !important;
	}
	.foro p{
		text-align: justify !important;
	}
}




@media (max-width: 768px) and (orientation: landscape){
	.portada .using-image{
		background-image: url(http://foro.vp20.com/wp-content/uploads/2021/04/iphone-land1.png) !important;
	}
	.portada h1 {
	    font-size: 33px !important;
	    line-height: 30px !important;
	    margin-top: 30px !important;
	    margin-left: 0px !important;
	    margin-right: 115px !important;
	    margin-bottom:20px !important;
	}
	.foro .column-image-bg-wrap, .foro .divider-wrap{
		display: none !important;
	}
	body .container-wrap .vc_row-fluid[data-column-margin="90px"] .wpb_column:not(.child_column){
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.foro h2, .foro .wpb_text_column{
		max-width:100% !important;
	}
	.programa .vc_row-fluid > .span_12 .wpb_column{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.programa{
		margin-left:-30px !important;
		margin-right:-30px !important;
	}
	.programa .vc_col-sm-4 .wpb_wrapper{
		width:60% !important;
		margin:0 auto !important;
	}
	
	
}




@media (min-width: 768px) and (max-width: 1024px){
	.portada .using-image{
		background-image: url(http://foro.vp20.com/wp-content/uploads/2021/04/ipad.png) !important;
	}
	.portada h1{
		margin-top:-150px !important;
	}
	.foro h2, .foro .wpb_text_column{
		max-width:100% !important;
	}
	.foro p{
		text-align: justify !important;
	}
	.programa .vc_col-sm-4 .wpb_wrapper{
		width:100% !important;
		margin:0 auto !important;
	}
	.programa .vc_col-sm-4{
		width:33% !important;
	}
	.team-meta h3{
		font-size: 17px !important;
		line-height: 17px !important;
	}
	.team-meta p {
	    font-size: 15px !important;
	    line-height: 19px !important;
	}
}



@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
	.portada .using-image{
		background-image: url(http://foro.vp20.com/wp-content/uploads/2021/04/ipad-land.png) !important;
	}
	.portada h1{
		margin-top:80px !important;
		font-size: 50px !important;
	}
	.foro .column-image-bg{
		background-size:contain !important;
		background-repeat:no-repeat !important;
	}
	.foro h2{
		font-size: 25.4px !important;
		line-height: 26.9px !important;
	}
	.portada h1{
		margin-bottom:20px !important;
	}
	.contacto{
		padding-top:50px !important;
	}
}





@media (min-width: 1025px) and (max-width: 1800px){


}