/*
Theme Name: groby1
Version: 1.0
Description: A child theme of Shapely
Template: shapely
Author: Administrator
*/
@import url("../shapely/style.css");
/* Your awesome customization starts here */

/*Remove search feature*/
#site-navigation i.fa.fa-search {
    display: none;
    pointer-events: none;
}

#site-navigation .search-widget-handle {
    display: none;
}

/*kolory menu */
.main-navigation .menu li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: -1px;
    color: #4c005a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    white-space: normal;
}

.site-title {
    font-size: 24px;
    line-height: 52px;
    color: #4c005a;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-weight: 300;
    font-family: 'Raleway';
}

/* kolor liter szablonu */
body {
    color: #000000;
    font-weight: 400;
}

/* Kolory napisów strony głównej */
.image-bg h3, .image-bg h1 {
    color: #6a1292;
    font-weight: 600;
    /*text-shadow: 4px 4px 2px rgba(255, 255, 255, 1) */
    text-shadow: 0.02em 0 white, 0 0.02em white, -0.02em 0 white, 0 -0.02em white;
}

.cover p {
    color: #6a1292;
    font-size: 24px;
    font-weight: 600;
    background-color: #F1F1F1;
    border: 5px solid #F1F1F1;
    opacity: 0.75;
    
}

/* Kolory tekstu szablonu */
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #4c005a !important;
}


/*kolory katalogu */
.wpbdp-listing .listing-title a,
.wpbdp-listing .listing-title h2 {
    color: #65116A !important;
}

.wpbdp-listing a:not(.wpbdp-button) {
    color: #8436a1 !important;
}


div.listing-details.cf {
    color: #65116A !important;
    font-weight: 600 !important;
}

div.excerpt-content {
    color: #65116A !important;
    font-weight: 600 !important;
}


/* Przyciski listing */
.wpbdp-button {
    background-color: #A34BB4 !important;
    color: #ffffff !important;
    border: 1px solid #A34BB4 !important;
    border-radius: 0px !important;
    background: #8436a1 !important;
}

/* Usunięcie tytułu strony wyszukiwania */
#wpbdp-search-page h2.title {
    display: none;
} 

/* dodanie stałego obramowania dla pól tekstowych */
input[type="text"], input[type="search"], input[type="email"], input[type="tel"] {
    border-color: #a34bb4 !important;
}

/* usunęcie przycisku WIDOK */
a.wpbdp-button.button.view-listing {
    display: none !important;
}

/* zmiana szerokości przycisku Szukaj (zaawansowane) */
input.wpbdp-submit.wpbdp-button.submit {
    max-width: 155px !important;
}

/* zmiana szerokości przycisku Wyczyść (zaawansowane) */
input.wpbdp-button.reset {
    height: 40px !important;
}

/* Wyłączenie szukania zaawansowanego */
.wpbdp-main-box .advanced-search-link {
    display: none !important;
    pointer-events: none !important;
}

/* Wyłączenie selektora rekordow */
div.shapely-next-prev.row {
    display: none !important;
}

/* Wyłączenie selektora rekordow */
div.wpbdp-pagination {
    display: none !important;
}

