/*
Theme Name: Tamworth Informed
Theme URI: http://www.webfwd.co.uk/
Description: WordPress theme.
Author: Webforward
Author URI: http://www.webfwd.co.uk
Version: 1.0
*/
/* Style.scss is where you should start writing your css and them compile it to style.css.
If you have not used Less but have a good understanding of CSS and PHP then you will have no problem
with scss, you can download software to automatically convert or use the online tool at http://less2css.org/
----------------------------------------------------------------------------------------------------*/
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }
  .row.row-eq-height [class*='col-'] {
    display: flex;
    flex-direction: column; }

.hover_border {
  border: solid 2px transparent;
  margin: -1px -1px -1px -1px; }
  .hover_border:hover {
    border-color: darkgray; }

.awaiting_image {
  background-image: url("images/awaiting-image.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

@media print {
  #header,
  #footer,
  #sidebar,
  .g {
    display: none !important; } }
body {
  font-family: 'muli', sans-serif !important;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  overflow-x: hidden;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.wp-block-columns {
  margin: 0 -15px 15px -15px; }
  .wp-block-columns .wp-block-column {
    margin: 0 !important;
    padding: 0 15px 0 15px; }
  @media (max-width: 1199px) {
    .wp-block-columns.has-6-columns {
      flex-wrap: wrap; }
      .wp-block-columns.has-6-columns .wp-block-column {
        flex-basis: 33.33%; } }
  @media (max-width: 991px) {
    .wp-block-columns.has-4-columns {
      flex-wrap: wrap; }
      .wp-block-columns.has-4-columns .wp-block-column {
        flex-basis: 50%; }
    .wp-block-columns.has-3-columns, .wp-block-columns.has-5-columns, .wp-block-columns.has-6-columns {
      flex-wrap: wrap; }
      .wp-block-columns.has-3-columns .wp-block-column, .wp-block-columns.has-5-columns .wp-block-column, .wp-block-columns.has-6-columns .wp-block-column {
        flex-basis: 100%; } }
  @media (max-width: 767px) {
    .wp-block-columns.has-2-columns, .wp-block-columns.has-3-columns, .wp-block-columns.has-4-columns, .wp-block-columns.has-5-columns, .wp-block-columns.has-6-columns {
      flex-wrap: wrap; }
      .wp-block-columns.has-2-columns .wp-block-column, .wp-block-columns.has-3-columns .wp-block-column, .wp-block-columns.has-4-columns .wp-block-column, .wp-block-columns.has-5-columns .wp-block-column, .wp-block-columns.has-6-columns .wp-block-column {
        flex-basis: 100%; } }

.well {
  border-radius: 0; }

.back {
  background-color: grey; }

#content {
  padding-top: 40px; }
  @media (max-width: 767px) {
    #content {
      padding-top: 0; } }

h1 {
  font-weight: 700;
  font-size: 1.9em;
  margin: 0 0 30px;
  color: #3780CD; }

h2 {
  font-weight: 700;
  font-size: 1.4em;
  margin-bottom: 20px; }

p {
  line-height: 1.6em;
  margin-bottom: 18px; }

.img-responsive, .slick_events .slick_content a img {
  max-width: 100%;
  height: auto;
  display: block; }

.opacity, .news .featured_post a:hover, .archive_news .homepage_news a .homepage_news_title:hover, .archive_news .homepage_news .homepage_news_image:hover, .homepage_recent a:hover, #footer .footer-top .footer_categories a:hover, .slick_events .slick_content:hover, #archive .homepage_news a .homepage_news_title:hover, #local_news .homepage_news a .homepage_news_title:hover, #local_news .local_news_top a .featured:hover, #local_news .local_news_top a:hover, #local_news .local_news_top .local_news_ad:hover, #local_news .local_news_top .top_4_posts .col-md-6:hover, #local_news .news-categories a:hover, .btn:hover, #pagination ul li a:hover, .directory-categories ul li a:hover, .places-to-go-boxes a:hover {
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05); }

.aspect-11 {
  position: relative;
  width: 100%; }
  .aspect-11:after {
    padding-top: 100%;
    /* 1:1 ratio - square */
    display: block;
    content: ''; }

.aspect-169 {
  position: relative;
  width: 100%; }
  .aspect-169:after {
    padding-top: 56.25%;
    /* 16:9 ratio */
    display: block;
    content: ''; }

.aspect-43 {
  position: relative;
  width: 100%; }
  .aspect-43:after {
    padding-top: 75%;
    /* 4:3 ratio */
    display: block;
    content: ''; }

.aspect-32 {
  position: relative;
  width: 100%; }
  .aspect-32:after {
    padding-top: 66.66%;
    /* 3:2 ratio */
    display: block;
    content: ''; }

.aspect-85 {
  position: relative;
  width: 100%; }
  .aspect-85:after {
    padding-top: 62.5%;
    /* 8:5 ratio */
    display: block;
    content: ''; }

.row.nopadd {
  margin-right: 0;
  margin-left: 0; }

.row.nopadd > .col-lg-1, .row.nopadd > .col-lg-10, .row.nopadd > .col-lg-11, .row.nopadd > .col-lg-12, .row.nopadd > .col-lg-2,
.row.nopadd > .col-lg-3, .row.nopadd > .col-lg-4, .row.nopadd > .col-lg-5, .row.nopadd > .col-lg-6, .row.nopadd > .col-lg-7,
.row.nopadd > .col-lg-8, .row.nopadd > .col-lg-9, .row.nopadd > .col-md-1, .row.nopadd > .col-md-10, .row.nopadd > .col-md-11,
.row.nopadd > .col-md-12, .row.nopadd > .col-md-2, .row.nopadd > .col-md-3, .row.nopadd > .col-md-4, .row.nopadd > .col-md-5,
.row.nopadd > .col-md-6, .row.nopadd > .col-md-7, .row.nopadd > .col-md-8, .row.nopadd > .col-md-9, .row.nopadd > .col-sm-1,
.row.nopadd > .col-sm-10, .row.nopadd > .col-sm-11, .row.nopadd > .col-sm-12, .row.nopadd > .col-sm-2, .row.nopadd > .col-sm-3,
.row.nopadd > .col-sm-4, .row.nopadd > .col-sm-5, .row.nopadd > .col-sm-6, .row.nopadd > .col-sm-7, .row.nopadd > .col-sm-8,
.row.nopadd > .col-sm-9, .row.nopadd > .col-xs-1, .row.nopadd > .col-xs-10, .row.nopadd > .col-xs-11, .row.nopadd > .col-xs-12,
.row.nopadd > .col-xs-2, .row.nopadd > .col-xs-3, .row.nopadd > .col-xs-4, .row.nopadd > .col-xs-5, .row.nopadd > .col-xs-6,
.row.nopadd > .col-xs-7, .row.nopadd > .col-xs-8, .row.nopadd > .col-xs-9 {
  padding-right: 0;
  padding-left: 0; }

