

.post_info{
display:none !important;
}

footer .column1 {
position: relative;
top: -18px;
}

.altezza{
height:500px !important;
}

.qode_slider_preloader {
    background-color: #0d111c !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #1b2337; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #c88242; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #c88242; 
}
.mobile_menu_button span {
    width: 19px;
    height: 17px;
    font-size: 34px !important;
    z-index: 50;
    display: table-cell;
    position: relative;
    cursor: pointer;
    vertical-align: middle;

}


.mobile_menu_button span, .side_menu_button>a {

    color: rgb(200, 130, 66) !important;
}


@media screen and (max-width: 400px) {
.footer_top .q_social_icon_holder i.simple_social, .footer_top .q_social_icon_holder span.simple_social {
    margin-right: 16px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    font-size: 34px !important;
}
}