/*   
Theme Name: BS 5 Theme
Theme URI: https://impetgroup.com/
Description: A Base Theme for WordPress with Bootstrap for styling.
Author: impetgroup.com
Author URI: https://impetgroup.com/
Version: 1.0
*/



/* Fonts */

@import url("https://use.typekit.net/thz8wnn.css");



:root {
    --bs-font-sans-serif: "utile",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-emphasis-color-rgb: 6, 71, 120 ;
    --bs-navbar-color: rgb(6, 71, 120);
}

.pagination {
    line-height: 1.1em;
    --bs-pagination-color: rgb(240, 125, 0)!important;
    --bs-pagination-active-bg: rgb(240, 125, 0)!important;
    --bs-pagination-active-border-color: rgb(240, 125, 0)!important;
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-border-width: 2px;
    --bs-pagination-hover-color: #ffffff;
    --bs-pagination-hover-bg: #f07d00;
    --bs-pagination-hover-border-color: #f07d00;
    --bs-pagination-border-color: #e9ecef;
    --bs-pagination-disabled-border-color: #e9ecef;
}

.pagination .page-link i {
    padding: .25rem;
}

body {

    font-weight: 400;

    font-style: normal;

    position: relative;

    overflow-y: auto;

    overflow-x: hidden;

}



a {

    color: #f07d00;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

    font-family: "jubilat", serif;

    font-weight: 700;

    font-style: normal;

    margin-bottom: 1.5rem;

    color: #103464;

}



:root :where(.wp-block-cover h1:not(.has-text-color)), 

:root :where(.wp-block-cover h2:not(.has-text-color)), 

:root :where(.wp-block-cover h3:not(.has-text-color)), 

:root :where(.wp-block-cover h4:not(.has-text-color)), 

:root :where(.wp-block-cover h5:not(.has-text-color)), 

:root :where(.wp-block-cover h6:not(.has-text-color)) {

    color: #103464;

}



header nav.navbar {

    padding: 0;

    background: #fff;

}

body.myfixed header nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0px 15px 43px -23px #000;
}

body.myfixed.admin-bar header nav.navbar {
    top: 32px;
}

body.myfixed header nav.navbar .navbar-brand {
    margin-top: 0;
    padding: .25rem 1.5rem;
}

body.myfixed header nav.navbar .navbar-brand img {
    max-width: 120px;
}

.navbar-brand {

    background: #fff;

    padding: 1.1rem 1.5rem;

    box-shadow: 0px 0px 65px -26px #000;

    margin-top: -52px;

}



.before-navbar .wp-block-group__inner-container {

    display: flex;

    align-items: center;

    justify-content: flex-end;

}



.navbar-nav a.nav-link {

    font-weight: 500;

    font-size: 1.1rem;

    color: #064778;

    min-height: 100%;

    padding: 1.5rem calc(0.75rem + 4px) !important;

    position: relative;

    line-height: 1em;

}



.navbar-nav a.nav-link > span {

    position: relative;

    display: block;

    margin-top: -2px;

}

.navbar-nav a.nav-linkd.ropdown-toggle > span {
    position: relative;
}

.navbar-nav a.nav-link.dropdown-toggle > span::after {
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.navbar-nav a.nav-link::before {

    content: "";

    position: absolute;

    left: 1rem;

    right: 1rem;

    bottom: 0;

    width: 0%;

    height: 5px;

    border-radius: 50px 50px 0 0;

    display: block;

    background: #f07d00;

    transition: all .3s ease;

}


.navbar-nav .active > .nav-link , .navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover , li.current-page-item > a , li.active >a{

    color: #f07d00;

}





.navbar-nav .active > .nav-link::before, .navbar-nav .nav-link:focus::before, .navbar-nav .nav-link:hover::before {

    width: calc(100% - 2rem);

}



.navbar-nav .menu-item:not(:last-child) a:not(.dropdown-item)::after {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    width: 2px;

    height: 14px;

    background: #141738;

    display: block;

    margin: auto;

    border: none !important;

}



.home .before-navbar {

    background: #141738;

}



.before-navbar {

    display: block;

    position: relative;

}



.before-navbar a {

    color: #fff;

    text-decoration: none;

    display: flex;

    font-weight: 500;

    padding: .75rem 1.5rem;

    gap: 1rem;

    align-items: center;

    justify-content: center;

}



.before-navbar i {

    color: #fff;

    font-size: 125%;

}

.before-navbar a:hover i {
    transform: scale(1.15) rotate(360deg);
}


.light {

    background: #1f2754;

}



.lighter {

    background: #242c65;

}



.orange {

    background: #f07d00;

}



#topSlider .carousel-inner {

    margin-left: auto;

    margin-right: auto;

    padding-left: 15px;

    padding-right: 15px;

}



#topSlider .carousel-item {

    min-height: 450px;  

}





#topSlider .carousel-item .wp-block-gallery figure.wp-block-image img , 

#topSlider .carousel-item.active.carousel-item-start .wp-block-gallery figure.wp-block-image img ,

#topSlider .carousel-item.active.carousel-item-end .wp-block-gallery figure.wp-block-image img {

    scale: .75;

    opacity: 0;

}



#topSlider .carousel-item.active .wp-block-gallery figure.wp-block-image img {

    scale: 1;

    opacity: 1;

    /*box-shadow: 0px 42px 35px -35px #000;*/

}

#topSlider .carousel-item.active .wp-block-gallery figure.wp-block-image img {
    /*max-width: 180px!important;*/
    filter: drop-shadow(0px 10px 8px rgba(0,0,0, .35));
}



#topSlider .carousel-item h2.wp-block-heading {

    font-size: 3.4rem;

    margin-bottom: 2rem;

    line-height: 1em;

}



.carousel-item .mark, .carousel-item mark {

    padding: 0;

}



#topSlider .carousel-item .wp-block-button {

    margin-bottom: 2rem;

}



.carousel-control-next-icon {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f07d00'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3e%3c/svg%3e");

}



.carousel-control-prev-icon {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f07d00'%3e%3cpath d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5'/%3e%3c/svg%3e");

}



.carousel-control-next, .carousel-control-prev {

    opacity: 1;

}



