@charset "UTF-8";

.et_multi_view_hidden, .et_multi_view_hidden_image{
    display: block !important;
}

@media only screen and (min-width: 768px) {
    .icon-face::before {
        content: "" !important;
        display: inline-block;
        width: 30px;
        height: 30px;
        /* background-color: red;*/
        background-image: url('../img/fb.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }    

    .icon-insta::before {
        content: "" !important;
        display: inline-block;
        width: 30px !important;
        height: 30px !important;
        /* background-color: red;*/
        background-image: url('../img/insta.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 5px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    
    .icon-menu::before{
        content: "" !important;
        display: inline-block;
        width: 30px !important;
        height: 30px !important;
        background-image: url('../img/menu.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 12px !important;
    }
    .et_pb_scroll_top:before{
        content: "" !important;
        display: inline-block;
        width: 30px !important;
        height: 30px !important;
        background-image: url('../img/upper.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 12px !important;        
    }

    .et_pb_text_0 h2{
        font-size: 32px !important;
    }
      
}

@media only screen and (max-width: 767px) {
    .icon-face::before {
        content: "" !important;
        display: inline-block;
        width: 30px;
        height: 30px;
        /* background-color: red;*/
        background-image: url('../img/fb.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }    

    .icon-insta::before {
        content: "" !important;
        display: inline-block;
        width: 20px !important;
        height: 20px !important;
        /* background-color: red;*/
        background-image: url('../img/insta.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 5px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    } 

    .icon-menu::before{
        content: "" !important;
        display: inline-block;
        width: 30px !important;
        height: 30px !important;
        background-image: url('../img/menu.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 7px !important;
    }
    
    .et_pb_scroll_top:before{
        content: "" !important;
        display: inline-block;
        width: 30px !important;
        height: 30px !important;
        background-image: url('../img/upper.png');
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        top: 12px !important;        
    }
    
    #page-container {
        padding-top: initial !important;
    }
}