/* Global */
*:focus {
    outline: none;
}

/* HEADER Navigation */
header .navbar-default {
    background: none;
}
header.primary .navbar-default {
	z-index: 9999;
}
header.secondary .navbar-default {
	z-index: 9998;
}
header .navbar-collapse {
    padding: 0;
}
header #logo {
	border: none;
	padding: 0;
}
header #logo > img {
    height: 55px !important;
}
header .navbar-header {
	display: block !important;
}
header.secondary .nav-title {
	font-size: 16px;
	font-weight: bold;
}
header .navbar-nav {
    float: right !important;
}
header ul > li {
	font-weight: normal;
    padding: 0;
}
header ul > li:first-of-type {
	padding-left: 0;
}
header a {
	text-decoration: none !important;
}
header ul > li > a, header ul > li.dropdown.open > a {
    color: #000000 !important;
    padding: 6px 10px 4px 10px !important;
    font-size: 16px;
    line-height: 16px !important;
    margin: 28px 10px 18px;
}
header ul ul > li > a {
	margin: 0;
}
header ul ul > li {
    margin: 5px;
}
header ul ul > li > a {
    border: none !important;
}
header ul > li.book-now {
	padding-left: 10px !important;
}
header ul > li:not(.book-now):last-of-type > a {
	margin-right: 0;	
}
header ul > li.book-now > a {
    background-color: #c00;
    color: #ffffff;
}
header ul > li > a:hover, header ul > li.dropdown.open > a, header ul > li > a:hover > i, header ul > li.open > a > i , header ul > li.current-menu-item > a, header ul > li.current-menu-item > a > i, header ul > li.current-menu-ancestor > a, header ul > li.current-menu-ancestor > a > i {
    color: #ffffff;
    background-color: #000000;
}
header ul > li.book-now > a:hover {
    background-color: #000000;
    color: #ffffff;
	border-color: #000000;
}
header ul > li > a > i.fa-angle-down {
    color: #000000;
    padding: 0 0 0 4px;
    font-size: 16px;
}
header ul.dropdown-menu {
    border: none !important;
}


/* Global */
header {
    /*border-top: 4px solid;*/
	border-top: none;
}
.navbar-nav {
	font-weight: 400;
	font-size: 15px;
}
.navbar-nav .book-now {
	padding-left: 20px;
}
.navbar-toggle.phone {
	padding: 5px 14px 6px 10px;
}
.navbar-toggle.phone .typcn:before {
	font-size: 1.6em;
	color: #aaa;
	/* Rotate */
	-webkit-transform: rotate(-250deg); /* Safari */
	-moz-transform: rotate(-250deg); /* Firefox */
	-ms-transform: rotate(-250deg); /* IE */
	-o-transform: rotate(-250deg); /* Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=8); /* Internet Explorer */
}
@media only screen and (max-width : 768px) {
	.navbar-nav {
		margin-top: 0;
	}
	.navbar-nav li > a {
		font-size: 16px;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav .book-now {
		padding-left: 0;
	}
}
@media (min-width: 1200px) {
	.navbar-nav>li>a {
    	padding: 32px 27px;
	}
}
#header-banner, #header-banner > .color-overay {
	height: auto !important;
}

/* Room Header */
.room-header {
    background-color: rgba(224, 134, 26, 0.75);
	padding: 32px 0 18px 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
.room-header h1 {
	color: #ffffff;
	margin: 0;
	padding: 0 0 15px 0;
}
.room-header ul.features {
	color: #ffffff;
	font-size: 16px;
	padding: 0;
	list-style-type: none;
}
.room-header ul.features li {
    display: inline-block;
    margin-right: 12px;
}

/* Room Slider */
.standard-slider.room-slider #owl-standard {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.standard-slider.room-slider, .standard-slider.room-slider img {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.standard-slider .owl-theme .owl-controls .owl-buttons div {
    border: none;
    opacity: 0.7;
}

/* Room Listing */
.price > span {
	line-height: 10px;
}

/* Slider Revolution */
body.home .wpb_revslider_element {
	margin-bottom: 0;
}

