/*
Theme Name: booking
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body.mphb_room_type-template-default div.post-date {display: none}

.bluegradientbg { background-image: linear-gradient(90deg,#e4d4ba,#d0b178);	}
.solidborder {border: 1px solid #dddddd}
.bookingform {
    margin: 20px 0 20px 0;
    padding:20px 25px 0 25px;
    border: 1px solid rgb(221, 221, 221);   
}
.sajat { background-image: linear-gradient(90deg,#e4d4ba,#d0b178);	}
.solidborder {border: 1px solid #dddddd}
.bookingform {
    margin: 20px 0 20px 0;
    padding:20px 25px 0 25px;
    border: 1px solid rgb(221, 221, 221);   
}
.hb-confirm-area {font-size: 90%;}

    table {
    width: 90%;
    margin:20px auto;
    table-layout:fixed;
    border-collapse: collapse;
    }

    td {
    padding:1em 0 0 0;
    vertical-align:bottom;
    }
    
    td span{
    background-color:#fff;
    }
    
    td:first-child {
    text-align: left;
    font-weight: 700;
  overflow: hidden;
    position: relative;
    }
    
td:first-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  width:1500px;
  height:0px ;
  margin-left: 1em;
}

td:last-child {
    text-align:right;
    width:3em;
    }

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}

/*************** FULL PAGE: CROWDFUNDING ***************/

.crowdfunding-hero .section-bg-overlay {
    background: linear-gradient(to top,#000 0%,rgba(50,50,50,0) 40%);
    opacity: .8;
}

.crowdfunding-hero h1 {
    font-size: 300%;
    line-height: 100%;
    margin-bottom:10px;
}

@media screen and (min-width: 849px) {

.crowdfunding-hero h1 {
    font-size: 370%;
    line-height: 100%;
}
}

.crowdfunding-content .accordion-title {
    font-size: 100%;
}

.crowdfunding-content .accordion-inner {
    padding: 1em 5px;
    font-size:90%:
}

.crowdfunding-specs .section-title-normal span {
    width: 50%; /* Change funded percentage */ 
  border-bottom: 20px solid rgba(190,227,205,1.0);
    margin-bottom: -20px;
}

.crowdfunding-specs .section-title-normal {
    border-bottom: 20px solid #ececec;
}

.crowdfunding-specs p {
    margin-bottom:0px;
}

