@charset "utf-8";
/* CSS Document */
/* General */
/* Header */
/* Menu */
/* Titles */
/* Images and Captions */
/* Breadcrumbs */
/* Secondary Navigation - Panda*/
/* Comments*/
/* Sidebar */
/* Footer */
/* FAQS, Directory */
/* Static Map */
/* Mappress */
/* Entry Meta */
/* Miscellaneous */
/* Icon Fonts */
/* List Column Spacings */
/* lists*/
/* Hotels */
/* Buttons */
/* Tablepress */
/* Tables */
/* Train Station */
/* Pagination */
/* News */
/* Forms */
/* Adz */

.nav-primary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #429CD6; /*dbm*/
}

/* Home */

.home .widget-title {
    background-color: #429CD6; /*dbm*/
}

.featured-content a {
    color: #000;
}

.featured-content a:hover {
    text-decoration: none;
    color: #000;
}

.daily-dish-home .entry, .sidebar .featured-content .entry {
    margin-bottom: 10px;
}

.home-top .featured-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
}
/* heading size middle */

.home-top .featured-content p {
    font-size: 16px;
    font-size: 1.6rem;
}
/* paragraph size top */

.home-top .featured-content .alignnone {
	margin-bottom: 23px;
}
/* space below top images */

.home-middle .featured-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
}
/* heading size middle */

.home-middle .featured-content p {
    font-size: 16px;
    font-size: 1.6rem;
}
/* paragraph size middle */

.home-middle .featured-content .alignnone {
	margin-bottom: 23px;
}
/* space below middle images */

.sidebar .featured-content h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 15px;
}
/* heading size sidbar */

.sidebar .featured-content .alignnone {
	margin-bottom: 23px;
}
/* space below side images */

.sidebar .featured-content .entry {
	border-bottom: none;
}

/* General */

/* Chrome fix */
body > div {
	font-size: 1.8rem;
}

body {
	font-family: Lato, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
    color: #606060; /*dbm*/
    
}

a {
    color: #2200CC;
}

a:focus,
a:hover {
	color: #2200CC;
	text-decoration: underline;
}
/* sets default colour for links */

/* Header */

.site-header {
	padding: 40px 0 20px;
}

.site-title {
	font-family: Lato, sans-serif;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: 3px;
    margin-bottom: 10px;
	line-height: 1;	
}

.site-description {
	font-family: Alice, serif;
    font-style: normal;
}

/* Menu */

.nav-primary .genesis-nav-menu .sub-menu:after {
	border-bottom-color: #429CD6; /*dbm*/
}

/*arrow on menu https://www.studiopress.com/forums/topic/daily-dish-change-color-of-arrow-in-primary-nav-drop-down/ */

.genesis-nav-menu a {
    padding: 24px 12px 20px 12px;
}

.genesis-nav-menu a,
.genesis-nav-menu .toggle-header-search {
	font-family: Lato, sans-serif;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .toggle-header-search:focus,
.genesis-nav-menu .toggle-header-search:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #000;
}

.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu a:hover {
	color: #FFF;
}

.genesis-nav-menu .sub-menu {
	top: calc( 100% - 12px );
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #429CD6; /*dbm*/
   
}

.northwest .genesis-nav-menu a,
.northwest .genesis-nav-menu .toggle-header-search {
    font-size: 14px;
	font-size: 1.4rem;
    /*default is 12*/
}

.northwest .genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
    padding: 15px;
    /*default is 12*/
}

.ukraine .genesis-nav-menu a,
.ukraine .genesis-nav-menu .toggle-header-search {
    font-size: 14px;
	font-size: 1.4rem;
    /*default is 12*/
}

.ukraine .genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
    padding: 15px;
    /*default is 12*/
}

.bermuda .genesis-nav-menu a,
.bermuda .genesis-nav-menu .toggle-header-search {
    font-size: 14px;
	font-size: 1.4rem;
    /*default is 12*/
}

.bermuda .genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
    padding: 15px;
    /*default is 12*/
}

.dubai .genesis-nav-menu a,
.dubai .genesis-nav-menu .toggle-header-search {
    font-size: 14px;
	font-size: 1.4rem;
    /*default is 12*/
}

.dubai .genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 1.4rem;
    padding: 15px;
    /*default is 12*/
}

