/* GENERAL */

body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    overflow-y: auto;


    font-size: 18px;
    font-weight: 300;
    color:#414141;
    line-height: 30px;
    letter-spacing: -.18px;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .3s;
}
a:hover {
    color: inherit;
}

h1, h2, h3, h4 {
    padding:40px 0 20px 0;
    line-height: 1.5;
}

p, ul li, ol li {
    font-size: 18px;
    font-weight: 300;
    color:#414141;
    line-height: 30px;
    letter-spacing: -.18px;
}

.wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn {
    text-decoration: none !important;
}
.btn:focus, button:focus {
    outline: none;
}

[class*=col-] img {
    max-width: 100%;
}

.lazy {
    background-image: unset !important;
}

.grecaptcha-badge {
	width: 70px !important;
	left: -2px !important;
	border-radius: 0 !important;
	box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px !important;
	overflow: hidden !important;
	transition: all .3s !important;
    z-index: 9999;
}
.grecaptcha-badge:hover {
	width: 256px !important;
}
.grecaptcha-badge .rc-anchor {
    border-radius: 0 !important;
}

/* NAVBAR */

.navbar {
    padding: 0;
    margin: 2px 21px 0 0;
}
.navbar .navbar-nav > li {
    margin: 0 17px;
    transition: all .5s;
}
.navbar .navbar-nav .nav-link {
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.285px;
    padding: 0 0 3px 0;
    margin: 0;
    border-bottom: 2px solid transparent;
}
.navbar .navbar-nav [class*="current"] .nav-link,
.navbar .navbar-nav .menu-item:hover .nav-link {
    border-color: var(--main);
}
.navbar .navbar-nav .dropdown a {
    padding-right: 13px;
}


.navbar .navbar-nav > .dropdown > .nav-link::after,
.navbar .navbar-nav > .dropdown > .dropdown > .dropdown-item::after {
    content: "\f107";
    color: var(--main);
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 700;
    border: 0;
    position: absolute;
    top: 0px;
    right: 8px;
}
.navbar .navbar-nav > .dropdown > .dropdown > .dropdown-item::after {
    content: "\f105";
    color: #000;
    font-size: 10px;
    top: initial;
    right: 20px;
}



