/* Newedge custom CSS here */

@font-face {
    font-family: "Canela";
    src: url("assets/webfonts/canela/Canela Family/Canela-Regular-Trial.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    src: url("assets/webfonts/canela/Canela Family/Canela-RegularItalic-Trial.otf") format("opentype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    src: url("assets/webfonts/canela/Canela Family/Canela-Medium-Trial.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Canela";
    src: url("assets/webfonts/canela/Canela Family/Canela-Bold-Trial.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.service-entry-content ul,
.service-entry-content ol,
.services-content ul,
.services-content ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.service-entry-content ul,
.services-content ul {
    list-style: disc;
}

.service-entry-content ol,
.services-content ol {
    list-style: decimal;
}

.service-entry-content li,
.services-content li {
    margin-bottom: 8px;
    list-style: disc;
}

.service-entry-content li:last-child,
.services-content li:last-child {
    margin-bottom: 0;
}

.sportshealing-video-file-popup {
    max-width: 960px;
    margin: 40px auto;
}

.sportshealing-video-file-popup video {
    display: block;
    width: 100%;
    height: auto;
    background: #000;
}

.video-section.has-background-video {
    position: relative;
    overflow: hidden;
    background-image: none !important;
}

.video-section.has-background-video .container {
    position: relative;
    z-index: 1;
}

.sportshealing-background-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.service-entry-content h1, .service-entry-content h2, .service-entry-content h3, .service-entry-content h4,
.services-content h1, .services-content h2, .services-content h3, .services-content h4{
    margin-top: 15px;
    margin-bottom: 15px;
}


p {
    position: relative;
    font-size: 18px;
    line-height: 1.6rem;
    color: inherit;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    p{
        font-size: 15px;
        line-height: 1.4rem;
    }

}   