/*!
 
Theme Name: TD_2017
Theme URI: http://dotdash.ie
Description: Custom WP Theme For Totally Dublin
Version: 1.0
Author: Billy Gillooley
Author URI: http://dotdash.ie
License: GPL
License URI: License.txt
Tags: totally
 
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

   .button-new {
    visibility:hidden;
	display:none;
  }
	

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* CONTAINER - makes centered max 1200px content */
.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

/* PARTNER PROFILE WRAP ADDITION
---- Needs to be narrower for desktop, to make for
     more readable, narrower content */
.pp-wrap {
  max-width: 980px;
}

/* HOMEPAGE SPLASH CONTENT */
.tot-homepage-feature {
  position: relative;
  z-index: 10;
}



.tot-homepage-happening {
  position: relative;
  z-index: 10;
}



.tot-homepage-happening .tmp-message {
  position: absolute;
  width: 100%;
  height: 90%;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
}

.tot-homepage-happening .tmp-message p {
  padding: 60px 100px 0px 100px;
  color: #fff;
}

.tot-happening-now-container {
  position: relative;
  overflow: hidden;
  image-rendering: -webkit-optimize-contrast;
  margin-bottom: 2.94118%;
  width: 48.52941%;
  float: left;
  margin-right: 2.94118%;
  height: 180px;
  background: #fff;
}
.tot-happening-now-container:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.tot-happening-now-container:nth-child(2n+1) {
  clear: both;
}

/* SIDEBAR - FLOATS RIGHT ON TABLET/DESK
---- Goes above or below on mobile, depending on where it's placed
     in the document hierachy. (eg before .tot-left-bar means
     it appears above the content) */
.tot-sidebar {
  margin-bottom: 1.69492%;
}


/* LEFT CONTENT CONTAINER : 
---- needs the calc function, becuase the sidebar
     always has to be exactly 300px */
.tot-left-container {
  margin-bottom: 1.69492%;
}


/* LEFT CONTAINER INNER CONTENT
---- nested 9 makes the universal grid
     sort of work with the right gutter
     spacing (about 20px) */
.tot-content-preview-container-large {
  margin-bottom: 2.27273%;
}

.tot-content-preview-container-small {
  margin-bottom: 2.27273%;
}


.pp-address {
  margin-bottom: 2.27273%;
}


.pp-contacts {
  margin-bottom: 2.27273%;
}


/* MAIN RELATED POSTS GRID */
.tot-related-post-container {
  margin-bottom: 1.69492%;
}


body {
  padding-top: 40px;
}

/* hide empty p tags */
p:empty {
  display: none;
}

.tot-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.tot-header--inner {
  position: relative;
  width: 100%;
  height: 40px;
  overflow: visible;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.tot-header--inner:after {
  content: " ";
  display: block;
  clear: both;
}

.tot-header--logo img {
  float: left;
}

.tot-header--logo .tot-logo-icon {
  width: 55px;
  height: 55px;
}

.tot-header--links {
  float: right;
}
.slicknav_menu {
	display:none;
}


.tot-header--links a {
  font-family: 'Oswald', sans-serif;
  line-height: 40px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  margin-left: 20px;
}

.tot-header--links a:hover {
  color: #00baf2;
}

/* PARTNER PROFILES */
.pp-map {
  margin-bottom: 1.69492%;
}

.pp-contact-info {
  width: 100%;
  position: relative;
  margin-bottom: 1.69492%;
}

.pp-contact-address {
  margin-bottom: 1.69492%;
}


.pp-contact-address {
  margin-bottom: 1.69492%;
}


a.pp-contact-link {
  font-size: 14px;
  line-height: 28px;
  background: #eee;
  border-radius: 10px;
  padding-left: 15px;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  color: #000;
}

a.pp-contact-link:hover {
  text-decoration: underline;
}

a.pp-contact-link .fa {
  padding-right: 15px;
  width: 24px;
  text-align: center;
}

/* ROYAL SLIDER GALLERY PARTNER PROFILES */
#gallery-2 {
  width: 100%;
  background: #151515;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.rsUni .rsThumb.rsNavSelected .thumbIco {
  border: 2px solid #00baf2 !important;
}

