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

*/

.mk-toolbar-holder {
    display: flex;
    flex-direction: row-reverse;
}

.mk-toolbar-holder .header-toolbar-contact {
	order: 1
}

.mk-css-icon-close div, 
.mk-css-icon-menu div {
	background-color: #FFF !important;
}

.mk-header-toolbar {
    display: block !important;
}

.mk-toolbar-resposnive-icon {
	display: none;
}

div#nextid:hover {
	cursor: pointer;
}

div#nextid {
    bottom: 80px !important;
    top: initial !important;
}

.mk-text-block.cta-heading a {
    color: #FFF;
}

div#nextid svg {
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}

.mk-header-inner, .a-sticky .mk-header-inner, .header-style-2.a-sticky .mk-classic-nav-bg {
	border-bottom: none;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width:1140px) {
	.mk-effect-wrapper #mk-page-title-box-2 {
	    max-height: 260px !important;
	    height: 260px !important;
	}
}

@media screen and (max-width:798px) {
	.mk-header-social.toolbar-section {
		display: none !important;
	}
	span.header-toolbar-contact {
	    display: table;
	    text-align: center;
	}
	.mk-header-toolbar {
	    background-color: #ab9779;
	}
	.mk-toolbar-holder .header-toolbar-contact {
	    order: 1;
	    font-size: 16px;
	    font-weight: 500;
	    letter-spacing: 0.5px;
	}
	.header-toolbar-contact svg {
	    vertical-align: top;
	    padding-top: 4px;
	}
	.mk-effect-wrapper #mk-page-title-box-2 {
	    max-height: 200px !important;
	    height: 200px !important;
	}
	.home_text .vc_column-inner {
	    padding: 0 30px !important;
	}
	.wpb_column.vc_column_container.vc_col-sm-12 {
	    padding-left: 15px !important;
	    padding-right: 15px !important;
	}
}


@media screen and (min-width: 798px) {
	.wpb_row.vc_inner.vc_row.vc_row-fluid.home_container {
	    display: flex;
	}
	.home_image.wpb_column.vc_column_container .vc_column-inner {
	    height: 100%;
	}
	.mk-page-title-box .mk-page-title-box-content {
	    display: table-cell;
	    vertical-align: bottom;
	    position: relative;
	    padding-bottom: 74px;
	}

}

.home_text.wpb_column.vc_column_container.vc_col-sm-6 p {
    color: #d2d2d2;
}

.home_text.wpb_column.vc_column_container.vc_col-sm-6 h3 {
    font-weight: 600;
}

.wpb_wrapper .wpcf7-form .wpcf7-textarea {
    width: 100%;
    height: 130px;
}

.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    box-sizing: border-box;
    width: 100%;
}

.wpcf7-form input[type="date" i] {
    padding: 8px 2% !important;
    width: calc(95% + 3px);
    border-color: #e3e3e3;
    margin: 0 !important;
    border: 1px solid #e3e3e3;
}