/*
Theme Name: CortePratico
Theme URI: http://gfn.pt
Author: ninjaMike (-_-)
Author URI: http://gfn.pt
*/
body{
	opacity:0;
}
body, div, p, a, b, i, h1, h2, h3, h4, h5, h6, img, span{
	margin:0;
	padding:0;
	color:#333333;	
	font-family: 'Open Sans', sans-serif;
}
img{
	max-width:100%;	
	height:auto;
}
.box-full-width{
	float:left;
	width:100%;	
}
.box-max-width{
	display:block;
	width:95%;
	margin:auto;
	max-width:1200px;	
}
.page_item, .menu-item{
	list-style: none;
	padding:0;	
	display: inline;
	float:left;
}
.menu ul{
	padding:0;
	margin:15px 0;	
}
.menu{
	float:right;	
	padding: 25px 0;
}
.menu a{
	color:#333333;	
	text-decoration:none;	
	font-size:14px;
	padding:10px;
	transition:all 0.3s;
	text-transform:uppercase;
}
.menu a:hover{
	color:#ffffff;	
	background:#09bdbd;
}
.logo{
	float:left;
	width:255px;
	height:auto;	
	margin-top:-25px;
}
.header{
	padding-top:60px;	
	float:left;
	border-bottom:4px solid #09bdbd;
}
.grid-1-4{
	width:24%;
	margin:0 0.5%;
	float:left;	
}
.grid-1-2{
	width:49%;
	margin:0 0.5%;	
	float:left;
}
.footer{
	background:#09bdbd;
	padding:60px 0;	
}
.footer p, .footer b, .footer a{
	color:#ffffff;	
	transition:all 0.3s;
}
.footer a:hover{
	color:#333333;	
}
.map{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.4);
box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.4);	
	position:relative;
	margin-top:-85px;
}
.flex-control-nav{
	display:none;	
}
.metaslider .flexslider{
	margin:0 !important;	
}
.caption-wrap {
    max-width: 1200px;
    margin-left: auto !important;
	margin-right:auto !important;
    text-align: center;
    position: relative !important;
    float: unset;
	background:none !important;
	font-size:40px;
	letter-spacing:15px;
	text-transform:uppercase;
	font-weight:700;
	opacity:1 !important;
}
#metaslider_21 .caption::before{
	content:" " !important;
	margin:-15px auto 10px auto;
	display:block;
	width:75px;
	height:120px;
	background-image:url('/site/wp-content/themes/cortepratico/img/captionTop.png');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}
.content{
	background:#f2f2f2;
	padding:60px 0;
}
.content p {
    margin-bottom: 15px;
}
.content b, .content strong{
	color:#000000;	
}
.column1, .column2{
	width:48%;
	float:left;	
}
.column1{
	margin:0 2% 0 0;	
}
.column2{
	margin:0 0 0 2%;	
}
.current-menu-item a{
	font-weight:700;	
}

