/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

a {
    color: #231f20;
    font-weight: 700;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #29ac0a;
    outline: 0;
    text-decoration: none;
}

.entry-content ul li,
p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.btn-main {
    line-height: 2rem;
}

.entry-content input[type="submit"],
.btn-main a {
    transition: .2s ease-in-out;
    background: #1eaf00;
    border: 2px solid #46db27;
    color: #fff;
    border-radius: 2rem;
    padding: 0.8rem 1.2rem;
    font-size: .85rem;
    font-weight: 500;
    letter-spacing: 01px;
}

.entry-content input[type="submit"]:hover,
.btn-main a:hover {
    background: #f9ba09;
    border: 2px solid #f9ba09;
    color: #0c0c0c;
}


.btn-main a .fa-regular {
    padding-left: .5rem;
    color: #f9ba09;
}

.btn-main a:hover .fa-regular {
    padding-left: .5rem;
    color: #0c0c0c
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#wrapper {}

.mastheader {
    padding: 0;
    position: relative;
    z-index: 9999;
    background: #f9ba09
}

.mh-top {
    background: #0b0d0f;
    padding: .9rem 0;
    font-size: .9rem;
    border-radius: 0 60px 0 0;
}

.mh-top a span {
    color: #fff
}

.mh-top a .fa-regular {
    color: #30f501;
    margin-right: .35rem
}

.mh-top span {
    color: #bbb;
    font-weight: 300;
}

.mh-top span.first-span {
    margin-right: .35rem
}

.mht3,
.mht4 {
    text-align: right;
}

.mh-main {
    padding: 1rem 0;
    position: relative;
    background: #0c0c0c;
}

.mh-top .row,
.mh-main .row {
    align-items: center;
}

.logo {
    height: auto;
}

.logo img {
    max-height: 72px;
}


.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 0 1rem;
    padding: 0;
    font-size: 1.05rem;
    font-weight: 700;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #29ac0a
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #29ac0a
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: .7rem 0;
    margin: .2rem 0 0;
    font-size: .85rem;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 2px solid #1eaf00;
    border-radius: 1rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .3rem 1rem;
    font-weight: 500;
    color: #0c0c0c;
    text-align: left;
    white-space: nowrap;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #1eaf00;
    color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f9ba09;
    color: #0c0c0c;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.top {
    position: relative;
    background: #fff
}

#slider-without {
    position: relative;
    z-index: 9;
}


#slider-without .item img {
    max-width: 100%;
}

#slider-without .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 2.5rem;
    left: 50%;
    transform: translate(-50%, -50%)
}

#slider-without .owl-controls .owl-page {
    display: block;
    zoom: 1;
    *: ;
    display: inline;
}

#slider-without .owl-controls .owl-page span {
    width: 2rem;
    height: 2rem;
    margin: 0 0 1rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}

#slider-without .owl-controls .owl-page.active span,
#slider-without .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.top {
    position: relative;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    bottom: 3rem;
    right: auto;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background: #f9ba09;
    border: 2px solid #f9ba09;
    padding: 1rem 1.2rem;
    border-radius: 100%;
}

.scroll-down a:hover {
    color: #0c0c0c;
    background: #f9ba09;
    border: 2px solid #f9ba09;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

.donate {
    padding: 3rem 0;
    background: #f9ba09;
}

.kadra .section-title,
.teams .section-title,
.donate .section-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
}

.kadra .section-title .btn-main a,
.teams .section-title .btn-main a,
.donate .section-title .btn-main a {
    font-size: 1rem;
    padding: .8rem 1.6rem;
}

.section-title {
    margin-bottom: 0rem;
}

.section-title h2 {
    margin: 0 0 0rem;
    font-weight: 700;
    font-size: 2rem;
    color: #111;
}

.section-title h3 {
    margin: 0rem 0 0rem;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #f9ba09;
    letter-spacing: 2px;
}

.four-widgets {
    padding: 3rem 0 0rem;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff calc(100% - 250px), #24d60114 100%);
}