.row.paddhalf {
  margin-right: -7px;
  margin-left: -7px; }

.row.paddhalf > .col-lg-1, .row.paddhalf > .col-lg-10, .row.paddhalf > .col-lg-11, .row.paddhalf > .col-lg-12, .row.paddhalf > .col-lg-2,
.row.paddhalf > .col-lg-3, .row.paddhalf > .col-lg-4, .row.paddhalf > .col-lg-5, .row.paddhalf > .col-lg-6, .row.paddhalf > .col-lg-7,
.row.paddhalf > .col-lg-8, .row.paddhalf > .col-lg-9, .row.paddhalf > .col-md-1, .row.paddhalf > .col-md-10, .row.paddhalf > .col-md-11,
.row.paddhalf > .col-md-12, .row.paddhalf > .col-md-2, .row.paddhalf > .col-md-3, .row.paddhalf > .col-md-4, .row.paddhalf > .col-md-5,
.row.paddhalf > .col-md-6, .row.paddhalf > .col-md-7, .row.paddhalf > .col-md-8, .row.paddhalf > .col-md-9, .row.paddhalf > .col-sm-1,
.row.paddhalf > .col-sm-10, .row.paddhalf > .col-sm-11, .row.paddhalf > .col-sm-12, .row.paddhalf > .col-sm-2, .row.paddhalf > .col-sm-3,
.row.paddhalf > .col-sm-4, .row.paddhalf > .col-sm-5, .row.paddhalf > .col-sm-6, .row.paddhalf > .col-sm-7, .row.paddhalf > .col-sm-8,
.row.paddhalf > .col-sm-9, .row.paddhalf > .col-xs-1, .row.paddhalf > .col-xs-10, .row.paddhalf > .col-xs-11, .row.paddhalf > .col-xs-12,
.row.paddhalf > .col-xs-2, .row.paddhalf > .col-xs-3, .row.paddhalf > .col-xs-4, .row.paddhalf > .col-xs-5, .row.paddhalf > .col-xs-6,
.row.paddhalf > .col-xs-7, .row.paddhalf > .col-xs-8, .row.paddhalf > .col-xs-9 {
  padding-right: 7px;
  padding-left: 7px; }

.height1 {
  height: 50px; }

.height2 {
  height: 100px; }

.height3 {
  height: 150px; }

.height4 {
  height: 200px; }

.height5 {
  height: 250px; }

.height6 {
  height: 300px; }

.height7 {
  height: 350px; }

.height8 {
  height: 400px; }

.height9 {
  height: 450px; }

.height10 {
  height: 500px; }

.breaking_news {
  background: #b13d3d;
  color: white !important; }
  @media (max-width: 991px) {
    .breaking_news .container {
      padding-left: 0;
      padding-right: 0; } }
  .breaking_news .breaking_news_title {
    background: #f35252;
    padding: 8px 0 1px 0;
    text-align: center;
    font-weight: 700;
    height: 40px; }
    .breaking_news .breaking_news_title a {
      color: white; }
    @media (max-width: 1199px) {
      .breaking_news .breaking_news_title {
        font-size: 15px; } }
@keyframes marquee {
  0% {
    transform: translate(100%, 0); }
  100% {
    transform: translate(-100%, 0); } }
  .breaking_news .breaking_news_text {
    padding: 8px 0 1px 0;
    overflow: hidden; }
    .breaking_news .breaking_news_text .marquee {
      white-space: nowrap;
      animation: marquee 30s linear infinite;
      display: inline-block; }
      @media (max-width: 991px) {
        .breaking_news .breaking_news_text .marquee {
          margin-top: 0;
          margin-bottom: 10px; } }
      .breaking_news .breaking_news_text .marquee a {
        border-right: solid 2px #f35252;
        white-space: nowrap;
        font-weight: 700;
        padding-right: 50px;
        margin-right: 50px;
        color: white !important; }
        .breaking_news .breaking_news_text .marquee a:last-child {
          border-right: none 0px; }

