/*
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
*/

.driven-umbrella { border-right: 3px solid #000; }
.driven-locations { border-left: 3px solid #000; }

@media only screen and (max-width: 700px) {
    h1#commitment {
      font-size: 40px;
    }
}

@media only screen and (max-width: 999px) {
  .driven-umbrella { border-right: none; }
  .driven-locations { border-left: none; }
  .driven-umbrella { border-bottom: 3px solid #000; }
  .driven-locations { border-top: 3px solid #000; }
}

.video-text-center {
	max-width: 750px;
	margin: 0 auto;
	padding: 30px;
}

@media only screen and (max-width: 1000px){
.video-block .wpb_video_widget.vc_video-el-width-50 .wpb_wrapper {
	width: 100%;
}
}

.yellow-top svg {
	fill: #ffdd00 !important;
}

.vc_custom_1542061932215 {
  background-color: #ffdd00 !important;
}

.timeline div.owl-nav button.owl-prev {
     margin-left: -2% !important;
}
.timeline div.owl-nav button.owl-next {
     margin-right: -2% !important;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px){
body.single.single-post .section-title h1 {
     max-width: 850px; 
}
}
