/*
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/
*/
/* Responsiveness */
@media (min-width: 768px) and (max-width: 1024px) {
	.gallery-grid li {
		width: 100% !important;
	}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.gallery-grid li {
		width: 100% !important;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	.gallery-grid li {
		width: 100% !important;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	.page-title {
		font-size: 36px !important;
	}
	.gallery-grid li {
		width: 100% !important;
	}
}

/* Fonts */
.vertical-middle h1 {
	font-size: 32px;
    color: #000000 !important;
    font-weight: 600 !important;
    text-transform: none;
}

/* Menu */
.menu-hover-style-5 .main-navigation-ul>li.menu-item>a.menu-item-link:after {
	height: 1px;
	margin-top: 3px;
}
.fit-logo-img a img {
	max-height: 90%;
}
/* Page title */
#mk-page-introduce {
	padding: 75px 0;
}
.page-title, #mk-breadcrumbs, #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin .separator, #mk-breadcrumbs .mk-breadcrumbs-inner.dark-skin a {
	margin: 0;
	text-align: center;
	color: #fff;
}
#mk-breadcrumbs .mk-breadcrumbs-inner {
	float: none;
	padding: 0;
}
/* Pricing page */
table td {
	background: #fcfcfc;
	border: 5px solid #fff;
	text-align: left;
	width: 50%;
}
table tr:hover td {
	background: #f9f9f9;
}
.pricing-table {
	margin: 0;
}
/* Contacts */
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
	width: 100%;
	background: #fff;
}
.wpcf7-form-control.wpcf7-submit {
	border-radius: 5px;
	background: #189c00;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: normal;
}
.wpcf7-form-control.wpcf7-submit:hover {
	background: #000;
}
.google-maps .wpb_raw_code {
	margin-bottom: -8px;
}
/* Footer */
#mk-footer i, .contact-area i {
	color: #189c00;
	padding-right: 5px;
}
.mk-footer-copyright {
	float: none;
}
#sub-footer {
	text-align: center;
	padding: 0 0 20px 0;
}
.mk-footer-copyright a {
	color: #54595f;
	font-size: 16px;
}
.mk-footer-copyright a:hover {
	color: #000;
}
/* Gallery */
.slb_data_content {
	display: none;
}
.gallery-grid {
	padding-top: 30px;
	list-style-type: none;
	margin: 0;
}
.gallery-grid li {
	display: inline-block;
	width: calc(20% - 4px);
	margin-left: 0px;
    margin-bottom: 4px;
}
.gallery-grid li a img {
	object-fit: cover;
	height: 200px;
	width: 100%;
	opacity: 1;
	transition: .25s ease-in-out;
}
.gallery-grid li a img:hover {
	opacity: .8;
}
/* Video */
.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
    overflow: hidden;
	max-width: 100%;
	height: auto;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mk-author-avatar {
    display: none;
}
