/*
File Name: style.css
Theme Name:  BusinessLounge
Author: RT-Themes
Version: 1.6
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://rtthemes.com
Description: Business WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: businesslounge
*/


/* Testes */
.rt-carousel{
	margin: 0 !important;
	padding: 0 !important;
}

.rt-carousel-holder{
	background-color: #222;
	padding: 0 !important;
	margin: 0 !important;
}

.rt-carousel-holder .item{
	 padding: 0 !important;
	 margin: 0 !important;
	 
	  height: 96vh !important;
	 /*height: 1000px !important;*/
}

.rt-carousel-holder .slide-background{
	background-color: #222;
	background-size: contain !important;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}


/* Navegador do Portfólio */
.navegador-portfolio{
	position: absolute !important; 
	z-index: 99999999 !important; 
	border: 0 !important; 
	bottom: 30px !important;
	width: 100%;
}

.rt-carousel .dots-holder{
	position: absolute !important;
	bottom: 5px !important;
	margin: 0 !important;
	padding: 0 !important;
}


	EDIT /css/style.css for the theme style
*/.footer{	background-color: #111 !important;}.copyright{	background-color: #111;	padding: 15px 0;	font-size: 12px;}

.businesslounge-light-header,
.main-header-holder{
	border-color: transparent !important;
	border: none !important;

}

.menu-item:hover a,
.menu-item.current-menu-item a{
	border-bottom: 1px solid #fff;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff !important;
}


.header-col .main-menu > li > a, 
.businesslounge-language-menu a, 
.businesslounge-search-button a, 
#mobile-navigation {
    font-weight: 100 !important;
    font-size: 14px !important;
    padding: 0 !important;
}




.menu-item a{
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1em !important;
	color: #fff;
}

.mobile-menu-active #mobile-logo {
    transform: none !important;
}



/* Fotos */
.portfolio-loop-item-wrapper .link-foto .imagem-fundo img{
	-webkit-filter: grayscale(100%) brightness(30%) !important;
	filter: grayscale(100%) brightness(30%) !important;
	filter: gray brightness(30%) !important;
}

.portfolio-loop-item-wrapper .link-foto:hover .imagem-fundo img,
.portfolio-loop-item-wrapper .titulo h5 a:hover {
	-webkit-filter: none !important;
	filter: none !important;
}

.portfolio-loop-item-wrapper .titulo{
	position: absolute !important;
	width: 100% !important;
	bottom: 0;	
	padding: 10px;
}

.portfolio-loop-item-wrapper .titulo h5 a{
	color: #fff !important;
	font-size: 20px !important;
}

.portfolio-loop-item-wrapper .titulo:hover,
.portfolio-loop-item-wrapper .titulo h5:hover,
.portfolio-loop-item-wrapper .titulo h5 a:hover{
	color: #fff !important;
}



@media(max-width: 420px){
	.menu-item a{
		padding: 15px 30px !important;
		font-size: 18px;
	}
	
	.menu-item:hover a,
	.menu-item.current-menu-item a{
		padding: 15px 30px !important;
		font-size: 18px;
	}
	
	.logo-image{
		width: 100% !important;
	}
	
	/* Navegador do Portfólio */
	
	.navegador-portfolio{
		margin-top: 0 !important; 
		margin-bottom: 0 !important;
	}
	
	.rt-carousel-holder{
		height: 240px !important;
	}
	
	.rt-carousel-holder .item{
		height: 240px !important;
	}
	
	.rt-carousel-holder .slide-background{
		background-position: top center !important;
	}
	
	.rt-next-post,
	.rt-prev-post{
		margin: 0 !important;
		color: #333 !important;
	}
	
	.dots-holder{
		display: block !important;
		width: 100% !important;
		bottom: 0 !important;
	}
}