/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.bg-theme{
	background-color: #f79638;
}

.min-vh-70{
	min-height: 70vh !important;
}

.slider-inner {
    background-position: center bottom !important;
}

.event .entry-image .entry-date {
    background-color: rgb(247 150 56);
    text-shadow:none;

}
.event .entry-image img {
    width: 90%;

}

.event .entry-title.title-sm h2 {
    font-size: 1.25rem;
    letter-spacing: 0;
    text-transform: none;
    font-size: 25px;
}

.event.entry {
    position: relative;
    margin-bottom: 15px !important;
}

.resort .testi-content p {
    color: #000;
}

.portfolio-desc
{
    text-align: center ;
}
    

.ul-list{
    margin-left: 20px;
}

.ul-list li{
    line-height: 2.3;
}


.history-tl-container{
    /* font-family: "Roboto",sans-serif; */
  /* width:50%; */
  margin:auto;
  display:block;
  position:relative;
}
.history-tl-container ul.tl{
    margin:20px 0;
    padding:0;
    display:inline-block;

}
.history-tl-container ul.tl li{
    list-style: none;
    margin:auto;
    margin-left:200px;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left:1px dashed #f79638;
    padding:0 0 50px 30px;
    position:relative;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li::before{
    position: absolute;
    left: -12px;
    top: -3px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    background: #f79638;
    height: 25px;
    width: 25px;
    transition: all 500ms ease-in-out;

}
.history-tl-container ul.tl li:hover::before{
    border-color:  #f79638;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{
}
ul.tl li .item-detail{
    color:rgba(0,0,0,0.5);
    font-size:12px;
}
ul.tl li .timestamp{
    color: #8D8D8D;
    position: absolute;
  width:100px;
    left: -50%;
    text-align: right;
    font-size: 12px;
}

#logo a.standard-logo{
    position: absolute;
    top: -35px;
     width: 143px;
    margin-left: -12px;
}

#logo a.standard-logo img{
    height: 100%;
    width: 100%;
}


.wellness-trikaya{
    background: url(../image/sage-friedman-HS5CLnQbCOc-unsplash-scaled.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.wellness-trikaya:before{
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 17%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.dis_table{
    display: table;
    width: 100%;
    height: 100%;
}

.dis_table_cell{
    display: table-cell;
    vertical-align: middle;
}

/**/

.comeing_soon_heading{
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
}


.play_stote_button{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    flex-wrap: wrap;
}

.play_stote_button a{
    padding: 13px 32px;
    border-radius: 6px;
    margin: 0px 18px;
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    transition: 0.3s;
}

.play_stote_button a:hover{
    transform: translateY(10px);
}

.play_stote_button a:nth-child(1){
    background: #4186D3;
}

.play_stote_button a:nth-child(2){
    background: #2cbe4e;    
}

.play_stote_button a i{
    margin-right: 11px;
    position: relative;
    top: 2px;
}

.mpSongDiv{
    background: url(../image/afe948c42a88e115ec941a0caf3b72f6.png);
    float: left;
    width: 300px;
    height: 218px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
    position: relative;
}

.mpSongDiv p{
    color: #fff;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    margin: 0px auto;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}


.mpSongDiv2{
    background: url(../image/img3-2.jpg);
}

.mpSongDiv3{
    background: url(../image/rainforest-384944_1280.jpg);
}

.mpSongDiv:before{
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 35%);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}


.song_card_flex{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}



#player-controls {
    position: relative;
    display: flex;
    justify-content: space-around;
    height: 91%;
    align-items: flex-end;
}

#player-controls .button{

    width: auto;
    height: auto;
    background: unset;
    padding: 0;
}

#player-controls .button i {
    color: #fff;
}

.control
{
   float: left;
    padding: 12px 0;
    display: none;
}

.mpSongDiv .button
{
    width: 26px;
    height: 26px;
    padding: 25px;
    background-color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.mpSongDiv .button i
{
    display: block;
    color: #d6dee7;
    font-size: 26px;
    text-align: center;
    line-height: 1;
}

.mpSongDiv .button, 
.mpSongDiv .button i
{
    transition: 0.2s ease all;
}

.signeture_imag{
    width: 25%;
}


.header-trikaya .menu-link{
    font-size: 17px;
}
 
.header-trikaya .book-now-btn .button-link{
    box-shadow: rgb(247 150 56 / 54%) -5px 4px 15px 0px;
    border-radius: 30px !important;
    padding: 9px 23px !important;
    font-size: 16px !important;
    background: #f79638 !important;
    transition: 0.3s ease !important;
    position: relative;
}

.header-trikaya .book-now-btn .button-link:hover{
    box-shadow:none;
}

.header-trikaya .book-now-btn .social-icon{
    font-size: 18px !important;
}


@media screen and (min-width: 992px) and (max-width: 1440px){
    .header-trikaya .menu-link{
        padding: 39px 8px !important;
    }
}


@media screen and (min-width: 320px) and (max-width: 768px){
   .mpSongDiv{
        margin-bottom: 1rem;
    }

    .wellness-trikaya{
        height: 100%;
        padding: 2rem 0rem;
    }

    .play_stote_button a{
            margin-bottom: 15px;
    }

    .signeture_imag{
        width: auto;
    }

    #primary-menu-trigger{
        position: absolute;
        right: 0;
        top: 11px;
    }

     #primary-menu-trigger .svg-trigger{
        background: #fff;
        border-radius: 4px;
        width: 35px;
        height: 35px;
     }

    .header-trikaya .book-now-btn .social-icon{
        display: none;
    }

    .header-trikaya .book-now-btn .button-link{
        position: absolute;
        right: 46px;
        top: 15px;
        display: none;
    }

    .retina-logo{
        position: fixed;
        top: 0;
        z-index: 9;
    }

    .retina-logo img{
        height: 9rem !important;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 0px 0px 8px 8px;
            background: #fff;
    }

    #header{
        z-index: 9;
    }

    .primary-menu_maring_left{
        margin: 0 !important;
    }

    .primary-menu_maring_left .menu-container{
        margin-top: 146px;
    }

    .mobile-view-padding-top{
        padding-top: 3rem;
    }
}