.navbar .navbar-nav > .dropdown > .dropdown-menu {
    display: block;
    width: 1355px;
    top:133px;
    position: fixed;
    left: 0;
    right: 0;
    padding:0;
    margin: 0 auto;
    border: 0;
    border-radius: 0px;
    background:transparent;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: -1111;
    display: flex;
}
#header.sticky .navbar .navbar-nav > .dropdown > .dropdown-menu {
    top: 120px;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu::before {
    content:'';
    width: 200vw;
    height: calc(100% - 55px);
    left: -100vw;
    top: 55px;
    background: rgb(244,244,244);
    /* background: linear-gradient(90deg, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 80%, rgba(239,27,27,1) 80%, rgba(239,27,27,1) 100%); */
    position: absolute;
    z-index: -1;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li {
    width: 31.5%;
    padding:131px 0 74px 0;
    box-shadow: none;
    background: transparent;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li:nth-child(2) {
    width: 31%;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li:last-of-type {
    width: 37.5%;
    height: auto;
    background: var(--main);
    padding: 44px 0 44px 43px;
    margin-top: 55px;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > li:last-of-type {
    position: relative;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > li:last-of-type::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background-color: rgba(239, 27, 27, 1);
    position: absolute;
    top: 0; right: -100vw;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li > .dropdown-item {
    font-size: 22px;
    font-weight: 500;
    color:#000;
    letter-spacing: -.33px;
    margin: 0;
    padding:0;
    display: flex;
    flex-direction: column;
}


.navbar .navbar-nav > .dropdown > .dropdown-menu > li.item-red .dropdown-item {
    font-size: 28px;
    font-weight: 500;
    color:#fbfbfb;
    letter-spacing: -.42px;
    line-height: 32px;
    padding-left: 30px;
}
.navbar .navbar-nav > .dropdown > .dropdown-menu > li.item-red .dropdown-item .content {
    padding: 14px 45px 0 0;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li.item-red .dropdown-item .content p {
    font-size: 17px;
    font-weight: 300;
    color:#f9cece;
    line-height: 27px;
    letter-spacing: -.17px;
    margin: 0 0 14px 0;
    padding: 0;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li.item-red .dropdown-item .content .button {
    font-size: 16px;
    font-weight: 500;
    color:#ffff;
    letter-spacing: -.16px;
    line-height: 20px;
    text-decoration: none;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li.item-red .dropdown-item .content .button span {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li.item-red .dropdown-item .content .button::after {
    content: "→";
    font-family: "Arial";
    font-size: 17px;
    padding-left: 7px;
    transition: .3s all;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li.item-red .dropdown-item .content .button:hover::after {
    padding-left: 12px;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu > li > .dropdown-item img {
    width: calc(100% + 30px);
    height: auto;
    max-height: 310px;
    object-fit: cover;
    order:-1;
    display: block;
    margin:0 0 30px -30px;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu .dropdown-menu {
    position: relative;
    top:unset;
    left:unset;
    display: block;
    margin: 16px 0 0 0;
    background: none;
    border-radius: 0px;
    border: none;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu .dropdown-menu .dropdown-item {
    font-size:18px;
    font-weight: 300;
    color:#000;
    letter-spacing: -.36px;
    border-left: 3px solid var(--main);
}

.navbar .navbar-nav > .dropdown > .dropdown-menu .view-all .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    color: var(--main);
    letter-spacing: -.24px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    border-left: none;
    margin:20px 0 0 0 ;
    padding: 0;
}

.navbar .navbar-nav > .dropdown > .dropdown-menu .view-all .dropdown-item:hover {
    color:#000;
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 20px;
    margin: 0;
    white-space: unset;
}

.navbar .navbar-nav .dropdown .dropdown .dropdown-menu li:first-child .dropdown-item {
    padding:4px 20px 10px 20px;
}

.navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown .dropdown-menu [class*="current"] > .dropdown-item {
    color: var(--main);
    background: transparent;
}




/* NAVBAR TOGGLER */

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #fff;
	display: block;
	transition: all 0.2s;
	margin: 4px 0;
}

.navbar-toggler {
    padding: 9px 11px;
    border: none;
    background: transparent !important;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

@media (max-width: 1199px) {
    .navbar-collapse #main-menu li ul.dropdown-menu.active-child {
        display: block;
        z-index: 1000;
    }
}

@media (min-width: 1199px) {
    .navbar .navbar-nav .dropdown:hover > .dropdown-menu,
    .navbar .navbar-nav .dropdown > .dropdown-menu:hover {
        visibility: visible;
        opacity: 1;
        z-index: 1000;
    }
}


/* PAGINATION */

.pagination,
.sitemap-by-click5_pagination {
    width: 100%;
    justify-content: center;
    margin: 55px auto -33px auto;
}
.pagination .page-item .page-link,
.sitemap-by-click5_pagination .pagination-item,
.sitemap-by-click5_pagination strong {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 100%;
    letter-spacing: 0;
    padding: 20px 14px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
}
.pagination .page-item .page-link:focus,
.sitemap-by-click5_pagination .pagination-item:focus,
.sitemap-by-click5_pagination strong:focus {
    box-shadow: 0 0 0;
}
.pagination .page-item .page-link.next,
.pagination .page-item .page-link.prev {
    font-size: 20px;
    line-height: 100%;
    text-decoration: none;
}
.pagination .page-item .page-link.prev {
    color: #000;
    margin-right: 34px;
    padding: 20px 14px;
    background-color: transparent;
}
.pagination .page-item .page-link.next {
    color: #000;
    margin-left: 34px;
    padding: 20px 14px;
    background-color: transparent;
}
.pagination .page-item.active .page-link,
.sitemap-by-click5_pagination strong {
    color: #FFF;
    margin: 0 7px;
    padding: 20px 16px;
    background-color: var(--main);
    border-radius: 3px;
}

.pagination .page-item .page-link:hover {
    color: var(--main);
    text-decoration: none;
}

.pagination .page-item.active .page-link:hover {
    color:#fff;
}

/* categories-list */

#categories-list ul {
    margin: 0;
    padding: 0;
    gap:27px;
}

#categories-list ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#categories-list ul li a {
    font-size: 20px;
    font-weight: 700;
    color:#000;
    letter-spacing: -.3px;
    line-height:24px;
    text-decoration: none;
    position: relative;
}

#categories-list ul li a:hover {
    color:var(--main);
}


#categories-list ul li.current-cat a::after {
    content: '';
    width: calc(100% + 12px);
    height:5px;
    background: var(--main);
    margin:-6px 0 0 -6px;
    display: block;
}




/* INDEX */

.blog, .archive {
    background: #f4f4f4;
}

#index-wrapper .news:nth-child(n+4) {
    margin-top: 34px;
}

@media (min-width: 1400px) {
    #index-wrapper .container {
        max-width: 1350px;
    }
}

.community-involvement-list.wrapper {
    padding-top: 97px;
}

.news > a {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #FFF;
    border-radius: 0px;
}

.news > a:hover {
    text-decoration: none;
}

.news .photo {
    position: relative;
    display: block;
    width: 100%;
    height: 580px;
    margin-bottom: 25px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
}
.news > a .photo {
    height: 270px;
    margin-bottom: 0;
}

.news .content {
    flex: 1;
    position: relative;
    padding: 40px 35px 114px 50px;
}
.news .content .time-cat {
    margin-bottom: 17px;
}
.news .content time {
    display: inline-block;
    color: #898989;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 100%;
    letter-spacing: .195px;
    padding: 0;
    margin: 0;
}
.news .category {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -.18px;
    padding: 6px 15px 7px 15px;
    margin: 0;
    background-color: var(--main);
    border-radius: 50rem;
}
.news .content h2,
.news .content h3 {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.345px;
    padding: 0;
    margin: 0;
    transition: all .3s;
}
.news .content h2::after,
.news .content h3::after {
    content: "";
    display: block;
    width: 85px;
    height: 5px;
    margin: 20px 0 17px 0;
    background-color: var(--main);
}

.community-involvement-list.wrapper .news .content h2::after, .community-involvement-list.wrapper .news .content h3::after {
    margin: 10px 0 15px 0;
}

.news .content .details p {
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.news .content .details p span {
    font-weight: 400;
}
.news .content .details p:not(:first-of-type) {
    margin-left: 25px;
}

.news .content p {
    line-height: 27px;
    padding: 0;
    margin: 0;
}



.news .content .more {
    font-size: 17px;
    font-weight: 500;
    color:#000;
    letter-spacing: -.17px;
    line-height: 50px;
    text-decoration: none;
    padding: 0 10px 0 60px;
    bottom:35px;
    left: 50px;
    position: absolute;
    transition: all .3s;
}
.news a:hover .content .more {
    padding: 0 10px 0 70px;
}
.news .content .more::before {
    content: "→";
    width: 50px;
    height: 50px;
    background:var(--main);
    border-radius: 50%;
    color: #fff;
    font-family: "Arial";
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left:0;
    transition: all .3s;
}
.news a:hover .content .more::before {
    left:10px;
}

.wrapper.loadmore-list {
    padding-bottom: 57px;
}

.loadmore-load-more {
    width: 230px;
    height: 61px;
    font-size: 18px;
    font-weight: 500;
    color:#fff;
    text-decoration: none;
    letter-spacing: -.27px;
    line-height: 57px;
    border: 2px solid var(--main);
    background: var(--main);
    border-radius: 3px;
    padding:0 20px;
    margin: 52px 0 0 0;
    left:calc(50% - 115px);
    position: relative;
    transition: all .3s;
    cursor: pointer;
}

.loadmore-load-more:hover {
    color:var(--main);
    text-decoration: none;
    background: transparent;
}

.loadmore-load-more.loadmore-disabled {
    color:var(--main);
    text-decoration: none;
    background: transparent;
    opacity: .4;
}




/* SINGLE POST */

#single-wrapper {
    padding-top: 90px;
    padding-bottom: 50px;
}

#single-wrapper .post-title {
    padding-bottom: 0;
}

#single-wrapper .read-time {
    color: var(--main);
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.11px;
    text-transform: uppercase;
    padding: 5px 15px 4px 15px;
    margin: 0;
    background-color: #FFF;
    border: 1px solid var(--main);
    border-radius: 30px;
}
#single-wrapper .read-time i {
    font-size: 10px;
    padding-right: 8px;
}

#single-wrapper .news .author {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 25px;
    border: 0;
}
#single-wrapper .news .author p {
    font-size: 13px;
    letter-spacing: 0.13px;
    margin: 0;
}
#single-wrapper .news .author time {
    font-size: 13px;
    letter-spacing: 0.13px;
}


