/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* GENERAL */
#main-slideshow .ls-roundedflat .ls-nav-prev:hover,
#main-slideshow .ls-roundedflat .ls-nav-next:hover,
#main-slideshow .ls-roundedflat .ls-bottom-slidebuttons a.ls-nav-active,
#main-slideshow .ls-roundedflat .ls-bottom-slidebuttons a:hover {
	background-color: #F58220 !important;
}

/* GOOGLE ADSENSE */
.code-block.code-block-2 {
	margin-top: 30px !important;
}

/* NO PROGRAMS CODE */
.portfolio-shortcode .iso-container:empty {
	margin-bottom: 80px;
	padding: 0 10px 30px 10px;
}

.portfolio-shortcode .iso-container:empty::before {
	content: 'No Programs are available at this time. Please check back later.';
	display: block;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	color: #ccc;
	font-size: 16px;
	text-align: center;
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 20px;
}

/* SPONSORS SLIDER */
.sponsors-slider {
	height: 600px !important;
}

.sponsors-slider .slider-post-caption,
.sponsors-slider .owl-nav,
.sponsors-slider .psPlay {
	display: none !important;
}

.sponsors-slider .slider-simple {
	background-color: #fff;
	pointer-events: none;
}

/* MAILING LIST FORM */
#mc_embed_signup {
	background: transparent !important;
	font-family: inherit !important;
	margin-bottom: 10px;
}

#mc_embed_signup #mc-embedded-subscribe-form {
	padding: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form .flex-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	    -ms-flex-align: baseline;
	        align-items: baseline;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#mc_embed_signup #mc-embedded-subscribe-form h2 {
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 40px;
}

#mc_embed_signup #mc-embedded-subscribe-form .flex-form label {
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
	width: calc(33.3333% - 20px);
	padding-bottom: 0;
}

#mc_embed_signup #mc-embedded-subscribe-form .asterisk {
	font-size: 100%;
}

#mc_embed_signup #mc-embedded-subscribe-form input[type="email"],
#mc_embed_signup #mc-embedded-subscribe-form input[type="text"] {
	background-color: #6b6b6b;
	border-color: #6b6b6b;
	color: #fff;
	width: 100%;
}

#mc_embed_signup #mc-embedded-subscribe-form input[type="submit"] {
	background-color: #32429b;
	border: none;
	border-radius: 20px;
	display: block;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0 42px
}

#mc_embed_signup #mc-embedded-subscribe-form .indicates-required {
	display: block;
	font-size: 12px;
	text-align: left;
}


@media screen and (max-width: 991px) {
	/* MAILING LIST FORM */
	#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
		width: calc(33.3333% - 15px);
	}
}

@media screen and (max-width: 767px) {
	/* MAILING LIST FORM */
	#mc_embed_signup #mc-embedded-subscribe-form .flex-form {
		display: block;
	}
	
	#mc_embed_signup #mc-embedded-subscribe-form .mc-field-group {
		width: 100%;
	}
	
	#mc_embed_signup #mc-embedded-subscribe-form h2 {
		font-size: 22px;
	}
	
	#mc_embed_signup #mc-embedded-subscribe-form input[type="submit"] {
		width: 100%;
	}
}