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

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
	scroll-behavior: smooth;
}

.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;}

.nav li:last-child {
	margin-top: 20px;
}


element.style {
}
.widget_categories ul li a, .widget_nav_menu ul li a, .widget_recent_entries ul li a {
	color: #222222 !important;
}

.blog-single .post-item .box-text, .page-left-sidebar .post-item .box-text {
	border-bottom: 1px solid #e4e4e4 !important;
}