/*
Theme Name: LandKit Child
Theme URI: http://socanny.com/landkit/
Author: SoCanny
Author URI: http://www.socanny.com/
Template: landkit
Description: Child Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: landkit
*/
img {
    max-width: 100%;
    height: auto;
}

.block-comment {
    display: none;
}

.navbar-social {
    margin: 30px 0 0 0;
}


.menu-cta {
    margin-top: 25px;
    margin-right: 15px;


li.only-menu-mobile {
    display: none;
}

footer a {
    color: rgb(227, 28, 24) !important;
}

footer .container {
    padding: 50px 15px 0;
}

.niche-box-team p {
    max-height: 300px;
}

.boto-menu {
	background-color: rgb(227, 28, 24);
	margin-left: 20px;
}

.boto-menu > a {
	color: #fff !important;
	}

.boto-menu a:hover {
	background-color: rgb(115, 122, 126);
	}
		
	

@media (max-width: 992px) {

	div.navbar-nav {
    display: none;
    }
    
    .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 10px;
    }
    
    .navbar-header {
    height: 80px;
    }
    
    .niche-box-team .content-box {
    height: 200px !important;
    }
    
    .only-menu-mobile {
    display: block !important;
    }

}