/* SPLASH HEADERS */
.splash-hero-home,
.splash-hero-articles {
  width: 100%;
  position: relative;
  height: 480px;
  padding: 40px 0px 40px 0px;
}


.splash-hero-articles .link-box {
  width: 100%;
  bottom: 40px;
  position: absolute;
  text-align: center;
  z-index: 99;
  color: #fff;
}


.link-box a {
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  max-width: 750px;
  color: #fff;
  line-height: 1.2;
  border: 1px solid #fff;
  padding: 0px 20px 00px 20px;
}


.link-box-highlight-text {
  font-size: 24px;
  padding: 8px 0px 6px 0px;
  text-align: center;
}

.link-box-cat {
  font-size: 16px;
  font-weight: bold;
  color: #00baf2;
  text-align: center;
  line-height: 1;
  padding: 8px 0px 12px 0px;
}

.splash-hero-article {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 20px;
}


.splash-hero-article--p a {
  color: #fff;
}

/* partner profiles */
.sha-pp {
  padding-top: 100px;
  padding-bottom: 40px;
}


.pp-map {
  margin: 20px 0px 20px 0px;
}

.pp-map iframe {
  width: 100%;
  height: 350px;
}

/* archive pages */
.splash-hero-archive {
  width: 100%;
  position: relative;
  background: #00baf2;
  padding: 20px 0px 20px 0px;
}

.splash-hero-article h2,
.splash-hero-archive h2 {
  position: relative;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  line-height: 1.2;
  margin-top: 0;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 15px 0px 15px;
  z-index: 99;
  margin-bottom: 0;
}


.splash-hero-article p {
  display: block;
  padding: 0px 15px 0px 15px;
  color: #fff;
  position: relative;
  z-index: 99;
  text-align: center;
}


.content-overlay--black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}

.content-overlay--blue {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 186, 242, 0.6);
}

/* HOMEPAGE HAPPENING NOW */
.tot-homepage-feature h2,
.tot-homepage-happening h2 {
  margin-top: 0;
  margin-bottom: 0.25em;
  color: #00baf2;
  font-weight: 400;
  overflow: hidden;
  font-family: 'Oswald', sans-serif;
}

.tot-homepage-happening h2 {
  text-align: center;
}

.tot-homepage-happening h2:before,
.tot-homepage-happening h2:after {
  background-color: #00baf2;
  content: "";
  display: inline-block;
  height: 5px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 50%;
}

.tot-homepage-happening h2:before {
  right: 0.5em;
  margin-left: -50%;
}

.tot-homepage-happening h2:after {
  left: 0.5em;
  margin-right: -50%;
}

.tot-homepage-feature h2:after {
  background-color: #00baf2;
  content: "";
  display: inline-block;
  height: 5px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 60%;
}

.tot-homepage-feature h2:after {
  left: 0.5em;
  margin-right: -60%;
}

.tot-homepage-feature h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}


.tot-homepage-feature p {
  font-size: 18px;
  color: #fff;
}

.tot-homepage-feature a {
  text-decoration: none;
  color: #fff;
}

.thn-base {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 44px;
}

.thn-base--inner {
  display: block;
  margin: -25px 10px 0px 10px;
  background: #fff;
  padding: 5px 10px 10px 10px;
  z-index: 10;
  position: relative;
}

.thn-base--inner a {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.thn-base-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #999;
}

/* HOMEPAGE STUFF */
.tot-home-editors-picks-main a {
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  display: block;
  line-height: 1.2;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
}


.tot-home-editors-picks-main span.thepm p {
  font-size: 18px;
  text-align: center;
}

.tot-home-editors-picks-main p.tot-content-preview--meta {
  margin-top: 0;
  margin-bottom: 40px;
}

/* SECTION HEADERS */
h2.section-header {
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  text-align: center;
  font-weight: 400;
  color: #00baf2;
}

