/*!
Theme Name: The Art House
Theme URI: http://underscores.me/
Author: 6B Digital
Author URI: https://6bdigital.com/
Description: This is a theme created by 6B Digitial for The Art House
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thearthouse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

The Art House is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Internal
# Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    float: left;
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
    margin: 0 0 30px 0;
    width: 100%;
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-family: 'Gordita-Bold', Arial, sans-serif;
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

.hide {
    display: none;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

form.wpcf7-form {
    position: relative;
}

body.page-template-contact .col8-12 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

body.page-template-contact .col8-12 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

body.page-template-contact .col8-12 :-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

body.page-template-contact .col8-12 :-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

.wpcf7-response-output {
    background: #3EA7FF;
    border-color: #3EA7FF !important;
    float: left;
    font-weight: 700;
    margin: 20px 0 0 0 !important;
    padding: 20px !important;
    width: 100%;
}

#cta .wpcf7-response-output {
    background: transparent;
    border-color: #FFF !important;
    color: #FFFFFF;
    margin-top: 10px !important;
    padding: 10px 20px !important;
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
}

span.wpcf7-checkbox {
    background: #FFF;
    border: 2px solid #3EA7FF;
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 15px 15px 15px 0;
    width: 100%;
}

.wpcf7 p label {
    float: left;
    width: 100%;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #000000;
    font-family: 'Gordita-Regular', Arial, sans-serif;
    font-size: 16px;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5;
}

.mob_show {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gordita-Bold', Arial, sans-serif;
    clear: both;
    margin: 0;
    line-height: 1.2;
}

h2 {
    font-size: 2.25em;
    color: #000000;
    font-weight: 700;
}

section h2 {
    margin-bottom: 1.25em;
}

h3 {
    font-size: 1.1em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0.25rem;
}

#postHeader h1 {
    padding: 0.15rem 0 0.75rem 0;
}

#postHeader h3 {
    color: #3EA7FF;
}

h4 {
    font-size: 1.1em;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3px;
}

p {
    clear: both;
    margin: 0;
    margin-bottom: 25px;
    font-size: 1em;
    font-weight: 400;
}

p.intro {
    color: #000000;
}

.imageLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-bottom: 1px solid #000000;
    color: #000000;
    margin: 0;
    padding: 0 35px 35px 35px;
}

blockquote p:first-of-type {
    color: #3EA7FF;
    font-size: 24px;
    line-height: 1.4;
    margin-top: 75px;
    position: relative;
}

blockquote p:first-of-type:before {
    color: #3EA7FF;
    content: open-quote;
    font-size: 4em;
    position: absolute;
    left: 0;
    top: -75px;
}

address {
    margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.9375em;
}

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 https://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. */
}

hr {
    background-color: #EBEBEB;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
    padding-left: 30px;
}

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. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/*--------------------------------------------------------------
# COLUMNS
--------------------------------------------------------------*/

.container {
    overflow: auto;
    height: 100%;
    margin: 0 auto;
    width: 70%;
    position: relative;
}

.col1-12 {
    width: 8.333%;
    width: calc(100% / 12 - 0.1px);
    width: -webkit-calc(100% / 12 - 0.1px);
    width: -moz-calc(100% / 12 - 0.1px);
    padding: 0 5px;
}

.col2-12 {
    width: 16.666%;
    width: calc(100% / 12 * 2 - 0.1px);
    width: -webkit-calc(100% / 12 * 2 - 0.1px);
    width: -moz-calc(100% / 12 * 2 - 0.1px);
    padding: 0 5px;
}

.col3-12 {
    width: 24.999%;
    width: calc(100% / 12 * 3 - 0.1px);
    width: -webkit-calc(100% / 12 * 3 - 0.1px);
    width: -moz-calc(100% / 12 * 3 - 0.1px);
    padding: 0 5px;
}

.col4-12 {
    width: 33.333%;
    width: calc(100% / 12 * 4 - 0.1px);
    width: -webkit-calc(100% / 12 * 4 - 0.1px);
    width: -moz-calc(100% / 12 * 4 - 0.1px);
    padding: 0 5px;
}

.col5-12 {
    width: 41.666%;
    width: calc(100% / 12 * 5 - 0.1px);
    width: -webkit-calc(100% / 12 * 5 - 0.1px);
    width: -moz-calc(100% / 12 * 5 - 0.1px);
    padding: 0 5px;
}

.col6-12 {
    width: 49.999%;
    width: calc(100% / 12 * 6 - 0.1px);
    width: -webkit-calc(100% / 12 * 6 - 0.1px);
    width: -moz-calc(100% / 12 * 6 - 0.1px);
    padding: 0 5px;
}

.col7-12 {
    width: 58.333%;
    width: calc(100% / 12 * 7 - 0.1px);
    width: -webkit-calc(100% / 12 * 7 - 0.1px);
    width: -moz-calc(100% / 12 * 7 - 0.1px);
    padding: 0 5px;
}

.col8-12 {
    width: 66.666%;
    width: calc(100% / 12 * 8 - 0.1px);
    width: -webkit-calc(100% / 12 * 8 - 0.1px);
    width: -moz-calc(100% / 12 * 8 - 0.1px);
    padding: 0 5px;
}

.col9-12 {
    width: 74.999%;
    width: calc(100% / 12 * 9 - 0.1px);
    width: -webkit-calc(100% / 12 * 9 - 0.1px);
    width: -moz-calc(100% / 12 * 9 - 0.1px);
    padding: 0 5px;
}

.col10-12 {
    width: 83.333%;
    width: calc(100% / 12 * 10 - 0.1px);
    width: -webkit-calc(100% / 12 * 10 - 0.1px);
    width: -moz-calc(100% / 12 * 10 - 0.1px);
    padding: 0 5px;
}

.col11-12 {
    width: 91.666%;
    width: calc(100% / 12 * 11 - 0.1px);
    width: -webkit-calc(100% / 12 * 11 - 0.1px);
    width: -moz-calc(100% / 12 * 11 - 0.1px);
    padding: 0 5px;
}

.col12-12 {
    width: 100%;
    padding: 0;
}

.col {
    overflow: hidden;
    float: left;
    display: block;
    position: relative;
}

.col:first-of-type {
    padding-left: 0;
}

.col:last-of-type {
    padding-right: 0;
}

.col1-12:nth-of-type(12n) {
    padding-right: 0;
}

.col1-12:nth-of-type(12n+1) {
    padding-left: 0;
}

.col2-12:nth-of-type(6n) {
    padding-right: 0;
}

.col2-12:nth-of-type(6n+1) {
    padding-left: 0;
}

.col3-12:nth-of-type(4n) {
    padding-right: 0;
}

.col3-12:nth-of-type(4n+1) {
    padding-left: 0;
}

.col4-12:nth-of-type(3n) {
    padding-right: 0;
}


/* .page-template-workshops .col4-12:nth-of-type(2n) {
	padding-left: 0;
	padding-right: 5px;
} */


/* .page-template-workshops .col4-12:nth-of-type(3n) {
	padding-left: 5px;
	padding-right: 5px;
} */

.col4-12:nth-of-type(3n+1) {
    padding-left: 0;
}


/* .page-template-workshops .col4-12:nth-of-type(3n+1) {
	padding-left: 5px;
	padding-right: 0;
} */

.col6-12:nth-of-type(2n) {
    padding-right: 0;
}