.wp-block-button__link , .my-btn , .wpforms-container form button.my-btn , .wp-block-file__button , .wp-block-button.is-style-outline .wp-block-button__link , .wp-block-details summary {

    color: #fff;

    position: relative;

    font-weight: 500;

    border-radius: 10px 10px 30px 10px;

    font-size: 1.25rem;

    padding: 1rem 3.5rem 1.2rem 1rem;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    line-height: 1em;

    text-decoration: none;

    background: #FF9C30;

    background: -webkit-linear-gradient(180deg,rgba(255, 156, 48, 1) 0%, rgba(240, 125, 0, 1) 50%);

    background: -moz-linear-gradient(180deg,rgba(255, 156, 48, 1) 0%, rgba(240, 125, 0, 1) 50%);

    background: linear-gradient(180deg,rgba(255, 156, 48, 1) 0%, rgba(240, 125, 0, 1) 50%);

    filter: progid:DXImageTransform.Microsoft.gradient(

        startColorstr="#FF9C30",

        endColorstr="#F07D00",

        GradientType=0

    );

}

.wp-block-details summary {
    margin-bottom: 1rem;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    color: #f07d00;
    background: transparent;
}

.my-btn-outline {

    background: transparent;

    border: 2px solid #f07d00;

    color: #f07d00;

}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    color: #fff;
    background: #f07d00; 
    border-color: #f07d00;
}

.my-btn-outline:hover {

    color: #103464;

}



.wp-block-button__link::after , .my-btn::after , .wp-block-file__button::after , .wp-block-details summary::after { 

    content: '';

    display: block;

    width: 38px;

    height: 38px;

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  fill='white' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' fill='white' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/></svg>");

    background-repeat: no-repeat;

    background-position: 50% 50%;

    position: absolute;

    top: 0;

    right: 14px;

    bottom: 0;

    left: auto;

    margin: auto;

}

.wp-block-button.is-style-outline .wp-block-button__link::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='%23f07d00' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' fill='%23f07d00' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/></svg>");
}


.wp-block-file__button::after {
    transform: rotate(90deg);
}



.my-btn.my-btn-outline::after {

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'  fill='%23f07d00' class='bi bi-arrow-right-short' viewBox='0 0 16 16'><path fill-rule='evenodd' fill='%23f07d00' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/></svg>");

}



.wp-block-button__link .bi , .wp-block-file__button .bi {

    fill: #fff;

}



.wp-block-button__link:hover , .my-btn:hover , .wp-block-file__button:hover , .wp-block-details summary:hover {

    box-shadow: 0px 13px 25px -14px #eb7b00;

}



.wp-block-button__link:hover::after , .my-btn:hover::after , .wp-block-details summary:hover::after {

    right: 10px;

}

.wp-block-file__button:hover::after {

    bottom: -5px;

}

.wp-block-file a:not(.wp-element-button) {
    color: #103464;
    font-weight: bold;
    text-decoration: none;
}

.wp-block-file a:not(.wp-element-button):hover {
    color: #f98f1c;
}

a.wp-block-file__button.wp-element-button {
    font-size: 1rem;
}

.carousel-indicators {

    position: absolute;

    right: 0;

    bottom: 25%;

    left: 0;

    z-index: 2;

    display: flex;

    justify-content: flex-start;

    padding: 0;

    margin-right: auto;

    margin-bottom: 1rem;

    margin-left: auto;

    max-width: 1260px;

}



.carousel-indicators [data-bs-target] {

    width: 50px;

    height: 8px;

    border-radius: 10px;

    box-sizing: border-box;

    background: #fff;

    border: 0;

    opacity: 1;

}



.carousel-indicators [data-bs-target]:not(.active) {

    width: 8px;

    background: #f07d00;

}



.counters .wp-block-column {

    padding: 2.5rem;

    position: relative;

}



.counters .wp-block-column:not(:last-child)::after {

    content: "";

    width: 1px;

    height: 60%;

    display: block;

    position: absolute;

    top: 0;

    right: -1rem;

    bottom: 0;

    left: auto;

    margin: auto;

    background: #e9e9e9;

}



.counters .wp-block-cover .wp-block-cover__image-background {

    object-fit: contain;

    opacity: .25;

    height: auto;

    width: 100%;

    max-height: 100%;

    max-width: 130px;

    margin: auto auto auto 0;

}



.counters .wp-block-cover {

    text-align: right;

}



.counters .wp-block-cover .wp-block-cover__inner-container {

    display: flex;

    align-items: end;

    justify-content: center;

    flex-direction: column;

}



.counters .wp-block-cover h2 {

    color: #eb7b00;

    display: block;

    line-height: 1em;

    margin: 0;

    font-size: 4rem;

    position: relative;

}



.counters .wp-block-cover h2::before {

    content: "";

    display: block;

    width: 130px;

    height: 130px;

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: auto;

    background: #fff;

    filter: blur(30px);

    z-index: -1;

}



.counters .wp-block-cover h2 sup {

    font-size: 1.65rem;

    line-height: 1em;

    font-family: var(--bs-font-sans-serif);

    font-weight: 500;

    display: block;

    position: absolute;

    top: -21px;

    right: 0;

}



.counters .wp-block-cover p {

    color: #103464;

    font-size: 1.6rem;

    font-weight: 500;

    line-height: 1em;

    margin-top: -5px;

    margin-bottom: 0;

}



.counters {

    margin-top: -100px;

    margin-bottom: -97px;

    background: #fff;

    z-index: 1;

    position: relative;

    border-radius: 20px;

    box-shadow: 0px 0px 75px -30px #000;

}



#homeAbout {

    padding: 12rem 0 3rem;

    background-color: #ededed;

}



#homeAbout .wp-block-columns {

    width: 100%;

    max-width: 1280px;

    margin-left: auto;

    margin-right: auto;

}



#homeAbout p {

    margin-bottom: 2.5rem;

}



#whyWLN {

    padding-top: 5rem;

    padding-bottom: 2rem;

}



#whyWLN .wp-block-group__inner-container , 

#whyWLN .wp-block-cover__inner-container , 