h2.section-header:before,
h2.section-header:after {
  background-color: #eee;
  content: "";
  display: inline-block;
  height: 5px;
  position: relative;
  vertical-align: middle;
  margin-bottom: 5px;
  width: 50%;
}

h2.section-header:before {
  right: 1em;
  margin-left: -50%;
}

h2.section-header:after {
  left: 1em;
  margin-right: -50%;
}

.tot-sidebar img {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* FULL PAGE ARTICLES */
.tot-full-article-container {
  width: 100%;
  position: relative;
}

.tot-full-article-inner {
  margin: 0 auto;
  max-width: 730px;
  position: relative;
  padding: 0px 15px 0px 15px;
  width: 100%;
}

.overriderwidth{
  max-width:10000px !important;
  }

.tot-full-article-inner img.alignnone,
.tot-full-article-inner img.aligncenter,
.tot-home-editors-picks-main img,
.tot-full-article-inner img.size-large {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: block;
}
div.single-article-content p a img{
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: block;
}

.tot-full-article-inner p {
  font-weight: 300;
  line-height: 1.6;
  font-size: 18px;
}

iframe, object, embed {
    max-width: 100% !important;
}


/* ADVERTISING */
.landscape-ad-space {
  width: 100%;
  position: relative;
 /*background: #eee;*/
  background: #fff;
  text-align: center;
  padding: 20px 0px 20px 0px;
}

.landscape-ad-space img {
  width: 100%;
  height: auto;
}

.mpu img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.mpu-left {
  float: left;
  margin: 0px 15px 15px 0px;
}


.four1 {
  background: red;
  margin-bottom: 1.69492%;
}


/* CONTENT PREVIEW BOXES */
.tot-content-preview {
  position: relative;
  width: 100%;
}

.tot-content-preview img {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.tot-content-preview--inner {
  display: block;
  margin: -25px 10px 5px 10px;
  background: #fff;
  padding: 5px 10px 10px 10px;
  z-index: 10;
  position: relative;
}

.tot-content-preview a.tcp-main-link {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.tot-content-preview:hover a.tcp-main-link {
  color: #00baf2;
}

.tcp-cat-link a {
  color: #00baf2;
  text-decoration: none;
  font-weight: bold;
}

.tcp-cat-link a:hover {
  text-decoration: underline;
}

.tcp--large a {
  font-size: 21px;
}

.tot-content-preview p {
  font-size: 13px;
  color: #999;
  text-align: center;
  margin-top: 0.5em;
}

p.tot-content-preview--meta {
  font-size: 10px;
  color: #999;
  text-align: center;
}

.meta-title {
  color: #00baf2;
}

.sponsored-article-preview-top {
  position: absolute;
  width: 100%;
  top: 0;
  height: 5px;
  background: #ffb300;
  z-index: 10;
}

.sponsored-article-preview-top-bottom {
  position: relative;
  width: 100%;
  margin-top: 10px;
  border-top: 5px solid #ffb300;
  color: #ffb300;
  font-size: 10px;
  padding-top: 5px;
  text-align: center;
}

/* ARCHIVE AND SEARCH PAGES */
.posts-navigation {
  clear: both;
}

/* FOOTER */
.tot-newsletter-block {
  width: 100%;
  position: relative;
  background: #00baf2;
  color: #fff;
  text-align: center;
  padding: 60px 0px 60px 0px;
}

.tot-newsletter-block h2 {
  color: #fff;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: normal;
}

.tot-newsletter-block p {
  font-size: 14px;
}

.tot-newsletter-block button {
  border-radius: 5px;
  border: none;
  background: #fff;
  padding: 10px 15px 10px 15px;
}

.tot-footer {
  width: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 0;
  vertical-align: top;
  padding-top: 60px;
}

.tot-footer img {
  width: 70px;
  height: 70px;
}

.tot-footer a {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 40px;
  text-decoration: none;
}


.footer-link {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  height: 70px;
  vertical-align: top;
}


.footer-logo {
  display: inline-block;
  margin-left: 60px;
  margin-right: 60px;
}


.footer-logo-mobile {
  text-align: center;
}


.footer-logo-mobile img {
  margin: 0 auto;
}

.tot-footer h3 {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  margin-top: 30px;
}

.tot-footer p.footer-btm {
  font-size: 13px;
  text-align: center;
}

/* ADVERTISING */
/* MPU 1 */
.paszone-container-40813 {
  margin: 20px 0px 20px 0px;
}

/* EVENTS CALENDAR OVERRIDES */
.single-tribe_events .tribe-events-schedule .recurringinfo {
  display: none;
}

.single-tribe_events .tribe-events-cal-links {
  display: none;
}

.tribe-events-list .tribe-events-loop .tribe-events-event-meta .event-is-recurring {
  display: none;
}

.tribe-events-list h2.tribe-events-page-title {
  display: none;
}

p.tribe-events-back {
  display: none;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
  background: #fff !important;
}

.tribe-events-widget-link {
  display: none;
}

.single-tribe_events .tribe-events-event-meta {
  border: none !important;
}

.widget tribe-events-adv-list-widget h2 {
  display: none;
}

.widget tribe-events-adv-list-widget:after {
  content: " ";
  display: block;
  clear: both;
}

#tot-featured-events-container .tribe-event-image img {
  width: 100%;
  height: auto;
  display: block;
}

.events-block-date-cat-container {
  position: relative;
 background: #d3d3d3;
  padding-top: 20px;
  padding-bottom: 80px;
  display: block;
	text-align: center;
	max-height: 220px;
	width: 270px;
	height:200px;
	background-position: center;
	background-repeat: no-repeat;
}

.events-block-date-cat {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  color: #000;
	background-color: rgba(255,255,255,0.5);
}

.events-block-date-cat span {
  display: block;
  text-align: center;
  font-size: 11px;
  font-family: sans-serif;
}

.events-block-date-cat div {
  display: none;
}

.events-block-date-cat ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.events-block-date-cat li {
  width: 100%;
  text-align: center;
}

.events-block-date-cat li a {
  color: #00baf2;
}

.tot-content-preview--inner a.tribe-event-url {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.tot-content-preview--inner .tribe-events-event-meta {
  padding: 0;
  margin: 0;
  font-size: 10px;
  color: #999;
  text-align: center;
}

a.tribe-events-ical {
  display: none;
}

.list-view-events-list-container:after {
  content: " ";
  display: block;
  clear: both;
}

.tribe-events-list-separator-month {
  display: block;
  clear: both;
}

/* IMAGE/PHOTO GALLERIES */
#content-slider-image-gallery {
  width: 100% !important;
}

#content-slider-image-gallery img {
  width: 100%;
  height: auto;
}

.slider-number-nav-container {
  width: 100%;
  display: block;
  position: relative;
}
.slider-number-nav-container:after {
  content: " ";
  display: block;
  clear: both;
}

.slider-number-nav {
  float: right;
}

.slider-number-nav button#prevSlide,
.slider-number-nav button#nextSlide {
  line-height: 36px;
  font-size: 36px;
  padding: 0px 10px 0px 10px;
  font-weight: bold;
  color: #00baf2;
  outline: none;
  border: none;
  background: none;
  display: inline-block;
  cursor: pointer;
}

