/* 
Theme Name: GorillaTheme Child
Theme URI: https://gorillaweb.pl
Description: Hi, thank you for using our theme. For any help or support please feel free to reach us at any time at biuro@gorillaweb.pl
Author: GorillaWeb
Author URI: https://gorillaweb.pl
Template: gorillatheme
Version: 1.0.1
Text Domain: gorillatheme-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/**
* Sticky header
*/

selector.elementor-sticky--effects {
    background-color: var(--e-global-color-primary) !important;
}

selector {
    transition: background-color 1s ease !important;
}

selector.elementor-sticky--effects>.elementor-container {
    min-height: 80px;
}

selector>.elementor-container {
    transition: min-height 0.5s ease !important;
}


/**
* Elements: header, menu, sidebar menu (offer)
*/

.book-visit-menu-element .elementor-item:before {
    content: '\f073';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block !important;
    padding-right: 5px !important;
    position: relative !important;
    opacity: 1 !important;
}

#offer-sidebar-button .elementor-button-icon svg {
    width: 24px;
    height: 24px;
}

#offer-sidebar-button .elementor-button-content-wrapper {
    align-items: center;
}

@media only screen and (max-width: 767px) {
    #offer-sidebar-button .elementor-button-text {
        display: none !important;
    }
}

.services-menu-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.services-menu-content ul li {
    margin-bottom: 8px;
}

.services-menu-content ul li a {
    color: var(--e-global-color-text);
    transition: 0.5s all;
}

.services-menu-content ul li a:hover {
    color: var(--e-global-color-434ba0c);
}

.menu-heading .elementor-heading-title {
    display: flex;
}

.menu-heading .elementor-heading-title:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 85vw;
    border-top: 1px solid #DEDDE4;
    position: absolute;
    top: 14px;
    left: 75px !important;
}

.menu-main-heading .elementor-heading-title {
    display: flex;
}

.menu-main-heading .elementor-heading-title::after {
    content: '';
    flex: 1;
    margin-left: 1rem;
    height: 1px;
    margin-top: 15px;
    background-color: #eaeaea;
}

.offer-sidebar-button svg {
    transition: 0.3s all;
}

.menu-oferta ul#menu-1-60ece00 {
    background-color: #22022e;
}

.menu-oferta ul#menu-1-60ece00 li {
    padding: 32px 16px;
}

.menu-oferta ul#menu-1-60ece00 li a {
    color: #FFF;
}


/**
* css for expand options inside sidebar menu (offer)
*/

.container-sidemenu {
    max-width: 100%;
}

.description-sidemenu {
    max-height: none;
	font-family: "acumin-pro", Sans-serif !important;
    overflow: visible;
}

@media screen and (max-width: 1024px) {
    .description-sidemenu {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.8s ease-in-out;
    }
}

@media screen and (max-width: 1024px) {
    .title-sidemenu::after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        margin-left: 5px;
        transition: transform 0.8s ease-in-out;
    }

    .container-sidemenu.active .title-sidemenu::after {
        content: '\f106';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        transition: transform 0.8s ease-in-out;
    }
}

.title-sidemenu {
    color: var(--e-global-color-primary);
	font-family: "acumin-pro", Sans-serif !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.three-column-desktop-menu {
    column-count: 3;
}

@media screen and (max-width: 1024px) {
    .three-column-desktop-menu {
        column-count: 1 !important;
    }
}


/**
* Elements: homepage styles
*/

.frontpage-services-carousel .swiper-slide a {
    display: flex;
}

.frontpage-services-carousel img {
    height: 480px;
    object-fit: cover;
    width: 100% !important;
    transition: 0.5s all;
}

.frontpage-services-carousel .swiper-slide:hover img {
    transform: scale(1.1);
}

.frontpage-services-carousel .swiper-slide .elementor-repeater-item-304d735 a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 480px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.31%, #000000 100%);
    opacity: 0.4;
}

.frontpage-services-carousel h2.repeater-item {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 25px;
    position: absolute !important;
    text-align: center;
    width: 75%;
    z-index: 2;
}

.frontpage-services-carousel .swiper-button-prev,
.frontpage-services-carousel .swiper-button-next {
    width: auto !important;
    height: auto !important;
}

