/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
@font-face {
    font-family: 'Museo Slab 700';
    src: url('fonts/MuseoSlab-700.html') format('woff2'),
        url('fonts/MuseoSlab-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Slab 500';
    src: url('fonts/MuseoSlab-500.html') format('woff2'),
        url('fonts/MuseoSlab-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Malayalam MN';
    src: url('fonts/MalayalamMN.html') format('woff2'),
        url('fonts/MalayalamMN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Malayalam Bold';
    src: url('fonts/MalayalamMN-Bold.html') format('woff2'),
        url('fonts/MalayalamMN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'MyanmarSangamMN';
    src: url('fonts/MyanmarSangamMN.html') format('woff2'),
        url('fonts/MyanmarSangamMN.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.museo {
    font-family: 'Museo Slab 700', serif;
}
.malaya {
    font-family: 'Malayalam Bold', sans-serif;
}

h1,h2,h3,h4,h5,h6, .h2
 {
    font-family: 'Museo Slab 700';
    font-weight:700;
}
.menu-item-link
 {
    font-family: 'Museo Slab 500';
    font-weight:500;
}
#menu-main-menu .current_page_item a {
    background: transparent!important;
    border: 0px!important;
}
#menu-main-menu .current_page_item a:after {
    display:none!important;
}
.mk-header-inner {
    overflow: hidden;
}
.header-contact-info {
    display: inline-block;
    box-sizing:border-box;
    padding: 10px 0px;
    height: 100px;
    width: 30%;
    text-align: left;
    background: #008838;
    margin: 0 0 0 10px;
    vertical-align: top;
    margin-right: -30px;
    position: relative;
    transition: all .25s ease-in-out;
}

/* .header-style-1.a-sticky .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-5 .main-navigation-ul > li, .header-style-1.a-sticky .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-2 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-3.a-sticky .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-1.a-sticky .menu-hover-style-3 .main-navigation-ul > li, .header-style-2.a-sticky .menu-hover-style-2 .main-navigation-ul > li, .header-style-2.a-sticky .menu-hover-style-3 .main-navigation-ul > li, .header-style-2.a-sticky .menu-hover-style-5 .main-navigation-ul > li, .header-style-2.a-sticky .menu-hover-style-1 .main-navigation-ul > li > a, .header-style-2.a-sticky .menu-hover-style-4 .main-navigation-ul > li > a, .header-style-2.a-sticky .mk-search-trigger, .header-style-2.a-sticky .mk-shoping-cart-link, .header-style-3.a-sticky .mk-header-holder .mk-header-search, .a-sticky:not(.header-style-4) .add-header-height {
    height: 65px !important;
    line-height: 65px !important;
} */

/* .a-sticky .header-contact-info {
    height: 65px;
    padding: 0;
} */

.header-contact-info-inner {
    display: flex;
    box-sizing:border-box;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: 0px auto;
    transition: 0.25s ease all;
    height: 100%;
}
.a-sticky .header-contact-info-inner {
    height: 50%;
}

.header-contact-info a {
    display:flex;
    height: 1.2em;
    width: 100%;
    line-height: 1em;
    
    max-width: 220px;
    margin-bottom: 5px;
    font-size:18px;
    font-family: 'Museo Slab 500';
    font-weight:500;
    
}


.header-contact-info a img {
    margin-right: 20px;
    box-sizing:border-box;
    width:22px;
    height:22px;
    
}
.a-sticky  .header-contact-info a {
    font-size:14px;
}
.a-sticky  .header-contact-info a img {
    margin-right: 30px;
    width: 18px;
    height: 18px;
}

.footer-menu {
    display: flex;
    min-height: 67px;
    justify-content: flex-end;
    align-items: center;
    padding-right:10px;
}
.footer-menu a {
   
    font-size: 18px;
    font-family: 'Museo Slab 500';
    font-weight: 500;
    text-transform: none;
    letter-spacing: 1px;
    padding:5px 10px;
}
.custom-footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.footer-col {
    display: flex;
    flex-flow: column nowrap;
    padding: 0px 30px;
    justify-content: center;
    min-height: 250px;
    box-sizing:border-box;
}
.left-col {
    display: flex;
    flex-flow: column nowrap;
}
.footer-col.right-col-1 {
    width: 17%;
    padding:0px;
}

.footer-col.left-col {
    width: 62%;
}
.footer-col.right-col-2{
    background: #008838;
    width: 30%;
    max-width: 342px;
    padding-left: 60px;
    padding: 0px;
}

.right-col-2 .contact-info {
    display: flex;
    flex-flow: column nowrap;
}

.footer-logos {
    padding: 10px;
    
  
}
.footer-logos img {
    max-height: 70px;
    width: auto!important;
    height:70px!important;
    padding:0 15px;
}
.footer-logo {
    padding: 10px 5px;
}

.footer-text {
    padding: 10px 0px 10px 10px;
    visibility:hidden;
    display:none;
}
.contact-info img {
    margin-right: 20px;
    width: 24px;
}
.social-accounts {
    display:none;
}
.social-accounts img {
    width: 32px;
    margin: 10px 10px 0px 0px;
}

section#mk-footer {
    padding-top:0px;
}

.footer-wrapper.mk-grid {
    display: none;
}

div#sub-footer {
    display: none;
}
.custom-footer-wrapper .contact-info a {
    font-family: 'Museo Slab 500';
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
}
.custom-footer-wrapper .contact-info img {
    margin-right: 20px;
    width: 32px;
}
.custom-footer-wrapper .right-col-inner {
    display: flex;
    justify-content: center;
}
.mk-responsive-wrap .header-contact-info {
    width: 100%;
    margin-left: 0px;
    
}
.mk-responsive-wrap .header-contact-info a{
    font-size:16px
}
.mk-css-icon-menu > div {
    background: white;
}

.wpautoterms-footer {
    display: none;
}


.a-sticky .header-logo a {
    height: 50px!important;
    margin-top:2px;
}
.header-logo a img {
    max-height: 60px!important;
    
}
.a-sticky  .header-logo a img {
    max-height: 84%!important;
    
}
@media (min-width:768px){
    .footer-col {
        height:250px;
    }
}

@media (max-width:1265px){
    .custom-footer-wrapper .contact-info a,
    .custom-footer-wrapper .footer-menu a,
    .custom-footer-wrapper .footer-text  {
        font-size:12px;
    }
    
    .custom-footer-wrapper .contact-info img {
        width: 24px;
        
    }
    .footer-logos {
        padding: 0px 10px;
       
    }
    .footer-col {
        padding:0px;
    }
}
@media (max-width:768px){
    .header-logo a img {
        max-height: 45px!important;
    }
    a.menu-item-link.js-smooth-scroll {
        text-align: center;
    }
    .header-contact-info {
        max-height: 70px;
        display: flex;
        justify-content: center;
        flex-flow: column nowrap;
        box-sizing:border-box;
        padding:0px;
    }
    
    .header-contact-info-inner {
        height: 95%;
    }
    .header-contact-info a {
        margin:0;
        padding:5px;
    }
    .custom-footer-wrapper {
        flex-flow: column;
    }
    .custom-footer-wrapper .footer-col {
        width: 100%!important;
        min-height: 0;
        max-width: 100%!important;
        padding: 10px 10px!important;
    }
    .custom-footer-wrapper .contact-info {
        flex-flow: row wrap !important;
        justify-content: space-around;
    }
    .custom-footer-wrapper .contact-info  a{
        min-width:180px;
        text-align:left;
        padding:5px;
        line-height:20px;
    }
    .footer-col {
        height:auto;
    }
    .footer-logos img {
        padding: 10px;
    }

    .footer-menu {
        justify-content: center;
    }
    
    
    .social-accounts {
        padding-bottom: 15px;
    }
}
@media (max-width:480px){
    .footer-logos img {
        max-height:32px;
        width:auto!important;
        height:auto!important;
    }
}
