/* 
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
*/

/*
    Add your custom styles here
*/
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #a08d63;
    display: none;
}

.pwpc-pap-img-slider, .pwpc-pap-img-slider .pwpc-pap-portfolio-slide{height: 600px;}

.pwpc-pap-filter li:hover a, .pwpc-pap-filter li:focus a, .pwpc-pap-filter li.pwpc-pap-active-filtr a {
    background: #a08d63;
    color: #fff;
    /* border: 1px solid #525252; */
}

.pwpc-pap-filter li a {
    color: #a08d63;
    border: 0px solid #a08d63;
    font-style: normal;
    font-weight: 400;
    font-family: "Montserrat", sans-sarif;
}
.pwpc-pap-filter li a {
    text-decoration: none;
    font-size: 16px;
    text-transform: normal;
    font-weight: 600;
    display: block;
    position: relative;
    cursor: pointer;
    color: #000;
    background: transparent;
    padding: 5px 10px;
    line-height: normal;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border: 1px solid #e1e1e1;
    outline: none;
}

/******  Button Black GOLD*****/
.pwpc-bws-black{background-color: #a08d63;}
.pwpc-bws-black:hover, .pwpc-bws-black:focus{background-color: #a08d63;}
a.pwpc-bws-black{color: #fff  !important;}
.pwpc-bws-black.pwpc-bws-hollow{background-color: transparent; border:2px solid #a08d63 !important;}
a.pwpc-bws-black.pwpc-bws-hollow{color: #a08d63  !important;}
a.pwpc-bws-black.pwpc-bws-hollow:hover, a.pwpc-bws-black.pwpc-bws-hollow:focus {background-color: #a08d63; color: #fff  !important;}
