/*
Theme Name: modoc.co.il
Theme URI: http://modoc.co.il
Author: Tomer Gandler
Author URI: mailto:tomer1091@gmail.com
Description: Custom Theme for modoc.co.il.
Version: 1.0
*/
body {
    padding: 0px;
    margin: 0px;
    background: #EEE url('res/bg.jpg') no-repeat fixed;
    background-size: cover;
    overflow-x: hidden;
    font-family: Tahoma, serif !important;
}

#content {
    margin-right: 360px;
    margin-left: 40px;
    margin-top: 100px;
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    overflow-y: auto;
    overflow-x: hidden;
}

#footer {
    margin-top: 35px;
    margin-right: 380px;
}

#content img {
    float: left;
    margin-right: 50px;
    border-radius: 10px;
}

.apt {
    display: inline-block;
    width: 320px;
    height: 70px;
    border-radius: 5px;
    background-image: url('res/order.png');
    background-color: #408dc3;
    box-shadow: 0px 5px 0px 0px #494196;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

.apt-text {
	background-image: none;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 16pt;
}

#landing {
    position: relative;
    margin-right: 320px;
    margin-left: 0px;
    margin-top: 60px;
}

#sidebar {
    position: fixed;
    display: inline-block;
    top: 0;
    bottom: 0;
    width: 320px;
    background-color: #fff;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 10;
    border-top-left-radius: 80px;
}

#sidebar #logo {
    display: block;
    height: 20vh;
    margin: 5vh auto;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    height: 70vh;
    overflow-y: scroll;
}

#sidebar ul::-webkit-scrollbar {
    display: none;
}

#sidebar ul li {
    display: inline-block;
    width: 100%;
    list-style: none;
    border-top: 1px solid #CCC;
}

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

#sidebar ul li a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px;
    vertical-align: center;
    display: flex;
    align-items: center;
    padding-left: 60px;
}

#sidebar ul li img {
    display: inline-block;
    float: right;
    padding: 0;
    margin: 0 10px 0 15px;
    width: 50px;
    height: 50px;
    background-color: #ddd;
    border-radius: 50%;
}

#openNavBar {
    display: none;
}

#navBar {
    position: fixed;
    top: 0;
    x-left: 0;
    right: 0;
    padding-right: 320px;
    height: 60px;
    background-color: #175373;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 9;
    padding-left: 50px;
    border-bottom-left-radius: 50px;
}

.banners {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ARCHIVE */
.list-member {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    padding: 0;
    margin-bottom: 10px;
    vertical-align: center;
    display: flex;
    align-items: center;
}

.list-member img {
    float: none !important;
    width: 50px;
    height: 50px;
    margin: 5px !important;
    margin-left: 15px !important;
    border-radius: 50% !important;
    border: 1px solid #000;
}

.list-member p, .list-member ul, .list-member a, .list-member table {
    display: none !important;
}

.list-member .role {
    display: block !important;
    font-size: 15px;
}

/* COLAPSEABLE MENU */
#menu_main ul {
    padding: 0;
    margin: 0;
    display: block !important;
    overflow: auto;
}

#menu_main ul li {
    float: right;
    list-style: none;
    padding: 5px;
}

#menu_main ul li a {
    padding: 10px 25px;
    display: block;
    text-decoration: none;
    font-weight: 800;
    color: #fff;
    display: block;
}

#menu_main ul li a:hover {

}

#menu_main ul li ul a:hover {
    border-bottom: none !important;
}

.sub-menu li a {
    border-bottom: none !important;
}

li.current-menu-item a, li.current-menu-ancestor a, li.current-menu-parent a {

}

#menu_main ul ul li a {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
}

#menu_main img {
    display: none;
}

#menu_main ul li ul li {
    float: none;
}

#menu_main ul ul {
    position: absolute;
    z-index: 10;
    left: -999em;
}

#menu_main ul li ul {
    background-color: #fff;
    border: 1px solid #000;
}

#menu_main ul li:hover ul {
    left: auto;
}

.deptContent img {
    float: none;
}

.singleTeamMember .role {
    font-weight: 600;
    font-size: 30px;
    margin-right: 25px;
    display: none;
}

/* GENERAL */
.right {
    float: right
}

.left {
    float: left
}

.mobileOnly {
    display: none;
}