.col6-12:nth-of-type(2n+1) {
    padding-left: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.tleft {
    text-align: left;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75em;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    height: 150px;
    width: 100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #3EA7FF;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

a:visited {}

a:hover,
a:focus,
a:active {
    transition: all .2s ease-in-out;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
    margin-left: 1.8em;
}

.main-navigation li.current-menu-item a {
    color: #3EA7FF;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 1rem;
    color: #000000;
}

.main-navigation a:hover,
.main-navigation a:active,
.main-navigation a:focus {
    color: #3EA7FF;
}

.menu-main-menu-container {
    float: right;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-toggle {
    display: none;
}


/* @media screen and (min-width: 37.5em) { */

@media screen and (min-width: 900px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    a.custom-logo-link {
        width: 180px;
    }
    #search {
        display: none;
    }
}

#fullMenu {
    padding: 70px 35px;
}

#fullMenu h3 {
    color: #000000;
    display: inline;
    float: left;
}

#fullMenu i.fas {
    position: absolute;
    right: 35px;
    top: 36px;
}

#fullMenu ul li a {
    color: #000000;
    font-weight: 700;
}

#fullMenu ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#full-menu li ul {
    margin-left: 10px;
    margin-top: 5px;
}

#full-menu li ul li {
    margin-bottom: 5px;
}

#full-menu li ul li a {
    font-weight: 400;
}

#full-menu li ul li a:before {
    content: "- ";
}

#fullMenu ul li {
    margin-bottom: 10px;
}

#fullMenu ul li.current-menu-item a {
    font-weight: 700;
    color: #3EA7FF;
}

#fullMenu ul li.current-menu-item ul li a {
    font-weight: 400;
    color: #000000;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    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%;
}

#loadMore {
    margin-bottom: 50px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 0.9375rem 23px 0.875rem;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# 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;
    table-layout: fixed;
}

.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%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## 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,
.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%;
}

.full_width_iframe {
    width: 100%;
    height: 540px;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## 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: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
## Custom css
--------------------------------------------------------------*/

header {
    display: block;
    /* height: 135px; */
    width: auto;
    margin: 0;
    top: 0;
    left: 15%;
    right: 15%;
    background-color: #f6f6f6;
    padding: 1.875rem 1.875rem 1.4rem 1.875rem;
    overflow: visible;
    opacity: 1;
    position: fixed;
    transition: all 0.5s linear;
    z-index: 2001;
}

header.nav-up {
    opacity: 0;
    z-index: -1;
}

.home header {
    background-color: #fff;
}

.no-results.not-found header {
    display: none;
}

.heading {
    overflow: visible;
}


/* Animated Mouse */

.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 9.075rem;
    left: 0;
    margin: auto;
    width: 38px;
    height: 59px;
    z-index: 2000;
}

.scroll-downs span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
}

.mousey {
    width: 8px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 1;
    box-sizing: content-box;
}

.scroller {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #FFF;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 1;
    }
}

footer {
    background-color: #000000;
    color: #fff;
    float: left;
    padding: 9.375rem 0 6rem 0 !important;
    width: 100%;
}

footer h4 {
    color: #FFFFFF;
    margin-bottom: 15px;
}

footer p {
    font-size: 1em;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    font-weight: 400;
    line-height: 1.7;
}

footer a,
footer ul li a {
    color: #FFFFFF;
}

footer a:hover,
footer a:active,
footer a:focus,
footer ul li a:hover,
footer ul li a:active,
footer ul li a:focus {
    color: #3EA7FF;
}

#footer-social-links {
    margin: 20px 0 70px 0;
}

#footer-social-links a {
    margin: 0 10px;
}

#footer-social-links a:hover,
#footer-social-links a:active,
#footer-social-links a:focus {
    color: #3EA7FF;
}

footer a i {
    font-size: 28px;
}

.custom-logo-link {
    display: block;
    width: 33%;
    float: left;
    max-width: 15.625rem;
}

footer .custom-logo-link {
    display: block;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 50px;
    width: 250px;
}

#useful-links ul:first-of-type,
#registered-office ul li:first-of-type {
    margin-bottom: 22px;
}

.custom-logo-link img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

#footer-logos img {
    margin-bottom: 30px;
}

.topHeader {
    display: block;
    float: right;
}

.topHeader,
.bottomHeader {
    width: calc(100% - 15.625rem);
}

.topHeader>* {
    display: inline-block;
}

.topHeader a {
    color: #000000;
}

.topHeader a:hover {
    color: #3EA7FF;
}

.topHeader .socialIcons,
#search {
    margin-right: 1.875rem;
}

#fullMenu #search {
    position: relative;
    top: -37px;
}

.socialIcons a {
    margin-left: 1.25rem;
    font-size: 1.25em;
}

#displayOptions {
    font-size: 0.875em;
    color: #000000;
    cursor: pointer;
    position: relative;
}

#displayOptions i {
    font-size: 1.125em;
    color: #3EA7FF;
}

.bottomHeader {
    display: block;
    float: right;
    margin-top: 1.55rem;
}

#search input {
    color: #000000;
    width: 200px;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0;
    padding: 0 1.2rem 0 0;
    background-color: transparent;
    font-size: 0.875em;
}

#search input::placeholder {
    color: #000000;
}

#search input::-ms-input-placeholder {
    color: #000000;
}

#search input::-ms-input-placeholder {
    color: #000000;
}

#search form {
    position: relative;
}

#search button {
    background: none;
    border: none;
    padding: 0;
    display: block;
    bottom: 0.3rem;
    position: absolute;
    right: 0;
    font-size: 1em;
    color: #3EA7FF;
    cursor: pointer;
}

#displayOptionsList {
    position: absolute;
    text-align: left;
    z-index: 9999;
    right: 0;
    top: 150%;
    background-color: #f1f2f4;
    color: #000000;
    display: none;
    font-size: 1rem;
    width: auto;
    white-space: nowrap;
}

footer #displayOptionsList {
    white-space: normal;
}

#displayOptionsList ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#displayOptionsList li {
    width: 100%;
    padding: 0.5rem;
    display: block;
    height: auto;
    float: left;
    cursor: pointer;
    transition: background-color .2s ease-in, color .2s ease-in;
}

#displayOptionsList li:hover {
    color: #fff;
    background-color: #3EA7FF;
}

#displayOptionsList .large {
    font-size: 1.2rem;
}

#displayOptionsList .yellowBg {
    background-color: #f1f0d4;
}

#displayOptionsList .yellowLarge {
    background-color: #f1f0d4;
    font-size: 1.2rem;
}

.toggleBar {
    background: #F6F6F6;
    float: left;
    padding: 20px 40px;
    width: 100%;
}

.toggleBar h3 {
    color: #3EA7FF;
}

.toggleBar span.fa {
    color: #3EA7FF;
    float: right;
    font-size: 24px;
}

.section-toggle {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.error404 #noImgHeader {
    margin: 250px 0 100px 0;
    text-align: center;
}

.errorPage ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}

.errorPage ul li {
    display: inline;
    float: none;
    margin: 0 10px;
}

.errorPage ul li ul {
    display: none;
}

ul.additionalDates {
    padding: 20px 18px;
}

section {
    display: block;
    float: left;
    width: 100%;
    height: auto;
}

.sliderContainer {
    position: relative;
}

.sliderContainer img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: -1;
    top: 0;
}

.slideContent {
    display: block;
    position: absolute;
    width: 30%;
    left: 15%;
    bottom: 6rem;
    padding: 2rem;
    background-color: #fff;
}

#imageSlider .slick-dots {
    left: 15%;
}

.slick-prev::before,
.slick-next::before {
    opacity: 0;
}

.slick-prev,
.slick-next {
    background: rgba(255, 255, 255, 0.8);
    transition: all .2s ease-in-out;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: rgba(255, 255, 255, 0.6);
    transition: all .2s ease-in-out;
}

.slideContent h3,
.slideContent h3 a {
    color: #000000;
}

.slideContent h4 {
    color: #3EA7FF;
}

.slideDate {
    font-size: 1.125em;
    color: #b5b5b5;
}

