/*
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****/
.custom-html-widget ul{
	list-style:disc;
	padding-left: 30px;
}
/****buttons****/

.close-gap-button .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern{
	border-color:#6b8c35;
	background-color:#6b8c35;
}
.close-gap-button .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
    color: #f7f7f7;
    border-color: #5f9434;
    background-color: #5f9434;
}
/****Top Nav, header, nav****/
.mobile-main-nav{
	flex:0 1 auto;
}
.mini-widgets .text-area a:not(.dt-btn) {
	text-decoration:none;
}
.dt-phone-header{
	margin-left:0;
}
.dt-phone-header a{
	font: 36px / 42px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	text-decoration:none;
	margin:0;
	 color: #525252;
	font-weight:700;
}
.mini-search .submit{
	font: normal bold 16px / 20px "Montserrat", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
}
.mini-search .submit:hover{
	color:#a3ca55;
}
/****Homepage****/

/****Pages****/
.resources-listing .simple .qcopd-single-list ul li a:hover {
    border-bottom: 1px solid #a3ca55!important;
}
/****Footer****/
footer .mini-nav{
	display:none;
}

/****modal****/
.close-the-gap-modal:hover > img{
	opacity:0.7;
	transition:0.3s;
}

/****forms****/
.mc4wp-form-fields input[type="text"],
.mc4wp-form-fields input[type="email"]{
	width:100%;
}
/****Responsive****/
@media screen and (max-width:990px){
	.dt-phone-header a{
		font-size:30px;
		line-height:36px;
	}
}
@media screen and (max-width:525px){
	.dt-phone-header a,
	.masthead .top-bar .left-widgets .in-top-bar{
		padding-bottom: 5px;
    	display: inline-block;
	}
}