/**
Theme Name: SMK
Author: SQuare Solutions
Author URI: https://square.rpalej.pl/
Description: SMK Pomoc
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smk
Template: astra
*/

.grecaptcha-badge { visibility: hidden; }

.wp-block-uagb-buttons {
    margin-bottom: 0 !important;
}

.entry-meta {
    display: none !important;
}

.justify-text {
    text-align: justify !important;
}

.site-header-fixed {
    background: rgba(255,255,255,1);
    transition: background-color 0.25s linear;
}

.site-header-fixed .menu-link {
    color: black !important;
}

.header-social-inner-wrap {
    padding-bottom: 5px;
}

.menu-item {
    line-height: inherit !important;
    outline: none !important;
}

.menu-item > a {
    outline: none !important;
}

.menu-item.current-menu-item {
    border-bottom: 1px solid #87B2D5 !important;
}

.site-header-fixed .menu-item:after {
    border-bottom: 1px solid black;
}

.menu-item:after {
    border-bottom: 1px solid #87B2D5;
}

.menu-item:after {
    display: block;
    content: '';  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}
.menu-item:hover:after {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.ast-author-box.ast-archive-description {
    margin-top: 100px;
}

.ast-author-box.ast-archive-description .ast-author-bio {
    display: none;
}

.ast-author-box.ast-archive-description .ast-author-avatar {
    display: none;
}

.ast-blog-featured-section {
    left: 50%;
    transform: translateX(-50%);
}

.user-testimonial h2 {
    margin: 0;
}

.user-testimonial p {
    text-align: justify;
}

@media screen and (max-width: 990px) {
    .menu-item > a {
        color: #374C6C !important;
    }

    .menu-item.current-menu-item > a {
        color: #5A9CD7 !important
    }

    .menu-item > .ast-menu-toggle {
        color: #5A9CD7 !important;
    }
}

@media screen and (max-width: 1100px) {
    .user-testimonial-mobile-reverse .testimonial-image {
        order: 2;
    }
    .user-testimonial-mobile-reverse .testimonial-text {
        order: 1;
    }
}

@media screen and (max-width: 990px) {
    .ast-site-title-wrap .site-title {
        display: none;
    }
}

.sub-menu {
    border: none !important;
}

.sub-menu li {
    background-color: white;
    box-shadow: 5px 5px 15px grey;
}

.sub-menu li .menu-link {
    color: black !important;
}

.sub-menu .menu-item:after {
    border-bottom: 1px solid #87B2D5 !important;
}

.main-page-short-desc .wp-block-button {
    text-align: center;
}

h2.uagb-image-heading {
    pointer-events: none;
}

#wpforms-2174-field_10_suggestion {
    display: none;
}

.wpforms-container .wpforms-field-label {
    margin-bottom: 10px;
    font-weight: unset;
}

.wpforms-container input {
    border-radius: 15px !important;
}

.wpforms-container .choices__inner {
    min-height: 45px !important;
    border-radius: 15px !important;
}

.wpforms-container textarea {
    border-radius: 15px !important;
}

.wpforms-required-label {
    color: #87B2D5 !important;
}

.sb_instagram_header {
    display: none;
}

.sbi_follow_btn a {
    background: #87B2D5 !important;
}

.sbi_follow_btn a:hover {
    box-shadow: none !important;
    background: #87B2D5 !important;
}

.promotion-overlay-header {
    width: 60% !important;
    position: absolute !important;
    top: 30px;
    right: 10px;
}

.promotion-overlay-text {
    width: 60% !important;
    position: absolute !important;
    top: 85px;
    right: 10px;
}

.promotion-overlay-header h2{
    font-weight: bold;
    color: white;
}

.promotion-overlay-text h2{
    color: white;
    font-size: 40px;
}

@media screen and (max-width: 990px) {
    .promotion-overlay-header {
        width: 60% !important;
        position: absolute !important;
        top: 30px;
        right: 10px;
    }

    .promotion-overlay-text {
        width: 60% !important;
        position: absolute !important;
        top: 85px !important;
        right: 10px;
    }

    .promotion-overlay-header h2{
        font-weight: bold;
        color: white;
        font-size: 50px;
    }
    
    .promotion-overlay-text h2{
        color: white;
        font-size: 38px;
    }
}

.no-padding .uagb-icon-list__wrap {
    padding: 0 !important;
}

.no-padding .uagb-icon-list__wrap .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap {
    align-self: flex-start !important;
    padding-top: 4px !important;
}

.content {
    margin-bottom: 5px !important;
    line-height: 1.2em;
}

.show-more-click {
    color: #87B2D5;
    cursor: pointer;
}

.show-more-click:hover {
    color: #9ac9ef;
}

.hideContent {
    overflow: hidden;
    height: 13em;
}

.showContent {
    height: auto;
}