.flex-direction-nav a{
	background-image: url('/site/wp-content/themes/cortepratico/img/bg_direction_nav.png')!important;	
}
.flex-direction-nav .flex-next{
	right:10px !important;	
}
.flex-direction-nav .flex-prev{
	left:10px !important;	
}
.post-grid {
    width: 32.9%;
    margin: 0.2%;
    float: left;
	text-decoration:none;
	opacity:0;
}
.post-grid img{
	width:100%;
	height:100%;
	transition:all 0.3s;	
}
.post-grid h4{
	padding:15px;
	background:#09bdbd;	
	color:#ffffff;
	text-transform:uppercase;
	text-decoration: none;
	max-width:50%;
	position:relative;
	margin-left:15px;
	margin-bottom:15px;
	float:left;
	transition:all 0.3s;
}
.post-grid:hover img{
	opacity:0.7;	
}
.post-grid:hover h4{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.8);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.8);	
}
.mobile{
	display:none;	
}
.menuToogle{
	float:left;
	text-align:center;
	color:#ffffff;
	background:#09bdbd;
	cursor:pointer;
	width:95%;
	padding:2.5%;	
	border-bottom:4px solid #09bdbd;
	font-weight:700;
	transition:all 0.3s;
}
.menuToogle:hover{
	color:#09bdbd;
	background:#ffffff;	
}
.credit{
	width:100%;
	height:200px;
	float:left;
	background:#1a1a1a url('/site/wp-content/themes/cortepratico/img/credit.png') no-repeat center;
	background-size:191px 80px;	
}
.backToTop{
	opacity:0;
	width:60px;
	height:auto;
	position:fixed;
	bottom:10px;
	right:10px;	
	cursor:pointer;
	transition:all 0.3s;
}
.backToTop:hover{
	opacity:1 !important;
}
.gallery-item img{
	border:2px solid #f2f2f2 !important;
	opacity:0.7;	
	transition:all 0.3s;
}
.gallery-item img:hover{
	opacity:1;	
}
.gallery-item{
	margin:0 !important;	
	opacity:0;
}
.sub-menu {
    position: absolute;
	background:#ffffff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	z-index:2000;
	margin: 55px auto 0 auto;
	display:none;
	width:200px;
}

.sub-menu::before {
    content: '';
    float: left;
    height: 10px;
    width: 100%;
    background: url('/site/wp-content/themes/cortepratico/img/sub-menu-arrow.png') no-repeat center;
    margin: -10px auto 0 auto;
}
.sub-menu li, .sub-menu a{
	float:left;	
	display:block;
	width:95%;
	padding:2.5%;
	text-align:center;
}
.catPage p{
	text-align:justify;	
}
.wpcf7{
	width:95% !important;
	padding:2.5% !important;
	float:left;
	background:#09bdbd;	
	margin:0 !important;
}
.wpcf7 h6{
	font-size:15px;
	color:#ffffff;
	font-weight:300;
	margin:10px 0 20px 0;
}
input, textarea{
	width:95%;
	border:0 !important;
	padding:2.5%;	
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
}
.wpcf7-submit{
	width:100%;	
	background:#ffffff;
	cursor:pointer;
	transition:all 0.3s;
}
.wpcf7-submit:hover{
	color:#ffffff;
	background: #09bdbd;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}
@media(max-width:1030px){
	.caption-wrap{
		letter-spacing: 0px;	
	}
	#metaslider_21 .caption::before {
		width: 45px;
		height: 70px;
	}
}
@media(max-width:950px){
	.menu a{
		letter-spacing:-1px;	
	}
}
@media(max-width:870px){
	.desktop{
		display:none;	
	}
	.mobile{
		display:block;	
	}
	.menu a{
		width:95%;
		padding:2.5%;
		margin:0;
		float:left;	
		text-align:center;
		letter-spacing:0;
		border-bottom:2px solid #f2f2f2;
	}
	.menu{
		width:100%;
		float:left;
		margin:0;
		padding:0;	
	}
	.logo {
    	float: unset;
    	margin: auto;
    	display: block;
	}
	.page_item, .menu-item{
		width:100%;	
	}
}
@media(max-width:800px){
	.post-grid{
		width:49.6%;	
	}
	.grid-1-4{
		width:100%;
		margin:0 0 10px 0;
	}
	.grid-1-2{
		width:100%;
		margin:0 0 10px 0;
	}
	.map{
		margin-top:10px;	
	}
	.footer p{
		text-align:center;	
	}
}
@media(max-width:700px){
	.column1, .column2{
		width:100%;
		margin:5px 0;
	}
}
@media(max-width:620px){
	#metaslider_21 .caption::before {
		display:none;
	}
	.caption-wrap{
		font-size:20px;
		width:80% !important;
		margin-left:10% !important;
		margin-right:10% !important;	
	}
	.metaslider .caption{
		padding:0 !important;	
	}
}
@media(max-width:550px){
	.post-grid{
		width:100%;
		margin:5px 0;	
	}
}