/*
Theme Name: This is Clapham
Theme URI: http://underscores.me/
Author: Champion Agency
Author URI: http://thechampionagency.com
Description: Custom theme for Clapham Business Improvement District
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sw4
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This is Clapham is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: none;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'nexa';
    src: url('fonts/nexa_light-webfont.eot');
    src: url('fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nexa_light-webfont.woff2') format('woff2'), url('fonts/nexa_light-webfont.woff') format('woff'), url('fonts/nexa_light-webfont.ttf') format('truetype'), url('fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa';
    src: url('fonts/nexa_bold-webfont.eot');
    src: url('fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nexa_bold-webfont.woff2') format('woff2'), url('fonts/nexa_bold-webfont.woff') format('woff'), url('fonts/nexa_bold-webfont.ttf') format('truetype'), url('fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: bold;
    font-style: bold;
}

body,
button,
input,
select,
textarea {
    color: #404040;
    font-size: 14px;
    line-height: 1.3;
    font-family: 'nexa', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin: 0 0 0.6em 0;
    max-width: 768px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: solid 3px #6D6E70;
    border-radius: 36px;
    background: #6D6E70;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0.6em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background: #000;
    border: solid 3px #000;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 3px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

fieldset.searchbox {
    margin: 0;
    padding: 0;
}

.searchfield {
    margin: 0 6px 0 0;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #6d6e70;
}

a:visited {
    color: #6d6e70;
}

a:hover,
a:focus,
a:active {
    color: #5b338e;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
    text-align: center;
}

.main-navigation li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: bold;
    padding: 7px 0 10px 0;
}

.main-navigation li.current-menu-item a,
.main-navigation li.current-page-ancestor a {
    color: #e17c00;
}

.main-navigation li a {
    display: block;
    text-decoration: none;
    line-height: 1em;
    border-right: 2px solid #6d6e70;
    padding: 0 7px;
}

.main-navigation li:first-child a {
    padding-left: 0;
}

.main-navigation li:last-child a {
    padding-right: 0;
}

.main-navigation li:last-child a {
    border-right: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul ul li {}

.main-navigation li:hover>a,
.main-navigation li.focus>a {}

.main-navigation ul ul :hover>a,
.main-navigation ul ul .focus>a {}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a {}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: inline-block;
    margin: 0.6em auto 0 auto;
}

.menu-toggle {
    border: 0;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
    padding-left: 30px;
    background-image: url(images/menu.png);
    background-repeat: no-repeat;
    border-radius: 0;
    background-position: 0 12px;
    opacity: 0.8;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.menu-toggle:hover,
.menu-toggle:focus,
.menu-toggle:active {
    border: 0;
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 1.3em;
    padding-left: 30px;
    background-image: url(images/menu.png);
    background-repeat: no-repeat;
    border-radius: 0;
    background-position: 0 12px;
    opacity: 0.8;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 1.5em 0 0 0;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 1.5em;
}


/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}


/* Search widget. */

.widget_search .search-submit {
    display: none;
}

.header-area .widget {
    margin: 0;
    DISPLAY: INLINE-BLOCK;
    vertical-align: top;
}


/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.header-area form.search {
    display: inline-block;
    float: right;
}

#wrap {
    max-width: 1600px;
    width: 92%;
    margin: 10px auto;
}

#masthead {
    margin: 28px 0;
}

.site-branding {
    width: 25%;
    margin: 0 0 28px 37.5%;
    display: inline-block;
}

.header-area {
    width: 37%;
    display: inline-block;
    text-align: right;
    float: right;
}

.header-area #searchsubmit {
    margin: 0 0 0 -46px;
    height: 28px;
}

.search-form {
    FLOAT: RIGHT;
    PADDING: 0 6PX 13PX 0;
}