.single-btn-back {
    border-top: 1px solid #e2e2e2;
    margin: 48px 0 0 0;
}

#single-wrapper .back {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.17px;
    padding: 0;
    margin: 60px 0 0 20px;
    transition: all .3s;
}
#single-wrapper .back::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ededed;
    border-radius: 50%;
    position: absolute;
    top: -16px;
    left: -18px;
    transition: all .3s;
}
#single-wrapper .back::before {
    position: relative;
    content: "←";
    font-family: "Arial";
    font-size: 19px;
    padding-right: 20px;
    transition: all .3s;
    z-index: 9;
}
#single-wrapper .back:hover {
    text-decoration: none;
}
#single-wrapper .back:hover::before {
    opacity: 0.5;
}
#single-wrapper .back span {
    position: relative;
    display: inline-block;
    z-index: 9;
}

#recent-posts {
    position: relative;
    background-color: #f4f4f4;
}
#recent-posts .home-headline {
    margin-bottom: 30px;
}

#recent-posts .headline h2 {
    font-size: 46px;
    font-weight: 700;
    color:#000;
    line-height: 50px;
    letter-spacing:-1.38px;
    margin: 0 0 67px 0;
    padding: 0;
}


@media (min-width: 1400px) {
    #recent-posts .container {
        max-width: 1350px;
    }
}



