/*
Theme Name: Bridge Child - RBA FLA
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");


/* 
    Main Colors
    Yellow:  #FFF200
    Blue:    #006BB7
    
    #0a0a0a
    #090a05
*/

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?nopanq');
  src:  url('fonts/icomoon.eot?nopanq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?nopanq') format('truetype'),
    url('fonts/icomoon.woff?nopanq') format('woff'),
    url('fonts/icomoon.svg?nopanq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/*
[class^="icon-"], [class*=" icon-"] {
   use !important to prevent issues with browser extensions that change fonts 
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

   Better Font Rendering =========== 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/

/*
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location2:before {
  content: "\e948";
}
*/




html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

body {
  color: #212120;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}


p {
	margin-bottom: 12px;
}

ul {
  margin-bottom: 12px;
}

h1 {
  margin-bottom: 20px;
}
h2, h3, h4 {
  margin-bottom: 8px;
}


/* 
    Misc
*/

sup {
  font-size: .75em;  
}

.separator.small {
  background-color: #006BB7;
}

.content .column1 .column_inner > .vc_row:last-of-type, body:not(.home) .content .full_width .full_width_inner > .vc_row:last-of-type {
  padding-bottom: 60px;
}

.column1 h1 {
  margin-bottom: 12px;
}

.column1 .mmm-title-sep {
  width: 38px;
}

.mmm-align-center {
  text-align: center;
}

.mmm-normal-case, .mmm-normal-case h2 {
  text-transform: none;
}


.mmm-mobile-only {
  display: none;
}

@media screen and (max-width: 768px) {
  
  .mmm-mobile-only {
    display: block;
  }
  
}




/* 
    Video Embeds
*/

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* 
    Buttons
*/

.qbutton {
  border: 0;
  border-radius: 0;
  background-color: #000000;
  color: #f6f6f6;
}
.qbutton:hover {
  border: 0;
  border-radius: 0;
  background-color: #444444;
  color: #f6f6f6;
}



/* 
    Row Control
*/

.mmm-row-shrink {
  padding: 0 12%;
}
@media screen and (max-width: 1100px) {
  .mmm-row-shrink {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1000px) {
  .mmm-row-shrink {
    padding: 0 8%;
  }
}
@media screen and (max-width: 768px) {
  .mmm-row-shrink {
    padding: 0 10px;
  }
}

.mmm-row-shrink-less {
  padding: 0 10%;
}
@media screen and (max-width: 1100px) {
  .mmm-row-shrink-less {
    padding: 0 8%;
  }
}
@media screen and (max-width: 1000px) {
  .mmm-row-shrink-less {
    padding: 0 6%;
  }
}
@media screen and (max-width: 768px) {
  .mmm-row-shrink-less {
    padding: 0 10px;
  }
}



/* 
    Header
*/

.header_top {
  background-color: #090a05 !important;
}



header .header_bottom {
  height: 76px;
  display: flex;
  padding: 0 0 0 45px;
}

header .header_inner_left {
  height: 76px;
  position: static;
  flex: 1;
  display: flex;
  width: 50%;
}

header .header_inner_right {
  height: 76px;
  float: none;
  position: static;
  flex: 1;
  display: flex;
  width: 50%;
}

.logo_wrapper {
  height: 76px;
  float: none;
  display: inline-block;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.header_bottom, .header_top, .q_logo, .q_logo a {
  position: static;
}

.q_logo img.dark, .q_logo img.light, .q_logo img.mobile, .q_logo img.popup, .q_logo img.sticky {
  display: none;
}

.q_logo a {
  box-sizing: border-box;
  height: 76px !important;
  padding: 3px 25px;
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

.q_logo img {
  position: static;
  display: inline-block;
  transition: all .6s ease-in-out;
}

header .header_inner .side_menu_button > a.side_menu_button_link {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 76px;
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}




header.sticky .header_bottom {
  background-color: rgba(255,255,255,1) !important;
}

header.sticky .header-right-from-logo-widget {
  display: inline-block;
}

header.sticky .q_logo img.normal {
  display: none;
}
header.sticky .q_logo img.sticky {
  display: block;
}



.header-right-from-logo-widget {
  position: static;
  display: inline-block;
  padding: 0;
  border-right: 1px solid rgba(255,255,255,0.3);
}

.navbar-widget.navbar-service-area {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.navbar-widget.navbar-service-area>a {
  color: #fff;
  padding: 10px;
  height: 76px;
  width: 75px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

.navbar-widget.navbar-service-area>a .navbar-icon {
  background-image: url('/wp-content/themes/bridge-child-rbafla/images/RBA_ServiceArea_MAR20-01.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  height: 100%;
}

.navbar-widget.navbar-special-offer>a:focus {
  color: rgba(142, 164, 130, 1);
  background-color: rgba(240,245,239,1);
}

.navbar-widget.navbar-special-offer>a {
  padding: 0 25px;
  height: 76px;
  display: inline-block;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(142, 164, 130, 1);
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

.navbar-widget.navbar-special-offer>a:hover, .navbar-widget.navbar-special-offer>a:active, .navbar-widget.navbar-special-offer>a:focus {
  color: rgba(142, 164, 130, 1);
  background-color: rgba(240,245,239,1);
}

.navbar-widget.navbar-special-offer>a span {
  text-shadow: none;
  display: block;
  text-align: center;
}

.navbar-widget.navbar-special-offer>a span:first-of-type {
  font-size: 11px;
  font-family: 'Raleway','Roboto',sans-serif;
  letter-spacing: 2px;
}
.navbar-widget.navbar-special-offer>a span:last-of-type {
  font-size: 14px;
  letter-spacing: .25em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}




header .header_inner_right .side_menu_button_wrapper {
  display: flex;
  width: 100%;
}

header .header_inner_right .side_menu_button {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}

header .header_inner_right .side_menu_button a:last-child {
  padding-left: 0;
}

.header_bottom_right_widget_holder {
  display: flex;
  flex: 5;
  padding-right: 0;
  justify-content: flex-end;
  align-items: center;
}
.header_bottom_right_widget_holder .header_bottom_widget {
  justify-content: center;
  align-items: center;
  height: 100%;
}
.header_bottom_right_widget_holder .header_bottom_widget .custom-html-widget {
  height: 100%;
}


.navbar-widget.navbar-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-flow: row;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: left;
  border-right: 1px solid rgba(255,255,255,0.3);
  height: 100%;
}

.navbar-widget.navbar-contact-address {
  border-left: 1px solid rgba(255,255,255,0.3);
}

.navbar-widget.navbar-contact>a {
  position: relative;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  height: 100%;
  padding: 0 25px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  letter-spacing: 2px;
  color: rgba(255,255,255,1);
  text-shadow: 0 0 13px rgba(0,0,0,1);
  transition: background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
}

.navbar-widget.navbar-contact a>span {
  font-weight: 400;
  display: block;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  width: 100%;
  height: auto;
  line-height: 20px;
  letter-spacing: 2px;
  color: rgba(255,255,255,1);
  text-shadow: 0 0 13px rgba(0,0,0,1);
}

.navbar-widget.navbar-contact a>b {
  letter-spacing: .2em;
  font-size: 14px;
  width: 100%;
  height: auto;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}


.navbar-widget.navbar-contact a>span::before {
  font-family: 'icomoon';
  font-size: 22px;
  position: absolute;
  border: 1px solid transparent;
  top: calc(50% - 11px);
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  left: 11px;
}
.navbar-widget.navbar-contact-address a>span::before {
  content: "\e948";
}
.navbar-widget.navbar-contact-phone a>span::before {
  content: "\e942";
}


.navbar-widget.navbar-contact>a:hover, .navbar-widget.navbar-service-area>a:hover, .q_logo a:hover {
  background-color: rgba(142, 164, 130, 1)!important;
  color: #fff!important;
}
header .header_inner .side_menu_button > a.side_menu_button_link:hover {
  background-color: rgba(142, 164, 130, 1)!important;
  color: #fff!important;
  opacity: 1;
}


@media screen and (max-width: 1297px) {
  
  .navbar-widget.navbar-contact>a {
    padding-right: 10px;
  }
  
  .navbar-widget.navbar-contact a>span {
    font-size: 9.5px
  }
  .navbar-widget.navbar-contact a>b {
    font-size: 13px;
  }
  
}


@media screen and (max-width: 1180px) {
  
  .navbar-widget.navbar-contact a>span, .navbar-widget.navbar-contact a>b {
    font-size: 0;
    width: 0;
    height: 0;
  }
  
  .navbar-widget.navbar-contact a>span::before {
    left: calc(50% - 11px);
  }
  
}


@media screen and (max-width: 1000px) {
  
  header {
    position: relative !important;
    display: inline-block !important;
  }
  
  .content, .touch .content {
    margin-top: -110px !important;
  }
  
  .header_bottom, nav.mobile_menu {
    background-color: rgba(10, 10, 10, 0.2) !important;
  }
  
  header .header_bottom {
    padding-left: 0;
  }
  
  nav.mobile_menu {
    display: none;
  }
  
  .logo_wrapper {
    height: 76px !important;
    position: static;
  }
  
  .side_menu_button {
    height: 76px !important;
  }
  
}

@media screen and (max-width: 880px) {
  
  header .header_inner_left {
    width: 75%;
    flex: 3;
  }
  header .header_inner_right {
    width: 25%;
    flex: 1;
  }
  
  header .header_inner_right .header_bottom_right_widget_holder {
    padding-left: 0;
    flex: 2;
  }
  header .header_inner_right .side_menu_button {
    flex: 1;
  }
  
}

@media screen and (max-width: 800px) {
  
  header .header_inner_left {
    width: 62.5%;
    flex: 5;
  }
  header .header_inner_right {
    width: 37.5%;
    flex: 3;
  }
  
}

@media screen and (max-width: 715px) {
  
  header .header_inner_left {
    width: auto;
    flex: auto;
  }
  header .header_inner_right {
    width: 75px;
    flex: auto;
    flex-grow: 0;
  }
  
  header .header_inner_left > .header-right-from-logo-widget:last-child, header .header_inner_left > .header-right-from-logo-widget:last-child .header-right-from-logo-widget-inner {
    width: 100%;
  }
  
  header .header_inner_right .header_bottom_right_widget_holder {
    display: none;
  }
/*
  header .header_inner_right .side_menu_button {
    border-left: 1px solid rgba(255,255,255,0.3);
  }
*/
  
  .navbar-widget.navbar-special-offer {
    display: none;
  }
  
  header .header_inner_right {
    width: auto;
  }
  
  header .header_inner_left > .header-right-from-logo-widget:last-child {
    display: none;
  }
  
  .navbar-widget.navbar-contact.navbar-contact-phone {
    display: flex;
    border-left: 1px solid #ccc;
  }
  
  header .header_inner_right .header_bottom_right_widget_holder {
    display: flex;
  }
  
  header .header_inner_right .side_menu_button {
    width: 100px;
  }
  
  header .navbar-contact.navbar-contact-address {
    display: none;
  }
  
  .navbar-widget.navbar-contact.navbar-contact-phone a>span {
    font-size: 9.5px;
    width: 100%;
    height: auto;
  }
  
  .navbar-widget.navbar-contact.navbar-contact-phone a>b {
    font-size: 13px;
    width: 100%;
    height: auto;
  }
  
  header .navbar-widget.navbar-contact a>span::before {
    left: 11px;
  }
  
  
}

@media screen and (max-width: 520px) {
  
  header .header_inner_right {
    width: 58px;
  }
  
  .q_logo a {
    padding: 3px 5px;
  }
  
  .navbar-widget.navbar-service-area>a {
    padding: 10px 2px;
    width: 58px;
  }
  
  .navbar-widget.navbar-special-offer>a {
    padding: 0 9px;
  }
  
  .navbar-widget.navbar-special-offer>a span:first-of-type {
    font-weight: 400;
    font-size: 9px;
  }
  .navbar-widget.navbar-special-offer>a span:last-of-type {
    font-size: 11px;
    letter-spacing: .2em;
  }
  
  
  
  header .header_inner_right {
    width: auto;
  }
  
}


@media screen and (max-width: 470px) {
  
  header .header-right-from-logo-widget {
    display: none;
  }
  
  header .header_inner_right {
    width: 100%;
  }
  
  header .header_inner_right .side_menu_button {
    width: 76px;
  }
  
  .header_bottom_right_widget_holder .header_bottom_widget {
    flex: auto;
  }
  
  header .header_inner_right .header_bottom_right_widget_holder > .header_bottom_widget:first-child {
    display: none;
  }
  
  .navbar-widget.navbar-contact.navbar-contact-phone {
    border-left: none;
  }
  
}

@media screen and (max-width: 410px) {
  
  header .navbar-widget.navbar-contact a>span::before {
    display: none;
  }
  
  .navbar-widget.navbar-contact>a {
    padding: 0 10px;
    width: 100%;
    text-align: center;
  }
  
}


@media screen and (max-width: 380px) {
  
  .q_logo a {
    padding: 14px 2px;
  }
  
  .navbar-widget.navbar-service-area>a {
    width: 46px;
  }
  
  .navbar-widget.navbar-special-offer>a {
    padding: 0 4px;
  }
  
}



/* 
    Sticky Header Fixes
*/

header.sticky .navbar-contact a, header.sticky .navbar-contact a>span, header.sticky .navbar-contact a>b, header.sticky .navbar-widget.navbar-contact a>span::before {
  color: rgba(10,10,10,1) !important;
  text-shadow: none;
}

header.sticky .navbar-contact, header.sticky .header-right-from-logo-widget, header.sticky .logo_wrapper {
  border-right: 1px solid #ccc;
}

header.sticky .navbar-contact.navbar-contact-address {
  border-left: 1px solid #ccc;
}

header.sticky .side_menu_button > a {
  color: rgba(10,10,10,1) !important;
}




/* 
    White Header
*/
header .header_bottom {
  background-color: rgba(255,255,255,1) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.11);
}
header .navbar-contact a, header .navbar-widget.navbar-contact a>span, header .navbar-widget.navbar-contact a>b, header .navbar-widget.navbar-contact a>span::before {
  color: rgba(10,10,10,1) !important;
  text-shadow: none;
}

header .navbar-widget.navbar-contact, header .header-right-from-logo-widget, header .logo_wrapper {
  border-right: 1px solid #ccc;
}

header .navbar-contact.navbar-contact-address {
  border-left: 1px solid #ccc;
}

header .side_menu_button > a {
  color: rgba(10,10,10,1) !important;
}

header:not(.sticky):not(.scrolled) .header_bottom, header.fixed_top_header .bottom_header {
  border-bottom: none;
}





/* 
    Side Menu
*/

.side_menu {
  background-color: #54664a;
}

.side_menu_slide_from_right .side_menu {
  width: 40%;
  padding: 5% 0px 30px;
  overflow-y: scroll !important;
}

.side_menu .widget.widget_nav_menu ul {
  text-align: left;
}

.side_menu .widget.widget_nav_menu ul.menu > li {
  margin-bottom: 0px;
}

.side_menu .widget.widget_nav_menu li {
  margin-bottom: 0px;
  border-bottom: 1px solid #8A8A8A;
}

.side_menu .widget.widget_nav_menu li.menu-item-has-children > a {
  border-bottom: 1px solid #8A8A8A;
}

.side_menu .widget.widget_nav_menu li a {
  display: block;
  padding: 8px 20px;
  color: #F9F9F9;
}

.side_menu .widget.widget_nav_menu li a:hover {
  background-color: #4b5b42;
}

.side_menu .widget ul ul {
  padding: 0;
  margin-bottom: 0;
}

.side_menu .widget.widget_nav_menu ul ul li a {
  padding-left: 40px;
}

.side_menu_slide_from_right .wrapper .cover {
  z-index: -1;
}


@media screen and (max-width: 768px) {
  
  .side_menu_slide_from_right .side_menu {
    width: 100%;
    right: -100%;
  }
  
}







/* 
    Gravity Forms
*/
body .gform_wrapper input[type=submit], body .gform_wrapper input[type=button], body .gform_wrapper input[type=reset] {
  color: #8EA482;
  border-color: #8EA482;
  text-align: center;
}
body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=button]:hover, body .gform_wrapper input[type=reset]:hover {
  background-color: #8EA482;
  border-color: #8EA482;
}
body .gform_wrapper input[type=text], body .gform_wrapper textarea, body .gform_wrapper select {
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select {
  height: 30px;
  margin-top: 4px;
  margin-bottom: 0;
  background-color: white;
}


/* 
    Gravity Forms Sidebar
*/
.sidebar .gform_widget .gform_wrapper .gfield_required {
  color: #006BB7;
}

.sidebar .gform_widget .gform_wrapper .gform_fields .gfield {
  margin: 0 0 15px;
}

.sidebar .gform_widget .gform_wrapper .top_label div.ginput_container {
  margin-top: 5px;
}

.sidebar .gform_widget .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-bottom: 0;
}

.sidebar .gform_widget .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0px 0 22px;
}


/* 
    Footer
*/

.footer_top_holder {
  background-color: #0A0A0A;
}
.footer_bottom_holder {
  background-color: #0A0A0A;
}

.footer_top h5 {
  font-family: "Raleway", sans-serif;
  letter-spacing: 3px;
  margin-bottom: 12px;
  font-size: 16px;
  color: #fafafa;
}

.footer_top a {
  font-weight: bold;
  color: #e4e4e4;
}

.footer_bottom a {
  color: #818181;
}

.footer_bottom a:hover, .footer_top a:hover {
  color: #828f69 !important;
}



.footer_top .footer-license {
  color: #9a9a9a;
}


.footer_top .footer_col2 {
  text-align: center;
}
.footer_top .footer-location-title {
  font-family: "Raleway", sans-serif;
  letter-spacing: 3px;
  color: #fafafa;
  text-transform: none;
  font-size: 16px;
}
.footer_top .footer-location-address {
  color: #9a9a9a;  
}
.footer_top .footer-location-details a.footer-location-directions {
  display: block;
  color: #9a9a9a;
  text-decoration: underline;
  font-weight: normal;
  margin-bottom: 20px;
}
.footer_top .footer-location-details a.footer-location-directions:hover {
  color: #fafafa;
}



.footer_top .footer_col3 {
  text-align: center;
}
.footer-inspiration-list, .footer-inspiration-list li {
  list-style: none;
}
.footer-inspiration-list li {
  margin-bottom: 32px;
  text-align: center;
}
.footer-inspiration-list > li:first-child {
    padding-top: 6px;
}
.footer_top .footer_col3 a.qbutton.footer-inspiration {
  background-color: #8EA482;
  color: #fafafa;
}
.footer_top .footer_col3 a.qbutton.footer-inspiration:hover {
  background-color: #a2b68a;
  color: #fafafa !important;
}






/* 
    Homepage
*/

.home-hero-area {
  height: 87vh;
  overflow: visible;
}

.home-hero-right-col {
  text-align: center;
  padding-top: 130px;
}

.home-hero-right-col > .vc_column-inner {
  max-width: 500px;
  margin: 0 auto;
  background: #c3cec3;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.6);
}

.home-hero-right-col > .vc_column-inner > .wpb_wrapper {
  max-width: 450px;
  margin: 0 auto;
  padding: 40px 30px 20px;
  background-color: #FAFAFA;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.home-hero-right-col .gform_wrapper {
  margin-bottom: 0;
}

.home-hero-right-col .gform_wrapper .gform_fields .gfield {
  margin-bottom: 8px;
  padding-right: 0;
}

.home-hero-right-col .gform_wrapper li.hidden_label input[type=text] {
  margin: 0;
  height: 50px;
  padding: 4px 14px 2px !important;
  font-size: 18px !important;
}

.home-hero-right-col .gform_wrapper .ginput_complex.ginput_container_address .address_zip {
  width: 100%;
  padding-right: 0;
}

.home-hero-right-col .gform_wrapper .gform_footer {
  margin-top: 0;
}

.home-hero-right-col .gform_wrapper .gform_footer input[type=submit] {
  display: block;
  text-align: center;
  height: 48px;
  width: 100%;
  color: #FAFAFA;
  background-color: #e84f2f;
  border-radius: 0;
  border: 0;
}

.home-hero-right-col .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #e55e41;
}

@media screen and (max-width: 767px) {
  
  .home-hero-left-col {
    display: none;
  }
  
  .home-hero-area {
    height: 120vh;
  }
  
}

@media screen and (max-width: 640px) {
  
  .home-hero-right-col .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    margin-bottom: 0;
  }
  
  
  .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price).gfield_required_asterisk {
    margin-bottom: 0;
    display: inline-block;
  }
  
}

@media screen and (max-width: 350px) {
  
  .home-hero-area {
    height: 135vh;
  }
  
  .home-hero-right-col .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    font-size: 0.8em;
  }
  
}


.mmm-page-hero-container {
  height: 75vh;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.mmm-page-hero-content {
  width: 70%;
  margin: 0 auto;
  color: #f6f6f6;
}

.mmm-page-hero-content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #f6f6f6;
  text-shadow: 0 0 12px #000;
}

.mmm-page-hero-content a.qbutton {
  margin-top: 50px;
  width: 100%;
  max-width: 200px;
  letter-spacing: 2px;
  font-weight: 400;
  text-align: center;
}





.title_outer {
  margin-bottom: 20px;
}

.title_outer .title {
  height: auto !important;
  background-size: cover !important;
  background-position: bottom center;
}

.title_outer .title .title_holder {
  box-sizing: border-box;
  display: block;
  height: 90vh !important;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.title_outer .title .title_holder:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient( 45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
}

.title_outer .title .title_holder .container {
  display: block;
  height: 100%;
}

.title_outer .title .title_holder .container .container_inner {
  display: table;
  height: 100%;
}


.title_outer .title .title_subtitle_holder {
  vertical-align: bottom;
  padding-bottom: 5%;
  display: table-cell;
  width: 100%;
}

.title_outer .title .title_subtitle_holder h1 {
  font-size: 40px;
  letter-spacing: 5px;
  color: #FFFFFF;
  text-shadow: 0 0 12px rgba(30, 30, 30, 1);
}


@media screen and (max-width: 1000px) {
  
  .title_outer .title {
    padding: 0 !important;
  }
  
  .title_outer .title .not_responsive {
    display: none !important;
  }
  
}





/* 
    Free Consultation
*/

.free-consultation-row .vc_column-inner {
  max-width: 600px;
  margin: 0 auto;
  background: #c3cec3;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.6);
}
.free-consultation-row .vc_column-inner > .wpb_wrapper {
  padding: 40px 30px;
  background: #FAFAFA;
  border: 2px solid #eaeaea;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.free-consultation-row .gform_wrapper .gform_fields .gfield {
  margin-bottom: 8px;
  padding-right: 0;
}

.free-consultation-row .gform_wrapper li.hidden_label input {
  margin: 0;
  height: 50px;
  padding: 4px 14px 2px !important;
  font-size: 18px !important;
}

.free-consultation-row .gform_wrapper .ginput_complex.ginput_container_address .address_zip {
  width: 100%;
  padding-right: 0;
}

.free-consultation-row .gform_wrapper .gform_footer {
  margin-top: 0;
}

.free-consultation-row .gform_wrapper .gform_footer input[type=submit] {
  display: block;
  text-align: center;
  height: 48px;
  width: 100%;
  color: #FAFAFA;
  background-color: #e84f2f;
  border-radius: 0;
  border: 0;
}

.free-consultation-row .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #e55e41;
}



/* 
    Why Us
*/

.rba-why-us h3 {
  border-top: solid 5px #e5e5e5;
  transition: ease-in-out 0.3s all;
  color: #333;
  font-weight: 300;
  text-transform: uppercase;
  padding-top: 16px;
}
.rba-why-us h3:hover {
  border-color: #8EA482;
  color: #8EA482;
}

@media screen and (max-width: 1000px) {
  
  .rba-why-us .vc_column_container {
    width: 33.333%;
    padding-bottom: 40px;
  }
  
  .rba-why-us .full_section_inner > .vc_column_container:nth-child(4) {
    margin-left: 16.6665%
  }
  .rba-why-us .full_section_inner > .vc_column_container:nth-child(5) {
    margin-right: 16.6665%;
  }
  
}

@media screen and (max-width: 767px) {
  
  .rba-why-us .vc_column_container {
    width: 50%;
    padding-bottom: 40px;
    float: left;
  }
  
  .rba-why-us .full_section_inner > .vc_column_container:nth-child(4) {
    margin-left: 0;
  }
  .rba-why-us .full_section_inner > .vc_column_container:nth-child(5) {
    margin-left: 25%;
  }
  
}




/* 
    Sidebar (Contact)
*/

h3.sidebar-title {
  margin-top: 30px;
}

h3.first-sidebar-title {
  margin-top: 0px;
}



/* 
    Blog Single
*/

.post_content_holder .post_info .post_author {
  display: none;
}



/* 
    Replacement Process
*/

.rba-process-step-num {
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  display: inline;
}
.rba-process-step-title {
  font-size: 22px;
  display: inline;
}



/* 
    Showrooms
*/

.rba-showroom-row {
  text-align: center !important;
}

.rba-showroom-row h3 {
  font-size: 25px;
  letter-spacing: 3px;
  margin-bottom: 0px;
}

.rba-showroom-row h4 {
  font-size: 18px;
}

.rba-showroom-row a {
  text-decoration: underline;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

/*careers*/
.career-btn {
    width: 100%;
    max-width: 200px;
    border:1px solid rgba(122, 145, 121, 0.01);
}
.career-btn:hover{
	border:1px solid;
}
.find-out-more-btn{
	padding: 20px 60px;
    margin:0 2.5px;
    border: 1px solid rgba(122,145,121,1);
}
.find-out-more-btn:hover{
	border:1px solid;
}
@media(max-width:1000px){
  .find-out-more-title{
  	margin-bottom: 50px!important;
  }
  .find-out-more-btn{
	margin:10px 5px;;
	}
}


#gform_3 input{
    height: 50px;
}

input#gform_submit_button_3{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 28px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: auto;
    min-height: 40px;
    margin: 0;
    padding: 6px 12px;
    transition: all .2s cubic-bezier(0.000,0.000,0.580,1.000);
    background: rgba(0,0,0,1);
    color: #fff;
    border: 1px solid transparent;
    border-radius: 0;

}

#gform_3 .gform_title {
    padding: 0;
    font-size: 1.5em;
    font-family: 'Raleway','Roboto',sans-serif;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 30px;
}

input#gform_submit_button_3:hover {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}

#gform_3 .gform_footer.top_label {
    padding: 0;
    margin: 0;
}

li#field_3_5 {
    margin: 0;
}


/*icons*/

.bot-icons ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(0,0,0,0);
    text-align: center;
    background: #ffffff;
}

.bot-icons{
    text-align: center;
}

.bot-icons:before{
 	content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 45%;
    height: 1px;
    background: #ebebeb;
    z-index: -1;
}
.bot-icons:after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    width: 45%;
    height: 1px;
    background: #ebebeb;
    z-index: -1;
}

.bot-icons a{
    color: rgba(122,145,121,1);
    height: 32px;
  	width: 32px;
    background-color: #ffffff;
    font-size: 16px;
}
.bot-icons a:hover{
    color: #ffffff;
    background-color: #000000;
  	font-size: 16px;
}

/*career title*/
.blog_single.blog_holder .entry_title {
    text-align: center;
    font-size: 40px;
    letter-spacing: 12px;
    color: #000000;
    font-weight: bold;
}
.blog_holder article .post_info {
    text-align: center;
}

.form-footnote.home .note{
	display: none;
}

body.home .form-footnote.home .note{
	display: block;
}

body.home .form-footnote.renewal .note{
	display: none;
}