/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

/* === GLOBAL === */
.mk-toolbar-navigation ul li a {
    border-right: 0px !important;
}
.footer-link {
    color: #8c8e91;
}
.banner-border-green {
    border-bottom: 3px solid #99c525;
}
.banner-border-pink {
    border-bottom: 3px solid #EC008C;
}
.banner-border-blue {
    border-bottom: 3px solid #0193D5;
}
.banner-border-orange {
    border-bottom: 3px solid #FB9130;
}
.mk-fancy-title a {
    color: #006bb7;
}
#mk-footer .footer-wrapper {
    padding: 80px 0 !important;
}
.pdf-row {
    padding-bottom: 25px;
}
#controls {
    width: 45px;
    float: right;
    line-height: 32px;
}
#small {
    font-size:10px !important;
    margin-right: 4px;
}
#medium {  
    font-size:14px !important;
    margin-right: 4px;
}
#large { 
    font-size:18px  !important;
}
.right-logo {
    right: 0;
    z-index: 9999;
    padding-right: 15px;
}
.fit-logo-img a img {
    max-height: 70%;
}
.pad-fix > a.menu-item-link {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.right-logo {
    right: 0;
    z-index: 9999;
    /*padding-right: 165px;*/
    position: absolute !important;
}
@media screen and (max-width:1024px) { 
.right-logo {
    display: none !important;
}
}
#mk-footer .widget:not(.widget_social_networks) a:hover {
    color: #CCC;
}
/* === SIDEBAR === */
#mk-sidebar{
	min-height: 100vh;
}
#theme-page .theme-page-wrapper.left-layout .sidebar-wrapper {
    padding: 60px 20px !important;
}
#theme-page .theme-page-wrapper .theme-content {
    padding: 60px 20px;
}
#mk-sidebar .widgettitle {
    padding: 0px 25px;
}
.widget_nav_menu ul li a {
    padding: 6px 25px;
}
.widget_nav_menu ul.menu > .menu-item-has-children > ul > li a {
    padding-left: 45px;
}
#theme-page .theme-page-wrapper {
    margin: 0px auto;
}
.left-layout > #mk-sidebar {
    background-color: #eeeeee;
    height: 100vh;
}
.widget_nav_menu ul li.current_page_item a {
    color: #006BB7 !important;
}
svg.mk-svg-icon {
    display: none;
}
/* ===== TOOLBAR NAV ===== */
.mk-header-login {
    display: none !important;
}
.menu-sub-level-arrow {
    display: none !important;
}
.mk-vm-back {
    display: none !important;
}
.mk-toolbar-navigation ul li a {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 15px;
    margin-right: 10px;
}
#menu-secondary-menu > li.menu-item {
    line-height: 35px;
}
.mk-toolbar-navigation ul li {
    line-height: 25px;
}
ul.sub-menu li {
    width: 100%;
}
.mk-toolbar-navigation > ul > li.menu-item-has-children > ul.sub-menu {
    background-color: #2A363B;
    border-top: 2px solid #0193D5;
    color: rgb(255, 255, 255);
    list-style: outside none none;
    margin: 0px;
    padding: 10px 10px;
    position: absolute;
    top: 100%;
    line-height: 15px;
    width: 225px;
    z-index: 999999;
    text-transform: none;
}
.mk-toolbar-navigation > ul > li.menu-item-has-children:hover .sub-menu {
	display: block;
}
.mk-toolbar-navigation > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
    background-color: #2A363B;
    color: rgb(255, 255, 255);
    list-style: outside none none;
    padding: 10px;
    position: absolute;
    line-height: 25px;
    z-index: 999999;
    display: none;
    margin: 0px 0px 0px 215px;
    top: -20%;
    width: 225px;
}
.mk-toolbar-navigation > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu  {
	display: block
}
/* ===== MENU RESPONSIVE ===== */
.mobile {
	display: none !important;
}

@media screen and (max-width:768px) {
    .mobile {
        display: block !important;
    }
}
@media screen and (max-width:1024px) { 
    .mobile {
        display: block !important;
    }
}