/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

.bb-timline-title.bb-tm-title-center{
	background: #556502 !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.bb-tmlabel.animated bounce{
	background: grey !important;
}

.page-id-844 .fl-slideshow-image img{
border: 5px solid #8b9932;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 767px){
	#time_line .bb-custom-content img{
		float: none !important;
	}
	
	.bb-tmtimeline-container .tm-timeline-li-0 .tm-conatiner-main{
		padding-top: 0px;
	}
	
	.bb-tmtimeline-container .bb-tmlabel .bb-timline-title {
    text-align: center !important;
		padding-left: 20px !important;
  }
	
	.bb-tmtimeline > li .bb-tmtime {
		padding-bottom: 0px !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 320px) {

  #time_line .bb-timline-dec img{
	display:block !important;
	margin:auto !important;
  }
	
	.bb-custom-content{
		font-size: 30px;
		text-align: center !important;
	}
	
	.bb-timline-dec {
    color: #161616 !important;
 }
	
}