/* Titles */

.page .content .entry-header,
.single .content .entry-header {
	text-align: left;
}

/*left aligns titles*/

.page .content .entry-header::after,
.single .content .entry-header::after {
	border-bottom: none;
	content: normal;
	display: inline;
	margin: 0;
	padding-bottom: 0;
	width: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Lato, sans-serif;
	font-weight: 700;
	text-transform: none;
}

h2,
h3,
h4,
h5,
h6 {
	font-size: 30px;
	font-size: 3rem;
}

.entry-title {
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/*remove line from under page title*/

.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 0;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #000;
	text-decoration: underline;
}

/* Images and Captions */

figure {
    margin: 0 0 30px;
}

/*Removes side margins from image figures and makes full width*/

.wp-caption-text {
	font-weight: normal;
	color: #999;
	font-size: 16px;
	font-size: 1.6rem;
    margin-top: 10px;    
}

/* Breadcrumbs */

.breadcrumb {
	margin-bottom: 20px;
	margin-top: -20px;
	text-align: left;
    color: #888;
}

.breadcrumb a {
	color: #888;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
	color: #999;
}

/* Improves look of breadcrumbs */

/* Secondary Navigation - Panda*/

#hornavlist {
	margin-bottom: 0;	
    margin-top: -5px;
}

#hornavlist li {
	display: inline;
	list-style-type: none;	
}

#hornavlist a {
	display: inline-block;
	background-color: #429CD6 /*dbm*/; 
    color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 15px;
	text-decoration: none;
    letter-spacing: 1px;
	margin-left: 0;
	margin-right: 18px;
	margin-top: 0;
	margin-bottom: 18px;
}

#hornavlist a:hover {
	background-color: #2E8ECE;
	color: #FFF;
}

/* Comments */

.comment-header {
	font-size: 18px;
	font-size: 1.8rem;    
}

.comment-content {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-meta {
	font-size: 16px;
	font-size: 1.6rem;
}

.comment-author {
    font-weight: 700;
}

/* Sidebar */




.widget-title {
	background-color: #429CD6; /*dbm*/
    color: #fff;	
	letter-spacing: 1px;
}

.sidebarbox h4 {
	background-color: #429CD6; /*dbm*/
	color: #fff;
 	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: uppercase;
	padding: 12px 15px;
	text-decoration: none;
    letter-spacing: 1px;
	margin-left: 0;	
	margin-top: 10px;
	margin-bottom: 18px;
}

.related-content-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
}

.related-content-title a {
	color: #000;
	text-decoration: none;
}

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar p {
	font-size: 16px;
	font-size: 1.6rem;	  
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 20px;
}

p.related-content-title {
    margin-bottom: 5px;
}

.sidebar li {
    border-bottom: none;
}

.sidebar .star-rating {
	margin-left:5px;
	margin-right:5px;
}

.sidebar .star-rating img {
	margin-right: 1px;
    padding: 7px 1px 0 0;
}

/* Footer */

.site-footer {
	font-family: Lato, sans-serif;
}

.footer-widgets {
	font-size: 12px;
	font-size: 1.2rem;
	text-transform: uppercase;
}

.footer-widgets li {
    border-bottom: none;
}

.footer-widgets a {
    color: #000;    
}

/* FAQS, Directory */

.faq-listing {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	margin-bottom:25px;
}

.directory-listing {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
	margin-bottom:25px;
}


/* Static Map*/
.staticmap {
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    margin-bottom: 25px;
    
}


/* Mappress */

.mapp-iw .mapp-title {
	color: #E67E22!important;
    margin-bottom: 5px;
}

body .mapp-iw, body .mapp-iw * {
    font-family: Lato, sans-serif!important;
    font-size: 14px!important;
	font-size: 1.4rem!important;
}

.mapp-layout {
	margin-left:0 !important;
	margin-bottom:29px !important;
}

.mapp-layout * {
    font-family: Lato, sans-serif!important;
    font-size: 14px!important;
	font-size: 1.4rem!important;
}

.mapp-directions td {
    padding: 10px;
}

body .mapp-ib {
	max-width: 200px;
}

/* Entry Meta */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: normal;
    color: #888;
}

.single p.entry-meta {
	margin-bottom: 20px;
}

/* Miscellaneous */

