/*
Theme Name: Teambuilding
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.stuck #logo img {
    max-height: 70px!important;
}
#logo img {
    max-height: 85px !important;
    position: absolute;
        background: #99cc05;
    padding: 10px;
    top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 15px black;
    border-bottom: 2px solid #99cc05;
}
.header-main {
    border-bottom: 2px solid #99cc05;
    height: 66px;
	box-shadow: 2px 2px 20px black;}
#wrapper, #main{background: linear-gradient(#3a3a3a, #111);}
.header-nav li{margin:0}
.header-nav .hotline a:hover{background:white}
.header-nav .hotline a{background: #99cc05;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #0a0a0a !important;
    border-radius: 4px;}
.header-nav li a{padding:10px 12px; font-weight:normal}
.header-nav{margin-right: auto;
    border-radius: 3px;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}