/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Kevin Wong
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/

/*
Blue: #025EAD
Red: #CC0000
Yellow: #FFDB37
*/



/* Image Gallery */
.fancybox-title-float-wrap .child {
	display: none !important;
}


.page-subtitle, .search-loop-meta {
	display: none !important;
}



/* ===============================================*/
/* PAGE SIDEBAR
/* ===============================================*/

.widget-sub-navigation > ul {
	border: none !important;
}

.widget-sub-navigation ul li.current_page_item a {
	display: block;
	color: #000 !important;
	background-color: #FFDB37;
}

#mk-sidebar .widget a {
	color: #000 !important;
}

#mk-sidebar .children li {
	padding-left: 20px !important;
}



#theme-page {

}


.header-style-2.a-sticky .menu-hover-style-4 .main-navigation-ul > li > a {
	/*padding: 6px 40px !important;*/
	height: auto !important;
}





/* ===============================================*/
/* FORMS
/* ===============================================*/

.visual-form-builder fieldset {
	border-radius: 0;
	background-color: #FFF;
}







/* ===============================================*/
/* POST TYPE LISTS
/* ===============================================*/


/* Safety Tips
/* ===============================================*/

#safety-tips ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#safety-tips li {
	padding: 20px;
    margin: 0 10px 20px 10px;
    vertical-align: top;
    border: 1px solid #CCC;
}

@media screen and (min-width: 960px) {

	#safety-tips li {
		display: inline-block;
	    width: 43%;
	    padding: 20px;
	    margin: 0 10px 20px 10px;
	    vertical-align: top;
	    border: 1px solid #CCC;
	    min-height: 120px;
	}

}




/* ===============================================*/
/* HOME
/* ===============================================*/


/* Yellow Buttons
/* ===============================================*/

.yellow-buttons {
	margin-top: -60px;
	border: 15px solid #FFF;
	border-bottom: none;
}

.yellow-buttons .vc_col-sm-4 {
	padding: 0;
}

.yellow-buttons a {
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	padding: 20px 5px;
	color: #000;
	background: url('/wp-content/themes/jupiter-child/images/yellow-button-spacer.jpg') center right no-repeat #FFDB37;
	text-align: center;
}

.yellow-buttons .vc_col-sm-4:last-child a {
	background-image: none;
}


@media screen and (min-width: 1140px) {
	
	.yellow-buttons a img {
		margin-right: 15px;
	}

}

@media screen and (max-width: 1139px) {
	
	.yellow-buttons a {
		font-size: 16px;
		padding: 20px 5px;
		text-align: center;
	}

	.yellow-buttons a img {
		max-width: 20px;
		margin-right: 10px;
	}

}

@media screen and (max-width: 769px) {
	
	.yellow-buttons a {
		font-size: 20px;
		padding: 20px 30px;
		background-image: none;
		background-color: #FFDB37;
		text-align: left;
	}

	.yellow-buttons a img {
		max-width: 30px;
		margin-right: 10px;
	}

}


/* Blue Buttons
/* ===============================================*/

.home .mk-image-container {
	width: 100%;
	max-width: 100% !important;
}

.home .mk-image-container .mk-image-holder {
	max-width: 100% !important;
}





/* Latest News + Media Release
/* ===============================================*/

#news ul, #media-release ul, #quick-links ul {
	margin: 0;
	list-style-type: none;
}

#news li, #media-release li, #quick-links li {
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #CCC;
}

#news li:last-child, #media-release li:last-child, #quick-links li:last-child {
	border-bottom: none;
}

#news a, #media-release a, #quick-links a {
	display: inline;
	color: #333;
}

#news a:hover, #media-release a:hover, #quick-links a:hover {
	color: #025EAD;
}


/* Fugitive Files
/* ===============================================*/

#fugitives {
	text-align: center;
}

#fugitives ul {
	margin: 0;
	list-style-type: none;
}

#fugitives li {
	width: auto;
	padding: 20px;
	margin: 0;
	border: 1px solid #CCC;
	line-height: 16px !important;
	background: #FFF;
	margin-bottom: 20px;
}

#fugitives li img {
	width: 120px;
	height: 150px;
}

#fugitives li div.name {
	font-weight: bold;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Quick Tips
/* ===============================================*/

#quick-links img {
	margin-right: 10px;
	margin-bottom: 0;
}

/* ===============================================*/
/* FOOTER
/* ===============================================*/

#mk-footer {
	margin-top: -50px;
	z-index: 1000;
	text-align: center;
}

#footer-logo {
	text-align: center;
	width: 30%;
	height: 30%;
	margin: -100px auto 0 auto;
}

