@media (max-width: 500px) {
    #logo img {
        height: 60px;
        margin-top: 20px;
    }
}

@media (min-width: 992px) {
    #logo img {
        margin-top: 0;
    }
    
    #header, #header-wrap, #logo img{
        height:100px!important;
    }
    
    #primary-menu {
         margin-top:15px;
    }
}

@media (min-width: 992px) and  (max-width: 1200px) {
    #header, #header-wrap, #logo img{
        height: 100px!important;
    }
    
     #primary-menu {
         margin-top: 15px;
    }
    
    #primary-menu ul li>a {
        padding-bottom: 20px;
    }
}

.button.button.button-border.button-fill {
    color:black!important;
    background-color:white!important;
    margin:0 auto;
    display:block;
    max-width:400px;
    text-align:center;
}

.slider-caption h1, .slider-caption h2, .slider-caption h3, .slider-caption h4, .slider-caption h5, .slider-caption h6, .slider-caption p, .slider-caption a{
    text-align:center!important;
}

#header.semi-transparent{
    background-color:white;
}



#primary-menu li:first-child i {
    padding-right: 20px;
}

#primary-menu > ul > li:first-child div:after {
    content: 'Home';
}

a.button.button-border.button-fill:before, button.button.button-border.button-fill:before {
    display: none;    
}    

a.button.button-border.button-fill,  button.button.button-border.button-fill {
    transition: none !important;
}

a.button.button-border.button-fill:hover, button.button.button-border.button-fill:hover {
    background-color: black !important;
    color: white !important;
    transition: none !important;
}


button.button.button-border.button-fill:hover span, a.button.button-border.button-fill:hover span {
     color: white !important;
}

.footer-widgets-wrap .col_two_third {
    width: 100% !important;
    text-align: center !important;
    position: static !important;
    float: none !important;
}

.footer-widgets-wrap .col_one_third {
    width: 100% !important;
    text-align: center !important;
    position: static !important;
    float: none !important;
}

.footer-widgets-wrap .col_one_third  img {
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
}


#header-stick .btn, #content .btn {
    white-space: normal;
}

#content .button-3d { 
    min-height: 40px;
    white-space: normal;
    height: auto;
    line-height:20px;
    padding-top: 10px;
    padding-bottom: 8px;
}