/*
Theme Name:     Jupiter Child Theme
Description:    Child theme for the Jupiter theme 
Author:         The Ocean Agency
Theme URI: 		https://ocean19.com/
Template:       jupiter
*/
#menu-item-24 a {
    padding: 8px !important;
	border-radius: 6px;
}

#menu-item-24 a:hover {
    border-color: #09558C !important;
    /* color: #09558C; */
    background: #09558C !important;
}

#menu-item-24 a:after {
    display: none !important;
}

.a-sticky #menu-item-24 a {
    background:#09558C !important;
    color:#FFF !important;
    border:none !important;
	border-radius: 6px;
}
.a-sticky #menu-item-24 a:hover {
    background:#062d4a  !important;
	border-radius: 6px;
}
div#s__hero {
    background-position: bottom !important;
}
span.mk-header-tagline, .header-toolbar-contact {
    float: none !important;
}
.mk-header-toolbar {
    text-align: center;
}
.single-post header {
    background-image: url(/wp-content/uploads/blogones.jpg);
}
.page-title {
    font-size:48px !important;
	text-shadow: 0px 1px 20px #000000d1;
}
body:not(.home) .mk-header:after, body:not(.home) .mk-header-holder:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) -50%, rgba(255, 255, 255, 0) 90%);
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mk-footer span.notice {
    display: none;
}

.home #mk-footer span.notice {
    display: block;
}
h1.page-title {
    text-shadow: 0px 1px 20px #000000d1;
}
.shao {
    text-shadow: 0px 1px 20px #000000d1;
}
a.mk-button {
    border-radius: 5px;
}
#mainPanel > div.genSlide.lfb_activeStep > div.genContent.container-fluid.lfb_noDes > div > div.itemBloc.col-md-2.lfb_item.lfb_itemContainer_65 > div > select, #mainPanel > div.genSlide.lfb_activeStep > div.genContent.container-fluid.lfb_noDes > div > div.itemBloc.col-md-2.lfb_item.lfb_itemContainer_67 > div > select, #mainPanel > div.genSlide.lfb_activeStep > div.genContent.container-fluid.lfb_noDes > div > div.itemBloc.col-md-2.lfb_item.lfb_itemContainer_73 > div > select, #mainPanel > div.genSlide.lfb_activeStep > div.genContent.container-fluid.lfb_noDes > div > div.itemBloc.col-md-2.lfb_item.lfb_itemContainer_68 > div > select, #mainPanel > div.genSlide.lfb_activeStep > div.genContent.container-fluid.lfb_noDes > div > div.itemBloc.col-md-2.lfb_item.lfb_itemContainer_70 > div > select {
    border-radius: 5px !important;
}
.mk-header-tagline, .header-toolbar-contact, .header-toolbar-contact a, .mk-header-date {
    color: #FFF !important;
} 
.header-toolbar-contact, .mk-header-tagline {
    font-size: 22px !important;
}
header.a-sticky .mk-header-toolbar {
    background-color: #FFF !important;
}
#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:940px;
}
#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(overlay.png) repeat; 
    text-align:center;
}
#lightbox p {
    text-align:right; 
    color:#fff; 
    margin-right:20px; 
    font-size:12px; 
}
.itemBloc.col-md-12.lfb_item.lfb_itemContainer_72:after {
    content: 'Once you submit the information you provided, an email will be sent to our licensed agent will reach out to you to discuss potential coverage options';
    font-size: 14px;
}
#mk-footer a {
    font-size: 13px !important;
}
span.mk-header-tagline {
    float: right;
}
div#ui-datepicker-div {
    /* position: initial !important; */
        border-radius: 10px 50px 10px 50px !important;
    background: #f5f5f5;
    box-shadow: 0 10px 59px 0px rgba(0,0,0,0.23);
}
span.header-toolbar-contact {
    float: right;
    margin:0;
}
/* How It Works Page CSS for Input */

