/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Geral */

body {
    overflow-x: hidden;
}

.page-header {
    margin-top: 50px;
}

input:focus,
textarea:focus,
select:focus,
a:focus {
    outline: none;
}

.term-description {
    margin-bottom: 50px
}

/* Pesquisa */
.search .post {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    text-align: center;
}

.search .post h2 {
    color: #222222;
    font-weight: 400;
    font-size: 1em
}

.search .post .add_to_cart_inline {
    border: none !important;
}

.search .post .woocommerce-Price-amount {
    display: block;
}

.search .post .button {
    transition: .3s;
}

@media only screen and (max-width: 850px) {
    .search .post {
        width: 100%;
    }
}


/* Inputs */
input:not([type="submit"]),
select,
.select2,
textarea {
    margin-top: 5px;
    margin-bottom: 15px;
}

select {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-ccbd08f);
    border-radius: 0px 0px 0px 0px;
    background: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
}

/* Contact Forms 7 */
.wpcf7-form label {
    width: 100%;
}

.wpcf7-form .wpcf7-list-item.first,
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0px;
}

/*Tables*/
table {
    border-color: var(--e-global-color-ccbd08f);
}

table td,
table th {
    border-color: var(--e-global-color-ccbd08f);
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th,
table tbody>tr:hover>td,
table tbody>tr:hover>th {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Search Results Grid */
.search .site-main .page-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 20px;
}

.search .site-main .page-content article {
    width: 100%;
    margin: 0;
}

@media (max-width: 1024px) {
    .search .site-main .page-content {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .search .site-main .page-content {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .search .site-main .page-content {
        grid-template-columns: 1fr;
    }
}

.search .post h2 {
    color: var(--e-global-color-text);
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 10px;
}

.search .post .excerpt {
    color: var(--e-global-color-text);
    font-size: 0.9em;
    margin: 10px 0;
}

.search .post {
    text-align: left;
    padding: 20px;
}

.search .post a.view {
    text-decoration: none;
    font-weight: 500;
    color: white;
    background-color: var(--e-global-color-primary);
    padding: 8px 20px;
    display: inline-block;
}

.search .post a.view:hover {
    background-color: var(--e-global-color-accent);
}

.search .post .price {
    color: var(--e-global-color-text);
    font-size: 1.2em;
    font-weight: 500;
    margin: 10px 0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.search .post .price del,
.search .post .price ins {
    display: inline-block;
}

.search .post img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.search .post-link {
    text-decoration: none;
    color: inherit;
}

/* Pagination Navigation */
.search .pagination {
    display: flex;
    justify-content: space-between;
    margin: 30px 20px;
}

.search .pagination .nav-previous,
.search .pagination .nav-next {
    flex: 0 0 auto;
}

.search .pagination a {
    color: var(--e-global-color-text);
    text-decoration: none;
    padding: 10px 20px;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
}

.search .pagination a:hover {
    background-color: var(--e-global-color-primary);
    color: white;
}

.search .pagination .meta-nav {
    font-size: 1.5em;
}

@media (min-width: 1200px) {

    .page-header .entry-title,
    .site-footer .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header .header-inner,
    .site-header:not(.dynamic-header),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1300px;
    }
}