.search-field {
    background-color: transparent;
    background-image: url(images/search.png);
    background-position: 0 center;
    background-repeat: no-repeat;
    border: none !important;
    cursor: pointer;
    height: 36px;
    margin: 0;
    padding: 0 0 0 36px !important;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.search-field:focus {
    cursor: text;
    outline: 0;
    width: 130px;
    text-indent: 5px;
    background-color: #f2f3f3;
    -webkit-border-top-left-radius: 36px;
    -webkit-border-bottom-left-radius: 36px;
    -moz-border-radius-topleft: 36px;
    -moz-border-radius-bottomleft: 36px;
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
}

.search-submit {
    display: none;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

.basket-icon a {
    background-color: #4c4c4c;
    border-radius: 36px;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 9px;
    display: inline-block;
    margin: 0 0 0 4px;
}

.basket-icon a:hover {
    background-color: #666666;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
    background-color: #e1e0e0;
    padding: 28px 28px 22px 28px;
    margin: 36px 0 0 0;
    line-height: 36px;
}

.footer-widgets {
    float: left;
    display: inline-block;
}

.footer-widgets .widget {
    float: left;
    display: inline-block;
    margin: 0 6px 0 0;
}

.site-info {
    float: right;
}

.menu-footer-container {
    display: inline;
}

.menu-footer-container ul {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

.menu-footer-container ul li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

.menu-footer-container ul li a {
    text-decoration: none;
}

.menu-footer-container ul li a:hover {
    color: #fff;
}

.menu-footer-container ul li:after {
    content: "//";
    padding: 0 10px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#main {
    overflow: hidden;
}

@media (min-width:662px) {
    .row {
        clear: both;
        width: 102%;
        margin: 0 -1%;
        overflow: hidden;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .col-6-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 13.5%;
        flex: 0 0 13.5%;
        max-width: 13.5%;
        width: 13.5%;
        margin: 0 0.5% 25px 1%;
        float: left;
        overflow: visible;
    }
    .col-3-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
        flex: 0 0 31.3333333333%;
        max-width: 31.3333333333%;
        width: 31.3%;
        margin: 0 1% 25px 1%;
        float: left;
        overflow: visible;
    }
    .col-3-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.66666666666%;
        flex: 0 0 64.6666666666666%;
        max-width: 64.6%;
        margin: 0 1% 25px 1%;
        float: left;
        overflow: visible;
    }
    .col-3-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.66666666666%;
        flex: 0 0 64.6666666666666%;
        max-width: 64.6%;
        margin: 0 1% 25px 1%;
        float: left;
        overflow: visible;
    }
    .col-3-2-fix {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 64.66666666666%;
        flex: 0 0 64.6666666666666%;
        width: 64.6%;
        margin: 0 1% 25px 1%;
        float: left;
        overflow: visible;
    }
    .col-3-2-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666666666%;
        flex: 0 0 66.6666666666666%;
        width: 66%;
        margin: 0;
        float: left;
        overflow: visible;
    }
    .col-2-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.8%;
        flex: 0 0 47.8%;
        width: 47.8%;
        margin: 0 1.1% 25px 1%;
        float: left;
        overflow: visible;
    }
    .col-1-1 {
        width: 97.8%;
        margin: 0 1.1% 25px 1.1%;
        float: left;
        overflow: visible;
        clear: both;
    }
    .full-page {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 97.8%;
        flex: 0 0 97.8%;
        width: 97.8%;
        margin: 0 1.1% 25px 1.1%;
        clear: both;
    }
}

.item {
    width: 100%;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E7E7E8;
    overflow: visible;
    height: 100%;
}

.item2 {
    width: 100%;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E7E7E8;
    overflow: visible;
    padding: 0 28px 28px 28px;
}

.item3 {
    width: 100%;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E7E7E8;
    overflow: visible;
    margin-top: 28px;
    padding: 0 28px 28px 28px;
}

.item3 h1.item-header {
    magin-left: -14px;
}

.col-4-1 {
    width: 23%;
    margin: 0 1% 25px 1%;
    float: left;
    display: inline-block;
    overflow: visible;
}

.col-4-1 .col-1 {
    width: 100%;
    margin-bottom: 25px;
    display: block;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E7E7E8;
    overflow: visible;
    height: 400px;
}

.screenmax {
    max-width: 736px;
    margin: 0 auto;
}

.page-image {
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #e17c00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f2f3f3;
    overflow: visible;
}

.page-image img {
    display: block;
}

