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

p {
    margin-bottom: 20px;
}


/* HEADER */

.branding a img, .branding img {
    max-width: 94%;
    height: auto;
}

.inline-header .header-bar > .mini-widgets {
    margin-left:15px;
}


/* HOME */

ul.stats {
	margin:0 !important;
	padding:0 !important;
}

ul.stats li {
	list-style-type:none !important;
	margin-bottom:1% !important;
}


ul.stats li.stat-1 {
	background:url(images/bg-stat-1.png) 0 0 no-repeat;
	max-width:396px;
	width:100%;
    height:59px;
	text-indent:20%;
}

ul.stats li.stat-2 {
	background:url(images/bg-stat-2.png) 0 0 no-repeat;
	max-width:477px;
	width:100%;
    height:58px;
	text-indent:17%;
}

ul.stats li.stat-3 {
	background:url(images/bg-stat-3.png) 0 0 no-repeat;
	max-width:480px;
	width:100%;
    height:58px;
	text-indent:17%;
}

ul.stats li.stat-4 {
	background:url(images/bg-stat-4.png) 0 0 no-repeat;
	max-width:550px;
	width:100%;
    height:58px;
	text-indent:14.5%;
}

ul.stats li.stat-5 {
	background:url(images/bg-stat-5.png) 0 0 no-repeat;
	max-width:501px;
	width:100%;
    height:58px;
	text-indent:16%;
}

ul.stats li.stat-6 {
	background:url(images/bg-stat-6.png) 0 0 no-repeat;
	max-width:501px;
	width:100%;
    height:58px;
	text-indent:16%;
}


ul.stats li.stat-1 span,
ul.stats li.stat-2 span,
ul.stats li.stat-3 span,
ul.stats li.stat-4 span,
ul.stats li.stat-5 span,
ul.stats li.stat-6 span {
	display:block;
	position:relative;
	top:31%;
}

ul.arrow {
	list-style-type:none !important;
	padding: 0;
	margin: 0 3%;
}

ul.arrow li {

	background:url(images/bullet.png) no-repeat 0 16%;
	margin-bottom: 1%;
    padding-left: 4%;
}


/* HOW TO HELP */

.green-block {
	border: 2px dashed #9daf27;
    margin: 1.5% 0 0 6.7%;
    padding: 1%;
    text-align: center;
    width: 38%;
}


/* GALLERY */

.ngg-gallery-thumbnail {
	border:0 !important;
	margin:0 !important;
}

.ngg-gallery-thumbnail a {
	margin:0 !important;
}

.ngg-gallery-thumbnail img,
.ngg-gallery-thumbnail img:hover {
    background-color: #fff !important;
    border: 2px dashed #9daf27 !important;
    display: block;
    margin: 0 7px 13px !important;
    padding: 2px !important;
    position: relative;
}

.gallery #content .content {
    margin-bottom:0 !important;
}


/* CONTACT */

.contact-info .wpb_content_element {
    margin-bottom:0 !important;
}

.map {
	border: 2px dashed #9daf27;
    margin: 0;
    padding: 1.5%;
    text-align: center;
    float:right;
	width:100%;
}




/* MOBILE VIEW */


@media all and (max-width: 1100px) {
    .mobile-header-bar .mobile-branding img {
      max-width: 65%;
      height: auto;
    }
    
    .ngg-gallery-thumbnail-box {
      float: none;
      max-width: 44% !important;
      display: inline-block;
      margin: 0 5px;
    }
    
    .green-block {
        width:80%;
    }
    
    .contact-info .vc_col-sm-8 .vc_column-inner {
        padding-right:0 !important;
        margin-top:15px;
    }
    
   
}

