/* CSS Document 

Theme Name: Dad Child
Template: dad
*/


.site-header {
    
    background-image: url(./images/header_blue.jpg);
   
}

.site-footer {
    background-image: url(./images/footer_blue.jpg);
 
}

.booking {width:100%;display:block;margin:5px auto; text-align:center;}



.book-form .title {

    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 3;
	padding-top:5px;
    margin-right: 10px;
    text-align: center;
}


.book-form   input[type=text] {
	display: inline-block;
	margin: 0 5px;
	color: #999;
background:#fff;
font-size: 13px;
	line-height: 18px;
	padding: 6px 5px;
width:auto;
	
}

.book-form  .date input[type=text] {
background: url(./images/cal-ico.png) no-repeat right #fff;
padding: 5px 5px !important; }

.book-form .nights, .book-form .adults, .book-form .children, .book-form .hotel {
   	display: inline-block;
	margin: 0 3px;
	color: #999;
background:#fff;
font-size: 13px;
	line-height: 18px;
	padding: 6px 5px;
   
	border: 2px solid #ffffff;
    border-radius: 2px;
}






.book-form .col {
	display: inline-block;
  
	margin: 2px 0;
}

.book-form .btn {
background: #FFB726;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 2px 12px;
    margin: 0 10px;
    color: #000;
    font-size: 16px;
    white-space: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
    border: 2px solid #FFB726;

}

.book-form .mobile-book {
	display: none;
	text-transform: uppercase;
	border-radius: 0;
	float: none;
	/* max-width: 280px; */
        margin: 0 25px 10px 15px;
    width: auto;
    height: auto;
    padding: 10px;
}


@media (max-width: 1189px) {.book-form {
		text-align: center;
	}

	.book-form .title {
		float: none;
		display: block;
		padding: 10px;
		text-align: center;
	}

	
	.book-form .area {
		display: inline-block;
		vertical-align: top;
	}
}

@media (max-width: 767px) {
	.book-form {
		padding: 9px 0;
	}

	.book-form .separator {
		display: none;
	}

	.book-form .col {
		display: inline-block;
		vertical-align: top;
		margin: 10px;
	}
}

@media (max-width: 519px) {
	
	.book-form .mobile-book {
		display: block;
	}
	
	
	.book-form .col {
    display: none;}
}


.restaurant {
       margin: 10px;
	border: 1px solid rgba(255,255,255,.5);
	padding:3px;
}

	.restaurant h3 { color:#fff; text-align:center;padding: 10px;
    margin-top: 5px;
    background: rgba(255,255,255,.2);}

.tribe-events-duration {
	text-align: center;
	padding: .25em;
}

#jobsframe {background-color:#fff; padding:20px}

.booking {margin:15px auto 5px;
 padding-right: 2%;
   padding-left: 2%;}
.bdesktop {display:block;}
.bmobile {display:none;}
@media (max-width: 650px) {
	.bdesktop {display:none;}
	.bmobile {display:block;}
}