#upcomingEvents .wp-block-cover__inner-container , 

#latestNews .wp-block-cover__inner-container , 

.alignfull-inner {

    width: 100%;

    max-width: 1280px;

    margin-left: auto;

    margin-right: auto; 

}



#whyWLN h3 {

    font-family: var(--bs-font-sans-serif);

    font-weight: 800;

    font-size: 2.5rem;

    margin-bottom: .5rem;

}



#whyWLN p {

    font-size: 1.2rem;

    max-width: 260px;

    margin-left: auto;

    margin-right: auto;

    display: block;

    font-weight: 500;

}



#whyWLN .wp-block-column {

    margin-bottom: 2rem;

}



#testimonials , #latestNews {

    background-color: #eeeeee;

    padding: 6rem 0;

}



#testimonials .wp-block-cover__image-background {

    max-width: 376px;

}



#testimonials .carousel {
    padding: 0;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#testimonials .carousel-inner {

    width: 75%;

    margin-left: auto;

    margin-right: auto;

}

#testimonials  .carousel-item {

    min-height: 200px;

}

#testimonials .carousel-item > .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-item {

    font-size: .95rem;

    border-left: 1rem solid #f07d00;

    padding: 1.6rem;

    border-radius: 1rem;

    margin-bottom: 1rem;

    background: #FFFFFF;

    background: -webkit-linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

    background: -moz-linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(

        startColorstr="#FFFFFF",

        endColorstr="transparent",

        GradientType=0

    );

}



.testimonial-item p {

    font-style: italic;

}



.testimonial-item-name {

    color: #103464;

    max-width: 200px;

}

body.post-type-archive-testimonial .testimonial-item-name {
    max-width: 100%;
}





.testimonial-item-name > strong {

    color: #f07d00;

    font-weight: bold;

}

body.post-type-archive-testimonial .testimonial-item-name > strong {
    display: block;
}

body.post-type-archive-testimonial .testimonial-item img {
    max-width: 150px;
    mix-blend-mode: darken;
}

body.post-type-archive-testimonial .main-content {
    background: #eeeeee;
}

#homeAbout.wp-block-cover .wp-block-cover__image-background ,

#whyWLN.wp-block-cover .wp-block-cover__image-background ,

#testimonials.wp-block-cover .wp-block-cover__image-background , 

#latestNews.wp-block-cover .wp-block-cover__image-background

{

    object-fit: contain;

}



#upcomingEvents {

    padding: 6rem 4rem;

}



.custom-post-loop {

    display: flex;

    gap: 1rem;

}



.custom-post-loop .custom-post {

    font-size: .95rem;

    border-left: 1rem solid #f07d00;

    padding: 1.6rem;

    border-radius: 1rem;

    margin-bottom: 1rem;

    background: #FFFFFF;

    background: -webkit-linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

    background: -moz-linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(

        startColorstr="#FFFFFF",

        endColorstr="transparent",

        GradientType=0

    );

}



.custom-post-loop .custom-post h3 {

    font-size: .95rem;

    font-family: var(--bs-body-font-family);

    color: #103464;

    margin-bottom: .5rem;

}



.custom-post-loop .custom-post .my-btn , .small-btn {

    font-size: .95rem;

    font-weight: 600;

    padding: .5rem 2.5rem .75rem .75rem;

    border-radius: 8px 8px 23px 8px;

    margin-bottom: .5rem;

}



.custom-post-loop .custom-post .my-btn::after , .small-btn::after {

    width: 28px;

    height: 28px;

    right: 10px;

}



.custom-post-loop .custom-post .my-btn:hover::after , .small-btn:hover::after {

    right: 8px;

}



.events-post-loop {

    display: flex;

    gap: 1rem;

}



.event-post {

    font-size: .95rem;

    color: #103464;

    padding: 1.5rem;

    border-radius: 1rem;

    margin-top: 2rem;

    margin-bottom: 2rem;

    background: #FFFFFF;

    display: flex;

    width: 100%;

    gap: 1.5rem;

}



.event-post-image {

    width: 100%;

    margin-top: -3rem;

    margin-bottom: -3rem;

    border-radius: 15px;

    margin-right: 15px;

    position: relative;

    box-shadow: 5px 14px 35px -17px #000;

    background-position: 50% 50%;

    background-repeat: no-repeat;

    background-size: cover;

    overflow: hidden;

}



.event-post-image::after {

    content: "";

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: block;

    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YwN2QwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");

    background: -moz-linear-gradient(-45deg, rgba(255,255,255,0) 25%, rgba(240,125,0,1) 100%); /* FF3.6-15 */

    background: -webkit-gradient(linear, left top, right bottom, color-stop(25%,rgba(255,255,255,0)), color-stop(100%,rgba(240,125,0,1))); /* Chrome4-9,Safari4-5 */

    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0) 25%,rgba(240,125,0,1) 100%); /* Chrome10-25,Safari5.1-6 */

    background: -o-linear-gradient(-45deg, rgba(255,255,255,0) 25%,rgba(240,125,0,1) 100%); /* Opera 11.10-11.50 */

    background: -ms-linear-gradient(-45deg, rgba(255,255,255,0) 25%,rgba(240,125,0,1) 100%); /* IE10 preview */

    background: linear-gradient(135deg, rgba(255,255,255,0) 25%,rgba(240,125,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f07d00',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}



.event-post-description {

    width: 100%;

    min-width: 196px;

    font-size: .85rem;

}



.event-post-description i {

    font-size: 1.1rem;

    margin-right: .25rem;

    line-height: 1em;

    top: 2px;

    margin-bottom: 5px;

    position: relative;

    display: inline-block;

}



.event-post-description .clean-hostedby {

    display: inline;

    

}



.event-post-description i {

    font-size: 1.1rem;

    margin-right: .25rem;

    line-height: 1em;

    top: 2px;

    position: relative;

}



.event-post h3 {

    color: #f07d00 !important;

    font-size: 1rem;

    margin-bottom: .5rem;

}



.max-400 {

    max-width: 420px;

    margin: auto;

}



.text-orange {

    color: #f07d00;

}



header.entry-header {

    min-height: 376px;

    background-image: url(img/bg_top-min.jpg);

    background-position: 50% 50%;

    background-repeat: no-repeat;

    background-size: contain;

    background-color: #141738;

    display: flex;

    align-items: flex-end!important;

    margin-top: -120px;

    padding-top: 120px;

}



h1.entry-title {

    color: #fff;

    margin-bottom: 2rem!important;

    font-size: 4rem;
    position: relative;
    -webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
}



.parent-title {

    font-weight: 100;

    display: block;

    font-size: 1.4rem;

}



span.main-title {

    line-height: 1em;
    display: block;

}

span.single-title {
    font-size: 2rem;
    display: block;
}



.entry-content h2.wp-block-heading {

    font-size: 2.65rem;

}



.entry-content .wp-block-columns.is-layout-flex {

    gap: 4rem;

}



.entry-content p {

    margin-top: 0;

    margin-bottom: 1.5rem;

}



ul.dropdown-menu {

    border-radius: 0px 0px 50px 8px;

    border-top: 0;

    margin-top: 0 !important;

    padding: 1rem .75rem 1.5rem;

    box-shadow: 0px 15px 35px -30px #000;

    border-color: #f3f3f3;

}



button#goTop {

    position: fixed;

    right: 20px;

    bottom: 20px;

    border: 0;

    border-radius: 7px 7px 22px 7px;

    padding: 0;

    line-height: 0em;

    width: 40px;

    height: 40px;

    background: #f07d00;

    color: #fff;

}



button#goTop:hover {

    box-shadow: 0px 10px 28px -7px #eb7b00;

} 



