/*
Theme Name:    Entrada Child - Modern
Theme URI:    https://themes.waituk.com/entrada-intro/
Author:    WAITUK
Author URI:    https://www.waituk.com
Template:    entrada
Description:    Clean, modern, and responsive WordPress adventure theme by WAITUK
Version:    4.0.7
License:    Themeforest Regular License
License URI:   http://themeforest.net/licenses/standard
Text Domain:    entrada
Tags: two-columns, three-columns, four-columns, right-sidebar, left-sidebar, full-width-template, custom-background, custom-colors, custom-menu, featured-images, microformats, translation-ready
*/
@import "../entrada/dist/styles/modern.css";
@import "../entrada/woocommerce/woocommerce.css";
/* = Child Theme customization starts here
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap');

#header .navbar-default .navbar-nav > li.menu-item > a {
	font-family: "Poppins", sans-serif !important;
	font-weight: 500;
	letter-spacing: 0.05em;
}

@media only screen and (min-width: 1230px) {
.navbar-default .navbar-nav > li > a {
    height: 62px;
    font-size: 15px;
}
}





input#trip_number_of_guest {
    background: #3525e6;
    color: #e6e6ff;
    padding: 10px 10px;
    font-size: 1em;
    letter-spacing: 0.05em;
     border-style: none;
     width: 100%;
     border-radius: 5px;
}

::-webkit-input-placeholder { /* Edge */
  color: #e6e6fff;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e6e6ff;
}

::placeholder {
  color: #e6e6ff;
}



@media all and (max-width: 992px) {
input#trip_number_of_guest {
  font-size: 1.4rem;
padding: 6px 10px;
}
}

@media only screen and (min-width: 768px) {
.trip-form {
    margin-top: 38%;
}
}

ul#menu-hillsong-menu li a { font-family: "Poppins", sans-serif !important;
}
#header .navbar-default .navbar-nav > li.menu-item > a { font-family: "Poppins", sans-serif !important;
}