.clear {
    clear:both;
}

.entry-content ul {
    list-style-position: inside;
}
/* Move bullet points inside*/

.wunderground-logo {
	margin-top:40px;
	margin-bottom:40px;
}

.videocaption {
	margin: 5px 0 28px 0;
	color: #888;	
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
	padding:0;
}

.highlight {
	font-style:italic;
    margin-bottom: 30px;
}

/* icons in address box */
.iconcolour {
	color:#CCC;
}

.iconcolour2 {
	color:#000;
}

/* entity name in address box */
.entry-content p.highlighttext {
	color:#E67E22;
	font-weight:bold;
}

/* margin below business name in address box */
.entry-content p.smallmargin {
	margin-bottom:8px;
} 

.golf-course-info {
	color: #888;
	font-size: 16px;
	font-size: 1.6rem;
}

.cookie-notice-container .button {
    width: auto;
}

/* Icons */

.entry-content .dashicons {
    font: normal 26px/1 'dashicons';
    margin-right: 20px;
}

.footer-widgets .dashicons {
    font: normal 20px/1 'dashicons';
    margin-right: 10px;
}

/* List Column Spacings */

.hotel-open-closed-list-col1 {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.hotel-open-closed-list-col2 {
	float: left;
	width: 20%;
	margin-right: 2%;
}

.hotel-open-closed-list-col3 {
	float: right;
	width: 55%;
	margin-right: 0;
}

.attractions-list-col1 {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.attractions-list-col2 {
	float: left;
	width: 20%;
	margin-right: 2%;
}

.attractions-list-col3 {
	float: right;
	width: 55%;
	margin-right: 0;
}

.events-list-col1 {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.events-list-col2 {
	float: left;
	width: 50%;
	margin-right: 2%;
}

.events-list-col3 {
	float: right;
	width: 25%;
	margin-right: 0;
}

.restaurant-list-col1 {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.restaurant-list-col2 {
	float: left;
	width: 30%;
	margin-right: 2%
}

.restaurant-list-col3 {
	float: right;
	width: 45%;
	margin-right: 0;
}

.venue-list-col1 {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.venue-list-col2 {
	float: left;
	width: 30%;
	margin-right: 2%;
}

.venue-list-col3 {
	float: right;
	width: 45%;
	margin-right: 0;
}

.business-list-col1 {
	float: left;
	width: 27%;
	margin-right: 3%;
}

.business-list-col2 {
	float: right;
	width: 70%;
	margin-right: 0;
}

.mall-list-col1 {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.mall-list-col2 {
	float: left;
	width: 30%;
	margin-right: 2%;
}

.mall-list-col3 {
	float: right;
	width: 45%;
	margin-right: 0;
}

.postcode-list-col1 {
	float: left;
	width: 40%;
	margin-right: 3%;
}

.postcode-list-col2 {
	float: left;
	width: 32%;
	margin-right: 5%;
}

.postcode-list-col3 {
	float: right;
	width: 20%;
	margin-right: 0;
}

.school-list-col1 {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.school-list-col2 {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.school-list-col3 {
	float: left;
	width: 17%;
	margin-right: 3%;
}

.school-list-col4 {
	float: left;
	width: 17%;
	margin-right: 3%;
}

.school-list-col5 {
	float: right;
	width: 20%;
	margin-right: 0;
}

.school-list2-col1 {
	float: left;
	width: 20%;
	margin-right: 3%;
}

.school-list2-col2 {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.school-list2-col3 {
	float: left;
	width: 17%;
	margin-right: 3%;
}

.school-list2-col4 {
	float: right;
	width: 20%;
	margin-right: 0;
}

.train-list-col1 {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.train-list-col2 {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.train-list-col3 {
	float: left;
	width: 10%;
	margin-right: 2%;
}

.train-list-col4 {
	float: left;
	width: 15%;
	margin-right: 2%;
}

.train-list-col5 {
	float: left;
	width: 10%;
	margin-right: 2%;
}

.train-list-col6 {
	float: left;
	width: 10%;
	margin-right: 2%;
}

.train-list-col7 {
	float: right;
	width: 8%;
	margin-right: 0;
}

.weathernw-list-col1 {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.weathernw-list-col2 {
	float: left;
	width: 18%;
	margin-right: 2%;
}

.weathernw-list-col3 {
	float: left;
	width: 7%;
	margin-right: 2%;
}

.weathernw-list-col4 {
	float: left;
	width: 7%;
	margin-right: 2%;
}

.weathernw-list-col5 {
	float: left;
	width: 7%;
	margin-right: 2%;
}

.weathernw-list-col6 {
	float: left;
	width: 7%;
	margin-right: 2%;
}

.weathernw-list-col7 {
	float: right;
	width: 7%;
	margin-right: 0;
}

.hotels-list-col1 {
	float: left;
	width: 60%;
	margin-right: 10%;
}

.hotels-list-col2 {
	float: right;
	width: 30%;
}

/* Lists */

/* Controls spacing of items in list */
.hotel-open-closed-list, .attractions-list, .events-list, .restaurant-list, .venue-list, .business-list, .mall-list, .postcode-list, .school-list, .train-list, .weathernw-list, .hotels-list {
	padding: 5px;
	margin: 0 5px 5px 0;
}

/*only beats entry-content p because appears later*/

/* Controls appearance of list header */

.hotel-open-closed-list-heading, .attractions-list-heading, .events-list-heading, .restaurant-list-heading, .venue-list-heading, .business-list-heading, .mall-list-heading, .postcode-list-heading, .school-list-heading, .train-list-heading, .weathernw-list-heading, .hotels-list-heading {
	padding: 8px;
	margin-bottom:10px;
    background-color: #429CD6; /*dbm*/
}

/* List Heading */

.hotel-open-closed-list-heading p, .attractions-list-heading p, .events-list-heading p, .restaurant-list-heading p, .venue-list-heading p, .business-list-heading p, .mall-list-heading p, .postcode-list-heading p, .school-list-heading p, .train-list-heading p, .weathernw-list-heading p, .hotels-list-heading p {
	font-size:12px;
	font-size:1.2rem;
	font-weight: 400;
	margin-bottom: 0;
	color:#FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* List Items */

 .hotel-open-closed-list p, .attractions-list p, .events-list p, .restaurant-list p, .venue-list p, .business-list p, .mall-list p, .postcode-list p, .school-list p, .train-list p, .weathernw-list p, .hotels-list p {
	font-size:16px;
	font-size:1.6rem;
	margin-bottom: 15px;	
}

.control-table td, .control-table th{
	font-size:9px;
	text-align:left;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: top;
}

/* Underline at bottom of listings*/
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	margin-bottom:15px;
}

/*Hotels*/

.hotel-rating-text {
	font-weight: bold;
	text-align: right;
	color:#E67E22;
}

.hotel-review-text {
	text-align: right;
}

.hotel-price {
	text-align: right;
}

.star-rating {
	margin-left:5px;
	margin-right:5px;
}

.star-rating img {
	margin-right: 1px;
    padding: 8px 1px 0 0;
}

/* Buttons */

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	font-family: Lato, sans-serif;
    background-color: #E74C3C; /*dbm*/
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #EA6153; /*dbm*/
	color:#FFF;
}

button:visited,
input:visited[type="button"],
input:visited[type="reset"],
input:visited[type="submit"],
.button:visited,
.entry-content .button:visited {
	color:#FFF;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #EA6153; /*dbm*/
	color: #fff;
	text-decoration: none;
}

div.gform_wrapper input.gform_button {
	background-color: #E74C3C;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 16px!important;
	text-transform: uppercase;
	font-size:18px!important;
	font-size:1.8rem!important;
}

div.gform_wrapper input.gform_button:hover {
		background-color: #EA6153;
}

/*Makes all hotel prices same size*/
.hotel-price a.button {
	min-width: 175px;
	text-align: center;
	display:inline-block;
}

.hotel-price a.button:visited, .hotel-price a.button:hover {
	color: #FFFFFF;
}

/* Tablepress */

.tablepress {
	font-size: 16px;
	font-size: 1.6rem;
}

.content .tablepress thead th {
	color: #FFF;
	background-color: #429CD6; /*dbm*/
	font-size: 12px;
	font-size: 1.2rem;
	font-weight:400;
    letter-spacing: 1px;
}

.content .tablepress tbody td {
	border-bottom: 1px solid #DDD;
}

.content .tablepress thead th {
	border:none;
}

.content .tablepress .odd td {
	background-color: #FFF;
}

.content .tablepress .row-hover tr:hover td {
	background-color: #F5F5F5;
}

.tablepress {
    margin-bottom: 40px;
}

/* Tables */

.rest-list-col1 {
    width: 20%;
}

.rest-list-col2 {
    width: 15%;
}

.rest-list-col3 {
    width: 15%;
}

.rest-list-col4 {
    width: 10%;
}

.rest-list-col5 {
    width: 40%;
}

.metrolinkcol1 {
	width: 65%;
}

.metrolinkcol2 {
	width: 35%;
}

.eventcol1 {
	width: 40%;
}

.eventcol2 {
	width: 60%;
}

.cinemacol1 {
	width: 50%;
}

.cinemacol2 {
	width: 25%;
}

.cinemacol3 {
	width: 25%;
}

.currcol1 {
	width: 20%;
}

.currcol2 {
	width: 16%;
}

.currcol3 {
	width: 16%;
}

.currcol4 {
	width: 16%;
}

.currcol5 {
	width: 16%;
}

.currcol6 {
	width: 16%;
}

.filmcol1 {
	width: 40%;
}

.filmcol2 {
	width: 20%;
}

.filmcol3 {
	width: 20%;
}

.filmcol4 {
	width: 20%;
}

/* Train Station */

p.trainlate {
	color:#E74C3C;
}

p.trainontime {
	color:#16A085;
}

.nre-logo {
	margin-top:29px;
	margin-bottom:29px;
}

/* Pagination */

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #000;
}

.entry-content ol, .entry-content ul {
     margin-left: 0;
}

/* News */

.archive-description,
.author-box {
	background-color: #FFF;
	padding: 0;
}

/* removes padding and background colour on category/tag pages */

.archive-title {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
}

/* makes archive/tag title larger */

.archive .entry-title {
	font-size: 24px;
	font-size: 2.4rem;
}

/* Forms */

body .gform_wrapper {
	padding: 14px;
	border: 1px solid #DDDDDD;
}

/* Sets width of guests/rooms in booking form*/
body .bookingformhotel .gform_body .gform_fields .gfield select,
body .bookingformmain .gform_body .gform_fields .gfield select {
	min-width: 50px;
	padding-left: 10px!important;
}

/* Sets width of datepicker in booking form*/
body .gform_wrapper .bookingformhotel .top_label li.gfield.gf_inline input.datepicker.medium[type="text"],
body .gform_wrapper .bookingformmain .top_label li.gfield.gf_inline input.datepicker.medium[type="text"] {
    width: 150px !important;
}

div.gform_wrapper .ginput_complex label {
    font-size: 14px!important;
	font-size:1.4rem!important;
}

/* Gravity Forms CSS from Dynamik */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	/*color: #333;*/
}

div.gform_wrapper .ginput_complex label {
	font-size: 14px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* End Gravity Forms CSS from Dynamik */

/* Adz */

.google-advert-box {
	float:left;
	margin-right:29px;
	margin-bottom:29px;
}

.google-advert-box-2 {
	float:left;
	margin-bottom:29px;
}

.ads-clear {
	clear: both;
}

.map, .mapp-layout, .youtube {
	clear:both;
}

.hotel-open-closed-list-heading, .attractions-list-heading, .events-list-heading, .restaurant-list-heading, .venue-list-heading, .business-list-heading, .mall-list-heading, .postcode-list-heading, .school-list-heading, .train-list-heading, .weathernw-list-heading, .hotels-list-heading {
	clear:both;	
}

div.code-block + ul {
    clear:both;	
}

.faq-listing {
	clear: both;
	/*adsense*/
}

/* Photo Credit*/

.photocredit {
	color: #999;
 	font-size: 14px;
	font-size: 1.4rem;    
    font-style: italic;
    margin-top: 50px;
}

@media only screen and (max-width: 1280px) {
}


@media only screen and (max-width: 959px) {
    
.hotel-price a.button {
	min-width: 130px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	padding: 8px 14px;
	font-size: 14px;
	font-size: 1.4rem; 
}    
    
}

@media only screen and (max-width: 768px) {
  
/*/*https://magenic.com/thinking/making-tables-responsive-for-mobile-devices*/
    
.rest-list-col1, .rest-list-col2, .rest-list-col3, .rest-list-col4, .rest-list-col5, .rest-list-col6 {
    width: auto;
}
    
#restaurantcard .tablepress th, #restaurantcard .tablepress td {
    padding: 5px 5px 50px 5px;
}

#restaurantcard table thead {
    display: none;
}
    
#restaurantcard table tr {
    margin-bottom: 20px;
    display: block;
    border-bottom: 2px solid #000;
}
    
#restaurantcard table td {
    display: block;
    text-align: right;
}

#restaurantcard table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
}

.google-advert-box {
	float: none;
}
    
table.responsive768 {
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
} 

.school-list p, .train-list p, .weathernw-list p {
	margin-bottom: 0;
}

.school-list-col1, .train-list-col1, .weathernw-list-col1 {
	float:none;
	width:auto;
}

.school-list-col2, .train-list-col2, .weathernw-list-col2 {
	float:none;
	width:auto;
}

.school-list-col3, .train-list-col3, .weathernw-list-col3 {
	float:none;
	width:auto;
}

.school-list-col4, .train-list-col4, .weathernw-list-col4 {
	float:none;
	width:auto;
}
    
.school-list-col5, .train-list-col5, .weathernw-list-col5 {
	float:none;
	width:auto;
}

.train-list-col6, .weathernw-list-col6 {
	float:none;
	width:auto;
}

.train-list-col7, .weathernw-list-col7 {
	float:none;
	width:auto;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
    color: #000;
}
    
.nav-secondary .sub-menu-toggle:focus,
.nav-secondary .sub-menu-toggle:hover,
#genesis-mobile-nav-secondary:focus,
#genesis-mobile-nav-secondary:hover {
    background: #000;
    color: #FFF;
}
    
#genesis-mobile-nav-primary:focus,
#genesis-mobile-nav-primary:hover {
    color: #000;
}
    
.genesis-responsive-menu .genesis-nav-menu a:focus,
.genesis-responsive-menu .genesis-nav-menu a:hover,
.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:focus,
.genesis-responsive-menu .genesis-nav-menu .sub-menu .menu-item a:hover {
    color: #000;
}
 
.archive-pagination li a {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2px 4px;
}

}

@media only screen and (max-width: 480px) {
    
.filmcol1, .filmcol2, .filmcol3, .filmcol4 {
    width: auto;
}
    
#card .tablepress th, #card .tablepress td {
    padding: 5px 5px 50px 5px;
}

#card table thead {
    display: none;
}
    
#card table tr {
    margin-bottom: 20px;
    display: block;
    border-bottom: 2px solid #000;
}

#card table td {
    display: block;
    text-align: right;
}