button#goTop svg {

    width: 20px;

    height: 20px;

    position: relative;

}



button#goTop:hover svg {

    margin-top: -10px;

}



footer {

    border-top: 10px solid #f07d00;

    background: #141738;

    color: #fff;

    padding: 3rem 0;

}



footer .h1, 

footer .h2, 

footer .h3, 

footer .h4, 

footer .h5, 

footer .h6, 

footer h1, 

footer h2, 

footer h3, 

footer h4, 

footer h5, 

footer h6 {

    color: #fff;

}



footer .wp-block-columns {

    justify-content: space-between;

}



footer .wp-block-columns .wp-block-column {

    width: auto;

    flex-basis: auto !important;

    flex-grow: 0 !important;

}



footer ul#menu-footer-menu {

    margin-top: 1.5rem;

    list-style-type: none;

    padding: 0;

    margin-bottom: 1.2rem;

}



footer ul#menu-footer-menu a {

    color: #fff;

    text-decoration: none;

    position: relative;

    padding-left: 20px;

}



footer ul#menu-footer-menu a::before {

    content: "❯❯";

    font-size: .65rem;

    position: absolute;

    left: 0;

    top: 4px;

    display: block;

    width: 15px;

    height: 16px;

    color: #f07d00;

    white-space: nowrap;

}



footer ul#menu-footer-menu a:hover {

    color: #eb7b00;

    scale: 1;

}



footer ul#menu-footer-menu a:hover::before {

    left: 3px;

}



footer a {

    display: inline-block;

}



footer a.credits {

    color: #fff;

    text-decoration: none;

}



footer a.credits:hover {

    color: #f07d00;

    scale: 1;

}



footer a:hover {

    scale: 1.025;

}



.carousel-control-next:hover .carousel-control-next-icon, .carousel-control-prev:hover .carousel-control-prev-icon {

    opacity: 1;

    scale: 1.3;

}



.board-group {

    max-width: 1080px;

    margin-left: auto;

    margin-right: auto;

    gap: 2rem;

}



.board-group .wp-block-group__inner-container > .wp-block-group {

    gap: 2rem;

}



.administrative-group {

    max-width: 800px;

    margin-left: auto;

    margin-right: auto;

}



.administrative-group .wp-block-group__inner-container {

    display: flex;

    flex-direction: column;

    gap: 2rem;

}



.content-body ul {

    list-style: none;

    padding: 0;

}

  

.content-body ul:not(.pagination):not(.page-numbers):not(.kb-gallery-ul):not(.kt-tabs-title-list):not(.nav-categories) li {

    position: relative;

    padding-left: 1.25em;

    margin-bottom: 0.15em;

}

  

.content-body ul:not(.pagination):not(.page-numbers):not(.kb-gallery-ul):not(.kt-tabs-title-list):not(.nav-categories) li::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0.45em;

    width: 11px;

    height: 13px;

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="11px" height="13px"><path fill-rule="evenodd" fill="rgb(240,125,0)" d="M9.905,4.940 C11.264,5.705 11.264,7.662 9.905,8.426 L2.984,12.319 C1.651,13.069 0.004,12.106 0.004,10.576 L0.004,2.791 C0.004,1.261 1.651,0.297 2.984,1.047 L9.905,4.940 Z"/></svg>');

    background-size: contain;

    background-repeat: no-repeat;

}

.wpforms-container .wpforms-field-checkbox ul li::before {
    display: none;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    
}

