/*
Theme Name: The Core Child
Description: The Core is created by <a href="http://themefuse.com">ThemeFuse</a>. The Core comes with 17 different themes inside it with more to come soon. The long list of features makes The Core the only stop when searching for a cutting edge WordPress theme. Child theme for the The Core. Child themes are the recommended way of making modifications to a theme. <a href="http://codex.wordpress.org/Child_Themes">Reade More</a>
Author: ThemeFuse
Author URI: http://themefuse.com/
Template: the-core-parent
Version: 1.0
Text Domain: the-core
Tags: left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.fw-header-main .fw-container{
	padding: 10px 0px !important;
}

.header-2.fw-logo-retina .fw-wrap-logo {
    width: 15%;
}

.header-2 .fw-header-main .fw-site-navigation > ul > li > a {
    margin-right: 5px;
    margin-left: 10px;
    font-weight: bold;
}

.header-2 .fw-header-main #fw-menu-secondary.fw-site-navigation > ul > li > a {
    margin-right: 15px;
    margin-left: 15px;
    font-weight: bold;
}

section#revolution_slider .fw-container-fluid{
	padding-left: 0px;
	padding-right: 0px;	
}

.fw-special-title{
	padding-bottom: 30px;
}

h2.entry-title{
	margin-top: 10px;
}

.fw-section-space-md .fw-main-row-custom .fw-container,
.fw-section-space-md .fw-main-row .fw-container,
.fw-section-space-md .fw-main-row-custom .fw-container-fluid,
.fw-section-space-md .fw-main-row .fw-container-fluid {
  padding-top: 25px;
  padding-bottom: 25px;
}

.fw-shortcode-latest-posts article.post{
	width: 33%;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0px 10px;
	text-align: center;
}

.fw-shortcode-latest-posts p{
	text-align: justify;
}

.fw-overlay-title{
	text-align: center !important;
}

.postlist .fw-btn-post-read-more-blog{
    color: #ffffff !important;
    border: 2px solid #1e73be !important;
    font-weight: 800 !important;
}

.postlist .fw-btn-post-read-more-blog span, .postlist .fw-btn-post-read-more-blog:hover span{
    font-weight: 800 !important;
}

.postlist .fw-btn-post-read-more-blog:hover{
    color: #1e73be !important;
    border: 2px solid #1e73be !important;
}

.fb-widget{
	text-align: center;
}

.fb-widget .title{
	text-align: center;
}

@media only screen and (max-width: ) and (min-width: ){

}

/*CSS CAROUSEL CHI SIAMO*/
#carousel_inner {
	float:left; /* important for inline positioning */
	width:96%; /* important (this width = width of list item(including margin) * items shown */
	overflow: hidden;  /* important (hide the items outside the div) */
	/* non-important styling bellow */
	background: transparent;
	margin-bottom: 70px;
}
#carousel_ul {
	position:relative;
	left:0px; /* important (this should be negative number of list items width(including margin) */
	list-style-type: none; /* removing the default styling for unordered list items */
	margin: 0px;
	padding: 0px;
	width:9999px; /* important */
	/* non-important styling bellow */
	padding-bottom:10px;
}
#carousel_ul li{
	float: left; /* important for inline positioning of the list items */
	width:210px;  /* fixed width, important */
	/* just styling bellow*/
	padding:0px;
	height:120px;
	background: transparent;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
	text-align: center;
}
#carousel_ul li img {
	margin-bottom:-4px; /* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
	/* styling */
	cursor:pointer;
	cursor: hand;
	border:0px;
	background: #ffffff;
}
#right_scroll,
#right_scroll:focus{
	cursor: pointer;
	float:left;
	height:140px;
	width:2%;
	background: transparent;
	background-image: url("./partner_e_collaborazioni/freccia_DX.png");
	background-position: center;
	background-repeat: no-repeat;
}
#left_scroll,
#left_scroll:focus{
	cursor: pointer;
	float:left;
	height:140px;
	width:2%;
	background: transparent;
	background-image: url("./partner_e_collaborazioni/freccia_SX.png");
	background-position: center;
	background-repeat: no-repeat;
}
#right_scroll:hover{
	background-image: url("./partner_e_collaborazioni/freccia_DX_rollover.png");
	background-position: center;
	background-repeat: no-repeat;
}
#left_scroll:hover{
	background-image: url("./partner_e_collaborazioni/freccia_SX_rollover.png");
	background-position: center;
	background-repeat: no-repeat;
}
#sponsor_row .vc_column-inner{
	padding-top: 10px;
}

#sponsor-images.wpb_raw_code{
	margin: 0px !important;
}

#sponsor_row .vc_separator{
    margin: 15px auto 30px !important;
}

.header_news{
	text-align: center; 
	margin: 0px !important; 
	height: 354px;
	background-image: url("./images/notizie.jpg");
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	background-color: #f6f6f6;
}

h1.fw-special-title.news,
h1.fw-special-title.category{
	color: #666666;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px 5px !important;
	display: inline-block;
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
	text-transform: uppercase;
	font-weight: normal;
}

h1.fw-special-title.news.underline,
h1.fw-special-title.category.underline{
	background-color: #fff;	
}

body.blog article.post,
body.category article.post,
body.page-eventi article.post{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0px 10px;
	text-align: center;
}

body.blog article.post p,
body.category article.post p,
body.page-eventi article.post p{
	text-align: justify;
}

.schedule_hour{
	padding: 0px !important;
}

.schedule_text, .schedule_text h3{
	margin: 0px !important;
}

#contatti_facebook input[type="text"],
#contatti_facebook textarea{
	border: 1px solid #f3f3f3 !important;
	resize: none;
}

#contatti_facebook button[type="submit"]{
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #1e73be !important;
}

#contatti_facebook button[type="submit"]:hover{
	color: #1e73be;
	font-weight: bold;
	border: 1px solid #1e73be !important;
}

#contatti_facebook .wrap-contact-forms{
	padding-top: 0px;
}

#contatti_facebook .fw-contact-form{
	margin-top: -35px;
}

.fw-main-row-overlay.fw_theme_bg_color_4{
	opacity: 0.35 !important;
}

.post-list-type-2 footer.entry-meta .wrap-entry-meta .footer-meta .entry-date {
    float: none;
}

.post-list-type-2 .fw-post-image {
    margin-right: 0px;
}

.post.clearfix.post-list-type-2{
	margin-top: 25px;
}

.share-link{
	margin-right: 5px;
}

body.post-type-archive-fw-event .header_news{
	display: none;
}

body.post-type-archive-fw-event section.fw-event .fw-special-title{
	font-weight: bold;
}

body.post-type-archive-fw-event h2.entry-title a{
	color: #1e73be!important;
}

body.post-type-archive-fw-event h2.entry-title{
	margin-top: 0px!important;
	margin-bottom: 30px!important;
}

.footer-meta span.entry-date{
	text-transform: uppercase;
}

.footer-meta span.entry-date a{
	color: #49ca9f;
}

.footer-meta span.entry-date a:hover{
	color: #428bca;
}

span.cat-links {
	text-transform: uppercase;
}

span.cat-links a{
	color: #49ca9f;
}

span.cat-links a:hover{
	color: #428bca;
}

@media only screen and (min-width : 0px) and ( max-width : 815px ){
	.fw-shortcode-latest-posts article.post{
		width: 100% !important;
	}
}