/* FAQ */

#faq-wrapper {
    position: relative;
}

#faq-wrapper .content {
    padding: 35px 0px;
    margin-bottom: 0;
    background-color: #FFF;
    border-radius: 0px;
}

#faq-wrapper .card {
    position: relative;
    padding:40px 30px 40px 115px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d2d2d2;
}

#faq-wrapper .card:first-child {
    border-top: 1px solid #d2d2d2;
}


#faq-wrapper .card:last-of-type::after {
    display: none;
}

#faq-wrapper .card-header {
    padding: 0;
    background-color: transparent;
    border: 0;
}


#faq-wrapper .card-header h3::before {
    content: "+";
    color: var(--main);
/*     font-family: "Font Awesome 6 Free"; */

    font-size: 40px;
    font-weight: 200;
    position: absolute;
    top: 38px;
    left: 55px;
}
#faq-wrapper .card-header h3[aria-expanded="true"]::before {
    content: "-";
    font-size: 60px;
    font-weight: 200;
    top: 38px;
    left: 55px;
}

#faq-wrapper .card-body {
    padding: 0;
}
#faq-wrapper .card-body p:last-of-type {
    margin-bottom: 0;
}

/* REVIEWS */

.review-item .review {
    padding: 40px 25px;
    margin: 0;
    border-bottom: 1px solid #efefef;
}
.review-item:first-of-type .review {
    padding-top: 0;
}
.review-item:last-of-type .review {
    padding-bottom: 0;
    border-bottom: 0;
}
.review-item .review p {
    position: relative;
    font-style: italic;
    font-weight: 500;
}
.review-item .review p:first-of-type:before {
    content: '„';
    color: rgba(0, 0, 0, .05);
    font-family: "Montserrat";
    font-size: 140px;
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: -50px; left: -30px;
}
.review-item .review p:last-child {
    margin-bottom: 0;
}
.review-item .overview {
    display: block;
    color: rgba(0, 0, 0, .55);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    padding: 25px 0 0 0;
    margin: 0;
}

/* GALLERY */

