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




/*HOME SLIDER*/
.edge-gradient-layer {opacity: 0.5;}

.mk-edge-slider .mk-slider-slide.left_center .edge-slide-content {opacity: 1 !important;}
@media screen and (max-width:768px){
.mk-edge-slider, .mk-edge-wrapper {height: 300px !important}
}
@media screen and (max-width:768px){
.slider-claim {text-align: center !important;}
}

/*FOOTER*/
.mk-footer-copyright {width: 100%; opacity: 1;}
.mk-footer-copyright a {color: #fff;}

.footer-wrapper .widget_social_networks .builtin-icons:nth-child(3) {margin-right: 0px;}
.footer-wrapper .widget_social_networks {margin-top: -20px;}

@media screen and (min-width:769px){
.footer-wrapper .mk-col-1-3:nth-child(3) {text-align: right;}
.footer-wrapper .mk-col-1-3:nth-child(2) {text-align: center;}
}

@media screen and (max-width:768px){
.footer-wrapper .mk-col-1-3 {text-align: center;}
}

/*----RIGHT SCROLL SPACE----*/

#mk-theme-container {
    max-width: 100%;
    overflow-x: hidden;
}


/*----CONTACT FORM 7 STYLING----*/
.mk-header.sticky-style-fixed.a-sticky .mk-header-holder {
    border-bottom: 0px solid #8dd0d3 !important;
}

.justified p {text-align: justify !important;}

.wpcf7-form, .wpcf7-textarea {
    width: 100% !important;
}

.wpcf7 p {
    font-size: 12px;
	  text-align: justify;
}

.wpcf7-textarea {
    font-size: 15px;
	  height: 153px;
}

.wpcf7-acceptance {
	width: 20px !important;
}

span.wpcf7-not-valid-tip {
    position: unset;
}

div.wpcf7-response-output {
    padding: 10px !important;
    width: 100%;
    text-align: center;
}

.wpcf7-submit:hover {
    background-color: #72992D;
    color: #fff;
}

.wpcf7-submit {
    background-color: #055589;
    color: #ffffff;
    border-radius: 0px;
    width: 100%;
}
input[type="email"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], textarea, .wpcf7-select, input[type="date"] {
    border: 1px solid #cccccc !important;
    font-family: "Raleway";
    width: 100%;
    font-weight: 400 !important;
    color: #767676 !important;
    font-size: 14px !important;
    border-radius: 0px;
}

.wpcf7-select {height: 40px;}
input[type="date"] {
    width: 96%;
    border: 1px solid #ccc;
    height: 40px;
    font-size: 13px;
    padding: 0 10px;
}

span.wpcf7-list-item {
    margin-left: 0em;
}

div#ui-datepicker-div { z-index:1000!important; }



.tworow {
    width: 49%;
    float: left;
    font-size: 12px;
    margin-bottom: 20px;
}

/* PAGE TITLES*/
.pagetitles {
    display: inline-block;
    background-color: #72992D;
    padding: 12px 13px !important;
}

/*FRAMED IMAGES*/
.img-framed {
    box-shadow: -45px -45px 0 -35px #72992d, 45px 45px 0 -35px #055589;
    margin: 10px !important;
}

.img-framed-inverted {
    box-shadow: -45px -45px 0 -35px #72992d, 45px 45px 0 -35px #055589;
    margin: 10px !important;
}

@media screen and (max-width:768px){
    .img-framed.mk-swipe-slideshow-lazyload {margin-left: 0px !important;}
}

/*ROOM DETAILS*/
@media screen and (max-width:768px){
.room-type-container .vc_col-sm-4 .wpb_row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.suite-details-row {padding-left: 10px; padding-right: 10px;}
}

.room-details-row .wpb_wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: -15px;
    margin-top: -10px;
}

.room-details-row .mk-text-block {margin-left: 10px;}

/*GALLERY*/
.fancybox-caption__body {display: none;}

/*DIVIDER*/
@media screen and (max-width: 768px){
    .custom-divider.left .divider-inner{margin: auto;}
}

.custom-divider-image {max-width: 100px;}

/*CUSTOM LOCATIONS*/
.custom-locations ul, .custom-locations li {
  list-style-type: none;
  margin-left: 0px !important;
  margin-bottom: 10px;
}

@media screen and (max-width:768px){
.custom-locations ul {text-align: center;}
}

.custom-locations a {
    background-color: #055589;
    color: #ffffff;
    padding: 5px 10px;
    min-width: 200px;
    display: inline-block;
    font-weight: 600;
}

.custom-locations a:hover {
    background-color: #72992d;
    color: #ffffff;
}

/*FLIPBOX*/
.mk-flipbox .front-icon {
    margin: auto;
    background-color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
}

/*CUSTOM ROOM LOGO*/
.custom-room-logo {max-width: 286px;}

/*PHOTO ROLLER*/
@media screen and (max-width:993px){
.mk-photo-roller-51 div.mk-photo-roller-frame:not( .mk-vertical ) {
        width: 700% !important;
}}

/*GALLERY*/
@media screen and (max-width:768px){
.mk-gallery .five-column {
    width: 50% !important;
}
}