.slider-number-nav-container button#prevSlide:disabled,
.slider-number-nav-container button#nextSlide:disabled {
  color: #ccc;
}

.slider-number-count {
  display: inline-block;
  line-height: 36px;
  font-size: 13px;
  margin-top: -10px;
}

.image-gallery-caption {
  font-size: 14px;
  color: #666;
  margin-top: 0.5em;
}

/* Added by Trevor Clowry */

.eventfilters{ padding: 0px 0px 10px 0px; margin-top:10px}*/


.eventfilters heading{
	   color: #00baf2;
    font-family: "Oswald",sans-serif;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
}
.eventfilters div{ margin-right: 2.27273%;
    width: 31.4182%; display:inline-block;text-align:center;}
.eventfilters div.club{margin-right:0px}

.tribe-bar-filters-inner{padding: 15px 0px 15px 0px; background-color: #eee; margin-top:10px;}
#tribe-events-pg-template .tribe-bar-date-filter{width:29.8182%; display:inline-block;margin-right: 2.07273%; margin-left:2%;}
#tribe-events-pg-template .tribe-bar-search-filter{width:31.8182%; display:inline-block;margin-right: 1.37273%;}
#tribe-events-pg-template .tribe-bar-submit{width:28.8182%; display:inline-block;margin-right: 0%;}
#tribe-bar-collapse-toggle{visibility:hidden; display:none;}
hr{visibility:hidden; display:none;}
#tribe-events-bar{margin-bottom:10px;}

#tribe-bar-form label {
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 5px;
    text-transform: uppercase;
	font-family: "Oswald",sans-serif;
}
.tribe-bar-submit {
   /* margin-left: 0.6667%;
    padding: 36px 15px 0 5px;*/
    width: 20%;
	font-family: "Oswald",sans-serif;
	coloe:#FFF;
	
}

