/* 2018 updates */

iframe {
    display: block!important;
}

/* end of 2018 updates */

#rollup_widget form fieldset.inputs ol li.string input, #booking_widget form fieldset.inputs ol li.string input {
    width: 220px;
}

.photo_overlay {
    top: 5px!important;
}
.bx-wrapper img {
    max-height: 200px;
}

h1.gdlr-page-title {
    background-color: rgba(153, 0, 0, 0.5);
    color: #ffffff;
}
.gdlr-page-title-container.container {
    width: 280px;
}


.gdlr-page-title-container.container {
    width: 580px;
}

.gdlr-page-title-wrapper .gdlr-page-title {
    font-size: 25px;
}


.gdlr-navigation-wrapper .gdlr-main-menu > li > a {
    padding: 0px 5px 45px 20px;
}



.gdlr-navigation-wrapper .gdlr-menu-search-button-sep {
    display: none!important;
}

.gdlr-navigation-wrapper .gdlr-menu-search-button {
    display: none!important;
}

/* Enter Your Custom CSS Here */
form#gdlr-reservation-bar {
    display: none;
}


select {
    height: 40px;
    width: 100%;
    color: #828282;
    padding-left: 10px;
}
input[type="submit"] {
    width: 100%;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}
