/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;700&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #333;
    font-family: "Nunito", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

a {
    color: #888;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #888;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.more {
    line-height: 2rem;
}

.more a,
.entry-content input[type="submit"] {
    transition: .2s ease-in-out;
    background: #ffc517;
    border: 2px solid #e8ae01;
    color: #333;
    border-radius: 30px;
    padding: .5rem 1.5rem;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase
}

.more a:hover,
.entry-content input[type="submit"]:hover {
    background: #333;
    border: 2px solid #333;
    color: #ffc517;

}

.more a .fa-duotone {
    padding-left: .5rem;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mastheader {
    padding: 0;
}

.mh-top {
    padding: .75rem 0;
    font-size: .85rem;
    background: #eaeaea;
}

.mht .fa-duotone,
.mht .fa-brands {
    padding: 0 .25rem 0 .5rem;
    color: #ffc517;
}

.mht1 {}

.mht2 {}

.mht3 {}

.mht4 {
    text-align: right;
}

.mht {}

.mh-main {
    padding: 2rem 0;
    position: relative;
}

.mh-main .row {
    align-items: center;
}

body.page-template-homepage .logo {
    position: absolute;
}

.logo {
    z-index: 9999;
    position: static;
    height: auto;
}

.logo img {}

.mhm-btn {
    text-align: right;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    margin: 0 3rem;
    padding: 0;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #888;
    text-decoration: underline
}

.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: #888;
    text-decoration: underline
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.dropdown-toggle::after {
    color: #888;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider {}

#slider .item {
    padding: 12rem 0 10rem;
    min-height: 800px;
}

#slider .box {
    position: relative;
    z-index: 999;
    margin-left: -10px;
}

#slider .item h2 {
    margin: 0 0 0 0;
    font-weight: 700;
    font-size: 3rem;
    color: #333;
    max-width: 40%
}

#slider .item h3 {
    margin: 1rem 0 2rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 4px;
}


#slider .item .extra-txt {
    font-size: 1rem;
    margin: 0 0 4rem;
    letter-spacing: 0px;
    max-width: 30%
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.25) 80%);
    top: 0;
    left: 0;
}

#slider .owl-controls {
    position: absolute;
    bottom: 9rem;
    left: 8.5rem
}

#slider .owl-controls .owl-page span {
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem 0 0;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #ffc517;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.scroll-down {
    position: absolute;
    bottom: 5rem;
    right: 12rem;
    z-index: 999;
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
    background: #ffc517;
    border: 2px solid #e8ae01;
    padding: 1rem 1.3rem;
    border-radius: 30px;
    font-size: 1.1rem;
}

.scroll-down a:hover {
    color: #ffc517;
    background: #333;
    border: 2px solid #333;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.about {
    padding: 6.5rem 0
}

.section-title {
    text-align: center;
    margin-bottom: 6.5rem;
}

.section-title h1,
.section-title h2 {
    font-size: 1.4rem;
    margin: 0 0 1rem;
    color: #ffc517;
}

.section-title h3 {
    font-size: 2rem;
    margin: 0 auto;
    max-width: 65%;
}

.service .box {
    transition: .25s ease-in-out;
    padding: 0;
    background: #ffc5170d;
    text-align: center;
}

.service .box img,
.hp-gallery img {
    transition: .25s ease-in-out;
}

.service .box img:hover,
.hp-gallery img:hover {
    opacity: .8
}

.service .box:hover {
    background: #ffc517;
}

.service .box:hover .fwb-txt {
    color: #111;
}

.service .box img {
    margin: 0 auto 1.5rem;
}

