/* =========================
   GLOBAL FIXES (SAFE)
========================= */

.footer_elmnts a:hover {
    font-size: unset;
}

.grecaptcha-badge {
    z-index: 9999;
}

.map {
    z-index: 999;
}

.error_btn a {
    width: 200px;
}

/* =========================
   HEADINGS (Elementor should control fonts)
========================= */

.heading h1 {
    font-size: 30px;
    line-height: 40px;
}

.heading h2 {
    font-size: 28px;
    line-height: 38px;
}

.heading h3 {
    font-size: 25px;
    line-height: 35px;
}

.heading {
    margin-bottom: 13px;
}

/* =========================
   BUTTONS
========================= */

.btncenter a {
    width: 130px;
    margin: 0 10px;
    font-size: 15px;
    line-height: 1.3em;
    background-color: #6C6C6C;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}

.btncenter a:hover {
    border: 1px solid #81CBE2;
    color: #81CBE2;
}

.subtn a {
    width: 130px;
    font-size: 15px;
    line-height: 1.3em;
    background-color: #6C6C6C;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}

.subtn a:hover {
    border: 1px solid #81CBE2;
    color: #81CBE2;
}

/* =========================
   TEXT / CONTENT
========================= */

.subpara ul {
    padding-left: 20px;
    padding-top: 10px;
}

.subpara ul li {
    margin-left: 0;
    margin-bottom: 5px;
}

.subpara a {
    color: #36BBE4;
    font-weight: 500;
    font-size: 16px;
}

.subpara a:hover {
    color: #36BBE4;
}

/* =========================
   SERVICE BUTTONS
========================= */

.btncenterserv a {
    width: 180px;
    padding: 8px 0;
    margin: 0 10px;
    font-size: 15px;
    line-height: 1.3em;
    background-color: #6C6C6C;
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-weight: 500;
}

.btncenterserv a:hover {
    border: 1px solid #81CBE2;
    color: #81CBE2;
}

.bread a:hover {
    font-size: .85em;
}

/* =========================
   SAMPLE PAGE STYLES
========================= */

.myheading h1 {
    font-size: 30px;
    line-height: 40px;
}

.myheading h2 {
    font-size: 28px;
    line-height: 38px;
}

.myheading h3 {
    font-size: 25px;
    line-height: 35px;
}

.myheading {
    margin-bottom: 13px;
}

ul.mynewul {
    padding-left: 18px;
}

ul.mynewul li {
    margin-bottom: 10px;
}

.my-map iframe {
    height: 284px;
}

.my-map,
.my-mapp,
.my-mapp1 {
    border: 1px solid #FF0000;
    padding: 7px;
}

/* images */
.mynewsubimg1 img,
.mynewsubimg2 img {
    width: 100%;
    object-fit: cover;
}

.mynewsubimg1 img {
    height: 300px;
}

.mynewsubimg2 img {
    height: 339px;
}

/* =========================
   SUBURB PAGE TYPOGRAPHY
========================= */

.myheading-1 h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    font-family: Nunito;
}

.myheading-1 h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    font-family: Nunito;
}

.myheading-1 h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    font-family: Nunito;
}

.myheading-1 {
    margin-bottom: 10px;
}

.mysubpara-1 p {
    font-family: Lato;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #6c6c6c;
}

.mysubpara-1 a:hover {
    color: #36BBE4;
}

/* =========================
   BUTTON DESIGN
========================= */

.btndesign a {
    border-radius: 8px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    font-family: "Sora", sans-serif;
    padding: 10px 0;
    width: 142px;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
}

.btndesign a:hover {
    font-weight: 700;
}

/* =========================
   FORMS
========================= */

.contfom select option {
    background-color: #000;
}

/* =========================
   LINKS
========================= */

.myheading-a a:hover {
    font-family: "Sora", sans-serif;
    font-size: 17px;
    font-weight: 600;
}

/* =========================
   RESPONSIVE FIXES
========================= */

@media (max-width: 992px) {
    .heading h1,
    .heading h2,
    .heading h3 {
        font-family: inherit;
    }

    .my-mapp iframe,
    .my-mapp1 iframe {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .heading h1 {
        font-size: 27px;
        line-height: 37px;
    }

    .heading h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .heading h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .subtn a {
        width: 130px;
    }

    .myheading h1 {
        font-size: 27px;
        line-height: 37px;
    }

    .myheading h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .myheading h3 {
        font-size: 22px;
        line-height: 32px;
    }
}
/* Prevent text links from resizing on hover */

a:hover {
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Specific fix for your theme custom class */
.myheading-a a:hover {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: 600;
}