.fixmatch {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.matchto {
    width: 100%;
    height: 0;
    padding-bottom: 121%;
    overflow: hidden;
    position: relative;
}

.slide-image {
    width: 100%;
    height: 0;
    padding-bottom: 63.3%;
    overflow: hidden;
    position: relative;
}

.sw4box {
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #E7E7E8;
    overflow: visible;
    padding: 0 15px 30px;
}

.sw4box .boxheader {
    position: absolute;
    top: -29px;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    height: 1em;
    overflow: hidden;
    margin: 0.67em 0;
}

.boxheader+p {
    margin-top: 15px;
}

.sw4box.background-mint {
    border-bottom: solid 28px #00a09a;
    background-color: #acd6be;
}

.sw4box.background-skyblue {
    border-bottom: solid 28px #662382;
    background-color: #41b1cd;
}

.sw4box.background-yellow {
    border-bottom: solid 28px #662382;
    background-color: #eee838;
}

.bdr-olive {
    border-bottom-color: #677248!important;
}

.bdr-stone {
    border-bottom-color: #92846e!important;
}

.bdr-purple {
    border-bottom-color: #662382!important;
}

.bdr-teal {
    border-bottom-color: #00a09a!important;
}

.bdr-skyblue {
    border-bottom-color: #41b1cd!important;
}

.bdr-mint {
    border-bottom-color: #acd6be!important;
}

.bdr-deeppurple {
    border-bottom-color: #441e4c!important;
}

.bdr-orange {
    border-bottom-color: #e17c00!important;
}

.bdr-olive {
    border-bottom-color: #677248!important;
}

.bdr-stone {
    border-bottom-color: #92846e!important;
}

.bdr-lightblue {
    border-bottom-color: #71cfeb!important;
}

.bdr-coralgreen {
    border-bottom-color: #33d9c2!important;
}

.bdr-coralpink {
    border-bottom-color: #ff485b!important;
}

.bdr-yellow {
    border-bottom-color: #eee838!important;
}

.bdr-grey {
    border-bottom-color: #e1e0e0!important;
}

.bdr-stone a:hover {
    color: #92846e!important;
}

.bdr-purple a:hover {
    color: #662382!important;
}

.bdr-teal a:hover {
    color: #00a09a!important;
}

.bdr-skyblue a:hover {
    color: #41b1cd!important;
}

.bdr-mint a:hover {
    color: #acd6be!important;
}

.bdr-deeppurple a:hover {
    color: #441e4c!important;
}

.bdr-orange a:hover {
    color: #e17c00!important;
}

.bdr-olive a:hover {
    color: #677248!important;
}

.bdr-stone a:hover {
    color: #92846e!important;
}

.bdr-lightblue a:hover {
    color: #71cfeb!important;
}

.bdr-coralgreen a:hover {
    color: #33d9c2!important;
}

.bdr-coralpink a:hover {
    color: #ff485b!important;
}

.bdr-yellow a:hover {
    color: #eee838!important;
}

.bdr-grey a:hover {
    color: #e1e0e0!important;
}

.bdr-rotate:nth-child(1) .item a:hover {
    color: #eee838!important;
}

.bdr-rotate:nth-child(2) .item a:hover {
    color: #ff485b!important;
}

.bdr-rotate:nth-child(3) .item a:hover {
    color: #41b1cd!important;
}

.bdr-rotate:nth-child(4) .item a:hover {
    color: #acd6be!important;
}

.bdr-rotate:nth-child(5) .item a:hover {
    color: #662382!important;
}

.bdr-rotate:nth-child(6) .item a:hover {
    color: #e17c00!important;
}

.bdr-rotate:nth-child(7) .item a:hover {
    color: #00a09a!important;
}

.bdr-rotate:nth-child(8) .item a:hover {
    color: #92846e!important;
}

.bdr-rotate:nth-child(9) .item a:hover {
    color: #33d9c2!important;
}

.bdr-rotate:nth-child(10) .item a:hover {
    color: #441e4c!important;
}

.bdr-rotate:nth-child(11) .item a:hover {
    color: #71cfeb!important;
}

.bdr-rotate:nth-child(12) .item a:hover {
    color: #677248!important;
}

.bdr-rotate:nth-child(13) .item a:hover {
    color: #677248!important;
}

.bdr-rotate:nth-child(14) .item a:hover {
    color: #e1e0e0!important;
}

.bdr-rotate:nth-child(15) .item a:hover {
    color: #677248!important;
}

.bdr-rotate:nth-child(16) .item a:hover {
    color: #92846e!important;
}

.bdr-rotate:nth-child(17) .item a:hover {
    color: #662382!important;
}

.bdr-rotate:nth-child(18) .item a:hover {
    color: #00a09a!important;
}

.bdr-rotate:nth-child(19) .item a:hover {
    color: #41b1cd!important;
}

.bdr-rotate:nth-child(20) .item a:hover {
    color: #acd6be!important;
}

.bdr-rotate:nth-child(21) .item a:hover {
    color: #441e4c!important;
}

.bdr-rotate:nth-child(22) .item a:hover {
    color: #e17c00!important;
}

.bdr-rotate:nth-child(23) .item a:hover {
    color: #677248!important;
}

.bdr-rotate:nth-child(24) .item a:hover {
    color: #92846e!important;
}

.bdr-rotate:nth-child(25) .item a:hover {
    color: #71cfeb!important;
}

.bdr-rotate:nth-child(26) .item a:hover {
    color: #33d9c2!important;
}

.bdr-rotate:nth-child(27) .item a:hover {
    color: #ff485b!important;
}

.bdr-rotate:nth-child(28) .item a:hover {
    color: #eee838!important;
}

.bdr-rotate:nth-child(29) .item a:hover {
    color: #e1e0e0!important;
}

.bdr-rotate:nth-child(1) .item {
    border-bottom-color: #eee838!important;
}

.bdr-rotate:nth-child(2) .item {
    border-bottom-color: #ff485b!important;
}

.bdr-rotate:nth-child(3) .item {
    border-bottom-color: #41b1cd!important;
}

.bdr-rotate:nth-child(4) .item {
    border-bottom-color: #acd6be!important;
}

.bdr-rotate:nth-child(5) .item {
    border-bottom-color: #662382!important;
}

.bdr-rotate:nth-child(6) .item {
    border-bottom-color: #e17c00!important;
}

.bdr-rotate:nth-child(7) .item {
    border-bottom-color: #00a09a!important;
}

.bdr-rotate:nth-child(8) .item {
    border-bottom-color: #92846e!important;
}

.bdr-rotate:nth-child(9) .item {
    border-bottom-color: #33d9c2!important;
}

.bdr-rotate:nth-child(10) .item {
    border-bottom-color: #441e4c!important;
}

.bdr-rotate:nth-child(11) .item {
    border-bottom-color: #71cfeb!important;
}

.bdr-rotate:nth-child(12) .item {
    border-bottom-color: #677248!important;
}

.bdr-rotate:nth-child(13) .item {
    border-bottom-color: #677248!important;
}

.bdr-rotate:nth-child(14) .item {
    border-bottom-color: #e1e0e0!important;
}

.bdr-rotate:nth-child(15) .item {
    border-bottom-color: #677248!important;
}

.bdr-rotate:nth-child(16) .item {
    border-bottom-color: #92846e!important;
}

.bdr-rotate:nth-child(17) .item {
    border-bottom-color: #662382!important;
}

.bdr-rotate:nth-child(18) .item {
    border-bottom-color: #00a09a!important;
}

.bdr-rotate:nth-child(19) .item {
    border-bottom-color: #41b1cd!important;
}

.bdr-rotate:nth-child(20) .item {
    border-bottom-color: #acd6be!important;
}

.bdr-rotate:nth-child(21) .item {
    border-bottom-color: #441e4c!important;
}

.bdr-rotate:nth-child(22) .item {
    border-bottom-color: #e17c00!important;
}

.bdr-rotate:nth-child(23) .item {
    border-bottom-color: #677248!important;
}

.bdr-rotate:nth-child(24) .item {
    border-bottom-color: #92846e!important;
}

.bdr-rotate:nth-child(25) .item {
    border-bottom-color: #71cfeb!important;
}

.bdr-rotate:nth-child(26) .item {
    border-bottom-color: #33d9c2!important;
}

.bdr-rotate:nth-child(27) .item {
    border-bottom-color: #ff485b!important;
}

.bdr-rotate:nth-child(28) .item {
    border-bottom-color: #eee838!important;
}

.bdr-rotate:nth-child(29) .item {
    border-bottom-color: #e1e0e0!important;
}

.project-category-promote .item {
    border-bottom-color: #e17c00!important;
}

.project-category-safe .item {
    border-bottom-color: #ff485b!important;
}

.project-category-connect .item {
    border-bottom-color: #41b1cd!important;
}

.project-category-enhance .item {
    border-bottom-color: #00a09a!important;
}

.project-category-promote .item a:hover {
    color: #eee838!important;
}

.project-category-safe .item a:hover {
    color: #ff485b!important;
}

.project-category-connect .item a:hover {
    color: #41b1cd!important;
}

.project-category-enhance .item a:hover {
    color: #00a09a!important;
}

h2.project-title {
    font-size: 1em;
}

.project-category-promote h2.project-title {
    color: #e17c00!important;
}

.project-category-safe h2.project-title {
    color: #ff485b!important;
}

.project-category-connect h2.project-title {
    color: #41b1cd!important;
}

.project-category-enhance h2.project-title {
    color: #00a09a!important;
}

.project-category-promote .item-header a {
    color: #e17c00!important;
    text-decoration: none;
}

.project-category-safe .item-header a {
    color: #ff485b!important;
    text-decoration: none;
}

.project-category-connect .item-header a {
    color: #41b1cd!important;
    text-decoration: none;
}

.project-category-enhance .item-header a {
    color: #00a09a!important;
    text-decoration: none;
}

.project-category-promote .page-image,
.project-category-promote .newsitem {
    border-bottom-color: #e17c00!important;
}

.project-category-safe .page-image,
.project-category-safe .newsitem {
    border-bottom-color: #ff485b!important;
}

.project-category-connect .page-image,
.project-category-connect .newsitem {
    border-bottom-color: #41b1cd!important;
}

.project-category-enhance .page-image,
.project-category-enhance .newsitem {
    border-bottom-color: #00a09a!important;
}

.comments-link {
    display: block;
}

.entry-copy {
    margin: 28px;
    overflow: visible;
}

.item-header {
    position: absolute;
    top: -29px;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    height: 1em;
    overflow: hidden;
}

.item .item-header a {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.item .entry-copy a:link,
.item .entry-copy a:visited {
    color: #000;
}

h2.entry-title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 1em;
    margin: 1.2em 0 0.83em 0;
}

.item .edit-link a {
    position: absolute;
    bottom: 10px;
    right: 28px;
    color: #fff;
}

a.read-more:link,
a.read-more:visited {
    color: #000;
    font-weight: bold;
    font-size: 1em;
    display: block;
}

a.read-more:hover {
    color: #662382;
}

h2.entry-title a:link,
h2.entry-title a:visited {
    text-decoration: none;
    color: #000;
}

.e_dir_sectors {
    margin-bottom: 0.6em;
}

.mint-box {
    max-width: 640px;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #662382;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #acd6be;
    overflow: visible;
    padding: 28px;
}

.skyblue-box {
    max-width: 640px;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #662382;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #41b1cd;
    overflow: visible;
    padding: 28px;
}

.coralgreen-box {
    max-width: 640px;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #662382;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #33d9c2;
    overflow: visible;
    padding: 28px;
}

.teal-box {
    max-width: 640px;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00a09a;
    overflow: visible;
    padding: 28px;
}

.wpuf-help {
    display: block;
}

ul.wpuf-form li .wpuf-fields a.file-selector {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    background-color: #e1e0e0!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0;
    text-shadow: none;
    color: #000;
}

ul.wpuf-form .wpuf-submit input[type=submit] {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    background-color: #ff485b!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0;
    width: 60%;
    font-weight: bold;
}

ul.wpuf-form li .wpuf-fields a.file-selector:hover,
ul.wpuf-form li .wpuf-fields a.file-selector:focus {
    background-color: #278ab7;
    background-image: none!important;
    border-color: #278ab7;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.entry-content .wpuf_recaptcha_722,
.wpuf_recaptcha_737,
.wpuf_recaptcha_1530,
.wpuf_recaptcha_2933 {
    float: right !important;
}

ul.wpuf-form li .wpuf-fields .wpuf-help {
    color: #fff;
    margin: 5px 0;
    font-size: 14px;
    font-style: italic;
}

.wt-vyf-vote-item {
    background: url('https://www.thisisclapham.co.uk/wp-content/uploads/2015/12/vote.png') no-repeat;
    padding: 4px 0 4px 30px;
    height: 24px;
}

.wt-vyf-voted-item:before {
    background: url('http://www.thisisclapham.co.uk/wp-content/uploads/2015/12/voted.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.wt-vyf-vote-action {
    margin-left: 0;
}

.logged-in .wt-vyf-vote-action {
    margin-left: 24px;
}

.smallprint {
    font-size: 10px;
    display: block;
    margin-top: 10px;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.newsitem {
    width: 100%;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #eee838;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f2f3f3;
    overflow: visible;
}

.posts-navigation {
    clear: both;
}

.entry-image {
    display: block;
    margin: 0;
    padding: 0;
}

.entry-image img {
    display: block;
    margin: 0;
    padding: 0;
}

.sticky {
    display: block;
}

.hentry {}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0 0 0.6em 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Mailchimp */

.mc-field-group {
    margin: 10px 0;
}

.indicates-required {
    font-size: 1em;
    color: #ff485b;
}

.asterisk {
    font-size: 1.em;
    color: #ff485b;
    font-weight: bold;
}

.input-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mc_embed_signup {
    margin-top: 28px;
}

#mc_embed_signup .label-tab {
    width: 120px;
    display: inline-block
}

a.maillink {
    display: block;
    text-decoration: none;
    padding: 0 6px 0.5em 6px;
    font-size: 0.83em;
}


/*--------------------------------------------------------------
### Events
--------------------------------------------------------------*/

.currentevents .event {}

.currentevents .post img {
    max-width: 100%;
    height: auto;
}

.currentevents {
    width: 100%;
}

.event-image,
.event-image img {
    display: block;
}

.single .event-image {
    position: relative;
}

.single .event-title {
    z-index: 3;
    position: relative;
}

.news h2 {
    margin-top: 0;
}

.currentevents .event-image {
    margin-bottom: 0.83em;
}


/*--------------------------------------------------------------
### BUSINESS DIRECTORY
--------------------------------------------------------------*/

.listsectors ul {
    list-style: none;
    width: 102%;
    margin: 0 -1%;
    padding: 0;
    display: block;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

@media (min-width:662px) {
    .listsectors>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .listsectors ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22.8%;
        flex: 0 0 22.8%;
    }
}

.listsectors ul li {
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    margin: 0 1% 28px 1%;
    vertical-align: text-top;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #d0d1d3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e1e0e0;
    overflow: visible;
    padding: 20px;
    width: 22.8%
}

.listsectors ul li a {
    text-decoration: none;
    font-weight: bold;
}

.listsectors ul li a:hover {
    text-decoration: underline;
}

.listsectors ul li .cat-item-image {
    margin: -20px -20px 20px -20px;
}

.listsectors ul>li:nth-child(1) {
    border-bottom-color: #ff485b;
}

.listsectors ul>li:nth-child(2) {
    border-bottom-color: #41b1cd;
}

.listsectors ul>li:nth-child(3) {
    border-bottom-color: #acd6be;
}

.listsectors ul>li:nth-child(4) {
    border-bottom-color: #662382;
}

.listsectors ul>li:nth-child(5) {
    border-bottom-color: #e17c00;
}

.listsectors ul>li:nth-child(6) {
    border-bottom-color: #eee838;
}

.listsectors ul>li:nth-child(7) {
    border-bottom-color: #00a09a;
}

.listsectors ul>li:nth-child(8) {
    border-bottom-color: #677248;
}

.listsectors ul>li:nth-child(9) {
    border-bottom-color: #92846e;
}

.listsectors ul>li:nth-child(10) {
    border-bottom-color: #33d9c2;
}

.listsectors ul>li:nth-child(11) {
    border-bottom-color: #441e4c;
}

.listsectors ul>li:nth-child(12) {
    border-bottom-color: #71cfeb;
}

.listsectors ul>li:nth-child(1) a {
    color: #ff485b;
}

.listsectors ul>li:nth-child(2) a {
    color: #41b1cd;
}

.listsectors ul>li:nth-child(3) a {
    color: #acd6be;
}

.listsectors ul>li:nth-child(4) a {
    color: #662382;
}

.listsectors ul>li:nth-child(5) a {
    color: #e17c00;
}

.listsectors ul>li:nth-child(6) a {
    color: #eee838;
}

.listsectors ul>li:nth-child(7) a {
    color: #00a09a;
}

.listsectors ul>li:nth-child(8) a {
    color: #677248;
}

.listsectors ul>li:nth-child(9) a {
    color: #92846e;
}

.listsectors ul>li:nth-child(10) a {
    color: #33d9c2;
}

.listsectors ul>li:nth-child(11) a {
    color: #441e4c;
}

.listsectors ul>li:nth-child(12) a {
    color: #71cfeb;
}

.listsectors ul>li ul li a {
    color: #000 !important;
    font-weight: normal;
}

.listsectors ul li ul li {
    text-transform: none;
    margin: 0;
    display: block;
    padding: 0.3em 10px 0.3em 15px;
    width: 100%;
    border: none;
    background-color: transparent !important;
}

.dir_copy {
    background-color: #e1e0e0;
    clear: left;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #41b1cd;
}

h2.business-name {
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 28px;
}

.dir_add {
    margin: 0 28px 28px 28px;
}

.dir_content {
    margin: 0 28px 28px 28px;
}

.dir_sectors {
    margin: 0 28px 0 0;
    padding: 0 0 17px 28px;
}

.dir_hours,
.job_info {
    margin: 0 28px 0 0;
    padding: 17px 0 17px 28px;
    border-top: 1px solid #000;
}

.dir_amenities {
    margin: 0 28px 0 0;
    padding: 17px 0 0 28px;
    border-top: 1px solid #000;
}

.dir_amenities .dir_amenity {
    padding: 0 0 17px 0;
}

.dir_amenities .dir_amenity i {
    width: 30px;
    width: 30px;
    font-size: 18px;
}

.dir_tel {
    margin: 0 28px 0 0;
    padding: 17px 0 17px 68px;
    border-top: 1px solid #000;
    background-image: url(images/Icon-tel.png);
    background-position: 28px center;
    background-repeat: no-repeat;
}

.dir_email {
    margin: 0 28px 0 0;
    padding: 17px 0 17px 68px;
    border-top: 1px solid #000;
    background-image: url(images/Icon-email.png);
    background-position: 28px center;
    background-repeat: no-repeat;
}

.dir_web {
    overflow: hidden;
    margin: 0 28px 0 0;
    padding: 17px 0 17px 68px;
    border-top: 1px solid #000;
    background-image: url(images/Icon-web.png);
    background-position: 28px center;
    background-repeat: no-repeat;
}

.dir_deliveroo {
    overflow: hidden;
    margin: 0 28px 0 0;
    padding: 17px 0 17px 68px;
    border-top: 1px solid #000;
    background-image: url(https://www.thisisclapham.co.uk/wp-content/uploads/2015/05/deliveroo.png);
    background-size: 22px;
    background-position: 28px center;
    background-repeat: no-repeat;
}

.dir_ubereats {
    overflow: hidden;
    margin: 0 28px 0 0;
    padding: 17px 0 17px 68px;
    border-top: 1px solid #000;
    background-image: url(https://www.thisisclapham.co.uk/wp-content/uploads/2015/05/justeat.png);
    background-size: 22px;
    background-position: 28px center;
    background-repeat: no-repeat;
}

.dir_justeat {
    overflow: hidden;
    margin: 0 28px 0 0;
    padding: 17px 0 17px 68px;
    border-top: 1px solid #000;
    background-image: url(https://www.thisisclapham.co.uk/wp-content/uploads/2015/05/ubereats.png);
    background-size: 22px;
    background-position: 28px center;
    background-repeat: no-repeat;
}

.dir_delivery {
    overflow: hidden;
    margin: 0 28px 0 0;
    padding: 17px 0 17px 68px;
    border-top: 1px solid #000;
    background-image: url(images/Icon-web.png);
    background-position: 28px center;
    background-repeat: no-repeat;
}

.side-directory {
    width: 100%;
    position: relative;
    border-top: solid 28px #000;
    border-right: solid 28px #d0d1d3;
    border-bottom: solid 28px #662382;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eee838;
    overflow: visible;
    padding: 28px 28px 28px 0;
}

.side-directory ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 28px;
}

.side-directory ul li a {
    line-height: 1.5em;
}

.cycle-slideshow img {
    width: 100%;
}

.sector-list ul li {
    position: relative;
    line-height: 28px;
    font-weight: bold;
    font-weight: bold;
    text-transform: uppercase;
}

.sector-list ul li a {
    text-decoration: none;
}

.sector-list ul li ul li {
    text-transform: none;
    font-weight: normal;
    letter-spacing: 0;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.sector-list ul li.current-cat {}

.sector-list ul li.current-cat ul li,
.sector-list ul li.current-cat-parent ul li,
.sector-list ul li:hover ul li,
.sector-list ul li:hover ul li,
.sector-list ul li:focus ul li,
.sector-list ul li:focus ul li,
.sector-list ul li:target ul li,
.sector-list ul li:target ul li {
    height: 28px;
    opacity: 1;
}

.job_info {
    margin: 0;
    padding: 17px 0 17px 0;
    border-top: 1px solid #000;
}


/*------ business slider -------*/

.cycle-slideshow {
    position: relative;
    margin: 0;
    outline: none;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.cycle-slideshow .cycle-pager span {
    cursor: pointer;
}

.cycle-slideshow .cycle-pager {
    position: absolute;
    bottom: 16px;
    right: 2%;
    z-index: 100;
    width: 100%;
    height: 12px;
    text-align: right;
}

.cycle-slideshow .cycle-pager span {
    display: inline-block;
    margin: 0 7px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #fff;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    /*-webkit-box-shadow: 1px 1px 2px 0px #333333;
    box-shadow: 1px 1px 2px 0px #333333;*/
    opacity: 0.7;
}

.cycle-slideshow .cycle-pager span.cycle-pager-active {
    opacity: 1;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,

/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

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


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
    margin: 0.6em;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    margin: 0.5em 1.5%;
}

.gallery-columns-3 .gallery-item {
    max-width: 30.33%;
    margin: 0.5em 1.5%;
}

.gallery-columns-4 .gallery-item {
    max-width: 22%;
    margin: 0.5em 1.5%;
}

.gallery-columns-5 .gallery-item {
    max-width: 17%;
    margin: 0.5em 1.5%;
}

.gallery-columns-6 .gallery-item {
    max-width: 13.66%;
    margin: 0.5em 1.5%;
}

.gallery-columns-7 .gallery-item {
    max-width: 11.28%;
    margin: 0.5em 1.5%;
}

.gallery-columns-8 .gallery-item {
    max-width: 9.5%;
    margin: 0.5em 1.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## MAP
--------------------------------------------------------------*/

#map-image {
    position: relative;
    background: #fff;
}

#map-image img {
    width: 100%;
    display: block;
}

#map-image ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#map-image ul li {
    margin: 0;
    padding: 0;
}

#map-image ul li a {
    position: absolute;
    margin: 0;
    padding: 0;
}

#map-image ul li.map-link-01 a {
    top: 17%;
    right: 3%;
    height: 16%;
    width: 24%;
    /*border : solid 1px blue;*/
    -ms-transform: rotate(-22deg);
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
}

#map-image ul li.map-link-02 a {
    bottom: 27%;
    left: 1%;
    width: 78%;
    height: 23%;
    -ms-transform: rotate(-33deg);
    -webkit-transform: rotate(-33deg);
    transform: rotate(-33deg);
    /* border : solid 1px blue;*/
}

#map-image ul li.map-link-03 a {
    top: 4%;
    left: 6%;
    height: 19%;
    width: 12%;
    -ms-transform: rotate(-27deg);
    -webkit-transform: rotate(-27deg);
    transform: rotate(-36deg);
    /* border: solid 1px blue;*/
}

#map-image ul li.map-link-04 a {
    top: 25%;
    left: 7%;
    height: 36%;
    width: 20%;
    -ms-transform: rotate(-23deg);
    -webkit-transform: rotate(-23deg);
    transform: rotate(-23deg);
    /* border : solid 1px blue; */
}

