/** form**/
#header-area .booking_form { border-radius: 5px !important; width: 370px; background-color: #c7d32c; padding: 5px 30px 0px; min-height: 357px; position: relative; top: -72px; z-index: 400;margin-bottom: -72px; }
.booking_form .gform_wrapper .gform_heading{display: none;}
#header-area .booking_form .gform_wrapper .gform_heading{position: absolute;bottom: -18px;display: block}
#header-area .booking_form .gform_wrapper .gform_heading a{
	font-size: 16px !important;
	font-family: "Myriad Pro" !important;
	color: rgb( 44, 128, 162 ) !important;
	line-height: 4.25 !important;
}
#header-area .booking_form .gform_wrapper .gform_heading a:hover{
	opacity: 0.5;
}

#header-area .booking_form .gform_body li label{display: none}
#header-area .booking_form .gform_body li:last-child .ginput_container:before{
	width: auto !important;
	height: auto !important;
	border: 1px solid #868e1e !important;
	background: #bac529 !important;
	padding: 2px 10px !important;
	color: #000 !important;
	content: "Browse..";
	display: inline-block;
	position: relative !important;
	margin-top: 5px;
}
#header-area .booking_form .gform_body li:last-child:hover *{
	opacity: 0.5;
	cursor: pointer;
}
#header-area .booking_form .gform_body input[type="file"]{
	/*opacity: 0 !important;*/
	/*position: absolute;*/
	top: 0px;
	width: 100%;
	color: #000;
}
#header-area .booking_form .gform_body input[type="file"]:hover{
	cursor: pointer;
}
#header-area .booking_form .gform_body input[type="text"],
#header-area .booking_form .gform_body textarea { 
	border-radius: 5px !important;
	background-color: rgb( 255, 255, 255 );
	width: 100% !important;
	height: auto !important;
	font-size: 18px !important;

	color: #2c80a2 !important;
	font-weight: bold;
	padding: 7px 13px !important;	
	margin-bottom: 0px !important;
}
#header-area .booking_form .gform_footer,
#header-area .booking_form .gform_footer input{
	margin: 0px !important;
}
#header-area .booking_form .gform_footer{margin-bottom: 81px !important;}
#header-area .booking_form .gform_footer input{
	font-size: 24px !important;
	font-family: 'vollkornbold' !important;
	color: rgb( 44, 128, 162 ) !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	/*text-shadow: 0.5px 0.866px 1px rgb( 255, 255, 255 ) !important;*/
	width: 100% !important;
	background: #90d8f8 !important;
	border: 3px solid #2c80a2 !important;
	border-radius: 5px !important;
	padding: 8px 22px !important;
	box-shadow: 5px 10px 10px rgba(0,0,0,0.5) !important;
}
#header-area .booking_form .gform_footer input:hover{
	opacity: 0.5;
}

