/*
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
*/

/* overrides */
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line::after, 
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line::before {
    background: #211F1F !important;
}
.dt-btn {transition: all .25s;}
.btn-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):not(:hover), .btn-bg-off .mec-event-footer .mec-booking-button:not(:hover), .btn-bg-off .give-btn.give-btn-reveal:not(:hover), .btn-bg-off .give-submit.give-btn:not(:hover) {
    background: rgba(223, 221, 224, 0.5);
}

.page-title-head {position: absolute; top: 100%; margin-top: 35px;}
.main-nav > li.current-menu-item > a::before {
	content: " ";
	position: absolute;
	z-index: -1;
	height: 50px;
	width: 100%;
	background-color: #211F1F;
	padding: 0 15px;
	border-radius: 2px;
	transition: all .25s;
}
.main-nav > li.current-menu-item > a:hover::before {
	background-color: #285C2D;
}

#primary-menu > li.first .menu-item-text {
	display: none;
}

.mini-widgets .wpml-ls-legacy-list-horizontal ul li a {
	background: rgba(255,255,255,.5);
	border-radius: 3px;
	margin-right: 5px;
	transition: all .25s;
}
.mini-widgets .wpml-ls-legacy-list-horizontal ul li a:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.masthead .soc-ico.border-on a, 
.dt-mobile-header .soc-ico.border-on a {
	margin-right: 5px;
}
.masthead .soc-ico.border-on a::before, 
.dt-mobile-header .soc-ico.border-on a::before {
	box-shadow: inset 0px 0px 0px 1px #178542;
}

#main {
	background: url('img/bg-main-top.png') top left repeat-x;
	box-shadow: 0 -35px 30px rgba(0,0,0,.3);
	padding-top: 220px;
}
body.home #main {
	padding-top: 0;
}

/* homepage */
#homepageTop .vc_column-inner .wpb_wrapper,
#homepageTop .vc_column-inner .wpb_wrapper .wpb_single_image,
#homepageTop .vc_column-inner .wpb_wrapper .wpb_single_image * {width:100%;height: 100%;}
#homepageTop .vc_column-inner .wpb_wrapper .wpb_single_image img {width:auto;max-width:none;}
/* mobile fix for homepage first section */
@media (max-width:1071px) and (orientation:portrait) {
	#homepageTop .vc_column-inner .vc_single_image-wrapper {position:relative;}
	#homepageTop .vc_column-inner img {
		position: absolute;
		top: -9999px;
		bottom: -9999px;
		left: -9999px;
		right: -9999px;
		margin: auto;
	}
}

/* custom scroll icon code */
.scroll-anim-block {position:fixed;bottom:35px;left:0;right:0;z-index:1;}
.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}
.icon-scroll {
    width: 30px;
    height: 50px;
    margin-left: -20px;
    bottom: 10px;
    margin-top: -35px;
    border: 1px solid #000;
    border-radius: 25px
}
@media (max-width: 767px) {
    .icon-scroll {
        position: relative
    }
}
.icon-scroll:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    margin-left: -3px;
    top: 8px;
    border-radius: 3px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}
/* END custom scroll icon code */

.separator .vc_column-inner {padding-top:35px;}

