/*
 * .-----------------------------------------------------.
 * |                    WEBFLOW CUSTOM                   |
 * '-----------------------------------------------------'
 */

textarea,
input.text,
input[type="text"],
input[type="email"],
input[type="phone"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
}

.faqs-toogle {
  white-space: normal;
}

.w-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 30px;
  appearance: none;
}

.w-video iframe {
  border: none;
}

ol {
  list-style-type: none;
  position: relative;
  counter-reset: item;
}
ol li {
  //counter-increment: step-counter;
  
  background-image: none;
  padding-left: 15px;
}

ol li::before {
  //content: counter(step-counter);
  content: counters(item, " ");
  counter-increment: item;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 12px;
  color: white;
  font-weight: 500;
  background-color: #b6519d;
  border-radius: 99px;
  text-align: center;
  line-height: 18px;
  margin-top: 4px;
}
ol li ol {
  padding-top: 10px;
}
ol li li:before {
  content: counters(item, ".")" ";
  counter-increment: item;
}
ol li li li:before {
  display: none;
}
ol li li li {
  list-style: lower-alpha;
}
/* Every step down from here will take this property */

ol li li li li {
  list-style: lower-roman;
}
/* Override with classes */

ol.alpha li {
  list-style: lower-alpha;
}

.last-child-no-r-margin > *:last-child {
  margin-right: 0;
}
.hide_download {
  display: none;
}

.shadow-img.invert {
  background-color: #fbed1d;
}

.section.dark h1,
.section.dark h2,
.section.dark h3,
.section.dark h4,
.section.dark h5,
.section.dark h6,
.section.dark  .faux-h1,
.section.dark .faux-h2,
.section.dark .faux-h3,
.section.dark .faux-h4,
.section.dark .faux-h5,
.section.dark .faux-h6,
.section.dark  blockquote,
.section.dark p,
.dropdown-trigger.invert,
.dropdown-link.invert,
.select-field.invert,
.icon-button.invert {
  color: hsla(0, 0%, 100%, 0.8);
}

.tint .text-field.search {
  border-style: solid;
  border-width: 1px;
  border-color: #d1d7d7;
}

.section.dark .highlighted-text {
  color: #514853;
}
.page-no a:hover {
  text-decoration: none
}
.header._w-bg-img{
  overflow-x: hidden;
}
/*
 * .-----------------------------------------------------.
 * |                       GENERAL                       |
 * '-----------------------------------------------------'
 */
 
 #google_translate_element .skiptranslate.goog-te-gadget {
  font-size: 0 !important;
  height: 50px;
 }
 
 #google_translate_element .skiptranslate.goog-te-gadget span {
  display: none;
 }
 
 #google_translate_element select.goog-te-combo {
  border: 1px solid #4ec3cc;
  padding: 11px;
  border-color: #4ec3cc;
  border-radius: 30px;
 }
 
 
span.notext {
  font-size: 0;
}
.tooltip {
  z-index: 30;
}
.element-invisible {
  display: block;
  height: 0;
  width: 0;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.element-hidden {
  display: none;
}

.link-row img.in-list-icon {
  max-width: 48px;
}

.voted .icon-button-simple.selected {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}
.voted .icon-button-simple:not(.selected){
  opacity: 0.3
} 

img.cover_img {
  height: auto;
  width: 100%;
}
.loading:before {
  content: "";
  width: 43px;
  height: 11px;
  position: absolute;
  top: -22px;
  left:0;
  right: 0;
  margin: auto;
  background: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
}

#load-more-fax.loading:before {
  top: 46%;
  left: 16px;
  margin: 0px;
  width: 22px;
  height: 6px;
  background-size: 22px auto;
}
#faxx_entries .tint-container-bg.align-bottom {
  bottom: 0px;
}
/*
 * .-----------------------------------------------------.
 * |               Native Wordpress Video player fix     |
 * '-----------------------------------------------------'
 */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

@media screen and (max-width: 991px) {
  .single-fact .fluid-cell._67-p {
    width: 100%;
  }
}

/*
 * .-----------------------------------------------------.
 * |                    CONTACT FORM 7                   |
 * '-----------------------------------------------------'
 */

.form-horizontal-inside form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.form-horizontal-inside form .button-input {
  padding: 0;
  line-height: 50px;
}

.form-horizontal-inside form  .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  margin: auto;
  opacity: .3;
}

@media screen and (max-width: 991px) {
  .form-horizontal-inside form {
    padding-top: 24px;
    padding-right: 5%;
    padding-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  .form-horizontal-inside form {
    padding-top: 12px;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.wpcf7-form span.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  margin-right: 24px;
}

.wpcf7-form span.wpcf7-form-control-wrap input {
  margin-right: 0;
}

.form-horizontal-inside .ajax-loader,
.form-horizontal-inside .wpcf7-response-output {
  display: none !important;
}

/*
 * .-----------------------------------------------------.
 * |                     IMAGES                          |
 * '-----------------------------------------------------'
 */

.wp-caption {
  max-width: 100%;
}

.wp-caption img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
  min-width: 120%;
  margin: 60px auto 60px -10%;
}

.wp-caption .wp-caption-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 24px;
  margin-top: -36px;
  margin-bottom: 60px;
  font-style: italic;
}

/*
 * .-----------------------------------------------------.
 * |                     FACTS POST                      |
 * '-----------------------------------------------------'
 */

.post-fact-subcontent {
  border-top: 1px solid #d1d7d7;
}

.post-fact-subcontent > *:first-child {
  padding-top: 60px;
}

@media screen and (min-width: 1440px) {
  .post-fact-subcontent > *:first-child {
    padding-top: 48px;
  }
}

@media screen and (max-width: 767px) {
  .post-fact-subcontent > *:first-child {
    padding-top: 36px;
  }
}

@media screen and (max-width: 479px) {
  .post-fact-subcontent > *:first-child {
    padding-top: 24px;
  }
}