.entry-content .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}
.entry-content .gallery.gallery-columns-2 .gallery-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery.gallery-columns-3 .gallery-item {
    flex: 0 0 calc(33.3333% - 10px);
    max-width: calc(33.33333% - 10px);
    text-align: center;
    margin: 5px;
}
.entry-content .gallery.gallery-columns-4 .gallery-item {
    flex: 0 0 calc(25% - 10px);
    max-width: calc(25% - 10px);
    text-align: center;
    margin: 5px;
}

.entry-content .gallery .gallery-item a {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.entry-content .gallery .gallery-item a:hover {
    text-decoration: none;
}
.entry-content .gallery .gallery-item a img {
    height: auto;
}

/* VIDEO */

.entry-content .js-video-button.video {
    display: block;
    width: 100%;
    padding-bottom: 56%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
}
.entry-content .js-video-button.video.left,
.entry-content .js-video-button.video.right {
    width: 400px;
    height: 260px;
    padding-bottom: 0;
}
.entry-content .js-video-button.video.left {
    float: left;
    margin-right: 2rem;
}
.entry-content .js-video-button.video.right {
    float: right;
    margin-left: 2rem;
}

/* SIDEBAR */

#sidebar-area .item {
    padding-bottom: 35px;
}

#sidebar-area .item img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

#sidebar-area .item .txt {
    padding-top: 15px;
}
#sidebar-area .item .txt p {
    font-size: 14px;
    text-align: left;
}

#widget-area h3 {
    padding-top: 0;
    margin-top: 0;
}
#widget-area ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 0;
}
#widget-area ul li {
    position: relative;
    padding-left: 25px;
    margin-top: 5px;
}
#widget-area ul li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 600;
    line-height: 28px;
    position: absolute;
    left: 0;
}

/* FOOTER */

#footer {
    background-color: #000;
}


@media (min-width: 1400px) {
    #footer .container {
        max-width: 1350px;
    }
}


@media (min-width: 1400px) {
    .col-custom-footer-1 {
        flex: 0 0 27%;
        max-width: 27%;
    }
}
@media (min-width: 1400px) {
    .col-custom-footer-2 {
        flex: 0 0 27%;
        max-width: 27%;
    }
}

@media (min-width: 1400px) {
    .col-custom-footer-3 {
        flex: 0 0 24%;
        max-width: 24%;
    }
}

@media (min-width: 1400px) {
    .col-custom-footer-4 {
        flex: 0 0 22%;
        max-width: 22%;
    }
}

#footer .logo {
    width: 240px;
    margin:13px 0 0 0;
    display: block;
}

#footer .logo img {
    width: 100%;
    height: auto;
}

.footer-info-details {
    padding-left: 55px;
    margin-top: -10px;
}

.footer-info::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #313131;
    margin: 55px 15px 0 15px;
}

.footer-info h4 {
    font-size:17px;
    font-weight:500;
    color:var(--main);
    line-height: 20px;
    letter-spacing: -.34px;
    margin: 0;
    padding:37px 0 7px 0;
    position: relative;
    z-index: 990;
}

.footer-info h4 span {
    width:95px;
    height:95px;
    background: #191919;
    border-radius: 50%;
    margin:0;
    top:0;
    left:-70px;
    position: absolute;
    z-index: -1;
}

.footer-info p, .footer-info address {
    font-size: 17px;
    font-weight:300;
    color:#fff;
    line-height: 27px;
    letter-spacing: -.17px;
    z-index: 990;
    position: relative;
}

#footer .footer-info ul {
    margin: 0;
    padding:3px 0 0 0
}

#footer .footer-info ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 100%;
    position: relative;
    z-index: 990;
}

#footer .footer-info ul li a {
    font-size: 15px;
    font-weight: 400;
    color:#fff;
    letter-spacing: -.3px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: #fff;
}

#footer .footer-info ul li a.phone  {
    font-size: 28px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: -.56px;
    text-decoration: none;
    margin: 0 0 2px 0;
    display: block;
}

#footer .footer-info ul li a:hover {
    color:var(--main);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    text-decoration-color: var(--main);
}

.footer-menus {
    margin-top: 60px;
    margin-bottom: 45px;
}