.page-id-11 input[type=range],
.page-id-9 input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 33%;
}
.page-id-11 input[type=range]:focus,
.page-id-9 input[type=range]:focus {
  outline: none;
}
.page-id-11 input[type=range]::-webkit-slider-runnable-track,
.page-id-9 input[type=range]::-webkit-slider-runnable-track {
  width: 33%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2497E3;
  border-radius: 1px;
  border: 0px solid #000000;
}
.page-id-11 input[type=range]::-webkit-slider-thumb,
.page-id-9 input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
.page-id-11 input[type=range]:focus::-webkit-slider-runnable-track,
.page-id-9 input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2497E3;
}
.page-id-11 input[type=range]::-moz-range-track,
.page-id-9 input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2497E3;
  border-radius: 1px;
  border: 0px solid #000000;
}
.page-id-11 input[type=range]::-moz-range-thumb,
.page-id-9 input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}
.page-id-11 input[type=range]::-ms-track,
.page-id-9 input[type=range]::-ms-track {
  width: 33%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.page-id-11 input[type=range]::-ms-fill-lower,
.page-id-9 input[type=range]::-ms-fill-lower {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
.page-id-11 input[type=range]::-ms-fill-upper,
.page-id-9 input[type=range]::-ms-fill-upper {
  background: #2497E3;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
.page-id-11 input[type=range]::-ms-thumb,
.page-id-9 input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #2497E3;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}
.page-id-11 input[type=range]:focus::-ms-fill-lower,
.page-id-9 input[type=range]:focus::-ms-fill-lower {
  background: #2497E3;
}
.page-id-11 input[type=range]:focus::-ms-fill-upper,
.page-id-9 input[type=range]:focus::-ms-fill-upper {
  background: #2497E3;
}
.page-id-11 span.amount:before,
.page-id-9 span.amount:before {
    content: '$';
    color:#444;
}
.page-id-11 label,
.page-id-9 label {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 20px;
    font-family: 'Varela Round';
    color: #2b2b2b;
    font-weight: 500;
}
.page-id-11 div#slide,
.page-id-9 div#slide {
    text-align: center !important;
}
.page-id-11 input#amount-of-coverage {
    padding-left: 46px;
}


/*------------End-------------*/

div.cleft{
    webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 33%, 11% 24%, 0 15%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 108%, 0 53%, 11% 34%, 0 15%);
}
div.cright {
    -webkit-clip-path: polygon(0 100%, 0 0, 100% 0, 100% 18%, 79% 28%, 100% 41%, 100% 100%);
    clip-path: polygon(0 100%, 0 0, 100% 0, 100% 16%, 89% 34%, 100% 58%, 100% 100%);
}
a.btn {
    border-radius: 0 !important;
    transition:ease-in .2s;
    box-shadow:none !Important;
}

.tooltip-inner {
    padding: 12px 1px !important;
}
[data-originaltitle="Amount of Coverage"] .tooltip-inner:before {
    content: "$";
}
div#lfb_legalNoticeContent {
    border-radius: 20px !important;
    max-width: 400px !important;
    overflow: visible !important;
    border: none !important;
    background: #F5F5F5 !important;
    max-height: 300px !important;
    padding: 20px !important;
    box-shadow: 0 10px 59px -20px rgba(0,0,0,0.23);
}

div.lfb_itemContainer_70 label:after {
    content:  ' below 65yrs old had history of 1 or any of the following: cancer, diabetes, or heart issues?';
}

@media only screen and (max-width: 1025px){
    .page-id-8 #s__how-it-works:after {
    display:none !important;
}
}

@media only screen and (min-width: 992px){
.page-title {
    font-size:48px !important;
	text-shadow: 0px 1px 20px #000000d1;
}
#mk-page-introduce {
    padding: 70px 0 80px !important;
}
}

div.bigcol {
    height: 115% !important;
    box-shadow: 0px 10px 90px -30px black;
    margin-top: -30px !important;
}
.mk-header.sticky-style-fixed .mk-header-bg {
    transition: opacity .2s ease-out;
    box-shadow: 0px -10px 30px 0px black;
}

/**
 * 	General
 *---------------------------------*/

