/*
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
*/

.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.main-page {}
.video-wrapper-container {
    position: relative;
    margin-top: -518px;
}
.mobile-main-nav .menu-item:last-child span.menu-text {
    padding: 10px 20px!Important;
}
@media (max-width: 768px) {	
	.video-wrapper-container {
		position: relative;
		margin-top: -280px;
	}
}

/* Rich Reviews CSS */

.testimonial_group {
    background: #fff !important;
}

.testimonial_group .full-testimonial {
    padding: 8px 35px 8px 35px !important;
}

.testimonial_group .full-testimonial .rr_review_text, .testimonial_group .full-testimonial .rr_review_name {
    color: #4f4f4f !important;
}

.slick-arrow {
    border-radius: 0 !important;
    height: 80px !important;
    transform: translateY(-50%) !important;
    background-color: #1f9bde !important;
    z-index: 10 !important;  
}

.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: #1f9bde !important;
}

/* End Rich Reviews CSS */