.top-header {
  background: #3780CD; }
  .top-header .container {
    background-image: url(images/banner.png);
    background-repeat: no-repeat;
    background-position: 520px 0px;
    background-size: contain;
    padding: 20px 15px;
    color: white; }
    @media (max-width: 1199px) {
      .top-header .container {
        background-position: 310px 0px; } }
    @media (max-width: 991px) {
      .top-header .container {
        background-position: 350px 0px; } }
    @media (max-width: 767px) {
      .top-header .container {
        background-image: url(images/banner-mobile.png);
        background-position: -290px 0px;
        background-size: cover;
        text-align: center; } }
    .top-header .container .logo {
      font-weight: 900;
      font-size: 2em;
      margin-top: 15px; }
      .top-header .container .logo a {
        color: white;
        text-decoration: none; }
  .top-header h1 {
    padding-bottom: 10px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .top-header h1 {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .top-header h1 {
        font-size: 1.7em; } }

.navbar-toggle {
  border: 1px solid black; }
  .navbar-toggle .icon-bar {
    background: black; }

.navbar-collapse {
  padding-left: 0; }
  .navbar-collapse .nav li a {
    padding: 10px 30px 10px 0 !important;
    font-weight: 700; }
    .navbar-collapse .nav li a:hover {
      background-color: white;
      text-decoration: underline; }
    @media (max-width: 1199px) {
      .navbar-collapse .nav li a {
        font-size: 0.8em; } }
    @media (max-width: 991px) {
      .navbar-collapse .nav li a {
        font-size: 0.8em; } }

body.single-jobs .menu-item-186 a,
body.single-post .menu-item-145 a,
body.single-whats-on .menu-item-144 a,
body.tax-directory-categories .menu-item-341 a,
body.single-directory .menu-item-341 a {
  color: #3780CD !important; }

body.admin-bar .sticky {
  top: 32px !important; }

.navcontainer {
  background: white;
  padding: 15px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .navcontainer.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99999; }
  @media (max-width: 991px) {
    .navcontainer .navigation {
      position: absolute;
      top: 0;
      width: 80vw;
      left: -80vw;
      background: #204e7e;
      z-index: 999;
      text-align: center;
      min-height: 100%; } }
  .navcontainer .navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    @media (max-width: 991px) {
      .navcontainer .navigation ul {
        padding: 0 20px; } }
    .navcontainer .navigation ul li {
      float: left;
      border-right: 1px solid #89b4e1;
      padding: 0 17px; }
      .navcontainer .navigation ul li:first-child {
        padding-left: 0; }
      .navcontainer .navigation ul li:nth-last-child(2) {
        padding-right: 0;
        border-right: none; }
      .navcontainer .navigation ul li.current_page_item > a, .navcontainer .navigation ul li.current-page-ancestor > a {
        color: #3780CD; }
      @media (max-width: 1199px) {
        .navcontainer .navigation ul li {
          padding: 0 12px; } }
      @media (max-width: 991px) {
        .navcontainer .navigation ul li {
          float: inherit;
          margin: 15px 0;
          border-bottom: 1px solid #447bb3;
          border-right: none;
          padding: 0 10px 15px 10px; } }
      .navcontainer .navigation ul li a {
        font-size: 16px;
        color: #222;
        text-decoration: none !important; }
        .navcontainer .navigation ul li a:hover {
          color: #3780CD; }
        @media (max-width: 1199px) {
          .navcontainer .navigation ul li a {
            font-size: 14px; } }
        @media (max-width: 991px) {
          .navcontainer .navigation ul li a {
            color: white;
            font-size: 20px; } }
  .navcontainer .navigation #menu-item-57 {
    display: none; }
    @media (max-width: 991px) {
      .navcontainer .navigation #menu-item-57 {
        display: block; } }
  @media (max-width: 991px) {
    .navcontainer .navigation .mobile_logo {
      width: auto;
      height: 100px;
      margin-top: 20px; } }
  .navcontainer .fa-search {
    text-align: right;
    color: #337ab7;
    cursor: pointer;
    margin-top: 3px; }
    @media (max-width: 991px) {
      .navcontainer .fa-search {
        margin-top: 1px;
        font-size: 35px; } }
  .navcontainer .search {
    padding: 10px 0;
    display: none;
    color: #337ab7; }

.search > form {
  margin-bottom: 0;
  margin-top: 8px; }
  .search > form .input-group-btn {
    font-size: 1em; }
    .search > form .input-group-btn .btn {
      padding: 5px 12px; }

@media (max-width: 1199px) {
  .button_mobile {
    display: none; } }
@media (max-width: 991px) {
  .button_mobile {
    display: block; } }

.burger-menu {
  position: relative;
  width: 42px;
  height: 40px;
  cursor: pointer;
  padding: 5px 10px;
  background: #337ab7;
  border-radius: 5px;
  display: none; }
  @media (max-width: 991px) {
    .burger-menu {
      display: block; } }

.burger {
  position: absolute;
  background: white;
  width: 23px;
  height: 3px;
  top: 45%;
  opacity: 1;
  display: none; }
  @media (max-width: 991px) {
    .burger {
      display: block; } }

.burger::before {
  position: absolute;
  background: white;
  width: 23px;
  height: 3px;
  top: 7px;
  content: "";
  display: block; }

.burger::after {
  position: absolute;
  background: white;
  width: 23px;
  height: 3px;
  bottom: 7px;
  content: "";
  display: block; }

.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out; }

.burger-menu.open .burger::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  bottom: 0px; }

.burger-menu.open .burger::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 0px; }

.burger-menu.open .burger {
  background: rgba(111, 111, 111, 0); }

.content-wrapper {
  min-height: 700px; }

.news {
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden; }
  .news .g {
    height: 250px; }
    @media (max-width: 991px) {
      .news .g {
        height: auto; } }
    .news .g img {
      max-width: 100%;
      height: auto;
      -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4); }
  @media (min-width: 991px) {
    .news .back {
      -webkit-filter: blur(25px);
      -moz-filter: blur(25px);
      -o-filter: blur(25px);
      -ms-filter: blur(25px);
      filter: blur(25px);
      -moz-transform: scale(1.3);
      -o-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      transform: scale(1.3);
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: 0; } }
  .news > .container {
    padding: 50px 15px 30px 15px; }
    @media (max-width: 767px) {
      .news > .container {
        padding: 0; } }
  .news .featured_post {
    margin-bottom: 20px; }
    .news .featured_post a {
      display: block;
      -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
      color: white !important;
      text-decoration: none !important;
      margin: -2px -2px -2px -2px; }
      @media (max-width: 767px) {
        .news .featured_post a {
          margin: 15px; } }
      .news .featured_post a .featured_image {
        height: 380px;
        width: 100%; }
        @media (max-width: 767px) {
          .news .featured_post a .featured_image {
            height: 200px; } }
      .news .featured_post a .featured_content {
        padding: 20px 15px 22px 15px;
        overflow: hidden; }
        .news .featured_post a .featured_content .featured_title {
          font-weight: bold;
          overflow: hidden;
          font-size: 22px;
          height: 65px;
          line-height: 26px;
          padding: 5px 0;
          margin-bottom: 6px; }
          @media (max-width: 991px) {
            .news .featured_post a .featured_content .featured_title {
              height: auto; } }
        .news .featured_post a .featured_content p.featured_excerpt {
          display: block;
          overflow: hidden;
          margin-bottom: 0;
          height: 90px;
          line-height: 1.4em; }
          @media (max-width: 1199px) {
            .news .featured_post a .featured_content p.featured_excerpt {
              height: 153px; } }
          @media (max-width: 991px) {
            .news .featured_post a .featured_content p.featured_excerpt {
              height: auto; } }
          @media (max-width: 767px) {
            .news .featured_post a .featured_content p.featured_excerpt {
              font-size: 0.9em; } }
        .news .featured_post a .featured_content .featured_category {
          font-size: 12px;
          overflow: hidden;
          font-weight: bold; }

