/*
Theme Name:     BID - Australian Skydive
Theme URI: 	
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 	
Template:       jupiter
Version:        1.0
*/



/*
_______________________
IE HEADER FIX
_______________________
*/
header .mk-toolbar-holder svg {
	width: 16px !important;
}
/*
____________________________________________
TABLE LEFT ALIGN FIX
____________________________________________
*/
.mk-fancy-table th,
table td {
	text-align: left !important;
}

/*
____________________________________________
LEFT ALIGNED DIVIDER LINE FIX - MOBILE
____________________________________________
*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) {
.mk-divider.custom-width.left .divider-inner {
	margin: 0 auto !important;
}}

/*
____________________________________________
Gallery - Fancy Box Title Issue
____________________________________________
*/
.fancybox-skin .fancybox-title {
	display: none !important;
}

/*
____________________________________________
FOOTER NAV LINE HEIGHT & PADDING ISSUES
____________________________________________
*/
#mk-footer .widget-sub-navigation ul li a, #mk-footer .widget_nav_menu ul li a {
    padding: 0px 0 !important;
}
.widget-sub-navigation, .widget_nav_menu, .widget_product_categories {
    padding: 0px 4px 4px 4px !important;
}
/*
____________________________________________
MEGA MENU CUSTOMISATION
____________________________________________
*/
.megamenu-title {
    font-weight: 400 !important;
}
.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link {
    padding: 5px 10px !important;
}
.megamenu-widgets-container {
    padding: 0px 10px !important;
	font-size: 12px;
}
.megamenu-widgets-container {
    line-height: 26px !important;
}
/*
____________________________________________
SKYDIVERS FLOAT IMAGE
____________________________________________
*/
.skydivers {
    background: transparent url(/wp-content/uploads/2017/11/beach-skydiviers2d.png) no-repeat center center;
    background-size: contain;
}
.nobottommargin {
	margin-bottom: -20px;
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 1024px) {
.mainbackground .background-layer-holder #background-layer--6 {
	    background: transparent url(/wp-content/uploads/2011/12/beach-skydiving2d4.jpg) no-repeat center -600px !important;
}}
.mk-product-loop.compact-layout .products .mk-onsale, .related.compact-layout .products .mk-onsale, .upsells.compact-layout .products .mk-onsale {
    background-color: #000;
}
.mk-product-loop.compact-layout .products .mk-onsale, .mk-product-loop.compact-layout .products .mk-out-stock, .related.compact-layout .products .mk-onsale, .related.compact-layout .products .mk-out-stock, .upsells.compact-layout .products .mk-onsale, .upsells.compact-layout .products .mk-out-stock {
    color: #ed1c24 !important;
}
/*
____________________________________________
FAQ SECTION
____________________________________________
*/
.filter-faq {
    text-align: left !important;
}
.filter-faq ul li a {
    font-size: 12px !important;
}
.mk-testimonial.modern-style .mk-testimonial-author {
    padding-left: 20px !important;
}
/*
____________________________________________
HIDE FREE ON GIFT VOUCHERS
____________________________________________
*/
.post-1319 .mk-price, .post-1319 .mk-single-price .amount{
    display: none !important;
}

.mk-fancy-table th {
    padding: 10px 12px !important;
}