/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/





/* -----------  HEADER  ----------- */

.mk-header-inner, .a-sticky .mk-header-inner, .header-style-2.a-sticky .mk-classic-nav-bg {
    border-bottom: none !important;
}

.mk-nav-responsive-link {
    position: absolute;
    top: 90% !important;
    margin-top: -18px !important;
}

.is-active {
    position: absolute;
    top: 90% !important;
    margin-top: -100px !important;
}

.mk-responsive-wrap {
    position: relative;
	top: 0px;
    width: 100%;
    z-index: 20;
    height: 100%;
}



/* -----------  ABOUT  ----------- */






/* -----------  FOOTER  ----------- */

.mk-footer-copyright {
	text-align: center !important;
	font-size: 14px;
	text-transform: uppercase;
    float: none;
	display: block;
    padding: 25px 0 25px;
    opacity: 80;
    opacity: .8;
}


/* -----------  FORMS  ----------- */


label {
	color: white !important;
}

input[type=text], input[type=email] {
	display: block !important;
	width: 100% !important;
}

input[type=submit] {
	display: block !important;
	width: 100% !important;
	padding: 10px 0 10px 0 !important;
	margin: 60px 0 60px 0 !important;
	color: #fff !important;
	font-size: 18px !important;
    background-color: #444 !important;
	border: none !important;
}

input[type=submit]:hover {
    background-color: #000 !important;
}

.post-password-form {
	margin: 100px auto 100px auto;
	width: 400px;
}


/* -----------  PRIVATE PARTIES  ----------- */

.pricing-table {
	background-color: white;
	font-size: 18px;
}

.pricing-table td {
	vertical-align: middle;
}

.price {
	font-size: 24px;
}


/* -----------  TYPOGRAPHY  ----------- */

h1 {
	color: white !important;
	text-align: center;
	font-style: normal;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 66px !important;
    line-height: 1em !important;
	padding: 0 0 10px 0 !important;
	margin: 0 !important;
}

h2 {
	color: white !important;
}

h3 {
	margin: 40px 0 20px 0;
}

.master-holder strong {
    color: white;
}

p {
	color: white !important;
	font-size: 18px !important;
}

p a {
	color: #00f4fe;
	color: white;
	text-decoration: underline !important;
}

p a:hover {
	color: #00676b;
	color: #00f4fe;
	text-decoration: underline !important;
}


/* -----------  TOCK WIDGET  ----------- */

.tock-button {
	display: block;
	background-color: #444;
	text-align: center;
	padding: 10px;
	margin: 0 0 50px 0;
	color: white !important;
	font-size: 18px;
}

.tock-button:hover {
	background-color: black;
}

a:hover.tock-button {
	color: white !important;
}




@media handheld, only screen and (max-width: 767px) {
	
.post-password-form {
	width: 80%;
	margin:40px auto 40px auto;
}
	
}