#mk-footer hr {
	height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

@media screen and (min-width: 740px) {

	#footer-logo {
		width: auto;
		height: auto;
		margin: -100px auto 0 auto;
	}

	#mk-footer .menu-footer-nav-container {
		width: 740px;
		overflow: auto;
		margin-top: 20px;
	}

	#mk-footer .menu-footer-nav-container ul {
		list-style-type: none;
	}

	#mk-footer .menu-footer-nav-container li {
		float: left;
		margin: 0 10px;
	}

}

span.mk-footer-copyright {
	display: block;
	float: none;
}




/* ===============================================*/
/* HEADER
/* ===============================================*/

/* Background */
.mk-header {
	background: none;
}

/* 911 button */
#for-emergency {
    position: absolute;
    top: 50px;
    left: 10px;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    background: #CC0000;
    height: 16px;
    padding: 15px 20px;
    margin: 0;
    z-index: 400;
    line-height: 16px;
}

#for-emergency:hover {
	background: #a31118;
}

@media screen and (min-width: 780px) and (max-width: 960px) {
	#for-emergency {
		top: 15px;
	    left: 320px;
	    font-size: 12px;
	    color: #FFF;
	    background: #CC0000;
	    width: 70px;
	    height: auto;
	    padding: 5px 10px;
	}
}

@media screen and (max-width: 780px) {
	#for-emergency {
		top: 15px;
	    left: 230px;
	    font-size: 12px;
	    width: 70px;
	    height: auto;
	    padding: 5px 10px;
	}
}

@media screen and (max-width: 400px) {
	#for-emergency {
		display: none;
	}
}

#search {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 400;
}

@media screen and (max-width: 960px) {
	#search {
	    display: none;
	}
}

#search .mk-searchform input[type=text] {
    width: 300px;
    height: 46px;
}

#search .mk-searchform i {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 600;
}

#search .mk-searchform i input[type=submit] {                          
    position: relative;
    width: 30px;
    height: 30px;
    border: none;
    background: none;
    z-index: 20;
}

#search .mk-searchform i svg {
    position: relative;
    margin-bottom: -2px;
    margin-left: -22px;
    z-index: 10;
}








/* Style Navigation */

.main-navigation-ul .sub-menu * {
	font-family: 'Open Sans';
}

.main-navigation-ul>li.menu-item:first-child {
	border-left: 1px solid #FFF;
}

.main-navigation-ul>li.menu-item {
	border-right: 1px solid #FFF;
}

.header-style-2.menu-hover-4 .main-navigation-ul>li.menu-item>a.menu-item-link {
	font-weight: normal;
	line-height: 55px;
}

@media screen and (min-width: 1366px) {

	.header-style-2.menu-hover-4 .main-navigation-ul>li.menu-item>a.menu-item-link {
		padding: 6px 50px !important;
	}

}

/* Page Title */

/*@media screen and (max-width: 699px) {*/
	.page-title {
		text-align: center !important;
	}
/*}*/


/* Breadcrumb */

#mk-breadcrumbs {
	text-align: center;
}

#mk-breadcrumbs .mk-breadcrumbs-inner {
	float: none !important;
	font-weight: normal;
	text-transform: none;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
	font-size: 12px;
	color: #000;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a {
	color: #000;
}

@media screen and (max-width: 960px) {

	#mk-breadcrumbs {
		display: none;
	}

}


/* Drop down menu fix */

.header-align-center .main-navigation-ul li.no-mega-menu>ul.sub-menu {
	left: 0 !important;
}


/* Mobile Menu */

.mk-css-icon-menu {
	width: 36px;
	height: 34px;
}

.mk-css-icon-menu div {
	height: 8px;
	margin-bottom: 4px;
	border-radius: 0;
	background-color: #0674C6 !important;
}

.mk-nav-responsive-link {
	margin-top: -24px;
}

.mm-listview .menu-item-link {
	font-size: 19px;
	padding: 20px 0px 20px 20px;
}

/* Mobile Logo */

@media screen and (max-width: 960px) {

	.fit-logo-img a {
	    display: block;
	    margin-left: 10px !important;
	}

}



/* Unordered List Jupiter font fix */

#theme-page ul li, #theme-page ol li {
	font-size: 16px;
	line-height: 28px;
}


/* ===============================================*/
/* CLASSES
/* ===============================================*/

/* White text */
.text-white * {
	color: #FFF !important;
}

/* Blog Elements */
.mk-blog-thumbnail-item.content-align-right .item-wrapper {
	padding: 0;
}

.mk-blog-thumbnail-item .item-wrapper h3 {
	margin-top: 0;
}