.four-widgets .row .box {
    min-height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.four-widgets .row>*:nth-child(3) .box,
.four-widgets .row>*:nth-child(4) .box {

    min-height: 360px;
}

.four-widgets .box {
    border-radius: 1rem;
    padding: 3rem 3rem;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.four-widgets .box {
    margin-bottom: 2rem;
}

.four-widgets .box::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    z-index: 0;
}

.four-widgets .box:hover::after {
    background-color: rgba(0, 0, 0, 0.7);
}

.four-widgets .box h3 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: 800;
    margin: 0 0 .5rem;
}

.four-widgets .box__content {
    position: relative;
    z-index: 1;
}

.four-widgets .btn-main {
    position: relative;
    margin-top: 2rem;
    z-index: 1;
}

.four-widgets .box__content p {
    font-size: 1rem;
}

.four-widgets .box__content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.four-widgets .box__content ul li {
    font-size: 1rem;
    margin: 0 0 .7rem;
    transition: .2s ease-in-out;
}

.four-widgets .box__content ul li a {
    font-weight: 4800;
    color: #fff;
}

.four-widgets .box__content ul li:hover {
    margin: 0 0 .7rem .7rem;
}

.four-widgets .box__content ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #1eaf00;
    font-weight: 300;
}

.teams {
    padding: 5rem 0;
    border-bottom: 2px solid #eefceb
}

.kadra {
    padding: 5rem 0;
    background: #f9ba091c;
}

#slider-kadra,
#slider-teams {
    margin-top: 3rem;
}

#slider-kadra .item img,
#slider-teams .item img {
    max-width: 100%;
    height: 420px;
    object-fit: cover;
}

#slider-teams .item h2 {
    margin: 1rem 0 2rem 0;
    font-size: 1.6rem;
}

#slider-teams .item h2 .fa-regular {
    color: #1eaf00;
    padding-right: .35rem;
}

#slider-kadra .item h2 {
    margin: 1rem 0 .3rem 0;
    font-size: 1.6rem;
    text-align: center;
}

#slider-kadra .item p.group-title {
    font-size: 1.2rem;
    margin: 0 0 0 0;
    text-align: center;
}

#slider-kadra .item .fa-regular {
    color: #1eaf00;
    padding-right: .35rem;
}

#slider-kadra .owl-controls,
#slider-teams .owl-controls {
    position: absolute;
    margin: 0;
    bottom: auto;
    top: -3rem;
    right: 0;
}

#slider-kadra .owl-controls .owl-page span,
#slider-teams .owl-controls .owl-page span {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0 0 .7rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #1eaf00
}

#slider-kadra .owl-controls .owl-page.active span,
#slider-kadra .owl-controls.clickable .owl-page:hover span,
#slider-teams .owl-controls .owl-page.active span,
#slider-teams .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.shop {
    padding: 5rem 0;
    background: #0c0c0c;
}

.shop .section-title {
    margin-bottom: 3rem;
}

.shop h2 {
    color: #fff;
}

.shop h3 {
    color: #1eaf00
}

.shop .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.shop article img {
    max-width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 1rem;
}

.shop article h3 {
    margin: 1rem 0 2rem;
    font-size: 1.2rem;
}

.shop article h3 a {
    color: #fff;
}

.shop .btn-main {
    margin-top: 1rem;
}

.partners {
    padding: 1rem 0;
}

.partners .item {
    text-align: center;
    padding: 0 3rem;
}

.partners .item img {
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
}



/*--------------------------------------------------------------
# News list
--------------------------------------------------------------*/
body.page-id-2 .news-list {
    background: #24d60114;
    padding: 2rem 0 5rem 0;

}

.news-list {}

.news-list .section-title {
    margin-bottom: 3rem;
}

.news-list article {
    background: #fff;
    border-radius: 1rem;
    margin-bottom: 3rem;
}

body.page-id-2 .news-list article .box__img {
    background: #fff;
}

.news-list article .box__img {
    background: #f9ba091c;
}

.news-list article .box__img img {
    max-width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 1rem;
    transition: .2s ease-in-out;
}

.news-list article .box__img img:hover {
    opacity: .85
}

body.page-id-2 .news-list article .box__content {
    background: #fff;
}

