/*
 * Live Composer Editor
 */
 .dslc-module-front:hover .dslca-module-manage-inner{
	opacity: 1;
}
.dslc-module-front:hover .dslca-wysiwyg-actions-edit {
	background-Color: #fff;
	opacity: 0.7;
	border-radius: 3px;
}
.dslc-module-front .dslca-wysiwyg-actions-edit {
	position: absolute;
	top: 0px;
	right: 0;
}

/*
 * Generic live composer
 */
@media only screen and (max-width: 767px) {
	.cb-mod-zoom .dslc-modules-section-wrapper > .dslc-col {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media only screen and (max-width: 320px) {
	.cb-mod-zoom .dslc-modules-section-wrapper > .dslc-col {
		padding-left: 5px;
		padding-right: 5px;
	}
} 
.movieguide_inline,
.movieguide_inline .dslc-image-container,
.movieguide_inline .dslc-image,
.movieguide_half,
.movieguide_half .dslc-image-container,
.movieguide_half .dslc-image {
	display: inline-block !important;
	width: auto !important;
}
.movieguide_half {
	width: 49% !important;
}

/*
 * Home module
 */
.movieguide_module {
	padding: 1px 5px 5px 2px;
}
.movieguide_module a, .movieguide_module a:visited,
.movieguide_module .movieguide_module_header h2  {
	color: #4d4d4d;
}
.movieguide_module a:hover, .movieguide_module a:active  {
	color: #3498db;
}
.movieguide_module .movieguide_wrap {
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.26);
	border-top: 5px solid #aaa;
	padding: 10px;
	background-color: #fff;
}
.movieguide_module .movieguide_module_header {
	border-bottom: 2px solid #aaa;
	padding-bottom: 10px;
	height: 36px;
	font-size: 20px;
}
.movieguide_module .movieguide_module_header h2 {
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 300;
}
.movieguide_module .movieguide_module_header .movieguide_more {
	text-align: right;
	font-size: 16px;
}
.dslc-modules-area.dslc-1-col .movieguide_module .movieguide_module_header .movieguide_more,
.dslc-modules-area.dslc-2-col .movieguide_module .movieguide_module_header .movieguide_more,
.dslc-modules-area.dslc-3-col .movieguide_module .movieguide_module_header .movieguide_more,
.dslc-modules-area.dslc-4-col .movieguide_module .movieguide_module_header .movieguide_more {
	display: none;
}
.movieguide_module .movieguide_module_body {
	padding-top: 10px;
	width: 100%;
}
.movieguide_module .movieguide_module_body ul {
	margin: 0;
}
.dslc-modules-area.dslc-12-col .movieguide_module_header h2,
.dslc-modules-area.dslc-11-col .movieguide_module_header h2,
.dslc-modules-area.dslc-10-col .movieguide_module_header h2,
.dslc-modules-area.dslc-9-col .movieguide_module_header h2,
.dslc-modules-area.dslc-8-col .movieguide_module_header h2 {
	text-align: left;
	float: left;
}
.movieguide_module li {
	list-style-type: none;
}
.movieguide_module_header .dslc-icon {
	position: relative;
	top: -2px;
}

/*
 * Carousel
 */
.movieguide_carousel {
	/* http://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
	overflow-x: hidden;
	/*white-space: nowrap;*/
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
	/*height: 250px;*/
	width: 100%;
}
.movieguide_carousel:after {
	content: '';
	width: 100%;
	display: inline-block;
	font-size: 0;
	line-height: 0
}
.movieguide_carousel .movieguide_thumbnail {
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.movieguide_carousel .movieguide_title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.movieguide_carousel .movieguide_posts.movieguide_item {
	height: 180px;
	width: 200px;
	display: inline-block;
	text-align: center;
}
.movieguide_carousel .movieguide_posts.movieguide_item img {
	width: auto;
	height: 160px;
	margin: 0;
}
@media only screen and (max-width: 320px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+2) {
		display: none;
	}
	.movieguide_carousel .movieguide_posts.movieguide_item {
		width: 48%;
		height: auto;
		margin-right: 1%;
	}
}
@media only screen and (max-width: 767px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+3) {
		display: none;
	}
}
@media only screen and (max-width: 1020px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+4) {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+5) {
		display: none;
	}
}
@media only screen and (max-width: 1280px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+6) {
		display: none;
	}
}
@media only screen and (max-width: 1440px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+7) {
		display: none;
	}
}
@media only screen and (min-width: 1440px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+7) {
		display: none;
	}
}
.movieguide_carousel .movieguide_posts.movieguide_item:last-child {
	margin-right: 0;
}
.movieguide_carousel .woocommerce .woocommerce-product-rating .star-rating {
	margin: 0 auto;
}

/*
 * Ad
 */
