/*
 Theme Name:   jupiter-child
 Template:     jupiter
*/

/* Global Styles */

.color-acronymorange {
	color: #ff4611 !important;
}

.color-charcoalgray {
	color: #535456 !important;
}

.color-softgray {
	color: #dfdede !important;
}

.grecaptcha-badge {
	display: none !important; /* hide recaptcha badge by default; must expose on form pages */
}

/* Body */

body.post-template-default h2.blog-single-title {
	/* use this to manage the h2 on blog pages*/
}

body.post-template-default section.intro-left {
	/* use this to manage the h1 on blog pages */
	display: none;
}

.mk-blog-single h2.blog-single-title {
	font-size: 38px !important;
}

#theme-page {
	padding-top: 0px !important;
}

#theme-page .theme-page-wrapper {
	padding-top: 0px !important;
	margin-top: 0px !important;
}

#theme-page .theme-content {
	padding-top: 0px !important; /* override to fix overlapping header */
}

#theme-page h1 {
	text-align: center;
}

#theme-page h3 {
	padding-top: 15px;
	padding-bottom: 15px;
}

#theme-page h4 {
	padding-top: 10px;
	padding-bottom: 10px;
}

#theme-page h5 {
	padding-bottom: 10px;
}

#theme-page .live-65-image {
	margin: 0;
	padding: 0;
}

#theme-page .live-65-image img {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

#theme-page ul li {
	padding-bottom: 1.35em;
}

#theme-page .bottom-live65-video-column {
	background-position-y: top !important;
}

.mk-quick-contact-wrapper {
	display: none;
}

/* Forms */

.form-wrapper {
	
}

.form-wrapper input, .form-wrapper select {
	width: 100%;
	margin-top: 30px;
	border: 0;
	border-bottom: 1px solid black;
}

.form-wrapper textarea {
	width: 100% !important;
}

.form-wrapper input:focus {
	border-color: black;
}

.form-wrapper .form-submit-area input {
	width: auto;
	margin-top: auto;
}

.form-wrapper .form-consent {
	margin-top: 30px;
}

.form-wrapper .form-submit {
	text-align: center;
	margin-top: 30px;
}

/* Navigation */

#fullscreen-navigation {
	
}

#fullscreen-navigation ul {
	width: 375px;
	margin: 0 auto;
}

#fullscreen-navigation a {
	border-bottom: 3px solid transparent;
}

#fullscreen-navigation a:hover {
	border-bottom: 3px solid #ff4611;
}

/* Header */

.mk-header {
	border: 0 solid transparent;
	height: 90px !important;
}

/* Footer */

#mk-footer {
	background-position: 75% bottom;
}

#mk-footer .mk-col-2-3 {
	width: 75%;
	padding-left: 0;
}

#mk-footer .mk-col-1-4 {
	padding-left: 0;
}

#mk-footer .mk-col-1-3 {
	width: 25%;
	padding-right: 0;
}

#mk-footer a {
	color: #fff;
	
}

#mk-footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#mk-footer .footer-location h2 {
	font-size: 30px;
	font-weight: 600;
}

#mk-footer .footer-location p {
	line-height: 2em;
}

#mk-footer .footer-last {
	padding-left: 25px;
}

#mk-footer .footer-navigation {
	font-size: 14px;
}

#mk-footer .mk-footer-copyright {
	padding-top: 15px;
}

#mk-footer .footer-social {
	padding-left: 48px;
}

@media only screen and (min-width: 1921px) {
	#mk-footer {
		background-position: 60% bottom;
	}
}

@media only screen and (max-width: 1920px) {
	#mk-footer {
		background-position: 65% bottom;
	}
}

@media only screen and (max-width: 1680px) {
	#mk-footer {
		background-position: 70% bottom;
	}
}

@media only screen and (max-width: 1360px) {
	#mk-footer {
		background-position: 75% bottom;
	}
}

@media only screen and (max-width: 1024px) {
	
	#theme-page h1 {
		font-size: 50px; /* reduce H1 font size to better fit mobile */
	}
	
	#theme-page [class*="vc_custom"] {
		padding: 0 !important; /* remove custom padding on mobile */
	}
	
	#theme-page .bottom-main-row [class*='vc_col'] {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#theme-page .bottom-main-header {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#theme-page .bottom-blog-header {
		padding-left: 15px;
		padding-right: 15px;
	}

	#theme-page .mk-padding-wrapper {
		padding: 0 !important;
	}
	
	#theme-page .mk-text-block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mk-header {
		height: 55px !important;
	}
	
	#mk-footer {
		background-position: center bottom;
	}

	#mk-footer .mk-col-2-3 {
		width: 100%;
	}

	#mk-footer .mk-col-1-4 {
		width: 50% !important;
		padding-left: 33px !important;
	}

	#mk-footer .mk-col-1-3 {
		width: 100%;
		padding-right: 0;
	}

	#mk-footer .footer-social {
		padding-left: 0px;
		width: 100%;
		text-align: center;
	}
}

@media only screen and (max-width: 756px) {

	#mk-footer .mk-col-1-4 {
		width: 100% !important;
	}
	
}