.news-list article .box__content {
    padding: 2rem;
    background: #f9ba091c;
    border-radius: 0rem 0rem 2rem 2rem;
}


.news-list article .box__content .date {
    font-size: .8rem;
    color: #444;
    margin: 0 0 1rem;
}

.news-list article .box__content .date .fa-regular {
    color: #1eaf00;
    padding-right: .35rem
}

.news-list article .box__content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 .5rem;
}

.news-list article .box__content h3 a:hover {
    text-decoration: underline;
    color: #1eaf00
}

.news-list article .box__content .excerpt {
    font-size: .8rem;
    color: #444;
}

.news-list article .box__content .btn-small {
    margin-top: 2rem;
    font-weight: 700;
    font-size: .8rem;
}

.news-list article .box__content .btn-small a {
    transition: .2s ease-in-out;
}

.news-list article .box__content .btn-small a:hover .fa-regular {
    margin-left: .7rem;
}

.news-list article .box__content .btn-small a .fa-regular {
    transition: .2s ease-in-out;
    color: #1eaf00;
    margin-left: .35rem
}

.news-list .btn-main {
    margin-top: 1rem;
}

.related-post-inner {
    margin-top: 3rem;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

.page-title {
    position: relative;
    padding: 2.5rem 0;
    background: #161616;
    overflow: hidden;
    border-radius: 0 0 3rem 0
}

.page-title h1.entry-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    z-index: 2;
    position: relative;
}

.page-wrapper {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff calc(100% - 250px), #24d60114 100%);
    padding: 0 0 5rem 0;
}

.entry-page {
    background: #fff;
    border-radius: 0 0 2rem 2rem;
    padding: 5rem 3rem;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

.entry-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #231f20;
    margin: 2rem 0 1rem;
}

.entry-content h3 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #29ac0a;
    margin: 2rem 0 1rem;
}

.entry-content h4 {
    font-size: 1.4rem;
    font-weight: 500;
    color: #444;
    margin: 2rem 0 1rem;
}

.entry-content p {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

.entry-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

.entry-content ul li {
    font-size: 1rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}

.entry-content ul li::before {
    content: "\f0da";
    font: var(--fa-font-solid);
    color: #1eaf00;
    position: absolute;
    left: 0;
    top: 0.2rem;
    font-size: 0.9rem;
}

.entry-content input,
.entry-content textarea {
    width: 100%;
    padding: 0.9rem 1.2rem;
    font-size: 1rem;
    border: 2px solid #1eaf00;
    border-radius: 1rem;
    background-color: #fdfdfd;
    color: #0c0c0c;
    font-weight: 400;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: .5rem;
}



.entry-content input:focus,
.entry-content textarea:focus {
    border-color: #f9ba09;
    outline: none;
    box-shadow: 0 0 0 3px rgba(249, 186, 9, 0.2);
}

.entry-content .cf7-agree p {
    font-size: .8rem
}

.wpcf7-not-valid-tip {
    font-size: .85rem
}

.check-product {
    background: #f5f5f5;
    padding: .5rem 2rem 2rem 2rem;
    border-radius: 1rem;
    margin-bottom: 2rem;
}

.check-product p {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    margin: 0;
}

.check-product .wpcf7-list-item {
    margin: 0;
}

.check-product__group {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e1e1e1;
}



.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    border: none !important;
    padding: 0 !important;
    margin: 1rem 0;
    background: none !important;
    box-shadow: none !important;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    white-space: nowrap;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
    margin: 0;
    width: 18px;
    height: 18px;
}

.entry-content select {
    width: 100%;
    padding: 0.9rem 1.2rem;
    font-size: 1rem;
    line-height: 1.5;
    /* wyrównanie tekstu */
    min-height: 3.3rem;
    /* dostosowane do inputów */
    border: 2px solid #1eaf00;
    border-radius: 1rem;
    background-color: #fdfdfd;
    color: #0c0c0c;
    font-weight: 400;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}

.entry-content select:focus {
    border-color: #f9ba09;
    outline: none;
    box-shadow: 0 0 0 3px rgba(249, 186, 9, 0.2);
}