.movieguide_ad_banner {
	text-align: center;
	width: 100%;
	height: 90px;
	display: none;
}
.movieguide_ad {
	margin-right: auto;
	margin-left: auto;
}
.movieguide_ad_rect {
	height: 250px;
	width: 300px;
}
.movieguide_ad_footer {
	height: 90px;
	width: 728px;
	display: none;
}
.movieguide_ad_mobile {
	height: 50px;
	display: inline-block;
}
@media only screen and (min-width: 768px) {
	.movieguide_ad_footer {
		display: block;
	}
	.movieguide_ad_mobile {
		display: none;
	}
	.movieguide_ad_bottom,
	.movieguide_ad_header {
		display: inline-block;
	}
}
@media only screen and (min-width: 1020px) {
	.movieguide_ad_header {
		width: 728px;
		float: right;
	}
}

/*
 * Swiper
 */
.movieguide_size {
	margin: 0;
	width: 100%;
	height: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
	line-height: 0;
}
.swiper-slide div {
	line-height: 1.5;
}
.movieguide_swiper_main .swiper-slide img.movieguide_size {
	margin: 0;
}
.movieguide_swiper_thumbnails {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
}
.movieguide_swiper_thumbnails .swiper-slide img {
	height: 100%;
}
.movieguide_swiper_thumbnails .swiper-slide {
	height: 100%;
	width: auto;
	opacity: 0.4;
	margin-right: 10px;
}
.movieguide_swiper_thumbnails .swiper-slide:last-child {
	margin-right: 0;
}
.movieguide_swiper_thumbnails .swiper-slide-active {
	opacity: 1;
}
.swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E")}

.movieguide_swiper_overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(27, 27, 27, 0.75);
	padding: 10px 4px;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
}
@media only screen and (max-width: 1020px) {
	.movieguide_swiper_overlay {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.movieguide_swiper_overlay {
		font-size: 15px;
	}
}

/* Radio boxes as buttons */
body .movieguide_radio_buttons .ginput_container_radio {
	text-align: center;
}
body .movieguide_radio_buttons ul.gfield_radio {
	margin-left: 0 !important;
	width: auto !important;
	display: inline-block;
}
body .movieguide_radio_buttons ul.gfield_radio li {
	display: inline-block;
	margin: 0 10px 10px 10px;
}
body .movieguide_radio_buttons ul.gfield_radio li input[type=radio] {
	display: none;
}
body .movieguide_radio_buttons ul.gfield_radio li label {
	display: inline-block;
	background: #707070;
	color: white !important;
	font-size: 14px;
	border-radius: 5px;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	min-width: 75px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
body .movieguide_radio_buttons.gfield_price ul.gfield_radio li label {
	font-size: 20px;
}
body .movieguide_radio_buttons ul.gfield_radio li label:hover {
	background: #2ecc71;
}
body .movieguide_radio_buttons ul.gfield_radio li input[type=radio]:checked+label {
	/*background: #3498db;*/ /* Movieguide light blue */
	background: #5890e5; /* Live composer light blue */
}
body .movieguide_radio_center .ginput_container {
	text-align: center;
}
body .movieguide_radio_center ul.gfield_radio {
	display: inline-block;
	text-align: left;
	width: auto;
}
body .movieguide_radio_center ul.gfield_radio li {
	display: inline-block;
	float: left;
	clear: left;
}
body .movieguide_radio_center ul.gfield_radio li label {
	white-space: nowrap;
}
body .mg_donation_widget .movieguide_radio_buttons {
	display: inline-block;
}
body .mg_donation_widget button {
	display: inline-block;
	background: #5890e5;
	color: white;
	font-size: 14px;
	border-radius: 5px;
	margin: 0 0 0 50px;
	text-align: center;
	cursor: pointer;
	height: 40px;
	font-weight: bold;
	min-width: 200px;
	/* float: right;
	position: relative;
	top: 15px; */
}
body .mg_donation_widget {
	margin-bottom: 30px;
}
body .mo-optin-form-wrapper .mg_donation_widget {
	text-align: center;
}
body .mo-optin-form-wrapper .mg_donation_widget button {
	margin: 0 auto;
}
body.movieguide_takeover .mg_donation_widget button {
	min-width: 170px;
	margin: 0 0 0 20px;
}
@media only screen and (max-width: 1200px) {
	body .mg_donation_widget button {
		min-width: 170px;
		margin: 0 0 0 20px;
	}
}
@media only screen and (max-width: 1020px) {
	body .mg_donation_widget {
		text-align: center;
	}
	body .mg_donation_widget button {
		min-width: 200px;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 436px) {
	body .mg_donation_widget .movieguide_radio_buttons ul.gfield_radio li label {
		min-width: 60px;
	}
	body .mg_donation_widget .movieguide_radio_buttons ul.gfield_radio li {
		margin: 0 5px 10px 5px;
	}
}
@media only screen and (max-width: 346px) {
	body .mg_donation_widget .movieguide_radio_buttons ul.gfield_radio li label {
		min-width: 45px;
	}
}

/*
 * Gravity Forms
 */
 #dslc-main .gform_wrapper input[type="submit"] {
	 margin-top: 0;
	 margin-bottom: 0;
 }