/*
Theme Name: Modern Interior
Theme URI: http://gt3themes.com/wordpress-themes/interior/
Author: mad_dog
Author URI: gt3themes.com
Description: -
Version: 1.0.1610
Tags: wordpress theme, responsive, retina ready, business, clean style
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


.content_wrapper {
padding-top: 3px;
padding-bottom: 91px;
}

.home .page_title_block {display:none !important; } 

.home h2 a { font-size:23px; }

.header .header_block {background-image:none !important; background: #464646 !important; background-color: #464646 !important; }

.main_wrapper nav ul.menu a { color: #fff !important; }

.headInModule { font-size: 25px; }

.page-id-2315 .span3 { width:330px !important; padding-top:90px !important; }
.page-id-2315 .span9 { width:810px !important; } 

@media screen and (max-width: 761px) {
   .page-id-2315 .span3 { width:100% !important; padding-top:0px !important; }
   .page-id-2315 .span9 { width:100% !important; } 
   .home .content_wrapper {padding-top: 0px !important }
   .home .content_wrapper .container { padding-top: 0px !important; }
}

.page_title_block { display:none !important; }

header { background-color: #464646 !important; }

@media screen and (min-width: 1200px) { 
	.content_wrapper { padding-top: 144px !important; }
	.home .content_wrapper { padding-top: 0px !important; }
}

.tn3-text-bg { display: none !important; }

.page-id-2315 .span3 { margin-top: 0px !important; padding-top: 0px !important }

.google-maps {
        position: relative;
        padding-bottom: 400px; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 400px !important;
    }