/*
Theme Name: Kaffa Child Theme
Theme URI: http://kaffa.like-themes.com/
Author: Like Themes
Author URI: http://like-themes.com/
Description: Blank Child Theme for Kaffa
Template: kaffa
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: four-columns, right-sidebar, full-width-template
Text Domain: kaffa

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*GERAL*/
.lte-header-wrapper + .main-wrapper > .margin-default, .lte-header-wrapper + .margin-default {
    padding-top: initial;
    padding-bottom: initial;
}

/*FOOTER*/
.lte-footer-wrapper p {
    color: white !important;
}

/*PÁGINA CONTACTOS*/
.form-contactos .col-lg-12 {
    width: 100%;
    margin-bottom: 15px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	resize: none;
}

/*PÁGINA LOJA*/
.lte-wc-order {
    margin-top: 60px;
}

ul.products.columns-128 {
    margin-bottom: 80px !important;
}

/*PÁGINA PRODUTO*/
.product-template-default .container.main-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

span.posted_in {
    display: none !important;
}