/* Reservation Form */
#reservation-form.footer {
	margin-top: 50px;
    border-top: 1px solid #ebebeb !important;
	background-color: #eee;
}
#reservation-form.footer .reservation-horizontal {
	border: none !important;
	padding-left: 4px;
	padding-right: 4px;
	background: none;
}
#reservation-form .reservation-horizontal, #reservation-form .reservation-vertical, #contact-form .contact-vertical {
	border-radius: 0 !important;
    border: 1px solid #ebebeb !important;
    box-shadow: none !important;
	z-index: 999;
}
#reservation-form .reservation-container {
	top: -35px;
}
#reservation-form .fa.infield {
	margin-top: 11px;
	right: 10px !important;
}
#reservation-form .col-sm-2 button {
	margin-top: 0;
}
#reservation-form .form-control {
	color: #333333;
}
#reservation-form input, #reservation-form select {
	border-radius: 0;
	-webkit-appearance: none;
    border: 1px solid #ccc;
}
#reservation-form button {
	border-radius: 0;
    padding: 8px 12px;
    font-weight: 600;
}
@media only screen and (max-width : 768px) {
	#reservation-form input, #reservation-form select, #reservation-form button {
		padding: 10px 10px;
		height: 42px;
		font-size: 16px;
	}
	#reservation-form .has-float-label .form-control:placeholder-shown:not(:focus)+* {
		top: 0.73em;
	}
	/*body.single-room #reservation-form:not(.footer) {
		display: none;
	}*/
	body.home #reservation-form:not(.footer) {
		margin-top: 0;
	}
	body.home #reservation-form:not(.footer) > .container {
		padding: 0;
	}
	body.home #reservation-form:not(.footer) form {
		padding: 8px 0 0 0;
		border: none !important;
	}
	body.home #reservation-form:not(.footer) form .form-group:first-of-type {
		margin-top: 5px;
	}
	body.home #reservation-form:not(.footer) form.collapsed .form-group {
		display: none;
	}
}
.ui-datepicker {
	z-index: 3 !important;
}

/* Footer */
footer {
	margin-top: 0;
}
footer .menu li {
	padding-bottom: 0;
	border-bottom: 0;
}
footer h3 {
	margin-top: 0;
}
footer .typcn:before {
	font-size: 2em;
    margin-right: 14px;
    text-align: center;
    width: 20px;
}

/* Global */
h3 {
	line-height: 1.4em;
	margin-bottom: 8px;
}
p {
	font-size: 14px;
}
.no-margin, .no-margin > .vc_column-inner {
	margin: 0 !important;
}
.no-padding, .no-padding > .vc_column-inner {
	padding: 0 !important;
}
.icon-4em .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-icon {
	font-size: 4em !important;
}
span.caption {
	position: absolute;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
    padding: 10px 10px 7px 10px;
}

/* NewBook Online */
#newbook_online_booking_logo_wrapper {
	display: none;
}
.newbook_details_inner h3 {
    margin-bottom: 10px !important;
}
.newbook_details_inner hr {
    margin-top: 10px !important;
}
.newbook_details_inner .newbook_online_category_row_icons > .newbook_online_category_row_category_icon > img {
    height: 20px;
    width: 20px;
    margin-right: 5px !important;
    margin-top: -3px;
}
.newbook_details_inner .newbook_online_category_row_icons > .newbook_online_category_row_category_icon {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #425462 !important;
}
.newbook_details_inner button.newbook_calendar_button {
    top: 10px !important;
    right: 10px !important;
    position: absolute !important;
}

/* Forms */
.dhvc-form-message {
	padding: 18px;
	background: #ffd100;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 18px 0;
}

