/*
 * 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 all and (max-width: 767px) {
	.cb-mod-zoom .dslc-modules-section-wrapper > .dslc-col {
		padding-left: 5px;
		padding-right: 5px;
	}
}
@media all 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;
}
.movieguide_module .movieguide_module_header h2 {
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1 !important;
}
.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%;
}
.single-content .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;
}
.single-content .entry-content .dslc-modules-area h1,
.single-content .entry-content .dslc-modules-area h2,
.single-content .entry-content .dslc-modules-area h3,
.single-content .entry-content .dslc-modules-area h4,
.single-content .entry-content .dslc-modules-area h5,
.single-content .entry-content .dslc-modules-area h6 {
	margin: 0;
}
.entry-content .dslc-posts h2 {
	letter-spacing: 0;
}

/*
 * Carousel
 */
.movieguide_carousel {
	/* http://stackoverflow.com/questions/6865194/fluid-width-with-equally-spaced-divs */
	overflow-x: hidden;
	overflow-y: 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_title,
.movieguide_carousel .movieguide_title a,
.movieguide_carousel .movieguide_title a:active,
.movieguide_carousel .movieguide_title a:visited {
	color: #4d4d4d;
}
.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 all 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 all and (max-width: 767px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+3) {
		display: none;
	}
}
@media all and (max-width: 1020px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+4) {
		display: none;
	}
}
@media all and (max-width: 1200px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+5) {
		display: none;
	}
}
@media all and (max-width: 1280px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+6) {
		display: none;
	}
}
@media all and (max-width: 1440px) {
	.movieguide_carousel .movieguide_posts.movieguide_item:nth-child(n+7) {
		display: none;
	}
}
@media all 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 all and (min-width: 768px) {
	.movieguide_ad_footer {
		display: block;
	}
	.movieguide_ad_mobile {
		display: none;
	}
	.movieguide_ad_bottom,
	.movieguide_ad_header {
		display: inline-block;
	}
}
@media all and (min-width: 1020px) {
	.movieguide_ad_header {
		width: 728px;
		float: right;
	}
}
.movieguide_ad_banner img {
	width: 100%;
	max-width: 720px;
}
.movieguide_ad_banner.movieguide_ad_mobile img {
	width: 100%;
	max-width: 320px;
}

/*
 * 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 all and (max-width: 1020px) {
	.movieguide_swiper_overlay {
		font-size: 18px;
	}
}
@media all and (max-width: 767px) {
	.movieguide_swiper_overlay {
		font-size: 15px;
	}
}

/* Radio boxes as buttons */
body .movieguide_radio_inline li {
	display: inline-block;
	margin-right: 10px;
}
body .movieguide_radio_buttons .ginput_container_radio {
	text-align: center;
}
body .movieguide_radio_buttons .gfield_radio {
	margin-left: 0 !important;
	width: auto !important;
	display: inline-block;
}
body .movieguide_radio_buttons .gfield_radio .gchoice {
	display: inline-block;
	margin: 0 10px 10px 10px;
}
body .movieguide_radio_buttons .gfield_radio .gchoice input[type=radio] {
	display: none;
}
body .movieguide_radio_buttons .gfield_radio .gchoice 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: 73px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
}
body .movieguide_radio_buttons.gfield_price .gfield_radio .gchoice label {
	font-size: 20px;
}
body .movieguide_radio_buttons .gfield_radio .gchoice label:hover {
	background: #2ecc71;
}
body .movieguide_radio_buttons .gfield_radio .gchoice 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 .gfield_radio {
	display: inline-block;
	text-align: left;
	width: auto;
}
body .movieguide_radio_center .gfield_radio .gchoice {
	display: inline-block;
	float: left;
	clear: left;
}
body .movieguide_radio_center .gfield_radio .gchoice label {
	white-space: nowrap;
}