.media-carousel-bordered .elementor-swiper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 60%;
    border: 1px solid #fff;
    z-index: 2;
}

.media-carousel-bordered .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 22% !important;
}

.frontpage-services-carousel .swiper-button-prev svg {
    content: " ";
    background: url('https://femininity.pl/wp-content/uploads/2024/09/left-arrow.svg');
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.frontpage-services-carousel .swiper-button-prev:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 6vw;
    border-top: 1px solid var(--e-global-color-primary);
    position: absolute;
    top: 10px;
    left: 40px;
}

.frontpage-services-carousel .swiper-button-next svg {
    content: " ";
    background: url('https://femininity.pl/wp-content/uploads/2024/09/right-arrow.svg');
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
}

.frontpage-services-carousel .swiper-button-next:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 6vw;
    border-top: 1px solid var(--e-global-color-primary);
    position: absolute;
    top: 10px;
    right: 40px;
}


/**
* Elements: global styles
*/

.accent-heading u {
    font-style: italic;
    text-decoration: none;
}

.elementor-slideshow__title {
    display: none !important;
}

.services-carousel img {
    height: 480px;
    object-fit: cover;
    width: 100% !important;
}

.services-carousel h2.repeater-item {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15%;
    position: relative;
    width: 75%;
    z-index: 2;
}

.overlined-button .elementor-widget-container {
    display: inline-flex !important;
    align-items: end;
}

/* .overlined-button.white .elementor-widget-container::after {
    content: " ";
    background: url('https://femininity.pl/wp-content/uploads/2023/03/right.svg');
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    margin-left: 16px;
}
.overlined-button.color .elementor-widget-container::after {
    content: " ";
    background: url('https://femininity.pl/wp-content/uploads/2024/09/right-arrow.svg');
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    margin-left: 16px;
} */
.overlined-button .elementor-button-icon svg {
    width: 1.5em;
}

.overlined-button .elementor-button-content-wrapper {
    align-items: center;
}

.testimonials-carousel .eicon-chevron-right:before {
    content: " ";
    background: url('https://femininity.pl/wp-content/uploads/2024/09/right-chevron.svg');
    background-size: 36px;
    width: 36px;
    height: 36px;
    display: block;
}

.testimonials-carousel .eicon-chevron-left:before {
    content: " ";
    background: url('https://femininity.pl/wp-content/uploads/2024/09/left-chevron.svg');
    background-size: 36px;
    width: 36px;
    height: 36px;
    display: block;
}

.treatment-testimonials .swiper-slide {
    visibility: hidden !important;
}

.treatment-testimonials .swiper-slide-visible {
    visibility: visible !important;
}

.treatment-testimonials {
    overflow: hidden !important;
}

.logos-carousel img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}

.logos-carousel .swiper-pagination-bullet {
    border: 1px solid var(--e-global-color-primary);
}

.posts-carousel .dce-post-button:after {
    content: " ";
    background: url('https://femininity.pl/wp-content/uploads/2024/09/right-arrow.svg');
    background-size: 24px;
    width: 24px;
    height: 34px;
    background-repeat: no-repeat;
    display: inline-flex;
    margin-left: 16px;
    background-position: 0px 11px;
}

.posts-carousel .dce-post-button {
    display: inline-flex !important;
    align-items: end;
}

.posts-carousel .dce-carousel-controls .swiper-button-left:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 6vw;
    border-top: 1px solid var(--e-global-color-primary);
    position: absolute;
    top: 10px;
    left: 40px;
}

.posts-carousel .dce-carousel-controls .swiper-button-right:after {
    content: "";
    display: inline-block;
    height: 1px;
    width: 6vw;
    border-top: 1px solid var(--e-global-color-primary);
    position: absolute;
    top: 10px;
    right: 40px;
}

.dce-posts-container a.dce-post-image {
    transition: 0.5s all !important;
}

.posts-carousel .dce-post-image:hover {
    transform: scale(1.1);
}

.newsletter-submit-form .elementor-button {
    margin-top: 10px;
}

