/*
Theme Name: TheFashionFruit Child
Theme URI: http://www.urbanstudios.it/
Description: The Fashion Fruit Theme
Author: Urban Studios
Author URI: http://www.urbanstudios.it
Version: 1.2
Template: tff
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


body{

}
h1,h2,h3,h4,h5,h6 {
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Raleway', sans-serif;
}
a{
	color: #aaaaaa;
}
.menu-item{
	font-weight: 600;
}
a:hover{
	text-decoration: none;
	color: #333;
}
a:focus {
	text-decoration: none;
	outline: none;
	border: none;
	color: inherit;
}
#content {
	margin-bottom: 20px;
}

	#nav-wrapper .menu li.current-menu-item > a, #nav-wrapper .menu li.current_page_item > a, #nav-wrapper .menu li a:hover {
		color:#343434;
	}
			#nav-wrapper ul.menu ul a:hover,
		#nav-wrapper .menu ul ul a:hover {
			color: #343434;
			background:#f5f5f5;
		}
			#top-social a:hover {
		color:#343434;
	}
	.post-header .cat a {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	border-bottom:1px solid;
	border-color:#343434;
	padding-bottom:2px;
	display:inline-block;
	margin:0 4px 12px 4px;
}
	.feat-item .read-more {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#000;
	background:#ffffff;
	font-weight:700;
	display:inline-block;
	padding:12px 26px 13px;
	border:1px solid;
	border-color: #343434;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
}
	.post-entry blockquote {
		border-left:3px solid;
		border-color:#343434;
		padding:0 18px;
	}

		.more-button {
		font-size:10px;
		text-transform:uppercase;
		letter-spacing:2px;
		color:#000;
		background:#ffffff;
		font-weight:700;
		display:inline-block;
		margin-top:16px;
		padding:9px 24px 10px;
		border:1px solid;
		border-color:#343434;
		-o-transition:.2s;
		-ms-transition:.2s;
		-moz-transition:.2s;
		-webkit-transition:.2s;
	}
	.widget-title {
	border:1px solid;
	border-color:#343434;
	font-size:10px;
	color:#000;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-align:center;
	margin-bottom:25px;
	padding:16px 0;
}
	.social-widget a:hover > i {
		color:#343434;
	}
	.more-button:hover {
		background:#343434;
		color:#fff;
		border:1px solid;
		border-color:#343434;
	}
/* Sistemazione layout per ads */
#main {
	width: 720px;
}
#sidebar {
	width: 300px;
}
.container {
	background-color: #fff;
	z-index: 10;
}
.menu-mobile .slicknav_nav {
	z-index: 20;
}
#top-search {
	right: 10px;
}
#header {
	padding-top: 0;
	margin-bottom: 0px;
    border-bottom: none; 
}
#top-bar {
	z-index: 9000;
	position: static;
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none; 
}
.top-bar-sticky {
	top:0;
	position: fixed !important;
    transition: top 0.5s ease;
}
.header-sticky {
	padding-top: 51px !important;
}

/* No share su pagine */
body.page .post-meta {
    display: none;
}

/* Triangolini sul menu */
ul.sub-menu a {
    text-align: center;
}
.menu-categories ul.sub-menu {
	left: -48px !important;
}
.menu-about ul.sub-menu {
	left: -66px !important;
}
ul.sub-menu:after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -8px;
    width: 0;
    height: 0;
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}

.boxsHome{
	position: relative;
	margin-bottom: 50px;
}
.boxHomeTff.col-md-3{
padding:1px;
}
.boxHomeTff:hover{
	cursor: pointer;
}
.boxHomeTff img:hover{
	cursor: pointer;
}

