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

.otgs-development-site-front-end {
	display: none;
}

.grecaptcha-badge {
	visibility: hidden;
}

a {
	text-decoration: none;
}

a:hover {
	color: #666;
}

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

body.home #main {
	min-height: 100vh;
}

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

header .branding img,
.masthead.sticky-on header .branding img {
	width: auto;
	height: 80px;
	max-height: 80px;
	transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.mobile-header-bar .mobile-branding img,
.masthead.sticky-mobile-on .mobile-header-bar .mobile-branding img {
	width: auto;
	height: 60px;
	max-height: 60px;
}

body.home .masthead:not(.sticky-on) header .mini-wpml a {
	color: #fff !important;
}

/**
 * Footer design
 */

#footer .wf-container section:nth-child(2) {
	text-align: center;
}

#footer .wf-container section:nth-child(3) {
	text-align: right;
}

@media only screen and (max-width:778px) {

	#footer .wf-container section {
		text-align: center !important;
	}

}