.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.highlighted,
.elementor-nav-menu--dropdown .elementor-item:focus,
.elementor-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
    background-color: transparent !important;
}

details h2,
details h3,
details h4,
details h5,
details h6 {
    font-size: 24px !important;
}

summary {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--e-global-color-434ba0c);
    margin: 10px 0 15px 0 !important;
}

.elementor-text-editor ul,
.elementor-text-editor ol {
    padding: 0 0 15px 25px;
    margin: 0;
}

.problem-carousel-bordered img {
    aspect-ratio: 5/3 !important;
    object-fit: cover !important;
}

.problem-carousel-bordered .elementor-widget-container:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60%;
    height: 60%;
    border: 1px solid #fff;
    z-index: 2;
}

.problem-carousel-bordered .swiper-container-horizontal>.swiper-pagination-bullets,
.problem-carousel-bordered .swiper-pagination-custom,
.problem-carousel-bordered .swiper-pagination-fraction {
    bottom: 22% !important;
}

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

.blog-featured-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.blog-featured-image {
    overflow: hidden;
}

.blog-post-loop-item-container .blog-featured-image img {
    transition: 0.5s all;
}

.blog-post-loop-item-container:hover .blog-featured-image img {
    transform: scale(1.1);
}

@media (max-width: 479px) {
    div.elementor-element-b4c4187 {
        display: none !important;
    }

    .elementor-element-caeb535 {
        width: 100% !important;
    }
}


/**
* Elements: pricing list
*/

.pricing-table-section tr th {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: var(--e-global-color-accent) !important;
}

.pricing-table-section tr th:first-child {
    text-align: left;
}

.pricing-table-section td:first-child {
    width: 80%;
}

.pricing-table-section td:last-child {
    width: 20%;
    text-align: center;
}

/*
.treatment-testimonials .swiper-pagination-bullets-dynamic {
    left: 0 !important;
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
}
*/

.pricing-table-accordion .elementor-tab-title u {
    text-decoration: none;
    color: var(--e-global-color-434ba0c) !important;
}



/**
* Elements: sidebars
*/

.sidebar-container-custom h5 {
    margin: 0 0 20px 0 !important;
    color: var(--e-global-color-primary);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px 0px 10px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: var(--e-global-color-accent);
    font-family: "acumin-pro", Sans-serif;
}

.sidebar-container-custom ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-container-custom ul li {
    padding-bottom: 8px;
}

.sidebar-container-custom ul li a {
    color: var(--e-global-color-text);
}

.sidebar-container-custom ul li a:hover {
    color: var(--e-global-color-primary);
}


/**
* Elements: single post
*/

.single-post-text-container ul,
.single-post-text-container ol {
    padding: 0 0 15px 25px;
    margin: 0;
}

.single-post-text-container h2,
.single-post-text-container h3,
.single-post-text-container h4,
.single-post-text-container h5,
.single-post-text-container h6 {
    font-size: 24px;
}


/**
* Elements: single treatment styles
*/

.single-treatment-custom-field ul {
    list-style-type: none;
    margin: 0 0 10px 10px;
    padding: 0;
}

.single-treatment-custom-field ul li {
    display: table;
}

.single-treatment-custom-field ul li:before {
    display: table-cell;
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 8px;
    color: var(--e-global-color-primary);
    font-size: 14px;
}

.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
    border-radius: 0 !important;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
    background-color: #F8F7F6 !important;
}

table td,
table th {
    border: 1px solid #eaeaea !important;
}

@media screen and (max-width: 544px) {
    .single-treatment-custom-field h3 {
        font-size: 26px !important;
    }
}

.single-treatment-pricing table {
    font-size: 16px !important;
}

.single-treatment-pricing table td,
.single-treatment-pricing table th {
    padding: 10px !important;
}

.treatment-contact-form strong a {
    font-weight: 500 !important;
}

.treatment-features-icons img {
	width: 34px;
	height: 34px;
}

.single-treatment-faq-element .heading.acc_head h2 {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: "acumin-pro", Sans-serif !important;
    margin: 0 !important;
    line-height: 27px !important;
}

.single-treatment-faq-element .accordionjs .acc_section .acc_head {
	padding: 0 !important;
	border: none !important;
	margin: 0 !important;
	outline: none !important;
}

