/*
Theme Name: Sprung-Total
Theme URI:
Description:
Author: Sprung Interactive
Author URI: http://madebysprung.com
Template: Total
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 60%;

  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;

  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;

  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.8em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

.main-navigation-ul .sub-menu .menu-item {
    margin-left: 20px;
    padding: 0 20px 0 20px;
    border-left: 1px solid #fff;
}

.main-navigation-ul .sub-menu {
    padding-bottom: 20px;
}


.roundpic img {
    border-radius: 100%;
}

.bottomstick {
    bottom: 0;
}

a.circlebtn {
    width: 100px;
    height: 100px;
    background: none;
    border: 1px solid #2C4D6C;
    border-radius: 100px;
    text-align: center;
    padding-top: 42px;
    font-size: 12px;
    letter-spacing: 0.3em;
    line-height: 18px;
    color: #2C4D6C;
}

a.circlebtn.wht {
  background: #2C4D6C;
  color: #fff;
  border: 1px solid #fff;
}

a.circlebtn.wht:hover {
  background: #fff;
  color: #2C4D6C;
}


a.circlebtn.twoline {
    width: 120px;
    height: 120px;
    padding: 10px;
    padding-top: 40px;
}

a.circlebtn:hover {
    background: #2C4D6C;
}

.iconcap .vcex-image-caption {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-top: 32px;
}

.servicesrow .wpb_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.servicesrow .arrowspace {
  flex-grow: 2;
}

/* Make the roundtext element a responsive circle */
.roundtext {
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 528px;
  margin: 0 auto;
  padding: 23%;
  box-sizing: border-box;
}

.roundtext h2 {
    margin-top: 0;
}

/* For browsers without aspect-ratio support */
.roundtext::before {
  content: "";
  float: left;
  padding-top: 100%;
}

.roundtext::after {
  content: "";
  display: table;
  clear: both;
}

/* Center the wrapper content */
.roundtext .wpb_wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* Adjust the parent column for better centering */
.vc_col-sm-5 .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px; /* Adjust as needed */
}

/* Override any default WPBakery padding/margins that might interfere */
.roundtext.wpb_text_column {
  margin-bottom: 0;
}

.roundtext.wpb_content_element {
  margin-bottom: 0;
}

.vcex-testimonials-fullslider-entry p::before {
    content: "\201C";
    font-size: 1.5em;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

.vcex-testimonials-fullslider-entry p::after {
    content: "\201D";
    font-size: 1.5em;
    position: relative;
    top: 5px;
    margin-left: 5px;
}

.vcex-testimonials-fullslider-entry {
    font-style: italic;
    line-height: 30px;
}

.vcex-testimonials-fullslider .sp-button {
    background: #fff !important;

}

.vcex-testimonials-fullslider .sp-button.sp-selected-button {
    background: none !important;
    border: 2px solid #fff;
}

.vcex-testimonials-fullslider .wpex-slider-slide.type-testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
}

.whitebuttons a {
  border-color: #fff !important;
  color: #fff !important;
}

.whitebuttons a:hover{
  background-color: #fff !important;
  color: #2c4d6c !important;
}

.with_frm_style .frm_inside_container > label {
    top: 36px !important;
    left: -8px !important;
}

.with_frm_style .frm_inside_container.frm_label_float_top > label {
    top: 1px !important;
    left: 5px !important;
}

.frm_style_formidable-style-darkbg.with_frm_style .frm_submit {
    text-align: center;
}

.frm_style_formidable-style-darkbg.with_frm_style .frm_submit button {
    background: none !important;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 12px;
    letter-spacing: .4em;
    padding: 20px 30px;
    box-shadow: none !important;
}

.frm_form_field.frm_two_col .frm_radio {
    text-align: center;
}

.frm_style_formidable-style-darkbg.with_frm_style .frm_submit button:hover {
    background: #fff !important;
    color: #2C4D6C !important;
}

.contactpage .frm_style_formidable-style-darkbg.with_frm_style {
    --fieldset-bg-color: #F3F1E5;
    --label-color: #2C4D6C;
    --required-color: #2C4D6C;
    --description-color: #2C4D6C;
    --text-color: #2C4D6C;
    --border-color: #2C4D6C;
    --border-color-active: #2C4D6C;
    --text-color-error: #2C4D6C;
    --check-label-color: #2C4D6C;
    --section-color: #2C4D6C;
    --submit-text-color: #2C4D6C;
    --success-text-color: #2C4D6C;
}