.archive_news .homepage_news {
  margin: 10px 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #f4f4f4; }
  .archive_news .homepage_news .a-single {
    margin: 0 auto 20px auto;
    border-bottom: 3px solid #f4f4f4;
    padding-bottom: 20px; }
  .archive_news .homepage_news a {
    text-decoration: none !important; }
    .archive_news .homepage_news a .homepage_news_title {
      color: #222;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.2em;
      margin-bottom: 8px; }
      .archive_news .homepage_news a .homepage_news_title .hot-news {
        float: left;
        padding: 3px 5px;
        background: #b13d3d;
        margin: 4px 10px 8px 0;
        line-height: 1em;
        font-size: 0.9em;
        color: white;
        font-weight: bold;
        text-align: center; }
      @media (max-width: 767px) {
        .archive_news .homepage_news a .homepage_news_title {
          font-size: 20px; } }
  .archive_news .homepage_news .homepage_news_text {
    overflow: hidden;
    font-size: 0.75em;
    line-height: 1.4em;
    margin: 0 0 8px 0; }
    .archive_news .homepage_news .homepage_news_text a {
      color: #222; }
    @media (max-width: 991px) {
      .archive_news .homepage_news .homepage_news_text {
        margin: 8px 0 8px 0;
        font-size: 1em; } }
    .archive_news .homepage_news .homepage_news_text h2 {
      font-size: 1.2em;
      color: #626262;
      margin: 0; }
  .archive_news .homepage_news .homepage_news_category {
    margin: 0 0 7px 0;
    color: #626262;
    font-size: 13px; }
    .archive_news .homepage_news .homepage_news_category a, .archive_news .homepage_news .homepage_news_category span {
      font-weight: bold;
      margin-right: 10px;
      display: inline-block;
      white-space: nowrap;
      margin-bottom: 2px; }

.homepage_recent {
  margin-bottom: 13.5px; }
  @media (max-width: 1199px) {
    .homepage_recent {
      margin-bottom: 14.5px; } }
  .homepage_recent a {
    display: block;
    text-decoration: none;
    color: #2a67a7;
    -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4); }
    .homepage_recent a .row {
      background: white; }
      .homepage_recent a .row .homepage_recent_text {
        height: 62px;
        overflow: hidden;
        font-size: 13px;
        padding: 4px 8px 0 8px;
        font-weight: 700; }
        @media (max-width: 767px) {
          .homepage_recent a .row .homepage_recent_text {
            font-size: 16px;
            line-height: 19px; } }
      .homepage_recent a .row .homepage_recent_category {
        height: 20px;
        padding: 0 0 0 8px;
        font-size: 11px;
        font-weight: bold; }
      .homepage_recent a .row .homepage_recent_image {
        margin: -1px -1px -1px 0;
        height: 99px;
        text-align: right !important; }
        .homepage_recent a .row .homepage_recent_image img {
          display: inline !important; }

#footer::before {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 200px;
  -webkit-transform: skewY(-2.5deg);
  -moz-transform: skewY(-2.5deg);
  -ms-transform: skewY(-2.5deg);
  -o-transform: skewY(-2.5deg);
  transform: skewY(-2.5deg);
  -webkit-backface-visibility: hidden;
  background: #1f5389;
  margin-top: -50px; }

#footer {
  background: #1f5389;
  margin-top: 130px; }
  @media (max-width: 767px) {
    #footer {
      text-align: center; } }
  #footer .footer-top {
    padding: 50px 0;
    color: white;
    font-weight: 700; }
    #footer .footer-top .widget {
      margin-bottom: 30px; }
      #footer .footer-top .widget ul {
        padding: 10px 45px 0 0; }
        @media (max-width: 1199px) {
          #footer .footer-top .widget ul {
            padding: 10px 24px 0 0; } }
        #footer .footer-top .widget ul li {
          list-style: none; }
          #footer .footer-top .widget ul li a {
            font-weight: normal;
            color: white; }
    #footer .footer-top .fa {
      font-size: 2em;
      padding: 10px 10px 0 0; }
      @media (max-width: 1199px) {
        #footer .footer-top .fa {
          font-size: 1.7em;
          padding: 10px 5px 0 0; } }
    #footer .footer-top .footer_categories {
      margin: 10px 0; }
      #footer .footer-top .footer_categories a {
        color: white;
        text-decoration: none;
        font-size: 14px; }
        #footer .footer-top .footer_categories a p {
          padding: 0;
          margin: 0; }
  #footer .footer-bottom {
    background: #16314d;
    font-size: 0.70em;
    color: white; }
    #footer .footer-bottom p {
      margin-top: 10px; }
      #footer .footer-bottom p a {
        color: white; }
    #footer .footer-bottom ul {
      text-align: right; }
      #footer .footer-bottom ul li {
        list-style: none;
        display: inline-block;
        padding-left: 10px; }
        #footer .footer-bottom ul li a {
          color: yellow; }

.masonry {
  margin-right: -15px;
  margin-left: -15px; }
  @media (max-width: 767px) {
    .masonry {
      margin-left: 0;
      margin-right: 0; } }
  .masonry .masonry_item {
    width: 50%;
    float: left;
    padding-right: 15px;
    padding-left: 15px; }
    @media (max-width: 767px) {
      .masonry .masonry_item {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.sidebar p {
  margin: 0 !important; }
  @media (max-width: 991px) {
    .sidebar p {
      text-align: center; } }
.sidebar .widget {
  margin-bottom: 30px; }
  @media (max-width: 991px) {
    .sidebar .widget .textwidget table {
      margin: 0 auto; } }
  .sidebar .widget:last-child {
    border-bottom: none; }

.slick_events .slick_content {
  max-height: 231px;
  min-height: 231px;
  margin: 10px 22px;
  padding-bottom: 15px;
  text-align: center; }
  .slick_events .slick_content a {
    text-decoration: none !important;
    cursor: pointer; }
    .slick_events .slick_content a h2 {
      color: #484848; }
    .slick_events .slick_content a p {
      color: #484848; }
    .slick_events .slick_content a img {
      max-height: 168px;
      max-width: 241px;
      min-height: 168px;
      min-width: 241px;
      margin: 0 auto; }
.slick_events .slick-arrow {
  display: block;
  background: #1f5389;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  padding-top: 2px; }
.slick_events .slick-next {
  right: -15px; }
.slick_events .slick-prev {
  left: -15px; }

.single #post-entries {
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    .single #post-entries .storytitle {
      padding-top: 15px; } }
  .single #post-entries .date {
    color: #808080;
    font-size: 18px;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      .single #post-entries .date {
        font-size: 16px; } }
    .single #post-entries .date .social-icons {
      float: right;
      font-size: 24px;
      margin-bottom: 20px;
      margin-top: 20px;
      width: 100%; }
      .single #post-entries .date .social-icons a {
        cursor: pointer; }
        .single #post-entries .date .social-icons a i {
          width: 33.33333%;
          text-align: center;
          padding: 10px 0;
          color: white;
          float: left; }
        .single #post-entries .date .social-icons a .fa-facebook-square {
          background: #3b5998; }
        .single #post-entries .date .social-icons a .fa-twitter-square {
          background: #00b6f1; }
        .single #post-entries .date .social-icons a .fa-linkedin-square {
          background: #007bb6; }
