/*
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
*/

#page {
	grid-template-areas:
		"header"
		"slider"
		"title"
		"fancyheader"
		"checkout"
		"breadcrumb"
		"main"
		"footer";
}

#page > div.masthead {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#page > div.masthead ul#header_microwidget2-menu > li > a {
	position: relative;
}

#page > div.masthead ul#header_microwidget2-menu > li:not(:last-child) > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: -8px;
	bottom: 0;
	width: 1px;
	background-color: rgba(105, 105, 105, 0.4);
}

#page > div.masthead .searchform.mini-widget-searchform {
	overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#page > div.masthead .searchform.mini-widget-searchform .search-icon {
	background-color: #777777;
	right: 0;
	width: 30px;
}

#page > div.masthead .searchform.mini-widget-searchform .search-icon > i {
	color: #fff;
	margin: 0 auto;
}

#page > div.masthead > header > div.branding img,
#page > div.masthead > .mobile-header-bar > div.mobile-branding img {
	max-width: 175px;
}

#page > div.masthead > header > ul#primary-menu > li .fas {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

#page > div.masthead > header > ul#primary-menu > li.first span.menu-text,
#page > div.dt-mobile-header ul#mobile-menu > li.first span.menu-text {
	display: none;
}

#page > div.masthead > header > ul#primary-menu > li > a > span > span {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

/* Homepage header */
#page div.page-title {
	position: relative;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 119, 0, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(239, 119, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(239, 119, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ef7700',GradientType=0 );
}

#page div.page-title > .wf-wrap {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: #020202;
}

/* #page div.page-title > .wf-wrap:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 50px;
	right: 50px;
	bottom: 25px;
	z-index: 0;
	background-image: url("assets/img/watermark.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center left;
	opacity: 0.5;
} */

#page div.page-title > .wf-wrap * {
	position: relative;
	z-index: 1;
}

#page div.page-title > .wf-wrap h1 {
	font-size: 38px;
	line-height: 44px;
	width: 520px;
	max-width: 100%;
}

#page div.page-title > .wf-wrap p {
	font-weight: 300;
	font-size: 1.5em;
	width: 520px;
	max-width: 100%;
	line-height: 22px;
	margin-top: 15px;
}

/* Content */
@media screen and (min-width: 768px) {
	#page #main #content .vc_row {
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 767px) {
	#page #main #content .vc_section:first-child > .vc_row:first-child > .wpb_column:first-child {
		margin-top: 30px;
	}
	#page #main #content .vc_row > .wpb_column {
		margin-bottom: 30px;
	}
}

#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
	height: 100%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 25px;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h1,
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h2,
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h3,
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h4,
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h5,
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h6 {
	width: 100%;
	padding: 25px;
	margin: -25px -25px 0;
}

#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h1[class*="bg-"],
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h2[class*="bg-"],
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h3[class*="bg-"],
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h4[class*="bg-"],
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h5[class*="bg-"],
#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > h6[class*="bg-"] {
	margin-bottom: 25px;
}

#page #main #content .vc_row > .wpb_column > .vc_column-inner > .wpb_wrapper > *:last-child {
	margin-top: auto;
	padding: 0;
	margin-bottom: 0;
}

/* Breadcrumb */
#page #breadcrumb {
	grid-area: breadcrumb;
	margin: 0 0 15px;
	background-color: #fff;
}

#page #breadcrumb > .wf-wrap {
	width: 1300px;
}

#page #breadcrumb > .wf-wrap > .vc_row > .wpb_column > .vc_column-inner ol {
	padding: 25px;
}

#page #breadcrumb > .wf-wrap > .vc_row > .wpb_column > .vc_column-inner ol.breadcrumbs li {
	padding-left: 35px;
}

#page #breadcrumb > .wf-wrap > .vc_row > .wpb_column > .vc_column-inner ol.breadcrumbs li:first-child {
	padding-left: 0;
}

