#Top_bar #logo {height: 70px}


.dark hr {
    background-color:inherit;
    color: rgba(255, 255, 255, .00);
}

#menu>ul>li>a {
    font-size: 16px;
}

#logo img {
	width:auto !important;
}

#Top_bar .menu_wrapper {
    float: right;
    z-index: 201;
}

#Subheader {
    background-color: rgba(238, 0, 0, 0.6);
}

input[type="button"] {
	font-size:14px;
}

#Footer .footer_copy .social {
    float: right;
    margin-right: 140px;
}

.icon-facebook-footer {
	font-size:18px !important;
}

#Footer .footer_copy .social li a {
    color: rgba(255, 255, 255, .6);
}

@media only screen and (max-width: 767px) {
#Footer .footer_copy .social {
    float: none;
    margin: 0;
}
}

@media only screen and (max-width: 767px) {
.section_wrapper, .container, .four.columns {
    width: 360px !important;
}
}






/*Modifiche 30-01-20*/
a.button, a.tp-button {
    background-color: #e5e5e5;
    color: #ee0000;
}

.gallery .gallery-item .gallery-icon {
    border: 0;
    overflow: hidden;
    line-height: 0;
    margin-right: 0%!important;
    margin-left: 0%!important;
    padding: 0!important;
    position: relative;
}

#gallery-1 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 50%;
}

dl {
     margin: 0 0 0px !important; 
}

.list_item .list_left {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 30px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.list_item .list_right {
    padding: 5px 0 0;
    margin-left: 65px;
    word-wrap: break-word;
}

ul.list_mixed li {
	font-size:18px;
	padding-left: 0px;
	
}
ul.list_mixed li span {
	font-weight:600;
	
}

ul.list_mixed li:after, ul.list_check li:after, ul.list_star li:after, ul.list_idea li:after {
    content: "";
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: rgba(180, 180, 180, 0.38);
    position: absolute;
    left: 0;
    bottom: -11px;
}

.gallery .gallery-item {
    overflow: hidden;
    margin: 0 0 20px!important;
}


/*Fine Modifiche 30-01-20*/



@media only screen and (max-width: 767px){
body:not(.template-slider):not(.header-simple) #Header {
    min-height: 120px;
}
}



