@charset "UTF-8";
/* CSS Document */

.header-pause {
    color: #187d75;
}

/*.btn-pause {
    background-color: #187d75;
    color: #FFF;
}*/

html .btn-pause {
    background-color: #187d75;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
    --color: #187d75;
    --hover: #32383e;
    --disabled: #187d75;
    --active: #101214;
    --bs-btn-color: #fff;
    --bs-btn-bg: #187d75;
    --bs-btn-border-color: #187d75;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #187d75;
    --bs-btn-disabled-border-color: #187d75;
}

html .btn-outline.btn-pause {
    color: #FFF;
    background-color: #187d75;
    background-image: none;
    border-color: #187d75;
}

    html .btn-outline.btn-pause:hover,
    html .btn-outline.btn-pause.hover {
        color: #187d75;
        background-color: #FFF;
        border-color: #187d75;
    }

    html .btn-outline.btn-pause:focus,
    html .btn-outline.btn-pause.focus {
        box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
    }

    html .btn-outline.btn-pause.disabled,
    html .btn-outline.btn-pause:disabled {
        color: #212529;
        background-color: transparent;
    }

    html .btn-outline.btn-pause:active,
    html .btn-outline.btn-pause.active {
        color: #FFF !important;
        background-color: #212529 !important;
        border-color: #212529 !important;
    }

html .thumb-title {
    background-color: #187d75;
    display: inline-block;
    font-size: 0.6em;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
}

.icon-pause {
    color: #187d75;
}

.cstm-background {
    background-color: #f7f7f7 !important;
    border-top: #f7f7f7 !important;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #187d75 !important;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    color: #187d75 !important;
    border-color: #187d75 !important;
}

.social-icons:not(.social-icons-opacity-light):not(.social-icons-transparent):not(.social-icons-clean):not(.social-icons-clean-with-border):not(.social-icons-dark):not(.social-icons-dark-2):not(.custom-social-icons) li a {
    background: #000000 !important;
}

.cstm-color {
    color: white !important;
}

#header .header-nav.header-nav-line nav > ul li:hover > a {
    color: #187d75 !important;
}

    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background: #187d75 !important;
    }

.social-icons li a {
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 50px !important;
    line-height: 50px !important;
    width: 50px !important;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.section-background {
    background: #FFFFFF;
    border-top: 5px solid #f1f1f1;
    padding: 95px 0;
}

.text-color-pause {
    color: #187d75
}


#footer a:not(.btn):not(.no-footer-css):hover {
    text-decoration: none;
    color: #187d75;
}