#map-image ul li.map-link-05 a {
    top: 15%;
    right: 37%;
    height: 13%;
    width: 21%;
    /*border : solid 1px blue;*/
}

#map-image ul li a span {
    display: none;
}

#map-index ul {
    list-style: none;
    margin: 28px 10px 0 28px;
    padding: 0;
}

#map-index ul li {
    position: relative;
    line-height: 28px;
}

#map-index ul li a {
    text-decoration: none;
}

#map-image2 {
    position: relative;
    background: #fff;
}

#map-image2 img {
    width: 100%;
    display: block;
}

#map-image2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#map-image2 ul li {
    margin: 0;
    padding: 0;
}

#map-image2 ul li a {
    position: absolute;
    margin: 0;
    padding: 0;
}

#map-image2 ul li.map-link-01 a {
    top: 1%;
    right: 1%;
    height: 21%;
    width: 24%;
    /*border: solid 1px #F05464;*/
}

#map-image2 ul li.map-link-01-b a {
    top: 22%;
    right: 1%;
    height: 46%;
    width: 13%;
    /*border: solid 1px #F05464;*/
}

#map-image2 ul li.map-link-02 a {
    top: 30%;
    right: 27%;
    width: 38%;
    height: 69%;
    /*border: solid 1px #41B1CD;*/
}

