/*
    Theme Name: Blocksy
    Theme URI: https://creativethemes.com/blocksy/
    Author: CreativeThemes
    Author URI: https://creativethemes.com
    Description: Blocksy is a blazing fast and lightweight WordPress theme built with the latest web technologies. It was built with the Gutenberg editor in mind and has a lot of options that makes it extendable and customizable. You can easily create any type of website, such as business agency, shop, corporate, education, restaurant, blog, portfolio, landing page and so on. It works like a charm with popular WordPress page builders, including Elementor, Beaver Builder, Visual Composer and Brizy. Since it is responsive and adaptive, translation ready, SEO optimized and has WooCommerce built-in, you will experience an easy build and even an increase in conversions. Note: Blocksy is built with the latest web technologies in order to bring you the smoothest experience, that told, old browsers like IE 11 and below may not work as expected. We strongly recommend you to update/switch to a modern browser.
    Version: 1.8.69
    License: GNU General Public License v2 or later
    License URI: https://www.gnu.org/licenses/gpl-2.0.html
    Copyright: (c) 2019 CreativeThemes.
    Requires at least: 5.2
    Requires PHP: 7.0
    Tested up to: 6.1
    Text Domain: blocksy
    Tags: blog, e-commerce, wide-blocks, block-styles, grid-layout, one-column, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, translation-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, buddypress, rtl-language-support, news
*/

/* Formulário Página Principal */
.form,
.avaliacao-home .wp-block-stackable-columns {
    padding: 0 140px 0 140px;
}

.form .altura,
.avaliacao-home .altura {
    display: inline-block;
    width: 50%;
    padding-right: 20px !important;
}

.form .peso,
.avaliacao-home .peso {
    display: inline-block;
    width: 50%;
}

.form .plano-saude,
.avaliacao-home .plano-saude {
    display: inline-block;
    width: 50%;
    padding-right: 20px !important;
}

.form .celular,
.avaliacao-home .celular {
    display: inline-block;
    width: 50%;
}

.form .wpforms-submit-container,
.avaliacao-home .wpforms-submit-container {
    margin-top: 20px;
    text-align: center;

}



@media (max-width: 450px) {

    .form,
    .avaliacao-home .wp-block-stackable-columns {
        padding: 0 0 0 0;
    }

    .form .wpforms-submit-container,
    .avaliacao-home .wpforms-submit-container {
        margin-top: 20px;
        text-align: center;

    }
}


/* 3 motivos */
.motivos {}

/* Blog Ultimas postagens **/
.blog-ultimas-postagens-hoje .stk-block-hero__content {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
}

.blog-ultimas-postagens-hoje ul li {
    background: rgb(255, 255, 255) !important;
    padding: 20px 20px 15px 20px;
}

.blog-ultimas-postagens-hoje ul li img {
    width: 100%;
    max-height: 250px !important;
    margin-bottom: 10px;
}

@media (max-width: 450px) {

    .blog-ultimas-postagens-hoje .is-layout-constrained {

        padding-left: 20px;
        text-align: center !important;
    }

}