.slideImage {
    display: block;
    width: 100vw;
    min-height: 900px;
    height: 100vh;
    position: relative;
}

.slideImage a {
    float: left;
    height: 100%;
    width: 100%;
}

#imageSlider {
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

.sliderHeadline h1 {
    font-size: 4em;
    color: #fff;
    line-height: 1.4;
}

.sliderHeadline {
    display: block;
    position: absolute;
    top: 11rem;
    left: 15%;
}

.sliderHeadline h1 span {
    background-color: #000000;
    padding: 0 1.5rem;
    position: relative;
}

.slick-slide:focus {
    outline: none;
}

.slick-dotted.slick-slider {
    min-height: unset;
}

#nav-icon {
    width: 1.5rem;
    height: 17px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1001;
    display: block;
    float: right;
    margin-left: 1.5rem;
    top: 5px;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #3EA7FF;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0;
}

#nav-icon span:nth-child(2) {
    top: 7px;
}

#nav-icon span:nth-child(3) {
    top: 14px;
}

#nav-icon.open span:nth-child(1) {
    top: 0.3rem;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -3.75rem;
}

#nav-icon.open span:nth-child(3) {
    top: 0.3rem;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#displayOptions,
#search,
.socialIcons {
    float: right;
}

footer #displayOptions {
    float: left;
    width: 100%;
}

footer #displayOptions #displayOptionsList {
    background: none;
    display: block;
    float: left;
    position: static;
    top: unset;
    right: unset;
    width: 100%;
}

footer #displayOptions #displayOptionsList ul li {
    background: none;
    color: #FFF;
    font-size: 16px;
    padding: 0;
}

#fullMenu {
    display: block;
    position: fixed;
    top: 0;
    right: -18.75rem;
    z-index: 2000;
    background-color: #fff;
    transition: 0.5s right ease-in;
    width: 18.75rem;
    height: 100vh;
    z-index: 2002;
}

#fullMenu.open {
    right: 0;
}

#fullMenu i.fas {
    font-size: 26px;
}

#overlay {
    display: block;
    position: fixed;
    z-index: 2001;
    content: '';
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#overlay.open {
    opacity: 0.5;
    visibility: visible;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="number"]:focus {
    outline: none;
}

input[type='submit'],
input[type='reset'],
.button,
pre a {
    width: auto;
    display: inline-block;
    outline: none;
    background: transparent;
    color: #3EA7FF;
    font-family: 'Gordita-Bold', Arial, sans-serif;
    padding: 12px 30px 10px 30px;
    margin: 0;
    cursor: pointer;
    border: 2px #3EA7FF solid;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    font-weight: 700;
    -webkit-transition: 0.3s background-color ease-in, 0.3s color ease-in;
    -moz-transition: 0.3s background-color ease-in, 0.3s color ease-in;
    -o-transition: 0.3s background-color ease-in, 0.3s color ease-in;
    transition: 0.3s background-color ease-in, 0.3s color ease-in;
    position: relative;
}

button:hover,
input[type='submit']:hover,
.button:hover,
pre a:hover {
    color: #fff;
    background-color: #3EA7FF;
}

#eventsCarousel,
#whosItFor,
#featuredVideo,
footer {
    padding: 9.375rem 0;
}

#ourLocation .container {
    padding: 9.375rem 0;
}

.page-template-home #ourLocation .col4-12 {
    padding-right: 40px;
}

.page-template-contact #ourLocation .col4-12 {
    padding-left: 40px;
}

.eventsSlick {
    position: relative;
    padding-top: 5rem;
}

.eventsSlick .slick-dots li button:before,
.sortable-pagination {
    display: none;
}

.eventsSlick .slick-dots li button {
    display: block;
    width: 100%;
    height: 0.5rem;
    background-color: transparent;
    border-radius: 0;
}

.eventsSlick .slick-dots {
    left: 15%;
    right: 15%;
    bottom: auto;
    top: 3rem;
    height: 0.6rem;
    display: flex;
    flex-direction: row;
}

.eventsSlick .slick-dots li {
    display: flex;
    flex-direction: row;
    flex: auto;
    background-color: #d7d7d7;
    margin-right: 0;
}

.eventsSlick .slick-dots li.slick-active {
    background-color: #3EA7FF;
}

.eventContainer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0;
    height: 25rem!important;
    position: relative;
}

.eventContainer.page .eventLabel,
.eventContainer.roomsforhire .eventLabel {
    opacity: 0;
}

.eventContainer.slick-slide {
    margin: 0 0.25em;
}

a.blockLink {
    float: left;
    height: 100%;
    width: 100%;
}

.eventContainer h3,
.eventContent h3,
.eventContent h3 a {
    color: #000000;
    line-height: 1.2;
}

.eventContainer .slideDate {
    font-size: 1em;
    margin-bottom: 0;
}

#eventsCarousel .container>h2,
#eventsCarousel .container>h3 {
    float: left;
}

#eventsCarousel .eventsFilter {
    float: right;
    margin-top: 1.2rem;
}

#eventsCarousel .eventsFilter a:hover,
#eventsCarousel .eventsFilter a:focus,
#eventsCarousel .eventsFilter a:active {
    color: #3EA7FF;
}

.eventsFilter * {
    float: left;
    margin-left: 2rem;
    color: #000000;
    cursor: pointer;
}

.eventsFilter *:first-child {
    margin-left: 0;
}

.strikethrough {
    text-decoration: line-through;
    visibility: hidden;
}

.eventLabel {
    display: inline-block;
    padding: 1rem 2rem;
    margin-top: 1rem;
    position: relative;
    z-index: 2000;
}

.eventLabel h4 {
    margin: 0;
}

.eventLabel h4 {
    color: #fff;
}

.events .eventLabel {
    background-color: #0E0087;
}

.workshops .eventLabel {
    background-color: #246B53;
}

.exhibitions .eventLabel {
    background-color: #3EA7FF;
}

.residencies .eventLabel {
    background-color: #000000;
}

.eventLabel.yellow {
    background-color: #FED905 !important;
}

.eventLabel.cream {
    background-color: #FFF5CC !important;
}

.eventLabel.yellow h4,
.eventLabel.cream h4 {
    color: #000000 !important;
}

.eventContent {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 5%;
    background-color: #fff;
    padding: 1.5rem;
    z-index: 11;
}

.eventContent .onHover {
    display: none;
}

.postContainer,
aside .eventContainer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

aside .eventContainer {
    height: 20rem!important;
}

#cta .textArea {
    display: block;
    padding: 3.5rem 0;
    z-index: 1001;
}

#cta .textArea.fleft {
    padding-left: 15%;
}

#cta .textArea.fright {
    padding-right: 15%;
}

#cta .imageArea {
    display: block;
    min-height: 375px;
    padding: 0;
}

#cta .imageArea.fright:after,
#cta .imageArea.fleft:after {
    display: block;
    content: '';
    width: 15rem;
    transform: skewX(25deg);
    position: absolute;
    left: -9rem;
    top: 0;
    z-index: 999;
    bottom: 0;
}

#cta .imageArea.fleft:after {
    transform: skewX(-25deg);
    right: -8rem;
    left: auto;
}

#cta.blue,
#cta.blue .imageArea.fright:after,
#cta.blue .imageArea.fleft:after {
    background-color: #3EA7FF;
}

#cta.blue h2,
#cta.blue p {
    color: #fff;
}

#cta h2 strong {
    color: #000000;
}

#cta.blue .button {
    color: #fff;
    border-color: #fff;
}

#cta.blue .button:hover {
    color: #3EA7FF;
    background-color: #fff;
}

#cta.white,
#cta.white .imageArea.fright:after,
#cta.white .imageArea.fleft:after {
    background-color: #fff;
}

