/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Ubuntu Travel Group
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain:    mk_framework
Domain Path:    /languages/
Version:        6.1.1
*/

/* main menu drop down bug fix  */

.mk-responsive-nav .mk-nav-arrow {
    margin-right: 15px;
    text-align: right;
    width: 100%;
}


/* Testimonial Author Line Height */

.mk-testimonial .mk-testimonial-author {
    line-height: 25px;
}

/* Edge Slider Content Animation */

.mk-edge-slider .edge-title {
    transition: none;
}

/* Edge Slider */
.mk-toolbar-holder {
    float: right;
}

.edge-title {
    font-family: Cinzel;
}

.edge-desc {
    letter-spacing: 10px !important;
    text-transform: initial !important;
    font-size: 24px !important;
    color: #ffffff !important;
    text-align: center !important;
    font-family: "Julius Sans One" !important;
    font-style: inherit !important;
    font-weight: 700 !important;
}

/* Testimonial Styling */

.mk-testimonial .mk-testimonial-author {
    font-size: 16px;
}

.mk-testimonial .mk-testimonial-company {
    font-size: 14px;
    opacity: 1;
}

/* FAQ Toggle */


.mk-toggle.fancy-style {
    border: 1px solid #e1e1e1;
}

.mk-faq-container.fancy-style-wrapper {
    border-top: 1px solid #e1e1e1;
}

.mk-toggle.fancy-style .mk-toggle-title {
    font-size: 16px;
}

/* Paragraph Link Stylings */

.cstm-link a {
	 text-decoration: underline;
}

.cstm-link a:hover {
	 text-decoration: none;
}

/* Gravity Forms Styling */

body .gform_wrapper .gform_footer input[type=submit] {
    color: #44453d!important;
    font-size: 12px!important;
    font-family: "Cardo"!important;
    font-weight: 700!important;
    letter-spacing: 1px!important;
    border-color: #44453d!important;
    border-style: solid!important;
    border-width: 1px!important;
    background: #ffffff!important;
    padding: 12px 24px 12px 24px!important;
    text-transform: uppercase !important;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #44453d!important;
    color: #ffffff!important;
}

.form-hr hr {
    border: 0.5px solid #e3e3e3;
		display: block;
	  margin-top: 2.5em;
    margin-bottom: 2.5em;
    margin-left: auto;
    margin-right: auto;
}

/* Page Title Styling */

.page-title {
    margin: 25px 36px 0px;
    line-height: 100%;
}

#mk-page-introduce {
    padding: 20px 0;
}

/* Tab Slider Styling */

.mk-tab-slider-item.skin-dark .mk-slider-title {
    color: #B6C4A6!important;
    margin-bottom: 30px;
}

.mk-tab-slider-item.skin-dark .mk-slider-title>hr {
    display: none;
}

.mk-button--dimension-outline.skin-dark, .mk-button--dimension-savvy.skin-dark {
    border: 1px solid #44453D !important;
    color: #44453D;
	  margin-top: 12px;
}

.mk-button--dimension-outline.skin-dark:hover {
    background-color: #44453D;
    color: #ffffff;
}

.mk-tab-slider-nav a:hover {
	  color: #90957A;
}

/* Secondary Destination Menu */

.sec-nav li {
   text-transform: uppercase;
   text-decoration: none;
   display: inline-block;
   padding: 0px 10px;
	 list-style: none;
	 font-size: 14px;
	 letter-spacing: 2px;
	 margin: 0 0 0 8px;
	 line-height: 65px;
}

.sec-nav ul {
   margin-bottom: 0px;	
}

/** Floats Secondary Destination Menu **/

.left-half {
    float: left;
}

.right-half {
		float: right;
}

.right-half p {
	  margin-bottom: 0px;
	  margin-right: 21px;
}

/** Right Half Styling of Secondary Destination Menu **/

.call-cta {
  padding-right: 40px;
	line-height: 65px;
}

/** Secondary Destination Menu Button Styling **/

.sec-nav .sec-nav-btn {
	display: inline-block;
  font-family: Cardo;
	font-weight: 700;
	letter-spacing: 1px;
  color: #44453d;
	padding: 5px 15px;
  font-size: 10px;
  background-color: #ffffff;
  border: solid #44453d 1px;
  text-decoration: none;
}

.sec-nav .sec-nav-btn:hover {
	color: #ffffff;
  background-color: #44453d;
  text-decoration: none;
}

/** Secondary Destination Menu Hover Styling **/

.sec-nav a {
	 color: #777777;
}

.sec-nav a:hover {
	 color: #000000;
}

/* Logo Margin */

.header-style-1.header-align-left .header-logo a {
    margin-left: 31px;
 }

/* CTA Button in Menu */

.ctabtn {
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
	border-style: solid;
	border-width: 1px;
    border-color: #ffffff;
	background: #fff;
    color: #44453d;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.ctabtn:hover {
    background: #ffffff;
    text-decoration: none;
   -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.menu-hover-style-5 .main-navigation-ul>li.menu-item>a.menu-item-link:after {
    height: 0px!important;
    width: 80%!important;
}

#menu-item-123:hover {
    height: 0px!important;
}

/* Padding Around Footer Columns */

#mk-footer .mk-padding-wrapper {
    padding: 0 41px;
}

/* Padding Around Copyright */

.mk-footer-copyright {
    padding-left: 40px;
    padding-right: 40px; 
}

/* Blog Post Comment Button Styling */

.single-post #respond #submit {
	 color: #44453D !important;
   background-color: #ffffff !important;
	 border-style: solid;
	 border-width: 1px;
	 border-color: #44453D;
}	

