/**
* Theme Name: Uptime Child
* Description: This is a child theme of Uptime, generated by Merlin WP.
* Author: <a href="http://www.tommusrhodus.com/">Tom Rhodes</a>
* Template: uptime
* Version: 1.0.12
*/

body *.custom-hero-title,
body[class*="elementor-kit-"] *.custom-hero-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
}

@media all and (min-width: 601px) {
    body *.custom-hero-title,
    body[class*="elementor-kit-"] *.custom-hero-title {
        font-size: 60px;
        line-height: 65px;
    }
}

body *.custom-hero-title.custom-hero-title-2,
body[class*="elementor-kit-"] *.custom-hero-title.custom-hero-title-2 {
    color: #343434;
}

/*!
 * Font Awesome Pro 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url(fonts/fafonts/fa-light-300.eot);
    src: url(fonts/fafonts/fa-light-300.eot?#iefix) format("embedded-opentype"), url(fonts/fafonts/fa-light-300.woff2) format("woff2"), url(fonts/fafonts/fa-light-300.woff) format("woff"), url(fonts/fafonts/fa-light-300.ttf) format("truetype"), url(fonts/fafonts/fa-light-300.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(fonts/fafonts/fa-regular-400.eot);
    src: url(fonts/fafonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(fonts/fafonts/fa-regular-400.woff2) format("woff2"), url(fonts/fafonts/fa-regular-400.woff) format("woff"), url(fonts/fafonts/fa-regular-400.ttf) format("truetype"), url(fonts/fafonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(fonts/fafonts/fa-solid-900.eot);
    src: url(fonts/fafonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fonts/fafonts/fa-solid-900.woff2) format("woff2"), url(fonts/fafonts/fa-solid-900.woff) format("woff"), url(fonts/fafonts/fa-solid-900.ttf) format("truetype"), url(fonts/fafonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(fonts/fafonts/fa-brands-400.eot);
    src: url(fonts/fafonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fonts/fafonts/fa-brands-400.woff2) format("woff2"), url(fonts/fafonts/fa-brands-400.woff) format("woff"), url(fonts/fafonts/fa-brands-400.ttf) format("truetype"), url(fonts/fafonts/fa-brands-400.svg#fontawesome) format("svg")
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fa-spin-2 {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

@keyframes fa-spin-2 {
    0% {
        transform: translateX(-50%) translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
    }
}

ol,ul{overflow-wrap:initial}