/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/


/* GENERAL */

body, .mk-buttonm {word-break:keep-all!important; overflow-wrap:normal!important; word-wrap: normal !important;}

h1, h2, h3, h4, h5, h6, span, p {overflow-wrap:normal!important; word-wrap: normal !important;}

.mobile-width-fix {min-height: 300px!important;}

.whitetext, .whitetext li {
    color:#fff!important;
}

.pricing-plan {
  font-weight: 400!important;
}

/* HEADER */
.mk-header-bg {
background: #eeeeee;
background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 50%, #ffffff 100%);
background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 50%,#ffffff 100%);
background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 50%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}

.topbarright {
   position: absolute;
   float:right!important;
   right: 0;
   padding-top: 4px;
   color:#fff!important;
}

.topbarright a {
   color:#eee!important;
}

.topbarright a:hover {
   color:#fff!important;
}

.topbarleft {
    position: absolute;
    left:0px;
    color:#fff!important;
}

.topbarleft .mg-wpsi a i {
    font-size: 25px !important;
}

.topbarleft .mg-wpsi {
    margin: 4px 0px 0px 0px;
}

.headerwidgets {
    float: right;
    width: 60%;
    color:#000;
}

.mk-header .mk-classic-nav-bg, .mk-header .mk-header-bg {
    z-index: 0;
}

.headerleft {
    width: 50%;
    height: 75px;
    font-size:18px;
}

.headerright {
    float: right;
    right:0;
    width: 45%;
    height: 75px;  
    margin-top: 50px;
    text-align:right;
}

.headerright h2 {margin-bottom:0px; line-height:1; font-size: 22px; }

.headerright a {color:#D21111;}
.headerright a:hover {color:#2B2890;}

.headerright > p {
  font-size: 30px!important;
}

.header-logo.fit-logo-img.add-header-height {
    max-width: 300px;
}


/* MAIN NAV */

/* HOME */

.home-under-slideshow h2.wpb_singleimage_heading {color:#fff; font-size:20px;}

.home-under-slideshow .vc_single_image-img:hover {opacity: 0.8;}

.home-special p {
    color:#fff!important;
}

.home-special .mk-padding-wrapper{
	    padding: 0;
}

.home-special .whitetext{
	    padding-bottom: 6% !important;
}

/* BUTTONS */

.gform_button.button {
  font-family: Montserrat;
}

.mk-button--text {
  text-transform: uppercase;
}

/* SIDEBAR*/

.widget_posts_lists ul li a.post-list-title {color:#D21111!important; font-size:18px!important;}

/* GFORM */

.gform_wrapper {
  border: 5px #2B2890 solid;
  padding: 5px;
}

.gform_wrapper > form {
  border: 2px #d10000 solid;
  padding: 20px;
}

.gform_title {
  font-size: 40px!important;
}

#mk-sidebar .gform_title {
    font-size: 24px!important;
}

/* CATEGORY */


.archive article .featured-image:hover .post-type-badge {
    opacity: 0;
}
.mk-blog-thumbnail-item .featured-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 35%;
    float: left;
}
.mk-blog-thumbnail-item.content-align-right .item-wrapper {
    float: right;
    padding: 0px 30px 15px;
}
.mk-blog-thumbnail-item .item-wrapper {
    width: 63%;
    display: inline-block;
}
.mk-blog-thumbnail-item {
    width: 100%;
    margin-bottom: 50px;
    background-color: #fff;
    line-height: 4px;
}
/* PAGES & POSTS */
.mk-blog-single .mk-single-content .featured-image {
    margin-bottom: 20px;
    float: right;
    width: 400px;
    margin-left: 20px;
}
/* FOOTER */

/* MOBILE RESPONSIVE */
@media handheld, only screen and (max-width: 1140px){
.mk-header-inner .mk-grid.header-grid{
    width: 100%;
    padding: 10px 15px;
  
    -webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.header-style-2 .mk-nav-responsive-link {
    display: none !important;
}
.mk-header-nav-container {
    display: block !important;
}
.headerwidgets {
    position: relative;
  	width: 65%;
}  
.headerwidgets .headerright {
    margin-top: 10px;
}
.home-under-slideshow .mk-button--size-medium {
    padding: 14px 5px;
    font-size: 12px;
    line-height: normal;
}  
}

@media handheld, only screen and (max-width: 916px){
.header-style-2 .mk-nav-responsive-link {
    display: block !important;
}
.mk-header-nav-container {
    display: none !important;
}
.header-style-2 .add-header-height {
   	height: auto !important;
    float: left;
    width: 100%;
}
.header-style-2 .header-logo.fit-logo-img.add-header-height {
    max-width: 100%;
    text-align: center;
    height: 90px !important;
}
.header-style-2 .headerwidgets {
    position: relative;
    width: 100%;
  	margin-bottom: 20px;
}
.header-style-2 .headerwidgets .headerleft {
    width: 100%;
    height: auto;
    font-size: 18px;
    float: left;
    text-align: center;
    line-height: normal;
    padding: 5px 0;
}
.header-style-2 .headerwidgets .headerright {
    float: right;
    right: 0;
    width: 100%;
    height: 75px;
    text-align: center;
}
.header-style-2.header-align-left .mk-nav-responsive-link {
    float: right;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    margin-top: auto !important;
    bottom: 0;
    height: 25px;
    background: #db1c22;
    padding: 0;
    text-align: center;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999999;
}
.mk-css-icon-close, .mk-css-icon-menu {
    width: 18px;
    height: 18px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    margin: 0 auto;
    padding: 5px 0;
    display: inline-block;
}
.mk-css-icon-close div, .mk-css-icon-menu div {
    background-color: #fff;
}
.home-under-slideshow .mk-button--size-medium {
    padding: 10px 3px;
    font-size: 10px;
    line-height: normal;
}  
}

@media handheld, only screen and (max-width: 767px){
.home-under-slideshow .mk-button--size-medium {
    padding: 14px 10px;
    font-size: 12px;
    line-height: normal;
}
.home-under-slideshow .vc_col-sm-2.wpb_column.column_container{
 		margin-bottom:30px;
}
.home-special .mk-button-container{
    margin-bottom: 30px !important;
}  
  .mk-blog-thumbnail-item .featured-image {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
	}
  .mk-blog-thumbnail-item .item-wrapper {
    width: 100%;
    padding: 30px !important;
 }
}

@media handheld, only screen and (max-width: 600px){
  .mk-blog-single .mk-single-content .featured-image {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    margin-left: 0px;
    text-align: center;
}
}


.gform_legacy_markup_wrapper .gform_heading {
    border: 2px #d10000 solid;
    padding: 20px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0 !important;
    display: inline-block;
}
.gform_legacy_markup_wrapper span.gform_description {
    margin-bottom: 0;
}
.gform_legacy_markup_wrapper.gform_wrapper > .gform_legacy_markup_form {
    border: 2px #d10000 solid;
    padding: 20px;
    border-top: 0 !important;
    padding-top: 0;
    display: inline-block;
	width: 100%;
}

.mk-header-bg {
    background: -webkit-linear-gradient(left,#ffffff 0%, #ffffff 100%);
    background: linear-gradient(to right,#ffffff 0%, #ffffff 100%);
}

.mk-quick-contact-wrapper.js-bottom-corner-btn.js-bottom-corner-btn--contact.is-active {
    display: none;
}
@media only screen and (max-width: 767px){
	.testimonial-section div.mk-text-block p{
		padding-left: 0 !important;
	}
}