@charset "UTF-8";
/* Dark Blue: #0b2552
	Main Blue: #009ce1
	Pink: #ee3679
*/
@import url(//fonts.googleapis.com/css?family=Arimo|Varela);
@font-face {
  font-family: din-round-regular;
  src: url(font/DINRoundWeb.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: din-round-medium;
  src: url(font/DINRoundWeb-Medium.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: din-round-light;
  src: url(font/DINRoundWeb-Light.woff) format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: marketing-stockport-icons;
  src: url(font/marketing-stockport-icons.eot?-4i9);
  src: url(font/marketing-stockport-icons.eot?#iefix-4i9) format("embedded-opentype"), url(font/marketing-stockport-icons.ttf?-4i9) format("truetype"), url(font/marketing-stockport-icons.woff?-4i9) format("woff"), url(font/marketing-stockport-icons.svg?-4i9#marketing-stockport-icons) format("svg");
  font-weight: 400;
  font-style: normal; }
/*!
    Theme Name: Marketing Stockport 2017
    Description: Genesis Child theme for Marketing Stockport
    Author: SueFernandes
    Author URI: http://www.suefernandes.co.uk
 
    Version: 1.4
 
    Template: genesis
    Template Version: 3.0
 
    License: GPL-2.0+
    License URI: http://www.opensource.org/licenses/gpl-license.php 
*/
/* Table of Contents

    01 Import Fonts
    02 Base Styles 
        Defaults
        Wraps
        Containers and Columns
        Entry Content Structure
        Headings and Titles
  -- Layout --  
    03 Header
    04 Navigation
       Primary Navigation Extras
       Pagination
    05 Meta and Comments
        Post Info and Meta
        Comments
    06 Post Content Styles
        Block Quotes
        Lists
    07 SideBar
    08 SideBar Alt
    09 Footer
        Footer Widgets
        Footer Navigation
  -- Modules --
    10 Forms and Buttons
    11 Images and Captions
    12 Author Box / Bread Crumbs / Sticky
    13 Widgets/Plugins
        eNews
        Gravity Forms
*/
/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */
/*
02 Base Styles
---------------------------------------------------------------------------------------------------- */
* {
  box-sizing: border-box; }

html {
  scroll-behavior: smooth; }

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address,
big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, input, menu,
nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* Clearfix */
.site-inner:after,
.home-middle:after,
.site-header:after,
.nav-primary:after,
.nav-secondary:after,
.wrap:after,
.footer-widgets:after,
.clearfix:after {
  content: " ";
  display: table;
  clear: both; }

html {
  font-size: 62.5%; }

body {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "din-round-regular", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  color: #333;
  width: 100%;
  height: 100%; }

p.pages,
.clear,
.clear-line {
  clear: both; }

.clear-line {
  border-bottom: 1px solid #ccc;
  margin-bottom: 26px;
  margin-bottom: 2.6rem; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

a,
a:visited,
button,
input[type="button"],
input[type="submit"] {
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #000D11;
  color: #fff; }

::selection {
  background-color: #000D11;
  color: #fff; }

a {
  color: #009ce1;
  text-decoration: none; }
  a:hover {
    color: #ee3679; }

a img {
  border: none; }

i {
  font-style: normal; }

.read-more {
  display: block;
  font-size: 80%;
  font-size: 80%;
  text-align: right;
  padding: 5px 2px 5px 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .read-more i {
    font-size: 10px;
    line-height: 16px;
    color: #009ce1; }
  .read-more:hover {
    padding: 5px 0px 5px 12px; }

.video-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  margin-bottom: 3rem; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mobile-only {
  display: none; }
  @media only screen and (max-width: 512px) {
    .mobile-only {
      display: block; } }

.mobile-hidden {
  display: block; }
  @media only screen and (max-width: 512px) {
    .mobile-hidden {
      display: none; } }

/* Wraps */
.site-container {
  width: 100%; }

.wrap {
  margin: 0 auto;
  max-width: 1152px; }

.site-inner {
  padding-top: 40px;
  padding-top: 4rem; }
  .site-inner::after {
    clear: both;
    content: "";
    display: table; }

/* Containers and Columns */
.content-sidebar-sidebar .sidebar-secondary,
.sidebar-content .content,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content,
.sidebar-sidebar-content .content-sidebar-wrap,
.site-footer .creds,
.sidebar-content-sidebar .sidebar-primary {
  float: right; }

.five-sixths,
.content-sidebar-sidebar .sidebar-primary,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds,
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary,
.content-sidebar-sidebar .content,
.site-footer .gototop,
.sidebar-secondary,
.archive-page,
.content-sidebar .content,
.content-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  float: left;
  margin-left: 4.1666666667%;
  /* 48px / 1152px */ }

.one-half,
.three-sixths,
.two-fourths,
.content-sidebar-sidebar .content,
.archive-page {
  width: 47.9166666667%;
  /* 552px / 1152px */ }

.content-sidebar .sidebar-primary,
.sidebar-content .sidebar-primary,
.content-sidebar-sidebar .sidebar-primary,
.sidebar-content-sidebar .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  width: 27.9513888889%;
  /* 352px / 1152px */ }

.one-third,
.two-sixths {
  width: 30.5555555556%; }

.four-sixths,
.two-thirds {
  width: 65.2777777778%;
  /* 752px / 1152px */ }

.content-sidebar .content,
.sidebar-content .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
  width: 67.8819444444%;
  /* 752px / 1152px */ }

.one-fourth {
  width: 21.875%;
  /* 252px / 1152px */ }

.three-fourths {
  width: 73.9583333333%;
  /* 852px / 1152px */ }

.one-fifth {
  width: 16.6666666667%;
  /* 192px / 1152px */ }

.two-fifths {
  width: 37.5%;
  /* 432px / 1152px */ }

.three-fifths {
  width: 58.3333333333%;
  /* 672px / 1152px */ }

.four-fifths {
  width: 79.1666666667%;
  /* 912px / 1152px */ }

.one-sixth,
.sidebar-secondary {
  width: 13.1944444444%;
  /* 152px / 1152px */ }

.five-sixths,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 82.6388888889%;
  /* 952px / 1152px */ }

.first,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.title-area,
.content-sidebar .content,
.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .sidebar-primary {
  margin-left: 0;
  clear: both; }

.sidebar-content .sidebar-primary,
.sidebar-content-sidebar .sidebar-secondary,
.sidebar-sidebar-content .sidebar-secondary,
.sidebar-sidebar-content .sidebar-primary {
  clear: none; }

.archive-page {
  margin-left: 0; }

/* Entry Content Structure */
.content {
  padding-bottom: 40px;
  padding-bottom: 4rem; }

.page-template-template-gold .content {
  overflow: auto; }

.entry,
.page .post.entry {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.single .entry {
  margin-bottom: 48px;
  margin-bottom: 4.8rem; }

.page .entry {
  margin-bottom: 0; }

.entry-content {
  overflow: hidden; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a,
.site-title {
  line-height: 1.2;
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
  font-family: "din-round-regular", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  font-weight: 700; }

h1,
.entry-title,
.entry-title a,
.site-title {
  font-size: 32px;
  font-size: 3.2rem; }

/* Title Class for SEO / No Overuse of H Tags */
.title,
h2 {
  font-size: 28px;
  font-size: 2.8rem; }

h2 a,
h2 a:visited {
  color: #009ce1; }
  h2 a:hover,
  h2 a:visited:hover {
    color: #006d9e; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
  font-size: 20px;
  font-size: 2rem; }

h4.widgettitle a {
  color: #009ce1; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6,
.author-box h1,
.sidebar h2 a {
  font-size: 14px;
  font-size: 1.4rem; }

.author-box h1 {
  margin: 0;
  line-height: 1.5; }

.taxonomy-description h1 {
  margin-bottom: 4px;
  margin-bottom: 0.4rem; }

.archive-title {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

/*********************************************************************************************

            LAYOUT

**********************************************************************************************/
/*
03 Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  padding: 2px 24px 0px 24px;
  padding: 0.2rem 2.4rem 0rem 2.4rem;
  background: #E2E7EA;
  position: relative; }
  .site-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("images/marketing-stockport-icon.png") 15% center no-repeat;
    background-size: 58%;
    opacity: 0.05; }
  .site-header .wrap {
    width: 100%;
    max-width: 1600px;
    display: flex;
    justify-content: space-between; }
    .site-header .wrap .title-area {
      position: relative; }
    .site-header .wrap .site-title {
      width: 300px;
      padding-right: 40px; }
    .site-header .wrap .header-widget-area {
      width: calc(100% - 340px);
      text-align: right;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
    @media only screen and (max-width: 510px) {
      .site-header .wrap {
        display: block; }
        .site-header .wrap .site-title {
          width: 100%;
          padding: 0; }
        .site-header .wrap .header-widget-area {
          width: 100%;
          justify-content: center;
          margin: -20px 0 20px 0; } }

.site-title {
  margin: 10px; }
  .site-title a {
    display: block; }

.header-image .site-title {
  margin: 0; }

.site-description {
  line-height: 1.25;
  color: #009ce1; }

.header-full-width .site-title,
.header-full-width .site-title a,
.header-full-width .title-area {
  width: 100%; }

.header-image .site-title {
  margin: 25px 0;
  margin: 2.5rem 0; }

.header-image .site-title a {
  display: block;
  width: 223px;
  height: 70px;
  background-image: url("images/marketing-stockport-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px; }

.header-image .site-description {
  display: none; }

.gold-slider {
  padding: 0px; }
  .gold-slider .wrap {
    padding: 10px 0 0 0;
    width: 100%;
    max-width: 1600px; }
  .gold-slider img {
    padding: 0 10px; }
  .gold-slider p {
    margin-bottom: -20px;
    padding-left: 24px;
    color: #0b2552;
    font-weight: bold; }

/* Header Search */
.menu-toggle {
  margin: 10px 30px 0 auto; }

.header-search-wrap {
  display: none; }

.js .header-search-wrap {
  position: absolute;
  z-index: 1001;
  /* Show above the menu toggle button */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, -100%, 0.3s);
  transform: translate3d(0, -100%, 0.3s); }

.js .header-search-wrap .search-form,
.js .header-search-wrap input[type="search"] {
  height: 100%;
  background: #E2E7EA;
  padding: 24px;
  font-size: 18px; }

.search-visible .header-search-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.header-search-wrap:target {
  display: block;
  clear: both;
  position: relative; }

.header-search-wrap input[type="search"] {
  padding: 0;
  border: 0; }

.header-search-wrap input[type="submit"]:focus {
  right: 50px;
  margin-top: 1px;
  padding: 20px;
  border-radius: 3px; }

.js .toggle-header-search.close:focus {
  outline: 0; }

.toggle-header-search.close {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 24px;
  width: 30px;
  height: 100%;
  padding: 0;
  color: #292669;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: translate3d(-6px, 0, 0);
  transform: translate3d(-6px, 0, 0); }

.header-search-wrap:target .toggle-header-search.close {
  -webkit-transform: none;
  transform: none; }

.toggle-header-search .ionicons {
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transform: scale(2);
  transform: scale(2); }

.toggle-header-search.close .ionicons {
  position: absolute;
  top: calc(50% - 8px);
  right: 12px;
  -webkit-transform: scale(3);
  transform: scale(3); }

.toggle-header-search {
  margin: 2px 24px 0 0; }

@media screen and (min-width: 600px) {
  .toggle-header-search {
    position: absolute;
    right: 85px;
    top: 50px;
    margin: 0; } }
@media screen and (min-width: 960px) {
  .site-header:before {
    opacity: 0.2;
    background-size: 28%; }

  /* Header Search
--------------------------------------------- */
  .site-header .header-widget-area {
    position: relative; }

  .nav-primary {
    position: relative;
    z-index: 200; }

  .toggle-header-search {
    position: static;
    display: block;
    padding: 12px 15px;
    line-height: 1;
    margin: 0 18px 0 10px; } }
/*
04 Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  color: #fff;
  font-family: "din-round-regular", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  width: 100%; }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left; }
  .genesis-nav-menu a {
    border: none;
    color: #fff;
    display: block;
    padding: 20px 24px;
    padding: 2rem 2.4rem;
    position: relative; }
    .genesis-nav-menu a:hover {
      color: #000D11; }
  .genesis-nav-menu .sub-menu {
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99; }
    .genesis-nav-menu .sub-menu a {
      background-color: #fff;
      border-top: none;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0;
      padding: 16px 20px;
      padding: 1.6rem 2rem;
      position: relative;
      width: 200px; }
    .genesis-nav-menu .sub-menu .sub-menu {
      margin: -54px 0 0 199px; }
  .genesis-nav-menu .menu-item:hover {
    position: static; }
    .genesis-nav-menu .menu-item:hover > .sub-menu {
      left: auto;
      opacity: 1; }
  .genesis-nav-menu > .first > a {
    padding-left: 0; }
  .genesis-nav-menu > .last > a {
    padding-right: 0; }
  .genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 28px 0;
    padding: 2.8rem 0;
    text-transform: uppercase; }
    .genesis-nav-menu > .right > a {
      display: inline;
      padding: 0; }
  .genesis-nav-menu > .rss > a {
    margin-left: 48px;
    margin-left: 4.8rem; }

/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu a {
  color: #292669; }

.site-header .sub-menu {
  border-top: 1px solid #eee; }
  .site-header .sub-menu .sub-menu {
    margin-top: -55px; }

/* Primary Navigation
--------------------------------------------- */
.nav-primary a {
  padding: 11px 14px;
  padding: 1.1rem 1.4rem;
  border-radius: 2px;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem; }

.nav-primary a:hover,
.nav-primary .current-menu-item > a {
  color: #fff;
  background: #008ccb; }

.nav-primary a:focus {
  outline: #fff auto 5px; }

.nav-primary .highlight a {
  background: #ee3679;
  border: 1px solid #af0f49;
  text-shadow: 0 -1px 0 #de135d;
  box-shadow: inset 0 1px 0 #f694b8; }
  .nav-primary .highlight a:hover {
    background: #f92b76; }

.nav-primary .sub-menu a:hover {
  background: #008ccb; }

.nav-primary .sub-menu a {
  background-color: #009ce1;
  border-radius: 0; }
  .nav-primary .sub-menu a:hover {
    color: #fff; }

.nav-primary li a:after {
  transform: translateY(4px);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.nav-primary li a:hover::after {
  transform: translateY(0px); }

.nav-primary .current_page_item > a::after,
.nav-primary .current-menu-item > a::after,
.nav-primary .current_page_ancestor > a::after,
.nav-primary .current-menu-ancestor > a::after {
  transform: translateY(0px); }

.nav-primary .sub-menu {
  padding-top: 12px;
  padding-top: 1.2rem;
  margin-top: -28px;
  margin-top: -2.8rem;
  border-radius: 0;
  border: none;
  transition: all 0.4s ease-in-out; }
  .nav-primary .sub-menu:after {
    display: none; }

.nav-primary .menu-item:hover .sub-menu {
  margin-top: -4px;
  margin-top: -0.4rem; }

/* Secondary Navigation
--------------------------------------------- */
.nav-secondary a {
  color: #000D11; }

.nav-secondary .sub-menu {
  border-top: 1px solid #eee; }
  .nav-secondary .sub-menu .sub-menu {
    margin-top: -55px; }

/* Navigation Misc
--------------------------------------------- */
button.close,
.menu-toggle,
.menu-item-has-toggle > a,
.site-title a {
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

button.close:focus,
button.close:hover,
.menu-toggle:focus,
.menu-toggle:hover,
.menu-item-has-toggle > a:focus,
.menu-item-has-toggle > a:hover,
.off-screen-content .genesis-nav-menu a:focus,
.off-screen-content .genesis-nav-menu a:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.genesis-nav-menu > .menu-item.menu-item-has-toggle:hover a::before,
.genesis-nav-menu > .menu-item.menu-item-has-toggle > a:focus::before,
.genesis-nav-menu > .menu-item.menu-item-has-toggle > a:hover::before {
  display: none; }

button.close:focus,
button.close:hover {
  background-color: #1aa6e4;
  color: #000D11; }

.menu-item-has-toggle a:focus .ionicons::before,
.menu-item-has-toggle a:hover .ionicons::before {
  color: #000D11; }

.dashicons, .dashicons-before:before {
  width: 30px;
  height: 30px; }

/*  Primary Navigation Extras */
.genesis-nav-menu li.right {
  float: right;
  padding: 24px 20px;
  padding: 2.4rem 2rem;
  list-style-type: none; }

.genesis-nav-menu li.right a {
  display: inline;
  padding: 0; }

.genesis-nav-menu li.search {
  padding: 0;
  padding: 0;
  min-width: 40px;
  position: relative; }
  .genesis-nav-menu li.search input {
    background: #0091d1;
    border: 1px solid #007db4;
    box-shadow: none;
    color: #fff; }
    .genesis-nav-menu li.search input::-webkit-input-placeholder {
      color: #004e71; }
    .genesis-nav-menu li.search input:-moz-placeholder {
      color: #004e71; }
    .genesis-nav-menu li.search input::-moz-placeholder {
      color: #004e71; }
    .genesis-nav-menu li.search input:-ms-input-placeholder {
      color: #004e71; }
  .genesis-nav-menu li.search input[type="submit"] {
    font-family: FontAwesome;
    clip: inherit;
    width: 25px;
    height: 25px;
    background: transparent;
    color: #005e87;
    right: 14px;
    top: 10px;
    border: none;
    text-shadow: none; }

.genesis-nav-menu li.rss a {
  background: url(images/rss.png) no-repeat center left;
  margin-left: 20px;
  margin-left: 2rem;
  padding-left: 20px;
  padding-left: 2rem; }

.genesis-nav-menu li.twitter a {
  background: url(images/twitter-nav.png) no-repeat center left;
  padding-left: 24px;
  padding-left: 2.4rem; }

/* Pagination */
.post-listing {
  margin-bottom: 40px; }

.load-more {
  display: table;
  margin: 0 auto; }

.load-more {
  width: 100%;
  background-color: #ddd;
  color: #333; }

.archive-pagination {
  clear: both; }
  .archive-pagination li {
    display: inline; }

.archive-pagination li a,
.archive-pagination li a:hover,
.archive-pagination li.active a,
.archive-pagination li.disabled {
  background-color: #0b2552;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px;
  padding: 1.2rem;
  color: #fff; }

.archive-pagination li a:hover,
.archive-pagination li.active a {
  background-color: #b6becb;
  color: #0b2552; }

.archive-pagination li a:hover {
  background-color: #ee3679;
  color: #fff; }

.portfolio-widgetized .archive-pagination {
  clear: both; }

/* Responsive Navigation
--------------------------------------------- */
/* Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static; }

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1; }

.menu-toggle,
.sub-menu-toggle {
  display: none;
  visibility: hidden; }

@media only screen and (max-width: 800px) {
  .genesis-responsive-menu .wrap {
    padding: 0; }

  .genesis-responsive-menu {
    display: none;
    position: relative; }

  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }

  .menu-toggle,
  .sub-menu-toggle {
    border-width: 0;
    background-color: #008ccb;
    text-shadow: none;
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    visibility: visible;
    box-shadow: none; }

  .menu-toggle:focus,
  .menu-toggle:hover,
  .sub-menu-toggle:focus,
  .sub-menu-toggle:hover {
    background: #1aa6e4;
    color: #001f2d;
    border-width: 0; }

  .menu-toggle {
    line-height: 20px;
    position: relative;
    z-index: 1000;
    width: 100%; }

  .menu-toggle::before {
    font-size: 1.8em;
    margin-right: 10px;
    text-rendering: auto;
    vertical-align: middle; }

  .sub-menu-toggle {
    float: right;
    padding: 10px;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 100; }

  .sub-menu-toggle::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .25s ease-in-out;
    -ms-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out; }

  .sub-menu-toggle.activated::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

  .genesis-responsive-menu .genesis-nav-menu .menu-item {
    display: block;
    float: none;
    position: relative;
    text-align: left; }

  .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
  .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
    position: relative; }

  .genesis-responsive-menu .genesis-nav-menu .menu-item a {
    border: none;
    margin-bottom: 1px;
    padding: 15px 20px;
    width: 100%; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    border: none; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu a {
    background-color: #008ccb; }

  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0; }

  .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
    content: none; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    margin: 0;
    opacity: 1;
    padding-left: 15px;
    position: static;
    width: 100%; }

  .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0; } }
button.hamburger {
  overflow: visible;
  margin: 4px 0 0 0px;
  padding: 0;
  border: 0;
  color: inherit;
  border: none;
  background-color: #E2E7EA;
  font: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transform: scale(0.8); }

.hamburger:hover {
  opacity: 0.7;
  background-color: #E2E7EA;
  color: #009ce1; }

.hamburger:focus {
  background-color: #E2E7EA; }

.hamburger:hover,
.hamburger:focus {
  outline: none; }

.hamburger-box {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 24px; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  position: absolute;
  width: 36px;
  height: 4px;
  border-radius: 4px;
  background-color: #0b2552;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform; }

.hamburger-inner::before,
.hamburger-inner::after {
  display: block;
  content: ""; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.slideout-menu {
  display: none;
  overflow-y: scroll;
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  -webkit-overflow-scrolling: touch; }

.admin-bar .slideout-menu {
  top: 32px; }

.slideout-menu-left {
  left: 0; }

.slideout-menu-right {
  right: 0; }

.slideout-panel {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background-color: white;
  /* A background-color is required. Set this to body element's background color */ }

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden; }

.slideout-open .slideout-menu {
  display: block; }

.panel:before {
  display: block;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  transition: background-color 0.5s ease-in-out; }

.panel-open:before {
  display: block;
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.side-menu {
  display: none;
  color: #E2E7EA;
  background-color: #0b2552;
  background-image: linear-gradient(145deg, #0079ae, #00557b);
  font-size: 16px; }
  .side-menu h4.widgettitle {
    color: white;
    font-size: 16px; }

.side-menu > .wrap {
  position: relative;
  overflow: auto;
  padding: 110px 25px 80px 25px;
  height: 100%; }
  .side-menu > .wrap:before {
    content: '';
    display: block;
    padding: 8px;
    margin: 0 auto;
    background: #fff url("images/marketing-stockport-logo.jpg") center center no-repeat;
    background-size: 90%;
    width: 190px;
    height: 60px;
    position: absolute;
    right: 0;
    left: 0;
    top: 34px; }

.side-menu .menu {
  margin-right: -15px;
  margin-left: -15px; }

.side-menu .widget_nav_menu .widget-title {
  padding: 0 15px; }

.side-menu a {
  display: block;
  padding: 10px 25px;
  color: #fff;
  line-height: 1;
  text-decoration: none; }

.side-menu a:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.side-menu .widget li li {
  margin: 0 0 0 20px; }

.side-menu .widget ul > li {
  margin-bottom: 0;
  list-style-type: none; }

.side-menu .widget:last-child {
  margin-bottom: 0; }

.side-menu .widget-title {
  color: #85888d;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase; }

.side-menu input {
  border-radius: 0;
  -webkit-appearance: none; }

.side-menu input[type="search"] {
  padding: 4px 8px;
  font-size: 15px; }

.dashicons.close-icon {
  cursor: pointer;
  position: absolute;
  top: 7px;
  left: 5px;
  width: 30px;
  height: 30px;
  font-size: 30px; }

li .more-nav {
  display: inline-block; }

/*
05 Meta and Comments
---------------------------------------------------------------------------------------------------- */
/* Post Info and Meta */
.entry-meta {
  clear: both;
  line-height: 1.5;
  color: #4d4d4d;
  /*@include rem(font-size, 14px)*/ }

.entry-header .entry-meta {
  margin-bottom: 14px;
  margin-bottom: 1.4rem;
  color: #66c4ed; }

.entry-footer .entry-meta {
  border-top: 1px solid #ccc;
  padding-top: 24px;
  padding-top: 2.4rem; }

.entry-meta .entry-comments {
  background: url(images/post-comments.png) no-repeat center left;
  margin-left: 16px;
  margin-left: 1.6rem;
  padding-left: 20px;
  padding-left: 2rem;
  color: #333; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-time {
  color: #66c4ed; }

/* Comments */
.entry-comments,
#respond {
  line-height: 1.5;
  overflow: hidden; }

.ping-list,
.entry-comments {
  margin-bottom: 48px;
  margin-bottom: 4.8rem; }

.comment-form-author,
.comment-form-email,
.comment-form-url {
  width: 50%; }

.commentmetadata,
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

.comment-form-comment {
  margin: 12px 0;
  margin: 1.2rem 0; }

/*label {
	margin-left: 12px;
	@include rem(margin-left, 12);
}*/
.comment-list li,
.ping-list li {
  list-style-type: none;
  margin-top: 24px;
  margin-top: 2.4rem;
  padding: 32px;
  padding: 3.2rem;
  border-radius: 10px; }

.comment-list li ul li {
  margin-right: -32px;
  margin-right: -3.2rem; }

.comment-header {
  overflow: hidden; }

.comment {
  background-color: whitesmoke;
  border: 1px solid #e6e6e6; }

.comment-content p {
  margin-bottom: 24px;
  margin-bottom: 2.4rem; }

.entry-comments .navigation {
  margin-top: 32px;
  margin-top: 3.2rem; }

.comment-list li .avatar {
  float: left;
  margin: 0 16px 24px 0;
  margin: 0 1.6rem 2.4rem 0;
  border-radius: 8px; }

/*
06 Post Content Styles
---------------------------------------------------------------------------------------------------- */
.entry-content p {
  margin-bottom: 26px;
  margin-bottom: 2.6rem; }

/* After Post */
.after-post {
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  padding: 10px;
  padding: 1rem;
  margin-bottom: 50px;
  margin-bottom: 5rem; }

/* Archives */
.archive .content {
  overflow: auto; }

/* Blockquotes */
blockquote {
  padding: 24px 64px;
  padding: 2.4rem 6.4rem; }

blockquote::before {
  content: "“";
  display: block;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px; }

blockquote::before,
blockquote p {
  color: gray; }

blockquote::before {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 58px;
  line-height: 5.8rem; }

/* Lists */
.entry-content ol,
.entry-content ul {
  margin-bottom: 26px;
  margin-bottom: 2.6rem; }

.entry-content ol li,
.entry-content ul li {
  line-height: 1.625;
  margin-left: 40px;
  margin-left: 4rem; }

.entry-content ol li {
  list-style-type: decimal; }

.entry-content ul li {
  list-style-type: disc; }

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

.featured-adverts {
  padding: 30px 0;
  padding: 3rem 0;
  background: #f7f7f7;
  border-top: 1px solid #f2f2f2; }
  .featured-adverts .one-third:nth-of-type(3n+1) {
    margin-left: 0; }
  .featured-adverts img {
    width: 100%; }

/* After Content Ads*/
.marke-after-content {
  padding: 60px 0 40px 0; }

/* Related Posts */
.related-posts {
  margin-top: 40px; }
  .related-posts h3 {
    border-bottom: 1px solid #ccebf9; }
    .related-posts h3 span.title-wrap {
      display: inline-block;
      background: #e6f5fc;
      color: #0b2552;
      padding: 4px 10px;
      padding: 0.4rem 1rem; }
  .related-posts li {
    list-style-type: none; }
    .related-posts li:nth-of-type(1) {
      margin-left: 0; }
    .related-posts li .news-link {
      text-align: center;
      padding-top: 12px;
      padding-top: 1.2rem; }

/* Site Map */
.page-template-sitemap-page .entry-content ul li {
  margin-left: 0; }

ul.sitemap-articles li {
  float: left;
  width: 40%;
  margin: 0 5% 0 0;
  margin: 0 5% 0 0; }

/* Gutenberg Front End Styles */
/* Font Sizes
---------------------------------------------------------------------------- */
.entry-content p.has-small-font-size {
  font-size: 12px; }

.entry-content p.has-regular-font-size {
  font-size: 16px; }

.entry-content p.has-large-font-size {
  font-size: 20px; }

.entry-content p.has-larger-font-size {
  font-size: 24px; }

/* Drop Caps
---------------------------------------------------------------------------- */
.entry-content p.has-drop-cap:not(:focus)::first-letter {
  margin: 0.02em 0.08em 0 -0.08em; }

.entry-content p.has-larger-font-size.has-drop-cap:not(:focus)::first-letter,
.entry-content p.has-small-font-size.has-drop-cap:not(:focus)::first-letter {
  margin-right: 0.01em; }

/* Headings
---------------------------------------------------------------------------- */
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  color: #f5f5f5; }

/* Color Palette
---------------------------------------------------------------------------- */
.entry-content .has-ms-pink-background-color {
  background-color: #ee3679 !important; }

.entry-content .has-ms-pink-color {
  color: #ee3679 !important; }

.entry-content .has-ms-blue-background-color {
  background-color: #009ce1 !important; }

.entry-content .has-ms-blue-color {
  color: #009ce1 !important; }

.entry-content .has-ms-dark-blue-background-color {
  background-color: #0b2552 !important; }

.entry-content .has-ms-dark-blue-color {
  color: #0b2552 !important; }

.entry-content .has-light-gray-background-color {
  background-color: #f5f5f5 !important; }

.entry-content .has-light-gray-color {
  color: #f5f5f5 !important; }

.entry-content .has-medium-gray-background-color {
  background-color: #999 !important; }

.entry-content .has-medium-gray-color {
  color: #999 !important; }

.entry-content .has-dark-gray-background-color {
  background-color: #333 !important; }

.entry-content .has-dark-gray-color {
  color: #333 !important; }

/* Background Color
---------------------------------------------------------------------------- */
.entry-content p.has-background {
  padding: 25px 30px; }

.entry-content p.has-background.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

.entry-content p.has-text-color a,
.entry-content p.has-background a {
  color: inherit; }

.entry-content p.has-text-color a:focus,
.entry-content p.has-background a:focus,
.entry-content p.has-text-color a:hover,
.entry-content p.has-background a:hover {
  color: inherit;
  text-decoration: none; }

.content p.has-background.light-text a {
  color: #fff;
  text-decoration: underline; }

.content p.has-background.light-text a:focus,
.content p.has-background.light-text a:hover {
  text-decoration: none; }

/* Alignment
---------------------------------------------------------------------------- */
.wp-block-button.alignleft,
.wp-block-cover.alignleft,
.wp-block-image .alignleft {
  margin-right: 2em; }

.wp-block-button.alignright,
.wp-block-cover.alignright,
.wp-block-image .alignright {
  margin-left: 2em; }

.wp-block-image.alignwide,
.wp-block-image.alignfull,
.wp-block-embed.alignwide,
.wp-block-embed.alignfull {
  margin-bottom: 30px; }

.full-width-content .content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw; }

.content-sidebar .content .alignfull,
.sidebar-content .content .alignfull {
  margin: 0 0 2em;
  width: 100%; }

@media only screen and (max-width: 510px) {
  .wp-block-button.alignright {
    float: left;
    margin-left: 0; } }
/* Columns
---------------------------------------------------------------------------- */
.entry-content .wp-block-columns {
  margin-bottom: 30px; }

.entry-content .wp-block-columns.alignfull {
  padding: 0 30px; }

/* Cover Image
---------------------------------------------------------------------------- */
.full-width-content .entry-content .wp-block-cover.alignfull {
  width: 100vw; }

.entry-content .wp-block-cover .wp-block-cover-text {
  font-size: 48px; }

/* Buttons
---------------------------------------------------------------------------- */
.gb-block-cta .gb-button {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600; }

.wp-block-button .wp-block-button__link {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto; }

.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover {
  box-shadow: inset 0 0 200px rgba(230, 230, 230, 0.15); }

/* Button Variations */
.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border: 2px solid currentColor;
  border-radius: 0;
  padding: 13px 28px; }

/* Blockquotes and captions
---------------------------------------------------------------------------- */
.entry-content .wp-block-quote,
.entry-content .wp-block-pullquote {
  border: none;
  margin: 24px 24px 36px; }

.entry-content .wp-block-quote p,
.entry-content .wp-block-pullquote p {
  font-family: "Source Sans Pro", serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 42px; }

.entry-content .wp-block-pullquote p,
.entry-content .wp-block-quote.is-style-large p {
  font-size: 32px; }

.entry-content .wp-block-pullquote.is-style-solid-color p {
  color: #fff;
  margin-bottom: 42px;
  text-align: center; }

.entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #333; }

.entry-content .wp-block-pullquote:not(.is-style-solid-color)[style*="border-color"] {
  border: 2px solid;
  border-left: none;
  border-right: none; }

.entry-content .wp-block-quote cite,
.entry-content .wp-block-pullquote cite {
  color: #666;
  display: block;
  font-family: "Source Sans Pro", serif;
  font-size: 16px;
  font-style: italic;
  margin-top: -25px;
  text-align: inherit;
  text-transform: none; }

.entry-content .wp-block-pullquote cite {
  text-align: center; }

.entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: #fff;
  font-style: italic; }

.entry-content .wp-block-pullquote .has-text-color cite,
.entry-content .wp-block-pullquote .has-text-color p {
  color: currentColor; }

.entry-content .wp-block-audio figcaption,
.entry-content .wp-block-embed figcaption,
.entry-content .wp-block-image figcaption {
  color: #666;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 30px;
  margin-top: 10px; }

/* Category Block
---------------------------------------------------------------------------- */
.entry-content .wp-block-categories,
.entry-content .wp-block-categories ol,
.entry-content .wp-block-categories ul {
  margin-left: 0;
  padding-left: 0; }

.entry-content .wp-block-categories li {
  list-style-type: none; }

.entry-content .wp-block-categories.aligncenter {
  text-align: center; }

.entry-content .wp-block-categories-list.alignfull {
  padding: 0 30px; }

/* Latest Posts Block
---------------------------------------------------------------------------- */
.entry-content .wp-block-latest-posts {
  clear: both;
  margin-left: 0; }

.entry-content .wp-block-latest-posts li {
  list-style-type: none; }

.entry-content .wp-block-latest-posts.aligncenter {
  text-align: center; }

.entry-content .wp-block-latest-posts.alignfull {
  padding: 0 30px; }

/* Atomic Blocks
---------------------------------------------------------------------------- */
.gb-block-post-grid h2 a {
  text-decoration: none; }

@media only screen and (max-width: 510px) {
  .gb-block-container.alignfull::before {
    content: " ";
    display: table; }

  .gb-block-container.alignfull::after {
    clear: both;
    content: " ";
    display: table; } }
/* Other Blocks
---------------------------------------------------------------------------- */
.wp-block-verse,
.wp-block-preformatted {
  font-size: 16px; }

.wp-block-preformatted {
  white-space: pre-wrap; }

hr.wp-block-separator {
  border: none;
  border-top: 1px solid #eee;
  margin: 1.65em auto; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px; }

.wp-block-audio audio {
  display: inline-block;
  width: 100%; }

.entry-content .wp-block-gallery {
  padding-left: 0; }

@media only screen and (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile figure {
    margin-bottom: 20px; } }
/* Page Templates
---------------------------------------------------------------------------- */
.page-template-template-blocks .post-edit-link {
  display: block;
  text-align: center; }

/* Additional content / blocks */
figure.wp-block-embed.is-type-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /*16:9*/ }

figure.wp-block-embed.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Media Queries
---------------------------------------------------------------------------- */
@media only screen and (min-width: 600px) {
  .entry .entry-content .wp-block-columns {
    flex-wrap: nowrap; }

  .entry .entry-content .wp-block-columns[class*="has-"] > * {
    margin-right: 36px;
    margin-left: 0; }

  .entry .entry-content .wp-block-columns[class*="has-"] > *:last-child {
    margin-right: 0; } }
@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0; }

  .entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0; } }
@media only screen and (min-width: 960px) {
  .full-width-content .entry-content .alignwide {
    max-width: 1062px; } }
/*
07 Sidebar
---------------------------------------------------------------------------------------------------- */
.sidebar {
  display: inline;
  line-height: 1.5; }
  .sidebar .widgettitle {
    border-bottom: 1px solid #ccebf9; }
    .sidebar .widgettitle .title-wrap {
      display: inline-block;
      background: #0b2552;
      background: #e6f5fc;
      color: #0b2552;
      padding: 4px 10px;
      padding: 0.4rem 1rem; }

.sidebar .stagi-widget .widgettitle {
  border-bottom: none; }
  .sidebar .stagi-widget .widgettitle .title-wrap {
    padding: 0; }

.sidebar p {
  margin-bottom: 16px;
  margin-bottom: 1.6rem; }

.sidebar .widget {
  margin-bottom: 32px;
  margin-bottom: 3.2rem;
  padding-bottom: 32px;
  padding-bottom: 3.2rem;
  overflow: hidden; }

.sidebar.widget-area ul li {
  list-style-type: none;
  margin-bottom: 6px;
  margin-bottom: 0.6rem;
  word-wrap: break-word; }

.sidebar #text-4 {
  background-color: #0b2552;
  padding: 32px;
  padding: 3.2rem; }
  .sidebar #text-4 .widgettitle {
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #233b63; }
  .sidebar #text-4 input[type="submit"] {
    margin-top: 10px;
    width: 100%; }

.sidebar .single-news {
  overflow: auto;
  clear: both; }

.sidebar .display-posts-listing .listing-item {
  clear: both;
  overflow: auto;
  padding-bottom: 10px;
  padding-bottom: 1rem; }
  .sidebar .display-posts-listing .listing-item a.title {
    font-size: 18px;
    font-size: 1.8rem; }
.sidebar .display-posts-listing a.image img {
  float: left;
  margin-right: 10px;
  margin-right: 1rem; }

/* Single Business Sidebar Related News */
#related-news .widget {
  border-bottom: none; }
#related-news li {
  padding: 12px 0;
  padding: 1.2rem 0;
  overflow: auto;
  clear: both;
  border-bottom: 1px solid #ccc; }
  #related-news li .date {
    font-size: 16px;
    font-size: 1.6rem; }
  #related-news li .title {
    font-size: 16px;
    font-size: 1.6rem; }
  #related-news li img {
    margin-right: 24px; }

/*
08 Sidebar Alt
---------------------------------------------------------------------------------------------------- */
/* SideBar Alt Styles */
/*
09 Footer
---------------------------------------------------------------------------------------------------- */
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  clear: both;
  background-color: #0b2552;
  color: #fff; }

.site-footer .wrap {
  overflow: hidden;
  padding: 22px 0;
  padding: 2.2rem 0; }

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

.site-footer .creds {
  float: none;
  text-align: right; }

.site-footer p {
  text-align: left; }

.site-footer .creds .one-fourth p {
  text-align: left; }

/* Footer Widgets */
.footer-widgets {
  border-top: 1px solid #8592a9;
  background-color: #0b2552;
  color: #fff;
  clear: both;
  line-height: 1.5;
  overflow: hidden;
  padding: 32px 0 16px;
  padding: 3.2rem 0 1.6rem; }
  .footer-widgets p {
    margin-bottom: 16px;
    margin-bottom: 1.6rem; }
  .footer-widgets .widget {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
  .footer-widgets .widget-area ul li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-bottom: 0.6rem;
    word-wrap: break-word;
    display: inline-block;
    margin-right: 40px; }
  .footer-widgets input,
  .footer-widgets textarea {
    border: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-bottom: 10px; }
    .footer-widgets input::-webkit-input-placeholder,
    .footer-widgets textarea::-webkit-input-placeholder {
      color: #fff;
      font-size: 16px; }
    .footer-widgets input:-moz-placeholder,
    .footer-widgets textarea:-moz-placeholder {
      color: #fff;
      font-size: 16px; }
    .footer-widgets input::-moz-placeholder,
    .footer-widgets textarea::-moz-placeholder {
      color: #fff;
      font-size: 16px; }
    .footer-widgets input:-ms-input-placeholder,
    .footer-widgets textarea:-ms-input-placeholder {
      color: #fff;
      font-size: 16px; }

.footer-widgets .wrap > div {
  display: table-cell; }

/* Footer Navigation */
.site-footer #footer-nav .wrap {
  border: none;
  padding: 0; }

.site-footer ul.menu-footer {
  font-size: 13px;
  font-weight: normal; }

.site-footer ul.menu-footer a {
  padding: 0rem .75rem; }

/*********************************************************************************************

            MODULES

**********************************************************************************************/
/*
10 Forms and Buttons
---------------------------------------------------------------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 8px;
  margin-bottom: 0.8rem;
  padding: 16px;
  padding: 1.6rem;
  width: 100%;
  color: gray; }

button,
input[type="button"],
input[type="submit"],
.btn,
.single-property div.property .property_actions ul li a,
.home-video .video-buttons a {
  background: #ee3679;
  border: 1px solid #af0f49;
  text-shadow: 0 -1px 0 #de135d;
  box-shadow: inset 0 1px 0 #f694b8;
  cursor: pointer;
  padding: 12px 18px;
  padding: 1.2rem 1.8rem;
  width: auto;
  color: #fff;
  font-size: inherit; }

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover,
.single-property div.property .property_actions ul li a:hover,
.home-video .video-buttons a:hover {
  background: #f92b76;
  color: #fff; }

.content form li {
  list-style-type: none; }

/*
11 Images and Captions
---------------------------------------------------------------------------------------------------- */
embed,
img,
object,
video {
  max-width: 100%; }

img {
  height: auto; }

.alignleft .avatar {
  margin-right: 24px;
  margin-right: 2.4rem; }

.alignright .avatar {
  margin-left: 24px;
  margin-left: 2.4rem; }

.author-box .avatar {
  float: left;
  margin-right: 24px;
  margin-right: 2.4rem; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  margin: 0 auto 2.4rem; }

img.alignnone {
  display: inline;
  margin-bottom: 12px;
  margin-bottom: 1.2rem; }

img.alignleft,
.post-image,
.wp-caption.alignleft {
  display: inline;
  margin: 0 24px 24px 0;
  margin: 0 2.4rem 2.4rem 0; }

img.alignright,
.wp-caption.alignright {
  display: inline;
  margin: 0 0 24px 24px;
  margin: 0 0 2.4rem 2.4rem; }

p.wp-caption-text {
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 1.2rem; }

.wp-caption {
  text-align: center; }

/*
12 Author Box / Bread Crumbs / Sticky
---------------------------------------------------------------------------------------------------- */
.author-box,
.sticky {
  margin-bottom: 80px;
  margin-bottom: 8rem; }

.author-box,
.taxonomy-description {
  line-height: 1.5; }

.author-box,
.sticky,
.taxonomy-description {
  background-color: #f5f5f5;
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  overflow: hidden;
  padding: 32px;
  padding: 3.2rem; }

.breadcrumb {
  background-color: #f5f5f5;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 10px;
  padding: 1rem; }

/*
13 Widgets/Plugins
---------------------------------------------------------------------------------------------------- */
/* eNews */
.enews input[type="submit"],
.search-form input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Gravity Forms */
.content div.gform_wrapper input,
.content div.gform_wrapper select,
.content div.gform_wrapper textarea,
.content div.gform_wrapper .ginput_complex label {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px;
  padding: 1.6rem; }

.content div.gform_wrapper input[type="submit"] {
  padding: 16px 24px;
  padding: 1.6rem 2.4rem; }

.content div.gform_wrapper .ginput_complex label {
  padding: 0; }

div.gform_wrapper li,
div.gform_wrapper form li {
  margin: 16px 0 0;
  margin: 1.6rem 0 0; }

/*
 * Property Hive Forms
 */
.propertyhive-form .control {
  margin-bottom: 1rem; }
  .propertyhive-form .control::after {
    clear: both;
    content: "";
    display: table; }
  .propertyhive-form .control label {
    display: inline-block;
    padding-right: 15px;
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2); }
    .propertyhive-form .control label:first-child {
      width: 33%; }
  .propertyhive-form .control input[type='text'],
  .propertyhive-form .control input[type='password'],
  .propertyhive-form .control input[type='email'],
  .propertyhive-form .control input[type='number'],
  .propertyhive-form .control textarea,
  .propertyhive-form .control select {
    width: 66%; }
  .propertyhive-form .control select {
    padding: ms(-2);
    color: #333;
    outline: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: normal;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125); }

/**
 * Property Search Form
 */
.property-search-form {
  padding: 24px;
  padding: 2.4rem;
  background: #0094d6;
  border-radius: 3px;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  display: block;
  color: #fff; }
  .property-search-form .control {
    display: block;
    padding: 0;
    margin-bottom: 40px;
    margin-bottom: 4rem; }
    .property-search-form .control label {
      display: block;
      white-space: nowrap; }
    .property-search-form .control input[type='radio'] {
      width: auto; }
    .property-search-form .control select,
    .property-search-form .control input[type='text'],
    .property-search-form .control input[type='email'],
    .property-search-form .control input[type='number'],
    .property-search-form .control input[type='date'] {
      display: block;
      width: 100%;
      height: 44px;
      padding: 0 0.3em; }
  .property-search-form input[type='submit'] {
    margin-top: 1.89em; }

/**
 * Properties
 */
ul.properties {
  margin-left: 0;
  margin-bottom: 0;
  clear: both; }
  ul.properties::after {
    clear: both;
    content: "";
    display: table; }
  ul.properties li.property {
    list-style: none;
    margin-left: 0;
    position: relative; }
    ul.properties li.property .thumbnail,
    ul.properties li.property .details {
      float: none;
      width: 100%; }
    ul.properties li.property .thumbnail {
      margin-bottom: 10px;
      margin-bottom: 1rem; }
      ul.properties li.property .thumbnail img {
        display: block;
        width: 100%; }
    ul.properties li.property .price {
      margin: 0 auto 1em;
      display: block;
      color: #333;
      font-size: 1.2em;
      font-weight: 600; }
    ul.properties li.property .summary {
      margin: 24px 0;
      margin: 2.4rem 0; }
    ul.properties li.property .button {
      margin-bottom: .236em; }

/**
 * Single Property
 */
.single-property div.property {
  position: relative;
  overflow: hidden; }
  .single-property div.property::after {
    clear: both;
    content: "";
    display: table; }
  .single-property div.property h1 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 0; }
  .single-property div.property .price {
    margin: 0 5px;
    margin: 0 0.5rem;
    font-size: 20px;
    font-size: 2rem; }
  .single-property div.property .images,
  .single-property div.property .summary {
    margin-bottom: 40px;
    margin-bottom: 4rem;
    margin-top: 0; }
  .single-property div.property .summary {
    margin: 24px 0;
    margin: 2.4rem 0; }
  .single-property div.property .images {
    position: relative; }
    .single-property div.property .images img {
      margin: 0; }
    .single-property div.property .images .flexslider {
      margin-bottom: 0;
      box-shadow: none; }
    .single-property div.property .images .thumbnails {
      margin: 0;
      padding: 0; }
      .single-property div.property .images .thumbnails::after {
        clear: both;
        content: "";
        display: table; }
      .single-property div.property .images .thumbnails li {
        list-style: none;
        cursor: pointer; }
        .single-property div.property .images .thumbnails li img {
          opacity: .5;
          transition: all 0.2s ease;
          width: 150px;
          height: 150px; }
        .single-property div.property .images .thumbnails li:hover img {
          opacity: 1; }
        .single-property div.property .images .thumbnails li.flex-active-slide img {
          opacity: 1; }
  .single-property div.property .price {
    font-weight: 600; }
  .single-property div.property .property_meta {
    font-size: ms(-1);
    padding-top: 1em;
    font-size: ms(1); }
  .single-property div.property .property_actions {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
    .single-property div.property .property_actions ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .single-property div.property .property_actions ul::after {
        clear: both;
        content: "";
        display: table; }
      .single-property div.property .property_actions ul li {
        float: left;
        margin: 0 16px 5px 0;
        margin: 0 1.6rem 0.5rem 0; }
.single-property .pp_inline {
  padding: ms(0); }
  .single-property .pp_inline form {
    margin: 0; }
  .single-property .pp_inline label {
    padding-top: 0; }
  .single-property .pp_inline .control {
    margin-bottom: ms(0); }
    .single-property .pp_inline .control::after {
      clear: both;
      content: "";
      display: table; }

.alert {
  padding: ms(0);
  margin-bottom: ms(0);
  color: #FFF; }
  .alert.alert-success {
    background: #090; }
  .alert.alert-danger {
    background: #900; }

.propertyhive-message,
.propertyhive-info,
.propertyhive-error,
p.no-comments {
  padding: 1em ms(3);
  margin-bottom: ms(5);
  background-color: #ee3679;
  margin-left: 0;
  border-radius: 2px;
  color: #fff;
  clear: both;
  border-left: ms(-2) solid rgba(0, 0, 0, 0.15); }
  .propertyhive-message::after,
  .propertyhive-info::after,
  .propertyhive-error::after,
  p.no-comments::after {
    clear: both;
    content: "";
    display: table; }
  .propertyhive-message a,
  .propertyhive-info a,
  .propertyhive-error a,
  p.no-comments a {
    color: #fff; }
    .propertyhive-message a:hover,
    .propertyhive-info a:hover,
    .propertyhive-error a:hover,
    p.no-comments a:hover {
      color: #fff;
      opacity: 0.7; }
    .propertyhive-message a.button:hover,
    .propertyhive-info a.button:hover,
    .propertyhive-error a.button:hover,
    p.no-comments a.button:hover {
      opacity: 1; }
  .propertyhive-message .button,
  .propertyhive-info .button,
  .propertyhive-error .button,
  p.no-comments .button {
    float: right;
    padding: 0;
    background: none;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, 0.25) !important;
    border-radius: 0; }
    .propertyhive-message .button:hover,
    .propertyhive-info .button:hover,
    .propertyhive-error .button:hover,
    p.no-comments .button:hover {
      background: none;
      color: #fff;
      opacity: 0.7; }
  .propertyhive-message pre,
  .propertyhive-info pre,
  .propertyhive-error pre,
  p.no-comments pre {
    background-color: rgba(0, 0, 0, 0.1); }

.propertyhive-ordering {
  margin-bottom: 20px;
  margin-bottom: 2rem; }
  .propertyhive-ordering select {
    width: auto;
    padding: ms(-2) 0.3em;
    padding: 8px 20px;
    padding: 0.8rem 2rem; }

.propertyhive-pagination {
  text-align: center;
  border: 0;
  clear: none;
  padding: 0;
  margin-bottom: 0;
  font-size: 1.3em; }
  .propertyhive-pagination li {
    margin: 0 ms(-6); }

.propertyhive-map-canvas-wrapper {
  clear: both; }

.honeycomb-full-width-content .propertyhive-tabs .panel {
  margin-bottom: 40px;
  margin-bottom: 4rem; }

.propertyhive-tabs {
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem; }
  .propertyhive-tabs::after {
    clear: both;
    content: "";
    display: table; }
  .propertyhive-tabs ul.tabs li:after {
    content: "\f105"; }
  .propertyhive-tabs ul.tabs li.active:after {
    right: 1em; }
  .propertyhive-tabs .panel {
    margin-top: 0; }

@media only screen and (max-width: 1024px) {
  .property-search-form,
  .propertyhive-form {
    display: block !important; }

  .property-search-form .control,
  .propertyhive-form .control {
    display: block !important; } }
/*
14 Homepages
---------------------------------------------------------------------------------------------------- */
/*
	Homepage
*/
.home-header-ads {
  text-align: center; }

.home-video {
  padding: 180px 0 12px 0;
  padding: 18rem 0 1.2rem 0;
  background-color: #000D11;
  background-image: url("images/stockport-viaduct.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative; }
  .home-video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(11, 37, 82, 0.8); }
  .home-video h1 {
    color: #fff;
    text-align: center;
    font-family: "din-round-regular", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    text-shadow: 0 2px 3px rgba(0, 13, 17, 0.75);
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    border-left: none;
    text-transform: uppercase; }
  .home-video .video-buttons {
    text-align: center;
    margin: 60px 0;
    margin: 6rem 0; }
    .home-video .video-buttons .hero-button {
      display: inline-block;
      text-align: center;
      min-width: 17.3611111111%; }
    .home-video .video-buttons img {
      display: block;
      margin: 0 auto; }
    .home-video .video-buttons a {
      background: rgba(238, 54, 121, 0.8);
      display: block;
      margin: 0 3px;
      padding: 8px 24px;
      padding: 0.8rem 2.4rem;
      font-size: 24px;
      font-size: 2.4rem;
      font-family: "din-round-regular", "Helvetica Neue", Helvetica, "Roboto", Arial, sans-serif;
      color: #cccccc;
      border-color: #000D11;
      text-shadow: 0 2px 3px rgba(0, 13, 17, 0.75); }
      @media only screen and (max-width: 768px) {
        .home-video .video-buttons a {
          display: block; } }
      .home-video .video-buttons a .video-link-title {
        color: #fff; }
      .home-video .video-buttons a .video-link-tagline {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        font-family: Georgia, "Times New Roman", Times, serif;
        text-shadow: none;
        font-style: italic; }
      .home-video .video-buttons a:hover {
        color: #fff;
        transform: translate3d(0px, 1px, 6px);
        border-color: #d6316d; }
  .home-video a.find-out-more {
    display: block;
    text-align: center;
    width: auto;
    margin: 0 auto;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6); }
    .home-video a.find-out-more i {
      font-size: 42px;
      font-size: 4.2rem; }

/* Categories Tabs
--------------------------------------------- */
.category-tabs {
  position: relative;
  width: 100%; }
  .category-tabs ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 0; }
    .category-tabs ul.tabs:before {
      content: 'Featured Categories';
      display: block;
      position: absolute;
      color: #000D11;
      z-index: 20;
      right: 20px;
      bottom: 80px; }
  .category-tabs ul.tabs-nav {
    bottom: 20px;
    margin: 0 0 0 40px;
    position: absolute;
    right: 25px;
    z-index: 9;
    background-color: #009ce1; }
    @media only screen and (max-width: 768px) {
      .category-tabs ul.tabs-nav {
        right: 0;
        margin: 0;
        bottom: 40px; } }
    .category-tabs ul.tabs-nav li.current {
      background: #ee3679; }
  .category-tabs ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
    .category-tabs ul.tabs li:hover {
      background: #ee3679; }
  .category-tabs .tab-content {
    display: none;
    background: #ededed;
    padding: 15px;
    min-height: 400px;
    background: none;
    border: none;
    color: #fff;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative; }
    .category-tabs .tab-content img {
      position: absolute; }
    .category-tabs .tab-content h2 a {
      background: rgba(11, 37, 82, 0.8);
      color: #fff;
      display: inline-block;
      font-weight: 400;
      line-height: 1.2;
      padding: 16px;
      position: relative;
      font-size: 20px;
      font-size: 2rem;
      margin: 5px;
      margin: 0.5rem;
      z-index: 9; }
  .category-tabs .tab-content.current {
    display: inherit; }

.latest-post {
  padding: 70px 0 35px 0;
  padding: 7rem 0 3.5rem 0; }

.news-posts {
  padding: 35px 0 40px;
  padding: 3.5rem 0 4rem; }
  .news-posts .latest-news {
    overflow: auto; }
  .news-posts .single-news {
    margin-bottom: 20px;
    position: relative; }
    .news-posts .single-news img.alignleft {
      margin-bottom: 12px;
      margin-bottom: 1.2rem; }
    .news-posts .single-news h3,
    .news-posts .single-news p,
    .news-posts .single-news a.read-more {
      line-height: 20px;
      line-height: 2rem; }
    .news-posts .single-news p.single-news__cats {
      margin-bottom: 5px;
      position: absolute;
      top: 0;
      left: 0; }
      .news-posts .single-news p.single-news__cats a {
        color: #292669;
        text-transform: uppercase;
        background: #fff;
        font-weight: 700;
        padding: 5px 12px;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 18px; }
    .news-posts .single-news h3 a {
      font-size: 18px;
      font-size: 1.8rem; }
  .news-posts .single-news.one-third:nth-child(3n+1) {
    margin-left: 0;
    clear: both; }

.split-content {
  overflow: auto; }
  .split-content .featured-business-img img {
    display: block;
    margin: 48px auto 24px auto;
    margin: 4.8rem auto 2.4rem auto; }
  .split-content .one-half {
    position: relative; }
  .split-content h4 {
    color: #ee3679;
    display: inline-block;
    background: #fff;
    padding: 8px 12px;
    padding: 0.8rem 1.2rem;
    position: absolute;
    top: 0;
    left: 0; }
  .split-content h3 a {
    display: inline-block;
    color: #fff;
    padding: 8px 12px;
    padding: 0.8rem 1.2rem;
    position: absolute;
    top: 60px;
    left: 0;
    max-width: 70%; }

.bottom-split-content {
  padding-top: 60px;
  overflow: auto; }
  .bottom-split-content ul li {
    list-style-type: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e6e6; }
    .bottom-split-content ul li a.other-news__cats {
      color: #292669;
      text-transform: uppercase;
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 18px; }

.property-search {
  margin-bottom: 140px; }

/* 
	Members Page
*/
#membership-plans-table {
  overflow: auto;
  margin-bottom: 40px; }
  #membership-plans-table .one-fourth {
    box-sizing: border-box;
    padding: 15px 15px 30px 10px;
    background-color: #f3f5f7;
    border: 1px solid #ddd;
    text-align: center; }
  #membership-plans-table h3 {
    color: #ee3679; }
  #membership-plans-table ul {
    text-align: left;
    margin-bottom: 20px; }
    #membership-plans-table ul li {
      list-style: none;
      position: relative;
      padding: 10px 0 10px 22px;
      font-size: 13px;
      font-size: 1.3rem;
      border-bottom: 1px dotted #b5b9bb; }
      #membership-plans-table ul li:before {
        position: absolute;
        left: 0;
        top: 6px;
        font-family: 'Font Awesome 5 Free';
        content: '\f058';
        font-weight: 900;
        font-style: normal;
        color: #009ce1;
        font-size: 18px;
        font-size: 1.8rem; }

/*
	 Business Pages
*/
.businesses .entry-header {
  overflow: auto;
  padding: 24px 0 12px 0;
  padding: 2.4rem 0 1.2rem 0;
  margin-bottom: 30px; }
  .businesses .entry-header h1.entry-title {
    color: #009ce1; }

.business-page .businesses .entry-header {
  overflow: auto;
  padding: 0px;
  padding: 0rem;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #d0d5d7; }
  .business-page .businesses .entry-header .entry-title {
    color: #009ce1;
    float: left; }

.business-logos .one-fourth .entry-content a {
  display: block;
  position: relative;
  height: 230px;
  padding-top: 20px; }
  .business-logos .one-fourth .entry-content a span {
    display: block;
    height: 190px;
    margin: 0 20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
  .business-logos .one-fourth .entry-content a:after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 156, 225, 0.1);
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }
  .business-logos .one-fourth .entry-content a:hover:after {
    opacity: 1; }

.business-header, .business-meta {
  overflow: auto;
  padding: 20px 20px 12px 20px;
  padding: 2rem 2rem 1.2rem 2rem;
  background-color: #f9fafb;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  border: 1px solid #e8ecee; }
  .business-header .business-logo, .business-meta .business-logo {
    text-align: center; }
    .business-header .business-logo img, .business-meta .business-logo img {
      background: #fff;
      padding: 24px;
      padding: 2.4rem;
      border: 1px solid #e5e9ec;
      margin: -3px 24px 0 0;
      margin: -0.3rem 2.4rem 0 0; }

.business-link {
  padding-top: 40px; }

.business-meta {
  clear: both;
  background-color: #fcfdfd; }
  .business-meta h3.business-summary {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem; }
  .business-meta h4 {
    margin-bottom: 5px; }
  .business-meta span.weblink {
    display: block; }
  .business-meta a.btn, .business-meta .single-property div.property .property_actions ul li a, .single-property div.property .property_actions ul li .business-meta a, .business-meta .home-video .video-buttons a, .home-video .video-buttons .business-meta a {
    display: inline-block;
    padding: 5px 10px;
    padding: 0.5rem 1rem;
    margin: 8px auto 8px auto;
    text-align: center;
    width: auto; }
  .business-meta .connect i {
    margin-right: 8px;
    line-height: 20px;
    line-height: 2rem;
    font-size: 20px;
    font-size: 2rem; }
  .business-meta .one-half {
    padding-bottom: 12px; }
  .business-meta .address-block {
    clear: both;
    padding-top: 12px;
    padding-top: 1.2rem;
    border-top: 1px solid #e8ecee; }

.key-people {
  overflow: auto; }
  .key-people .one-third {
    padding-bottom: 30px; }
    .key-people .one-third:nth-of-type(3n+1) {
      margin-left: 0;
      clear: left; }
    .key-people .one-third img {
      display: block;
      margin-bottom: 10px; }
  .key-people h4, .key-people p {
    margin-bottom: 5px; }

.business-gallery {
  margin-top: 40px;
  overflow: auto;
  padding: 30px;
  padding: 3rem;
  background-color: #E2E7EA;
  margin-bottom: 30px;
  border: 1px solid #d0d5d7; }
  .business-gallery .one-half:nth-of-type(2n+1) {
    margin: 0; }

.tax-businesses-categories .businesses .entry-header {
  padding: 10px 30px 0 30px;
  padding: 1rem 3rem 0 3rem; }

/*
	Business Archive with Isotope
	
*/
/* # Filterable business
---------------------------------------------------------------------------------------------------- */
.post-type-archive-businesses .archive-description {
  overflow: hidden; }

ul.filter {
  color: #999;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
  padding-bottom: 1rem;
  overflow: auto;
  text-align: center; }

ul.filter li {
  display: inline-block; }

ul.filter li:first-child {
  margin-left: 0; }

ul.filter a {
  color: #009ce1;
  display: block;
  padding: 5px 10px 0px 10px;
  padding: 0.5rem 1rem 0rem 1rem;
  text-decoration: none;
  border-bottom: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  border-bottom: 4px solid #fff; }

ul.filter a:hover, ul.filter a.active {
  border-bottom: 4px solid #ee3679;
  color: #ee3679; }

.filterable-business {
  margin-left: -2rem;
  margin-left: -20px; }

.business-item {
  float: left;
  margin-bottom: 2rem;
  margin-bottom: 40px;
  margin-left: 2rem;
  margin-left: 20px;
  position: relative;
  width: 23%;
  height: 200px; }

.business-item a {
  text-indent: -9999px;
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.business-overlay {
  color: #fff;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.business-item img:hover + .business-overlay, .business-overlay:hover {
  opacity: 1; }

.business-overlay h3 {
  font-weight: bold;
  margin: 0;
  width: 100%;
  padding: 5px 7px;
  text-transform: uppercase;
  color: #fff; }

.clearfix {
  clear: both; }

/*-----------------------------------------------------------------------------------*
/* = Isotope CSS Animations
/*-----------------------------------------------------------------------------------*/
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.filterable-business-page .content .entry-header {
  margin-bottom: 1rem;
  margin-bottom: 10px; }

.filterable-business-page .content .entry-title {
  margin-bottom: 3rem;
  margin-bottom: 30px; }

@media only screen and (max-width: 1179px) {
  .business-item {
    width: 22%; } }
@media only screen and (max-width: 1023px) {
  .business-item {
    width: 30%; } }
@media only screen and (max-width: 500px) {
  .business-item {
    width: 100%; } }
/* News pages and archives */
.news h2.entry-title {
  line-height: 26px;
  line-height: 2.6rem; }
  .news h2.entry-title a {
    font-size: 22px;
    font-size: 2.2rem; }
    .news h2.entry-title a:hover {
      color: #ee3679; }
.news .more-link {
  display: block; }

/* Trading Businesses */
.trading-wrap {
  margin-bottom: 40px; }
  .trading-wrap h3 {
    margin-top: 40px;
    margin-bottom: 8px; }
  .trading-wrap ul {
    margin-bottom: 48px; }
    .trading-wrap ul li {
      list-style-type: none; }

/* Custom Blocks styles */
.dashed-left-border .kt-inside-inner-col {
  border-left-style: dashed; }

.bullet-headline-list ul {
  list-style-type: none; }
  .bullet-headline-list ul li {
    margin-bottom: 28px;
    padding-left: 30px;
    position: relative; }
    .bullet-headline-list ul li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: calc(50% - 10px);
      width: 16px;
      height: 16px;
      background: rgba(51, 51, 51, 0.6); }

/*
14 Slider
---------------------------------------------------------------------------------------------------- */
/* Slider */
#gold-slides {
  min-height: 120px; }
  #gold-slides a {
    padding: 10px; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  text-align: center;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block;
    padding: 7px 0; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "fontAwesome";
    font-size: 30px;
    line-height: 1;
    color: #009ce1;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -45px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -45px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -45px; }
  [dir="rtl"] .slick-next {
    left: -45px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/*
		Gold Members Slider 
	*/
.gold-slider .slick-list a {
  display: table-cell;
  width: 100%;
  height: 100px;
  height: 10rem;
  text-align: center;
  vertical-align: middle; }
.gold-slider .item img {
  display: block;
  width: auto;
  margin: 0 auto;
  max-height: 100px; }

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