/*
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 design
 */
a {
	text-decoration: none;
}
a:not(.add_to_cart_button):hover {
	color: #eee8aa;
}

#main {
	min-height: calc(100vh - 150px);
}

body:not(.home) #main {
	background: url("/wp-content/uploads/2020/04/crowd-watching-show-inside-the-dark-stadium-761543-scaled.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.woocommerce .switcher-wrap {
	display: none;
}

body.search #main,
body.error404 #main,
body.single-post #main,
body.woocommerce #main {
	padding-top: 50px !important;
	min-height: calc(100vh - 210px);
}

.masthead .mobile-header-bar .mobile-branding a.same-logo {
	max-width: 130px;
}

.masthead .mobile-header-bar .mobile-navigation {
	display: none;
}

.masthead .mini-login,
.dt-mobile-header .mini-login {
	padding: 8px 16px;
	height: 18px;
	background-color: #d4af37;
	border-radius: 20px;
	display: flex;
}

.masthead .mini-login:hover,
.dt-mobile-header .mini-login:hover {
	opacity: 1;
	background-color: #fff;
}

.masthead .mini-login a,
.dt-mobile-header .mini-login a {
	font: 700 14px / 18px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
	color: #fff !important;
}

.masthead .mini-login i,
.dt-mobile-header .mini-login i {
	margin: 0 0 0 5px;
	font-size: 14px !important;
	line-height: 14px !important;
	color: #fff !important;
	order: 2;
}

.masthead .mini-login:hover a,
.dt-mobile-header .mini-login:hover a,
.masthead .mini-login:hover i,
.dt-mobile-header .mini-login:hover i {
	color: #d4af37 !important;
}

/**
 * Front page design
 */
.de-frontbans .ult-banner-block div.mask {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width:777px) {
	.de-frontbans .ult-banner-block div.mask {
		justify-content: flex-start;
	}
}

/**
 * Contact form 7 design
 */
.wpcf7 input,
.wpcf7 textarea {
	background-color: #eee;
}

.wpcf7-form p {
	text-align: right;
}

.wpcf7-form .ajax-loader {
	float: left;
}
.wpcf7-form span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
	display: block;
	text-align: left;
	line-height: .9em;
	font-size: .8em;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border: 0;
}

/**
 * Team design
 */
.dt-team-shortcode .team-container {
	flex-direction: row;
	-webkit-flex-direction: row;
}

.dt-team-shortcode .team-container .team-media {
	flex: 1 0 30%;
	max-width: 100px;
}

.dt-team-shortcode .team-container .team-desc p {
	margin: 0;
}

.dt-team-shortcode .team-container .team-desc .soc-ico {
	padding: 0;
}

.dt-team-shortcode .team-container .team-desc .soc-ico a {
	display: block;
	width: auto;
	height: auto;
	text-align: left;
}

.dt-team-shortcode .team-container .team-desc .soc-ico a:before,
.dt-team-shortcode .team-container .team-desc .soc-ico a:after {
	content: "";
	display: none;
}

/**
 * Products design
 */

.de-contact-row {
	padding: 20px 0;
	background-color: rgba(0,0,0,0.7);
	border: 1px solid #d4af37;
}

@media only screen and (max-width:777px) {
.de-contact-row .vc_col-sm-6:first-of-type {
	margin-bottom: 30px;
}
}

.dt-products article {
	margin-bottom: 10px !important;
	height: 100%;
}

.dt-products article > figure {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

body.woocommerce-page.post-type-archive-product .dt-products {
	display: flex;
	flex-direction: row;
}

body.woocommerce-page.post-type-archive-product .dt-products article {
	flex: 0 0 30%;
}

body.woocommerce-page.post-type-archive-product .dt-products article > figure {
    flex-direction: column;
	align-items: center;
	padding: 0px 5px 10px;
}

body.woocommerce-page.post-type-archive-product .dt-products article > figure .woo-buttons-on-img {
	width: auto;
}

body.woocommerce-page.post-type-archive-product .dt-products article > figure .woocom-list-content {
	padding: 0;
	text-align: center !important;
}

body.woocommerce.archive .dt-products article .de-sale.onsale {
	top: -10px;
	left: -10px;
	padding: 2px;
	background-color: #f6db34;
	color: #000;
	font-size: 14px;
	text-transform: uppercase !important;
}

@media only screen and (max-width:767px) {
	body.woocommerce-page.post-type-archive-product .dt-products article {
		flex: 0 0 50%;
	}
}

form.lost_reset_password, #customer_login > div {
	background-color: rgba(0,0,0,0.7) !important;
}

/**
 * Footer design
 */

#footer .wf-container > section:last-of-type {
	text-align: right;
}

@media only screen and (max-width:767px) {
	#footer .wf-container > section {
		text-align: center !important;
	}
}