#homeProducts {}
.home-about-block {background-size: contain;background-position: left center;background-repeat: no-repeat;padding-top: 100px;padding-bottom: 135px;}
.mushroom-row {position:relative;text-align:center;color:#fff;}
.mushroom-row h4 {color:#fff;}
.mushroom-row .wpb_text_column {margin-bottom:0;line-height:24px;}
.mushroom-row .text-col {width:40%;}
.mushroom-row .image-col {width:60%;}
.mushroom-row .image-col .vc_column-inner {padding:15px;background-color:#DFDDE0;border-radius:50%;}
.mushroom-row .image-col .wpb_single_image {margin:0;border:4px solid #285C2D;border-radius:50%;overflow:hidden;}
.mushroom-row .text-col::before {content:" ";display:block;position:absolute;width:150%;height:70%;top:15%;background:#285C2D;border-radius:5px;z-index:-1;}
.mushroom-row.right .text-col::before {right:0;}

#homeNumbers {background-size:100% auto;background-position: center center;background-repeat: no-repeat;}
#homeNumbers .counters-row {margin-top:35px;margin-bottom:100px;}
#homeNumbers .stats-block {position:relative;}
#homeNumbers .stats-block .stats-number {height:82px;line-height:82px;position:absolute;width:100%;top:0;left:0;padding:0;color:#ffffff;}
#homeNumbers .stats-block .aio-icon-img .img-icon {transition: transform .5s ease-in-out;}
#homeNumbers .stats-block:hover .aio-icon-img .img-icon {transform: rotate(180deg);}
#homeNumbers .home-quote-block {padding:50px 50px 15px 50px;background-color:rgba(0,0,0,.4);text-align:center;font-size:22px;border-radius:5px;color:#fff;}
#homeNumbers .quote-name {font-size:16px;}

#homeBlog .vc_custom_heading {
	margin-bottom: 35px;
}

/* inner pages */
.rounded-image {
	border-radius: 8px;
	border:4px solid #285C2D;
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	transition: all .25s;
}
.rounded-image:hover {
	box-shadow: 0 0 15px #fff;
}
.rounded-image img {border-radius: 4px;border: 1px solid #DFDDE0; box-sizing: border-box;}

.products-row .round-img img {border:4px solid #285C2D;border-radius:50%;overflow:hidden;transition:all .25s;}
.products-row .round-img:hover img {border:4px solid #CF212A;box-shadow:0 0 30px #fff;}

.contact-row .icon-with-text-shortcode {margin-bottom: 25px;}
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
	border-radius: 20px !important;
	background-color: rgba(255,255,255,.5) !important;
	border: 0px !important;
	transition: all .25s;
}
.wpcf7-form-control.wpcf7-text:active, .wpcf7-form-control.wpcf7-textarea:active, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus {
	box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.wpcf7-submit {
	background: rgba(223, 221, 224, 0.5) !important;
	color: #178542 !important;
	font-size: 18px !important;
	border: 2px solid #178542 !important;
	border-radius: 3px !important;
	transition: all .25s !important;
}
.wpcf7-submit:hover {
	color: #211F1F !important;
	border: 2px solid #211F1F !important;
}
.wpcf7-acceptance {font-size: 14px; line-height: 18px;}

body.page-products .page-title.solid-bg.bg-img-enabled {background-image: url('img/bg-top-2.jpg');}
body.page-blog .page-title.solid-bg.bg-img-enabled {background-image: url('img/bg-top-1.jpg');}
body.page-recipes .page-title.solid-bg.bg-img-enabled {background-image: url('img/bg-top-3.jpg');}
body.page-contact .page-title.solid-bg.bg-img-enabled {background-image: url('img/bg-top-4.jpg');}

.ingredients-block .wpb_text_column {background-color: rgba(255,255,255,.5); border-radius: 15px; padding: 15px;}

.blog-list-row article {margin-top: 50px;}
.blog-list-row article:first-of-type {margin-top: 0;}
.blog-list-row article .post-thumbnail-wrap {width: 50%;}
.blog-list-row article .post-entry-content {width: calc(100% - 50%); padding: 25px 30px 30px 30px;}

.media-row {background: #fff; margin-bottom: 50px;}
.media-row .img-col {}
.media-row .txt-col > .vc_column-inner {padding: 25px 30px 30px 30px;}
.media-row .txt-col > .vc_column-inner .dt-btn-link.left-to-right-line span {font-size: 13px; line-height: 17px; color: #178542; font-weight: bold;}
.media-row .txt-col > .vc_column-inner .dt-btn-link.left-to-right-line i {font-size: 8px; margin-left: 10px;}
.media-row .txt-col > .vc_column-inner .dt-btn-link.left-to-right-line::after {height: 2px; bottom: -5px;}

/* footer */

/* responsive stuff */
@media (min-width:1070px) {
	.mini-widgets .soc-ico {
		position: absolute;
		top: 30px;
		margin-right: 0;
	}
}
@media (min-width:1070px) and (max-width:1299px) {
	.main-nav > li > a {
		margin: 18px 10px 18px 10px;
		padding: 4px 0;
	}
	.main-nav > li.current-menu-item > a::before {
		padding: 0 10px;
	}
}
@media (min-width:992px) and (max-width:1069px) {
	.mushroom-row .wpb_text_column {font-size:16px;line-height:20px;}
}
@media (max-width:991px) {
	.products-row > .wpb_column {margin-bottom: 100px; padding-bottom: 50px; border-bottom: 1px dashed #999;}
	.products-row > .wpb_column:last-child {border-bottom: 0px;}
	.page-title h1, .page-title h1 *, .page-title h1 a:hover, #page .page-title .entry-title {
		font-size: 50px;
		line-height: 60px;
	}
}
@media (max-width: 777px) {
	#main {padding-top: 150px;}
	.media-row .img-col > .vc_column-inner {padding-top: 50%;}
}
@media (max-width: 767px) {
	/*.home-about-block .wpb_column {background-position: left bottom;}*/
	.home-about-block .wpb_column {width:50%;float:left;}
	.mushroom-row .text-col::before {left:10px;}
	.mushroom-row.right .text-col::before {left:auto;right:10px;}
	.pod-spacer-mid-col {height: 250px;}
	.blog-list-row article {flex-flow: column nowrap;}
	.blog-list-row article .post-thumbnail-wrap, .blog-list-row article .post-entry-content {width: 100%;}
}
@media (max-width: 576px) {
	.home-about-block {background-position: left bottom;}
	.home-about-block .wpb_column {width:100%;}
	.mushroom-row .wpb_text_column {font-size:14px;line-height:18px;}
	.mushroom-row .text-col, .mushroom-row .image-col {width:50%;}
}
@media (max-width: 460px) {
	.mushroom-row {margin-bottom: 35px;}
	.mushroom-row .wpb_text_column {font-size:18px;line-height:24px;}
	.mushroom-row .text-col, .mushroom-row .image-col {width:100%;}
	.mushroom-row .text-col::before, .mushroom-row.right .text-col::before {width: 100%;left: 0; right: 0; height: 150%; top:-50%;}
	.mushroom-row .text-col .vc_column-inner {padding: 15px;}
	.mushroom-row .image-col {order: 1;}
	.mushroom-row .text-col {order: 2;}
	.separator .wpb_single_image {position: relative;}
	.separator img {max-width: none; height:30px; width: auto; position: absolute; left: 50%; transform: translate(-50%,0);}
}