.single-post #respond #submit:hover{
    background-color: #44453D!important;
	  color: #ffffff !important;
}

/* Homepage Blog Button Styling */

.mk-button--dimension-outline, .mk-button--dimension-savvy {
    border-width: 1px;
    border-style: solid;
}

/* Border of All Savvy Buttons on Hover */

.mk-button--dimension-outline.mk-button--size-medium, .mk-button--dimension-savvy.mk-button--size-medium:hover {
    border-color: #ffffff;
}

/* Custom Hero Font */

.cstm-h1 h1 {
    font-size: 60px !important;
    color: #ffffff !important;
    line-height: 1 !important;
    text-align: center !important;
    font-family: Cinzel !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

.cstm-light-h1 h1 {
	  letter-spacing: 10px !important;
    text-transform: initial !important;
    font-size: 24px !important;
    color: #ffffff !important;
    text-align: center !important;
	  font-family: "Julius Sans One" !important;
    font-style: inherit !important;
    font-weight: 400 !important;
}

.cstm-h3 h3 {
	font-size: 24px !important;
    color: #b6c4a6 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
	font-family: Cardo !important;
}

.master-holder .destination-title h3 {
	color: #b6c4a6;
    font-size: 18px;
    text-transform: uppercase;
}

.master-holder .cstm-emp-h1 h1 {
    font-size: 40px;
    color: #ffffff;
    line-height: 1;
    text-align: center;
    font-family: Cinzel;
    font-weight: 700;
    font-style: normal;
}

.master-holder .cstm-emp-title-h1 h1 {
    letter-spacing: 5px;
    text-transform: initial;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-family: "Julius Sans One";
    font-style: inherit;
    font-weight: 700;
}

/* Custom Fonts */

.cstm-hero a {
	 color: #ffffff !important;
	 text-decoration: underline;
	 font-size: 20px;
}

.cstm-hero p {
	 color: #ffffff !important;
	 font-weight: 700;
	 font-size: 20px;
}

.cstm-font p {
	 color: #ffffff !important;
}

.cstm-font a {
	 color: #ffffff !important;
	 text-decoration: underline;
}	

.cstm-h2 h2 {
	 color: #ffffff !important;
}

.ex-bold-font strong {
	 font-size: 20px !important;
   font-weight: 800 !important;
}

.form-font h2 {
	 color: #44453D !important;
	 font-size: 20px !important;
   font-weight: 700 !important;
	 margin: 0px 0px 20px !important;
}

.master-holder .cstm-h4 h4 {
    color: #b6c4a6;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}

.master-holder .employee-name a {
    font-size: 24px;
    color: #b6c4a6;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Cardo;
}

.master-holder .employee-name a:hover {
    color: #000000;
}

.master-holder .employee-title p {
    font-size: 14px;
}

.master-holder .employee-name-no-link p {
    font-size: 24px;
    color: #b6c4a6;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Cardo;
}
.mk-header-tagline, .header-toolbar-contact, .mk-header-date {

    font-weight: 800;
}
/* Mobile Styling */

@media only screen and (max-width: 767px) {
  .sec-nav-wrapper::after {
      clear: both;
      content: '';
      display: block;
  }
  .sec-nav-wrapper .left-half {
      float: none;
      text-align: center;
  }
  .sec-nav-wrapper .left-half ul {
      margin-left: 0;
  }
  .sec-nav-wrapper .right-half {
      float: none;
  }
  .sec-nav-wrapper .right-half p {
      margin: 0;
      padding: 0 1rem .5rem;
  }
}

@media only screen and (max-width: 767px) {
    p,h1,h2,h3,h4,h5,h6 {
        text-align: center!important;
    }
    .mk-col-1-3 {
        text-align:center!important;
    }
    .widget_social_networks .align-left {
        text-align: center;
    }
	.cstm-h1 h1 {
	    font-size: 36px !important;
    }
	.cstm-light-h1 h1 {
		font-size: 16px !important;
	}
	.mk-toolbar-resposnive-icon {
    display: none;
}
}

@media only screen and (max-width: 1141px) {
    .ctabtn {
        border-style: solid;
        border-width: 2px;
        border-color: #44453d;
        color: #44453d;
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border-radius: 0px;
        padding: 10px 20px 10px 20px;
        text-decoration: none;
    }
	.ctabtn:hover {
		color: #ffffff;
		background-color: #44453d;
	}
	.mk-slider-title {
		text-align: center;
	}
	.mk-slider-description {
		text-align: center;
	}
	.mk-tab-slider .mk-slider-content {
        padding: 50px 30px;
    }
	.left-half ul {
		margin-left: 42px;
	}
	.right-half p {
        margin-right: 55px;
    }
	.mk-button-container {
        width: 100%;
        float: none;
	    display: block;
        text-align: center;
    }
	.cstm-h3 h3 {
		font-size: 17px !important;
	}
    .master-holder .cstm-h4 h4 {
        color: #b6c4a6;
        font-size: 15px;
        font-weight: 600;
    }
    .master-holder .cstm-emp-h1 h1 {
        font-size: 24px;
    }
    .master-holder .cstm-emp-title-h1 h1 {
       letter-spacing: 0px;
    }
    .master-holder .employee-name a {
       font-size: 18px;
       font-weight: 700;
    }
}

.ct-ultimate-gdpr-cookie-modal-slider li.ct-ultimate-gdpr-cookie-modal-slider-item--active label:after {
    top: 35px !important;
}