/*
 Theme Name:   Divi Child
 Theme URI:    http://unitednetworksonline.com/wordpress-themes/
 Description:  Divi Child Theme
 Author:       United Networks
 Author URI:   http://unitednetworksonline.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Divi-child
*/
.header-phone { position: fixed; top:15px; right: 15px; font-size: 2em; font-weight: bold; color: #286eb6; }
#et-top-navigation { margin-top: -70px; }
.et_header_style_left #et-top-navigation nav > ul > li > a { padding-bottom: 0px; }
#top-menu li { text-shadow: 1px 1px #000; }
.appacab-sidebar h3 { font-size: 18px; }
.gform_footer input[type=submit] { background-color: #4068b3; color: #fff; font-size: 20px !important; font-weight: bold; border: none; border-radius: 3px; padding: 6px 20px; cursor: pointer; }
#pbe-above-header-wa-wrap { z-index: 1 !important; }

/* Home */
.btn1 { margin-bottom: 20px; }
.areas-we-serve h2 {line-height: 0px; font-size: 4em; font-weight: bold; text-shadow: 2px 2px #000; color: #fff; text-align: center; padding-bottom: 0px; }

.home .appacab-footer h3 { font-size: 20px !important;}
.home .appacab-footer .et-pb-icon { font-size: 40px !important; }
.home .appacab-footer p { font-size: 14px !important; }
.aio-blurb .aio-wrap { min-height: 350px !important; }
.appacab-blurbs .aio-wrap { padding: 15px 30px;}
.home .et_pb_fullwidth_header_extended_0.dwd-fwe.et_pb_fullwidth_header:before { background-position: center top !important; }

/* Rates */
.rates h2 { font-size: 72px; color: #286eb6; line-height: 72px; font-weight: 500; }
.rates h3 { font-size: 18px; color: #333; font-weight: 500; line-height: 1em; }

/* Mobile */
@media only screen and (max-width: 960px) {
/* #page-container { padding-top: 0px !important; } */
#shiftnav-toggle-main.shiftnav-toggle-main-entire-bar:before { padding: 5px 20px !important; }
.home .et_pb_button_two { margin-left: 0px !important; }
.home .et_pb_button_0.et_pb_button.et_pb_module { margin-bottom: 15px !important; }
.home .et_pb_fullwidth_header_scroll, .header-desktop { display: none; }
.phone-mobile-code { padding: 50px 0px;}
.header-phone-mobile { float: right; color:#4068b3; font-weight: bold; background: #fff; padding: 5px; margin-right: 5px; margin-top: 10px; border-radius: 3px; box-shadow: 1px 1px #4068b3;}
}

/* Desktop */
@media only screen and (min-width: 961px) {
.hide-desktop, .header-mobile { display: none !important; }
.aio-blurb .border-wrapper, .aio-blurb .aio-wrap { padding: 30px 10px !important;}
}


/* 
#page-container { padding-top: 220px !important; }
#main-header { display: none; }
.aio-wrap p { color: #666 !important; }
*/

/* SVG Version */
/*
#main-header { background-color: transparent !important; box-shadow: none !important; }
#logo { max-height: 300px !important;}

svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.wave-container {
  display: inline-block;
  background-color: #23609e;
  position: relative;
  width: 100%;
  height: 650px;
  vertical-align: middle;
  overflow: hidden;
  margin-top: -315px;
}
*/

/*review form*/
.badges img {
    max-height: 110px;
    padding: 20px;
    margin-top: 30px;
}
#gform_submit_button_3 {
    visibility: hidden!important;
}
button.button {
    background-color: #4068b3;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    padding: 6px 20px;
    cursor: pointer;
}
.gfp_big_button .gfield_radio label {
    max-width: 300px!important;
    padding: 10px 30px!important;
    background: #4068b3;
    color: #fff;
    font-weight: 600;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 1.5em!important;
    border: none;
}
.gfp_big_button .gfield_radio li input[type=radio], li.gchoice_3_2_0 input[type=radio], li.gchoice_3_2_1 input[type=radio], .gform_wrapper.gf_browser_chrome .gfp_big_button .gfield_radio li input[type=radio] {
    display: none !important;
}
.gfp_big_button .gfield_radio label:hover {
    color: #4068b3!important;
    background: #efefef!important;
}