.single-treatment-faq-element .accordion-title {
	    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-family: "acumin-pro", Sans-serif !important;
    margin: 0 !important;
    line-height: 27px !important;
}

.single-treatment-faq-element  .acc_button {
	align-items: center !important;
}

.single-treatment-faq-element  .acc_button:focus {
	outline: 0 !important;
}


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

.site-footer-custom-class a {
    color: #FFFFFFA8 !important;
    transition: 0.5s all;
}

.site-footer-custom-class a:hover {
    color: white !important;
}

.site-footer-custom-class u {
    text-decoration: none !important;
    color: white !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.site-footer-custom-class ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-footer-custom-class ul li {
    margin-bottom: 8px;
}

.site-footer-custom-class ul li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.site-footer-custom-class-white a {
    color: #6C5F7B !important;
    transition: 0.5s all;
}

.site-footer-custom-class-white a:hover {
    color: #22022E !important;
}

.site-footer-custom-class-white u {
    text-decoration: none !important;
    color: #22022E !important;
    font-weight: 500 !important;
}

.site-footer-custom-class-white ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-footer-custom-class-white ul li {
    margin-bottom: 8px;
}

.site-footer-custom-class-white ul li a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.site-footer-custom-class ul li a {
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 13px;
}


/**
* Elements: Contact Form 7
*/

.wpcf7 input[type=date],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=url],
.wpcf7 select,
.wpcf7 textarea {
    border-radius: 0 !important;
    border: none !important;
    background-color: white !important;
    margin-bottom: 15px !important;
}

.wpcf7-list-item {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
}

.wpcf7-acceptance .wpcf7-list-item label {
    line-height: 24px !important;
}
.submit-button-cf7 {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    background: transparent;
    border-style: solid !important;
    border-width: 1px 0 0 0 !important;
    border-color: var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary);

    font-family: "acumin-pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.submit-button-cf7 svg {
    width: 22px !important; 
    height: 22px !important;
    fill: currentColor;
}

.submit-button-cf7:hover {
     color: var(--e-global-color-434ba0c);!important;
transform: translateY(8px); !important;
	background: transparent; !important;
}

.wpcf7-not-valid-tip {
    margin-top: -10px !important;
    margin-bottom: 15px !important;
    font-size: 12px;
    font-weight: 600;
}

/* .wpcf7 [type=button]:focus,
.wpcf7 [type=button]:hover,
.wpcf7 [type=submit]:focus,
.wpcf7 [type=submit]:hover,
.wpcf7 button:focus,
.wpcf7 button:hover {
    background-color: var(--e-global-color-accent) !important;
    color: #fff !important;
    outline: none !important;
    border-radius: 0 !important;
} */
.wpcf7 input[type=date]:focus-visible,
.wpcf7 input[type=email]:focus-visible,
.wpcf7 input[type=number]:focus-visible,
.wpcf7 input[type=password]:focus-visible,
.wpcf7 input[type=search]:focus-visible,
.wpcf7 input[type=tel]:focus-visible,
.wpcf7 input[type=text]:focus-visible,
.wpcf7 input[type=url]:focus-visible,
.wpcf7 select:focus-visible,
.wpcf7 textarea:focus-visible {
    outline: 1px solid #22022e !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #dc3232 !important;
    background-color: #dc3232 !important;
    color: #fff !important;
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px 15px !important;
    margin: 25px 0 0 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450 !important;
    color: #fff !important;
}

.wpcf7 .inside-form-label {
    display: block !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "acumin-pro", sans-serif !important;
    margin: 0 0 5px 0 !important;
    line-height: 27px !important;
    color: var(--e-global-color-primary);
}

/*
.wpcf7 input[type="radio"] {
    font-size: 16px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
}
*/

.wpcf7-radio .wpcf7-list-item {
    font-size: 16px !important;
    margin-right: 10px !important;
    margin-bottom: 5px !important;
}

.wpcf7 hr {
    margin: 15px 0 !important;
}


.grecaptcha-badge {
    visibility: hidden !important;
}

.back-to-top-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.back-to-top-button.show {
    opacity: 1;
}