  /*
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 99
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.post.type-post div.alignleft {
    display: inline-block;
    float: left;
}

.featured-on .slick-arrow {
    border: none;
}

.home-contact-section .form-wrapper .form-submit input[type="submit"] {
        border: none;
}

.main-header .bottom-menu .menu-main-navigation-container > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.main-header .bottom-menu .menu-main-navigation-container > ul li {
    position: relative;
}

.main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu {
    position: absolute;
    list-style: none;
    background: #ffffff;
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 0;
    text-align: left;
    width: 200px;
    top: 100%;
    z-index: 1;
 /*    -webkit-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;  */
    opacity: 0;
    visibility: hidden;
    border-bottom: 2px solid #e50e0e;
    -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
/*     -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s; */
}
.main-header .bottom-menu .menu-main-navigation-container > ul li a {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "nexa_boldregular";
}

.main-header .bottom-menu .menu-main-navigation-container > ul li .sub-menu a {
    padding: 5px 10px;
    font-size: 14px;
    font-family: "nexa_lightregular";
    color: #2f3130;
    display: block;
    line-height: 24px;
}


.step-form input.cf7mls_back.action-button {
    display: none;
}
.step-form .fieldset-cf7mls {
    border: none;
}

.step-form .fieldset-cf7mls div {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.step-form .cf7mls_next.action-button, .step-form .cf7mls_back.action-button {
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    padding: 22px 40px;
    min-width: 68px;
    background-color: #cf0000 !important;
    width: 100%;
    height: 100%;
    color: #fff !important;
}
.step-form button.cf7mls_back.action-button {
    display: none;
}

.step-form .form-col {
    display: inline-block !important;
}

.step-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    display: none !important;
}

.step-form input.wpcf7-form-control.wpcf7-submit.buttoncss {
    width: auto;
    padding: 10px 40px;
}
.pageDefaultContent p {
	margin-bottom:15px;
}
.pageDefaultContent h2 {
	text-align:center;
}
.pageDefaultContent .alignleft {
    float: left;
    margin-right: 15px;
}
.pageDefaultContent .alignright {
    float: right;
    margin-left: 15px;
}
.pageDefaultContent.container {
	max-width:1280px;
	padding-left:15px;
	padding-right:15px;
}
.close-icon {
	z-index:2;
}
.single-post .entry-header {
    display: none;
}


.sgd_top_img .float-middle .float-right {
    max-width: 850px;
    width: 100%;
}
.sgd_top_img .float-middle .float-right h3 {
    text-align: center;
}
.wr_page_m_sec .vc_custom_1474466337408 > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: unset;
}
.wr_page_m_sec .vc_custom_1474466337408 > .wpb_wrapper  .float-right {
    max-width: 991px;
    width: 100%;
}
.wr_page_m_sec .vc_custom_1474466337408 > .wpb_wrapper  .float-right h3{
    margin: 0px;
}    

#container_wrapper .wpb_wrapper a {
    color: #2323dc;
}

#container_wrapper .wpb_wrapper a:hover, #container_wrapper .wpb_wrapper a:focus {
    color: #2323dc;
    text-decoration: underline;
}