.service .box h3 {
    margin: 0 0 .5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.service .box h3 a {
    color: #222
}

.service .box .fwb-txt {
    transition: .25s ease-in-out;
    color: #888;
    max-width: 75%;
    margin: 0 auto;
    font-size: .9rem;
    padding: 0 0 2rem
}

.cta {
    background: url('https://www.kzchicago.com/wp-content/uploads/2022/11/cta-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6.5rem 0;
}

.cta .row {
    align-items: center;
}

.cta h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0rem 0 0.5rem;
}

.cta-right {
    padding: 3rem 6.5rem;
    background: #efb918;
}

.cta-right .phone {
    font-size: 2.8rem;
    font-weight: 700;
}

.cta-right .envelope {
    font-size: 2rem;
    font-weight: 700;
}

.cta-right a {

    color: #222;
}

.cta-right .phone .fa-duotone {
    margin-right: 1rem;
}

.cta-right .envelope .fa-duotone {
    margin-right: 2rem;
}

.gmap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .2s ease-in-out;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {
    background: url('https://www.kzchicago.com/wp-content/uploads/2022/12/pt-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0;
    position: relative;
}

.page-title .container-big {
    position: relative;
    z-index: 999;
}

.page-title .pt-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.page-title h1 {
    font-size: 3rem;
    margin: 0 0 .5rem;
    color: #fff;
    font-weight: 700;
}


.page-title h3 {
    font-size: 1.2rem;
    margin: 0 0 0rem 3rem;
    color: #ffc517;
    border-left: 2px solid #828282;
    padding-left: 3rem;
}

.page-title .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.55) 50%, rgba(0, 0, 0, 0.25) 80%);
    top: 0;
    left: 0;
}

.page-wrapper {
    padding: 0rem 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 197, 23, 1) 50%, rgba(255, 197, 23, 1) 100%);
}

body.product-template-default #main,
.entry-page {
    border-left: 4px solid #eaeaea;
    padding: 5rem 3rem;
    background: #fff;
}


.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 1.8rem;
}

.entry-content h3 {
    font-weight: 700;
    margin: 1rem 0 1rem;
    font-size: 1.3rem;
    color: #ffc517;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content input,
.entry-content textarea {
    border-radius: 0;
    border: 2px solid #ddd;
}

.entry-content textarea {
    margin-top: 1rem;
}

.entry-content .form-control:focus {
    border-color: #c5aa5c;

}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
}

.thumb-img img {
    transition: .25s ease-in-out;
}

.thumb-img img:hover {
    opacity: .7
}

.pw-archive article {
    margin: 0 0 2rem 0;
}

.pw-archive h2.entry-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 2rem 0 2rem 0;
}

.pw-archive h2.entry-title a {
    color: #111;
}

.pw-archive article .more {
    margin-bottom: 3rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-wrapper {
    margin-top: -9px;
    padding: 6.5rem 0;
    background: url('https://www.kzchicago.com/wp-content/uploads/2022/11/fw-bg.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#block-7 {
    position: absolute;
    top: -6.5rem;
    left: 50%;
    transform: translate(-50%, -50%);
}

#block-7 img {
    padding: 2rem;
    background: #333;
}

.footer-widget {}

.footer-widget h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #fff;
}

.footer-widget h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    color: #fff;
}

.footer-widget .widget {
    color: #888;
    margin: 0;
}

.footer-widget .widget p {
    margin: 0 0 .75rem
}

.footer-widget a {
    color: #ffc517
}

.footer-widget #block-31,
.footer-widget #block-32,
.footer-widget #block-33 {
    max-width: 75%;
}

.footer-widget .nav-link {
    padding: .5rem 0;
    margin: 0 .5rem;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.footer-widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.footer-widget ul li {
    margin-bottom: .75rem;
}

.footer-widget ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #ffc517;
    font-weight: 300;
}

.footer-bottom {
    font-size: .85rem;
    background: transparent;
    padding: 3.5rem 0 0 0;
    color: #888;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: center;
}

.footer-bottom .footer-author {
    text-align: center;

}


.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 700;
    color: #ffc517
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    position: absolute;
    bottom: .5rem;
    right: 0rem;
    z-index: 999;
}

.scroll-top a {
    transition: .25s ease-in-out;
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    text-transform: uppercase;
    background: #ffc517;
    border: 2px solid #e8ae01;
    padding: 1rem 1.3rem;
    border-radius: 30px;
    font-size: 1.1rem;
}

.scroll-top a:hover {
    color: #ffc517;
    background: #333;
    border: 2px solid #333;
}