#map-image2 ul li.map-link-02-b a {
    top: 1%;
    right: 53%;
    width: 16%;
    height: 29%;
    /*border: solid 1px #41B1CD;*/
}

#map-image2 ul li.map-link-02-c a {
    top: 23%;
    right: 15%;
    width: 16%;
    height: 45%;
    /*border: solid 1px #41B1CD;*/
}

#map-image2 ul li.map-link-02-d a {
    bottom: 1%;
    left: 1%;
    width: 34%;
    height: 10%;
    /*border: solid 1px #41B1CD;*/
}

#map-image2 ul li.map-link-02-e a {
    bottom: 10%;
    right: 59%;
    height: 11%;
    width: 12%;
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    /*border: solid 1px #41B1CD;*/
}

#map-image2 ul li.map-link-03 a {
    top: 1%;
    left: 1%;
    height: 34%;
    width: 26%;
    /*border: solid 1px #672484;*/
}

#map-image2 ul li.map-link-04 a {
    top: 36%;
    left: 1%;
    height: 50%;
    width: 27%;
    /*border: solid 1px #F69246;*/
}

#map-image2 ul li.map-link-04-b a {
    bottom: 16%;
    right: 68%;
    height: 14%;
    width: 10%;
    /*border: solid 1px #F69246;*/
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