#cta.white h2 {
    color: #3EA7FF;
}

#cta.charcoal,
#cta.charcoal .imageArea.fright:after,
#cta.charcoal .imageArea.fleft:after {
    background-color: #000000;
}

#cta.charcoal h2 {
    color: #3EA7FF;
}

#cta.charcoal h2 strong {
    color: #FFFFFF;
}

#cta.charcoal p {
    color: #FFFFFF;
}

#cta.lightGrey,
#cta.lightGrey .imageArea.fright:after,
#cta.lightGrey .imageArea.fleft:after {
    background-color: #ebebeb;
}

#cta.blue .textArea p strong {
    color: #FFFFFF;
}

#cta .imageArea img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#whosItFor {
    background-color: #ebebeb;
}

#whosItFor .eventContainer {
    margin-bottom: 40px;
}

body.home #whosItFor .col4-12,
body.page-template-about #whosItFor .col4-12 {
    display: block;
    /* position: absolute;
	top: 50%;
	transform: translateY(-50%); */
    padding-right: 3rem;
}

#whosItFor .col4-12 h2 {
    margin-bottom: 2rem;
}


/* #whosItFor {
	margin-bottom: 100px;
} */

#whosItFor+#textImageBlock {
    margin-top: 100px;
}

#whosItFor:last-of-type {
    margin-bottom: 0;
}

#featuredVideo {
    background-color: #ebebeb;
}

#featuredVideo .col4-12 {
    padding-right: 3rem;
}

#map_canvas {
    margin-bottom: 30px;
    height: 555px;
}


/* Internal */

#breadcrumbs {
    margin: 0;
}

#breadcrumbs a {
    color: #000000;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus,
#breadcrumbs a:active {
    color: #3EA7FF;
    cursor: pointer;
}

.breadcrumb_last {
    color: #3EA7FF;
}

#pageBanner {
    background-position: 50% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    margin-bottom: 70px;
    overflow: hidden;
    position: relative;
}

#noImgHeader {
    margin: 180px 0 30px 0px;
}

#pageBanner .container {
    overflow: visible;
}

.bannerTitle {
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 450px;
    padding: 35px 40px 0 40px;
}

.bannerTitle h3 {
    color: #3EA7FF;
}

.bulkWhite:last-of-type {
    margin-bottom: 3rem;
}

.bulkWhite h2 {
    margin-bottom: 2rem;
}

.contentRow {
    float: left;
    margin-bottom: 100px;
    position: relative;
    width: 100%;
}

.contentRow .textBlock {
    background: #F6F6F6;
    margin-top: 30px;
    padding: 55px 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 51%;
    z-index: 10;
}

.contentRow .textBlock h2 {
    font-size: 24px;
}

.contentRow .imageBlock {
    background: #F6F6F6;
    float: right;
    height: 450px;
    overflow: hidden;
    position: relative;
    width: 51%;
}

.contentRow .imageBlock img {
    min-width: 100%;
    min-height: 100%;
    max-width: @ 150%; max-height: 150%;
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    margin: auto;
}

#textImageBlock .contentRow:nth-of-type(2n) .textBlock {
    right: 0;
    left: unset;
}

#textImageBlock .contentRow:nth-of-type(2n) .imageBlock {
    float: left;
}

.single-exhibitions #textImageBlock .textBlock {
    width: 66%;
}

.single-exhibitions #textImageBlock .imageBlock {
    height: 370px;
    width: 42%;
}

@media only screen and (max-width: 767px) {
    .single-exhibitions #textImageBlock .textBlock {
        width: 100% !important;
    }
    .single-exhibitions #textImageBlock .imageBlock {
        height: 200px;
        width: 100%;
        margin-bottom: 20px;
    }
}

#lightGreySection {
    background: #F6F6F6;
    padding: 100px 0;
}

#contactForm,
#featuredPost,
#postHeader {
    margin-top: 170px;
}

#postHeader span.price {
    color: #246B53;
    display: block;
    float: left;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: right;
    width: 100%;
}

#featuredPost .featured {
    margin-bottom: 50px;
    position: relative;
}

#postHeader .container {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#featuredPost .featured .col8-12 {
    padding: 0;
}

#featuredPost .featured .overlay {
    font-size: 48px;
    padding-top: 28%;
}

.videoContent {
    background: #EBEBEB;
    padding: 35px 40px !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36%;
    z-index: 12;
}

.videoContent h2 {
    margin-bottom: 25px;
}

.heading {
    margin-bottom: 35px;
}

.listHeading {
    border-bottom: 3px solid #D7D7D7;
    margin-bottom: 30px;
    padding-bottom: 10px;
    width: 100%;
}

.listHeading h3 {
    color: #3EA7FF;
    float: left;
}

.listHeading a {
    float: right;
    text-decoration: underline;
}

.postSection {
    margin-bottom: 50px;
}

.postSection .eventContainer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.centered {
    display: block;
    float: none !important;
    margin: 0 auto;
}

footer form p {
    display: inline;
    clear: none;
    float: left;
    margin: 0;
    width: 40%;
}

footer form p:first-of-type {
    margin-bottom: 0;
    width: 60%;
}

.wpcf7 form p:first-of-type {
    margin-bottom: 0;
}

form p:first-of-type input[type="email"] {
    background: rgba(80, 80, 80, 0.1);
    color: #FFFFFF;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
}

footer ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
}

footer ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

footer :-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
}

footer :-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}

footer form p:first-of-type input[type="email"] {
    background: #000000;
    color: #FFFFFF;
}

footer form p input[type="submit"] {
    background: none;
    border-color: #FFFFFF;
    color: #FFFFFF;
    padding: 12px 0;
    width: 100%;
}

#cta form p input[type="submit"] {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

#cta form p input[type="submit"]:hover {
    background: #FFFFFF;
    color: #3EA7FF;
}

.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap input[type="tel"],
.wpcf7-form-control-wrap input[type="date"],
.wpcf7-form-control-wrap input[type="text"],
.wpcf7-form-control-wrap select,
.wpcf7-form-control-wrap textarea {
    background: #F6F6F6;
    border: none;
    color: #999999;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    padding: 14px;
    width: 100%;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    background-color: #404040;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -110px;
    font-family: 'Gordita-Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    width: 220px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #404040 transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*Zoho 6b form styling*/
.zoho-6b-form{
    padding:30px !important;
    background:#ebebeb;
    overflow:visible;
}

.zoho-become-member-container{
    float:left;
    width:100%;
    margin-bottom: 50px;
    padding:30px !important;
    background:#ebebeb;
    position:relative;
}

.zoho-become-member-container h2{
    font-size: 2em !important;
    margin-bottom: 25px;
}

.zoho-become-member-container .zoho-6b-form{
    padding:0 !important;
}

.zoho_already_member{
    color:#000000;
    text-decoration:underline;
}

.toggle_zoho_form{
    position:absolute;
    right:30px;
    top:30px;
    cursor:pointer;
}

.zoho-6b-form-hidden{
    display: none;
}

.zoho-6b-form input[type='text'],
.zoho-6b-form input[type='date'],
.zoho-6b-form input[type='time'],
.zoho-6b-form input[type='tel'],
.zoho-6b-form input[type='email'],
.zoho-6b-form textarea,
.zoho-6b-form select{
    background: #fff;
    border: none;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    padding: 14px;
    width: 100%;
}

.zoho-student-radios input{
    margin-right:5px;
}

.zoho-6b-form input[type='submit'],
.zoho-6b-form input[type='reset']{
    float:right;
    font-weight: 700;
    font-size: 1em;
}

.zoho-6b-form input[type='submit']:disabled{
    opacity: 0.5;
}

.zoho-6b-form input[type='submit']:hover{
    border-color: #3EA7FF;
}

.zoho-6b-form input[type='reset']{
    background:none !important;
    border: none !important;
    color:#000000;
    margin-right:10px;
    margin-top: 2px;
}

.zoho-6b-form label .fas{
    color:#cacaca;
}

.zoho-6b-checkbox-border{
    background: #FFF;
    border: 2px solid #3EA7FF;
    float: left;
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 15px !important;
    width: 100%;
}

.blue .zoho-6b-form label{
    color:white;
}

.blue .zoho-6b-form input[type='submit']{
    border-color:#fff;
    color:#fff;
}

.zoho-6b-form-student{
    display:none;
}

.zoho-thankyou-page{
    margin: 250px 0 250px 0 !important;
    text-align: center;
}

.zoho-multiple-container{
    overflow:visible;
}

.multi-select-container {
    float:left;
    width:100%;
    position: relative;
}

.multi-select-container--open{
    z-index:3;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 40px;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    padding: 15px;
    border: 1px solid #d2d2d2;
    display:none;
}

.multi-select-menu label{
    float: left;
    width: 100%;
}

.multi-select-menu input {
    margin-right: 0.3em;
    top: 2px;
    position: relative;
}

.multi-select-button {
    float:left;
    width:100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    border: none;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 10px;
    outline: none;
    padding: 14px;
    cursor: default;
}

.multi-select-button:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
}