.tribe-bar-submit input[type="submit"]::after {
    color: lightblue;
    content: "";
    font-family: "Oswald",sans-serif;
    font-size: 400px;
    left: 50%;
    position: absolute;
    text-decoration: inherit;
    top: 50%;
}

.tot-sidebar{/*background-color:#eee;*/ background-color:#fff; }
.paszone_container{padding-bottom:15px !important; /*background-color:#eee;*/ background-color:#fff;}
#tribe-events-content h1{
    font-family: "Oswald",sans-serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px 0px 0px 0px;
    position: relative;
   
    text-transform: uppercase;
	color: #000
}

dl {
  width: 100%;
  overflow: hidden;
  padding: 0;
  margin: 0
}
dt {
  float: left;
  width: 25%;
  /* adjust the width; make sure the total of both is 100% */
  padding: 5px 0px;
  margin: 0
}
dd {
  float: left;
  width: 70%;
  /* adjust the width; make sure the total of both is 100% */
}
.events-block-date-cat-container
  padding: 5px 0px;
  margin: 0
}


#tribe-events-content{margin:0px;}
.single-tribe_events .tribe-events-event-meta{margin:0px;}
.tribe-events-single-section a{color:#00baf2}
.tribe-events-single-section address span{font-style:normal}

.prevs{display:inline-block;}
.nexts{display:inline-block}

.slider-number-count, .rsSlideCount
{
height: 36px;
line-height: 36px;
margin:0px;
vertical-align:5px;
}

#tribe-bar-form input[type="text"] {
    background: #666666 none repeat scroll 0 0;
    color: #fff;
    padding-left: 15px;
    padding-top: 5px;
}



#tribe-bar-form {
    background: #f5f5f5 none repeat scroll 0 0;
    margin: 0;
    position: relative;
    width: 100%;
}
#tribe-bar-form input {
    font-size: 15px;
    margin: 0 4px 0 0;
}
#tribe-bar-form input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
  /*  background: rgba(0, 0, 0, 0) none repeat scroll 0 center; */
    border-color: -moz-use-text-color -moz-use-text-color #b9b9b9;
    border-image: none;
    border-radius: 0;
    border-style: none none dashed;
    border-width: medium medium 1px;
    box-shadow: none;
    font-weight: 700;
    height: auto;
    line-height: 1;
    padding: 5px;
    width: 100%;
}

#tribe-bar-form input[type="text"]:focus {
    border-bottom: medium none;
    outline: 1px dashed #b9b9b9;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    background: #666 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    line-height: 20px;
    padding: 4px;
    width: 100%;
}
#tribe-bar-form label {
   /* display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;*/
}
#tribe-bar-form .tribe-bar-filters {
    float: left;
    margin: 0;
    position: relative;
    width: 100%;
}
#tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
    left: auto;
    right: 16.6667%;
    width: 83.3333%;
}
#tribe-bar-form .tribe-bar-filters-inner {
    margin: 0;
}
#tribe-bar-form.tribe-bar-full .tribe-bar-filters {
    display: block !important;
}
#tribe-bar-form #tribe-bar-views {
    background: transparent none repeat scroll 0 0;
    float: left;
    left: 83.3333%;
    margin: 0;
    padding: 0 0 0 5px;
    position: relative;
    right: auto;
    width: 16.6667%;
}
#tribe-bar-form .tribe-bar-views-inner label {
    padding: 0 15px;
    text-align: left;
}
#tribe-bar-form.tribe-bar-mini #tribe-bar-views {
    width: 16.6667%;
}
input[name*="tribe-bar-"]:-moz-placeholder {
    color: #5f5f5f;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
}

