/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/*.mymid2 {
    text-align: center;
}*/
.flexible-sect {
    padding-right: 32px;
}
.flexible-sect .wpb_text_column .wpb_wrapper p {
    width: 60%;
}
div#we-deli .left-bar-img {
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1600px) {
	body div#sec-3 .vc_col-sm-6 {
    width: 50% !important;
}	
}

@media (min-width: 1024px) {
		body div#sec-3 .vc_col-sm-6 {
    width: 50% !important;
}	
}

@media (max-width: 768px) {
		body div#sec-3 .vc_col-sm-6 {
    width: 100% !important;
}
	.flexible-sect .wpb_text_column .wpb_wrapper p {
    width: 100%;
}
}

@media only screen and (min-width: 600px) and (max-width: 1600px) {
	
	
}