/*
 Theme Name:   BES
 Theme URI:    http://besstudios.com
 Description:  Child Theme of "Filmmaker" by Ceridwen Productions
 Author:       Douglas Bischoff
 Author URI:   http://ceridwenproductions.com
 Template:     filmmaker
 Version:      1.2.0
 Tags:         
 Text Domain:  bes
*/

/* =Theme customization starts here
-------------------------------------------------------------- */
.discover-name, 
.fl-title-big, 
.service-content .service-name, 
.title-bold-white, 
.team-content .team-name,
.list-film-name a,
.title-time {
	font-family: "Raleway", sans-serif !important;
}

.more {
	background: #eee;
}

header, .menu-item a {
	color: black;
}

#primary_nav_wrap .menu-item a, 
#primary_nav_wrap ul.active-menu-default {
	text-shadow: 1px 1px 2px black;
}

.footer-landing {
	padding-top: 0px;
}

.edit-link {
	padding-top: 0px;
}

.testimonial-quote::before {
	color: #ccc;
	z-index: -10;
}

.partner-item .partner-img {
	padding-right: 1em;
}

.timeline-item {
	margin-top: 1em;
}

.fl-title-big {
	margin-bottom: inherit !important;
}

.relate-film-detail {
	margin-top: 200px !important;
}

.list-film {
	/* height: 400px; */
}

.list-film .view-more {
	padding: 16px 25px;
	border-radius: 8px;
	font-weight: bold;
}

.list-film .img-film-item img {
	padding-top: 75px;
}

.img-film-item a {
}

.box-content-hover:hover {
	cursor: pointer;
}

/* Service Blocks Backgrounds */
.service-content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: top;
	padding-bottom: 10px !important;
}

.service-name {
	margin-top: .75em;
}

.service-desc {
	margin-top: 8em !important;
}

#service-content-Production {
	background-image: url("/wp-content/themes/bes/images/Web_Photo_Production.jpg");
}

#service-content-Audio {
	background-image: url("/wp-content/themes/bes/images/Web_Photo_Audio.jpg");
}

#service-content-Video_Post {
	background-image: url("/wp-content/themes/bes/images/Web_Photo_Video+Post.jpg");
}

#service-content-Aerial_Photography {
	background-image: url("/wp-content/themes/bes/images/Web_Photo_Aerial+Photography.jpg");
}

#service-content-Studio_Rental {
	background-image: url("/wp-content/themes/bes/images/Web_Photo_Studio+Rental.jpg");
}

#service-content-Live_Streaming {
	background-image: url("/wp-content/themes/bes/images/Web_Photo_Live+Streaming.jpg");
}

.service-name, .service-content {
	color: white !important;
	text-shadow: 1px 1px #222;
}

/* Audition Styling */
.bes-audition, .bes-audition-excerpt, .bes-audition-content {
	margin-bottom: 1em;
	padding: 10px;
	background: #f0f0f0;
	max-width: 660px;
	border: thin outset #ccc;
}

.bes-audition, .bes-audition-sidecar {
	float: left;
}

.bes-audition-excerpt, .bes-audition-content {
	margin-left: 1em;
}

.bes-audition h3 {
	margin-top: 4px;
}

/* Responsive Design */
@media only screen and (max-width: 1024px) {
	#primary_nav_wrap .active-menu-default {
		background: #888 !important;
	}
}

@media only screen and (min-width: 1025px) {
	.list-film .img-film-item img {
	  top: 80%;
	}
}

@media only screen and (min-width: 1170px) {
	.discover-item .discover-desc {
		margin: 35px 0 35px 0;
	}
}