html {
	font-size: 16px;
}
ul {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 0;
}
.bg-white {
	background: #fff;
}
.bg-light {
	background: #f5f5f5;
}
.bg-dark {
	background: #000;
}
.white {
	color: #fff !important;
}
.list-unstyled {
	margin: 0;
	list-style: none;
}
.list-unstyled li {
	margin-left: 0;
	font-size: 16px;
	line-height: 1.6em;
}
.mk-button,
#respond #submit {
	font-weight: normal;
	letter-spacing: 0px;
	-o-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	transition: .3s ease-out;
}
.mk-button--size-large {
	font-size: 15px;
}
.mk-text-block>p:last-of-type {
	margin-bottom: 0;
}
.mk-text-block>h3:first-child,
.mk-text-block>h4:first-child {
	margin-bottom: 15px;
}
.mk-button-container.inline,
.mk-button-container.left {
	text-align: left;
}
.mk-font-icons {
	vertical-align: sub;
}
/* .mk-testimonial.avantgarde-style .mk-testimonial-author {
	margin-top: 0;
}
.mk-testimonial.avantgarde-style .flex-direction-nav a {
	border: none;
}
#mk-filter-portfolio.sortable-classic-style {
	padding: 0;
} */
/*.mk-box-icon.simple_ultimate-style.vertical-align .left-side {
	padding-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}*/
.mk-box-icon.simple_ultimate-style.vertical-align .rounded-circle.left-side .small-size {
	margin-left: 20px !important;
}
.mk-box-icon.simple_ultimate-style.vertical-align .left-side .mk-main-ico {
	margin-left: 0 !important;
	margin-right: 0 !important;
	min-width: 62px;
}
#s__cta {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f5f5f5;
}
#s__cta .vc_call_to_action_title {
	font-size: 1.6rem;
}
#s__cta .mk-button {
	min-width: 200px;
}

/**
 * 	Header & Footer
 *---------------------------------*/

.page-title {
	margin-top: 0;
	margin-bottom: 0;
}
header.a-sticky .main-navigation-ul>li.menu-item>a.menu-item-link {
	color: #444;
}
/* .mk-main-navigation ul .megamenu-title {
	display: none;
	height: 0;
	overflow: hidden;
}
.mk-main-navigation li.has-mega-menu>.sub-menu>li:last-child {
	border-left: 1px solid #ddd;
}
.mk-main-navigation li.has-mega-menu>.sub-menu>li:not(:last-child) .megamenu-widgets-container p {
	font-size: 14px;
	text-align: center;
}
.megamenu-widgets-container {
	padding: 0;
	line-height: 1.6em;
}
.megamenu-widgets-container .widget {
	margin-bottom: 0;
}
.megamenu-widgets-container .widget_text a:hover {
	color: #000;
}
.megamenu-widgets-container .widget_text .mk-font-icons {
	padding-bottom: 12px;
}
.megamenu-widgets-container .widget_text li p,
.megamenu-widgets-container .widget_text li a {
	font-size: 14px;
}
.megamenu-widgets-container .widget_text ul>li:last-child a {
	margin-bottom: 0;
} */
#mk-footer .footer-wrapper {
	padding-top: 60px;
	padding-bottom: 60px;
}
#mk-footer [class*='mk-col-'] [class*='mk-col-'] {
	padding: 0;
}
#mk-footer .widget_nav_menu {
	padding: 0;
}
#mk-footer .widget_nav_menu ul li a {
	padding: 0px 0px 6px 0px;
	-o-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	transition: 0.1s linear;
}
#mk-footer .widget_nav_menu .mk-svg-icon {
	display: none;
}
#mk-footer .widget_nav_menu ul li.current_page_item a {
	background: transparent;
	font-weight: normal;
}

/**
 * 	Plugins
 *---------------------------------*/

.formcraft-css .form-element .field-cover input[type="text"],
.formcraft-css .form-element .field-cover input[type="password"],
.formcraft-css .form-element .field-cover input[type="email"],
.formcraft-css .form-element .field-cover input[type="tel"],
.formcraft-css .form-element .field-cover select,
.formcraft-css .form-element .field-cover textarea {
	padding: 12px 18px;
}
html .formcraft-css .fc-form .form-element .submit-cover.wide-true.animate-false .submit-button {
	padding: 17px 12px !important;
}
html .formcraft-css .fc-form .form-element .submit-cover .submit-button .text {
	text-shadow: none;
	font-weight: normal;
	font-size: 16px;
}
.paper-ripple {
	color: #fff;
}

/**
 * 	Blog
 *---------------------------------*/

