/* FABIO */
/*#site-header.scuro {
	background-color: rgba(0,70,23,1) !important;
	border-color: rgba(173,182,0,1) !important;
}*/
hr, .elementor hr {
    margin: 30px 0;
}
hr.noup, .elementor hr.noup {
	margin-top:0;
}
.home a.slick-slide-inner .elementor-slide-content {
	max-width:1050px !important;
	margin-left:auto;
	margin-right:auto;
}
.home .elementor-posts--thumbnail-top .elementor-post__title {
	margin-bottom:7px;
}
.sticky-element-placeholder {
	background-color:#FFFFFF;
}
#site-header {
	width: 100% !important;
}
#site-logo #site-logo-inner a img {
	transition: max-width 0.2s ease-in-out;
}
#site-header.basso #site-logo #site-logo-inner a img {
	max-width: 136px;
}
#site-navigation-wrap .dropdown-menu >li > a, 
#oceanwp-mobile-menu-icon a, .after-header-content-inner > a {
	transition: line-height 0.2s ease-in-out;
}
#site-header.basso #site-navigation-wrap .dropdown-menu >li > a, 
#site-header.basso #oceanwp-mobile-menu-icon a, .after-header-content-inner > a {
	line-height: 80px;
}
#site-logo #site-logo-inner, 
.oceanwp-social-menu .social-menu-inner, 
#site-header.full_screen-header .menu-bar-inner, 
.after-header-content .after-header-content-inner {
	transition: height 0.2s ease-in-out;
}
#site-header.basso #site-logo #site-logo-inner, 
#site-header.basso .oceanwp-social-menu .social-menu-inner, 
#site-header.basso #site-header.full_screen-header .menu-bar-inner, 
#site-header.basso .after-header-content .after-header-content-inner {
	height:80px;
}
.dropdown-menu ul li a.menu-link {
	color: #333333;
}
#site-navigation-wrap .dropdown-menu > li {
	position:relative;
}
#site-navigation-wrap .dropdown-menu > li:after {
	content:"";
	opacity: 0;
	position:absolute;
	bottom:-1px;
	left:0;
	width:100%;
	height:4px;
	background: #558000;
	transition: opacity 0.25s ease-in-out;
}
#site-navigation-wrap .dropdown-menu > li:hover:after {
	opacity: 1;
}
#site-navigation-wrap .dropdown-menu > li.menu-item-has-children:hover:after {
	opacity: 0;
}
.dropdown-menu .sub-menu {
	border-top: 4px solid;
	margin-top:-3px;
}
.dropdown-menu .sub-menu .sub-menu {
	border-top: 1px solid #f1f1f1;
	margin-top: 5px;
}
.background-image-page-header .site-breadcrumbs {
	margin-top:5px;
}
.alignleft, .alignright {
	margin-bottom:20px;
}
.dropdown-menu ul li a.menu-link {
	padding: 12px 18px;
}
.dropdown-menu .menu-item-language .sub-menu {
    min-width: 10px;
}
#mobile-dropdown ul.sub-menu a {
	padding-left:50px;
}
.post-type-archive-progetti .blog-entry.grid-entry ul.meta {
	display:none;
}
#footer-widgets .footer-box.span_1_of_4 {
	width:33%;
}
.blog-entry.grid-entry .thumbnail a img {
	width:100%;
	height:auto;
}
#site-logo #site-logo-inner a:hover img {
  opacity: 1;
}
.under {
	margin-bottom:20px;
	padding-bottom:16px;
	position:relative;
}
.under:after {	
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	width:100px;
	height:4px;
	background: #558000;
}
.under.news {
	margin-bottom:30px;
	border-bottom:1px solid #f1f1f1;
}
.under.content {
	margin-bottom:24px;
	padding-bottom:12px;
}
.under.content:after {
	width:100px;
	height:2px;
}
#footer-widgets .footer-box {
    text-align: left !important;
}
#footer-widgets .widget-title {
	padding: 0 0 15px 0;
	margin-bottom:10px;
	border-bottom:1px solid #888888;
	border-left:none;
}
#footer-widgets .footer-box.col-1 {
    padding: 0 30px 0 0;
}
#footer-widgets .footer-box.col-2 {
	border-right:1px solid #888888;
	border-left:1px solid #888888;
}
#footer-widgets .footer-box.col-2 .textwidget {
	text-align: center;
}
#footer-widgets .footer-box.col-3 {
    padding: 0 0 0 30px;
}
.blog .page-header,
.category-news .page-header {
	background-image: url(/wp-content/uploads/2018/03/header-news.jpg) !important;
}
.category-press .page-header,
.post-in-category-press .page-header {
	background-image: url(/wp-content/uploads/2018/06/header-press.jpg) !important;
}
.single .entry-content {
    margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid #f1f1f1;
}
.footerpost {
	padding-top:10px;
}
.footerpost .col-xs-6 {
	width:50%;
	float:left;
	padding-right:10px;
	padding-left:0;
}
.footerpost .col-xs-6.last {
	padding-right:0;
	padding-left:10px;
}
.footerpost .footerpost-date {
	font-size: 90%;
	color:#CCC;
	margin:5px 0;
}
.footerpost .footerpost-title {
	font-family: Montserrat;
	font-weight:500;
}

