/*
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
 */
body.home .light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on).masthead-mobile-header.sticky-mobile-on .mobile-mini-widgets .soc-ico.accent-bg a:before {
	background-color: #f79e37 !important;
}

.masthead header.header-bar .branding img {
	width: auto;
	height: 60px;
	max-height: 60px;
}
.masthead .mobile-header-bar .mobile-branding img {
	width: auto;
	height: 50px;
	max-height: 50px;
}
.mobile-header-bar .mobile-branding {
	max-width: 50%;
}

#main {
	min-height: calc(100vh - 414px);
}
body.search #main,
body.error404 #main {
	padding-top: 50px;
	padding-bottom: 50px;
	min-height: calc(100vh - 514px);
}

.ema-modal-btn > button {
	font: var(--the7-btn-l-font);
	text-transform: var(--the7-btn-l-text-transform);
	letter-spacing: var(--the7-btn-l-letter-spacing);
	word-spacing: var(--the7-btn-l-word-spacing);
	border-radius: var(--the7-btn-l-border-radius);
	border-width: var(--the7-btn-l-border-width);
	border-style: var(--the7-btn-l-border-style);
	border-color: var(--the7-btn-border-color);
	padding: var(--the7-btn-l-padding);
	min-width: var(--the7-btn-l-min-width);
	min-height: var(--the7-btn-l-min-height);
}
.ema-modal-btn > button:hover {
	color: var(--the7-btn-hover-color) !important;
}
.ema-modal-btn > button:focus-visible {
	outline-width: 0;
}
.ema-blob-r > div {
	border-radius: 19% 81% 68% 32% / 39% 63% 37% 61%;
}
.ema-blob-l > div {
	border-radius: 30% 70% 79% 21% / 70% 36% 64% 30%;
}
.iframe-radius iframe {
	border-radius: 10px;
}
.pswp__caption h5 {
	display: none;
}

/**
 * Front page design
 */
.blog-shortcode article {
	padding: 0 5px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.06);
	box-shadow: 0px 0px 20px 3px rgba(0,0,0,0.06);
}
.blog-shortcode .post-thumbnail img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#partners .owl-stage {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.ema-qrcode img {
	max-width: 200px !important;
}

/**
 * Gallery design
 */
.photo-scroller .album-content-description {
	display: none;
}


/**
 * News design
 */
@media only screen and (min-width:779px) {
	#feature-news article {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	#feature-news .blog-shortcode .post-thumbnail img {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
		border-top-right-radius: 0;
	}
	#feature-news .blog-shortcode .post-entry-content {
		padding: 25px;
	}
}

/**
 * Sub pages design
 */
#winners .wpb_wrapper,
#winners .wpb_wrapper > .uvc-heading {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
#winners .uvc-sub-heading {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 20px);
	height: calc(100% - 40px);
	padding: 20px 10px;
	-webkit-box-shadow: -20px 0 15px -20px rgba(0,0,0,0.3), 20px 0 15px -20px rgba(0,0,0,0.3);
	-moz-box-shadow: -20px 0 15px -20px rgba(0,0,0,0.3), 20px 0 15px -20px rgba(0,0,0,0.3);
	box-shadow: -20px 0 15px -20px rgba(0,0,0,0.3), 20px 0 15px -20px rgba(0,0,0,0.3);
}
#winners .uvc-sub-heading strong:first-of-type {
	display: block;
	margin-bottom: 10px;
}

/**
 * Footer design
 */
#footer {
	position: relative;
}
#footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	background-color: rgba(8,7,6,.7);
}
#footer > .wf-wrap {
	position: relative;
	z-index: 1;
}