.single .share-this {
  margin-top: 20px; }
  .single .share-this strong {
    font-size: 1.1em;
    display: inline-block;
    padding: 3px 10px 7px 0;
    vertical-align: middle; }
  .single .share-this .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle; }
.single .entry-content p, .single .entry-content h3 {
  margin: 0 0 20px 0;
  padding: 0; }
.single .entry-content h3 {
  line-height: 32px;
  padding-top: 20px;
  font-weight: 700; }
.single .slick_post_slider {
  margin-bottom: 40px; }
  .single .slick_post_slider .slick_content {
    max-height: 163px;
    overflow: hidden;
    padding: 0 10px; }

#sidebar .widget {
  margin-bottom: 30px; }
#sidebar .widget_custom_html h4, #sidebar .widget_nav_menu h4, #sidebar .widget_archive h4, #sidebar .widget_recent_entries h4, #sidebar .widget_search h4, #sidebar .widget_media_image h4, #sidebar .widget_nav_menu h4, #sidebar .widget_text h4, #sidebar .widget_related_pages h4, #sidebar .widget_documents h4, #sidebar .widget_categories h4 {
  background-color: #3780CD;
  margin: 0;
  padding: 15px 15px;
  color: white;
  font-size: 1.1em;
  font-weight: 400; }
#sidebar .widget_custom_html ul, #sidebar .widget_nav_menu ul, #sidebar .widget_archive ul, #sidebar .widget_recent_entries ul, #sidebar .widget_search ul, #sidebar .widget_media_image ul, #sidebar .widget_nav_menu ul, #sidebar .widget_text ul, #sidebar .widget_related_pages ul, #sidebar .widget_documents ul, #sidebar .widget_categories ul {
  display: block;
  border: solid 1px #ddd;
  margin: 0;
  padding: 12px 15px;
  list-style: none; }
  #sidebar .widget_custom_html ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_archive ul li a, #sidebar .widget_recent_entries ul li a, #sidebar .widget_search ul li a, #sidebar .widget_media_image ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_text ul li a, #sidebar .widget_related_pages ul li a, #sidebar .widget_documents ul li a, #sidebar .widget_categories ul li a {
    display: block;
    outline: none;
    line-height: 1.3em;
    padding: 3px 0;
    font-weight: 700;
    text-decoration: none; }
#sidebar .widget_custom_html > ul > li > ul > li:before, #sidebar .widget_custom_html > div > ul > li > ul > li:before, #sidebar .widget_nav_menu > ul > li > ul > li:before, #sidebar .widget_nav_menu > div > ul > li > ul > li:before, #sidebar .widget_archive > ul > li > ul > li:before, #sidebar .widget_archive > div > ul > li > ul > li:before, #sidebar .widget_recent_entries > ul > li > ul > li:before, #sidebar .widget_recent_entries > div > ul > li > ul > li:before, #sidebar .widget_search > ul > li > ul > li:before, #sidebar .widget_search > div > ul > li > ul > li:before, #sidebar .widget_media_image > ul > li > ul > li:before, #sidebar .widget_media_image > div > ul > li > ul > li:before, #sidebar .widget_nav_menu > ul > li > ul > li:before, #sidebar .widget_nav_menu > div > ul > li > ul > li:before, #sidebar .widget_text > ul > li > ul > li:before, #sidebar .widget_text > div > ul > li > ul > li:before, #sidebar .widget_related_pages > ul > li > ul > li:before, #sidebar .widget_related_pages > div > ul > li > ul > li:before, #sidebar .widget_documents > ul > li > ul > li:before, #sidebar .widget_documents > div > ul > li > ul > li:before, #sidebar .widget_categories > ul > li > ul > li:before, #sidebar .widget_categories > div > ul > li > ul > li:before {
  position: absolute;
  padding: 12px 25px;
  content: "-";
  font-weight: 700; }
#sidebar .widget_custom_html > ul > li > ul > li > a, #sidebar .widget_custom_html > div > ul > li > ul > li > a, #sidebar .widget_nav_menu > ul > li > ul > li > a, #sidebar .widget_nav_menu > div > ul > li > ul > li > a, #sidebar .widget_archive > ul > li > ul > li > a, #sidebar .widget_archive > div > ul > li > ul > li > a, #sidebar .widget_recent_entries > ul > li > ul > li > a, #sidebar .widget_recent_entries > div > ul > li > ul > li > a, #sidebar .widget_search > ul > li > ul > li > a, #sidebar .widget_search > div > ul > li > ul > li > a, #sidebar .widget_media_image > ul > li > ul > li > a, #sidebar .widget_media_image > div > ul > li > ul > li > a, #sidebar .widget_nav_menu > ul > li > ul > li > a, #sidebar .widget_nav_menu > div > ul > li > ul > li > a, #sidebar .widget_text > ul > li > ul > li > a, #sidebar .widget_text > div > ul > li > ul > li > a, #sidebar .widget_related_pages > ul > li > ul > li > a, #sidebar .widget_related_pages > div > ul > li > ul > li > a, #sidebar .widget_documents > ul > li > ul > li > a, #sidebar .widget_documents > div > ul > li > ul > li > a, #sidebar .widget_categories > ul > li > ul > li > a, #sidebar .widget_categories > div > ul > li > ul > li > a {
  padding-left: 40px; }