/* Home Feature Icons Bar */
.feature-icons {
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.feature-icons .vc_sep_line {
    display: none !important;
}

/* Sliding Reservation Form */
.kv_reservationform {
	height: 100% !important;
}

/* START
// NewBook Online
*/

.newbook_details_inner h3 {
    margin-bottom: 10px !important;
}
.newbook_details_inner hr {
    margin-top: 10px !important;
}
.newbook_details_inner .newbook_online_category_row_icons > .newbook_online_category_row_category_icon > img {
    height: 20px;
    width: 20px;
    margin-right: 5px !important;
    margin-top: -3px;
}
.newbook_details_inner .newbook_online_category_row_icons > .newbook_online_category_row_category_icon {
    font-size: 14px !important;
    font-weight: 400 !important;
}
.newbook_online_category_row_action_buttons button {
    border: none !important;
    border-radius: 0 !important;
    font-weight: bold;
    font-family: sans-serif;
    cursor: pointer;
}
.newbook_online_category_row_category_description {
    font-weight: normal;
}
	
/* Fix NewBook Buttons */
button.newbook_responsive_button.newbook_calendar_button {
	margin-top: -40px;
}

/* Add from to the price */
#newbook_content .nightly_price > .ui-button-text > span {
	padding-left: 10px;
}
#newbook_content .newbook_online_from_price_text {
	padding-left: 0 !important;
}
	
/* Fix for close button on popup */
.newbook_category_more_details_popup > div.ui-dialog-content {
    height: auto !important;
}
.newbook_category_more_details_popup > .ui-dialog-buttonpane button {
	float: right;
	margin-right: 20px !important;
}
	
/* Adjust width of popup on desktop to show full image */
@media only screen and (min-width: 800px) {
    .newbook_category_more_details_popup {
        max-width: 1070px;
        margin-left: 65px;
        margin-right: 65px;
    }
}

/* Fix mobile issue where book/rate buttons overlap the description */
@media only screen and (max-width: 800px) {
	#newbook_content .newbook_online_category_box .newbook_online_category_row_action_buttons {
		position: relative !important;
	}
}

/*
** START: NEWBOOK ONLINE
*/
#newbook_online_booking_controls_wrapper {
    margin-bottom: 18px;
}
#newbook_online_booking_controls_wrapper > div {
    width: 100%;
}
#newbook_logo {
    display: none !important;
}

/*
// NEWBOOK Custom Search Box
*/
/*#newbook_online_booking_controls_wrapper {
	display: none;
}*/
.newbook-online-availability-form {
    padding: 20px;
    margin-bottom: 20px;
	position: relative;
}
.newbook-online-availability-form input {
	line-height: 20px;
}
@media only screen and (max-device-width: 991px) {
	.newbook-online-availability-form input {
		margin-bottom: 20px
	}
}
.newbook-online-availability-form input[type=date] {
	padding-top: 8px;
	padding-bottom: 8px;
}
.newbook-online-availability-form .search-button > a {
    margin-top: 25px;
    width: 100%;
    text-align: center;
	cursor: pointer;
}
@media only screen and (max-device-width: 991px) {
	.newbook-online-availability-form .search-button > a {
		margin-top: 0;
	}
}
.newbook-online-availability-form .promocode-link {
	display: block;
    position: absolute;
    top: -24px;
    right: 0;
}

/* Underline links in rate descriptions */
.newbook_online_categories_tariff_type_description > a {
	text-decoration: underline;
}

/*
// DATEPICKER
*/
#ui-datepicker-div {
    margin: 0 !important;
    padding: 8px !important;
    border-radius: 0 !important;
    border: 1px solid #000000 !important;
    -webkit-border-radius: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    background: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 16px;
    width: 16px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:not(.ui-state-disabled):hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:not(.ui-state-disabled):hover {
    cursor: pointer;
}
table.ui-datepicker-calendar .ui-state-default {
    border: none !important;
}
.ui-datepicker-header, table.ui-datepicker-calendar th, table.ui-datepicker-calendar a {
    font-size: 15px;
    padding: 1px 0;
    margin: 1px !important;
    text-decoration: none;
    border-radius: 0 !important;
}
.ui-datepicker-header {
    margin: 0 0 8px 0 !important;
    padding: 0 0 8px 0 !important;
    border-bottom: solid 1px !important;
}