.footer-menus::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #313131;
    margin: 50px 15px 0 15px;
}

.footer-menus h4 {
    font-size:17px;
    font-weight:400;
    color:#fff;
    line-height: 20px;
    letter-spacing: -.34px;
    margin: 0 0 30px 0;
    padding:0;
}

.footer-menus ul {
    margin: 0;
    padding:0;
}

.footer-menus ul li {
    margin:0;
    padding:0;
    list-style: none;
}

.footer-menus ul li a {
    display: inline-block;
    font-size:16px; 
    font-weight:300;
    color:#666;
    line-height: 26px;
    letter-spacing:0px;
    margin: 0;
    padding:0;
}

.footer-menus ul li a:hover {
    color:#fff;
    text-decoration: none;
}







#footer small {
    display: block;
    padding-top: 3px;
    font-size: 12px;
}

#footer a {
    text-decoration: none;
    padding: 0;
}

#footer .menu ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer .menu ul li {
    position: relative;
    float: left;
    background: none;
    padding: 0 16px 0 15px;
}
#footer .menu ul li:before {
    display: none;
}
#footer .menu ul li:after {
    content: '|';
    color: rgba(255, 255, 255, .86);
    position: absolute;
    right: -1px;
    top: 0;
}
#footer .menu ul li:first-child {
    padding-left: 0;
}
#footer .menu ul li:last-child {
    padding-right: 0;
}
#footer .menu ul li:last-child:after {
    display: none;
}
#footer .menu ul li a {
    color: #ccc;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
#footer .menu ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.copy p {
    color: #808080;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 0;
    margin: 20px 0 0 0;
}

.copy a:hover span {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(66,167,224,1) 55%, rgba(66,167,224,1) 60%, rgba(153,153,153,1) 60%, rgba(153,153,153,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(66,167,224,1) 55%, rgba(66,167,224,1) 60%, rgba(153,153,153,1) 60%, rgba(153,153,153,1) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 26%, rgba(66,167,224,1) 26%, rgba(66,167,224,1) 37%, rgba(153,153,153,1) 37%, rgba(153,153,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF",endColorstr="#999999",GradientType=1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.extrainfo {
    margin-top: 35px;
}

.extrainfo p {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -.28px;
    padding: 0;
    margin: 0;
}

.social-media ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
}
.social-media ul li {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 0 8px;
}
.social-media ul li::after {
    display: none !important;
}
.social-media ul li a {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0 !important;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #FFF;
    border: 1px solid #FFF;
    border-radius: 50%;
}
.social-media ul li a:hover {
    text-decoration: none !important;
    background-color: transparent;
}
.social-media ul li a::after {
    content: "";
    color: #1e1e1e;
    font-family: "Font Awesome 6 Brands";
    font-size: 20px;
    font-weight: 700;
}
.social-media ul li a:hover::after {
    color: #FFF;
}
.social-media ul li.icon-facebook a::after { content: "\f39e"; }
.social-media ul li.icon-x a::after { content: "\e61b"; }
.social-media ul li.icon-twitter a::after { content: "\e61b"; }
.social-media ul li.icon-youtube a::after { content: "\f167"; }
.social-media ul li.icon-instagram a::after { content: "\f16d"; }
.social-media ul li.icon-linkedin a::after { content: "\f0e1"; }
.social-media ul li.icon-google a::after { content: "\f1a0"; }
.social-media ul li.icon-yelp a::after { content: "\f1e9"; }
.social-media ul li.icon-reviews a::after { content: "\f4ad"; font-family: "Font Awesome 6 Free"; }

/* VIDEO MODAL */

@-webkit-keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes modal-video {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

@keyframes modal-video-inner {
    from {
        transform: translate(0, 100px)
    }
    to {
        transform: translate(0, 0)
    }
}

.modal-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    cursor: pointer;
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: modal-video;
            animation-name: modal-video;
    transition: opacity .3s ease-out
}
.modal-video-close {
    opacity: 0
}
.modal-video-close .modal-video-movie-wrap {
    transform: translate(0, 100px)
}
.modal-video-body {
    max-width: 1180px;
    width: 96%;
    height: 100%;
    margin: 0 auto;
    display: table
}
.modal-video-inner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}
.modal-video-movie-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    background-color: #333;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
            animation-duration: .3s;
    -webkit-animation-name: modal-video-inner;
            animation-name: modal-video-inner;
    transform: translate(0, 0);
    transition: transform .3s ease-out
}
.modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.modal-video-close-btn {
    position: absolute;
    z-index: 2;
    top: -40px;
    right: 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border: none;
    background: transparent;
    cursor: pointer;
}
.modal-video-close-btn:before {
    transform: rotate(45deg)
}
.modal-video-close-btn:after {
    transform: rotate(-45deg)
}
.modal-video-close-btn:before,
.modal-video-close-btn:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px
}