#map-image2 ul li.map-link-05 a {
    top: 1%;
    right: 32%;
    height: 19%;
    width: 20%;
    /*border: solid 1px #5D6D49;*/
}

#map-image2 ul li.map-link-05-b a {
    top: 20%;
    right: 32%;
    height: 9%;
    width: 10%;
    /*border: solid 1px #5D6D49;*/
}

#map-image2 ul li.map-link-05-link a {
    top: 76%;
    right: 7%;
    height: 2%;
    width: 17%;
    /*border: solid 1px #000;*/
}

#map-image2 ul li.map-link-02-link a {
    top: 78.5%;
    right: 7%;
    height: 2%;
    width: 17%;
    /*border: solid 1px #000;*/
}

#map-image2 ul li.map-link-04-link a {
    top: 81%;
    right: 7%;
    height: 2%;
    width: 17%;
    /*border: solid 1px #000;*/
}

#map-image2 ul li.map-link-01-link a {
    top: 83.4%;
    right: 7%;
    height: 2%;
    width: 17%;
    /*border: solid 1px #000;*/
}

#map-image2 ul li.map-link-03-link a {
    top: 86.2%;
    right: 7%;
    height: 2%;
    width: 17%;
    /*border: solid 1px #000;*/
}

#map-image2 ul li a span {
    display: none;
}

