.bg-dark-transparent{
    background-color: #4DB7C0;
}

.home-carousel img.cover-image {
    max-height: 200px;
}

.home-carousel .home-carousel-item-content {
    min-height: 105px;
}

.horizontalMenu>.horizontalMenu-list>li{
    padding-top: 8px !important;
}

.horizontalMenu>.horizontalMenu-list>li.menuitem{
    padding-top: 16px !important;
}

img.blog-item-image{
    max-height: 200px;
}   

div.pagecontent{
    min-height: 450px;
}

.loader-img{
    top:40%;
}

.footer-links a {
    color: white !important;
    text-decoration: none;
}

@media only screen and (max-width: 991px){
    .active .horizontalMenu>.horizontalMenu-list {
        display: block;
    }
}

p.form-status-info {
    text-align: center;
    font-weight: bold;
    color: var(--secondary-color);
}

svg.form-status-info {
    margin: auto;
    left: 50%;
    position: relative;
    fill: var(--secondary-color);
}

a.the-post-title:hover {
    color: var(--secondary-color) !important;
}


/* Added by Everton */

:root {
    --ar-primary-color: #4db7c0;
    --ar-primary-color-rgb: 77, 183, 192;
    --ar-secondary-color: #ff8819;
    --ar-secondary-color-rgb: 255, 136, 26;
    --header-height: 80px;
    --footer-height: 77px;
    --transition-20: all .2s ease-out;
    --transition-25: all .2s ease-out;
    --transition-30: all .2s ease-out;
    --box-shadow-1: 3px 4px 6px 1px rgba(0, 0, 0, 0.3)
}

@media(max-width: 991px) {
    :root {
        --header-height: 54px
    }
}

@media(max-width: 377px) {
    :root {
        --footer-height: 96px
    }
}

@media(min-width: 992px) {
    .header-main {
        height: var(--header-height)
    }
}

@media(max-width: 991px) {
    .sptb {
        padding: 2rem 0
    }
}

@media(max-width: 575px) {
    .sptb {
        padding: 1.5rem 0
    }
}

.sptb.bg-white {
    min-height: calc(100dvh - var(--header-height) - var(--footer-height))
}

.sptb.bg-white>.sptb>.container-fluid {
    padding: 0
}

@media(min-width: 992px) {
    .sticky-wrapper .horizontal-main {
        min-height: 80px;
        display: flex;
        align-items: center
    }
}

@media(min-width: 992px) {
    .sticky-wrapper .horizontal-main .horizontalMenu-list {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
}

@media(min-width: 992px) {
    .sticky-wrapper .horizontal-main .horizontalMenu-list li:first-of-type {
        margin-right: auto;
        padding: 6px 0 !important
    }
}

@media(min-width: 992px) {
    .sticky-wrapper .horizontal-main .horizontalMenu-list li.menu-item {
        padding: 6px 0 !important
    }
}

.sticky-wrapper .horizontal-main .horizontalMenu-list li .mobile-logo {
    display: none !important
}

.body-progress-container {
    display: none
}

.wave-home h1 {
    font-size: clamp(1.3rem, 3vw, 2.1rem);
    margin-bottom: 1.5rem
}

.wave-home .video-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: var(--box-shadow-1)
}

.wave-home .video-wrapper iframe {
    width: 100%;
    height: 100%
}

.wave-home h2 {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    border-bottom: 1px solid rgba(var(--ar-primary-color-rgb), 0.3);
    padding-bottom: 1.5rem;
    margin-bottom: 2.2rem;
    margin-top: 4.4rem
}

@media(max-width: 767px) {
    .wave-home h2 {
        margin-top: 3.2rem
    }
}

@media(max-width: 575px) {
    .wave-home h2 {
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        margin-top: 2.5rem
    }
}

.wave-home .grid-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px
}

@media(max-width: 991px) {
    .wave-home .grid-row {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 767px) {
    .wave-home .grid-row {
        grid-gap: 20px
    }
}

@media(max-width: 575px) {
    .wave-home .grid-row {
        grid-template-columns: 1fr
    }
}

@media(max-width: 991px) {
    .wave-home .grid-col:not(:last-of-type) {
        margin-bottom: 2rem
    }
}

@media(max-width: 575px) {
    .wave-home .grid-col:not(:last-of-type) {
        margin-bottom: 1.5rem
    }
}

.wave-home .blog-card {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #333;
    transition: var(--transition-20)
}

.wave-home .blog-card h3 {
    font-size: calc(.85rem + .15vw);
    line-height: 1.2;
    margin-bottom: 1rem
}

@media(max-width: 575px) {
    .wave-home .blog-card h3 {
        font-size: 1rem
    }
}

.wave-home .blog-card p {
    font-size: .8rem;
    line-height: 1.7;
    margin-top: 1rem
}

.wave-home .blog-card .img-wrapper {
    display: block;
    aspect-ratio: 16/9;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    box-shadow: var(--box-shadow-1);
    transition: var(--transition-30)
}

.wave-home .blog-card .img-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    inset: 0;
    background-color: #000;
    opacity: 0;
    transition: var(--transition-30)
}

.wave-home .blog-card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition-30)
}

.wave-home .blog-card .img-wrapper:hover:after {
    opacity: .3
}

.wave-home .blog-card .img-wrapper:hover img {
    transform: scale(1.05)
}

.wave-home .blog-card .btn {
    font-weight: 500;
    font-size: .8rem;
    text-transform: uppercase;
    margin-top: auto;
    padding: .5rem 1rem;
    border-radius: 4px;
    transition: var(--transition-20)
}

.blogpage .container>.row>div>.row>div {
    margin-bottom: 2rem
}

.blogpage .container>.row>div>.row>div .card {
    height: 100%;
    margin-bottom: 0
}

.blogpage .container>.row>div>.row>div .card img {
    aspect-ratio: 16/9
}

.blogpage .container>.row>div>.row>div .card .badge-success {
    background-color: var(--ar-primary-color)
}

.blogpage .container>.row>div>.row>div .card .card-body {
    display: flex;
    flex-direction: column
}

.blogpage .container>.row>div>.row>div .card .card-body .btn {
    display: inline-block;
    margin-top: auto;
    width: max-content
}

.postpage .card-body p {
    font-size: .9rem;
    line-height: 1.65
}

.postpage .card-body span[style*="color: #ff0000;"],
.postpage .card-body span[style*="color: #6495ed;"] {
    color: #313131 !important;
    font-weight: 500;
    padding-left: .8rem;
    position: relative
}

.postpage .card-body span[style*="color: #ff0000;"]:before,
.postpage .card-body span[style*="color: #6495ed;"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .5rem;
    height: .5rem;
    border-radius: 50%
}

.postpage .card-body span[style*="color: #ff0000;"]:before {
    background-color: var(--ar-primary-color)
}

.postpage .card-body span[style*="color: #6495ed;"]:before {
    background-color: var(--ar-secondary-color)
}

/* Added by Everton End */

.social-icons .fa{
    color:#FFFFFF !important;
}
.fa.fa-tiktok {
    background: url(../images/tiktok.svg) no-repeat;
    width: 16px;
    height: 16px;
    background-position-y: 2px;
}

.youtube-shorts-wrapper{


}

.youtube-shorts{
    aspect-ratio: 9/16;

    margin : 0px 8px 10px 0px;
}

@media(max-width: 575px) {
    .youtube-shorts{
        aspect-ratio: 9/16;
        width: 100%;
        min-height: 700px;
    }
}

.short-card-item{
    margin: 0px;
    padding: 0px;
}
