/*
Theme Name: Parasponsive + WooCommerce 4.1
Theme URI: http://gogetthemes.com
Description: A premium theme built on base Option Tree 
Author: GoGetThemes
Author URI: http://gogetthemes.com/
Version: 4.1
License URI: http://gogetthemes.com/
*/



.booking-header {
	color: #EFCC00 !important;
	font-size: 38px;
    line-height: 36px;
    font-weight: bold;
	padding: 0;
	margin: 0;	  
    max-width: 320px;
    text-transform: none;
}

.booking-header.uppercase {
      text-transform: uppercase;
}
	
.booking-text {
	color: #FFF;
    max-width: 320px;
    /*font-weight: bold;*/
}
		
.booking-date {
	color: #EFCC00;
    font-weight: bold;
    text-decoration: underline;
}

.underline {
	text-decoration: underline;
}

a.booking-action {
  padding: 9px 10px;
background-color: #EFCC00;
border-radius: 10px;
margin-top: 20px;
color: #000 !important;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
display: inline-block;
text-decoration: none;
border: 2px solid #FFE341;
}

a.booking-action:hover {
background-color: #FCDC25;
}
