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



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
#contact-intro h2.mk-fancy-title {
	margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
div#om-uwpvueaa8h8ehwj3xrhm .memphis-image img, div#om-uwpvueaa8h8ehwj3xrhm .memphis-success-image img {
display:none !important;
}
}

body.page-id-31 #contact-intro .mk-padding-wrapper { 
	text-align: center;
	}

body.page-id-31 #contact-intro .mk-padding-wrapper .vc_col-sm-12 {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  display: inline-block;
  float: none;
  padding: 4%;
  width: auto;
}

@media only screen and (max-width: 500px) {
	
	body.page-id-31 #contact-intro .mk-padding-wrapper .vc_col-sm-12 {
		padding: 7%;
	}
}


.book_now_btn {
	padding: 10px;
	background: #000000;
	border: 1px solid #d0d0d0;
	background: transparent;
}
.book_now_btn.no_bg {
	border: 1px solid #d0d0d0;
	background: transparent;
}
.book_now_btn a {
	background: #c40c00;
	background: -moz-linear-gradient(top,  #c40c00 0%, #930700 100%);
	background: -webkit-linear-gradient(top,  #c40c00 0%,#930700 100%);
	background: linear-gradient(to bottom,  #c40c00 0%,#930700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40c00', endColorstr='#930700',GradientType=0 );
	font-weight: bold;
    font-size: 16px;
}
.book_now_btn a:hover {
	background: #930700;
	background: -moz-linear-gradient(top,  #930700 0%, #c40c00 100%);
	background: -webkit-linear-gradient(top,  #930700 0%,#c40c00 100%);
	background: linear-gradient(to bottom,  #930700 0%,#c40c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#930700', endColorstr='#c40c00',GradientType=0 );
}

.speeking_testimonials {
	position: relative;
	padding-top: 0 !important;
  padding-bottom: 10px !important;
}
.speeking_testimonials ul.mk-flex-slides {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.speeking_testimonials.mk-testimonial.simple-style .flex-direction-nav .flex-next, 
.speeking_testimonials.mk-testimonial.simple-style .flex-direction-nav .flex-prev {
  left: 0 !important;
  transform: none;
  top: 50%;
  margin: -22px 0 0;
  border: none;
}
.speeking_testimonials.mk-testimonial.simple-style .flex-direction-nav .flex-next {
	left: auto !important;
	right: 0;
}
@media only screen and ( max-width: 767px ) {
	.speeking_testimonials {
		padding-top: 50px !important;
	}
	.mk-testimonial.simple-style.simple-style {
		padding-left: 35px;
		padding-right: 35px;
	}
}
.speeking_testimonials.mk-testimonial.simple-style .flex-direction-nav svg {
	height: 24px;
}
.speeking_testimonials > svg {
	display: none;
}
.speeking_testimonials .mk-testimonial-author,
.speeking_testimonials .mk-testimonial-company {
	display: inline-block !important;
    vertical-align: middle;
    font-size: 16px !important;
    line-height: 1.5;
    margin: 0;
}
.speeking_testimonials .mk-testimonial-company::before {
	content: ' - ';
}


.custom_faq .vc_toggle_title {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f3f3f3;
}
.custom_faq .vc_toggle_title h4 {
	text-transform: none;
}
.custom_faq .vc_toggle_title .vc_toggle_icon {
	left: 5px !important;
}
.custom_faq .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::after, 
.custom_faq .vc_toggle_color_juicy_pink.vc_toggle_simple .vc_toggle_icon::before {
	background-color: #ab0900;
}



.booking_form_wrap {
	margin: 0 auto;
    max-width: 690px;
    padding: 20px 20px 20px 36px;
	background: #f4f4f4;
	border: 1px solid #dfdede;
}
.booking_form_wrap .gform_wrapper input[type=text], 
.booking_form_wrap .gform_wrapper input[type=url], 
.booking_form_wrap .gform_wrapper input[type=email], 
.booking_form_wrap .gform_wrapper input[type=tel], 
.booking_form_wrap .gform_wrapper input[type=number], 
.booking_form_wrap .gform_wrapper input[type=password],
.booking_form_wrap .gform_wrapper textarea,
.booking_form_wrap .gform_wrapper select {
	border: 1px solid #dfdede !important;
	background: #efefef;
	background: -moz-linear-gradient(top,  #efefef 0%, #ffffff 100%);
	background: -webkit-linear-gradient(top,  #efefef 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #efefef 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 0 0 0 2px #fff inset;
}
.booking_form_wrap .gform_wrapper select {
	background-image: url(/wp-content/uploads/red_arr_down.png) !important;
	background-repeat: no-repeat !important;
    background-position: 96% center !important;
}
.booking_form_wrap .gform_wrapper #field_4_8 textarea {
	height: 100px;
}







/* Footer Sign Up form */
.footer_sign_up {
  background: #cacaca;
}
.footer_sign_up .gform_wrapper {
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
}
.footer_sign_up form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_sign_up .gform_body {
  max-width: 815px;
  width: 100% !important;
}

/* GF Fields */
.footer_sign_up .gform_body .ginput_container {
  width: 450px;
  margin: 0 !important;
}
.footer_sign_up .gfield,
.footer_sign_up .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: transparent !important; /* For validation error */
  border: none !important; /* For validation error */
  padding: 0 !important; /* For validation error */
  margin: 0 !important; /* For validation error */
  max-width: 100% !important; /* For validation error */
  width: 100% !important;
}
.footer_sign_up .gfield input[type=text] {
  width: 100% !important;
  display: block;
  margin: 0 !important;
  height: 36px;
  line-height: 36px;
  padding: 0 15px !important;
  font-size: 16px !important;
}

/* GF Field label */
.footer_sign_up .gfield_label {
  padding: 8px 12px;
  margin: 0 !important; /* For validation error */
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align: right;
}
.footer_sign_up .gfield_label .gfield_required {
  display: none !important;
}

/* GF Footer */
.footer_sign_up .gform_footer {
  max-width: 300px;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.footer_sign_up .gform_footer input[type=submit] {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  height: 36px;
  line-height: 36px !important;
  padding: 0 15px;
  font-size: 16px !important;
}

/* Validation */
.footer_sign_up .validation_error,
.footer_sign_up .gfield_description, 
.footer_sign_up .validation_message,
.footer_sign_up img.gform_ajax_spinner {
  display: none !important;
}

/* Confirmation message */
.footer_sign_up .gform_confirmation_message {
  text-align: center;
  padding: 20px;
}

@media screen and ( max-width: 767px ) {
  .footer_sign_up form {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer_sign_up .gfield {
    display: block !important;
  }
  .footer_sign_up .gfield_label {
    padding: 0 0 16px;
    text-align: left;
  }
  .footer_sign_up .gform_body .ginput_container,
  .footer_sign_up .gform_footer {
    width: auto !important;
  }
}







