/**
Theme Name: GorillaTheme
Author: GorillaWeb
Author URI: https://gorillaweb.pl
Description: Szablon GorillaTheme oparty o motyw 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: gorillatheme
Template: astra
*/


/**
 * Elements: header, menu
 */

.site-primary-header-wrap.ast-container {
    max-width: 100% !important;
}

@media only screen and (min-width: 921px) {
    .sub-menu .menu-link {
        padding: 8px 15px !important;
    }

    #ast-hf-menu-1 .menu-link {
        padding: 0 10px;
    }
}

.ast-menu-toggle:focus,
.ast-menu-toggle:hover {
    outline: none !important;
    border: none !important;
}


/**
 * Elements: global-styles
 */

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

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

.report-list-repeater i {
    padding-right: 6px;
    color: var(--e-global-color-astglobalcolor0);
}

.report-list-repeater a {
    color: var(--ast-global-color-4) !important;
}

.report-list-repeater a:hover {
    color: var(--e-global-color-astglobalcolor0) !important;
}

.report-list-repeater ul>li {
    align-items: center !important;
}

.featured-image img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

@media only screen and (max-width: 921px) {
    .wpDataTableContainerSimpleTable {
        overflow-x: scroll !important;
    }

    h3.wpdt-c:after {
        content: '';
        background-image: url(https://sebastiankurzawa.stronazen.pl/orator/wp-content/uploads/2023/10/hand.svg);
        background-position: center center;
        background-size: contain;
        height: 22px;
        width: 22px;
        position: absolute;
        right: 0;
        top: 0;
    }
}


/**
 * Elements: page titles
 */

.ast-advanced-headers-title {
    font-size: 54px;
}

@media only screen and (max-width: 921px) {
    .ast-advanced-headers-title {
        font-size: 44px;
    }
}

@media only screen and (max-width: 544px) {
    .ast-advanced-headers-title {
        font-size: 30px;
    }
}

.ast-advanced-headers-layout:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://sebastiankurzawa.stronazen.pl/orator/wp-content/uploads/2023/07/hero-overlay-01-01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    mix-blend-mode: hard-light;
}


/**
 * Elements: homepage
 */

.about-us-counter-custom .elementor-counter-title {
    text-align: left !important;
}

.about-us-counter-custom .elementor-counter-number-prefix {
    display: none !important;
}

.about-us-counter-custom .elementor-counter-number-wrapper {
    margin-bottom: 5px;
}

.numbers-counter-custom .elementor-counter-title {
    text-align: left !important;
}

.numbers-counter-custom .elementor-counter-number-prefix {
    display: none !important;
}

.numbers-counter-custom .elementor-counter-number-wrapper {
    margin-bottom: 15px;
}

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

.custom-list li {
    display: table;
    margin-bottom: 6px;
}

.custom-list li:before {
    display: table-cell;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f00c';
    padding-right: 10px;
    font-size: 13px;
}


/**
 * Elements: contact form 7 styles
 */

@media only screen and (min-width: 921px) {
    .full-row {
        margin-right: 15px;
    }

    .half-row {
        display: inline-flex;
        width: 48%;
        margin-right: 10px;
    }
}

.wpcf7-list-item {
    margin: 0 0 0 0 !important;
    font-size: 14px;
    line-height: 1.5em;
}

.contact-form-7-container input[type=email],
.contact-form-7-container input[type=number],
.contact-form-7-container input[type=password],
.contact-form-7-container input[type=reset],
.contact-form-7-container input[type=search],
.contact-form-7-container input[type=tel],
.contact-form-7-container input[type=text],
.contact-form-7-container input[type=url],
.contact-form-7-container select,
.contact-form-7-container textarea {
    border: none;
    background-color: #FEF7F4;
    color: var(--ast-global-color-4);
    border-radius: 0;
}


/**
 * Elements: footer, bottom bar
 */

.footer-logo {
    width: 140px;
    margin-bottom: 10px !important;
}

.footer-heading {
    font-family: "Noto Serif";
    font-weight: 700;
    font-size: 20px;
    color: #fff !important;
    margin-bottom: 20px;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"],
.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    color: #FFFFFFD4 !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] i,
.site-below-footer-wrap[data-section="section-below-footer-builder"] i {
    color: #2873b9 !important;
    margin-right: 6px !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] a,
.site-below-footer-wrap[data-section="section-below-footer-builder"] a {
    color: #fff !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] a:hover,
.site-below-footer-wrap[data-section="section-below-footer-builder"] a:hover {
    color: var(--ast-global-color-0) !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] ul {
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 !important;
}


.site-primary-footer-wrap[data-section="section-primary-footer-builder"] ul li {
    margin-bottom: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #050a2f !important;
}

.site-primary-footer-wrap[data-section="section-primary-footer-builder"] ul li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    min-height: auto !important;
}