/*
Theme Name: Associazioni Custom Theme
Description: Child theme per le Associazioni CSV Taranto
Author: Mediabrand
Author URI: https://www.mediabrand.it
Template: exclusy
Version: 1.0 
*/
@import url("../exclusy/style.css");

.current-menu-item > a, .current-menu-parent > a, .menu-content ul li a:hover, .menu-content ul li.active a {
	color: #0064A6!important;
}
.wrapper .menu-content ul.sf-menu .sub-menu li a:hover {
	background-color: #e9e9e9;
}
.sidebar_widget_holder #searchform, .sidebar_widget_holder .newsletter .bg-newsletter-input {
	background: #f4f5f7;
	border: 1px solid #e5e8ec;
}
.form h2 {
	display: none;
}
.home-call-action {
	border-left: 7px solid #e5e8ec;
	background-color: #f4f5f7;
}
.home-call-action-button a {
	padding: 15px 5%;
}
.home-call-action-text span {
	color: #444;
}
.home-call-action-text p, .home-recent-work-title span {
	color: #5F5F5F;
}
.home-recent-work-title a, .footer-copyright-text {
	color: #999999;
}

.home-recent-news-text a {
	color: #182945;
}
.header, .title-page {
	border-bottom: 1px solid #E8E8F0;
}
.home .home-recent-news img.home_thumb{
	border: 1px solid #E1E1E1;
	padding: 2px;
	width: 80px;
	height: 80px;
}
.current-menu-item > a {
	background: url("https://ilponteonlus.csvtaranto.it/wp-content/themes/exclusy-associazioni/style/img/nav-active.jpg") repeat-x 0 bottom !important;
}
.menu-content ul li a:hover, .menu-content ul li.active a {
background: url("style/img/nav-active.jpg") repeat-x 0 bottom;
}
.blog-share {
	background-color: #f4f5f7;
}
.slider-text-wrap {
display: none;
}
h1, .sidebar_widget_holder h3,.footer-menu ul li a {
color: #444444;
}
h1, .shortcodes, .sidebar_widget_holder ul li, .sidebar_widget_holder ul li a, .sidebar_widget_holder .textwidget,
.footer-copyright-text, .home-call-action-text p, .home-recent-work-title, .home-recent-news-text p, .shortcodes ul li, .blog-text p {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
.footer-menu ul li a, .home-recent-news-text a, .home-call-action-text span, .home-recent-work-title span,
.menu-content ul li a:link, .menu-content ul li a:visited, .blog-title a{
font-family: 'Dosis', sans-serif;
font-weight: 400;
}
.sidebar_widget_holder ul li {
font-size: 12px;
line-height: 24px;
}
.sidebar_widget_holder ul li a {
font-size: 12px;
line-height: 16px;
}
.sidebar_widget_holder .textwidget {
float: left;
width: 100%;
margin: -4px 0 -25px 0;
color: #747474;
font-size: 12px;
line-height: 24px;
}
.footer-copyright-text {
font-size: 12px;
}
.home-call-action-text p {
font-size: 16px;
}
.home-recent-work-title a {
font-size: 12px;
}
.footer-menu ul li a {
font-size: 14px;
}
.home-recent-news-text a {
font-size: 17px;
text-transform: uppercase;
}
.home-recent-news-date {
display: none;
}
.home-call-action-text span {
font-size: 22px;
}
.shortcodes ul li {
font-size: 13px;
}
.menu-content ul li a:link, .menu-content ul li a:visited {
color: #444444;
text-transform: uppercase;
}
.blog-title a {
color: #444444;
}
.contact-text span {
    margin-top: 5px;
	margin-bottom: 5px;
}
/* Contact 7 Form */
.contact-text span {
    color: #F40808;
    font-size: 16px;
}
div.wpcf7-validation-errors {
     display: inline-block !important;
}
div.wpcf7-mail-sent-ok {
    display: inline-block !important;
    margin-left: 0;
    width: 80%;
}
.color-button-red a {
    background-color: #c70706;
}
.color-button-red a:hover {
    background-color: #cf4d4d;
}
/**************************************
 Media Query
***************************************/

/* Da Menu Desktop in su */
@media screen and (min-width: 850px) {
	/* Header */
	.header {
		position: relative;
	}
	.menu-content {
		bottom: -2px;
		margin-bottom: 0;
		position: absolute;
		right: 0;
	}	
}
@media screen and (max-width: 499px) {
	.header {
		padding-bottom: 20px;
	}
	.menu-content {
		margin: 5% auto !important;
	}
}

/********/
