/**
Theme Name: GorillaWeb
Author: GorillaWeb
Author URI: https://gorillaweb.pl
Description: Motyw GorillaWeb oparty o Astra
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gorillaweb
Template: astra
*/

/* Top bar, header, menu */

.ast-above-header-bar i {
    font-size: 14px;
    margin-right: 4px;
}


/* Globalne style */ 

b, strong {
    font-weight: 500;
}

.site-content {
    margin: 80px 0 80px 0;
}

@media only screen and (max-width: 544px) {
    .site-content {
        margin: 40px 0 40px 0;
    }
}

.offer-box .elementor-button {
    padding: 0 !important;
}

.offer-box .elementor-cta__content {
    margin-top: -1px;
}

.gallery-caption {
    border: none !important;
}

.sub-offer .elementor-cta__bg {
    background-size: 70% !important;
    background-repeat: no-repeat;
}

b, strong {
    color: var( --e-global-color-primary ) !important;
}

.table-section table tr:first-child {
    background-color: #f9f9f9;
    color: var( --e-global-color-primary ) !important;
    font-weight: 600;
}

[for='form-field-gdpracceptance'] {
    font-size: 12px !important;
    line-height: 1.2em !important;
}

.custom-list {
    list-style-type: none;
    margin: 10px 0 10px 15px !important;
    padding: 0 !important;
}

.custom-list li {
    display: table;
}

.custom-list li:before {
    display: table-cell;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 6px;
    color: var( --e-global-color-accent ) !important;
}


/* Page title */

.ast-advanced-headers-layout:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #252525;
    opacity: 0.6;
}

/* Footer */

.footer-logo {
    width: 240px;
    margin-bottom: 10px
}

.footer-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #fff;
}

.site-primary-footer-wrap .ast-builder-html-element i {
    font-size: 14px;
    margin-right: 4px;
    color: var( --e-global-color-accent );
}

.site-primary-footer-wrap ul {
    list-style: none;
    margin: 0;
}

.site-primary-footer-wrap ul li {
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.site-primary-footer-wrap ul li:last-child {
    padding: 8px 0 0 0;
    border-bottom: 0;
}

.site-primary-footer-wrap ul li:first-child {
    padding: 0 0 8px 0;
}

/* Sidebar */

.sidebar-cta .elementor-button {
    padding: 17px 34px !important;
}

.sidebar-archive h5 {
    margin-bottom: 10px;
    font-size: 20px;
}

.sidebar-archive a {
    color: var( --e-global-color-primary ) !important;
}

.sidebar-archive ul {
    list-style-type: none;
    margin: 0 0 0 10px !important;
}

.sidebar-archive li {
    display: table;
}

.sidebar-archive ul li:before {
    display: table-cell;
    content: '\f0da';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 6px;
    color: var( --e-global-color-accent ) !important;
}

/* Page titles */

.ast-advanced-headers-title {
    font-size: 1.8rem !important;
}

/* Products */

.product-table thead tr th:first-child,
.product-table tbody tr td:first-child {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
}


.product-table {
    font-size: 14px;
    line-height: 24px;
    table-layout: fixed;
}

.product-table tr:first-child {
    font-weight: 500;
    color: var( --e-global-color-primary );
    background-color: #f9f9f9;
}