/* Modern radtio buttons */
body .movieguide_radio_modern .ginput_container_radio {
	text-align: center;
}
body .movieguide_radio_modern .gfield_radio {
	margin-left: 0 !important;
	width: 100% !important;
	display: inline-block;
}
body .movieguide_radio_modern .gfield_radio .gchoice {
	display: inline-block;
	margin-right: 1.6%;
}
body .movieguide_radio_modern .gfield_radio .gchoice input[type=radio] {
	display: none;
}
body .movieguide_radio_modern .gfield_radio .gchoice label {
	display: inline-block !important;
	background: #ffffff;
	border: 2px solid #767676 !important;
	color: #767676 !important;
	font-size: 18px !important;
	border-radius: 5px !important;
	margin: 0 auto !important;
	text-align: center !important;
	cursor: pointer !important;
	height: 40px !important;
	line-height: 34px !important;
	font-weight: bold !important;
	width: 100% !important;
	max-width: 100% !important;
}
/*body .movieguide_radio_modern.gfield_price .gfield_radio .gchoice label {
	font-size: 18px;
}*/
body .movieguide_radio_modern .gfield_radio .gchoice {
	display: inline-block !important;
}
body .movieguide_radio_modern .gfield_radio .gchoice label:hover {
	background: #E3F6FF;
}
body .movieguide_radio_modern .gfield_radio .gchoice input[type=radio]:checked+label {
	/*background: #3498db;*/ /* Movieguide light blue */
	/*background: #5890e5;*/ /* Live composer light blue */
	background: #E3F6FF;
	border: 3px solid #3498db;
	color: #174363 !important;
}
body .movieguide_radio_modern.movieguide_radio_2 .gfield_radio .gchoice,
body .movieguide_radio_modern.movieguide_radio_2rows .gfield_radio .gchoice {
	width: 48.4%;
}
body .movieguide_radio_modern.movieguide_radio_3 .gfield_radio .gchoice {
	width: 31.2%;
}
body .movieguide_radio_modern.movieguide_radio_4 .gfield_radio .gchoice {
	width: 23.5%;
}
body .movieguide_radio_modern.movieguide_radio_5 .gfield_radio .gchoice {
	width: 17.5%;
}
body .movieguide_radio_modern.movieguide_radio_2rows .gfield_radio .gchoice:nth-child(even),
body .movieguide_radio_modern .gfield_radio .gchoice:last-child {
	margin-right: 0;
}
@media all and (max-width: 1391px) {
	body .movieguide_radio_modern .gfield_radio .gchoice {
		margin-right: 1%;
	}
	body .movieguide_radio_modern .gfield_radio .gchoice label {
		font-size: 16px;
	}
}
@media all and (max-width: 960px) {
	body .movieguide_radio_modern .gfield_radio .gchoice {
		margin-right: 0.5%;
	}
	body .movieguide_radio_modern .gfield_radio .gchoice label {
		font-size: 15px;
	}
}
@media all and (max-width: 908px) {
	body .movieguide_radio_modern .gfield_radio .gchoice {
		margin-right: 0.5%;
	}
	body .movieguide_radio_modern .gfield_radio .gchoice label {
		font-size: 14px;
	}
}
@media all and (max-width: 864px) {
	body .movieguide_radio_modern .gfield_radio .gchoice {
		margin-right: 0.5%;
	}
	body .movieguide_radio_modern .gfield_radio .gchoice label {
		font-size: 13px;
	}
}
@media all and (max-width: 819px) {
	body .movieguide_radio_modern .gfield_radio .gchoice {
		margin-right: 0.5%;
	}
	body .movieguide_radio_modern .gfield_radio .gchoice label {
		font-size: 12px;
	}
}
@media all and (max-width: 767px) {
	body .movieguide_radio_modern .gfield_radio .gchoice {
		margin-right: 1%;
	}
	body .movieguide_radio_modern .gfield_radio .gchoice label {
		font-size: 18px;
	}
}
@media all and (max-width: 440px) {
	body .movieguide_radio_modern .gfield_radio .gchoice {
		margin-right: 1%;
	}
	body .movieguide_radio_modern .gfield_radio .gchoice label {
		font-size: 16px;
	}
}

/* Donation Widget */
body .mg_donation_widget {
	margin-bottom: 30px;
}
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 .movieguide_radio_buttons {
	display: inline-block;
}

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 all and (max-width: 1200px) {
	body .mg_donation_widget button {
		min-width: 170px;
		margin: 0 0 0 20px;
	}
}
@media all and (max-width: 1020px) {
	body .mg_donation_widget {
		text-align: center;
	}
	body .mg_donation_widget button {
		min-width: 200px;
		margin: 0 auto;
	}
}
@media all and (max-width: 436px) {
	body .mg_donation_widget .movieguide_radio_buttons .gfield_radio .gchoice label {
		min-width: 60px;
	}
	body .mg_donation_widget .movieguide_radio_buttons .gfield_radio .gchoice {
		margin: 0 5px 10px 5px;
	}
}
@media all and (max-width: 346px) {
	body .mg_donation_widget .movieguide_radio_buttons .gfield_radio .gchoice label {
		min-width: 45px;
	}
}

/*
 * Gravity Forms
 */
 #dslc-main .gform_wrapper input[type="submit"] {
	 margin-top: 0;
	 margin-bottom: 0;
 }
 /* Calculated price dark grey not red */
.gform_wrapper .ginput_container_total span.ginput_product_price,
.gform_wrapper .ginput_container_product_calculation span.ginput_product_price {
	color: #333;
}
/* Overwrite calcaulated price label and align right */
.gfield_price .ginput_product_price_label,
.gfield_calculation .ginput_product_price_label {
	display: none;
}
/*
.gfield_price.hidden_label .ginput_product_price:before,
.gfield_calculation.hidden_label .ginput_product_price:before {
	content: 'Total Gift: ';
	color: #999;
}*/
.gfield_price.hidden_label .ginput_container_total,
.gfield_calculation.hidden_label .ginput_container_product_calculation {
	/* text-align: right;
	float: right;
	font-size: 16px; */
}
.gform_wrapper .gfield_price.hidden_label .gfield_description,
.gform_wrapper .gfield_calculation.hidden_label .gfield_description {
	float: right;
	display: inline-block;
	width: auto;
	clear: none;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	font-family: "Open Sans";
	/* For a Live Composer GForms list line-height: 22px; */
	position: relative;
	top: -4px;
	right: -12px;
}

/*
 * Give Donate
 */
body .give-form-title {
	display: none;
}
body form[id*=give-form] .give-donation-amount #give-amount,
body form[id*=give-form] .give-donation-amount #give-amount-text,
body #dslc-content [id*=give-form] .give-recurring-donors-choice-period {
	width: auto;
}
body #dslc-content [id*=give-form] .give-recurring-donors-choice-period {
	padding-top: 0;
	padding-bottom: 0;
}
/*
body .[id*=give-form] .give-recurring-donors-choice label {
	font-size: 0;
}
body .give-recurring-donors-choice:before,
body .give-recurring-donors-choice input:before {
	content: 'Recurring:'
}*/