/*
Theme Name:   ChildThemeofTravelBooking
Description:  Travel Booking
Author:       Joshi
Author URL:   Write here the author's blog or website url
Template:     travel-booking-pro
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ChildThemeofTravelBooking
*/

/* Write here your own personal stylesheet */

/*Font size changed from 20px */
body, button, input, select, optgroup, textarea {
	font-size:16px;
}

@media only screen and (min-width: 1025px) {
    .main-navigation ul li:hover>ul, .main-navigation ul li:focus>ul {
        margin-top: 0;
    }
}

.header-two .header-t {
    display: block;
}


/* header margin in social network class*/
.social-networks{
	margin-top: 0 !important;
}
 
/*Itineary section number disappear css */
.single-trip #tabs-container .tab-content .itinerary-row:before {
   display: none;
}

/*Header info */
@media only screen and (max-width: 767px) {
    .header-two .header-t .social-networks li {
        display: inline-block;
        float: none;
    }

    .header-two .header-t .social-networks {
        text-align: center;
        float: none;
    }
    .header-two .header-t .tel-link {
        text-align: center;
    }
}

.main-navigation ul li {
    padding: 0;
}

.footer-t button, .footer-t input, .footer-t select, .footer-t textarea, .footer-t p, .footer-t{
    font-size: 16px;
}
/* Footer padding adjust */
.site-footer .footer-t {
    padding: 40px 0 30px 0;
}

/* Home page footer Quick Inquiry Contact Form css */
#text-quick-inquiry{
	width:300px;
	padding-top:3px;
	padding-bottom:3px;
}
#email-quick-inquiry{
	width:300px;
	padding-top:3px;
	padding-bottom:3px;
}
#message-quick-inquiry{
	height:120px;
	width:300px;
}