/* Special Icons */
.newbook_responsive_special {
    color: #ffffff !important;
    font-weight: bold;
}
.newbook_responsive_special > i {
    display: none;
}

/* More details modal */
.ui-dialog > .ui-dialog-content {
	height: auto !important;
}

/* Sale Tile */
div.on-sale > .featured-image, .newbook_online_category_box.on-sale .newbook_online_category_row_image {
	overflow: hidden;
}
div.on-sale > .featured-image::before, .newbook_online_category_box.on-sale .newbook_online_category_row_image::after {
    content: "Sale";
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: -6px;
    font-size: 16px;
    font-weight: bold;
    /* Rotate Text */
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    height: 60px;
    width: 60px;
    border-radius: 70px;
    margin: 0 0 0 0;
    padding: 22px 0 0 12px;
    text-transform: none;
	background: #c00;
}

/* New Tile */
div.new-room > .featured-image, .newbook_online_category_box.new-room .newbook_online_category_row_image {
	overflow: hidden;
}
div.new-room > .featured-image::before, .newbook_online_category_box.new-room .newbook_online_category_row_image::after {
    content: "New";
    text-transform: uppercase;
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: -6px;
    font-size: 16px;
    font-weight: bold;
    /* Rotate Text */
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
    height: 60px;
    width: 60px;
    border-radius: 70px;
    margin: 0 0 0 0;
    padding: 22px 0 0 12px;
    text-transform: none;
	background: #c00;
}

/* Hide all website elements except NewBook Online when on tablet */
body.checkin-tablet #top-header, body.checkin-tablet header, body.checkin-tablet .banner_img, body.checkin-tablet #header-banner, body.checkin-tablet footer {
    display: none !important;
}
body.checkin-tablet #calculated_stay_cost, body.checkin-tablet #payments, body.checkin-tablet #total_owing {
    display: none !important;
}

#newbook_online_main_form #features_list {
	display: none;
}

/* Filters */
body.exp-4-newBook_search_controls.exp-4-a_filters #filter {
    margin: 20px 0 0 0;
    padding: 0;
    display: inline-block;
}
body.exp-4-newBook_search_controls.exp-4-a_filters #filter > p, body.exp-4-newBook_search_controls.exp-4-a_filters #filter > li {
    display: inline-block;
    margin-right: 18px;
    text-transform: capitalize;
}
body.exp-4-newBook_search_controls.exp-4-a_filters #filter > li {
    padding: 4px 10px;
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}
body.exp-4-newBook_search_controls.exp-4-a_filters #filter > li.active {
    background: #4D4D4D;
    color: #ffffff;
}
body.exp-4-newBook_search_controls.exp-4-a_filters #newbook_online_booking_controls_wrapper {
    margin-bottom: 0 !important;
}
body.exp-4-newBook_search_controls.exp-4-a_filters:not(.exp-4-b_search_box) #filter {
    margin-top: 0 !important;
    padding-bottom: 18px !important;
}
body.exp-4-newBook_search_controls.exp-4-a_filters:not(.exp-4-b_search_box) #filter.primary {
    margin-top: -12px !important;
}
body.exp-4-newBook_search_controls.exp-4-a_filters.exp-4-b_search_box #filter p, li {
    font-weight: bold;
}
body.exp-4-newBook_search_controls.exp-4-a_filters.exp-4-b_search_box #filter p {
    color: #ffffff;
}
body.exp-4-newBook_search_controls.exp-4-a_filters.exp-4-b_search_box #filter li {
    color: #ffffff;
    border-color: #ffffff;
}
body.exp-4-newBook_search_controls.exp-4-a_filters.exp-4-b_search_box #filter li.active {
    color: #00A5E1;
    background-color: #ffffff;
}

