/* ============================================================================ */
/* Body
/* ============================================================================ */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-family: 'B612', sans-serif;
	font-size: 16px;
	background: #F0F0F0;
}

/* ============================================================================ */
/* Main Container
/* ============================================================================ */

.main-container {
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

/* ============================================================================ */
/* Content
/* ============================================================================ */

.content {

	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;

	a {
		color: #007F61;
  	text-decoration: underline;
	}

	a:hover {
		color: #007F61;
		text-decoration: none;
	}

	img {
		max-width: 100%;
		height: auto;
	}

}

/* ============================================================================ */
/* Side
/* ============================================================================ */

.side {
	margin-top: 20px;
}

/* ============================================================================ */
/* Colour Scheme and Typography
/* ============================================================================ */

.msg {
	text-align: center;
	background-color: #F2F2F2;
	padding: 20px;
}

.empty {
	background: #F2F2F2;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	text-align: center;
}

.color-pri {
	color: #007F61;
}

.color-sec {
	color: #BDD63D;
}

.bgcolor-pri {
	background-color: #007F61;
}

.bgcolor-sec {
	background-color: #BDD63D;
}

.capitalize {
	text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
}

h1 {
	margin-bottom: 20px;
	font-size: 46px;
}

h2 {
	margin-bottom: 20px;
	font-size: 32px;
}

h3 {
	margin-bottom: 20px;
	font-size: 26px;
}

h4 {
	margin-bottom: 20px;
	font-size: 18px;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}


a.nonelink {
	color: inherit;
	text-decoration: inherit;
}

.textinbox {
	background: #F7F7F7;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.required-ast {
	color: red;
	font-size: 8px;
	vertical-align: super;

}

.view-all {
	i {
		font-size: 10px;
		text-decoration: inherit;
	}
}

table {
}

th, td {
	padding: 10px;
}

.section {
	margin-bottom: 20px;
}

.spacing {
	margin-top: 10px;
	margin-bottom: 10px;
}

a.spacing {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.vspace {
	margin-bottom: 20px;
}

.rspace {
	margin-right: 5px;
}

.hidden, .hide {
	display: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.no-image {
}

/* wrap long text and urls */
.wrap {
	white-space: pre; /* CSS 2.0 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3.0 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	word-wrap: break-word; /* IE 5+ */
}

/* ============================================================================ */
/* Navbar theme
/* ============================================================================ */

.navbar-vd2019 {

	background: #000 !important;

	.navbar-brand {
	}

	.navbar-toggler {

		color: rgba(255,255,255, 0.9) !important;
		border-color: rgba(255,255,255, 0.5);

		.navbar-toggler-icon {
			color: #fff;
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
		}

	}

	.navbar-nav {

		.nav-item {

			border-left: 1px solid #3b3b3b;

			.nav-link {

				color: #fff;
				font-family: 'Playfair Display', serif;
				font-size: 16px;
				white-space: nowrap;
				text-decoration: none;

				i.fas, i.fa {
					font-size: 12px;
					margin-right: 4px;
				}

				span.caret {
					display: none;
				}

			}

			.nav-link:hover {
				color: #bcd63c;
			}

		}

		.nav-item.active .nav-link, .nav-item .nav-link.active {
			color: #bcd63c;
		}

		.dropdown-menu {

			border-radius: 0px;
			background: #000;
			padding: 10px;
			width: 300px;


			.dropdown-item {
				display: block;
				float: left;
				clear: none;
		    padding-top: 5px;
		    padding-bottom: 5px;
		    padding-left: 5px;
		    padding-right: 5px;
				color: #fff;
				font-family: 'Playfair Display', serif;
				width: 200px;
				font-size: 16px;
				font-weight: inherit;
				text-decoration: none;
			}

			.dropdown-item i {
				margin-right: 5px;
				font-size: 12px;
			}

			.dropdown-header {
				display: block;
				float: left;
				clear: none;
		    padding-top: 5px;
		    padding-bottom: 5px;
		    padding-left: 5px;
		    padding-right: 5px;
				color: #bcd63c;
				font-family: 'Playfair Display', serif;
				width: 100%;
				font-size: 24px;
				font-weight: normal;
			}

			.dropdown-header a:hover {
				color: #007F61;
				text-decoration: none;
			}


			.dropdown-item:focus, .dropdown-item:hover {
				color: #bcd63c;
				text-decoration: none;
				background: none;
			}

		}

		.dropdown-menu.places {
			width: 720px;
		}

		.dropdown-menu.accommodation {
		}

	}

}

.marginforfixednav {
	margin-top: 56px;
}

/* ============================================================================ */
/* Dropdown Menu
/* ============================================================================ */

.dropdown-menu {

	.dropdown-item {
		text-decoration: none;
	}

}

/* ============================================================================ */
/* Header
/* ============================================================================ */

.header-container {

	margin-bottom: 0px;
	padding-bottom: 40px;
	height: 380px;
	background-position: bottom left;

	.banner-image {
		position: absolute;
		center: 0px;
		middle: 0px;
		overflow: hidden;
		width: 100%;
	}

	.site-logo {
		margin-top: 40px;
		padding: 20px;
		background: rgba(255,255,255,0.9);
	}

	.social {

		margin-top: 20px;
		font-size: 22px;
		color: #fff;
		font-family: 'Playfair Display', serif;

		a {

			color: #fff;

			i.fa, i.fas, i.fab {
				margin-right: 5px;
			}

		}

		a:hover {
			color: #bdd63d;
			text-decoration: none;
		}

	}

	.header-feature {

		a.header-feature-link {
			display: inline-block;
			float: right;
			margin-top: 200px;
			background: rgba(255,255,255,0.8);
			padding: 20px;
			font-size: 18px;
			color: #757575;
			font-family: 'Playfair Display',serif;
			font-weight: bold;
		}

		a.header-feature-link:hover {
			text-decoration: none;
			background: rgba(255,255,255,1.0);
		}

	}

}

/* ============================================================================ */
/* Carousel Container
/* ============================================================================ */

.carousel-container {

	margin-top: 0px;
	margin-bottom: 0px;

	.carousel-caption {

    position: absolute;
    right: 15%;
    top: 20px;
    left: 15%;
    text-align: left;
    color: #007F61;
		font-family: 'Playfair Display', serif;

		.logo {
			padding: 20px;
			background: rgba(255,255,255,0.9);
			width: 320px;
		}

		.social {
			margin-top: 20px;
			font-size: 14px;
		}

		.feature {
			position: absolute;
			bottom: 20px;
			right: 0px;
			padding: 20px;
			background: rgba(255,255,255,0.9);
		}

		a {
			color: #007F61;
			i.fa, i.fas, i.fab {
				margin-right: 5px;
			}
		}

		a:hover {
			color: #bdd63d;
			text-decoration: none;
		}


	}

}

/* ============================================================================ */
/* Search Bar
/* ============================================================================ */

.search-bar {

	background: #bdd63d;
	padding: 10px;

	.form-group {

		display: inline-block;
		margin-bottom: 0px;

		.control-label {
			display: inline-block;
			color: #fff;
			margin-bottom: 0px;
		}

		.form-control {
			display: inline-block;
			height: 40px;
			padding: 6px 12px;
			font-size: 16px;
			border-radius: 0px;
			padding-top: 8px;
			padding-bottom: 8px;
			width: auto;
		}

	}

	.navbar-nav>li>a {

		background: #007f61;
		color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
		margin-right: 10px;


		i.fas, i.fa {
			margin-right: 4px;
		}

	}

	.nav>li>a:focus, .nav>li>a:hover {
		background-color: #fff;
		color: #007f61;
	}

}

/* ============================================================================ */
/* Status Bar
/* ============================================================================ */

.status-bar {

	background: #bdd63d;
	padding: 10px;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;

	p {
		margin: 0px;
		padding: 0px;
	}


}

/* ============================================================================ */
/* Welcome Message
/* ============================================================================ */

.welcome-message {
	margin-top: 20px;
}

/* ============================================================================ */
/* Status Message
/* ============================================================================ */

.status-home {
	padding: 20px;
	margin-bottom: 20px;
	background: #EBF3C4;
}

/* ============================================================================ */
/* Grid Index
/* ============================================================================ */

.grid-index {

	.item {

		padding: 0px;
		margin-bottom: 20px;

		.name {

			font-size: 16px;
			font-weight: bold;

			a {
				text-decoration: none;
			}

			a:hover {
				color: #007F61;
			}

		}

		.image {

			img {
				background: #fff;
				margin-bottom: 10px;
				border: 1px solid #D3D3D3;
			}

		}

		.icon {

			float: right;
			margin-left: 10px;
			margin-bottom: 10px;

			i {
				font-size: 32px;
			}

		}

		.date {
			font-style: italic;
			font-size: 12px;
		}

		.type {
			font-style: italic;
			font-size: 12px;
		}

		.controls {
			position: absolute;
			bottom: 20px;
		}

	}

}
/* ============================================================================ */
/* List Index
/* ============================================================================ */

.list-index {

	.item {

		border-bottom: 3px solid #F1F1F1;
		margin-bottom: 20px;
		min-height: 200px;
		padding-top: 20px;
		padding-bottom: 20px;

		.name, .title {

			font-size: 22px;
			margin-bottom: 10px;

			a {
				text-decoration: none;
			}

			a:hover {
				text-decoration: underline;
			}

		}

		.type {

			a {
				text-decoration: none;
			}

			a:hover {
				text-decoration: underline;
			}

		}

		.address {
			font-size: 13px;
			margin-bottom: 10px;
		}

		.image {
			float: right;
			margin-left: 20px;
			margin-bottom: 20px;
		}

		.date, .published, .expires {
			font-style: italic;
			margin-bottom: 10px;
		}

		.features {

			margin-top: 10px;

			.feature {
				display: inline-block;
				margin-right: 5px;
			}

		}

		.icon {

			display: inline-block;
			margin-right: 3px;

			i {
				font-size: 20px;
			}

		}

	}

}

/* ============================================================================ */
/* Table Index
/* ============================================================================ */

table.table-index {

	border: 1px solid #F1F1F1;
	padding: 10px;

	th, td {
		border-bottom: 1px solid #ddd;
	}

	tr:hover {background-color: #f5f5f5;}

}

/* ============================================================================ */
/* Towns Index
/* ============================================================================ */

.towns-index {

	.item {

		.name {

			font-size: 24px;
			font-weight: normal;

		}

	}

}

.towns-index.villages {

	.village {

		margin-bottom: 5px;

		.name {
			font-family: inherit;
			font-size: inherit;
			margin-bottom: 0px;
		}

	}

}

/* ============================================================================ */
/* News Index
/* ============================================================================ */

.news-index {

	.news-item {

		.image {
			margin-bottom: 10px;
		}

		.title, .title a {
			text-transform: capitalize;
			font-size: 18px;
			text-decoration: none;
			margin-bottom: 5px;
		}

		.subtitle, .subtitle a {
			text-transform: capitalize;
			font-size: 16px;
			text-decoration: none;
			margin-bottom: 10px;
		}


	}

}

/* ============================================================================ */
/* View
/* ============================================================================ */

.view {

	background: #fff;

	.title {
	}

	.date, .published, .expires {
		margin-bottom: 20px;
		font-style: italic;
	}

	.meta {
		padding: 10px;
		background: #F6F6F6;
		margin-bottom: 20px;
	}

	.short-description {
		font-size: 17px;
		align: justify;
		margin-bottom: 20px;
	}

	.gallery {
		margin-bottom: 20px;
	}

	.controls {
		text-align: center;
		margin-bottom: 20px;
	}

	.content, .description, .long-description {

		font-size: 14px;

		a {
			color: #007F61;
			text-decoration: underline;
		}

		a:hover {
			color: #007F61;
			text-decoration: none;
		}

	}

	.features {

		background: #F1F1F1;
		padding: 20px;
		margin-bottom: 20px;

		.feature {
			margin-bottom: 10px;
		}

	}

	.attachments {

		background: #F1F1F1;
		padding: 20px;
		margin-bottom: 20px;

		.attachment {

			margin-bottom: 5px;

			a {
				text-decoration: none;
			}

			a:hover {
				text-decoration: underline;
			}

		}

	}

	.link {
		background: #F1F1F1;
		padding: 20px;
		margin-bottom: 20px;
	}

}

/* ============================================================================ */
/* Listing View
/* ============================================================================ */

.listing-view {

	.status-message{
		outline: 1px solid #ddd;
		background: #F3F3F3;
		margin-bottom: 20px;
		padding: 20px;
	}

	.ratings {

		margin-bottom: 20px;

		.rating {
			display: inline-block;
			margin-right: 10px;
		}

	}

	.type {

		margin-bottom: 20px;

		a {
			text-decoration: none;
		}

		a:hover {
			text-decoration: underline;
		}

	}

	.address, .contact {
		background: #F1F1F1;
		padding: 20px;
		margin-top: 20px;
		margin-bottom: 20px;

		a {
			text-decoration: none;
		}

		a:hover {
			text-decoration: underline;
		}

	}

	.dates {

		background: #F1F1F1;
		padding: 20px;
		margin-bottom: 20px;

		.date  {
			margin-bottom: 10px;
		}

		.opening-info {
			margin-top: 20px;
		}

	}

	.related {
		background: #F1F1F1;
		padding: 20px;
		margin-bottom: 20px;
	}

	.towns {

		background: #F1F1F1;
		padding: 20px;
		margin-bottom: 20px;

		.town {

			margin-bottom: 20px;

			.name {
				margin-bottom: 10px;
			}

		}

	}

	.booking-url {

		.btn {
			width: 100%;
			padding-top: 10px;
			padding-bottom: 10px;
		}

	}

	.claim-listing {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
		text-decoration: none !important;
	}

	.claim-listing:hover {
		background: #bdd63d;
	}

	.super-control {
		height: 436px;
	}

}

/* ============================================================================ */
/* Featured View
/* ============================================================================ */

.featured-view {

	h3 {

		background: #bdd63d;
		color: #fff;
		padding: 5px;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 26px;

		.view-all {
			float: right;
			font-size: 18px;
			background: none;
		}

	}

	.listing {

		.name a {
			font-size: 18px;
			color: #007F61;
			text-decoration: none;
		}

		.short-description {
			font-size: 16px;
		}

		.image {
			margin-top: 10px;
			margin-bottom: 10px;
		}

	}

	.view-all {
		color: #fff;
		font-size: 18px;
		background: #007F61;
		padding: 5px;
		padding-left: 15px;
		padding-right: 15px;
	}

}

/* ============================================================================ */
/* Footer
/* ============================================================================ */

.footer {

	.footer-social {

		background: #bdd63d;
		color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;

		a {
			display: inline-block;
			margin: 5px;
			font-size: 18px;
		}

	}

	.footer-links {
		background: #656d78;
		color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer-copyright {
		background: #434a54;
		color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.company {
		margin-bottom: 10px;
	}

	.copyright {
		font-size: 11px;
	}

}

/* ============================================================================ */
/* Autcomplete Javascript
/* ============================================================================ */

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* ============================================================================ */
/* Icons
/* ============================================================================ */

.icon-wrapper {

		position: relative;
		border: 1px solid #ccc;
		margin-right: 5px;
		margin-bottom: 10px;
		float: left;

		.floated-delete-control {
			position: absolute;
			top: 5%;
			right: 5%;
			z-index: 999;
			color: white;
		}

		.controls {

			padding: 5px;
			width: 100%;
			background: #F7F7F7;

			.control {
				color: #ccc;
			}

			.control:hover {
			}

			.delete-control:hover {
				color: red;
			}

			i {
				color: #ADADAD;
				margin-right: 5px;
			}

			a:hover i {
				color: #525252;
			}

		}

		.controls-left {
			float: left;
		}

		.controls-right {
			float: right;
		}

}

/* ============================================================================ */
/* Image Gallery
/* ============================================================================ */

.gallery {

	.main-image {
			margin-bottom: 5px;
	}

	.gallery-thumb {
		margin-bottom: 5px;
	}

	.image-list {
			list-style-type: none;
			margin: 0;
			padding: 0;
	}

	.image-list li {
			margin-right: 5px;
			float: left;
	}

	.image-list li img {
	}

}

/* ============================================================================ */
/* Tabs
/* ============================================================================ */

.ui-widget.ui-widget-content {
		border: none !important;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0px;
}

.ui-widget-header {
    border: none;
    border-bottom: 1px solid #ccc;
    background: transparent;
    margin-bottom: 40px;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #BDD63D;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-radius: 0px;
}

.ui-tabs .ui-tabs-panel {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ============================================================================ */
/* Buttons
/* ============================================================================ */

.btn {
	font-size: 16px;
	font-weight: 400;
	color: #fff !important;
	background: #007F61;
	border-radius: 0px;
	border: none;
	margin-bottom: 10px;
	margin-right: 5px;
	padding-top: 8px;
}

.btn:hover {
	color: #fff !important;
	background-color: #000;
}

.btn-primary, .btn-default {
}

.btn-secondary {
	color: #fff;
	background: #656d78;
}

.btn-dark {
	color: #fff;
	background: #000;
}

/* ============================================================================ */
/* Input field styles
/* ============================================================================ */

input.form-control.xlrg {
	width: 640px;
}

input.form-control.lrg {
	width: 460px;
}

input.form-control.med {
	width: 240px;
}

input.form-control.sml {
	width: 120px;
}

textarea.form-control.xlrg {
	height: 640px;
}

textarea.form-control.lrg {
	height: 420px;
}

textarea.form-control.med {
	height: 240px;
}

textarea.form-control.sml {
	height: 120px;
}

.form-inline label {
	display: inline-block;
}

/* ============================================================================ */
/* Main Controls
/* ============================================================================ */

.main-controls {

	margin-bottom: 0px;

	.left {
		text-align: left;
	}

	.right {
		text-align: right;
	}

	i {
		margin-right: 5px;
		font-size: 14px;
	}

	a {
		margin-right: 5px;
		font-size: 14px;
	}

}

/* ============================================================================ */
/* View Controls
/* ============================================================================ */

.view-controls {

	margin-bottom: 20px;
	background: #F7F7F7;
	padding: 10px;

	.left {
		text-align: left;
	}

	.right {
		text-align: right;
	}

	i {
		margin-right: 5px;
		font-size: 14px;
	}

	a {
		margin-right: 5px;
		font-size: 14px;
	}

}

/* ============================================================================ */
/* Jumbotron
/* ============================================================================ */

.jumbotron  {

	background: #F7F7F7;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 20px;

	h1, h2, h3, h4, h5, h6 {
		text-align: center;
		margin-bottom: 20px;
	}

}

/* ============================================================================ */
/* Breadcrumbs
/* ============================================================================ */

.breadcrumbs {

	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;

	a {
		background: #F7F7F7;
		color: #007F61;
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		text-decoration: none !important;
	}

	a:hover {
		text-decoration: underline !important;
	}

}


/* ============================================================================ */
/* Search Interface
/* ============================================================================ */

.search-interface {

	background: #F7F7F7;
	padding: 20px;
	margin-bottom: 20px;

	.search-heading {
		font-size: 26px;
		a {
			text-decoration: none;
		}
	}

	.search-controls {
		margin-top: 20px;
	}

	.feature {
		font-size: 14px;
	}

}

/* ============================================================================ */
/* Recently Viewed
/* ============================================================================ */

.recently-viewed {

	background: #F1F1F1;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;

	.item {

		margin-bottom: 20px;
		clear: left;

		img {
			margin-bottom: 10px;
			float: left;
			display: block;
			margin-right: 20px;
		}

		.wrapper {
			overflow: hidden;
		}

		.name {
			font-weight: bold;
			margin-bottom: 5px;
		}

		.type {
			font-size: 12px;
			margin-bottom: 5px;
		}

		.date {
			font-style: italic;
			font-size: 12px;
		}

		a {
			text-decoration: none;
		}

		a:hover {
			text-decoration: underline;
		}

		.type, .type a {
			font-size: 12px;
			text-decoration: none;
		}

		.town a {
			margin-top: 10px;
			color: #757575;
			font-size: 14px;
			text-decoration: none;
		}

	}

}

/* ============================================================================ */
/* What's on side
/* ============================================================================ */

.whats-on-side {

	background: #F1F1F1;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;

	.item {

		margin-bottom: 20px;
		clear: left;

		img {
			margin-bottom: 10px;
			float: left;
			display: block;
			margin-right: 20px;
		}

		.wrapper {
			overflow: hidden;
		}

		.name {
			font-weight: bold;
			margin-bottom: 5px;
		}

		.type {
			font-size: 12px;
			margin-bottom: 5px;
		}

		.date {
			font-style: italic;
			font-size: 12px;
		}

		a {
			text-decoration: none;
		}

		a:hover {
			text-decoration: underline;
		}

	}

	.view-all {
		display: block;
		clear: both;
	}

	.whats-on-status {
		font-size: 12px;
		font-style: italic;
	}

}


/* ============================================================================ */
/* News Side
/* ============================================================================ */

.news-side {

	background: #F1F1F1;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 14px;

	.item {

		margin-bottom: 20px;
		clear: left;

		img {
			margin-bottom: 10px;
			float: left;
			display: block;
			margin-right: 20px;
		}

		.wrapper {
			overflow: hidden;
		}

		.name {
			font-weight: bold;
			margin-bottom: 5px;
		}

		.type {
			font-size: 12px;
			margin-bottom: 5px;
		}

		.date {
			font-style: italic;
			font-size: 12px;
		}

		a {
			text-decoration: none;
		}

		a:hover {
			text-decoration: underline;
		}

	}

}

/* ============================================================================ */
/* Side - Featured Listing
/* ============================================================================ */

.side {

	.featured-listing {

		background: #F7F7F7;
		padding: 20px;
		margin-bottom: 20px;

		h3 {
			font-size: 26px;
		}

		.item {

			margin-bottom: 20px;
			clear: both;

			.image {
				margin-right: 20px;
			}

			.name a {
				margin-top: 10px;
				color: #007F61;
				font-size: 22px;
			}

			.town {

				margin-bottom: 10px;

				a {
					color: #757575;
					font-size: 14px;
				}

			}

			.short-description {
				font-size: 14px;
			}


		}

	}

}

/* ============================================================================ */
/* Side Menu
/* ============================================================================ */

.side-menu {

	a {
		display: block;
		background: #F7F7F7;
		padding: 20px;
		margin-bottom: 5px;
		text-decoration: none;
		color: #434a54;
	}

	a:hover {
		background: #eee;
		text-decoration: underline;
	}

}

/* ============================================================================ */
/* Buttons
/* ============================================================================ */

.btn, a.btn {
	color: #fff;
	text-decoration: none;
}

/* ============================================================================ */
/* Bootstrap Adjusstments
/* ============================================================================ */

.checkbox-inline, .radio-inline {
	margin-left: 10px;
	width: 300px;
}

@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}

/* ============================================================================ */
/* Word Counter
/* ============================================================================ */

.word-count {
	text-align: right;
	color: #9D9D9D;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* ============================================================================ */
/* Banners
/* ============================================================================ */

.banners {

	.b-item {
		margin-bottom: 20px;
	}

	.b-item.test {
		width: 100%;
		background: #F7F7F7;
		padding: 20px;
	}

}

/* ============================================================================ */
/* Subcats
/* ============================================================================ */

.subcats {

	margin-bottom: 20px;

	.btn.selected {
    background-color: #656d78;
	}

}

/* ============================================================================ */
/* Claim Listing
/* ============================================================================ */

.claim-listing {

	.listings .listing{
		border: 1px solid #DEDFD9;
		padding: 10px;
	}

	.login-form {
		margin-top: 20px;
		margin-bottom: 20px;
	}

}

/* ============================================================================ */
/* My Listings
/* ============================================================================ */

.my-listings {

	h2 {
		margin-bottom: 20px;
	}

	.claimed-listings {
		margin-bottom: 20px
	}

	.draft-listings {
		margin-bottom: 20px
	}

	.published-listings {
		margin-bottom: 20px
	}

}