div.wpforms-container-full input[type=date]:focus:invalid, div.wpforms-container-full input[type=datetime]:focus:invalid, div.wpforms-container-full input[type=datetime-local]:focus:invalid, div.wpforms-container-full input[type=email]:focus:invalid, div.wpforms-container-full input[type=month]:focus:invalid, div.wpforms-container-full input[type=number]:focus:invalid, div.wpforms-container-full input[type=password]:focus:invalid, div.wpforms-container-full input[type=range]:focus:invalid, div.wpforms-container-full input[type=search]:focus:invalid, div.wpforms-container-full input[type=tel]:focus:invalid, div.wpforms-container-full input[type=text]:focus:invalid, div.wpforms-container-full input[type=time]:focus:invalid, div.wpforms-container-full input[type=url]:focus:invalid, div.wpforms-container-full input[type=week]:focus:invalid, div.wpforms-container-full select:focus:invalid, div.wpforms-container-full textarea:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=date]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=email]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=month]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=number]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=password]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=range]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=search]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=tel]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=text]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=time]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=url]:focus:invalid, .wp-core-ui div.wpforms-container-full input[type=week]:focus:invalid, .wp-core-ui div.wpforms-container-full select:focus:invalid, .wp-core-ui div.wpforms-container-full textarea:focus:invalid , div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, .wp-core-ui div.wpforms-container-full input[type=date]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus, .wp-core-ui div.wpforms-container-full input[type=email]:focus, .wp-core-ui div.wpforms-container-full input[type=month]:focus, .wp-core-ui div.wpforms-container-full input[type=number]:focus, .wp-core-ui div.wpforms-container-full input[type=password]:focus, .wp-core-ui div.wpforms-container-full input[type=range]:focus, .wp-core-ui div.wpforms-container-full input[type=search]:focus, .wp-core-ui div.wpforms-container-full input[type=tel]:focus, .wp-core-ui div.wpforms-container-full input[type=text]:focus, .wp-core-ui div.wpforms-container-full input[type=time]:focus, .wp-core-ui div.wpforms-container-full input[type=url]:focus, .wp-core-ui div.wpforms-container-full input[type=week]:focus, .wp-core-ui div.wpforms-container-full select:focus, .wp-core-ui div.wpforms-container-full textarea:focus , .form-select:focus , .form-control:focus {
    border-color: #eb7b00;
    box-shadow: 0px 1px 8px -1px #eb7b00;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}
  

.orange-bigger mark {

    font-size: 130%;

}



.counters.counters-bgblue {

    background: #151738;

    color: #fff;

    box-shadow: none;

}



.counters.counters-bgblue .wp-block-cover h2::before {

    background: #151738;

}



.counters.counters-bgblue .wp-block-cover p {

    color: #fff;

}



.counters.counters-bgblue  .wp-block-cover .wp-block-cover__image-background {

    z-index: -1;

}



.counters.counters-bgblue .wp-block-column:not(:last-child)::after {

    background: #442b2b;

}



.about-firm-container {

    background: #ededed;

    font-size: .925rem;

}



ul.practice-areas-list {

    column-count: 2;

}



.about-firm-container > .row > div {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    justify-content: center;

}





.firm-address.col {

    max-width: 300px;

}



.firm-thumbnail img {

    display: block;

    border-radius: 9px;

    box-shadow: 0px 0px 25px -10px #000;

}



.about-firm-container-inner {

    display: flex;

    flex-direction: row;

    gap: 4rem;

    padding-top: 2rem;

    padding-bottom: 2rem;

}



.firm-thumbnail {
    max-width: 300px;
    min-height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



h1.member-title {

    font-size: 2.2rem;

    line-height: 1.1em;

    margin-bottom: 0;

}



h1.member-title .parent-title {

    display: block;

    color: #9da1cc;

    line-height: 1em;

}



.lawyer .card {

    border: 0;

}



.lawyer p {

    font-size: .9rem;

    line-height: 1.1em;

    font-weight: 500;

    color: #103464;

}



.lawyer-img {

    display: flex;

    align-items: center;

    justify-content: center;

}



.lawyer-img img {

    border-radius: 9px;

    box-shadow: 0px 0px 25px -10px #000;

}

.lawyer a:hover {
    transform: scale(1.025);
}



.lawyer-desc {

    display: flex;

    align-items: center;

    justify-content: center;

}

.lawyer-desc a {
    display: inline-block;
}

.lawyer a {

    text-decoration: none;

}



.member-dropdown {

    background: #fff;

    border-radius: 0 0 20px 0;

    color: #000;

}



.member-dropdown a {

    color: #000;

    width: 100%;

    display: block;

    margin: auto;

    text-align: left;

    padding: .25rem 1rem;

}



.member-dropdown a i {

    color: #f07d00;

    font-size: 95%;

    margin-right: .35rem;

}



.member-dropdown a:hover i {

    color: #fff;

}



.btn.btn-orange {

    background: #f07d00;

    color: #fff;

}



.btn.btn-outline-orange {

    border-color: #eb7b00;

}



.btn.btn-outline-orange:hover {

    background: #eb7b00;

    color: #fff;

}



.my-btn.my-search-btn::after {

    display: none;

}



.my-btn.my-search-btn {

    border-radius: 10px 10px 20px 10px;

    font-size: 1rem;

    padding: .65rem .95rem .65rem .85rem;

}



.search-results-row .firm-thumbnail > img {

    box-shadow: 0px 0px 25px -15px #000;

    padding: 1rem;

}

body.page .entry-content.container {
    padding-top: 3rem;
}

body.author .custom-post-loop .custom-post , 
body.single-law_firm .custom-post-loop .custom-post {
    width: calc(33% - .4rem);
}

body.page .entry-content.container , .content-body > header + div.container , body.single .entry-content {
    -webkit-animation: fadein0 0.8s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein0 0.8s; /* Firefox < 16 */
    -ms-animation: fadein0 0.8s; /* Internet Explorer */
    -o-animation: fadein0 0.8s; /* Opera < 12.1 */
    animation: fadein0 0.8s;
    position: relative;
}

body.page .entry-content.container > .alignfull:first-child {
  margin-top: -3rem;
  padding-top: 3rem;
}

.navbar-nav .dropdown-item {
    border-bottom: 2px solid transparent;
}

.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    color: #f07d00;
    background-color: transparent;
    border-bottom: 2px solid #f07d00;
}

.wp-block-quote p > em {
    position: relative;
    display: block;
    padding-left: 20px;
}

.wp-block-quote p > em::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 100%;
    border-radius: 9px;
    background: #f07d00;
}

.content-about .h3, 
.content-about h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
}

.focus-groups-faces {
    gap: .25rem;
}

.wp-block-file:not(.wp-element-button) {
    font-size: 1rem;
}

body.page-id-448 .wp-block-file:not(.wp-element-button) {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    max-width: 350px;
    gap: 1rem;
    margin-bottom: 2rem;
}

body.page-id-448 .wp-block-file a:not(.wp-element-button) {
    max-width: 200px;
}

body:not(.home):not(.page-id-35) #searchFirm {
    margin-bottom: 2rem;
}

.focus-groups-faces .wp-block-image figure {
    padding-top: 85px;
    position: relative;
}