.entry-content .textbig textarea {
    border-color: #ddd
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    font-size: 1rem;
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.entry-content table thead {
    background-color: #1eaf00;
    color: #fff;
}

.entry-content table thead th {
    text-align: left;
    font-weight: 700;
    padding: 1rem;
    font-size: 1rem;
    border-bottom: 2px solid #fff;
}

.entry-content table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.entry-content table tbody tr:hover {
    background-color: #f1f8e9;
}

.entry-content table td {
    padding: 1rem;
    border-bottom: 1px solid #969696;
    color: #0c0c0c;
    font-weight: 300;
}

.entry-content table th,
.entry-content table td {
    vertical-align: top;
}

.entry-content table thead tr>*:nth-child(3),
.entry-content table tbody tr>*:nth-child(3) {
    text-align: center
}

.entry-content table tfoot {
    background: #f9ba0910;
}

.entry-content table tfoot td {
    font-weight: 600;
    color: #231f20;
    padding: 1rem;
}

#another_info {

    background: #f9ba091c;
    border-radius: 2rem;
    padding: 2rem;
}

.entry-content__sztab {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    flex-wrap: wrap;
}

.entry-content__sztab .featured-left img {
    width: 100%;
    max-width: 280px;
    height: 280px;
    border: 4px solid #1eaf00;
    border-radius: 100%;
    object-fit: cover;
    padding: 1rem;
}

.entry-content__sztab .content-right {
    flex: 1 1 60%;
}

.entry-content__sztab .content-right>*:nth-child(1) {
    margin-top: 0
}

/* === FORMULARZ DAROWIZNY - STYL KLUBOWY === */

#donation-form {}

#donation-form h3 {
    color: #29ac0a;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
}

#donation-form table.form-table {
    width: 100%;
    border-collapse: collapse;
}

#donation-form table.form-table tr:last-child:hover,
#donation-form table.form-table tr:last-child {
    background: none;
}

#donation-form .forminp {
    padding: 1rem 0;
}

#donation-form .forminp label input {
    width: auto
}

#donation-form table tr {
    padding: 0 1rem;
}

#donation-form table td {
    border-bottom: none;
    vertical-align: middle;
    padding: .65rem 1rem !important;
}

#donation-form table th {
    border-bottom: none;
    padding: .65rem 1rem !important;
    vertical-align: middle !important;
}

#donation-form label {
    font-weight: 400;
    color: #444;
    display: inline-block;
    margin-bottom: 0rem;
}

#donation-form .required {
    color: #f9ba09;
    font-weight: bold;
    margin-left: 0.25rem;
}

#donation-form input[type="text"],
#donation-form input[type="number"],
#donation-form input[type="email"],
#donation-form textarea {
    width: 100%;
    border: 2px solid #29ac0a;
    border-radius: 1rem;
    padding: 0.9rem 1.2rem;
    font-size: 1rem;
    background-color: #fdfdfd;
    color: #0c0c0c;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#donation-form input:focus,
#donation-form textarea:focus {
    border-color: #f9ba09;
    outline: none;
    box-shadow: 0 0 0 3px rgba(249, 186, 9, 0.2);
}

#donation-form .amount-field {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
}

#donation-form .amount-item {
    background: #f7f7f7;
    border: 2px solid #ccc;
    border-radius: 0.8rem;
    padding: 0.8rem 1.2rem;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    min-width: 80px;
    font-weight: 600;
}

#donation-form .amount-item:hover {
    border-color: #29ac0a;
    background: #f0fff5;
}

#donation-form .amount-selected {
    border-color: #29ac0a;
    background-color: #eaffec;
}

#donation-form .amount-item .amount {
    font-size: 1.2rem;
    color: #29ac0a;
}

#donation-form .amount-item .currency {
    font-size: 0.9rem;
    color: #666;
}

#donation-form .amount-item.custom_price .amount.custom {
    color: #ed2027;
}

#donation-form .input-price {
    margin-top: 0rem;
}

#donation-form .description {
    font-size: 0.9rem;
    color: #666;
    margin: .3rem 0 0;
}

