/*
Theme Name: #ID2 Comunicação - Wordpress Bootstrap
Theme URI: http://www.id2comunicacao.com.br
Author: Davidson Santana - ID2 Comunicação
Author URI: https://www.id2comunicacao.com.br
Description: Tema desenvolvido para ID2 Comunicação.
Version: 1.0
License: Private
Text Domain: #id2comunicacao

*/



*{
	-moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


body{
	font-family: 'Poppins', sans-serif;
	background: #fafafa;
}


nav.navbar{
	padding-bottom: 15px;
}

#navbar{
	width: 500px;
	margin-top: 50px;
	float: right;
	flex-direction: row;
}

#navbar a{
	color: #fafafa;
}

#navbar li a{
	font-weight: 500;
	font-size: 16px;
}

#navbar li a:hover, #navbar li a:focus{
	background: #2f2f34;
}

#navbar .social-media{
	padding-left: 10px;
	margin-top: 7px;
	font-size: 24px;
	border-left: 1px solid #fafafa;
	display: flex;
	align-items: center;
}

#navbar .social-media a{
	padding: 0 10px;
}




nav.navbar h1{
	width: 190px;
}

nav.navbar h1 img{
	width: 100%;
	height: auto;
}

nav.navbar.scrolled{
	background: rgba(5, 5, 5, 0.95);
}

nav.navbar.scrolled h1{
	width: 130px;
}

nav.navbar.scrolled #navbar{
	margin-top: 30px;
}




.banner{
	width: 100%;
	position: relative;
}

.banner .gradient{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}

p{
	font-family: 'Lato', sans-serif;
}

.banner .carousel-caption{
	width: 550px;
	left: 10%;
	bottom: 100px;
	text-align: left;
	text-shadow: none;
	z-index: 2;
}

.banner .carousel-caption h2{
	font-size: 45px;
}

.banner .carousel-caption p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.banner .carousel-caption a{
	padding: 10px 25px;
	display: inline-block;
	color: #fafafa;
	font-size: 16px;
	font-weight: 500;
	border: 1px solid #fafafa;
	border-radius: 10px;
}




section{
	padding: 50px 0;
}

section h2{
	font-size: 42px;
	font-weight: 700;
	text-transform: uppercase;
}

section h2 span{
	font-weight: 300;
}

section h3{
	font-size: 26px;
	font-weight: 700;
}

section p{
	font-size: 16px;
}



#sobre h2{
	color: #778ea2;
	line-height: 35px;
}

#sobre h2 span{
	font-size: 22px;
	display: block;
}

#sobre h3{
	margin-top: 22px;
	color: #778ea2;
	text-transform: uppercase;
}

#sobre p{
	color: #555;
}

#sobre img{
	border-radius: 10px;
	overflow: hidden;
}




#projetos h2{
	color: #778ea2;
	font-size: 36px;
}

#projetos h3{
	margin-top: 35px;
	display: block;
	font-weight: 300;
	text-transform: uppercase;
	color: #778ea2;
}

#projetos .col-md-4 a{
	height: 220px;
	display: block;
	background: #333;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

#projetos .col-md-4 a img{
	opacity: 0.65;
}

#projetos .col-md-4 a:hover img{
	opacity: 1;
	transform: scale(1.1);
}

#projetos .col-md-4 a span{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	color: #fafafa;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 32px;
	line-height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
}


#projetos .gallery .col-md-3 a{
	display: block;
	background: #333;
	border-radius: 5px;
	overflow: hidden;
}

#projetos .gallery .col-md-3 img{
	width: 100%;
	height: auto;
	opacity: 0.65;
}

#projetos .gallery .col-md-3:hover img{
	opacity: 1;
}


#projetos .blocks-gallery-item figure{
	border-radius: 5px;
	overflow-y: hidden;
	background: #333;
}

#projetos .blocks-gallery-item figure img{
	opacity: 0.65;
}

#projetos .blocks-gallery-item figure:hover img{
	opacity: 1;
}



#dicas{
	padding: 100px 0;
	background: url(images/bg-dicas.gif);
}

#dicas h2{
	margin: 0 0 15px;
	color: #fafafa
}

#dicas h3, #dicas p{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #fafafa;
	text-align: center;
	display: block;
}

#dicas h3{
	margin: 15px auto 5px;
	font-size: 22px;
}

#dicas a{
	display: block;
	border: 6px solid #fafafa;
	border-radius: 5px;
	background: #333;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

#dicas a img{
	opacity: 0.75;
}

#dicas a span{
	width: 100px;
	height: 100px;
	background: url(images/play-btn.png) no-repeat center center;
	background-size: cover;
	position: absolute;
}

#dicas a:hover span{
	width: 120px;
	height: 120px;
}

#dicas a:hover img{
	opacity: 0.6;
}




footer{
	padding: 50px 0 0;
}

