/*
Theme Name: Jevelin Child
Description: Child theme for Jevelin theme
Author: Shufflehound
Author URI: http://shufflehound.com
Template: jevelin
*/


/* Add your custom CSS below */

.sh-footer {
    background-color: #0068A1;
}

.sh-footer .sh-footer-widgets {
    background-color: #0068A1;
    color: #fff;
}

.sh-footer-widgets ul li,
.sh-footer-widgets ul li {
    border-bottom: 0px !important;
}

#prefooter h3 {
    font-weight: normal;
    color: white;
    font-size: 20px;
    padding-top: 60px;
    text-align: center;
}

#prefooter ul {
    display: table;
    width: 100%;
    margin: 0 auto 50px;
    padding: 50px 0;
    max-width: 1150px;
}

#prefooter ul li:first-child {
    border: none;
}

#prefooter ul li {
    font-weight: 900;
    font-size: 18px;
    list-style-type: none;
    padding: 5px 0;
    color: white;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #4085bc;
    text-align: center;
}

.sh-footer-widgets {
    padding-top: 0px;
}

#prefooter ul li a {
    color: white;
}

.sh-nav li.menu-item {
    padding: 0 10px;
}

.sh-footer-widgets {
    padding: 0px;
}

.sh-footer-widgets2 {
    background-color: #1D2F5E !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    font-size: 13px !important;
}

#menu-footermenu {
    display: inline-block;
}

#menu-footermenu li {
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 0.4px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 13px !important;
}

.site-footer a {
    color: #fff;
}

.sh-footer .sh-footer-widgets2 li a {
    font-size: 13px !important;
}

#wrapper > .sh-page-layout-default {
    padding: 20px 0px;
}

.sh-titlebar-height-medium {
    padding: 30px 0;
}

.sh-nav ul.sub-menu a {
    padding-left: 10px;
    padding-right: 10px;
}

.sh-nav ul.sub-menu {
    width: 300px;
}

@media (max-width: 800px) {
    .sh-column, .vc_column_container {
        padding: 0px;
    }
}
@media screen and (max-width: 900px) {
    #prefooter ul li {
        display: block;
        margin-bottom: 30px;
        border: none;
    }
    
}

.sh-nav > .menu-item > .sub-menu {
    margin-left: 0px;
    margin-top: -30px;
}

.header-logo img {
    max-height: 100px !important;
}

.sh-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
    padding-top: 0px; 
    padding-bottom: 0px; 
}