/* =Theme customization starts here */
#top-menu li li a {
  line-height: 1.25em;
}
.et_pb_post .entry-title a, .et_pb_post h2 a, .et_pb_widget a {
  font-weight: 600;
  line-height: 1.25em;
  transition: all 0.2s ease 0s !important;
}
.et_pb_post .entry-title a:hover, .et_pb_post h2 a:hover, .et_pb_widget a:hover {
  transition: all 0.2s ease 0s !important;
  text-decoration: underline;
  color: #000;
}
.et_pb_widget ol li, .et_pb_widget ul li {
  align-content: space-between;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  border-top: 2px solid #eee;
  padding-top: 1em;
}
.et_pb_widget ol li, .et_pb_widget ul li span {
  font-size: 0.75em;
}
.et_pb_post .entry-featured-image-url {
  margin-bottom: 0.5em;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  transition: all 0.2s ease 0s !important;
}
.et_pb_post .entry-featured-image-url:hover {
  opacity: 0.7;
  transition: all 0.2s ease 0s !important;
}
.section-title-home {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .section-title-home {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.section-title-home .title-right a {
  font-weight: 600;
  transition: all 0.2s ease 0s !important;
  padding: 0.25em 1em;
  background-color: #0066cc;
  border: 2px solid #0066cc;
  color: #fff;
  border-radius: 5px;
  font-size: 0.875em;
}
.section-title-home .title-right a:hover {
    background-color: #ccc;
    transition: all 0.2s ease 0s !important;
    text-decoration: none;
    border: 2px solid #ccc;
}
h2 span.title-red {
  color: #cc0000;
}
h2 span.title-sub {
  font-size: 0.75em;
  font-weight: 500;
}
.et_pb_blog_grid .et_pb_post {
  border: 0px solid #eee;
  background-color: rgba(255, 255, 255, 0);
}
.how-score-box {
  line-height: 1.25em;
}
.how-score-box p {
  margin: 0;
  padding: 0;
}
.how-score-content {
  border-bottom: 3px solid #eeeeee;
  padding: 1em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.how-score-content-left {
  width: 45%;
}
.how-score-content-right {
  width: 45%;
}
.how-score-content-title strong {
  font-size: 1.5em;
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .how-score-content {
    flex-direction: column;
  }
  .how-score-box .how-score-content-left p {
    padding-bottom: 1em;
  }
  .how-score-content-left, .how-score-content-right {
    width: 100%;
  }
}
.vrf-2023-footer .vrf-social-link li a img {
  height: 40px;
  display: block;
}
.vrf-2023-footer .vrf-social-link li a:hover img {
  opacity: 0.67;
}
.vrf-2023-footer .vrf-social-link, .vrf-2023-footer ul#menu-footer-menu.bottom-nav {
  list-style: none;
  display: inline-flex;
}
.vrf-2023-footer .vrf-social-link {
  padding: 0;
}
.vrf-2023-footer .vrf-social-link li {
  padding: 0 0.5em;
}
.vrf-2023-footer ul#menu-footer-menu.bottom-nav li.menu-item {
  padding: 0 0 0 1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 980px) {
.vrf-2023-footer ul#menu-footer-menu.bottom-nav li.menu-item {
  padding: 0 0.5em;
}
}
.vrf-2023-footer .et_pb_contact_form {
  display: inline-flex;
  width: 100%;
}
.vrf-2023-footer .et_pb_contact_field {
  display: inline-flex;
  width: 100%;
}
.vrf-2023-footer .et_pb_contact_submit {
  background-color: #fff;
  color: #cc0000 !important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.vrf-2023-footer .et_contact_bottom_container {
  margin: 0;
}