.fake-multiselect select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.fake-multiselect select::-ms-expand {
    display: none;
}

.fake-multiselect:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em 0.4em 0 0.4em;
    border-color: #999 transparent transparent transparent;
    margin-left: 0.4em;
    vertical-align: 0.1em;
    position:absolute;
    top:52px;
    right:10px;
}

.multi-select-container--open .multi-select-menu { display: block; }

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

@media only screen and (max-width: 767px) {
    .zoho-6b-form input[type='reset']{
        width: 100%;
        margin: 20px 0 10px 0;
        text-align: left;
        padding-left: 0;
    }
    .zoho-6b-form input[type='submit']{
        width:100%;
        margin:15px 0 10px 0;
    }
}

@media only screen and (max-width: 1048px) {
    .zoho-date-fields label{
        min-height: 48px;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .zoho-date-fields label{
        min-height: 0;
    }
}

/*End Zoho 6b form styling*/

.page-template-thankyou #breadcrumbs{
    display:none;
}

span.wpcf7-list-item {
    margin-left: 20px;
}

.contentForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
}

.contentForm ::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
}

.contentForm :-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
}

.contentForm :-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
}

.wpcf7-form-control-wrap input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.wpcf7 input[type="submit"] {
    float: right;
    font-size: 1em;
}

.wpcf7 input[type="submit"]:hover {
    border-color: #3EA7FF;
}

#postBanner {
    background: #F7F7F7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    margin-bottom: 50px;
    position: relative;
}

.featuredTitle {
    background: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 0;
    min-width: 300px;
    padding: 35px 40px 0 40px;
}
@media screen and (max-width: 1280px) {
    .featuredTitle {
        max-width: 50%;
    }
}

.featuredTitle h2,
.featuredTitle h2 a {
    color: #000000;
    font-size: 1.5em;
    margin: 0;
}

.featuredTitle h2 {
    margin-bottom: 0.25rem;
}

.featuredTitle h3 {
    color: #3EA7FF;
}

.featuredTitle p {
    color: #B5B5B5;
}

#hireTable {
    margin-bottom: 9.375rem;
}

#hireTable .col2-12,
#hireTable .col10-12 {
    padding: 0;
}

table#rooms tr td,
table#attributes tr td {
    background: #F6F6F6;
    border-bottom: 5px solid #FFFFFF;
    padding: 10px 0;
    text-align: center;
}

table#attributes {
    margin-top: 270px;
}

table#attributes tr td {
    font-weight: 700;
}

.roomHeader {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    position: relative;
    height: 250px
}

.roomHeader a {
    background: #FFFFFF;
    font-weight: 700;
    padding: 8px 10px;
    position: absolute;
    left: 0;
    top: 15px;
}

.roomHeader h3 {
    background: #FFFFFF;
    color: #000000;
    padding: 10px 12px 0 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
}

.roomButtons {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.roomButtons ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.roomButtons ul li {
    float: left;
    display: inline;
    width: 50%;
}

.roomButtons ul li a {
    padding: 12px 0 10px 0;
    text-align: center;
    width: 100%;
}

#hireTable .col3-12 {
    padding: 0 3px;
}

.button.green {
    background: #246B53;
    border-color: #246B53;
    border: none;
    color: #FFFFFF;
    padding: 14px 31px 12px 31px;
}

.button.hollow {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.button.green:hover,
.button.hollow:hover {
    background: #000000;
    border-color: #000000;
}

.overlay {
    background: rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 32px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 23%;
    position: absolute;
    text-align: center;
    z-index: 10;
}

.videoImage {
    height: 555px;
    overflow: hidden;
    position: relative;
    width: 64%;
}

.fullWidth {
    width: 100%!important;
}

.videoImage iframe {
    width: 100%;
    height: 100%;
}

.featherlight iframe body {
    overflow: hidden;
    position: relative;
}

#splitContent {
    margin-bottom: 6.375rem;
}

#splitContent h2 {
    font-size: 24px;
}

#leftColumn {
    padding-right: 35px;
}

#rightColumn {
    padding-left: 35px;
}

#postSummary,
.eventBrite {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.col6-12 .eventBrite {
    border: none;
}

.eventBrite {
    min-width: 633px;
}

@media only screen and (max-width: 1437px) {
    .eventBrite {
        max-width: 479px;
        min-width: auto;
    }
}

#morePosts h2 {
    color: #3EA7FF;
    font-size: 24px;
}

.blockText {
    background: #EBEBEB;
    float: left;
    margin-bottom: 30px;
    padding: 30px;
    width: 100%;
}

