/**************************** CUSTOM STYLE **********************************/
ul.menu > li:nth-child(3) > .nav-sublist-dropdown .mega-columns .block1 {
    padding-top: 0;
    padding-bottom: 0;
}
ul.menu > li:nth-child(3) > .nav-sublist-dropdown .mega-columns .block1 .has-thumb-img {
    padding-top: 45px;
    padding-bottom: 45px;
    border-right: 1px solid #ebebeb;
}
ul.menu > li:nth-child(3) > .nav-sublist-dropdown .mega-columns .block1 .has-thumb-img:last-child {
    border-right: 0;
}



@media (max-width: 991px) {
    #newsletter_popup {
        width:auto !important;
    }
}
@media (max-width: 767px) {
    #newsletter_popup {
        padding: 40px 15px;
    }
    #newsletter_popup h2 {
        font-size: 26px;
    }
}
@media (max-width: 479px){
    #newsletter_popup button.button {
        width: 80px;
        margin-left: -80px;
    }    
}

@media (min-width: 992px) {
.header-container.type8 .form-search {
    position: absolute;
    right: -60px !important;
    width: 345px;
    background-color: rgba(255, 255, 255, 0)  !important;
    padding: 17px 19px;
    font-size: 13px;
    font-weight: 400;
    box-shadow: 0 4px 0px rgba(0,0,0,.12);
    top: 57px;
    border: none !important;
}

.header-container.type8 .form-search button {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 20px;
    border: 0.5px solid #494949;
}

.header-container input.input-text, select, textarea {
    border: 0px solid #e5e5e5 !important;
    color: #000000;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0px;
    padding: 9px 20px;
    background: rgba(255, 255, 255, 0.56) !important;
}
.header-container.type8 #search_mini_form {
    visibility: visible;
    opacity: 1;
}
.header-container a.search-icon {
    display: none !important;
    visibility: hidden !important;
}
.header-container.type8 .form-search:before {
    content: '';
    display: none !important;
    position: absolute;
    right: 14px;
    z-index: 200;
    width: 20px;
    height: 20px;
    border: 17px solid transparent;
    border-bottom-color: #ebebeb;
    top: -35px;
}
}