/* NewBook Online Controls */
body.exp-4-newBook_search_controls.exp-4-b_search_box #newbook-online-controls-container {
    margin-bottom: 36px;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box #newbook-online-controls-container .newbook-online-availability-form {
    background: #ffffff;
    padding: 18px !important;
	position: relative;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box #newbook-online-controls-container .newbook-online-availability-form .search-button {
    clear: both;
    padding: 18px 0 0 0;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box #newbook-online-controls-container .newbook-online-availability-form label {
    color: #4D4D4D;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box #newbook-online-controls-container .newbook-online-availability-form label[for=newbook_online-promo_code] {
    margin-top: 12px;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box #newbook-online-controls-container .newbook-online-availability-form input {
    width: 100%;
    border: 1px solid #4D4D4D;
    color: #4D4D4D;
    padding: 4px 0 4px 10px ;
    font-size: 16px;
    height: 34px;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box #newbook-online-controls-container .newbook-online-availability-form > div {
    padding-right: 20px;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box #newbook-online-controls-container .newbook-online-availability-form label[for=newbook_onlines-promo_code] {
	margin-top: 12px;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box .page-title > h1 {
    margin-bottom: 12px !important;
    font-size: 42px;
}
body.exp-4-newBook_search_controls.exp-4-b_search_box a.promocode-link {
	position: absolute;
    right: 0;
    bottom: -26px;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 1200px) {
	body:not(.page-template-page-newbook) #newbook-online-controls-container {
		margin-top: 20px !important;
	}
}

/* END
// NewBook Online
*/

/* Navigation */
.navbar {
	margin-bottom: 0 !important;
}
@media only screen and (min-device-width: 1201px) {
	#navbar > .mobile {
		display: none !important;
	}
}
header.secondary #sticky-sticky-wrapper:not(.is-sticky) .navbar-header, header.secondary #sticky-sticky-wrapper:not(.is-sticky) .navbar-nav > li.book-now {
	display: none;
}
header.secondary #sticky-sticky-wrapper:not(.is-sticky) .navbar-collapse {
	text-align: center;
}
header.secondary #sticky-sticky-wrapper:not(.is-sticky) .navbar-nav {
	float: none;
}
header.secondary #logo {
	border-right: none;
}
header.secondary .nav-title {
    font-size: 18px;
    padding: 32px 18px 0 0;
    display: block;
}
header.secondary .is-sticky .navbar-nav {
	float: right;
}
header.secondary .is-sticky .navbar-nav > li > a {
    padding-left: 18px;
    padding-right: 18px;
	transition: none !important;
}
@media (max-width: 1200px) {
	#top-header, header.secondary, header.secondary .sticky-wrapper:not(.is-sticky) > .navbar {
		display: none !important;
	}
	header {
		background-color: #ffffff;
	}
	header .navbar-header {
		position: relative;
		padding: 0;
		margin: 10px 0;
	}
	header .navbar-brand {
		padding: 0;
		margin: 0 auto !important;
		float: none;
		display: table;
		height: auto;
	}
	header .navbar-brand  #logo > img {
		height: 39px !important;
		margin: 8px 0;
	}
	header .navbar-toggle {
		position: absolute;
		left: 25px;
		text-align: left;
		margin: 0 !important;
		height: 50px;
		width: 50px;
		border: none;
		background: none;
	}
	header .navbar-toggle:not(.phone) {
		padding: 0;
	}
	header .navbar-toggle:not(.phone) .icon-bar {
		background-color: #00b9ff !important;
		width: 34px;
		height: 3px;
		margin-top: 6px; 
	}
	header .navbar-toggle.phone {
		left: auto;
		right: 25px;
		text-align: right;
		padding: 6px 10px 0 0;
	}
	header .navbar-toggle.phone > span:before {
		color: #00b9ff !important;
		font-size: 36px !important;
	}

	header .navbar-collapse {
		margin: 20px -15px 0 -15px;
		width: auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		border: none;
		border-top: 1px solid #e1e1e1;
	}
	header .navbar-collapse > .navbar-nav {
		margin: 0 !important;
		width: 100%;
		border-top: 1px solid #e1e1e1;
	}
	header ul.dropdown-menu > li {
		padding: 0 0 0 20px !important;
		margin: 0 !important;
	}
	header ul > li > a, header ul > li.dropdown.open > a, header .nav-title {
		padding: 0 !important;
		margin: 0 !important;
	    padding: 20px 0px 20px 20px !important;
		text-align: left !important;
	}
	header .nav-title {
		font-size: 15px;
		display: block;
		font-weight: bold;
	}
	header ul.mobile > li, header ul.mobile > li > a {
		padding-left: 20px !important;
	}
	header ul > li.book-now {
		padding: 0 !important;
	}
	header ul > li.book-now > a {
		background: none;
		border: none;
		color: #000000 !important;
	}
}