.industrial-roofing ul {
    list-style: disc;
    margin-left: 20px;
}
.asw_page ul {
    list-style-type: square;
    margin-left: 20px;
}
.before-after-content p {
    text-align: left !important;
	padding-bottom: 20px;
}
.reviewbox_wrapper{
    max-width: 1200px;
    margin:0 auto;
}
.reviewbox_content {
    padding: 15px;
    background-color: rgba(255,0,0,0.1);
}
.reviewbox_wrapper .main_review h3{
    font-size: 18px;
    color:#1d1d1d;
    font-family: "Montserrat", sans-serif;
	margin-top: -17px;
    margin-left: 48px;
}
.main_review {
    padding: 20px;
    /* border: 2px solid #ccc; */
}
.reviewbox_wrapper hr{
    padding: 0px;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #CCC;
    color: #FFF;
    clear: both;
}
.reviewbox_bottom {
    background-image: url(/wp-content/themes/nombatch/New_design/images/Arrow.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 20px;
    height: 26px;
    width: 34px;
}
.back-btn{
    text-align: center;
}
.back-btn a{
    background: #cf0000;
    padding: 5px 25px !important;
    color: #fff !important;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
.back-btn a:hover{
   text-decoration: none !important; 
}
.wpcf7 .wpcf7-form .wpcf7-mail-sent-ok { 
    display: none !important; 
}
.rte a {
    color: #2323dc;
}
.roofing_experts_section a:hover {
    text-decoration: underline;
    color: #cf0000;
}
.commercial_roofing_section .insurance_claims_btn a:hover{
    color:#fff !important;
}
.calc-form .form-field input, .calc-form .form-field textarea,.calc-form .form-field select{    
    height: 40px;    
    text-align: left;
}
.services-section .right-col-items .calc-form{
    max-width: 380px;
}
.calc-form .form-field textarea{    
    height: auto;    
    width: 100%;    
    max-width: 100%;    
    min-height: 100px;     
    width: 100%;    
    padding: 5px 20px;    
    border-radius: 17px;    
    line-height: 24px;    
    height: 34px;    
    border: none;    
    text-align: left;    
    -webkit-appearance: none;    
    -moz-appearance: none;    
    appearance: none;    
    font-family: "Montserrat", sans-serif;    
    font-size: 15px;
}
.services-section .right-col-items .calc-form .form-field:nth-child(2){    
    margin-bottom: 15px;
}
.calc-form .form-field{
    margin-bottom: 15px;
}
.calc-form .wpcf7-submit {
    text-align: center !important;
}
.calc-form input[type="submit"]{
   max-width: 100%;
   font-size: 16px;
}
.calc-form .form-field input[type=number]::-webkit-inner-spin-button, 
.calc-form .form-field input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  -0-appearance: none;
}

//
@media (max-width: 1120px){
    .page-id-647 .vc_col-sm-4 {
        padding: 0px 15px;
    }
    .thankyou-img img{
        width: 500px !important;
    }
   
}

@media (max-width: 768px){
    .page-id-647 .wpb_single_image.vc_align_right {
        text-align: center;
    }
    .page-id-647 .wpb_single_image.vc_align_left {
        text-align: center;
    }
    .page-id-729 #col1_int h3 {
        font-size: 18px;
            line-height: 1.4;
    }
    .page-id-838 #col1_int .less-margin .wpb_content_element {
        padding: 0px !important;
    }
    .page-id-838 .wpb_raw_html .left-col {
        padding-bottom: 0 !important;
    }
    .page-id-838 .wpb_raw_html .right-col {
        padding-top: 0 !important;
    }
    .page-id-576 .float-middle h3{
        margin-bottom: 0;
    }
    img.alignnone.size-full.wp-image-307,img.size-full.wp-image-308.aligncenter,img.wp-image-323.alignnone,img.wp-image-332.aligncenter,.wp-image-333 {
        height: 100%;
    }
    .thankyou-img img{
        width: 450px !important;

    }
    .reviewbox_wrapper .main_review h3 {
        margin-top: -8px;
        margin-bottom: 15px;
    }
}
@media (max-width: 500px){
    .mobile_sec .img-closer-wrap1, .mobile_sec .wpb_wrapper {
        max-width: 100%;
        text-align: center;
    }
    #col1_int .gaf_mobile h1 {
        font-size: 29px;
        line-height: 1.4;
    }
	.main_review {
		padding: 10px;
	}
	.reviewbox_wrapper .main_review h3 {
		font-size: 16px;
		line-height: 18px;
        margin-top: -8px;
        margin-bottom: 15px;
	}
	.achievements .row {
		flex-wrap: nowrap;
	}
	.achievements .achievement-col {
		padding-bottom: 0px;
		padding: 0 14px;
	}
    .thankyou-img img{
        width: 400px !important;

    }
}    
@media (max-width: 400px){
    .page-id-610 .box_wrap .vc_column-inner {
        padding: 0px 15px !important;
    }
    .vc_custom_1570780895149 h3 {
        font-size: 20px;
    }
    .reviewbox_wrapper .main_review h3 {
        margin-top: -8px;
        margin-bottom: 15px;
    }
} 

#menu-item-3116 .sub-menu {
	right: 0;
}
.services-section .right-col-items h4 {
   text-transform: none !important;
}
.wr_page_m_sec .vc_custom_1574850395707 > .wpb_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: unset;
}
.wr_page_m_sec .vc_custom_1574850395707 > .wpb_wrapper .float-right{
    max-width: 991px;
    width: 100%;
}
.wr_page_m_sec .vc_custom_1574850395707 > .wpb_wrapper .float-right h3{
    margin:0;
}
@media only screen and (max-width: 767px){
.wr_page_m_sec .vc_custom_1574850395707 > .wpb_wrapper, .wr_page_m_sec .wpb_raw_html > .wpb_wrapper {
    align-items: flex-end !important;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
}
