/********************************************
*	Table of Contents
*	1. Reset Browser Styles: Overrides the default browser styles to start with a clean slate
*	2. Grid Styles: 12 column grid system, please make sure selectivizr v1.0.2 is added to the scripts for ie8 compatibility
*	3. Main Styles: Main text and body styles
*	4. Layout Styles: Custom global branding styles for the header, navigation, content and footer
*	5. Form Styles: Styling forms and associated elements
*	6. Page Specific Styles: Styles that are specific to a certain page or group of pages
********************************************/

/******************************************** 
1. Reset Browser 
********************************************/
body {
	-webkit-text-size-adjust: none;
}
.mobile-only, .mobile-landscape-only  {
	display: block !important;
}
.tablet-only, .portrait-only, .tablet-portrait-only, .desktop-tablet-only {
	display: none !important;
}

/******************************************** 
2. Grid Styles
********************************************/
.row::after, .col::after, .clr::after, .group::after {
  display: block;
}
ul.row {
	margin-left: 0px;
}
.col {
	float: none;
	width: auto !important;
	margin-left: 0px !important;
	display: block;
}

#business-directory #sidebar {
	padding-top: 0px;
}

/******************************************** 
3. Main Styles
********************************************/

/******************************************** 
4. Layout Styles
********************************************/
/* 4.1: Containers */
#container {
  width: 100%;
}
.content {
  padding-left: 5%;
  padding-right: 5%;
}
#main .content {
  padding: 24px 5%;
}

/* 4.2: Header */

#header {
	margin: 20px 0;
}
.col.head-deadline.grid-3 {
	width: 49%;
	float: left;
}
.col.head-social.grid-2 {
	width: 49%;
	float: right;
}
.social-header ul {
	float: none;
	text-align: center;
}
.social-header ul li {
	float: none;
	text-align: center;
}
.col.head-contact.grid-3 {
	display: none;
}


/* 4.3: Footer */

/* 4.4: Navigation */

/* 4.5 Page Styles */

.overlay-text {
	padding: 20px;
}
.overlay-text h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}

.home-latest-mag {
	width: 100% !important;
}
.home-latest-mag-text {
	width: 100% !important;
	padding-left: 30px;
	padding-right: 30px;
}

.home-latest-event-image {
	margin-bottom: 15px;
}
.home-latest-event-image .image {
	text-align: center;
}
.home-latest-event-image img {
	max-height: 400px;
	width: auto;
	text-align: center;
}

    .slider {
      width: 300px; height: auto;
      overflow: hidden;
      position: relative; /* for overflow: hidden to work in IE7 */
	  margin-left: auto;
      margin-right: auto;
	  padding: 0;
    }
        .slider > ul > li {
          float: left;
		  margin: 0;
	      padding: 0;
          width: 300px; height: auto;
        }
.reviews p {
	font-size:14px;
}

.event .image {
	margin-bottom: 15px;
	width: 100%;
	float: none;
	clear: both;
}
.event .text {
	float:left;
}

.business-listing .image {
	width: 100%;
	background-color: #FFF;
	padding: 30px 20px;
	float: left;
	margin-right: 25px;
	text-align: center;
	margin-bottom: 15px;
}
.business-listing-text {
	float: left;
	width: 100% !important;
}


#enquiry .form-group p input, #enquiry .form-group p select, #enquiry .form-group p textarea {
	width: 100%;
	clear: both;
	margin-top: 10px;
	margin-bottom: 12px;
}
.validation-error {
	color: #cc0000;
	display: block;
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 8px;
	margin-left: 22px
}
.contact-select::after {
	top:57px;
}
#enquiry .form-group p label {
	width: 100%;
}
#enquiry {
	margin-bottom:20px;
}

#sub-footer .sub-footer-mags {
	width: 100% !important;
}
#sub-footer .grid-6 {
	margin: 0px;
}
#sub-footer .grid-6 h3 {
	padding: 30px 6%;
}
.sub-footer-mags .grid-2 {
	width: 32% !important;
	display: inline-block;
}

.advertise-boxes .grid-4 {
	margin-bottom: 20px;
}
.advertise-boxes .grid-4:hover h4 a {
	height: 40px;
	line-height: 37px;
    transition: none;
}
.single-event-page #column-content {
	margin: 25px 0;
}

#event select {
	width: 100%;
	margin-bottom: 5px;
}

#twitter-feed {
	margin-top: 25px;
}

.home-latest-event-image .image {
	background-color: white;
	max-height: 300px;
	padding: 20px;
}


.our-magazines-section .grid-2 {
	width: 33% !important;
	float: left;
}
.our-magazines-section {
	padding-bottom: 20px;
}
.our-magazines-section .grid-4 .col:first-child {
	margin-left: 20px !important;
}
.our-magazines-section .grid-4 .col:nth-child(2) {
	margin-left: 14px !important;
}
#sub-footer .footer-magazine {
	width: 50% !important;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}

/******************************************** 
5. Form Styles
********************************************/


/******************************************** 
6. Page Specific Styles
********************************************/

@media screen and (max-width: 640px) {
   
}
@media screen and (max-width: 560px) {
	
}
@media screen and (max-width: 480px) {
  
}
@media screen and (max-width: 400px) {
   
}
@media screen and (max-width: 320px) {
   
}

#section-latest-issues .latest-issue {
	margin-bottom: 40px;
}
#template-home #main .content {
	padding-top: 0;
}
#how-to-advertise .row {
	flex-wrap: wrap;
}
#how-to-advertise .col {
	margin-bottom: 60px;
}
#how-to-advertise .col:last-child {
	margin-bottom: 0;
}
#main-content .row {
	flex-wrap: wrap;
	text-align: center;
}
#main-content .row > .col:nth-child(2) {
	order: 1;
	margin-bottom: 0;
}
#main-content .row > .col:nth-child(1) {
	order: 2;
}
#page-advertise .col.grid-3.align-center {
	width: 50% !important;
	float: left;
	margin-bottom: 30px;
}
.spacer-desktop-only {
	height: 0px;
}
#page-advertise .advertise-cta {
	margin-left: 0px !important;
}
#contact-banner p {
	font-size: 20px;
	line-height: 30px;
}
#benefits .row > .col {
	width: 100% !important;
}
#footer .col {
	margin-top: 30px;
}
#footer .col:first-child {
	margin-top: 0;
}
.competition-page .left-wrapper {
	padding-right: 0;
}

#latest-magazines > .latest-issue {
	flex-basis: 100%;
	max-width: 100%;
}
.areas-covered > .default.cell-mob-1 {
	flex: 0 0 100%;
	max-width: 100%;
}
