/*
Theme Name: RJB Service
Author: Jason Elliott
Author URI: http://blurredcolor.com
Template: blurred
*/

/* split menu */


@media only screen and (min-width: 780px) {
    .blur-menu.bc-main-nav-wrap {
        margin-left: 26px;
    }

    #top #header .bc-main-nav li:nth-child(2) {
      /* Adjust the width of the logo */
        margin-right:340px;
    }
    
    /* div#header_main {
        background: #222222;
    } */

    #header .main_menu {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .bc-main-nav-wrap {
        left: 50%;
        transform: translateX(-50%);
    }
    
    #header .logo {
        left: 50%;
        transform: translateX(-50%);
        z-index:999;
    }
    
    #header .logo img {    
        top: 50%;
        transform: translateY(-50%);
        max-width: 300px;  
    }
    /* nav.main_menu {
        margin-right: 0!important;
        margin-left: 0!important;
    }
        
    #top #header .bc-main-nav > li {
        padding-left: 40px;
        padding-right: 40px;
    }
        
    .bc-main-nav-wrap, .main_menu {
        width: 100% !important;
    } */
}

.post-entry.post-entry-type-page.post-entry-18 {
    margin-top: -92px;
}

#bc-home-hd p {
    color: #eb3b3b;
    margin-top: -18px;
}

div#bc-cta {
    bottom: 0 !important;
    position: absolute !important;
    z-index: 100;
}

.hr-custom .hr-inner.inner-border-bc-border-fat {
    border-top-width: 5px;
}

.bc-service-btn span {
    font-size: 26px !important;
}


.flex_cell.no_margin.bc_one_third.blur-builder-el-4.el_before_bc_cell_one_third.blur-builder-el-first:after,
.flex_cell.no_margin.bc_one_third.blur-builder-el-4.el_before_bc_cell_one_third.blur-builder-el-first:before {
    content: "";
    position: absolute;
    top: 0;
    background: #eb3b3b;
    bottom: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
    left: 30%;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.flex_cell.no_margin.bc_one_third.blur-builder-el-8.el_after_bc_cell_one_third.blur-builder-el-last:after,
.flex_cell.no_margin.bc_one_third.blur-builder-el-8.el_after_bc_cell_one_third.blur-builder-el-last:before {
    content: "";
    position: absolute;
    top: 0;
    background: #eb3b3b;
    bottom: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
    margin-left: -92px;
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.bc-form-fields input, .bc-form-fields textarea{
    background: none !important;
    border: 2px solid black !important;
    padding: 13px !important;
    border-radius: 2px !important;
}

.gform_footer input[type=submit] {
    background: none !important;
    border: 2px solid black !important;
    padding: 16px 20px !important;
    border-radius: 2px !important; 
    color: black;
    min-width: 142px !important;
}

.gform_footer input[type=submit]:hover {
    background: #eb3b3b !important;
    color: black;
}

h3.gsection_title {
    font-size: 26px !important;
    margin-top: 30px;
}

section#block-11 {
    margin-top: -15px !important;
    margin-left: -10px !important;
}

section#block-9 {
    margin-bottom: 0px !important;
}

h3.bc-footer-hd {
    border-bottom: 1px solid #eb3b3b;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 2px;
}