/*
 Theme Name:     BookYourTravel Child
 Theme URI:      http://themeforest.net/item/book-your-travel-online-booking-wordpress-theme/5632266?ref=themeenergy
 Description:    Book Your Travel Child Theme
 Author:         themeenergy
 Author URI:     http://themeforest.net/user/themeenergy
 Template:       BookYourTravel
 Version:        1.0.0
*/



/* calendar minimum required days 
   highlited colour
------------------------------------- */
.minimum-requirement span {
	background: #3278a766;
}

.green-button {
    background-color: #7cb342;
    color: #fff;
    padding: 10px 18px !important;
	border-radius: 3px;
margin-top: 10px;
width: 100%;
min-height: 50px;
line-height: 30px;
border-radius: 3px;
-moz-border-radius: 3px;
font-size: 14px;
cursor: pointer;
display: inline-block;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
text-align: center;
}

.green-button:hover {
    background-color: #3278a7;
    color: #fff;	
}

body.home .hero-sidebar { 
	margin-top: 80px;
}

body.home .hero-sidebar .tparrows:hover { 
	cursor: pointer;
}


@media only screen and (max-width: 550px) {
	.header .wrap .main-nav { 
		height: 80px;
	}
	
	.header .main-nav ul>li { 
		padding: 0 0 0 20px;
		font-size: 11px;
	}
}

@media only screen and (max-width: 350px) {
	
	.header .main-nav ul>li { 
		padding: 0 0 0 10px;
	}
}