/*
Theme Name: DKCinc
Description: Child theme for the the7 theme for WordPress.
Author: Programming by FOW
Template: dt-the7
Author URI: http://fullorbitweb.com
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url("../dt-the7/style.css");

.PLA-inner-width .elementor-widget-wrap,
.DKC-inner-width .elementor-widget-wrap{
	max-width:1200px;
	width:100%;
	margin:0px auto;
}

.subhead{
	display:block;
	line-height:120%;
	font-size: 80%;
	font-weight:400;
}

.branding{
	padding: 1rem 0px;
	max-width:30%;
}
#primary-menu{
	max-width:50%;
}

.mobile-header-bar .mobile-branding{
	max-width: 45%;
}
.mobile-header-bar .mobile-branding img{
	max-width: 400px;
}

@media screen and (max-width: 992px){
	.masthead.full-width .mobile-header-bar{
		padding-top: .75rem;
		padding-bottom:.75rem;
	}
}

footer#footer .wf-container-footer .wf-container{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.menu .current-menu-item a,
.mobile-main-nav .current-menu-item a .menu-item-text .menu-text,
.mobile-main-nav a:hover .menu-item-text .menu-text,
.menu .menu-item a:hover{
	color:#fff !important;
	text-decoration:underline;
}

@media screen and (max-width:767px){
	.home #content .elementor-section.elementor-section-height-default{
		height:100vh !important;
		min-height:95vh !important;
	}
}

a.scroll-top{
	display:none !important;
}

ul.bull{
	padding: 0px 1rem;
}