#header-area .booking_form .gform_body textarea { 
	height: 86px !important;
}
#header-area .booking_form h3.widgettitle { 
	color: #339999;
	font-size: 43px;
	margin: 0px 0px;
	font-weight: bold !important;
	font-family: 'vollkornbold', serif;
	text-align: center;
	padding-top: 10px !important;
	display: none !important;
}
#header-area .booking_form .gform_wrapper{
	margin-top: 78px !important;
}
#header-area .booking_form .gform_body li{
	margin-bottom: 3px !important;
	padding: 0px !important;
	position: relative;
}
*::-webkit-input-placeholder {
    color: #2c80a2 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #2c80a2 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #2c80a2 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #2c80a2 !important;
}
/*********sidebar form**************/
#main-content .booking_form ,
.single .booking_form , 
.error404 .booking_form { 
	border-radius: 5px !important; 
	width: 100%; 
	background-color: #c7d32c; 
	padding: 5px 30px 0px; 
	height: 492px; 
	z-index: 400;
	margin-top: -43px;
}
.single .booking_form , 
.error404 .booking_form { 
	margin-top: 0px;
}
#main-content .booking_form .widgettitle ,
.single .booking_form .widgettitle , 
.error404 .booking_form .widgettitle {
	letter-spacing: -1px;
}
#main-content .booking_form ul.gform_fields ,
.single .booking_form ul.gform_fields , 
.error404 .booking_form ul.gform_fields {
	/*width: 325px;*/
	padding-top: 3px;
}
#main-content .booking_form ul.gform_fields li ,
.single .booking_form ul.gform_fields li , 
.error404 .booking_form ul.gform_fields li {
	margin-left: 3px !important;
	margin-bottom: 2px !important;
}
#main-content .booking_form .gform_body li label,
.single .booking_form .gform_body li label, 
.error404 .booking_form .gform_body li label
{display: none}
#main-content .booking_form .gform_body li:last-child .ginput_container:before,
.single .booking_form .gform_body li:last-child .ginput_container:before, 
.error404 .booking_form .gform_body li:last-child .ginput_container:before{
	width: auto !important;
	height: auto !important;
	border: 1px solid #868e1e !important;
	background: #bac529 !important;
	padding: 2px 10px !important;
	color: #000 !important;
	content: "Browse..";
	display: inline-block;
	position: relative !important;
	margin-top: 5px;
	margin-left: 3px;
}
#main-content .booking_form .gform_body li:last-child:hover *,
.single .booking_form .gform_body li:last-child:hover *, 
.error404 .booking_form .gform_body li:last-child:hover *{
	opacity: 0.5;
	cursor: pointer;
}
#main-content .booking_form .gform_body input[type="file"],
.single .booking_form .gform_body input[type="file"], 
.error404 .booking_form .gform_body input[type="file"]{
/*	opacity: 0 !important;
	position: absolute;
	top: 0px;*/
	width: 100%;

}
.booking_form .gform_body li:nth-child(7){
	margin-top: 7px;
	margin-bottom: 0px !important;
}
#main-content .booking_form .gform_body input[type="file"]:hover,
.single .booking_form .gform_body input[type="file"]:hover, 
.error404 .booking_form .gform_body input[type="file"]:hover{
	cursor: pointer;
}
#main-content .booking_form .gform_body input[type="text"],
.single .booking_form .gform_body input[type="text"], 
.error404 .booking_form .gform_body input[type="text"],
#main-content .booking_form .gform_body textarea ,
.single .booking_form .gform_body textarea , 
.error404 .booking_form .gform_body textarea { 
	border-radius: 5px !important;
	background-color: rgb( 255, 255, 255 );
	width: 100% !important;
	height: auto !important;
	font-size: 18px !important;

	color: #2c80a2 !important;
	font-weight: bold;
	padding: 10px 13px !important;	
	margin-bottom: 0px !important;
}
#main-content .booking_form .gform_body ul li input[type="text"] ,
.single .booking_form .gform_body ul li input[type="text"] , 
.error404 .booking_form .gform_body ul li input[type="text"] {
	height: 42px !important;
}
#main-content .booking_form .gform_footer,
.single .booking_form .gform_footer, 
.error404 .booking_form .gform_footer,
#main-content .booking_form .gform_footer input,
.single .booking_form .gform_footer input, 
.error404 .booking_form .gform_footer input{
	margin-top: 9px !important;
	margin-left: 3px !important;
}
#main-content .booking_form .gform_footer,
.single .booking_form .gform_footer, 
.error404 .booking_form .gform_footer{
	margin-bottom: 30px !important;
}
#main-content .booking_form .gform_footer input,
.single .booking_form .gform_footer input, 
.error404 .booking_form .gform_footer input{
	font-size: 24px !important;
	color: rgb( 44, 128, 162 ) !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	/*text-shadow: 0.5px 0.866px 1px rgb( 255, 255, 255 ) !important;*/
	font-family: "vollkornbold" !important;
	width: 100% !important;
	background: #90d8f8 !important;
	border: 3px solid #2c80a2 !important;
	border-radius: 5px !important;
	padding: 8px 22px !important;
	box-shadow: 5px 10px 10px rgba(0,0,0,0.5) !important;
}
#main-content .booking_form .gform_footer input:hover,
.single .booking_form .gform_footer input:hover, 
.error404 .booking_form .gform_footer input:hover{
	opacity: 0.5;
}