.boxHomeTff img{
	width: 100%;
}
/* BLOCCHI HOME */
.vc_col-sm-12.vc_gitem-col.vc_gitem-col-align-left {
    height: 250px;
}
.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-3-2:before {
    padding-top: 66.66%;
}
.home-header {
	background: url('homebg.png');
	background-size: cover;
	text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.home-header a {
    display: block;
    width: 100%;
    height: 100%;
}
.home-header h2 {
	width: 100%;
	position: absolute;
	bottom: 20px;
	font-size: 2em;
}
.home-header h2 a {
	color: #eee;
	text-transform: uppercase;
}
@media screen and (max-width: 500px) {
	.home-header h2 a {
		font-size: 16px;
	}
	.home-header h2 {
		bottom: 5px;
	}
}

.pulsanteBLoccoGrande{
	width: 250px;
	margin:0 auto;
	-ms-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.pulsanteBLoccoGrande a{
	color:#000!important;
	border: none!important;
}
.pulsanteBLoccoGrande:hover a{
	color: #343434!important;
}
.pulsanteBLoccoGrande a:hover{
	text-transform: none;
	text-decoration: none;
	border: none!important;
	cursor: pointer;
	background: #343434;
}

span.vc_gitem-post-category-name{
	color: #343434;
    border-bottom: 3px solid #343434;
    font-size: 14px;
}
.riempiBlocco{
	width: 100%;
	height: 100%;
} 
.grandelink{
	padding:0px !important;
}
body.page article .post-header{
	display: none;
}
.post-entry a{
	color:#aaa!important;
}
.post-entry h4 a{
	color:#000!important;
}
.post-entry h4{
		     font-size: 19px;
    font-weight: 700!important;
}
.post-entry a:hover{
	text-decoration: none;
	background: none;
	color:#aaa;
	opacity: 0.8;
}
.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover{
	background: none!important;
}
#primoPost .post-entry h4{
	font-size: 22px;
}
.primoPostHome h4{
	font-size: 22px;
}


body.category .post-img, body.category .post-img img, 
body.search .post-img, body.search .post-img img, 
body.tag .post-img, body.tag .post-img img,
.widget_featured_post_widget .post-img, .widget_featured_post_widget .post-img img
{
/* SI FA COL JAVASCRIPT
	max-height: 220px;
	min-height: 220px;
*/
	width: 220px;
	max-width: 100%;
	width: auto;
	text-align: center;
	margin-bottom: 5px;
}

body.category .post-header h2, 
body.search .post-header h2, 
body.tag .post-header h2, 
body.page-template-presspage .post-header h2,
body.single-post .post-related .post-header h2{
	margin:5px;
}

.pagination div{
	margin:0 20px;
}
.pagination{
	width: 100%;
	margin:0 auto;
	text-align: center;
}
body.category .post-img, 
body.search .post-img, 
body.tag .post-img, 
body.page-template-presspage .post-img,
body.single-post .post-img,
.widget_featured_post_widget .post-img
{
	background-size:cover; 
}
.articleInCategory{
	position: relative;
}
.articleInPress{
	position: relative;
}
.articleInCategory .post-header{
    position: relative;
    width: 100%;
    /*background: rgba(255,255,255,0.7);*/
    /*bottom: 0px;*/
    /*border: 1px solid #343434;*/
    text-align: center;
    /*margin-left: 5%;*/
    /*font-family: 'Raleway', sans-serif;*/
}
.articleInPress .post-header{
    position: absolute;
    width: 90%;
    background: rgba(255,255,255,0.7);
    bottom: 0px;
    border: 1px solid #343434;
    text-align: center;
    margin-left: 5%;
    /*font-family: 'Raleway', sans-serif;*/
}
.h2titoloPress {
	color: #000;
}
.h2dataPress {
	color: #999;
	font-size: 0.8em;
}
.articleInCategory .post-header a{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
} 
.articleInPress .post-header a{
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
} 
.post-header .cat a{
	font-style: italic;
	border:none;
}


.hoverBox{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;

}
.singlePostInCategory:hover .hoverBox{
	opacity: 0.3;

}
.singlePostInPress:hover .hoverBox{
	opacity: 0.3;

}
.articleInCategory .post-header .titoloPost{
	text-transform: uppercase;
	padding:2px 0px;
	font-size: 10px;
	color:#000;
	font-weight: 600;
}


.articleInPress .post-header .titoloPost{
	font-size: 10px;
	color:#000;
}
.articleInCategory .post-header {
	font-size: 10px;
	margin-bottom: 30px;
	padding: 5px;
}
.articleInPress .post-header {
	font-size: 10px;
	margin-bottom: 16px;
}
.contieniProdotto{
	height: 200px;
	text-align: center;
}
.compraAdesso a{
	display: block;
	color:#333;
}
.compraAdesso a:hover{
	display: block;
	color:#343434;
}
.compraAdesso{
    text-align: center;
    width: 50%;
    margin: 16px auto;
    border: 1px solid #343434;
}
.contieniProdotto img{
	width: auto;
	height: 100%;
}

.citazione{
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	font-size: 25px;
	text-align: center; 
	width: 90%;
	margin:50px auto;
	font-weight: 100;
}
span.autoreCitazione{
	font-size: 20px;
	font-family: 'Raleway', sans-serif;
	color:#343434;
	/*c53677*/
}
h4.instagram-title{
	font-family: 'Raleway', sans-serif;
}
.dataArchivio{
	font-family: 'Raleway', sans-serif;
	text-align: center;
	font-size: 30px;
	display: block;
	width: 100%;
	margin:20px auto;

}
.clear{
	clear:both;
	float:none;
}
.postInArchivio{
	text-align: center;
	margin:0 auto;
}
.inizioArchivio, .fineArchivio{
	font-size: 16px;
	text-align: center;
}


/* MENU MOBILE*/
.menu-mobile .slicknav_nav {
    display: block;
    width: 150%;
    margin: 0px auto 0px -25%;
    text-align: center;
    padding: 20px 0;
}

.slicknav_nav .slicknav_row {
	margin: 0;
	padding: 5px 15px;  
}


/* FOOTER */
.arqam-widget-counter {
	margin-bottom: 0 !important;
}
#footer {
	/*background-color: #373737;*/
	padding: 0;
}
#footer .container {
	padding: 16px 0 28px;
}
h4.instagram-title {
    background: #fff;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.copyright.left {
	margin-left: 8px;
}
.copyright.right {
	margin-right: 8px;
}