.focus-groups-faces .wp-block-image figure > figcaption {
    background: #f07d00;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 15px;
    font-family: "jubilat", serif;
    font-weight: 700;
    padding: .5rem;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    min-height: 80px;
    line-height: 1.1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 30px);
}

.focus-groups-faces .wp-block-image figure > figcaption::before {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    bottom: -30px;
    left: 30px;
    width: 20px;
    height: 30px;
    display: block;
    background: url(img/focus_group_icon-min.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}


#testimonials .carousel-item.active .testimonial-item img {

}

.category-post-list {
    --bs-gutter-x: 4rem;
}

.posted-on-badge {
    display: flex;
    flex-direction: column;
    line-height: 1em;
    background: #f07d00;
    color: #fff;
    overflow: hidden;
    margin-bottom: 15px;
    padding: .5rem;
    border-radius: 6px 6px 30px 6px;
    text-align: center;
    min-width: 70px;
    width: 70px;
    min-height: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    gap: 1px;
    text-transform: uppercase;
}

.posted-on-badge > span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.posted-on-badge span.day {
    font-size: 24px;
    font-weight: bold;
}

.posted-on-badge span.month {
    font-size: 14px;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: -1px;
}

.posted-on-badge span.year {
    font-size: 12px;
}

ul.pagination {
    margin-top: 2rem;
}

ul.pagination .page-link , ul.nav-categories .nav-link {
    position: relative;
    display: block;
    min-width: 2.75rem;
    text-align: center;
    border-radius: 9px!important;
    margin: 0 5px;
}

ul.nav-categories {
    gap: 1rem;
}

ul.nav-categories .nav-link {
    border: 2px solid #e9ecef;
    color: #103464;
    margin: 0;
}

ul.pagination .page-link:hover , ul.nav-categories .nav-link:hover {
    box-shadow: 0px 13px 25px -14px #eb7b00;
}

ul.nav-categories .nav-link:hover , ul.nav-categories .nav-link.active {
    background-color: #f07d00;
    border-color: #f07d00;
    color: #fff;
}

ul.pagination  .page-item:first-child .page-link , ul.nav-categories .nav-item:first-child .nav-link {
    border-bottom-left-radius: 24px !important;
}

ul.pagination  .page-item:last-child .page-link , ul.nav-categories .nav-item:last-child .nav-link {
    border-bottom-right-radius: 24px !important;
}

