/*
 Theme Name:   Out In Africa Movie Theme
 Description:  Child Theme of the MovieMe Themeforest Theme
 Author:       Amanda Gillespie
 Author URI:   http://www.salamanderthemes.net
 Template:     moviemewp
 Version:      1.2.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  moviemewp-child
*/

h2.section-title {
	font-family: Muli, 'Open Sans', Arial, sans-serif;
	font-size: 48px;
	margin-bottom: 30px !important;
	margin-top: 16px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 99;
}

h1, h2, h3, h4 {
	font-family: Muli, 'Open Sans', Arial, sans-serif;
}

h2.section-title:after {
	background: #7FC719!important;
}

h2.section-title:after {
	position: relative;
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #FB0000;
	left: 50%;
	margin-left: -20px;
	margin-top: 26px;
}

.actor .social, .actor .social p, .actor-info .social, .actor-info .social p {
	margin-top: 0 !important;
	font-size: 14px;
}
.actor .social p, .actor-info .social p {
	margin: 0 0 15px;
}
.actor .social2 a, .actor-info .social2 a {
	border-bottom: none;
}
.actor div.social {height: 100%; overflow-y: scroll}
.blog-item-text {width: 100%}

#owl-gallery br {display: none}

img.size-full {
	max-width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

.wp-caption-text {
	font-size: 90%;
	font-style: italic;
	text-align: center;
}

div#logos {
	margin: auto;
	margin-bottom: 0;
	text-align: center;
}

#logos img {
	display: inline;
	margin: 10px 20px 0 10px;
	padding: 10px 0 0;
}

.intro-info-wrapper #intro h1 {
	font-size: 60px;
	font-family: Muli, 'Open Sans', Arial, sans-serif;
	text-transform: none;
}

.container-wrapper {
	top: 100px;
}

#owl-intro .item p {
	margin: 0;
}

#owl-intro .owl-controls .owl-prev:before, #owl-intro .owl-controls .owl-next:before {
	color: #000;
}

.actor img {
	max-width: 360px;
	max-height: 490px;
}

p {
	font-size: 15px;
	margin: 0 0 8px !important;
}

#owl-gallery .owl-controls {
	margin-bottom: 10px;
}

ul.social-buttons {
	float: left;
	position: relative;
	left: 50%;
}

.page .social-buttons li {
	position: relative;
	right: 50%;
	width: auto;
	margin-bottom: 0;
}

#gallery .galley-holder {
	padding-top: 150px;
}

#footer-section {
	padding-top: 20px;
}

#blog {
	padding-bottom: 10px;
}

.video-content .overlay {
	background-color: rgba(255,255,255,0.1) !important;
}
.btn-default {
	background-color: rgba(255,255,255,0.6)
}
.video-content .video-image img {}

#page-name .overlay {
	background-color: rgba(255,255,255,0.5);
}

#page-name {
	background-repeat: no-repeat !important;
	background-position: 50% 0 !important;
}

#blog .blog-item-text {
	border-left: none !important;
}

.blog-item-text a {
	border-bottom: 1px dotted;
}

ul.social2 {
	float: left;
	position: relative;
	left: 50%;
}

.social2 li {
	float: left;
	font-size: 1.5em;
	list-style: none;
	padding: 0 10px;
	position: relative;
	right: 50%;
	width: auto;
	margin-bottom: 0;
}

#owl-actors .owl-controls .owl-prev, #owl-actors .owl-controls .owl-next {
	margin-top: -550px;
}

#owl-actors .owl-controls .owl-prev {
	margin-left: -50px;
}

#owl-actors .owl-controls .owl-next {
	margin-right: -50px;
}

#owl-intro .owl-controls {
	margin-top: -40px;
}

#owl-intro {
	margin-bottom: 0;
}

.movie-poster img, #blog .movie-poster img {background: #fff; padding: 5px; border-radius: 3px; width: auto}

#footer-section {margin-top: 50px}

#intro .media-btns {padding-top:50px}

div.actor-info {min-height: 187px}

/* OVERLAYS */
#footer-section .overlay {
	background: rgba(255, 255, 255, 0.6) url(img/overlay-pat.png) repeat;
}