#donation-form input[type="submit"] {
    background-color: #29ac0a;
    color: #fff;
    border: none;
    border-radius: 2rem;
    padding: 0.9rem 2rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

#donation-form input[type="submit"]:hover {
    background-color: #f9ba09;
    color: #0c0c0c;
}

#donation-form .grouped-checkbox {
    margin-top: 1rem;
}

#donation-form .grouped-checkbox label {
    font-weight: 400;
    color: #333;
}

#donation-form .grouped-checkbox a {
    color: #29ac0a;
    text-decoration: underline;
    font-weight: 500;
}

@media (max-width: 768px) {
    #donation-form .amount-field {
        flex-direction: column;
    }
}

#donation-form button,
#donation-form input[type="submit"] {
    transition: .2s ease-in-out;
    background: #1eaf00 !important;
    border: 2px solid #46db27 !important;
    color: #fff !important;
    border-radius: 2rem !important;
    padding: 0.8rem 1.2rem !important;
    font-size: .85rem !important;
    font-weight: 500 !important;
    letter-spacing: 01px !important;
}

#donation-form button:hover,
#donation-form input[type="submit"]:hover {
    background: #f9ba09 !important;
    border: 2px solid #f9ba09 !important;
    color: #0c0c0c !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#main {
    z-index: 999;
    position: relative;
}

.gmap iframe {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#footer-wrapper .footer-widget {
    position: relative;
    z-index: 9;
    background: #0c0c0c;
    color: #a8a8a8;
    padding: 5rem 0
}

.footer-widget {}

.fw-inner__widget h2 {
    font-size: 1.4rem;
    margin: 0 0 1rem;
    color: #fff;
}

.fw-inner__widget .widget {}

.fw-inner__widget a {
    color: #fff;
}

.fw-inner__widget p {
    font-size: .8rem;
    color: #888
}

.fw-inner__widget ul {
    margin: 0;
    padding: 0;
}

.fw-inner__widget ul li {
    list-style-type: none;
    margin: 0 0 .5rem;
    font-size: .8rem;
    color: #888;
    transition: .2s ease-in-out;
}

.fw-inner__widget ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #1eaf00;
    font-weight: 300;
}

.fw-inner__widget ul li:hover {
    margin-left: .5rem;
}

.fw-inner__widget ul li,
.fw-inner__widget ul li a {
    color: #888;
    font-weight: 300;
}

#social-links li::before {
    content: none
}

#block-8 ul li::before {
    content: none
}

#block-8 a {
    font-size: 1.5rem;
    color: #fff;
}

.footer-bottom {
    z-index: 999;
    position: relative;
    padding: 3rem 0;
    background: #0c0c0c;
    coloR: #888888;
    font-size: .8rem;
    border-top: 1px solid #202020;
}

.fw-inner__contact {
    background: #f9ba09;
    padding: 2.5rem 5rem;
    border-radius: 5rem;
    margin: -9rem 0 0 0;
}

.fw-inner__contact .row,
.fb-inner .row {
    align-items: center;
}

.fw-inner .mhm-social span,
.fw-inner .mhm-social a,
.fw-inner .phone {
    font-size: 2rem;
    color: #000000;
}

.fw-inner .mhm-social a span:hover,
.fw-inner .mhm-social a:hover,
.fw-inner .phone a:hover {
    color: #444
}

.fw-inner .phone a .fa-regular {
    color: #000000;
    margin: 0 .3rem 0 1rem
}

.fw-inner a .fa-brands {
    font-size: 1.8rem;
    color: #000000
}

.fw-inner__contact {
    margin-bottom: 3rem;
}

.fb-inner {
    font-size: .85rem;
}

.footer-bottom a {
    color: #f9ba09;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: left;
}

.footer-bottom .footer-author {
    text-align: center;

}

.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 400;
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    text-align: right;
}

.scroll-top a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    color: #0c0c0c;
    background: #f9ba09;
    border: 2px solid #f9ba09;
    padding: 1rem 1.2rem;
    border-radius: 100%;
}

.scroll-top a:hover {
    color: #fff;
}