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

/* Fancy title coloring */
.mk-fancy-title p {
    color: inherit !important;
}


/* Page content spacing */
.theme-content h2:not(:first-of-type),
.theme-content h3:not(:first-of-type) {
	margin-top: 2em;
}

.theme-content p a,
.theme-content ul a,
.theme-content ol a {
	text-decoration: underline;
}

.veterans-fancy-title a {
	text-decoration: none !important;
}


/* Iframe stlying */
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Max-Width Images */
.custom-max-width .mk-image {
	max-width: 333px;
}

/* SSN  */
#mk-sidebar .simple-section-nav li.current_page_item a {
	color: #a3d55d;
}

@media ( max-width: 768px ) {
	div.vc_separator {
		width: 100%;
	}
}