.video {
    position: relative;
    cursor: pointer;
    width: 100%;
}
.video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    opacity: 0;
    transition: all .3s ease-in-out;
}
.video:hover::before {
    opacity: 0;
}
.video::after {
    content: '\f144';
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-size: 90px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}

/* CONTACT FORM */

.form-group {
    margin-bottom: 31px;
    position: relative;
}
.form-group-checkbox {
    padding-bottom: 25px;
    margin-top: -7px;
    margin-bottom: 45px;
    border-bottom: 1px solid #c4c4c4;
}

.form-group-checkbox .wpcf7-list-item {
    display: block;
}


.form-group br {
    display: none;
}

.form-group > label {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.42px;
    padding: 0 10px;
    margin: 0;
    background-color: #FFF;
    position: absolute !important;
    top: -6px;
    left: 24px;
    z-index: 99 !important;
}
.form-group-checkbox > label {
    position: relative !important;
    width: 130px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -.51px;
    margin-top: 0px;
    margin-bottom: 15px;
    left: 15px;
}

.form-control {
    height: 78px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0 25px;
    border: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    outline: none;
    resize: none;
}
.form-control:focus {
    border-color: #000;
}
select.form-control {
    background: #FFF url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTgxLjg0NTcsMjUuMzg3NmE2LjAyMzksNi4wMjM5LDAsMCwwLTguNDUuNzY3Nkw0OCw1Ni42MjU3bC0yNS4zOTYtMzAuNDdhNS45OTksNS45OTksMCwxLDAtOS4yMTE0LDcuNjg3OUw0My4zOTQzLDY5Ljg0NTJhNS45OTY5LDUuOTk2OSwwLDAsMCw5LjIxMTQsMEw4Mi42MDc0LDMzLjg0MzFBNi4wMDc2LDYuMDA3NiwwLDAsMCw4MS44NDU3LDI1LjM4NzZaIi8+PC9zdmc+') no-repeat;
    background-position: right 25px center;
    background-size: 12px;
    appearance: none;
}
textarea.form-control {
    min-height: 250px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.form-control.auto-capitalize,
input[name='your-name'],
input[name='first-name'],
input[name='last-name'] {
    text-transform: capitalize;
}
input[type="file"] {
    padding-top: 30px;
}

.form-checkbox {
    display: block;
    margin: 0 0 0 18px;
}
.form-checkbox .custom-control {
    margin: 0 0 16px 0;
    padding-left: 35px;
}
.form-checkbox .custom-control-label {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.54px;
    padding-left:9px;
}
.form-checkbox .custom-control-label::before {
    width: 20px;
    height: 20px;
    top: 1px;
    left: -35px;
    background-color: transparent;
    border: 1px solid #c4c4c4;
    /* border-radius: 50%; */
}
.form-checkbox .custom-control-input:active ~ .custom-control-label::before {
    background-color: rgba(0, 0, 0, .2);
}
.form-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: transparent;
}
.form-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    width: 8px;
    height: 8px;
    background: var(--main);
    border-radius: 50%;
    top: 7px; left: -29px;
}
.form-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 0, 0, .2);
}

.form-submit {
    position: relative;
}
.form-submit .wpcf7-submit {
    display: block;
    position: relative;
    height: 90px;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.66px;
    text-align: center;
    padding: 0 150px;
    margin: 0 auto;
    border: 0 !important;
    background-color: var(--main);
    border-radius: 0px;
    cursor: pointer;
    outline: none;
    z-index: 9;
}
.form-submit .wpcf7-submit:hover,
.form-submit .wpcf7-submit:active,
.form-submit .wpcf7-submit:focus {
    box-shadow: unset !important;
    background-color: #000 !important;
}