.contentForm {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.blockText h3,
.contentForm h3 {
    color: #3EA7FF;
    margin-bottom: 30px;
}

.contentForm p {
    margin-bottom: 0;
}

.blockText p:last-of-type,
.launchInfo p:last-of-type {
    margin-bottom: 0;
}

a.download {
    background: #3EA7FF;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: 700;
    margin-bottom: 50px;
    padding: 15px 20px;
    transition: all 0.3s linear;
    width: 100%;
}

a.download i {
    float: right;
    margin-top: 4px;
}

a.download:hover {
    background: #000000;
}

.contentVideo {
    margin-bottom: 50px;
}

table.contentTable {
    border: none;
}

table.contentTable tr th,
table.contentTable tr td {
    background: #EBEBEB;
    border: 1px solid #FFFFFF;
    padding: 10px;
    text-align: left;
}

table.contentTable tr th {
    background-color: #000000;
    color: #fff;
}

.contentGallery,
.contentText,
.contentMap,
.contentTitle {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.contentTitle {
    margin-bottom: 10px;
}

body.single .contentGallery {
    margin-top: 25px;
}

.contentText h3,
.contentMap h3 {
    color: #000000;
    margin-bottom: 30px;
}

.contentText ul,
.contentText ol {
    margin: 0;
    padding: 5px 0 25px 35px;
}

.contentText p:last-of-type,
.contentMap p:last-of-type {
    margin-bottom: 0;
}

.contentGallery a,
.contentGallery a img {
    float: left;
    width: 100%;
}

.contentGallery .col4-12 {
    margin-bottom: 10px;
}

.contentGallery .col4-12:first-of-type .imageContainer {
    min-height: 450px;
    max-height: 500px;
    height: -webkit-fill-available;
}

.single-workshops .imageContainer a p {
    display: none;
}

.contentGallery .col4-12 {
    padding-left: 0;
    padding-right: 5px;
}

.contentGallery .col4-12:not(:nth-of-type(1)) {
    height: 140px;
}

.contentGallery .col4-12:nth-of-type(3n+1) {
    padding-left: 5px;
    padding-right: 0px;
}

.contentGallery .col4-12:nth-of-type(3),
.contentGallery .col4-12:nth-of-type(3n) {
    padding-left: 5px;
    padding-right: 5px;
}

.contentGallery .col4-12:first-of-type {
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}

.contentGallery .imageContainer {
    border: 1px solid #EBEBEB;
    float: left;
    max-height: 180px;
    height: -webkit-fill-available;
    position: relative;
    overflow: hidden;
    width: 99.99%;
}

.contentGallery .imageContainer img {
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 150%;
    max-height: unset;
    margin: auto;
    width: auto;
    height: auto;
}

section h2.widget-title {
    background: #F6F6F6;
    float: left;
    font-size: 18px;
    color: #3EA7FF;
    padding: 35px 40px;
    width: 100%;
}


/* Load More Button */

.misha_loadmore {
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 800;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.misha_loadmore:hover {
    background-color: #767676;
    color: #fff;
}

#moreEvents {
    border-top: 1px solid #EBEBEB;
    /* margin-top: 9.375rem; */
    margin-top: 0;
    padding-top: 40px;
}

#moreEvents h2 {
    font-size: 2em;
}

ul.tabs {
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
}

ul.tabs li {
    background: none;
    border-bottom: 5px solid #B7B7B7;
    color: #B7B7B7;
    display: inline-block;
    float: left;
    font-size: 1.15em;
    font-weight: 700;
    padding: 10px 0px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s linear;
    width: 25%;
}

ul.tabs li.current,
ul.tabs li:hover {
    color: #3EA7FF;
    border-bottom: 5px solid #3EA7FF;
}

.tab-content {
    display: none;
    float: left;
    padding: 50px 0px;
    width: 100%;
}

.tab-content.current {
    display: inherit;
}

.tutorOverview {
    background: #EBEBEB;
    float: left;
    margin: 20px 0 50px 0;
    padding: 25px;
    width: 100%;
}

.tutorProfile {
    background: #FFFFFF;
    border-radius: 100px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
    position: relative;
    height: 100px;
    width: 100px;
}

.tutorProfile img {
    min-width: 100%;
    min-height: 100%;
    max-height: 120%;
    position: absolute;
    top: -20%;
    right: -20%;
    bottom: -20%;
    left: -20%;
    margin: auto;
    max-width: unset;
}

.tutorDetails {
    float: left;
}

.tutorDetails ul,
.faqs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.faqs h3 {
    color: #000000;
}

.internalForm {
    border-top: 1px solid #000000;
    padding-top: 20px;
}

body.page-template-template-home-alt .bx-wrapper .products-slider .product-hp a {
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
}

body.post-type-archive-product #page #content .products .product a,
body.tax-product_cat.archive #page #content .products .product a,
body.page-template-template-home-alt #page #content .products .product a,
body.single-product #page #content .products .product a {
    text-decoration: none;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    max-height: 237px;
}

.articleContent {
    float: left;
    margin-bottom: 45px;
    width: 100%;
}

section.articleContent {
    margin: 100px 0 70px 0;
}

.articleContent .col4-12,
.articleContent .col3-12 {
    padding: 0 10px;
}

.articleContent .col4-12:first-of-type,
.articleContent .col3-12:first-of-type {
    padding-left: 0;
}

.articleContent .col4-12:last-of-type,
.articleContent .col3-12:last-of-type {
    padding-right: 0;
}

.articleContent .articlePreview {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.articleContent .articlePreview .articleImage {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    float: left;
    width: 100%;
}

.articleContent .col3-12 .articlePreview .articleImage {
    height: 300px;
}

.articleContent .articlePreview .articleExcerpt {
    float: left;
    padding: 20px 0 0 0;
    width: 100%;
}

.articleContent .articlePreview .articleExcerpt.excerptBackground {
    background: #EBEBEB;
    padding: 20px 35px 35px 35px;
}

.articleContent .articlePreview .articleExcerpt h3 {
    margin-top: 15px;
    margin-bottom: 25px;
}

.articleContent .articlePreview .articleExcerpt p {
    margin-bottom: 30px;
}

.articleContent .articlePreview .articleExcerpt h3 a {
    color: #000000;
    font-size: 24px;
}

/* Internal Ends */

body.yellowBg {}


/* IE fall back for object-fit */

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    #cta .imageArea img,
    .sliderContainer img {
        position: absolute;
        top: -9999px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }
}

@media all {
    .featherlight {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647;
        text-align: center;
        white-space: nowrap;
        cursor: pointer;
        background: #333333;
        background: rgba(0, 0, 0, 0)
    }
    .lightboxInner {
        max-width: 100%;
        width: 600px;
    }
    .lightboxInner h3 {
        margin-bottom: 10px;
        color: #71b100;
    }
    .lightboxInner p:last-of-type {
        margin-bottom: 0;
    }
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, .8)
    }
    .featherlight:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -.25em
    }
    .featherlight .featherlight-content {
        position: relative;
        text-align: left;
        vertical-align: middle;
        display: inline-block;
        overflow: hidden;
        padding: 0;
        border: none !important;
        max-width: 75%;
        min-width: 30%;
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;
        background: #FFFFFF;
        cursor: auto;
        white-space: normal;
        width: auto;
    }
    .featherlight .featherlight-inner {
        display: block
    }
    .featherlight .featherlight-close-icon {
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        line-height: 25px;
        width: 25px;
        cursor: pointer;
        text-align: center;
        font-family: Arial, sans-serif;
        background: #FFFFFF;
        background: rgba(255, 255, 255, .3);
        color: #000000
    }

    .featherlight-iframe .featherlight-content {
        border-bottom: 0;
        padding: 0
    }
    .featherlight iframe {
        border: 0;
        overflow: hidden;
    }
    .featherlight.bg-lightbox .featherlight-content {
        background-image: url(../images/architect_stationary_colour.jpg);
        background-repeat: no-repeat;
        background-position: center center;
    }
}


/* #Responsive */


/*featherlight*/

@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px;
        border-bottom: 10px solid transparent
    }
}


/*large screens*/

@media only screen and (max-width: 1900px) {
    .container {
        width: 80%;
    }
    header,
    .eventsSlick .slick-dots {
        left: 10%;
        right: 10%;
    }
    .sliderHeadline,
    .slideContent {
        left: 10%;
    }
    #imageSlider .slick-dots {
        left: 10%;
    }
    #cta .textArea.fright {
        padding-right: 10%;
    }
    #cta .textArea.fleft {
        padding-left: 10%;
    }
}

@media only screen and (max-width: 1600px) {
    .container {
        width: 90%;
    }
    #fullMenu {
        border-left: 1px solid #EBEBEB;
        overflow: scroll;
    }
    h2 {
        font-size: 2em;
    }
    header {
        left: 5%;
        right: 5%;
    }
    .eventsSlick .slick-dots {
        left: 5%;
        right: 5%;
        top: 8.5rem;
    }
    .sliderHeadline,
    .slideContent {
        left: 5%;
    }
    #imageSlider .slick-dots {
        left: 5%;
    }
    #cta .textArea.fright {
        padding-right: 5%;
    }
    #cta .textArea.fleft {
        padding-left: 5%;
    }
    footer form p input[type="submit"] {
        padding: 10px 0 11px 0;
        width: 100%;
    }
    .btn {
        height: auto !important;
        line-height: 20px !important;
        padding: 10px 30px !important;
    }
}


/*smaller screens*/

