﻿/*
Benvenuto nella funzione di personalizzazione dei CSS!

Per scoprire come funziona, consulta http://wp.me/PEmnE-Bt
*/
body {
	line-height: normal !important;
}

.header-wrapper .menu li a {
	padding: 0 28px !important;
}

.home-featured-block.popular-widget-area {
	margin-bottom: 10px;
}

.home-media-gallery {
	display: none;
}

.slider-section .slider-desc {
	display: block;
}

.secondary-sidebar .widget-area.sidebar {
	background: #fff;
}

.footer-wrapper .top-bottom {
	padding: 0 20px;
}

.footer-wrapper a {
	color: #288ce4;
}

.footer-wrapper .border {
	border-top: 3px solid #EFF1F3 !important;
}

.home-featured-block.block-3 {
	background-color: #EFF1F3;
}

.header-wrapper .menu li a {
	font-size: 13px !important;
}

.header-wrapper ul.sub-menu li a {
	font-size: 13px !important;
}

.slicknav_menu .slicknav_item {
	display: block;
}

ul.slicknav_nav {
	margin-top: 30px;
}

.header-wrapper #site-navigation {
	background: linear-gradient(to bottom,#0087cd 20%,#006ab5 100%) !important;
	border-bottom: 2px solid #0087cd;
}

/*
.header-wrapper .menu li {
background: url(images/menu-bg.png) repeat-y scroll right top #006ab5 !important;
border-bottom: 2px solid #0087cd;
	position: relative;
border-radius: 4px;
}
*/
.header-wrapper .menu li:hover, .header-wrapper .menu li.current-menu-item {
	background: linear-gradient(to bottom,#7cb021 20%,#3f8654 100%) !important;
	border-bottom: 2px solid #0087cd;
	position: relative;
}

.header-wrapper .menu li {
	background: linear-gradient(to bottom,#0087cd 20%,#006ab5 100%) !important;
	border-bottom: 2px solid #0087cd;
	position: relative;
}

.header-wrapper .menu li:hover:before, .header-wrapper .menu li.current-menu-item:before {
	background: #0087cd;
}

.bordertitle-red {
	border-bottom-color: #0087cd;
}

.besides-block .beside-post {
	border-bottom: 3px solid #0087cd;
}

.secondary-sidebar .widget-title:before, .profitmag_widget_popular_entries .widget-title:before {
	border-bottom: 7px solid #0087cd;
}

.featured-post .post-thumb {
	border-bottom: 7px solid #0087cd;
}

.featured-post-block-coltype .post-thumb-mini {
	border-bottom: 7px solid #0087cd;
}

.ticker-title {
	background: #0087cd;
}

.slider-section .slide-date {
	background: none repeat scroll 0 0 #0087cd;
}

input#s {
	border: 1px solid #0087cd !important;
	border-radius: 4px;
}

.comment-form .form-submit input, .read-more {
	border: 2px solid #0087cd;
	color: #0087cd;
}

.comment-form .form-submit input:hover, .read-more:hover {
	background-color: #006ab5 !important;
	color: #fff;
}

#calendar_wrap #wp-calendar #today, #calendar_wrap #wp-calendar #today a {
	background: none repeat scroll 0 0 #006ab5;
	color: #fff;
}

.secondary-sidebar .widget-area.sidebar {
	padding: 0;
}

.posted-on a, .cat-links a, .comments-link a, .edit-link a {
	color: #0087cd;
}

/* per plugin utilizzato nella pagina contatti per personalizzare il form */
.contact-form input[type=email], .contact-form input[type=text] {
	width: 80%;
	max-width: 98%;
	margin-bottom: 13px;
	line-height: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 4px;
	color: #288ce4;
	cursor: pointer;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #288ce4;
}

.contact-form select {
	width: 80%;
	margin-bottom: 13px;
	line-height: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 4px;
	color: #288ce4;
	cursor: pointer;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #288ce4;
}

.contact-form textarea {
	height: 200px;
	width: 80%;
	float: none;
	margin-bottom: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 4px;
	color: #288ce4;
	cursor: pointer;
	font-size: 14px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #288ce4;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background: #288ce4;
	border-color: #fff;
	line-height: 55px;
	font-size: 28px;
	color: #fff;
	width: 155px;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 8px;
}

.contact-form label {
	color: #000;
	font-size: 16px;
}

.contact-form label span {
	color: #ff0033;
}

#subscribe-email input {
	width: 95%;
	line-height: 15px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 4px;
	color: #288ce4;
	cursor: pointer;
	font-size: 20px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #288ce4;
}