#menu-footer-menu,
#menu-footer-menu-inglese {
	column-count: 2;
}
#menu-footer-menu li a,
#menu-footer-menu-inglese li a {
	white-space:normal;
	padding-bottom:0;
}
.blog-entry .thumbnail {
    position: relative;
}
.blog-entry .thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blog-entry .thumbnail .overlay:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.blog-entry.grid-entry .blog-entry-readmore a {
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 3px;
    border-bottom: 0;
    text-transform: none;
	font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.blog-entry.grid-entry .blog-entry-readmore a .fa-angle-right:before {
	font-family: "Montserrat", Sans-serif;
	font-size: 15px;
    font-weight: 500;
    content: "...";
}
.blog-entry.grid-entry .blog-entry-readmore a i {
    margin-left: 0;
}
.press-head, .press-head a {
	font-size:15px;
}
.press-head img {
	display:inline-block;
	vertical-align:bottom;
	margin-right:15px;
	margin-bottom:3px;
	border:1px solid #f1f1f1;
}
.press-exc {
	font-size:17px;
	color: #558000;
	display:block;
	margin: -4px 0 4px 0;
}
@media only screen and (min-width: 769px) {
.home a.slick-slide-inner .elementor-slide-content {
	padding-right:25%;
	padding-top:13%;
}
}
@media only screen and (max-width: 1199px) {
#blog-entries, 
.single #content,
.post-type-archive-progetti .progetto-desc {
	margin-right:30px;
	margin-left:30px;
}
}
@media only screen and (max-width: 1130px) {
#footer-widgets .footer-box.col-1 {
    padding: 0 30px;
}
.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
	max-width:100%;
}
.elementor-column-gap-default>.elementor-row {
	padding-right:30px;
	padding-left:30px;
}
#footer-widgets .footer-box.col-2 {
	 padding: 0 30px;
	 border:none;
}
#footer-widgets .footer-box.col-3 {
     padding: 0 15px 0 30px;
}
}
@media only screen and (max-width: 959px) {
.press-head img {
	display:block;
	margin-right:0;
	margin-bottom:15px;
}
#footer-widgets .footer-box.col-1 {
    padding: 0 30px;
}
#footer-widgets .footer-box.col-2 {
	 padding: 0 30px;
	 border:none;
}
#footer-widgets .footer-box.col-2 .textwidget {
	text-align: left;
}
#footer-widgets .footer-box.col-3 {
     padding: 0 30px;
}
.alignleft, .single-post.content-max-width .wp-block-image.alignleft {
	float:left;
	max-width:50% !important;
	margin-right: 1.5em;
}
.alignright, .single-post.content-max-width .wp-block-image.alignright {
	float:right;
	max-width:50% !important;
	margin-left: 1.5em;
}
.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
	max-width:100%;
}
.content-area, .content-left-sidebar .content-area {
    margin-bottom: 0;
}
}
@media only screen and (max-width: 767px) {
.press-head {
	text-align:center;
}
.press-head img {
	margin-right:auto;
	margin-left:auto;
}
body .oceanwp-row .col {
	padding: 0;
}
.alignleft, .single-post.content-max-width .wp-block-image.alignleft,
.alignright, .single-post.content-max-width .wp-block-image.alignright {
	float:none;
	max-width:100% !important;
	width:100% !important;
	margin-left: 0;
}
.container, body.content-full-screen .elementor-section-wrap>.elementor-section.elementor-section-boxed>.elementor-container {
	max-width:100%;
}
}
@media only screen and (max-width: 600px) {
.elementor-240 .elementor-element.elementor-element-759c7f36 .elementor-repeater-item-ojh409t .slick-slide-bg {
    background-position: right 30% center;
}
}