/*
Theme Name:     Siteffect 2015 Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Siteffect child theme - Based on Jupiter theme 
Author:         Siteffect
Theme URI: 		http://www.webdesignsiteffect.be
Template:       jupiter
Version:        1.0.0
*/

/* BUG FIX
---------------------------*/
@media handheld, only screen and (max-width: 1024px) {
 body .mk-page-section .background-layer {
  background-attachment: scroll!important;
  position: absolute !important;
 }
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    width: 250px;
}
}

/* GENERAL TYPOGRAPHY
---------------------------*/

.introduction p {
    font-size: 20px !important;
    color: #6E6C71;
    line-height: 2.16em !important;
}

.introduction strong {
    font-weight: 300 !important;
}

.mk-testimonial.simple-style .mk-testimonial-content {
    font-size: 28px !important;
    line-height: 32px;
    font-style: italic;
}

/* GENERAL STYLING
---------------------------*/

.mk-divider.thick_solid .divider-inner {
    border-top: 4px solid rgba(0, 0, 0, 0.1);
}


/* DESKTOP SLIDER
---------------------------*/

.mk-flexslider .mk-flex-slides img {
    margin-left: 5px !important;
}


/* CONTACT
---------------------------*/

.contact-info p {
    color: #FFF !important;
    font-size: 90% !important;
}

.contact-info a {
    color: #f9d3c4 !important;
}


.contact-info h2 {
    color: #FFF !important;
    font-size: 115% !important;
    font-weight: 400 !important;
}

.mk-fancy-title.pattern-style {
    background: none !important;
}

.mk-contact-form-wrapper.modern-style.contact-light .text-input, .mk-contact-form-wrapper.modern-style.contact-light .mk-textarea {
    background-color: rgba(255, 255, 255, 0.3);
    color: #000;
}

.mk-contact-form-wrapper.modern-style.contact-light .text-input:focus {
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
}

.mk-contact-form-wrapper.modern-style.contact-light .captcha-change-image {
    color: #333;
}