.single-post .page-title {
	text-align: center;
}
.mk-blog-modern-item .the-title {
	margin-bottom: 0;
}
.mk-blog-modern-item .mk-categories {
	margin-left: 10px;
}
.mk-blog-modern-item .mk-blog-meta-wrapper {
	margin-bottom: 15px;
}
/* .mk-blog-thumbnail-item.content-align-right .item-wrapper {
	padding: 0;
}
.mk-blog-thumbnail-item .item-wrapper .the-title {
	margin: 0 0 10px;
}
.mk-blog-thumbnail-item .item-wrapper .the-excerpt {
	margin: 15px 0 20px;
}
 .mk-blog-thumbnail-item .item-wrapper .mk-teader-button a {
	font-size: 16px;
} 
.mk-blog-thumbnail-item .mk-blog-meta-wrapper .blog-meta-item:before {
	content: "/";
	margin: 0 5px;
}
.mk-blog-thumbnail-item .mk-blog-meta-wrapper .blog-meta-item:after {
	display: none;
} */

/**
 * 	Pages
 *---------------------------------*/

.page-id-8 #s__how-it-works:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	max-width: -moz-calc(100% - 340px);
	max-width: calc(100% - 340px);
	margin-left: 170px;
    box-shadow:0 10px 59px -15px rgba(0, 0, 0, 0.29);
}

/**
 * 	Responsiveness
 *---------------------------------*/

@media only screen and (min-width: 1140px) {
	.mk-footer-copyright {
		padding-left: 20px;
		padding-right: 20px;
		display: block;
		opacity: 1;
		width: 97.8%;
	}
}
@media only screen and (min-width: 992px) {
	#mk-page-introduce {
		padding: 80px 0 80px;
	}
	.page-title {
		font-size: 25px;
	}
	.home #s__hero {
		padding-top: -moz-calc(80px + 90px);
		padding-top: calc(80px + 90px);
		padding-bottom: 100px;
	}
}
@media only screen and (min-width: 769px) {
	#mk-footer .mk-padding-wrapper>div:nth-child(1) {
		width: 80%;
	}
	#mk-footer .mk-padding-wrapper>div:nth-child(2) {
		width: 16%;
		margin-left: 4%;
	}
	#mk-footer .widget_nav_menu {
		border-bottom: 1px solid #fff;
		padding-bottom: 12px;
	}
	#mk-footer .widget_nav_menu ul li {
		display: inline-block;
		margin-right: 10px;
	}
}
@media only screen and (min-width: 768px) {
	.v-align-children,
	.v-align-children>.mk-grid {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.page-id-7 #s__objectives:after {
		content: '';
		position: absolute;
		top: 0;
		left: 20px;
		width: 70%;
		height: 100%;
		background: transporation;
		display: block;
		z-index: -1;
        border: 2px solid #FD7000;
        border-radius: 10px 100px 10px 100px;
	}
}
@media only screen and (max-width: 991px) {
	#mk-page-introduce {
		padding: 50px 0 50px;
	}
	.home #s__hero {
		padding: 120px 35px;
	}
}
@media only screen and (max-width: 780px) {/*free quote modal thing */ 



.page-id-9 .modal-content {
    top: 20px !important;
    width: 350px;
    padding: 30px;
    padding-top: 40px;
}

.page-id-9 input[type=range] {
    width: 70% !important;
}

.page-id-9 input#duration-of-coverage {
    margin-left: -3rem;
}

.page-id-9 span.close.cursor {
    top: 20px;
    right: 20px;
}

/* end modal css*/
}

/*Footer goes full width*/

@media only screen and (max-width: 768px) {
	#mk-footer .mk-padding-wrapper {
		text-align: center;
	}
	h2#finalText {
    font-size: 20px !important;
}
	#mk-footer .mk-padding-wrapper>div:nth-child(1) .widget {
		margin-bottom: 50px;
	}
	.mk-footer-copyright {
		display: block;
		text-align: center;
		float: none !important;
		padding: 20px 20px !important;
	}
	#mk-footer .widget_media_image img {
		width: 150px;
	}
}
@media only screen and (max-width: 767px) {
	#s__cta {
		padding: 60px 20px;
	}
	#s__cta .vc_call_to_action_title {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 480px) {




.header-toolbar-contact, .mk-header-tagline {
    font-size: 14px !important;
}

.mk-header-toolbar {
    display: block !important;
    background: #FFF !important;
}

.header-toolbar-contact, .header-toolbar-contact a, span.mk-header-tagline {
    color: #444 !important;
    font-size: 12px !important;
    text-align: center;
    line-height: 1px !important;
}


}