span.tags-links {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.tags-links a {
    border: 1px solid #e9ecef;
    border-radius: 10px;
    display: flex;
    width: auto;
    max-width: max-content;
    text-align: center;
    padding: 2px 8px;
    line-height: 1.1;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #103464;
}

.tags-links a:hover {
    background-color: #eb7b00;
    border-color: #eb7b00;
    box-shadow: 13px 25px -14px #eb7b00;
    color: #fff;
}

.single-post .main-content ol.wp-block-list li {
    margin-bottom: 2rem;
}

.alignwide,

.alignfull {

	margin: 0 calc(50% - 50vw);

	max-width: 100vw;

	width: 100vw;

    overflow: hidden;

}

.mark, mark {

    padding: 0;

}

a.ala-member-link {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(img/ala_fav-min.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-left: -15px;
    margin-right: -15px;
    background-size: contain;
    margin-top: -70px;
}

a.ala-member-link:hover {
    transform: rotate(360deg) scale(1.1);
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    border-radius: 9px;
}

.kb-gallery-ul > .kadence-blocks-gallery-item:not(:first-of-type) {
    display: none;
}

.kb-gallery-ul > .kadence-blocks-gallery-item {
    border-radius: 9px;
}

.kb-gallery-ul > .kadence-blocks-gallery-item {
    border-radius: 15px !important;
    overflow: hidden;
    padding: 0 !important;
}

.kb-gallery-ul > .kadence-blocks-gallery-item:hover {
    transform: scale(1.025);
    box-shadow: 0px 13px 25px -14px #eb7b00;
}

.wp-block-kadence-advancedgallery {
    margin-bottom: 30px;
}

.share-buttons {
    display: inline-flex;
    gap: .5rem;
    align-items: center;
}

.share-btn {
    background: transparent;
    border-color: #e9ecef;
    color: #141738;
}

.share-btn:hover {
    background: #f07d00;
    border-color: #d77000;
}

.post-pre-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-id-35 .wp-block-image>a, .wp-block-image>figure>a.kt-tab-title:hover {
    transform: scale(1.025);
}

.page-id-35 .kt-tabs-content-wrap {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#cookie-notice .cn-button {
    font-size: 1rem;
    padding: .65rem 3.5rem .5rem 1rem;
}

.my-btn[type=submit]:not(:disabled):hover {
    color: #fff;
}

form.conf-reg-form {
    padding: 2rem 2rem;
    background: #103464;
    color: #fff;
    border-radius: 10px 10px 30px 10px;
    background-image: url(img/mobilemenu_bg-min.jpg);
    background-blend-mode: color-burn;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 3rem;
}

form.conf-reg-form:hover {
    box-shadow: 0px 13px 25px -14px #103464;
}

form.conf-reg-form button.btn.my-btn {
    margin-bottom: 1rem;
}

form.conf-reg-form p , form.conf-reg-form legend , form.conf-reg-form h2 {
    color: #fff;
}

form.conf-reg-form .form-label , form.conf-reg-form .form-text {
    color: #cce2ff;
}

form.conf-reg-form p.text-muted {
    color: #fff!important;
}

.wp-block-details[open] summary::after {
    transform: rotate(90deg);
}

.wp-block-details summary {
    background: #103464;
    background: -webkit-linear-gradient(180deg, rgb(51 95 153) 0%, rgb(16 52 100) 50%);
    background: -moz-linear-gradient(180deg, rgb(51 95 153) 0%, rgb(16 52 100) 50%);
    background: linear-gradient(180deg, rgb(51 95 153) 0%, rgb(16 52 100) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#325E98", endColorstr="#103464", GradientType=0 );
}

.wp-block-details summary:hover {
    box-shadow: 0px 13px 25px -14px #103464; 
}

.editor-nav {
    gap: 1rem;
}

.editor-nav li::before {
    display: none;
}

.editor-nav li {
    padding: 0!important;
}

.editor-nav li a {
    padding: 1rem !important;
    color: #0f1432;
    font-weight: 600;
    border: 1px solid #c7c8c9;
    border-radius: 10px 10px 30px 10px;
}

.editor-nav .dropdown-menu.show {
    display: block;
    overflow: hidden;
    padding: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.conf-reg-attendees li {
    position: relative;
    padding-left: 1.25em;
    line-height: 1.2em;
    padding-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 600;
}

.conf-reg-attendees li span.text-muted {
    font-size: 80%;
    font-weight: 400;
}

a , 
a::after , 
a::before , 
button , 
button::after , 
.carousel-item * , 
button#goTop * , 
.button * , 
.carousel-control-next-icon , 
.carousel-control-prev-icon , 
.kb-gallery-ul > .kadence-blocks-gallery-item , 
.before-navbar i , 
header nav.navbar , 
.navbar-brand , 
.navbar-brand * , 
.kt-tab-inner-content-inner , 
.wp-block-details summary , 
.wp-block-details summary::after , 
form.conf-reg-form {

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;

}

@media (min-width: 921px) { 

    div#mobileMenuOffcanvas {
        width: 0;
        height: 0;
        display: none;
    }

}

@media (max-width: 920px) {

    .lawyer-logged-in > a {
        color: #103464!important;
        width: auto;
    }

        /* new menu */
    /* ===== OFFCANVAS SLIDE STAGE (niezależne od .dropdown-menu) ===== */

    /* Kotwica + pełna wysokość na telefonie */
    #mobileMenuOffcanvas .offcanvas-body {
    position: relative;
    padding: 0;
    min-height: 100vh;
    }

    /* Slot dla mobilnego menu */
    .mobile-slide-menu {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;            /* maska do przesuwu sceny */
    }

    /* SCENA: 2 panele obok siebie (A: root, B: submenu) */
    .mobile-slide-stage {
    display: flex;
    width: 200%;
    height: 100%;
    transform: translateX(0);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    will-change: transform;
    }

    /* Panele */
    .mobile-panel {
    width: 50%;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 1rem;
    padding-top: 5rem;  /* dopasuj do swojego headera */
    }

    /* Root panel (A) – wstawiamy do niego oryginalny UL */
    .mobile-panel.root { z-index: 1; }

    /* Submenu panel (B) – tu renderujemy zawartość klikniętego submenu */
    .mobile-panel.sub { z-index: 2; }

    /* Przesunięcie sceny na panel B */
    .mobile-slide-menu.show-sub .mobile-slide-stage {
    transform: translateX(-50%);
    }

    /* Back link w panelu B */
    .mobile-panel.sub .back-link {
    display: block;
    padding: .5rem 0;
    margin-bottom: .5rem;
    font-weight: 500;
    color: #064778;
    text-decoration: none;
    }
    .mobile-panel.sub .back-link:hover { text-decoration: underline; }

    /* Linki / cele dotykowe (opcjonalnie) */
    .mobile-slide-menu .nav-link,
    .mobile-slide-menu .dropdown-item,
    .mobile-slide-menu .panel-link {
    display: block;
    padding: .5rem .75rem;
    }

    /* Styl offcanvasa (Twoje) */
    #mobileMenuOffcanvas { border-bottom-right-radius: 3rem; }
    #mobileMenuOffcanvas li.menu-item:last-of-type a { border: none; }

    #bs-navbar-collapse-1 {
        display: block;
    }

    .member-dropdown.show {
        display: block;
        right: 0 !important;
        width: 100vw;
    }

	.alignwide {

		margin: 0 calc( ( 767px - 920px ) / 2 );

		max-width: 920px;

		width: 920px;

	}

    img.custom-logo {
        max-width: 120px;
        height: auto;
        margin: auto;
    }

    a.navbar-brand {
        padding: 10px;
        margin: 0 auto 0 0;
        box-shadow: none;
        background: transparent;
    }

    body.myfixed header nav.navbar .navbar-brand {
        padding: 10px;
    }

    body.admin-bar {
        padding-top: 46px;
    }

    .before-navbar .wp-block-group__inner-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    .before-navbar .container {
        padding: 0;
    }

    .before-navbar a {
        color: #fff;
        text-decoration: none;
        display: flex;
        font-weight: 500;
        padding: .75rem .55rem;
        gap: .35rem;
        align-items: center;
        justify-content: center;
    }

    .before-navbar i {
        font-size: 70%;
        line-height: 1em;
        margin: 0;
    }

    #topSlider .carousel-item > .wp-block-columns {
        flex-direction: column-reverse;
        gap: 0;
    }

    #topSlider .carousel-item h2.wp-block-heading {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    
    #topSlider .carousel-control-next, #topSlider .carousel-control-prev {
        display: none;
    }
    
    #topSlider .carousel-item figure.wp-block-image.size-full {
        margin-bottom: 0!important;
    }

    div#topSlider {
        display: flex;
        align-items: flex-start;
        padding-top: 15px !important;
    }

    div#topSlider .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0%;
        left: 5%;
    }

    #homeAbout {
        padding: 10rem 1rem 3rem;
    }

    form#law-firm-search-form .col {
        width: 100%;
        flex: auto;
    }

    form#law-firm-search-form .col-md-2 {
        text-align: right;
        margin-top: 2rem;
    }

    #whyWLN h3 {
        font-size: 2.1rem;
    }

    .events-post-loop , .custom-post-loop {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }

    #testimonials, #latestNews {
        padding: 4rem 1rem;
    }

    #upcomingEvents {
        padding: 6rem 1rem;
    }

    div#primary-menu {
        width: 100%;
    }

    div#mobileMenuOffcanvas .offcanvas-header {
        background: #103464;
        color: #fff;
    }
    
    div#mobileMenuOffcanvas .offcanvas-header .offcanvas-title {
        color: #fff;
    }
    
    div#mobileMenuOffcanvas .offcanvas-header .btn-close {
        --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
    }

    .navbar-nav .menu-item:not(:last-child) a:not(.dropdown-item)::after {
        display: none;
    }

    .navbar-nav a.nav-link , ul.sub-list a {
        font-size: 1.4rem;
        padding: 1rem 0rem !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        color: #064778;
        text-decoration: none;
    }

    .navbar-nav a.nav-link > span {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-nav li.active > .nav-link {
        color: #064778;
    }

    .navbar-nav a.nav-link.dropdown-toggle > span::after {
        content: "";
        display: inline-block;
        margin-left: .4em;
        width: 30px;
        height: 25px;
        vertical-align: middle;
        border: none;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23064778'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
    }

    .navbar-nav .active > .nav-link::before, .navbar-nav .nav-link:focus::before, .navbar-nav .nav-link:hover::before {
        width: 100%;
        left: 0;
        right: 0;
        bottom: -1px;
    }

    .navbar-nav .active > .nav-link::before, .navbar-nav .nav-link:focus::before, .navbar-nav .nav-link:hover::before {
        display: none;
    }

    .navbar-nav li.active > .nav-link::before {
        width: 0;
        left: 1rem;
        right: 1rem;
        bottom: 0;
    }

    .before-navbar {
        background: #141738;
    }

    .navbar-nav .dropdown-item {
        font-size: 1.4rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 1rem 0;
        color: #064778;
    }

    .event-post-image {
        margin-right: 5px;
    }

    h1.entry-title {
        font-size: 2rem;
    }

    header.entry-header {
        min-height: 265px;
        background-size: cover;
    }

    .entry-content h2.wp-block-heading {
        font-size: 1.65rem!important;
    }

    .mobile-order-0 {
        order: -1;
    }

    .entry-content > .wp-block-columns.pt-5:first-child {
        padding-top: 1rem!important;
    }

    body.page .entry-content.container {
        padding-top: 1rem;
    }

    body.page .entry-content.container > .alignfull:first-child {
        margin-top: -1rem;
        padding-top: 1rem;
    }

    .board-group .wp-block-group__inner-container > .wp-block-group , 
    .awarded-grid , 
    .focus-groups-faces , 
    .contact-grid {
        gap: 1rem;
        grid-template-columns: repeat(1, minmax(0, 1fr))!important;
    }

    div#servicesImages {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-id-35 .kt-tab-alignment-center>.kt-tabs-title-list, 
    .page-id-35 .kt-tab-alignment-center>.kt-tabs-content-wrap>.kt-tabs-accordion-title a {
        justify-content: flex-start;
    }

    .page-id-35 .wp-block-kadence-tabs li a.kt-tab-title {
        padding: 8px 10px !important;
    }

    .mobile-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom-archive-intro h2 {
        font-size: calc(1.325rem + .9vw)!important;
    }

    .post-thumbnail.col-auto {
        width: 100%;
    }

    .post-thumbnail.col-auto > img {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .category-post-list {
        --bs-gutter-x: 1.5rem;
    }

    ul.nav-categories {
        gap: 1rem;
        flex-wrap: nowrap;
        overflow: scroll;
        align-items: center;
    }

    ul.nav-categories .nav-link {
        padding: 10px 10px;
        line-height: 1em;
        font-size: .9rem;
    }

    .firm-thumbnail {
        max-width: 100%;
        min-height: auto;
    }

    .search-results-row .card-readmore.text-end {
        text-align: center!important;
    }

    .search-results-row .card-readmore.text-end .btn {
        width: 90%;
        margin-bottom: 3rem !important;
    }

    .search-results-row .firm-thumbnail > img {
        box-shadow: 0px -20px 45px -30px rgba(0,0,0, .45);
        padding: 1rem;
    }

    h1.member-title {
        font-size: 1.2rem!important;
    }

    .about-firm-container-inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 1.5rem;
        padding: 2rem 1rem;
    }

    body.author .custom-post-loop .custom-post, body.single-law_firm .custom-post-loop .custom-post {
        width: 100%;
    }

    ul.practice-areas-list {
        column-count: 1;
    }

    .post-pre-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
    }

    body.single-post h1 span.single-title {
        font-size: 1.2rem;  
    }

    body.single-post .share-buttons {
        margin: auto;
    }

    div#mobileMenuOffcanvas {
        background-image: url(img/mobilemenu_bg-min.jpg);
        background-repeat: no-repeat;
        background-position: 100% 100%;
    }
}