#tribe-events-bar{margin-bottom:40px}
.tribe-events-sub-nav .tribe-events-nav-previous{display:block; padding:10px; background-color:#666; }
.tribe-events-sub-nav .tribe-events-nav-previous a, .tribe-events-sub-nav .tribe-events-nav-next a{color:#FFF; text-decoration:none;font-family: "Oswald",sans-serif; }
.tribe-events-sub-nav .tribe-events-nav-next{display:block; padding:10px; background-color:#666}

.eventfilters a{display:block; padding:10px; background-color:#666;color:#FFF; text-decoration:none;font-family: "Oswald",sans-serif; }

.single-tribe_events .tribe-events-event-image{text-align:left; width:100%; margin-top:20px;}

.archiveyears a{display:block; padding:10px; background-color:#666;color:#FFF; text-decoration:none;font-family: "Oswald",sans-serif; width: 80px; }
ul.archiveyears {list-style: none; padding:0px }
ul.archiveyears li{list-style: none; padding:0px;  display:inline-block; padding-right:20px; text-align:center}
.single-tribe_events .tribe-events-event-image img {
    max-width: 100%;
    height: auto;
    }
	
.wppaszone{width:100% !important; /*background-color:#eee;*/ background-color:#fff;} 	

.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

.posts-navigation h2{display:none; visibility:hidden}
.nav-links a{ display:block; padding:10px; background-color:#666;color:#FFF; text-decoration:none;font-family: "Oswald",sans-serif; width:150px; }
.nav-previous{width:50%; float:left}
.nav-next{width:50%; float:right; text-align:right}
.nav-links .nav-next a{float:right;}
.olpop{font-family: "Oswald",sans-serif}
.olpop a, olpop a:visited{text-decoration:none; color:#000}
.olpop li{padding:2px}
.olpop p, olpop spam{color: #999; 
 font-family: sans-serif;
    font-size: 10px;
    text-align: left; margin:0px;}
.olpop p a{color:#a9a9a9}


.overrider{width:100% !important}
.tot-home-editors-picks-main .tcp-cat-link {display:inline;
	}
.tot-home-editors-picks-main .tcp-cat-link a {
    display: block;
    font-family: sans-serif;
	text-transform:none;
	display:inline;
    font-size: 10px;
   color: #00baf2;
    font-weight: bold;
    text-decoration: none;
}



html, body {
  height: 100%;
}

body {
  overflow-x: hidden;
}

.wrapper {
  display: flex;
  min-height: 100%;
}

.sidebar {
  position: absolute;
  width: 220px;
  background-color:#00baf2;
  margin-top:37px;  
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.contentnew {
  flex: 1;
  /*
  padding: 0px;
  background: #eee;*/
  box-shadow: 0 0 0px rgba(0,0,0,1);
  transform: translate3d(0,0,0);
  transition: transform .3s;
}

.contentnew.isOpen {
  transform: translate3d(220px,0,0);
}
.button-new {
  cursor: pointer;
  color: #00baf2
}

.button-new:before {
  content: '\f0c9';
  font: 32px fontawesome;
  color: #00baf2
}

.buttonright{text-align:right; width:100%; padding:2px;}
.isOpen .buttonright{text-align:left; width:100%; padding:2px;}

/* Demo Navigation */

.title {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 7px;
  color: #eee;
  border-bottom: 1px solid #222;
  background: #eee;
}

.nav{
	margin:0px;
	padding:0px;
	}

.nav li a {
  position: relative;
  display: block;
  padding: 15px 15px 15px 50px;
  font-size: 16px;
  color: #eee;
  border-bottom: 1px solid #222;
  text-decoration:none;
}

.nav li a:before {
  font: 14px fontawesome;
  position: absolute;
  top: 14px;
  left: 20px;
}


.nav li a:hover {
  background: #444;
}

.nav li a.active {
  box-shadow: inset 5px 0 0 #5b5, inset 6px 0 0 #222;
  background: #444;
}



.side-newsletter-block {
  width: 100%;
  position: relative;
  background: #00baf2;
  color: #fff;
  text-align: left;
  padding: 0px 5px 15px 5px;
  margin-bottom:10px;
}

.side-newsletter-block h2 {
  color: #fff;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: normal;
}

.side-newsletter-block p {
  font-size: 14px;
}

.side-newsletter-block button {
  border-radius: 5px;
  border: none;
  background: #fff;
  padding: 10px 15px 10px 15px;
}
.fa-lg {

    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: 0 !important;

}

.tot-header--links a.iconlogo {

    margin-left: 5px;

}


.sidebar{visibility:hidden;}
.popnowcontainer{background-color:#FFF;margin-top:0px }
.popnowheading{background-color:#FFF; padding:5px; width: 50%; margin: 0px auto 0 auto; z-index:5; position: relative; font-weight:bold}
.popnowbox{border:1px solid #000; overflow:hidden; z-index:1; margin-bottom:15px; background-color:#FFF; margin-top:0px}
.searchresults{background-color:#eee; margin-bottom:15px; padding:5px 10px;  font-family: 'Oswald', sans-serif;}
.searchresults a{color:#00baf2}
.uppercase{text-transform:uppercase}
.totsiderbarpad{margin-top:20px}
a.footersmall{font-size: 12px; color:#00baf2; font-family:sans-serif;}

/* CAROUSEL EDITORS PICK*/
.owl-item .tot-content-preview-container-small {width:100%}
/*.owl-nav{margin-top:-200px; height:300px; z-index:100; position relative; }*/
.owl-nav .owl-next{ /* right arrow */
    float: right;padding:5px 3px 5px 6px;;
	 }
.owl-nav .owl-prev{ /* right arrow */
    float: left; padding:5px 6px 5px 3px;;}
.owl-carousel {
position: relative;
}
.owl-prev,
.owl-next {
position: absolute;
top: 50%;
margin-top: -10px; // Half of the prev/next buttons height here in negatives to center them perfectly
 background-color: #fff;
  -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-prev {
left: -20px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-next {
right: -15px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}



.owl-item img {
    width: 100%;
    height: auto;
	max-height:300px;
	
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #EEE;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
.owl-next {
    right: -20px;
}
.owl-controls {
    text-align: center;
}
.owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}



.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}

/* MEDIA QUERIES */
@media (min-width: 767px) {
  .tot-homepage-feature {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
  
 
}

@media (max-width: 1200px) {
 .owl-stage{width:100% !important; transform:none !important;}
.owl-item img{auto !important;}
.owl-item{width: 31.8182% !important;; }
}

@media (max-width: 600px) {
.owl-item{width: 100% !important;; }
}

@media (max-width: 400px) {
	.tot-happening-now-container{width:100% !important;}
}

@media (min-width: 767px) {
  .tot-homepage-happening {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }

  
}

@media (min-width: 767px) {
  .tot-sidebar {
    float: right;
    width: 300px;
  }
}

@media (min-width: 767px) {
  .tot-left-container {
    float: left;
    width: calc(100% - 320px);
  }
}

@media (min-width: 767px) {
  .tot-content-preview-container-large {
    width: 48.86364%;
    float: left;
    margin-right: 2.27273%;
  }
  .tot-content-preview-container-large:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .tot-content-preview-container-small {
    width: 48.86364%;
    float: left;
    margin-right: 2.27273%;
  }
  .tot-content-preview-container-small:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .tot-content-preview-container-small:nth-child(2n+1) {
    clear: both;
  }
  .owl-item .tot-content-preview-container-small:nth-child(2n+1)  {
    clear: both;
  }
}
@media (min-width: 992px) {
  .tot-content-preview-container-small {
    width: 31.81818%;
    float: left;
    margin-right: 2.27273%;
  }
  .tot-content-preview-container-small:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .tot-content-preview-container-small:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 767px) {
  .pp-address {
    width: 31.81818%;
    float: left;
    margin-right: 2.27273%;
  }
}
@media (min-width: 767px) {
  .pp-contacts {
    width: 65.90909%;
    float: left;
    margin-right: 2.27273%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 767px) {
  .tot-related-post-container {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .tot-related-post-container:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tot-header--links {
    display: none;
  }
  
    .button-new {
    visibility:visible;
	display:block;
  }
}

@media only screen and (min-width : 767px) {
  .tot-header--links {
    display: block;
  }
  
    .button-new {
    visibility:hidden;
	display:none;
  }
}
@media (min-width: 767px) {
  .pp-contact-address {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 767px) {
  .pp-contact-address {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media (min-width: 767px) {
  .pp-contact-links {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .splash-hero-home,
  .splash-hero-articles {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .splash-hero-articles .link-box {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .link-box a {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .splash-hero-article {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .sha-pp {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .splash-hero-article h2,
  .splash-hero-archive h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .splash-hero-article p {
    font-size: 14px;
  }
    .sidebar{
 
  }
}
@media (min-width: 767px) {
  .tot-homepage-feature h3 {
    padding-right: 40px;
  }
}
@media (min-width: 767px) {
  .tot-homepage-feature p {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .tot-home-editors-picks-main a {
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tot-full-article-inner {
    max-width: 660px;
  }
}
@media (max-width: 767px) {
  .tot-full-article-inner p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .mpu-left {
    float: none;
  }
}
@media (min-width: 767px) {
  .four1 {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .four1:nth-child(4n) {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .tot-footer a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer-link {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 766px) {
  .footer-logo {
    display: none;
  }
}
@media (min-width: 767px) {
  .footer-logo-mobile {
    display: none;
  }
}

.us_shortcode{
margin-bottom:20px;	
}
.us_shortcode {background-color:#FFF;
 margin-top: -15px;
    padding-top: 15px;
	 margin-bottom: -15px;
    padding-bottom: 15px;

}


.showonmobile{
	display:none;
	visibility:hidden;
	}
	



@media (max-width: 768px) { 

	.eventfilters div { 
	margin-top:10px;
	 clear: both;
    display: block;
    width: 100%;}
	.showonmobile{
	display:block !important;
	visibility:visible !important;
	}
	.eventfilters{  clear: both;
    display: block;
    width: 100%;}
	/*.tot-sidebar{display:none;}*/
	.tot-homepage-happening{display:none}
	}
	
	
	ul.share-buttons{
  list-style: none;
  padding: 0;
    background-color:#FFF;
  padding:20px 10px;
}

ul.share-buttons li{
  display: inline;
  padding-left:30px;
}

ul.share-buttons .sr-only{
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;

}
.fa{   background-color:#FFF;
   color:#00baf2 ;
   font-weight:bold;   }
	
@media (max-width: 400px) {
.tot-header--logo img {
    width: 70%;
}
}	


.largeed{width:70%;float:left;}
.newaddiv{width:30%;float:right;}

@media (max-width: 767px) {
.largeed{width:100%;}
.newaddiv{width:100%;}
} 

html body div.wrapper div.contentnew div.wrap.pp-wrap div.tot-left-container p img{

  max-width:100%;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wppaszone img{display: block;
margin-left: auto;
margin-right: auto;
}
/*
.tot-content-preview-container-small .tot-content-preview img {
	height:200px !important;
	max-height:200px !important;
	min-height:200px !important;
}
.tot-content-preview-container-large .tot-content-preview img {
	height:260px !important;
	max-height:260px !important;
	min-height:260px !important;
}*/