#card table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
}

table.responsive480 {
    overflow: hidden;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
} 
    
.site-inner {
    margin-top: 20px;
}   
    
.site-header {
	padding: 20px 0 10px;
}    
    
.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 3px;
    margin-bottom: 10px;
	line-height: 1;	
}    
    
h2,
h3,
h4,
h5,
h6 {
	font-size: 24px;
	font-size: 2.4rem;
}
    
.faq-listing, .directory-listing {
	column-count:1;
	-moz-column-count:1; /* Firefox */
	-webkit-column-count:1; /* Safari and Chrome */
}
    
/* List Items */

.hotel-open-closed-list p, .attractions-list p, .events-list p, .restaurant-list p, .venue-list p, .business-list p, .mall-list p, .postcode-list p, .hotels-list p {
	margin-bottom: 0;
}

.hotel-open-closed-list-col1, .attractions-list-col1, .events-list-col1, .restaurant-list-col1, .venue-list-col1, .business-list-col1, .mall-list-col1, .postcode-list-col1 {
	float:none;
	width:auto;
}

.hotel-open-closed-list-col2, .attractions-list-col2, .events-list-col2, .restaurant-list-col2, .venue-list-col2, .business-list-col2, .mall-list-col2, .postcode-list-col2 {
	float:none;
	width:auto;
}

.hotel-open-closed-list-col3, .attractions-list-col3, .events-list-col3, .restaurant-list-col3, .venue-list-col3, .mall-list-col3, .postcode-list-col3, .school-list-col3 {
	float:none;
	width:auto;
}
  
.hotel-price a.button {
	min-width: 100px;
}
    
}