/*
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/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/


/* Header Logo 
.header-style-1.header-align-left .header-logo {
	position: absolute;
	top: 10px;
	height: 120px !important;
}

.header-style-1.header-align-left .header-logo a {
	margin-left:10px;
}

.fit-logo-img a img {
	width:120px !important;
}

@media only screen and (max-width: 1140px) {
	.header-style-1.header-align-left .header-logo {
		position: absolute !important;
		top: 20px;
		height: 110px !important;
	}
	.mk-nav-responsive-link {
		padding:38px 10px;
		margin-top:0;
	}
}
*/


@import "https://use.fontawesome.com/releases/v5.0.7/css/all.css";


/*
Ugly hack so that gallery image descriptions split on || and can be styled differently
Launch Interactive 2nd October 2020
*/
.fancybox-title .description
{
    text-transform: none;
    font-size: .8em;
    display:block;
}

/* Homepage Icons */
.bch-homepage-icon-menu {
	margin-top:20px;
}

.bch-homepage-icon-menu .bch-homepage-menu {
	position:absolute;
	/*padding-top:50%;*/
	left:0;
	right:0;
	max-height:0;
	transition:max-height 0.1s 0s;
	overflow:hidden;
	/*top:calc(92% - 20px);*/
	top:100%;
	z-index:9999;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.bch-homepage-icon-menu .bch-homepage-menu ul {
	margin:0;
	padding:0;
}

.bch-homepage-icon-menu .bch-homepage-menu ul ul {
	position:absolute;
	left:100%;
	top:0;
}

.bch-homepage-icon-menu .bch-homepage-menu li {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}

.bch-homepage-icon-menu .bch-homepage-menu > ul > li:last-child > a {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

.bch-homepage-icon-menu .bch-homepage-menu li.menu-item-has-children > a {
	padding-right:40px;
}

.bch-homepage-icon-menu .bch-homepage-menu li.menu-item-has-children:after {
	content:"\f105";
	position:absolute;
	font-family:FontAwesome;
	right:10px;
	top:10px;
	color:#FFFFFF;
}

.bch-homepage-icon-menu .bch-homepage-menu li ul {
	display:none;
}

.bch-homepage-icon-menu .bch-homepage-menu li:hover > ul {
	display:block;
}

.bch-homepage-icon-menu .bch-homepage-menu li a {
	display:block;
	padding:8px 20px;
	background-color:#333333;
	color:#FFFFFF;
}

.bch-homepage-icon-menu .bch-homepage-menu li a:hover {
	background-color:#444444;
}

.bch-homepage-icon-menu {
	padding-top:75%;
	cursor:pointer;
	position:relative;
	width:100%;
}

.bch-homepage-icon {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	text-align:center;
	color:#FFFFFF;
	vertical-align:middle;
	text-transform:uppercase;
	background-size:cover;
	font-size:18px;
}

.bch-homepage-icon img {
	width:40%;
	margin-top:20px;
}

.bch-homepage-icon .bch-icon-text {
	position:absolute;
	bottom:0;
	text-align:center;
	padding:20px 10px;
	background-color:rgba(0,0,0,0.6);
	width:100%;
}

.bch-homepage-icon-menu:hover .bch-homepage-menu {
	max-height:100%;
	overflow:visible;
	transition:max-height 0.1s 0.2s;
}

/* Homepage Popup */

.bch-homepage-popup {
	display:flex;
	padding:14px 24px;
	text-align:center;
	transition:background-color 0.2s;
	cursor:pointer;
	background-color:#e62324;
}

.bch-homepage-popup:hover {
	background-color:#d02526;
}

.bch-homepage-popup-text {
	flex:1 1 auto;
	font-size:12px;
	font-weight:700;
	letter-spacing:1px;
	color:#FFFFFF;
	user-select:none;
	line-height:100%;
	text-transform:uppercase;
}


.bch-popup-content {
	display:none;
}

.bch-homepage-popup-wrapper {
	background-color:rgba(0,0,0,0.3);
	position:fixed;
	top:0;
	bottom:0;
	display:none;
	left:0;
	overflow-y:auto;
	right:0;
	text-align:center;
}

.bch-homepage-popup-inner {
	width:60%;
	background-color:#FFFFFF;
	position:relative;
	padding:20px;
	margin:50px auto 50px;
}

.bch-homepage-popup-close {
	position:absolute;
	top:-30px;
	right:-30px;
	height:20px;
	user-select:none;
	width:20px;
	color:#FFFFFF;
	font-weight:bold;
	border-radius:50%;
	text-align:center;
	line-height:17px;
	font-size:12px;
	cursor:pointer;
	border:2px solid #FFFFFF;
	transition:background-color 0.2s, color 0.2s;
}

.bch-homepage-popup-close:after {
	content:'\f00d';
	font-family:FontAwesome;
}

.bch-homepage-popup-close:hover {
	color:#404040;
	background-color:#FFFFFF;
}

/* Sidebar Popup */
.bch-sidebar-popups {
	position:fixed;
	right:0;
	top:200px;
}

.bch-sidebar-popups .bch-sidebar-popup {
	padding:10px 10px 2px;
	float:right;
	display:block;
	clear:right;
	background-color:#ededed;
	transition:background-color 0.2s, border-radius 0.2s;
	cursor:pointer;
}

.bch-sidebar-popups .bch-sidebar-popup:hover, .bch-sidebar-popups .bch-sidebar-popup.active {
	background-color:#d8d8d7;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}

.bch-sidebar-popups .bch-sidebar-popup:first-child {
	border-top-left-radius:10px;
}

.bch-sidebar-popups .bch-sidebar-popup:last-child {
	border-bottom-left-radius:10px;
}

.bch-sidebar-popups .bch-sidebar-popup > img {
	width:32px;
	display:inline-block;
}

.bch-sidebar-popups .bch-sidebar-popup-title {
	max-width:0;
	padding:0;
	display:inline-block;
	height:32px;
	line-height:32px;
	overflow:hidden;
	font-size:18px;
	color:#404040;
	text-transform:uppercase;
	transition:max-width 0.5s, padding 0.2s;
}

.bch-sidebar-popups .bch-sidebar-popup:hover .bch-sidebar-popup-title, .bch-sidebar-popups .bch-sidebar-popup.active .bch-sidebar-popup-title {
	max-width:300px;
	padding:0 10px;
}

/* Image Buttons */
.bch-image-button {
	margin-top:20px;
	display:block;
}

.bch-image-button-wrapper {
	position:relative;
	top:0;
	bottom:0;
	right:0;
	left:0;
	text-align:center;
	color:#FFFFFF;
	padding-top:75%;
	vertical-align:middle;
	text-transform:uppercase;
	background-size:cover;
	font-size:18px;
}

.bch-image-button-wrapper img {
	width:40%;
	margin-top:20px;
}

.bch-image-button-wrapper .bch-icon-text {
	position:absolute;
	bottom:0;
	text-align:center;
	padding:10px;
	background-color:rgba(0,0,0,0.6);
	width:100%;
}


/* Footer Flags */
#mk-footer .footer-flags {
	float: left;
	clear: left;
}

#mk-footer .footer-flags img {
	height:52px;
	margin-right:5px;
}

.wpgmza_table_description {
	display:none;
}

.wpgmza_table_marker {
	width:30px !important;
}


