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

/* Display Mobile Menu Always & Hide Default Menu */
/*
#site-navigation { display: none !important; }
#mobile-menu { display: flex !important; }
*/


#site-header.header-one.wpex-full-width {
	padding-left: 50px !important;	
	padding-right: 50px !important;
}

.full-screen-overlay-nav.black {
	background: #424242 !important;
}

.full-screen-overlay-nav.black li a,
.full-screen-overlay-nav button.full-screen-overlay-nav-close {
    opacity: 1;
}

.full-screen-overlay-nav button.full-screen-overlay-nav-close {
	top: 23px;
    right: 27px;
}
/*

.menulogo a {
	text-indent: -9999px;
    background: url(/wp-content/uploads/2019/03/Alchemy-LogoFull-White.svg) no-repeat;
    background-size: contain;
    width: 300px;
    height: 95px;
    margin-bottom: 25px !important;
}
*/

.wpex-bars {
	height: 26px;
    width: 32px;
}

.wpex-bars>span::before {
    top: -11px;
}

.wpex-bars>span::after {
    bottom: -11px;
}

.tp-bullet {
	width: 12px;
    height: 12px;
    border-radius: 15px;
}

body.home .not-sticky #site-header {
	background: none !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.00))) !important;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.00)) !important;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.00)) !important;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.00)) !important;
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.00)) !important;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.00)) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#000000', EndColorStr='#000000') !important;
    padding-bottom: 188px !important;
    height: 262px;
}

.full-screen-overlay-nav-ul {
	text-transform: lowercase;
}

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

.imgfull .wpb_wrapper,
.imgfull .vc_single_image-wrapper,
.imgfull .vc_single_image-wrapper img {
	width: 100% !important;
}


.porthero h1 {
	font-size: 50px;
    margin: 0 0 20px;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin: 0 !important;
    line-height: 1.4em;
    color: #fff !important;
}

.porthero h3 {
	margin: 0 !important;
} 

.theme-button.outline.blue {
	color: #6699cc;
}

.theme-button.outline.blue, .theme-button.minimal-border.blue {
	border-color: #6699cc;
}

.theme-button.outline.blue:hover, .theme-button.outline.blue.active, .active>.theme-button.outline.blue, .theme-button.minimal-border.blue:hover, .theme-button.minimal-border.blue.active, .active>.theme-button.minimal-border.blue {
	background: #6699cc;
}

.sectionhead1 h2 {
	margin: 0 !important;
	color: #666 !important;
}




.sectionhead2 h2 {
	margin: 0 !important;
	color: #666 !important;
	font-size: 1.1em;
}



.plist1 .portfolio-entry-details {
	border: 0 !important;
	background: rgba(0, 0, 0, 0.53) !important;
	padding: 7px 15px 4px;
	bottom: 40px;
    position: relative;
}

.plist1 .portfolio-entry-details h3.portfolio-entry-title {
	font-size: 16px;
	font-weight: 300;
	
}

.plist1 .portfolio-entry-details h3.portfolio-entry-title a {
	color: #fff;
}

.plist1 .vcex-portfolio-filter .theme-button {
	text-transform: uppercase;
    letter-spacing: .08em;	
}

.plist1 ul.vcex-filter-links {
    margin: 0 0 50px;
}

.theme-button.outline.blue, .theme-button.minimal-border.blue {
    border: 0;
}

.overlay-slideup-title span.title {
	font-weight: 300;
}

.vcex-navbar-sticky-wrapper.is-sticky {
	position: relative;
	z-index: 100;
}

.vc_section {
	position: relative;
	z-index: 2;
}

.leftnav {
	background: #deeaf4;
    padding: 30px;
}

#menu-main-menu li:last-child  ul.sub-menu {
    left: -80px !important;
}

.theme-txt-link.active {
    text-decoration: none;
    color: #6699cc !important;
    font-weight: 400;
}


/* Responsive Overrides */


@media only screen and (min-width: 960px) {
	
    
}

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

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

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