@media only screen and (max-width: 1200px) {
    .main-navigation li,
    #nav-icon {
        margin-left: 1.4;
    }
    .main-navigation a {
        font-size: 1em;
    }
    .articleContent .col4-12 .articlePreview .articleImage {
        height: 320px;
    }
    .articleContent .col3-12 .articlePreview .articleImage {
        height: 230px;
    }
    .articleContent .articlePreview .articleExcerpt.excerptBackground {
        padding: 5px 20px 20px 20px;
    }
}

@media only screen and (max-width: 1016px) {
    a.custom-logo-link {
        width: 25%;
    }
    .topHeader,
    .bottomHeader {
        width: 75%;
    }
}

@media only screen and (max-width: 960px) {
    a.custom-logo-link {
        width: 20%;
    }
    .topHeader,
    .bottomHeader {
        width: 80%;
    }
    .mousey {
        display: none;
    }
    .slideContent {
        width: 50%;
    }
}

@media only screen and (max-width: 900px) {
    .topHeader,
    .bottomHeader {
        width: calc(100% - 180px);
    }
    a.custom-logo-link {
        width: 180px;
    }
}


/*ipads*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .mob_show {
        display: inline;
    }
    body {
        width: 1500px;
    }
    h3 {
        font-size: 1.2em;
    }
    h2,
    section h2 {
        font-size: 2em;
    }
    input {
        -webkit-appearance: none;
        border-radius: 0;
    }
    header {
        left: 5%;
        right: 5%;
    }
    .main-navigation a {
        font-size: 1em;
    }
    .slideImage {
        width: 100%;
    }
    .slideContent {
        width: 60%;
        width: 60%;
    }
    .slick-dots {
        left: 5%;
    }
    #eventsCarousel .eventsFilter {
        margin-top: 0.6rem;
    }
    #eventsCarousel,
    #whosItFor,
    #featuredVideo,
    #ourLocation .container,
    footer {
        padding: 5rem 0 !important;
    }
    .sliderHeadline h1 {
        font-size: 3.2em;
    }
    #cta .textArea {
        padding: 2.5rem 0;
    }
    .videoImage,
    .videoImage iframe {
        height: 425px !important;
    }
    .centered {
        width: 60%;
    }
    footer .col9-12 {
        width: 83.333%;
        width: calc(100% / 12 * 10 - 0.1px);
        width: -webkit-calc(100% / 12 * 10 - 0.1px);
        width: -moz-calc(100% / 12 * 10 - 0.1px);
    }
    .eventsSlick .slick-dots {
        top: 1.5rem;
    }
    .contentRow .textBlock {
        padding: 30px;
    }
    .contentRow .imageBlock {
        height: 350px;
    }
    #hireTable .col2-12 {
        display: none;
    }
    .eventContent h3 {
        margin-bottom: 20px;
    }
    #rightColumn {
        padding-left: 15px;
    }
    #leftColumn {
        padding-right: 15px;
    }
    .contentGallery .col4-12:first-of-type .imageContainer {
        min-height: 300px;
        height: 350px;
    }
    .contentVideo iframe {
        height: 240px !important;
    }
    .contentGallery .imageContainer {
        height: 120px;
    }
    .eventContent .onHover {
        display: block;
    }
    #hireTable .col10-12 {
        width: 100%;
    }
    .eventContent .intro {
        display: none;
    }
    .eventContainer .slideDate {
        margin-bottom: 25px;
    }
    .featuredTitle {
        bottom: -1px;
    }
}


/*mobiles*/

