/*
 Documento CSS do Sobre
 Seguindo os padrões do Bootstrap - http://getbootstrap.com/css/#grid-media-queries
 Criador: Weslei Silveira - www.wesleisilveira.com.br
 Data: 12/09/2017
 */

/* ------------------------------------------------------------------------------- */
/* Large devices (large desktops, 1200px and up) - col-lg-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 992px) and (max-width: 1700px) {

}

@media (min-width: 1200px) {
	
}

/* ------------------------------------------------------------------------------- */
/* Medium devices (desktops, 992px and up) - col-md-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 992px) {}

/* ------------------------------------------------------------------------------- */
/* Small devices (tablets, 768px and max 991px) - col-sm-*
/* ------------------------------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
    .hero img {
        margin-top: 20px;
    }

    /* Chill */
    .chill .chill-playlist {
        margin-bottom: 50px;
    }

    /* Checklist */
    .checklist h2 {
        margin-top: 0;
    }
    
    .checklist img {
        margin-top: 35px;
    }

    /* Mindfulness */
    .mindfulness .mindfulness-slide {
        margin-top: 40px;
    }

    /* Events */
    .events .events-cards,
    .events .events-item {
        margin-bottom: 30px;
    }

    /* Testimonial */
    .testimonial .testimonial-card {
        margin-bottom: 30px;
    }
}

/* ------------------------------------------------------------------------------- */
/* Extra small devices (phones, less than 768px) - col-xs-*
/* ------------------------------------------------------------------------------- */

@media (max-width: 767px) {
    /* hero */
    .hero {
        padding: 40px 0;
    }

    .hero img {
        margin-top: 20px;
    }

    .hero .hero-box-form .hero-box-form-header {
        background: none;
        padding-left: 0;
    }

    /* Blog */
    .blog-post .blog-post-item {
        margin-top: 30px;
    }

    /* Chill */
    .chill .chill-playlist {
        margin-bottom: 50px;
    }

    /* Checklist */
    .checklist h2 {
        margin-top: 0;
    }

    .checklist img {
        margin-top: 35px;
    }

    /* Mindfulness */
    .mindfulness .mindfulness-slide {
        margin-top: 40px;
    }

    /* Events */
    .events .events-cards,
    .events .events-item {
        margin-bottom: 30px;
    }

    /* Partner */
    .partner .partner-box {
        padding: 40px;
    }

    /* Testimonial */
    .testimonial .testimonial-card {
        margin-bottom: 30px;
    }
}
