/* 
    Created on : Jul 19, 2016, 4:02:25 PM
    Author     : Sam
    Email      : samneub@gmail.com
    Phone      : (262) 994-1199
*/


/* Our Team formatting */

.team-row {
    margin-top: 30px !important;
    margin-bottom: 75px !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Scroll to top icon */
.go-top {
    display: none;
    font-size: 22px;
    position: fixed;
    bottom: 11px;
    right: 20px;
    border-radius: 50%;
    background-color: #a30101;
    color: #f4f4f4;
    /* font-weight: 400; */
    height: 40px;
    width: 40px;
    text-align: center;
    z-index: 9999;
    
    -webkit-transition: background-color .3s; /* Safari */
    transition: background-color .3s;
    
    
}

.go-top:hover {
    background-color: #333;
}

#scroll-up {
    line-height: 38px;
    font-size: 33px;
    font-weight: 600;
    
    -webkit-transition: color .3s; /* Safari */
    transition: color .3s;
}

#scroll-up {
    color: #f4f4f4;
}



/* Makes it so the text for the "hero sliders" stays on screen no matter
    the screen size */
.ebor-slider-content h3, .ebor-slider-content h2, .ebor-slider-content h4 {
    padding-left: 25px;
    padding-right: 25px;
}

/* Header */
.nav-1 .container {
    width: auto;
    box-sizing: border-box;
} 

.nav-functions {
    display: none;
}

.nav-1 {
    border-bottom-style: solid; 
    border-bottom-width: 1px;
    border-bottom-color: rgb(100,100,100);
    overflow: visible;
}

/* Makes it so the burger doesn't move */
nav.open-menu {
    overflow-y: hidden !important;
}


/* Social Links */

.nav-1 .social-links {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 20px;
    transition-duration: 0s;
    margin: 0px 0px;
}

.nav-1 .social-links a {
    font-size: 18px;
}

.nav-1 .social-links li  {
    margin-right: 20px;
}

/* International Navigation */

#international-menu {
    list-style: none;
    color: #333;
    position: absolute;
    overflow: visible;
    margin: 0; padding: 0;
    right: 123px;
}

#international-menu li{
    width: 120px;
    text-align: center;
}

#international-menu a {
    background-color: rgba(50,50,50,.1);
    width: 100%;
    padding: 18px 0px;
    color: #333;
}


#international-menu ul {
    left: 0px;
    margin-left: 0px;
    background-color: rgba(255,255,255,.9);
}



#international-menu ul a {
    /* background-color: rgba(50,50,50,.12); */
    padding: 5px 15px;
    width: 100%;
}

#international-menu ul li {
    /* background-color: rgba(50,50,50,.12); */
    width: 120px;
    text-align: left;
}

/* 
    Mobile Menu Folded Problem
    I had to comment out a section in style.css in
    a media query for 1023px. Since it was "!important", if I overrided it
    I would also have to override all the hover/focus states, which gets
    very messy very fast.
*/

/* Footer */
.footer-2 {
    padding-top: 40px;
    padding-bottom: 10px;
}

/* Media Inqueries */

@media screen and (max-width: 1100px) {
    .nav-1 .social-links {
        right: 0px;
    }
    
    #international-menu {
        right: 85px;
    }
    
    #international-menu a {
        padding: 18px 8px;
    }
}


@media screen and (max-width: 1023px) {
    .nav-1 .social-links {
        right: 80px;
    }
    
    
    /* Fix header menu */
    #menu-tww-us-main-site-navigation {
        display: none;
    }
    
    .open-menu #menu-tww-us-main-site-navigation {
        display: block;
    }
    
    .col-xs-12 {
        padding-bottom: 15px;
    }
    
    /* Gets rid of weird submenu color */
    .nav-light.nav-1.standard-drops ul ul {
        background-color: transparent;
    }
    
    #international-menu {
        right: 180px;
    }
    
    #international-menu a {
        width: auto;
        padding: 18px 15px;
    }
}


@media screen and (max-width: 991px) {
	.team-row {
            margin-top: 0px !important;
            margin-bottom: 0px !important;
	}	

	.team-image {
            padding-bottom: 15px;
	}
	
	.team-text {
            padding-bottom: 30px;
            width: 320px;
            margin: auto;
	}
}


@media screen and (max-width: 767px) {
    .go-top {
        display: block;
    }
}

@media screen and (max-width: 450px) {
    .mobile-toggle {
        right: 16px;
    }
    
    .nav-1 .social-links {
        right: 40px;
    }
    
    #international-menu {
        right: 130px;
        
    }
    
    #international-menu a {
        font-size: 10px;
    }
    
    
}


@media screen and (max-width: 380px) {
    #international-menu {
        right: 58px;
    }
    
    .mobile-toggle {
        right: 19px;
        top: 35px;
    }
    
    .nav-1 .social-links {
        right: 1px;
        top: -12px;
    }
    
    .nav-1 .social-links li {
        margin-right: 9px;
    }
    
    .social-links a {
        font-size: 15px;
    }
    
    .bar-1,.bar-2 {
        
    }
}

    /* NavBar Anchor Adjustment*/
.anchor{
  display: block;
  height: 150px; /*same height as header*/
  margin-top: -150px; /*same height as header*/
  visibility: hidden;
}

