#main-header .nav li ul a {
  color: #fff !important;
}
#footer a {
  color: #000;
  font-weight: 300;
}
.i-phone-f .et_pb_blurb_container {
  padding-left: 0px;
}
#footer .et_pb_image_wrap {
  margin-top: 2px;
}
#top-menu a {
  font-weight: normal;
}
body {
  font-weight: 400;
}
body p {
  font-size: 16px;
  line-height: 26px;
}
.et_pb_ajax_pagination_container > div {
  flex-basis: 100%;
}
.login-link a {
  padding: 10px 20px !important;
  color: #000 !important;
  font-weight: 500 !important;
  border-radius: 5px;
  background: #91d9ff;
  border: 2px solid #000;
}
.et-cart-info {
  display: none;
}
.blog-r-services ul li a,
.sec-cta ul li a {
  color: #004364;
  line-height: 30px;
}
.sec-cta ul li {
  width: 50%;
  float: left;
}
.side-r-p article {
  flex-basis: 100% !important;
  display: flex;
  align-items: center;
  padding-bottom: 0px !important;
  box-shadow: none !important;
}
.side-r-p article .post-content {
  display: none;
}
.side-r-p article a:first-child {
  flex-basis: 33%;
  margin-bottom: 0px;
}
.side-r-p article h2 {
  flex-basis: 67%;
  font-size: 14px;
  line-height: 20px;
}
.et_pb_posts .et_pb_post {
  position: relative;
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
  box-shadow: 0px 0px 4px 1px #00000030;
  padding-bottom: 20px;
}
.et_pb_ajax_pagination_container {
  display: flex;
  flex-wrap: wrap;
}
.et_pb_posts .et_pb_post h2,
.et_pb_posts .et_pb_post .post-meta,
.et_pb_posts .et_pb_post .post-content {
  padding: 0px 15px;
}
.et_pb_text_inner ul li {
  margin-bottom: 5px;
}
.sec-cta li {
  list-style-type: none;
  position: relative;
}
.sec-cta ul {
  padding-left: 25px;
  overflow: hidden;
  padding-bottom: 0px;
}
.sec-cta li::before {
  content: "";
  font-size: 18px;
  position: absolute;
  font-family: ETmodules !important;
  color: #1a89c1;
  font-weight: 600 !important;
  left: -25px;
  top: 0px;
}
#commentform button {
  color: #000;
  background: #91d9ff;
  border-radius: 7px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .et_pb_ajax_pagination_container {
    flex-direction: column;
  }
}
.loader {
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader > img {
  width: 250px;
}
.loader.hidden {
  animation: fadeOut 0.05s;
  animation-fill-mode: forwards;
}
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.thumb {
  height: 100px;
  border: 1px solid black;
  margin: 10px;
}
form .form-control {
  width: 100%;
  padding: 9px;
  margin: 5px 0px;
}
.wpcf7-submit {
  width: 100%;
  padding: 6px;
  margin-top: 10px;
  color: #000;
  border: none;
  background: #91d9ff;
  border: 2px solid #000;
  cursor: pointer;
}
