/*
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 */

#site-logo {
	margin-left: -15px;
}

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

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

#site-navigation-wrap {
	padding-bottom: 10px;
}

#site-navigation-sticky-wrapper.is-sticky #site-navigation-wrap {
	padding-bottom: 0px;
	background: rgba(255, 255, 255, .9);
}

#site-navigation ul {
    /* border-top: 1px solid #3ca240 !important;
    max-width: 700px; */
    margin: 0 auto 6px;
}

.navbar-style-three .dropdown-menu>li.menu-item>a {
    height: 40px;
    line-height: 40px;
}

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

#footer-builder, 
#footer-builder p {
	font-size: 12px;
	color: #c8ced1;
}

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

#footer-builder a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer-builder em {
	font-style: normal;
	display: inline-block;
	margin-right: 20px;
}

.wpb_text_column.has-custom-color a {
    text-decoration: none !important;
}

.stretchedlink::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.cardtitle1 a {
	margin: 156px 0;
}

.herotext1 h1 {
	padding: 6px 40px;
    text-align: center;
    display: inline-block;
    width: 490px;
}

.herotext1.variablewidth h1 {
	width: auto !important;
}

.hometiletitle1 {
	padding: 156px 0;
}

.hometiletitle1 h2 {
	padding: 6px 20px;
    text-align: center;
    display: inline-block;
    margin: 0;
    width: 340px;
    line-height: 1.2em;
}

.fancybox-slide--html .fancybox-close-small {
    color: #3ca240;
    opacity: 1;
    height: 60px;
    width: 60px;
}

.biopopup {
	max-width: 1080px !important;
	font-size: 20px;
}

.biotext,
.biopopup,
.biopopup a {
	color: #c8ced1;
}

.biopopup .vc_column-inner {
	margin-bottom: 0 !important
}


.biotile a {
	color: #233d47 !important;
}

.biotile a:hover {
	color: #233d47;
	text-decoration: none;
}

.biopopup .biotile,
.biopopup .biotile a {
	color: #c8ced1;
}

.biopopup .biotile,
.biotile {
	font-size: 15px;
    line-height: 1.6em;
}

.biotile img {
	margin-bottom: 16px;
}


.biotile strong {
	font-family: "Outfit";
	font-size: 20px;
	font-weight: normal;
}

.contactlinks a {
	display: inline-block;
	margin: 0 20px;
}


.wpex-bars>span, .wpex-bars>span::before, .wpex-bars>span::after {
	background: #c8ced1;
}

/* 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) {
    body.wpex-mobile-toggle-menu-icon_buttons #site-logo {
	    float: none !important;
		text-align: center !important;
/* 		margin-inline-start: 0px;
        justify-content: normal; */
		margin-bottom: 10px;
    }
	

}
   
}

/* 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) {
	#trusthero {
		background-position-x: -1260px !important;
	}
}

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


}

/* Phone Portrait and Landscape
--------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    body .biopopup {
		max-width: 100%;
		padding: 60px 0 20px !important;
	}
	
	.biopopup .vc_column-inner {
		margin-bottom: 40px !important;
	}
	
	.herotext1 h1 {
		width: 90%;
	}
	
	#trusthero {
		background-position-x: -880px !important;
	}
	
	#loginhero {
		background-position-x: -1200px !important;
	}
    
}

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

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



