/* use this file just theme versions */
/* 1.1 version */
.wpcf7 input, .wpcf7 textarea {
    margin-bottom: 15px;
}

p.page_title {
    line-height: 1.4;
}

#main_header .dropdown-menu {
    top: 50px;
}

#main_header.header_after_scroll .dropdown-menu {
    top: auto;
}

.dropdown-menu {
    margin-top: 0;
}

.archive .portfolio {
    padding: 0px 0;
}

@media (max-width:992px) {
    .dropdown-menu {
        position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: none;
    }
}

#mobile_header .menu li.active a {
    color: #eeb501;
}

#mobile_header .menu_toggle a {
    cursor: pointer;
}

.image_overlay {
    opacity: 0.5;
}