/*
Theme Name: Florida-Insurance
*/
body {
    font-size: 14px;
}
/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight:600;
}*/
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.h1, h1 { font-size: 2em; }
.h2, h2 { font-size: 1.5em; }
.h3, h3 { font-size: 1.17em; }
.h4, h4 { font-size: 1.12em; }
.h5, h5 { font-size: .83em; }
.h6, h6 { font-size: .75em; }

.posts {
    background: #f7f7f7;
    border-bottom: solid 1px #eee;
    border-top: solid 1px #eee;
}
.text {
    font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
    line-height: 1.92857143;
}
@media screen and (min-width: 768px) {
    .section {
      padding: 1rem 15px 2.0625rem 15px;
      } }

.single-post-section ul{
  list-style: disc;
  padding-left: 40px; 
  margin-bottom: 10px;
}
.single-post-section ol{
  list-style: decimal;
  padding-left: 40px; 
  margin-bottom:10px;
}
.single-post-section ul.lcp_catlist{list-style: none;
  padding-left:0; }
.text__title { font-size:2rem; /*font-weight:600;*/ }
.text__paragraph p {
    font-size: 1em;
    color: #333;
    font-weight: 400;
    margin: 0 0 10px;
}
.text__paragraph b {
    color: #555;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa.fa-arrow-right:before {
    content: "\f061";
}
@media screen and (max-width: 768px) {
  .section {
    padding: 1.333rem 15px 1.41633rem 15px;
  }
  .quote-form.padded {
    padding: 40px 0;
  }
  img.partners__item{ width:21%; }
}

h3.small-text {
    font-size: 0.9em;
    font-weight: 500;
    /* text-decoration: underline; */
    border-bottom: solid 1px;
    padding: 10px 0;
    margin-right: 20px;
}
ul.left-side-menu {
    padding: 0;
    list-style: none;
    font-size: 0.9em;
    margin-right: 35px;
}
ul.left-side-menu li {
    margin-bottom:10px;
}
.car-insurance .quote-form.padded {
    padding: 45px 0;
}
@media screen and (min-width: 768px) {
     .car-insurance .quote-form__title {
        font-size: 2rem; } }
.car-insurance .quote-form__container {
    max-width: 450px;
}
@media screen and (min-width: 768px) {
.car-insurance .quote-form__btn {
    font-size: 0.9rem;
}}
.support-text {
  padding:10px;
  color:#fff;
}
@media screen and (min-width: 768px) {
.quote-form {
    margin: auto;
}}