.wpcf7 .wpcf7-spinner {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.wpcf7 .wpcf7-not-valid-tip {
    width: 100%;
    color: #cb473e;
    font-size: 13px;
    text-align: left;
    padding: 4px 0 0 10px;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    margin: 40px 0 0 0 !important;
    padding: 15px 20px !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #cb473e;    
    border: 2px solid #cb473e !important;
}

/* COMMENTS */

.comments-area .comment-reply-title,
.comments-area .comments-title {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    padding: 40px 0 10px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.comments-area .comment-notes {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}
.comments-area .comment-control {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 24px 25px 23px 25px;
    margin: 5px 0 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    box-shadow: 0 0 0 !important;
    outline: none;
    resize: none;
}
.comments-area .form-check {
    margin: 5px 0;
}
.comments-area .form-check-input {
    border: 1px solid #d8d8d8;
}
.comments-area .form-check-label {
    color: rgba(0, 0, 0, .7);
    font-size: 14px;
}
.comments-area input[type="submit"] {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    padding: 17px 40px 15px 40px;
    margin: 20px 0 0 0;
    border: 0 !important;
    background-color: #000;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    z-index: 9;
}
.comments-area input[type="submit"]:hover,
.comments-area input[type="submit"]:active,
.comments-area input[type="submit"]:focus {
    box-shadow: 0 0 0 !important;
    background-color: #000;
}

.comments-area .comment-list {
    list-style: none;
    padding: 40px 0 10px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.comments-area .comment-list .says {
    display: none;
}
.comments-area .comment-author img {
    border-radius: 50%;
}
.comments-area .comment-author b {
    font-size: 16px;
    padding-left: 10px;
}
.comments-area .comment-metadata {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding-left: 47px;
    margin-top: -5px;
}
.comments-area .comment-content {
    padding: 20px 20px 0 47px;
}
.comments-area .reply {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    padding-left: 47px;
    margin-top: -15px;
    margin-bottom: 25px;
}

.comments-area .children {
    list-style: none;
}
.comments-area .children .comment {
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.comments-area .no-comments {
    color: red;
}

/* STICKY FOOTER */

#sticky-footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    padding: 10px 15px;
    background-color: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    z-index: 9999;
}
#sticky-footer .col-sm-5 {
    flex: 0 0 calc(50% - 25px) !important;
    max-width: calc(50% - 25px) !important;
}
#sticky-footer .col-sm-2 {
    flex: 0 0 50px !important;
    max-width: 50px !important;
    padding-right: 0;
    padding-left: 0;
}
#sticky-footer a:hover {
    text-decoration: none;
}
#sticky-footer .col-sm-2 img {
    max-height: 50px;
    margin: 0 auto;
}
#sticky-footer p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.16px;
    padding: 0 15px;
    margin: 0;
}
#sticky-footer .col-sm-5:first-of-type p {
    padding-left: 5px;
}
#sticky-footer .col-sm-5:last-of-type p {
    padding-right: 5px;
}





::-webkit-input-placeholder {
	/* WebKit browsers */
    font-size: 18px !important;
	color: #000 !important;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
    font-size: 18px !important;
	color: #000 !important;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
    font-size: 18px !important;
	color: #000 !important;
}
:-ms-input-placeholder {
	/* Internet Explorer 10+ */
    font-size: 18px !important;
	color: #000 !important;
}
input::placeholder {
    font-size: 18px !important;
	color: #000 !important;
}
textarea::-webkit-input-placeholder {
	/* WebKit browsers */
    font-size: 18px !important;
	color: #000 !important;
}
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
    font-size: 18px !important;
	color: #000 !important;
}
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
    font-size: 18px !important;
	color: #000 !important;
}
textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
    font-size: 18px !important;
	color: #000 !important;
}
textarea::placeholder {
    font-size: 18px !important;
	color: #000 !important;
}