@media only screen and (max-width: 767px) {
    html {
        overflow-x: hidden;
    }
    input[type="text"],
    input[type="number"] {
        -webkit-appearance: none;
        border-radius: 0;
    }
    article,
    aside,
    .container,
    .col {
        width: 100%;
        min-width: 0;
        float: left;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    h3 {
        font-size: 1.2em;
    }
    #moreEvents h2 {
        font-size: 2em;
    }
    .mob_hide {
        display: none !important;
    }
    .container {
        padding: 0 10px;
    }
    #nav-icon {
        width: 2rem;
        height: 100%;
        top: 0.8rem;
    }
    #nav-icon span {
        height: 3px;
    }
    #nav-icon span:nth-child(2) {
        top: 0.5rem;
    }
    #nav-icon span:nth-child(3) {
        top: 1rem;
    }
    .mob_show {
        display: block
    }
    .mobile_toggle {
        float: right;
        font-size: 32px;
        cursor: pointer
    }
    .menu-wrap {
        margin-top: -400%;
        top: 95px;
        padding: 20px 40px;
    }
    body,
    button,
    input,
    select,
    optgroup,
    textarea,
    p {
        font-size: 14px;
        font-size: 0.875em;
    }
    #fullMenu {
        overflow: scroll;
    }
    #fullMenu #search {
        display: block;
        position: relative;
        top: -35px;
        float: left;
    }
    header {
        left: 0;
        right: 0;
        padding: 1rem;
        z-index: 1001;
    }
    #displayOptions,
    #search,
    button.menu-toggle {
        display: none;
    }
    .custom-logo-link {
        display: block;
        height: auto;
        margin: 0;
        margin-bottom: 0px;
        width: 180px;
    }
    .topHeader,
    .bottomHeader {
        float: left;
        margin: 0;
    }
    .topHeader {
        display: none;
    }
    .bottomHeader {
        float: right;
        margin-top: 3px;
    }
    .topHeader .socialIcons {
        float: left;
        margin: 0;
        text-align: left;
    }
    .socialIcons a {
        margin: 0 1.25rem 0 0;
    }
    .slideContent {
        width: 90%;
    }
    .slideContent p:last-of-type {
        display: none;
    }
    .sliderHeadline {
        top: 5rem;
    }
    .sliderHeadline h1 {
        font-size: 2.4em;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }
    #eventsCarousel .slick-dotted.slick-slider {
        padding-top: 10rem;
    }
    #imageSlider {
        margin-top: 85px;
    }
    .slick-dots {
        left: 5%;
    }
    #eventsCarousel,
    #whosItFor,
    #featuredVideo,
    #ourLocation .container,
    footer {
        padding: 3rem 0 !important;
    }
    #eventsCarousel .eventsFilter {
        float: left;
        margin-top: 0;
        width: 100%;
    }
    .eventsFilter * {
        margin: 0 0 10px 0;
        width: 50%;
    }
    #cta .imageArea.fright:after,
    #cta .imageArea.fleft:after {
        display: none;
    }
    #cta .textArea.fright,
    #cta .textArea.fleft {
        padding: 2.5rem 5%;
    }
    #cta .textArea.fright,
    #cta .textArea.fleft,
    #cta .imageArea,
    #cta form p input[type="submit"] {
        width: 100%;
    }
    #mc_embed_signup_scroll input[type='submit'] {
        font-size: 0.875em;
    }
    #mc_embed_signup_scroll .mc-field-group {
        display: flex;
    }
    #mc_embed_signup_scroll {
        display: flex;
    }
    #mce-responses {
        display: none;
    }
    .mce-button {
        width: 40%;
    }
    body.home #whosItFor .col4-12,
    #featuredVideo .col4-12,
    body.page-template-about #whosItFor .col4-12 {
        padding: 0 0 2.5rem 0;
        position: relative;
        top: 0;
        transform: none;
    }
    .eventContent p.intro {
        margin-bottom: 10px;
    }
    .eventContent h3 {
        margin-bottom: 20px;
    }
    iframe,
    .videoImage {
        height: 190px !important;
    }
    .page-template-home #ourLocation .col4-12 {
        padding: 0 5%;
    }
    #ourLocation a.button {
        margin-bottom: 2rem;
    }
    #cta.blue .button {
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }
    #cta a.button:last-of-type {
        margin: 0;
    }
    footer {
        text-align: center;
    }
    footer ul {
        margin-bottom: 30px;
    }
    footer form p:first-of-type,
    footer form p {
        width: 100%;
    }
    footer .custom-logo-link {
        width: 200px;
    }
    #footer-logos a:last-of-type img {
        margin-bottom: 0;
    }
    /* Internal */
    .bannerTitle,
    .featuredTitle {
        max-width: 95%;
        min-width: 0;
        padding: 30px 30px 0 30px;
    }
    #pageBanner {
        background-position: center;
        height: 400px;
    }
    #pageBanner,
    .contentRow {
        margin-bottom: 0px;
    }
    .contentRow .textBlock {
        margin: 0;
        padding: 30px;
        position: relative;
        width: 100%;
    }
    .contentRow .imageBlock {
        height: 240px;
        position: relative;
        width: 100%;
    }
    #lightGreySection {
        padding: 50px 0;
    }
    #rightColumn,
    #leftColumn {
        padding: 0;
    }
    #postHeader span.price {
        margin: 30px 0;
        text-align: left;
    }
    input[type='submit'],
    .button {
        text-align: center;
        width: 100%;
    }
    .button.simple {
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: left;
    }
    .pricePer {
        padding-top: 1rem;
        text-align: left;
    }
    .featuredTitle p.intro {
        display: none;
    }
    ul.tabs li {
        width: 50%;
    }
    #full-menu li ul li ul {
        display: none;
    }
    .contentGallery .col4-12:first-of-type .imageContainer {
        min-height: 150px;
        height: 150px;
    }
    span.checkbox-295 {
        display: block;
        margin-bottom: 15px;
    }
    #map_canvas,
    #postBanner {
        height: 350px;
    }
    .page-template-home #map_canvas {
        margin: 0;
    }
    #ourLocation .container {
        padding-bottom: 0 !important;
    }
    .page-template-contact #ourLocation .col4-12 {
        padding: 0 5%;
    }
    .videoContent {
        padding: 30px !important;
    }
    .eventContainer {
        height: 23rem !important;
        margin: 0 0 20px 0;
    }
    div.wpcf7 .ajax-loader {
        display: none;
    }
    .internalForm h3 {
        margin-bottom: 20px;
    }
    .eventContent {
        bottom: -23px;
    }
    .eventContent .onHover {
        display: block !important;
    }
    .eventContainer .slideDate {
        display: none;
        margin-bottom: 20px;
    }
    .contentText ul,
    .contentText ol {
        padding: 30px 10px 0 30px;
    }
    blockquote p:first-of-type {
        font-size: 20px;
    }
    .blockText,
    .contentForm {
        margin-bottom: 30px;
    }
    footer .col3-12 {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    footer .col3-12:nth-of-type(2n) {
        margin-left: 10px;
    }
    #footer-logos a img {
        margin-bottom: 20px;
    }
    #splitContent,
    a.download,
    #hireTable,
    .contentGallery,
    .contentText,
    .contentMap,
    .contentVideo,
    #featuredPost .featured,
    .postSection .eventContainer {
        margin-bottom: 30px;
    }
    .listHeading h3,
    .listHeading a {
        display: block;
        text-align: center;
        width: 100%;
    }
    table#attributes {
        display: none;
    }
    table#rooms tr td span {
        display: inline;
    }
    .contentGallery .col4-12 {
        padding: 0 !important;
    }
    blockquote {
        padding: 0 30px 30px 30px;
    }
    .slideImage {
        height: 90vh;
    }
    .slick-next,
    .slick-prev {
        height: 368px !important;
    }
    .slick-initialized .slick-slide {
        margin: 0 5px 0 5px !important;
    }
    #imageSlider .slick-initialized .slick-slide {
        margin: 0 !important;
    }
    .eventLabel {
        padding: 10px 15px
    }
    .eventLabel h4 {
        margin: 0;
    }
    #cta .imageArea {
        min-height: 175px !important;
        max-height: 175px !important;
    }
    #cta+#whosItFor {
        margin-bottom: 0;
    }
    .full_width_iframe {
        height: 270px!important;
    }
    .zoho-6b-form label .fas{
        display:none;
    }
    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select:focus,
    textarea {
    font-size: 16px;
    }

    .articleContent .col4-12,
    .articleContent .col3-12 {
        padding: 0;
    }

    .articleContent .col4-12 .articlePreview .articleImage,
    .articleContent .col3-12 .articlePreview .articleImage {
        height: 320px;
    }

}


/* #Responsive Ends */

#contentTog {
    display: none;
}

.sidebar-advanced-filters2 {
    float: left;
    padding: 40px;
    margin: 0;
    background: #EBEBEB;
    width: 100%;
}

.sidebar-advanced-filters2 select {
    width: 100%;
}

.sidebar-advanced-filters2 h4:nth-child(1) {
    margin-top: 0;
}

.sidebar-advanced-filters2 h4 {
    margin-bottom: 20px;
}

.sidebar-advanced-filters2 .ui-slider .ui-slider-handle {
    z-index: 1;
}

.sidebar-advanced-filters2 .ui-slider .ui-slider-handle:after {
    background: transparent;
    border: none;
    box-shadow: none;
}

.sidebar-advanced-filters2 .ui-slider .ui-slider-handle:before {
    background: transparent;
    border: none;
    box-shadow: none;
}

.filter-main-label.fright {
    padding-left: 150px !important;
    pointer-events: none;
}


/* News page */
.row {
    display: flex;
    flex-wrap: wrap;
}

.articleContent .articlePreview {
    float: left;
    margin-bottom: 80px;
}

/* New Campaign */
.page-template-campaign-new .section-block {
    margin: 30px 0;
}
.page-template-campaign-new #pageBanner {
    margin-bottom: 20px;
}

.page-template-campaign-new .bannerTitle {
    position: relative;
    padding: 0 !important;
}

.page-template-campaign-new .downloads {
    padding: 0;
}

.page-template-campaign-new .downloads .col3-12:nth-child(4n+5) {
    padding-left: 0;
    padding-right: 10px;
}

.page-template-campaign-new .downloads .col3-12:nth-child(4n+4) {
    padding-right: 0px;
}

.page-template-campaign-new .downloads .single-download {
    padding: 24px;
    background: rgba(246, 246, 246, 1);
    margin-bottom: 20px;
}

.page-template-campaign-new .downloads .single-download a {
    color: inherit;
}

.page-template-campaign-new .downloads .single-download p {
    text-transform: uppercase;
}

.page-template-campaign-new .downloads .single-download svg {
    margin-bottom: 16px;
}


.page-template-campaign-new .section-block p:last-child {
    margin: 0;
}

.page-template-campaign-new .section-block h2.section-title {
    color: rgba(62, 167, 255, 1);
    margin-bottom: 20px;
}

.page-template-campaign-new .text-block h3, .page-template-campaign-new .text-block h4 {
    margin-bottom: 12px;
}

.page-template-campaign-new .text-block h3 {
    font-size: 24px;
    line-height: 26px;
}

.page-template-campaign-new .accordion-wrap {
    margin-bottom: 16px;
}

.page-template-campaign-new .accordion {
    background: #F6F6F6;
    color: #000;
    cursor: pointer;
    padding: 24px 32px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
    font-family: 'Gordita-Bold', Arial, sans-serif;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-template-campaign-new .accordion .now-active {
    display: none;
}

.page-template-campaign-new .accordion.active .now-active {
    display: block;
}

.page-template-campaign-new .accordion.active .non-active {
    display: none;
}

.page-template-campaign-new .accordion:hover {
  background-color: #ccc; 
}

.page-template-campaign-new .panel {
  padding: 24px 32px;
  display: none;
  background-color: #FBFBFB;
  overflow: hidden;
}


