/*
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
*/
@media screen and (max-width: 778px) {
	#main { 
		padding: 50px 0;
	}
	
	.mt-sm-30 > .vc_column-inner {
		margin-top: 30px!important;
	}
	
	.py-sm-50.vc_row {
		padding: 50px 0!important;
	}
	
	.pt-sm-50.vc_row {
		padding-top: 50px!important;
	}
}

.masthead .soc-ico.border-on a, .dt-mobile-header .soc-ico.border-on a {
	margin: 0;
	border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: rgba(51,51,51,0.12);
}

.masthead .soc-ico.border-on a + a {
	border-left: 0;
}

.masthead .soc-ico.border-on a:before, .dt-mobile-header .soc-ico.border-on a:before {
	box-shadow: none!important;

}

/* logo */
.branding a img, .branding img {
	height: 120px;
	width: auto;
}

.show-mobile-logo .mobile-branding img.mobile-logo,
.mobile-header-bar .mobile-branding img {
	height: 50px;
	width: auto;
}

#branding-bottom img {
	height: 30px;
	width: auto;
}



@media screen and (max-width: 778px) {
	
	.masthead .top-bar .mini-widgets > * {
		margin: 0!important;
	}
	
	.masthead .top-bar .left-widgets {
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-flex-pack: space-between;
		-ms-justify-content:space-between;
		justify-content: space-between;
	}
	
	.first-switch-logo-left.first-switch-menu-right:not(.second-switch-menu-left) .mobile-header-bar .dt-mobile-menu-icon {
		padding: 10px;
		margin-right: -10px;
	}
}

/* Branding */
.branding .text-area {
	color: #100f0f;
}