/*
 Theme Name:   iyr
 Theme URI:    http://1fee.com
 Description:  Custom theme for Insure You Right
 Author:       
 Author URI:   http://www.insureyouright.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:  twenty-fifteen-child
*/
body {
  font-family: "Raleway", sans-serif;
  font-weight: 600 !important;
}

h1 {
  font-weight: 800;
}
h1.big-text {
  font-size: 60px;
  color: #fff;
}
a {
  color: #207178;
  text-decoration: underline;
}
p.bolder-text {
  font-weight: 600;
}
.et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row {
    width: 100% !important;
    max-width: 100% !important;
}
.home-call-left{
  -webkit-clip-path: polygon(13% 0, 69% 0, 69% 100%, 12% 100%);
clip-path: polygon(13% 0, 69% 0, 69% 100%, 12% 100%);
}
.home-call-left h1{
  font-size: 62px;
  line-height: 0.8em;
}
input#gform_submit_button_1, input#gform_submit_button_2{
  background: #207178;
  border-color: #207178;
  font-weight: bold;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 20px;
}
input#gform_submit_button_1:hover, input#gform_submit_button_2:hover{
  background: #002e40;
  border-color: #002e40;
}
.hero-img {
  height: 440px !important;
}
.et_pb_section_0 {
  height: 440px;
}

.hero-text {
  position: absolute;
  padding: 21% 13%;
  background: orange;
  margin: -67% 0 0 0;
  width: 50%;
  height: 700px;
}
.hero-text button {
  color: #fff;
  font-size: 18px;
  background-color:#207178;
  padding: 10px 20px;
}

.button-teal {
  color: #fff;
  font-size: 18px;
  background-color:#207178;
}
.button-teal a {
  color: #fff;
}


.et_pb_widget a {
  color: #fa9600;
  text-decoration: underline;
}
/* Accordion style */
.et_pb_toggle_close {
    background-color: rgba(32,113,120, 0.1);
}
.et_pb_toggle_close h5 {
    color: #207178;
}
.et_pb_toggle {
    border: 1px solid #fa9600;
}
/* footer */
.footer-logo {
  background-color: #fff;
  padding: 20px 20px;
  margin-top: 10px;
}
ul#menu-footer-menu-1 li {
  list-style: none !important;
}
footer a {
  color: #fabd4a;
}

footer #main-footer ul li {
  list-style-image: none;
}
#footer-widgets .footer-widget li:before {
display: none;
}
html #footer-widgets .footer-widget .et_pb_widget:not(.woocommerce) ul li {
line-height: 26px;
padding-left: 0px;
}
p.small-text {
  font-size: 10px;
  line-height: 1rem;
}

/* Contact */
.contact-wrap {
  background-color: aliceblue;
  padding: 20px 30px;
  border-radius: 10px;
  border: #fa9600 2px solid;
}
.gform_wrapper .top_label .gfield_label {
  margin-top: 20px;
}

/* Slider */
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    float: left;
    padding: 155px 10px;
    background-color: orange;
    display: inline-block;
}


.gform_wrapper .top_label .gfield_label {
    font-size: 1.3em;
    color: #207178;
}
.hero-wrap {
  height:250px;
  padding: 0px;
}

.hero-slider-wrap {
  height:440px;
  padding: 0px;
}

@media screen and (min-width: 768px) {
    .hero-wrap {
      height: 440px;
      background-position: center center;
      padding: 13% 0 10% 0;
    }
    .hero-slider-wrap {
      height: 400px;
      background-position: center center;
    }
}

/* mobile menu */
.mobile_menu_bar.mobile_menu_bar_toggle:before {
  border: 1px solid #207178;
  border-radius: 5px;
}

.mobile_menu_bar:before, .et_overlay:before {
  color: #207178 !important;
}

.gform_wrapper {
  color: #002e40 !important;
}
