/*
Theme Name:     Saltspring Cheese - Jupiter
Theme URI:      http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Shawn Wernig
Theme URI:      http://eggplantstudios.ca
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

.overflow-visible {
    overflow: visible !important;
}

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.text-bold { font-weight: bold; }
.shadow { box-shadow: 2px 2px 8px rgba(0,0,0,0.1); }
.letter-spacing-small { letter-spacing: 1px; }

/**************************/

.header-style-1 .mk-header-padding-wrapper,
.header-style-2 .mk-header-padding-wrapper, 
.header-style-3 .mk-header-padding-wrapper {
    margin-top: -5px !important;
}



.mk-header { background: black; }

section.mk-gallery,
body .full-width-2 .page-section-content {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}
.mk-post-nav {
    display: none;
}
#mk-page-introduce {
    display: none;
}

.vc_btn3.vc_btn3-color-primary,
.vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
    color: #fff;
    background-color: #5799bd;
    padding: 12px;
    display: inline-block;
}

.mk-header-toolbar-holder {
    text-align: right;
}

#menu-header-menu {
    font-size: 14px;
    font-weight: bold;
}

.mk-product-loop.compact-layout .item {
    height:  375px;
}


/*
480px
768px
1024px
*/

.bg-image-position-top-left {
    background-position-y: -75px;
    background-position-x: 0%;
    background-repeat: no-repeat;
}

.bg-image-position-top-right {
    background-position-y: -75px;
    background-position-x: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    body .bg-image-position-top-left,
    body .bg-image-position-top-right {
        background-image: none !important;
    }
}