@charset "UTF-8";

/*
	Theme Name: Themovie Child Theme
	Theme URI: http://themeforest.net/user/gloriatheme
	Description: Themovie Child Theme
	Author: Gloria Themes
	Author URI: http://gloriathemes.com/
	Template: themovie
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: themovie-child
	Version: 1.0
*/


/** Home **/
.home-icons .vc_col-md-2 {
	display:inline-block!important;
	width:20%;
	vertical-align:top;
}
.testimonials .wpb_single_image img {
	max-width:120px;
	border:1px solid #d0d0d0;
	border-radius:50%;
}
.testimonials .role-name p {
	font-style:italic;
	font-weight:700;
}
.cast-box .cast-modal .name {
	margin-top:0;
}
.actors .vc_col-md-3 .wpb_wrapper {
	position:relative;
}
.actors .vc_col-md-3 .vc_custom_heading {
	opacity:0;
	position:absolute;
	bottom:0;
	width:100%;
	font-size:18px;
	padding:10px 20px;
	background:rgba(0,0,0,1);
	color:#fff;
	font-weight:500;
	transition:all 0.7s;
	z-index:9999
}
.actors .vc_col-md-3 .wpb_wrapper:hover .vc_custom_heading {
	opacity:1;
}
.actors .cast-box .image:focus .hover, .actors .cast-box .image:hover .hover {
	display:none!important;
}

@media (max-width:979) {
.home-icons .vc_col-md-2 {
	width:33.33%;
}
}

@media (max-width:600) {
.home-icons .vc_col-md-2 {
	width:50%;
}
}