#sidebar .widget_documents {
  margin-top: -10px; }
  #sidebar .widget_documents a.document {
    text-decoration: none;
    display: block;
    padding: 10px 22px;
    background: white;
    border: solid 1px #ccc;
    margin-top: 15px; }
    #sidebar .widget_documents a.document span {
      font-size: 2.85em;
      line-height: 1.2em;
      margin-right: 8px; }
    #sidebar .widget_documents a.document small {
      font-size: 0.8em;
      line-height: 1.3em; }
    #sidebar .widget_documents a.document p {
      margin-bottom: 0; }
#sidebar .widget_search > form {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  background: white;
  padding: 15px;
  position: relative; }
#sidebar .widget_text:not(.widget_custom_html) > div {
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  border-left: solid 1px #ddd;
  background: white;
  padding: 15px;
  position: relative; }
  #sidebar .widget_text:not(.widget_custom_html) > div img {
    display: block;
    max-width: 100%;
    height: auto; }

#pagination {
  margin: 0 auto;
  text-align: center;
  height: 20px;
  padding: 20px 0; }
  #pagination ul {
    margin: 0 auto;
    text-align: center;
    list-style: none;
    padding: 0;
    height: 20px; }
    #pagination ul li {
      display: inline-block;
      background: #377fcc;
      border: 1px solid #1879ac; }
      #pagination ul li span, #pagination ul li a {
        display: inline-block;
        text-align: center;
        margin: 0 auto;
        color: #f1ec40;
        padding: 5px; }
      #pagination ul li .current, #pagination ul li .dots {
        color: white !important; }

#add_event, #add_directory, #add_article {
  margin-bottom: 40px; }
  #add_event .title, #add_directory .title, #add_article .title {
    font-size: 20px;
    color: #222; }
  #add_event label, #add_directory label, #add_article label {
    color: #808080; }
  #add_event .form-group, #add_directory .form-group, #add_article .form-group {
    margin-bottom: 30px; }

#archive .homepage_news, #local_news .homepage_news {
  margin: 10px 0;
  padding-bottom: 20px;
  border-bottom: 3px solid #f4f4f4; }
  #archive .homepage_news a, #local_news .homepage_news a {
    text-decoration: none !important; }
    #archive .homepage_news a .homepage_news_title, #local_news .homepage_news a .homepage_news_title {
      color: #222;
      font-size: 18px;
      font-weight: bold; }
  #archive .homepage_news .homepage_news_text, #local_news .homepage_news .homepage_news_text {
    height: 99px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    color: #626262; }
  #archive .homepage_news .homepage_news_category, #local_news .homepage_news .homepage_news_category {
    height: 20px;
    margin: 15px 0 20px 0;
    color: #626262;
    font-size: 14px; }
    #archive .homepage_news .homepage_news_category span, #local_news .homepage_news .homepage_news_category span {
      padding: 4px 10px;
      font-weight: bold;
      color: white;
      margin-right: 10px; }
  #archive .homepage_news .homepage_news_image, #local_news .homepage_news .homepage_news_image {
    height: 99px; }
#archive .masonry, #local_news .masonry {
  margin-top: 30px; }

#local_news .local_news_top {
  padding: 30px 0 40px 0;
  background: #2f73bc; }
  #local_news .local_news_top .local_news_title {
    color: #EBF214;
    font-size: 1.4em;
    margin: 0; }
  #local_news .local_news_top a .featured {
    color: #626262;
    margin: 30px 0;
    text-decoration: none !important;
    display: block; }
    #local_news .local_news_top a .featured .local_news_main_left {
      background: white; }
      #local_news .local_news_top a .featured .local_news_main_left .featured_content {
        padding: 30px; }
        @media (max-width: 767px) {
          #local_news .local_news_top a .featured .local_news_main_left .featured_content {
            padding: 15px; } }
        #local_news .local_news_top a .featured .local_news_main_left .featured_content .featured_title {
          font-weight: bold;
          font-size: 20px; }
        #local_news .local_news_top a .featured .local_news_main_left .featured_content .featured_excerpt {
          color: #626262; }
        #local_news .local_news_top a .featured .local_news_main_left .featured_content .featured_category {
          margin: 0;
          font-weight: bold; }
  #local_news .local_news_top .local_news_ad {
    margin: 30px 0; }
  #local_news .local_news_top .top_4_stories {
    color: white;
    font-size: 16px; }
    #local_news .local_news_top .top_4_stories .top_4_stories_title {
      color: #EBF214;
      font-size: 18px;
      font-weight: bold;
      margin-right: 20px; }
  #local_news .local_news_top .local_news_breaker {
    width: 100%;
    height: 2px;
    background: #488ed6;
    margin-bottom: 15px; }
  #local_news .local_news_top .top_4_posts .col-md-6 .top_4_content {
    height: 71px;
    background: white;
    margin-top: 15px;
    padding: 10px 15px;
    overflow: hidden; }
    @media (max-width: 767px) {
      #local_news .local_news_top .top_4_posts .col-md-6 .top_4_content {
        height: 46px;
        font-size: 12px;
        padding: 9px 5px; } }
    #local_news .local_news_top .top_4_posts .col-md-6 .top_4_content .top_4_title {
      color: #3780CD;
      height: 100px; }
      @media (max-width: 1199px) {
        #local_news .local_news_top .top_4_posts .col-md-6 .top_4_content .top_4_title {
          height: 75px; } }
      @media (max-width: 991px) {
        #local_news .local_news_top .top_4_posts .col-md-6 .top_4_content .top_4_title {
          height: 65px; } }
      @media (max-width: 767px) {
        #local_news .local_news_top .top_4_posts .col-md-6 .top_4_content .top_4_title {
          height: 100px; } }
  #local_news .local_news_top .top_4_posts .col-md-6 .top_4_image {
    margin-top: 15px; }
#local_news .slick-local-news {
  padding: 0 20px; }
  #local_news .slick-local-news .slick-content .news_slider {
    margin: 0 15px; }
    #local_news .slick-local-news .slick-content .news_slider .local_news_image img {
      margin: 0 auto;
      padding-top: 25px; }
    #local_news .slick-local-news .slick-content .news_slider .local_news_title {
      text-align: center; }
  #local_news .slick-local-news .slick-arrow {
    display: block;
    background: #1f5389;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    padding-top: 2px; }
  #local_news .slick-local-news .slick-next {
    right: -15px; }
  #local_news .slick-local-news .slick-prev {
    left: -15px; }
