/*
Theme Name:   barch-child
Description:  MIKLOS Theme
Template:     barch-theme
*/
/*
*
*       C O N T E N T S
*   ----------------------- ---- IMPORTANT - Please, add your custom styles here
*   0. GENERAL
*   1. PAGES
*   2. PORTAFOLIO
*/

/*==================================
    0. GENERAL
==================================*/
.home .wph-site-header {
    background: rgb(255 255 255 / 0%);
}
.slick-slider-api .slick-slide img {
    height: 350px;
    width: 100%;
}
.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1;
}
/*==================================
    1. PAGES
==================================*/
article.wph-portfolio-thumb .overlay.vh-center-js {
    display: none;
}
/*==================================
    2. PORTAFOLIO
==================================*/
.vc_col-sm-8 article.wph-portfolio-thumb.has-post-thumbnail {
    height: 370px;
}
@media(min-width:2350px){
    body.barch-portfolio-template-default.single.single-barch-portfolio {
    margin-top: 30px;
    }
}