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

/* Default WP Overrides */

.wp-caption {
	width: auto !important;
}

@media handheld, only screen and (max-width: 620px) {
.captionResponsive {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
}

/* Header/Toolbar */

.mk-header-social ul {
    margin: 0;
}

.socialTagline {
    vertical-align: super;
    margin-right: 5px;
}

.mk-header-social ul li {
    vertical-align: top;
}

.header-style-1.sticky-style-fixed .mk-header-inner {
    padding: 10px 0;
}

.a-sticky:not(.header-style-4) .add-header-height {
    margin-top: 0px !important;
}

.mk-header-tagline a, .mk-language-nav>a, .mk-subscribe-link, .mk-toolbar-navigation a {
    font-size: 13px;
}

@media handheld, only screen and (max-width: 780px) {
.mk-toolbar-holder {
    text-align: center;
}
}

/* Homepage */

.shape {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.homepageCopy {
    color: #FFF;
}

.blog-showcase-extra-info time {
    display: none !important;
}

.blog-showcase-title {
    color: #FFF !important;
    font-size: 18px !important;
}

.mk-blog-showcase ul li.mk-blog-first-el .blog-showcase-extra-info {
    color: #FFF;
}

.blog-showcase-more {
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: 700;
}

.blog-showcase-more:hover {
    color: #FFF !important;
}

.mk-blog-showcase ul li.mk-blog-first-el {
    padding-right: 580px !important;
}

.blog-showcase-extra-info {
    width: 550px !important;
}

@media handheld, only screen and (max-width: 600px) {
.mk-blog-showcase ul li .blog-showcase-extra-info {
    color: #FFF;
}
}

@media handheld, only screen and (max-width: 1140px) {
.mk-blog-showcase ul li .blog-showcase-extra-info {
    color: #FFF;
    width: 30% !important;
}
}

/* Page Titles */

#mk-page-title-box-2 .mk-page-title-box-title {
    text-transform: uppercase !important;
    padding-top: 175px;
}

/* H Tag Fromatting */

.hTag {    
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    color: #777777;
    text-align: left;
    font-style: inherit;
    font-weight: inherit;
    padding-top: 0px;
    padding-bottom: 5px;
    font-family: "Lato";
}

.hSpacing {
    padding-top: 25px;
}

/* Image Formatting */

.alignright, img.alignright {
    margin-bottom: 1.3em;
}

/* List Formatting */

ul li {
    font-size: 16px;
}

/* Footer */

.mk-footer-copyright {
    float: none;
    opacity: inherit;
    text-transform: uppercase;
    font-family: "Lato";
    font-weight: 900;
    letter-spacing: 2px !important;
}

#sub-footer {
    text-align: center;
    padding: 25px 0 25px;
}

/* Blog */

.mk-blog-modern-item .featured-image {
    display: none !important;
}

.mk-button--dimension-flat.text-color-light:hover {
    color: #ffffff !important;
}

/* Contact Form */

.wpcf7-submit {
    color: #FFF;
    border: inherit;
    background-color: #f9b421;
    border-radius: 3px;
}

.wpcf7-submit:hover {
    background-color: #c7901a;
}

div.wpcf7-response-output {
    margin-bottom: 40px;
}

/* Clients */

.clientsUL {
    width: 55%;
    margin: auto;
}