/*
Theme Name: Jobeleon
Theme URI: http://wpjobboard.net/
Author: WPJobBoard
Author URI: http://wpjobboard.net/
Description: Jobeleon is a neologism, it stands for job board and cameleon, because this is a job board theme (for use with WPJobBoard plugin only) which changes colors with a click of a mouse.
Version: 1.9.1
License: GNU General Public License
*/
@import url('stylesheets/style.css');

.wpjb-element-input-text .wpjb-field .wpjb-credit-card-single input {
    width: 10%;
}

#content ul.wpjb-options-list {
    list-style: none;
    padding-left: 0px;
}

#content ul.wpjb-options-list .wpjb-input-description {
    margin-left: 10px;
}

#card-input {
    background: white;
    padding: 11px;
    border: 1px solid #eaebeb;
    border-radius: 5px;
}

@media screen and (max-width: 600px) {
    #footer .footer-navigation, #footer .footer-content {
        width: auto !important;
    }


}

.wpjb-card-details {
    background: white;
    border: 1px solid #eaebeb;
    padding: 11px;
    border-radius: 5px;
}

@media screen and (min-width: 600px) {

    .hamburger-menu-close,
    .hamburger-menu {
        display: none;
    }

    .wpjb-overlay > div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

/* Hamburger Menu */

@media screen and (max-width: 600px) {

    .hamburger-menu-close,
    .hamburger-menu {
        font-size: 32px;
        padding: 16px;
    }
    .hamburger-menu-close {
        display: none;
    }
    .hamburger-menu { 
        display: block;
    }

    .menu {
        display: none;

    }

    .menu > ul {

    }

    .menu > ul > li {
        display: block;
        width: 100%;
        padding: 6px;
        text-align: left;;
    }

    .menu > ul > li > a {
        display: inline-block;
        font-size: 16px
    }
    header #site-navigation .menu ul li > ul, 
    header #site-navigation .menu ul li > div {
        display: block;
        position: relative;
        background: white;
        position: relative;
        padding-left: 1em;
    }

}

.wpjb-row-meta-_location a.wpjb-tooltip {
    cursor: pointer;
    margin-left: 0 !important;
}