#map-index2 ul {
    list-style: none;
    margin: 28px 10px 0 28px;
    padding: 0;
}

#map-index2 ul li {
    position: relative;
    line-height: 28px;
}

#map-index2 ul li a {
    text-decoration: none;
}


/*--------------------------------------------------------------
## footer
--------------------------------------------------------------*/

.site-footer {}


/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/


/*@media screen and (min-width: 640px) {*/

.menu-toggle {
    display: none;
}

.main-navigation ul {
    display: block;
}


/* } */

@media (max-width: 770px) {
    .col-4-1 {
        width: 100%;
        float: none;
        display: block;
    }
    .col-4-1 .col-1 {
        height: auto;
    }
    .sector-list ul li:hover ul li,
    .sector-list ul li:hover ul li,
    .sector-list ul li:focus ul li,
    .sector-list ul li:focus ul li,
    .sector-list ul li:target ul li,
    .sector-list ul li:target ul li {
        height: 0px;
        opacity: 0;
    }
    .listsectors ul>li {
        display: block;
        margin: 0 0 28px 0;
        width: 100%;
    }
    .header-area {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer-widgets {
        float: none;
        display: block;
    }
    .site-info {
        float: none;
        display: block;
    }
    #wrap {
        max-width: 1600px;
        width: 96%;
        margin: 10px auto;
    }
}

