/*
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: 75%;

  /* 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.5em;
}

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

#site-logo {
    margin: 0 auto;
}

#site-header-sticky-wrapper.is-sticky #site-header-inner {
    padding: 12px 0 !important;
    transition: .7s all;
}

.wpex-shadow-xl {
    box-shadow: 0px 0px 30px #00000029 !important;
}

.wpex-slider .sp-arrow {
    width: 58px;
    height: 58px;
    font-size: 1em;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 12px #00000029;
    color: #707070;
    border-radius: 50%;
}

.wpex-slider .sp-arrow:hover {
    background: rgba(255, 255, 255, 0.853) 0% 0% no-repeat padding-box;
    color: #707070;
}

.wpex-slider.sp-horizontal .sp-previous-arrow {
    left: -29px;
}

.wpex-slider.sp-horizontal .sp-next-arrow {
    right: -29px;
}

.wpex-slider .sp-buttons {
    position: relative;
    margin-top: -70px;
}

.wpex-slider .sp-button {
    margin: 6px;
    background: #fff;
    opacity: .5;
    border: 0;
}

.wpex-slider .sp-selected-button {
    opacity: 1;
}

.confdates > .vc_column_container {
    margin-top: -220px;
}

.cardfacts strong, .cardfacts b {
    color: #0C3471;
}

.cardfacts ul {
    margin-top: -15px;
    margin-bottom: 20px;
}

.cardfacts p {
    margin-bottom: 30px;
}

.cardtable, .cardtable tr, .cardtable td, .cardtable th {
    border: 0 !important;
}

.cardtable thead {
    background: #1EACF4;
}

.cardtable thead th {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.cardtable tbody tr {
    border-bottom: 1px solid #707070 !important;
}

.cardtable tbody tr:last-child {
    border-bottom: none !important;
}

.carddisclaimer {
    color: #888888;
    font-size: 18px;
    line-height: 22px;
}

.messageboard .vcex-acf-repeater__list {
  overflow-y: scroll;
  height: 350px;
  padding-right: 17px; /* Reserve space for scrollbar */
  margin-right: -17px; /* Pull content back */
  border-right: 17px solid transparent; /* Alternative approach */
}

.messageboard .vcex-acf-repeater__list::-webkit-scrollbar {
  width: 17px;
  background: #f1f1f1;
}

.messageboard .vcex-acf-repeater__list::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 8px;
}

.dropshadow>.wpb_column {
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 20px;
}


/* 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) {
    
}

/* 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) {
    .wpex-slider.sp-horizontal .sp-previous-arrow {
        left: -22px;
    }
    
    .wpex-slider.sp-horizontal .sp-next-arrow {
        right: -22px;
    }
    
    .wpex-slider .sp-arrow {
        width: 48px;
        height: 48px;
    }
}

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

/* Phone Portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
 
}