#local_news .news-categories {
  padding: 30px 0; }
  #local_news .news-categories a {
    color: white;
    text-decoration: none;
    width: 100%; }
    #local_news .news-categories a .news-category {
      width: 100%;
      padding: 10px;
      font-size: 18px;
      color: white;
      font-weight: bold;
      text-align: center; }

#local_news {
  background: #f5f5f5; }
  #local_news .local_news_categories h3 {
    color: white;
    padding: 10px 15px;
    margin-bottom: 0; }
  #local_news .local_news_categories .link_container {
    border-top: 1px solid #dddcdc; }
    #local_news .local_news_categories .link_container.first a {
      padding: 20px 15px !important;
      background: white; }
    #local_news .local_news_categories .link_container a {
      color: #626262;
      padding: 10px 15px;
      display: block;
      background: #fcfcfc; }
    #local_news .local_news_categories .link_container:last-child {
      border-bottom: 1px solid #dddcdc; }
  #local_news .masonry {
    margin-right: -15px;
    margin-left: -15px; }
    @media (max-width: 767px) {
      #local_news .masonry {
        margin-left: 0;
        margin-right: 0; } }
    #local_news .masonry .masonry_item {
      margin-top: 20px;
      width: 33%;
      padding: 0 15px; }
      @media (max-width: 767px) {
        #local_news .masonry .masonry_item {
          width: 100%; } }
      #local_news .masonry .masonry_item h3 {
        margin-top: 0; }
      #local_news .masonry .masonry_item .img {
        background: white; }
      #local_news .masonry .masonry_item .link_container {
        background: white; }

.notice-banner {
  margin: 20px auto 40px auto; }

.weather .weather_title {
  font-weight: bold;
  margin: 0 0 5px 0; }
.weather img {
  height: 30px;
  margin: 0 auto; }
.weather .weather_text {
  margin: 5px 0 0 0; }

#tut .your-photos {
  float: right;
  margin-top: 30px; }
  @media (max-width: 1199px) {
    #tut .your-photos {
      margin-top: 20px; } }
#tut .yellow-border {
  border: 10px solid #f1ec40; }
#tut .white-border {
  border: 10px solid white; }
#tut .white-border-margin {
  margin-top: 65px; }
  @media (max-width: 1199px) {
    #tut .white-border-margin {
      margin-top: 52px; } }
#tut .tut_local_events .tut_local_event {
  position: relative; }
  #tut .tut_local_events .tut_local_event a {
    color: #484848;
    text-decoration: none !important;
    padding: 0 10px; }
    #tut .tut_local_events .tut_local_event a .title {
      height: 44px;
      max-height: 44px; }
    #tut .tut_local_events .tut_local_event a .date {
      position: absolute;
      background: #79a922;
      color: white;
      font-weight: bold;
      top: 175px;
      right: 0;
      padding: 4px 10px; }
#tut .center_image {
  padding-top: 35px; }
  @media (max-width: 767px) {
    #tut .center_image {
      padding: 0; } }

#neuvoo-jobs .neuvoo-header {
  background: #eb9800;
  padding: 30px 20px 40px 20px;
  color: white !important; }
  #neuvoo-jobs .neuvoo-header .title {
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 26px; }
  #neuvoo-jobs .neuvoo-header .total-jobs {
    display: none !important; }
  #neuvoo-jobs .neuvoo-header .sort-jobs {
    display: none !important; }
#neuvoo-jobs #neuvoo-list {
  background: #f7f7f7;
  padding: 20px; }
  #neuvoo-jobs #neuvoo-list .j-title a {
    color: #133d67 !important; }
  #neuvoo-jobs #neuvoo-list .j-info {
    margin-bottom: 20px; }
    #neuvoo-jobs #neuvoo-list .j-info .j-empname, #neuvoo-jobs #neuvoo-list .j-info .j-location span, #neuvoo-jobs #neuvoo-list .j-info .j-date {
      color: #133d67 !important; }
#neuvoo-jobs #neuvoo_submit {
  color: #fff;
  text-align: center !important;
  font-weight: bold;
  background-color: #545454 !important;
  border: none !important;
  padding: 5px 5px 6px 5px; }
#neuvoo-jobs #neuvoo_keywords, #neuvoo-jobs #neuvoo_location {
  border: none !important; }

.g-2, .g-3, .g-4, .g-5 {
  margin-bottom: 20px; }

.featured_jobs .featured_job {
  margin: 20px 0 0 0;
  border: 1px solid #eb9800;
  background: #f7f1e6;
  width: 100%;
  padding: 30px; }
  .featured_jobs .featured_job .awaiting_image {
    background-color: white;
    background-size: contain; }
  .featured_jobs .featured_job .awaiting_image.logo {
    border: solid 0px !important; }
  .featured_jobs .featured_job .title {
    font-weight: bold; }
  .featured_jobs .featured_job .location {
    font-style: italic;
    font-size: 13px; }
  .featured_jobs .featured_job .excerpt {
    margin: 20px 0; }
  .featured_jobs .featured_job .contact_type {
    color: #eb9800;
    font-weight: bold;
    font-size: 15px; }
  .featured_jobs .featured_job .posted {
    font-size: 13px; }

.btn {
  padding: 8px 12px;
  font-size: 1em;
  text-decoration: none !important;
  border-radius: 0; }

.btn-blue {
  background: #3780CD;
  color: white !important; }

.btn-green {
  background: #49a942;
  color: white !important; }

.btn-grey {
  background: #545454;
  color: white !important; }

.btn-orange {
  background: #eb9800;
  color: white !important; }

#pagination ul li {
  border: none; }

#pagination ul li span, #pagination ul li a {
  color: white;
  text-decoration: none !important;
  padding: 6px 12px; }

#pagination ul li .current {
  background: #204e7e; }

#pagination ul li .dots {
  background: #dae8f6;
  color: #333 !important; }

.directory-categories ul {
  padding: 0; }
  .directory-categories ul li {
    list-style: none; }
    .directory-categories ul li a {
      display: block;
      color: #222;
      padding: 2px 0;
      text-decoration: none; }

