.site-branding {
	margin: 0;
	/*float: none;*/
    width: 67%;
}

.site-branding h2 {
	clear: none !important;
}

#masthead {
    background-image: url("/wp-content/uploads/2016/03/header-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-widget {
    color: #ffffff;
    font-weight: 700;
}

#logo a {
    line-height: 100px;
}

#logo a img {
    float: left;
    margin-right: 5px;
}


@media (max-width: 959px) {

    #logo a {
        line-height: 40px;
    }

    #logo a img {
        margin: 0;
        float: none;
        clear: both;
    }

    .site-branding {
        width: 100%;
    }
}

/* COLORE PRINCIPALE #4EA44D */
a {
	color: #4EA44D;
}

a:link,
a:visited {
	color: #4EA44D;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #4EA44D;	
}

.site-title {
	color: #4EA44D;
}

.main-navigation-menu a:hover {
	background: #4EA44D;
}

.main-navigation-menu ul {
	background: #4EA44D;
}

.main-navigation-menu li.current-menu-item a {
	background: #4EA44D;
}

.widget-title {
	background: #4EA44D;
}

.widget_tag_cloud .tagcloud a {
	border: 1px solid #4EA44D;
}

.widget_tag_cloud .tagcloud a:hover, 
.widget_tag_cloud .tagcloud a:active {
	background-color: #4EA44D;
}

.search-form .search-submit {
	background: #4EA44D;
}

.widget-category-posts .widget-header .category-archive-link .category-archive-icon {
	color: #4EA44D;
}

.page-title, 
.entry-title {
	color: #4EA44D;
}

.entry-title {
	border-bottom: 3px solid #4EA44D;
}

.entry-title a:link, 
.entry-title a:visited {
	color: #4EA44D;
}

.entry-tags .meta-tags a {
	border: 1px solid #4EA44D;
}

.entry-tags .meta-tags a:hover, 
.entry-tags .meta-tags a:active {
	background-color: #4EA44D;
}

.more-link {
	background: #4EA44D;
}

.page-header .archive-title {
	background: #4EA44D;
}

.entry-tags .meta-tags a {
	border: 1px solid #4EA44D;
}

.entry-tags .meta-tags a:hover, 
.entry-tags .meta-tags a:active {
	background-color: #4EA44D;
}

/* Theme Pagination */
.post-pagination a,
.post-pagination .current {
	border: 1px solid #4EA44D;
}

.post-pagination a:hover,
.post-pagination .current {
	background-color: #4EA44D;
}

.infinite-scroll #infinite-handle span {
	background: #4EA44D;
}

.comments-header .comments-title,
.comment-reply-title span {
	background: #4EA44D;
}

.comment-navigation a {
	border: 1px solid #4EA44D;
}

.comment-navigation a:hover, 
.comment-navigation a:active {
	background-color: #4EA44D;
}

.top-navigation-toggle:after {
		color: #4EA44D;
	}

.top-navigation-menu .submenu-dropdown-toggle:before {
		color: #4EA44D;
	}

.main-navigation-toggle:hover,
	.main-navigation-toggle:active {
		background: #4EA44D;
	}

	.sidebar-navigation-toggle:hover,
	.sidebar-navigation-toggle:active {
		background: #4EA44D;
	}

	.footer-navigation-toggle:after {
		color: #4EA44D;
	}

	.social-icons-navigation-toggle:after {
		color: #4EA44D;
	}

/* Ensure navigation is visible on desktop view */
@media only screen and (min-width: 60em) {
	
	.main-navigation-menu li.menu-item:hover a {
		background: #4EA44D;
	}
	
}