@media (max-width: 640px) {
    .main-navigation li a {
        display: block;
        text-decoration: none;
        line-height: 1em;
        border-right: 2px solid #6d6e70;
        padding: 0 14px;
    }
    .site-branding {
        width: 300PX;
        margin: 0 AUTO 28px AUTO;
        display: block;
    }
    .row {
        width: 100%;
        margin: 0 0 0 0;
    }
    .col-6-1 {
        width: 98%;
        margin: 0 1% 28px 1%;
        float: none;
        display: block;
    }
    .col-3-1 {
        width: 98%;
        margin: 0 1% 28px 1%;
        float: none;
        display: block;
    }
    .col-3-2 {
        max-width: 98%;
        margin: 0 1% 28px 1%;
        float: none;
        display: block;
    }
    .col-3-2-fix {
        width: 98%;
        margin: 0 1% 28px 1%;
        float: none;
        display: block;
    }
    .col-3-2-2 {
        width: 100%;
        float: none;
        display: block;
    }
    .col-2-1 {
        width: 100%;
        float: none;
        display: block;
    }
    .col-1-1 {
        width: 100%;
        float: none;
        display: block;
    }
    .full-page {
        width: 100%;
        float: none;
        display: block;
    }
}

#claphamcard .mc-field-group label {
    width: 50%;
}

h2.homeheader {
    font-size: 2em;
    margin: 0.67em 0 1.34em 0;
    text-align: center;
}