/* Rooms */
.room-list .room-thumb {
    margin-bottom: 30px !important;
}

/* Compact Categories */
body.compact-categories #newbook_content .newbook_online_category_box .newbook_online_category_row_image, body.compact-categories #newbook_content .newbook_online_category_box .newbook_online_category_details {
    min-height: 229px !important
} 
body.compact-categories #newbook_content .newbook_online_category_box .newbook_online_category_row_action_buttons {
    padding: 0 0 0 20px;
}
body.compact-categories #newbook_content .newbook_online_category_details_tariff_type_wrapper .pretty_table td {
    padding: 4px 10px;
}

/* Page Title */
@media (max-width: 991px) {
	.page-title .banner-image, .page-title .attachment-full, .page-title .banner-image-overlay, .page-title > h1:after {
		display: none !important;
	}
}

/* Posts */
article .col-sm-11.col-xs-10.meta {
    display: none;
}
article .col-sm-1.col-xs-2.meta {
    display: none;
}
article>img.img-responsive.wp-post-image {
    display: none;
}
.parallax-effect .color-overlay li.active {
    display: none;
}
.blog article {
    border: none !important;
    margin: 0px !important;
    padding: 0 !important;
}
.blog nav {
    display: none !important;
}

/* Sections, elements, row */
.page > div > .vc_row, article > div > div > .vc_row {
	padding-top: 45px;
	padding-bottom: 10px;
}
.page > div > .vc_row:first-of-type, article > div > div > .vc_row:first-of-type {
	padding-top: 0;
}
.vc_row.icons {
	margin-top: 35px;
}
.wpb_row.vc_inner > .wpb_column {
	padding: 0 0 30px;
}
.vc_row.alternate {
    background-color: #ebebeb;
}
.vc_tta-tabs-list {
    border-bottom: 5px solid #EBEBEB;
	margin-bottom: 38px !important;
}
.callout {
    padding: 0 18px;
}
.callout > .vc_column-inner {
    padding: 18px 18px 0;
    background: #f4f4f4;
}
.wpb_content_element {
	margin-bottom: 14px
}

/* Masonry grid */
.vc_gitem_row .vc_gitem-col {
	padding: 20px 0 0;
}
.vc_gitem_row .vc_gitem-col > div > h4, .vc_gitem_row .vc_gitem-col > div > p {
	margin: 0 !important;
}
.vc_gitem_row .vc_gitem-col > div, .vc_tta-panel .vc_column-inner .wpb_content_element:not(.wpb_single_image), .park-list .vc_column-inner .wpb_content_element:not(.wpb_single_image) {
	padding:  0 20px 20px;
	margin-bottom: 0;
}
.vc_tta-panel .vc_column-inner .wpb_content_element.wpb_single_image, .park-list .vc_column-inner .wpb_content_element.wpb_single_image {
	padding-bottom: 20px;
}
.vc_gitem_row .vc_gitem-col, .vc_tta-panel .vc_column-inner .wpb_content_element > .wpb_wrapper, .park-list .vc_column-inner .wpb_content_element > .wpb_wrapper, .vc_gitem_row .vc_gitem-col, .vc_tta-panel .vc_column-inner .wpb_content_element.wpb_single_image, .park-list .vc_column-inner .wpb_content_element.wpb_single_image {
	margin-bottom: 0;
}
.vc_tta-panel .vc_column-inner > .wpb_wrapper, .park-list .vc_column-inner > .wpb_wrapper {
	background: #f4f4f4 !important;
	
}

/* Footer */
@media (max-width: 767px) {
	footer {
		text-align: center !important;
	}
}