/*
Theme Name:     Triggerfish-Jupiter Child Theme
Theme URI: 	http://triggerfish.website
Description:    Child theme for the Jupiter theme 
Author:         Don Gillard
Theme URI: 	http://triggerfish.website
Template:       jupiter
Version:        5
*/

.desktop-slider {
	display: block;
}
.mobile-slider {
	display: none;
}
.sub-menu {
	margin-top: -30px!important;
}
.small {
	font-size: 80%!important;
}

#sub-footer a {
	color: #CD9E52!important;
}
#sub-footer p {
	color: #ffffff!important;
}
.mk-responsive-nav li a {
	font-weight:500;
}

/* FOR MOBILE ONLY *//* FOR MOBILE ONLY *//* FOR MOBILE ONLY *//* FOR MOBILE ONLY */

@media only screen and (max-width:765px) {
/* FOR MOBILE ONLY */
.sub-menu {
	margin-top: 5px!important;
}
.desktop-slider {
	display: none;
}
.mobile-slider {
	display: block;
}
}