/* Heliconia CSS for wordpress plugin*/
/* Root */
:root {
    --heli_orange: #fab607;
}
.heli_orange {
    color: var(--heli_orange);
}
.heli_header {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    /*line-height: 115%; /* 29.9px */
    /*letter-spacing: -0.52px;*/
    margin:16px 0;
    padding:0;
}
.heli_author {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    margin:0;
    padding:0;
}
.heli_date {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin:0;
    padding:0;
}
.heli_description {
    color: #FFF;
    font-family: Fira Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    letter-spacing: -0.36px;
    padding:0;
    margin: 32px 0;
}
.heli_headline {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.56px;
    text-transform: uppercase;
}
/* GENERAL */
.justifyLeft, .justifyLeftToBlock {
    display: flex;
    position: relative;
    justify-content: flex-start;
}
.spaceBetween {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.justifyCenter {
    display: flex;
    position: relative;
    justify-content: center;
}
.top {
    align-items: flex-start;
}
.center {
    align-items: center;
}
.wrap {
    flex-wrap: wrap;
}
.gap {
    gap: 16px;
}
.gapBig {
    gap: 64px;
}
.gapSmall {
    gap: .5em;
}
.flex {
    flex: 1;
}
.sp {
    height: 1em;
}
.small {
    font-size: 90%;
}
.alignCenter {
    text-align: center;
}
.heli_seperator {
    border: 1px solid var(--heli_orange);
    height: 40px;
}
.heli_hover {
    cursor: pointer;
}

/* VIDEO LIST */
#heli_videoSelectCntr, #heli_partnerSelectCntr {
    color: #FFF;
}
#heli_overlay {
    display: flex;
    position: absolute; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(0,0,0,.45); /* Black background with opacity */
    z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    justify-content: center;
    align-items: center;
}
#heli_playbtn {
    display: inline-flex;
    height: 72px;
    padding: 16.384px 28.673px 16.384px 36.865px;
    justify-content: center;
    align-items: center;
    gap: 32.769px;
    flex-shrink: 0;
    background-color: #fab607;
    border-radius: 16.384px;
}
.heli_selector {
    font-family: Montserrat;
    background-color: transparent;
    /*
    margin: 0;
    padding: .5em 0;
    margin-right: 1em;
    border-width: 0;
    outline-width: 0;
    cursor: pointer;
    box-sizing: border-box;
    color: #9b9b9b;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6%;
    text-transform: uppercase;
    */
    background-color: transparent;
    margin: 0px;
    padding:0px;
    border-width: 0;
    outline-width: 0;
    font-weight: 800;
    cursor: pointer;
    color: #4B4B4B;
    box-sizing: border-box;
    font-size: 84px;
    letter-spacing: -2%;
}
.heli_selector:hover {
    color: var(--heli_orange);
}
.heli_selector_active {
    /*border-bottom: .25em solid var(--heli_orange);*/
    color: #FFF;
}
#heli_mainVideoCntr {
    margin-bottom: 2em;
}
#heli_mainVideoCntrImg {
    display: block;
    position: relative;
    /*width: calc(100% *(2/3));*/
    width: 875px;
    height: 492px;
    border-radius: .5em;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#heli_videoListCntr {
    display: block;
    position: relative;
    width: 100%;
}
#heli_videoListCntr .item {
    display: block;
    position: relative;
    /*width: calc((100%/6) - 11px);*/
    width: 205px !important;
    height: 182px !important;
    box-sizing: border-box;
    padding: 0em;
    border-radius: .5em;
    cursor: pointer;
    margin: 0;
}
#heli_videoListCntr .item:hover {
}
#heli_videoListCntr .item div {
    margin-bottom: 16px;
}
#heli_videoListCntr .item img {
    display: block;
    position: relative;
    border-radius: .5em;
    width: 100%;
    border-bottom: 4px solid transparent;
    margin-bottom: 8px;
}

/* PARTNER LIST */
.heli_header_selector {
    background-color: transparent;
    border-width: 0;
    outline-width: 0;
    font-weight: 800;
    cursor: pointer;
    color: #4B4B4B;
    box-sizing: border-box;
    font-size: 84px;
    /*letter-spacing: -2*/
    padding: 0;
    margin: 0;
}
.heli_header_selector:hover {
    color: var(--heli_orange);
}
.heli_header_selector_active {
    color: #FFF;
}
#heli_partnerList {
    display: block;
    position: relative;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#heli_partnerList::-webkit-scrollbar {
    display: none;
}
#heli_partnerList .item {
    display: inline-block;
    position: relative;
    width: 20em;
    box-sizing: border-box;
    padding: 0;
    border-radius: .25em;
    color: #FFF;
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0%;
    margin-right: 8px;
}
#heli_partnerList .item div {
}
#heli_partnerList .item img {
    display: block;
    position: relative;
    border-radius: .25em;
    width: 100%;
}
.center {
    display: flex;
    position: relative;
    text-align: center;
    justify-content: center;
}
.vCenter {
    align-items: center;
}
.heli32 {
    margin: 32px 0;
}
.heli48 {
    margin: 48px 0;
}
.heli96 {
    margin: 96px 0;
}
.heli_allBtn {
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    display: inline-flex;
    position: relative;
    padding: 0px 32px;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1.5px solid #4B4B4B;
    background-color: #161616;
}
.heli_allBtn:hover {
    border: 1.5px solid #6a6969;
    background-color: #2b2b2b;
}
.heli_allPartnerList {
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-family: "Fira Sans";
    margin-top: 16px;
}
.heli_allPartnerList div {
    display: flex;
    position: relative;
    font-size: 14px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(125, 125, 125,.2);
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .justifyLeft {
        flex-wrap: wrap;
    }    
    .justifyLeftToBlock {
        display: block;
    }
    #heli_videoListCntr .item {
        width: calc((100%/2) - 1em);
    }
    #heli_mainVideoCntrImg {
        width: 100%;
        margin-bottom: 1em;
    }
    .heli_header_selector {
        font-size: 28px;
    }
    .heli_selector {
        font-size: 28px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 350px) {
    #heli_videoListCntr .item {
        width: 100%;
    }
}