#main-content .booking_form .gform_body textarea,
.single .booking_form .gform_body textarea , 
.error404 .booking_form .gform_body textarea {
	height: 86px !important;
}
#main-content .booking_form h3.widgettitle,
.single .booking_form h3.widgettitle , 
.error404 .booking_form h3.widgettitle { 
	color: #339999;
	font-size: 43px;
	margin: 0px 0px;
	font-weight: bold !important;
	font-family: 'vollkornbold', serif;
	text-align: center;
	padding-top: 10px !important;
}
#main-content .booking_form .gform_wrapper,
.single .booking_form .gform_wrapper, 
.error404 .booking_form .gform_wrapper{
	margin-top: 10px !important;
}
#main-content .booking_form .gform_body li,
.single .booking_form .gform_body li, 
.error404 .booking_form .gform_body li{
	
	margin-bottom: 3px !important;
	padding: 0px !important;
	position: relative;
}
/**********sidebar testimonials**************/
#main-content .blue-test {
	background-color: #2c80a2;
	margin-top: 15px;
	border-radius: 5px;
	padding: 34px 30px 31px 28px;
}
#main-content .blue-test p {
	font-size: 18px !important;
	font-family: "vollkornitalic";
	color: rgb(243, 243, 243);
	font-style: italic;
	text-align: left;
	margin: 0px;
	line-height: 22px;
}

/** meadia query**/
@media only screen and (max-width: 1339px){
	#header-area .booking_form{right: 0px;position: absolute;margin-bottom: 0px !important;}
	#header_main_alternate .main_menu li#menu-item-search:before{margin-right: 0px !important}
	#main-content .booking_form h3.widgettitle{font-size: 36px !important;}
	.single .booking_form h3.widgettitle{font-size: 36px !important;}
	.error404 .booking_form h3.widgettitle{font-size: 36px !important;}
}
@media only screen and (max-width: 1139px){	
	#header-area .booking_form{width: 260px !important;}
	#header-area .booking_form .gform_description a span{display: none}
	#header-area .booking_form .gform_footer input{font-size: 18px !important;}
	#header-area .booking_form .gform_wrapper .gform_heading a{font-size: 15px !important;}
	#main-content .booking_form .gform_footer input{font-size: 20px !important}
	#main-content .booking_form h3.widgettitle{font-size: 30px !important;}
	.single .booking_form .gform_footer input{font-size: 20px !important}
	.error404 .booking_form .gform_footer input{font-size: 20px !important}
	.single .booking_form h3.widgettitle{font-size: 30px !important;}
	.error404 .booking_form h3.widgettitle{font-size: 30px !important;}
}
@media only screen and (max-width: 989px){	
	#header-area .booking_form h3.widgettitle{display: block !important;font-size: 35px !important;}
	#header-area .booking_form{position: relative !important; top: 0px !important;width: 100% !important;}
	#header-area .booking_form .gform_wrapper{margin-top: 10px !important;}
	#main-content .booking_form h3.widgettitle{font-size: 24px !important;}
	.single .booking_form h3.widgettitle{font-size: 24px !important;}
	.error404 .booking_form h3.widgettitle{font-size: 24px !important;}
}
@media only screen and (max-width: 767px){
	#main-content .booking_form{margin-top: 0px !important;}
	.single .booking_form{margin-top: 0px !important;}
	#main-content .booking_form h3.widgettitle{font-size: 46px !important;}
	.single .booking_form h3.widgettitle{font-size: 46px !important;}
	.error404 .booking_form h3.widgettitle{font-size: 46px !important;}
}
@media only screen and (max-width: 480px){
	#main-content .booking_form h3.widgettitle {font-size: 30px !important;}
	.single .booking_form h3.widgettitle {font-size: 30px !important;}
	.error404 .booking_form h3.widgettitle {font-size: 30px !important;}
}