.contactpage .frm_style_formidable-style-darkbg.with_frm_style .frm_submit button {
    border: 1px solid #2C4D6C !important;
    color: #2C4D6C !important;
}

.contactpage .frm_style_formidable-style-darkbg.with_frm_style .frm_submit button:hover {
  background: #2C4D6C !important;
  color: #fff !important;
}

.pnfaq em a {
  border: 1px solid #2C4D6C;
  padding: 17px 25px 13px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .15em;
  color: #2C4D6C;
  font-style: normal;
  border-radius: 25px;
  height: 49px;
  display: inline-block;
  transition: all .2s;
  text-decoration: none;
}

.pnfaq em a:hover {
  transition: all .2s;
  background: #2C4D6C;
  color: #fff;
  text-decoration: none;
}

.pnfaq .vcex-toggle__icon-close svg,
.pnfaq .vcex-toggle__icon-open svg {
  display: none;
}

.pnfaq .vcex-toggle__icon-open {
  background: url('/wp-content/themes/sprung-total/img/arrow-right.svg') no-repeat;
  width: 42px;
  height: 42px;
  background-size: 42px;
}

.pnfaq .vcex-toggle__icon-close {
  background: url('/wp-content/themes/sprung-total/img/arrow-down.svg') no-repeat;
  width: 42px;
  height: 42px;
  background-size: 42px;
}

.vcex-steps-item__text {
  margin-bottom: 30px;
}

.herocircle {
  max-width: 575px;
  background: rgba(243, 241, 229, 0.9);
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 6%;
  text-align: center;
  color: #2C4D6C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 162px;
}

.herocircle.large {
    /* max-width: 745px; */
}

.herocircle.blue {
    background: var(--wpex-palette-116-color);
}

.herocircle.blue * {
    color: var(--wpex-palette-113-color);
}

.herocircle p {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.herocircle.nopad {
  padding: 0;
}

.herocircle.nomargin {
  margin-top: 0;
}

.circle-column .wpb_wrapper {
    width: 100%;
}

.pill1 {
  border-radius: 2000px;
}

.pill2 {
  border-radius: 2000px;
  border: 1px solid var(--wpex-palette-116-color);
}

.staffmore .vcex-toggle__heading .vcex-toggle__title,
.staffmore.vcex-toggle--active .vcex-toggle__heading .vcex-toggle__trigger::after {
    visibility: visible;
    opacity: 1
}

.staffmore .vcex-toggle__heading .vcex-toggle__title,
.staffmore .vcex-toggle__heading .vcex-toggle__trigger::after {
    transition: all ease .3s;
}

.staffmore.vcex-toggle--active .vcex-toggle__heading .vcex-toggle__title {
    visibility: hidden;
    opacity: 0;
}

.staffmore .vcex-toggle__heading .vcex-toggle__trigger::after {
    content: 'LESS';
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.staffmore .vcex-toggle__heading {
  padding-top: 10px;
  border-top: 1px solid var(--wpex-palette-116-color);
}

.leadershippos {
  min-height: 55px;
}

.staffmore .vcex-toggle__heading .vcex-toggle__title {
  margin: 0 auto;
}

.center-cards .wpex-post-cards-loop {
    justify-content: center;
}



#footer-builder a {
    text-decoration: none;
}

/* Responsive Overrides */

/* Greater then tablets
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) {


}


/* Tablet & Small Desktop Widths 768px - 1280px
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1280px) {


}


/* All Devices under 960px
--------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
    .roundtext {
        padding: 18%;
    }
}

/* Tablet Landscape
--------------------------------------------------------------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* Tablet Portrait
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Between Phone and Mobile
--------------------------------------------------------------*/
@media only screen and (max-width: 500px) {


}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .pnfaq .vcex-toggle__title {
    font-size: 22px !important;
  }

  .floating-image .vcex-image-inner {
      max-width: none !important;
  }

  .circle-column>.vc_column-inner {
      min-height: unset;
  }

  .roundtext {
      padding: 15%;
  }

  .pill2 {
    border-radius: 30px;
    margin: 0 10px;
  }

  #footer-builder .vcex-navbar a.vcex-navbar-link {
    padding: 10px !important;
  }

  #footer-builder .vcex-navbar {
    margin-bottom: 40px;
  }
}

/* Phone Landscape
--------------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {


}

/* Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
    .herocircle {
        width: 100% !important;
    }

    .herocircle p {
        width: 90%;
    }

    .herocircle.large h1 {
        font-size: 40px;
    }

}