#page #breadcrumb > .wf-wrap > .vc_row > .wpb_column > .vc_column-inner ol.breadcrumbs li:not(:first-child):before {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #777777;
	text-align: center;
	width: 30px;
}

#page #breadcrumb > .wf-wrap > .vc_row > .wpb_column > .vc_column-inner ol.breadcrumbs li > a {
	color: #777777;
}

#page #main #content ul.post_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#page #main #content ul.post_list > li {
	display: flex;
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 0;
}

#page #main #content ul.post_list > li > span,
#page #main #content ul.post_list > li > a {
	display: inline-block;
	line-height: 20px;
}

#page #main #content ul.post_list > li > .date {
	width: 25%;
	font-weight: 500;
	color: #f28d16;
}
#page #main #content ul.post_list > li > .title {
	width: 75%;
	text-decoration: none;
	color: #3e3e3e;
}

#page #main #content ul.post_list > li > .title:hover {
	color: #f28d16;
}

#page footer #bottom-bar .wf-float-left span {
	font-weight: bold;
}

#page footer #bottom-bar .wf-float-left a {
	position: relative;
	margin-left: 15px;
}

#page footer #bottom-bar .wf-float-left a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -9px;
	width: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}

#page footer #bottom-bar .wf-float-right {
	display: none;
}

/* Reset */
.widget-title {
	margin-bottom: 30px;
}

.wpb_text_column {
	width: 100%;
}

.default-btn-shortcode {
	position: relative;
	background: transparent !important;
}

.default-btn-shortcode > i {
	position: relative;
	top: -1px;
	font-size: inherit !important;
}

.default-btn-shortcode > i[class*="icomoon"] {
	position: absolute;
	top: 8px;
	left: -4px;
}

.default-btn-shortcode > span,
.default-btn-shortcode > i {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.bg-gray {
	background-color: #777777;
}

.bg-orange:not(.wpb_column),
.bg-orange > .vc_column-inner > .wpb_wrapper {
	background-color: #f28d16 !important;
}

.bg-watermark:not(.wpb_column),
.bg-watermark > .vc_column-inner > .wpb_wrapper {
	background-image: url("../../../wp-content/uploads/2019/10/watermark.png");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.text-white {
	color: #fff;
}

.text-larger {
	font-size: 1.35em;
}

.muted {
	color: rgb(143, 143, 143);
}

@media screen and (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

#vsel > .vsel-content {
	border-bottom: 1px solid #d6d6d6;
}
#vsel > .vsel-content > .vsel-meta-full {
	display: flex;
	flex-direction: row;
}

#vsel > .vsel-content > .vsel-meta-full > h3 {
	order: 2;
	width: 75%;
	font-weight: 400;
}

#vsel > .vsel-content > .vsel-meta-full > p {
	width: 25%;
	font-weight: 500;
	color: #f28d16;
}

.paginator {
	margin-bottom: 30px;
}

table.table-striped tbody > tr:nth-child(odd) {
	background-color: #eaeaea;
}
table.table-striped tr > th,
table.table-striped tr > td {
	border-top: 0;
	padding: 10px 10px 10px 5px;
	line-height: 24px;
}

/* Contactform7 */
.wpcf7-form-control.wpcf7-submit {
	background: transparent !important;
	padding: 0 !important;
	color: #f28d16;
	font: normal bold 14px / 16px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}

/* GDPR */
#cookie-notice {
	border-top: 1px solid #fff;
}

#cookie-notice .button {
	background-color: #fff !important;
}

.headerBtns {
	margin-top: 15px;
}

.headerBtns > a {
	color: #fff;
	display: inline-block;
	padding: 15px 25px;
	color: #f28d16;
	background-color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin: 0 5px;

	text-transform: uppercase;

	border-radius: 5px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);

	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
}

.headerBtns > a:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.content table,
.content table th,
.content table td {
	border: 0px solid transparent !important;
}

.text-align-left {
	text-align: left !important;
}

/* ----- Hide Author ----- */

.wf-cell > article > .blog-content > .entry-meta {
	display: none;
}