.events {
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 20px; }
  .events.events-top {
    background: #e01563;
    color: white; }
    .events.events-top h4.title a {
      color: white; }
  .events .awaiting_image {
    background-color: white;
    background-size: contain; }
  .events .awaiting_image.logo {
    border: solid 2px #eee; }
  .events h4.title {
    margin-top: 3px; }
    .events h4.title a {
      text-decoration: none !important;
      font-weight: 700;
      color: #e01563;
      font-size: 1.3em; }
  .events .information .fa {
    color: #e01563; }
  .events .information a {
    color: black;
    text-decoration: none !important; }

.business {
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 20px; }
  .business .awaiting_image {
    background-color: white;
    background-size: contain; }
  .business .awaiting_image.logo {
    border: solid 2px #eee; }
  .business img {
    margin: 0 auto; }
    @media (max-width: 991px) {
      .business img {
        margin-bottom: 15px; } }
  .business.featured {
    background: #fff5bf; }
  .business h4.title {
    margin-top: 3px; }
    .business h4.title a {
      text-decoration: none !important;
      font-weight: 700;
      color: #204e7e;
      font-size: 1.3em; }
  .business .information .fa {
    color: #204e7e; }
  .business .information a {
    color: black;
    text-decoration: none !important; }

.single-directory h1, .single-directory h2, .single-directory h3 {
  color: #204e7e; }
.single-directory .information .fa {
  color: #204e7e; }
.single-directory .information a {
  color: black;
  text-decoration: none !important; }
.single-directory .awaiting_image.logo {
  border: solid 2px #eee; }

.single-jobs h1, .single-jobs h2, .single-jobs h3 {
  color: #eb9800; }
.single-jobs .subheading {
  margin-top: -25px; }

.single-whats-on h1, .single-whats-on h2, .single-whats-on h3 {
  color: #e01563; }
.single-whats-on .information .fa {
  color: #204e7e; }
.single-whats-on .information a {
  color: black;
  text-decoration: none !important; }
.single-whats-on .awaiting_image.logo {
  border: solid 2px #eee; }

.attraction {
  position: relative;
  overflow: hidden; }
  .attraction .attraction_title {
    bottom: 0;
    width: 100%;
    height: 150px;
    position: absolute;
    margin-bottom: -90px !important; }
    .attraction .attraction_title p {
      margin: 10px 20px 0 20px;
      color: white;
      font-weight: bold;
      font-size: 25px; }
      @media (max-width: 1199px) {
        .attraction .attraction_title p {
          margin: 17px 20px 0 20px;
          font-size: 20px; } }
      @media (max-width: 991px) {
        .attraction .attraction_title p {
          margin: 20px 20px 0 20px;
          font-size: 16px; } }
      @media (max-width: 767px) {
        .attraction .attraction_title p {
          margin: 18px 20px 0 20px;
          font-size: 19px; } }
  .attraction .right {
    -webkit-transform: skewY(-6deg);
    -moz-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    -o-transform: skewY(-6deg);
    transform: skewY(-6deg);
    -webkit-backface-visibility: hidden; }
    .attraction .right p {
      -webkit-transform: skewY(6deg);
      -moz-transform: skewY(6deg);
      -ms-transform: skewY(6deg);
      -o-transform: skewY(6deg);
      transform: skewY(6deg);
      -webkit-backface-visibility: hidden;
      text-align: right; }
  .attraction .left {
    -webkit-transform: skewY(6deg);
    -moz-transform: skewY(6deg);
    -ms-transform: skewY(6deg);
    -o-transform: skewY(6deg);
    transform: skewY(6deg);
    -webkit-backface-visibility: hidden; }
    .attraction .left p {
      -webkit-transform: skewY(-6deg);
      -moz-transform: skewY(-6deg);
      -ms-transform: skewY(-6deg);
      -o-transform: skewY(-6deg);
      transform: skewY(-6deg);
      -webkit-backface-visibility: hidden; }

.single-directory .tab-content, .single-whats-on .tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px; }
  .single-directory .tab-content .tab-description, .single-whats-on .tab-content .tab-description {
    margin-top: 15px; }
.single-directory .nav-tabs, .single-whats-on .nav-tabs {
  margin-bottom: 0; }

.single-directory #map_wrapper {
  height: 600px; }
.single-directory #map_canvas {
  width: 100%;
  height: 100%; }

.places-to-go-boxes {
  margin-bottom: 30px !important; }
  .places-to-go-boxes img {
    margin: 0 auto; }
  .places-to-go-boxes a h2 {
    text-align: center; }
  .places-to-go-boxes a:hover {
    text-decoration: none; }

body.tax-directory-categories #map_wrapper {
  padding: 0 0 40px 0;
  height: 420px; }
body.tax-directory-categories #map_canvas {
  width: 100%;
  height: 100%; }

body.single-whats-on #map_wrapper {
  height: 420px; }
body.single-whats-on #map_canvas {
  width: 100%;
  height: 100%; }

.breadcrumb {
  padding: 0;
  background: none; }

#tab-enquiry .form-group {
  margin: 10px 0; }
  #tab-enquiry .form-group input {
    height: 40px; }
#tab-enquiry .btn {
  margin: 20px 0; }

body.single-post .post .subheading {
  margin-top: -25px; }
body.single-post .post .post_category {
  margin: 15px 0 20px 0;
  color: #626262;
  font-size: 14px; }
  body.single-post .post .post_category a {
    padding: 4px 10px;
    font-weight: bold;
    color: white;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 6px; }

.fb-comments {
  margin: 0 -8px; }

.job-container p {
  line-height: 1.5em; }

.tab-pane h2 {
  margin-top: 0; }

.has-error .mce-tinymce {
  border: solid 1px #a94442 !important; }

.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -ms-animation: spin .7s infinite linear;
  -webkit-animation: spinw .7s infinite linear;
  -moz-animation: spinm .7s infinite linear; }

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg); }
  to {
    transform: scale(1) rotate(360deg); } }
@-webkit-keyframes spinw {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes spinm {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
.add_category {
  margin-top: 40px; }
  @media (max-width: 991px) {
    .add_category {
      margin-bottom: 10px;
      margin-top: 0; } }

@media (max-width: 991px) {
  .remove_category {
    margin-bottom: 10px; } }

.g {
  margin-bottom: 15px !important; }

.fc {
  padding: 15px;
  border: solid 10px #f7f7f7; }
  .fc .fc-content {
    cursor: pointer; }

.center-branding {
  display: none; }

/*# sourceMappingURL=style.css.map */