footer h2{
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
}

footer h2 span{
	font-weight: 300;
}

footer hr{
	margin: 35px 0;
}

footer .wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

footer .wrap .item{
	width: 35%;
	margin: 0 15px;
	color: #6c6c74;
}

footer h3, footer h4{
	font-weight: 700;
	color: #6c6c74;
}

footer p{
	font-weight: 500;
}



.social-bar{
	padding: 15px 0;
	margin: 35px 0 20px;
	background: #778ea2;
	color: #fafafa;
}

.social-bar .container{
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-bar a{
	margin: 0 10px;
	color: #fafafa;
	text-decoration: none;
	font-size: 36px;
}

.social-bar span{
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	font-weight: 500;
}





.sign{
	padding: 20px 0;
	font-size: 12px;
	color: #b9b9b9;
	font-family: 'Lato', sans-serif;
}







/*INTERNAS*/

body.category nav, body.single nav{
	background: #2f2f34;
}


main{
	margin-top: 180px;
	margin-bottom: 100px;
}

main .wrap-title{
	padding-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dotted #e8e8e8;
}


main h2{
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #778ea2;
}

main h2 a{
	color: #778ea2;
}

main h2 a:hover{
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

main h2 span{
	display: block;
	font-weight: 300;
	font-size: 22px;
}

main .wrap-title ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

main .wrap-title ul li{
	margin: 0 2px;
}

main .wrap-title ul li a{
	padding: 7px 10px;
	color: #778ea2;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

main .wrap-title ul li:hover a, main .wrap-title ul li.current-cat a{
	color: #555;
	text-decoration: none;
	border-bottom: 1px dotted #555;
}


main .listing{
	margin-top: 30px;
}

main .listing .item{
	margin-bottom: 35px;
}

main .listing .item a{
	max-height: 200px;
	display: block;
	border-radius: 5px;
	background: #333;
	overflow: hidden;
}

main .listing .item img{
	width: 100%;
	height: auto;
	opacity: 0.75;
}

main .listing h3{
	margin: 15px 0 0;
	color: #2f2f34;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

main .listing .item:hover img{
	opacity: 1;
}

main .listing .item:hover h3{
	margin-left: 10px;
}

main .blocks-gallery-item img{
	border-radius: 5px;
	overflow: hidden;
}


main h3.project-title{
	max-width: 600px;
	margin: 35px auto 15px;
	display: block;
	color: #2f2f34;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}














/* Responsivo */

.navbar-toggle{
	background: #333;
	margin-top: 20px;
	margin-bottom: 15px;
}

.navbar-toggle .icon-bar{
	background: #fff;
}



@media (max-width: 1199px) and (min-width: 992px) {

	main .listing .item{
		height: 250px;
	}


}


@media (max-width: 991px) and (min-width: 768px) {

	nav.navbar{
		padding-bottom: 0;
	}

	nav.navbar.scrolled h1{
		width: 100px;
	}

	nav.navbar.scrolled #navbar{
		width: 480px;
		margin-top: 15px;
	}


	#sobre img{
		margin-top: 50px;
	}


	#projetos .col-md-4 a{
		height: 320px;
		margin-bottom: 20px;
	}


	#dicas .col-md-6:first-child{
		margin-bottom: 50px;
	}


	main .listing .item{
		height: 250px;
	}


	main .wrap-title h2{
		width: 100%;
		margin-bottom: 25px;
	}


}


@media (max-width: 767px) {

	nav.navbar.scrolled #navbar{
		width: 100%;
		margin-top: 15px;
		margin-bottom: 20px;
	}

	nav.navbar{
		padding-bottom: 0;
	}

	nav.navbar.scrolled h1{
		width: 100px;
		margin-left: 20px;
	}

	#navbar li a{
		text-align: right;
	}

	#navbar .social-media{
		border: none;
		float: right;
	}


	#sobre img{
		margin-top: 50px;
	}


	#projetos .col-md-4 a{
		height: 320px;
		margin-bottom: 20px;
	}


	#dicas .col-md-6:first-child{
		margin-bottom: 50px;
	}



	main .wrap-title h2{
		width: 100%;
		margin-bottom: 25px;
	}

	main .listing .item{
		height: auto;
	}

	main .listing .item a{
		height: auto;
		max-height: initial;
	}
	
}


@media (max-width: 480px) {

	footer .wrap .item{
		width: 100%;
	}


	main .wrap-title ul{
		width: 100%;
		display: block;
	}

	main .wrap-title ul li{
		margin-bottom: 5px;
	}

	main .wrap-title ul li a{
		width: 100%;
		padding: 10px;
		display: block;
	}


}


@media (max-width: 375px) {

	.banner{
		margin-top: 80px;
	}


	#projetos .col-md-4 a{
		height: auto;
	}



}


@media (max-width: 320px) {



}


