/*
Theme Name: Paragon
Theme URI: http://codew3masters.com/wordpress_themes/paragon
Author: w3masters
Author URI: http://codew3masters.com/
Description: The 2014 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, one-column, clean style, two-columns, right-sidebar, responsive, custom-menu, featured-images, full-width-template, theme-options
*/

/********* aggiunte Paola **********/

/* immagine_header */
header#masthead {
background: #565958;
}

/* spazio_sopra_header_bianco */
.tagline {
background: #fff;
}

/* bordi_slider */
.ls-wp-fullwidth-helper {
border-bottom: 7px solid #565958;
}

/* interlinea paragrafo */
p {
line-height: 2em;
}

/* bordo_sotto_header */
header#masthead {
border-bottom: 7px solid #a2a1a1;
}

/* padding_menu */
.main-navigation {
padding-top: 40px;
}

/* bullet consulenza */
.entry-content li {
line-height: 2.5;
list-style-image: url(http://www.smartsport.marketing/wp-content/uploads/2014/12/SmartSport_12x12.png) !important;
}

/* padding menù */
.main-navigation {
padding-top: 29px;
}

/* colore font menù */
.main-navigation li a {
color: #ffffff !important;
}
.main-navigation li.current-menu-ancestor a, .main-navigation li.current-menu-item a {
color: #82ae28 !important;
}
.main-navigation li a:hover{
color: #82ae28 !important;
}

/* fondo sottomenu */
.main-navigation li ul {
background: #565958 !important;
}
.main-navigation li ul li {
background: #565958 !important;
}
.main-navigation li li a, .main-navigation li:hover li a {
background: #565958 !important;
}

/* h1 */
.entry-content h1{
font-size: 28px !important;
color: #82ae28 !important;
padding-top: 10px !important;
}

/* titolo pagine normali */
.head_page_title {
display: none;
}

/* grandezzo font paragrafo */
body {
font-size: 14px !important;
}
.service {
font-size: 14px !important;
}

/* pagina Dove Siamo */
.Dovesiamo h2 {
padding-top: 20px;
}
/* */
.social-team li {
    list-style-image: none !important;
    display: inline-flex;
}
/* bottoni blog */
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-color: #82AE28 !important;
}

/* Responsive */
/* smartphone verticale */
@media screen and (max-width: 320px){
	img.logo_default, img.logo_retina {
		width: 100%;
		height: auto;
	}
	.main-navigation li ul.sub-menu a {
		color: #ffffff !important;
	}
}
/* smartphone orizzontale*/
@media screen and (min-width: 321px) and (max-width: 480px){
	img.logo_default, img.logo_retina {
		width: 100%;
		height: auto;
	}
	.main-navigation li ul.sub-menu a {
		color: #ffffff !important
	}
}
/* misure intermedie */
@media screen and (min-width: 481px) and (max-width:767px){
	.main-navigation li ul.sub-menu a {
		color: #ffffff !important;
	}
}
/* tablet */
@media screen and (min-width: 768px) and (max-width:1023px){

}
/* iPad e schermi */
@media screen and (min-width: 1024px) and (max-width:1200px){

}
/* schermi grandi */
@media screen and (min-width: 1201px){

}

