/*
 Theme Name:   Travel Tour Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Travel Tour Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     traveltour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  traveltour-child

 START YOUR CHILD THEME CSS HERE
*/

.tour-price-form {
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
    padding: 30px;
	margin-bottom:50px;
}
.tour-bk-frm p:last-child {
    margin: 0px;
}
.tour-price-form input {
    width: 100%;
    height: 40px;
    margin-top: 7px;
    border: 1px solid #ddd;
	margin-bottom: 10px;
}
input#sb-btn {
    margin-top: 16px;
    background: linear-gradient(to right, #5c98f2, #5c98f2);
    line-height: 1;
    height: unset;
    width: 100%;
    padding: 15px;
}
input#sb-btn:hover {
    cursor: pointer;
}
select#num-persons {
    font-size: 14px;
    color: #4e4e4e !important;
}
span.wpcf7-form-control-wrap .fa-angle-down:before {
    display: none;
}
.tourmaster-tour-booking-bar-outer {
    display: none;
}
select#num-persons:focus {
    outline: none;
    box-shadow: unset;
}
select#num-persons option[value=""] {
    color: gray; /* Placeholder text color */
  }
.tour-price-form select#num-persons {
    width: 100%;
    height: 49px;
    margin-top: 7px;
    border: 1px solid #ddd;
    padding: 6px;
	margin-bottom: 10px;
}
.tour-bk-frm h4 {
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #000;
}
.tour-bk-frm h4 input {
    border: unset;
    font-size: 28px;
    font-weight: bold;
    padding: 0px;
	padding-left:7px;
}
.tour-bk-frm h4 {
    display: flex;
    align-items: center;
}
.tour-bk-frm br {
    display: none;
}