body.page-template-presspage  article .post-header,
	.widget_featured_post_widget article .post-header {
	display: block !important;
}
.widget_featured_post_widget h2 {
	margin: 0 !important;
	margin-bottom: 12px !important;
}
.widget_featured_post_widget h2 a {
	text-decoration: none !important;
}

span.vc_gitem-post-category-name {
    color: #343434;
    border: none;
    font-size: 14px;
    font-style: italic;
}
body.page-template-presspage .post-img, body.page-template-presspage .post-img img{
height: auto;
	width: auto;
	text-align: center;
}

.post-header-press {
    text-align: center;
    color: #000;
    padding: 5px;
    border: 1px solid #343434;
    margin-bottom: 20px;
}

.tos-desktop .tos-wrapper.tos-fixed{
	z-index: 999999;
}

.tos-prev, .tos-next, .tos-close{
	opacity: 1;
	  background: rgba(0, 0, 0, 0);
}



/* FITNESS */
@media screen and (max-width: 900px) {
	.wpb_vc_table td.vc_table_cell {
	    min-width: 150px;
	}
	.wpb_vc_table {
		overflow-x: scroll;
	}
}

@media only screen and (max-width: 1170px) and (min-width: 942px) {
	#main:not(.fullwidth) {
    	width: 590px !important;
	}
	.wpb_vc_table td.vc_table_cell {
	    min-width: 150px;
	}
	.wpb_vc_table {
		max-width: 100%;
		overflow-x: scroll;
	}
}

/* Mobile Home */
@media screen and (max-width: 500px) {
	.primoPostHome h4 , #primoPost .post-entry h4 {
	    font-size: 16px;
	}
}
/*.item-related{
	width: 32%;
	margin-right:1%; 
}*/


#top-search{
	border-left: none;
}
.categoriesPost{
	text-transform: uppercase;
	padding:2px 0px;
	font-size: 9px!important;
	color: red!important;
	font-weight: 600;
}