@media (min-width: 576px) {

    .carousel-inner {

        max-width: 520px;

    }
}



@media (min-width: 768px) {

    .carousel-inner {

        max-width: 700px;

    }

}



@media (min-width: 992px) {

    .carousel-inner {

        max-width: 940px;

    }

}



@media (min-width: 1200px) {

    .carousel-inner {

        max-width: 1120px;

    }



    .h2, h2 {

        font-size: 3.5rem;

    }

}



@media (min-width: 1400px) {

    .carousel-inner {

        max-width: 1300px;

    }

}



@keyframes pulse {

    0% {

        bottom: 47px;

    }



    25% {

        bottom: 52px;

    }



    75% {

        bottom: 42px;

    }



    100% {

        bottom: 47px;

    }

}

@keyframes fadein0 {
    from { opacity: 0; top: 1000px; }
    to   { opacity: 1; top: 0px;}
}

/* Firefox < 16 */
@-moz-keyframes fadein0 {
    from { opacity: 0; top: 1000px; }
    to   { opacity: 1; top: 0px;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein0 {
    from { opacity: 0; top: 1000px; }
    to   { opacity: 1; top: 0px;}
}

/* Internet Explorer */
@-ms-keyframes fadein0 {
    from { opacity: 0; top: 1000px; }
    to   { opacity: 1; top: 0px;}
}

/* Opera < 12.1 */
@-o-keyframes fadein0 {
    from { opacity: 0; top: 1000px; }
    to   { opacity: 1; top: 0px;}
}

@keyframes fadein {
    from {
        opacity: 0;
        left: -3000px
    }

    to {
        opacity: 1;
        left: 0
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
        left: -3000px
    }

    to {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        left: -3000px
    }

    to {
        opacity: 1;
        left: 0
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
        left: -3000px
    }

    to {
        opacity: 1;
        left: 0
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
        left: -3000px
    }

    to {
        opacity: 1;
        left: 0
    }
}