/*!
Theme Name: UNSW
Theme URI: http://underscores.me/
Author: Mark David Lee
Author URI: http://www.taoscreative.com.au
Description: Theme developed exclusive for UNSW
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: unsw
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.

UNSW is based on Underscores http://underscores.me/, (C) 2012-2015 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 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
# Custom
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# 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: 1em 40px;
}

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: 1px solid #c0c0c0;
    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
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: "Arial", sans-serif !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

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,
q {
    quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0;
}

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"] {
    background-color: #FFCD05;
    color: #000 !important;
    padding: 0px 60px !important;
    line-height: 3;
    text-transform: uppercase;
    border-radius: 5px;
    border: 1px solid transparent !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #000;
    color: #FFCD05 !important;
}

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 {
    background-color: #000;
    color: #FFCD05 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
    color: #666;
    border: 1px solid #BEB7B3;
    border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
select:focus,
textarea:focus {
    color: #24B6AB;
    border: 1px solid #24B6AB !important;
    outline: 0;
}

.contact input[type="text"]::-webkit-input-placeholder,
.contact input[type="email"]::-webkit-input-placeholder,
.contact input[type="url"]::-webkit-input-placeholder,
.contact input[type="password"]::-webkit-input-placeholder,
.contact input[type="search"]::-webkit-input-placeholder,
.contact input[type="tel"]::-webkit-input-placeholder,
.contact input[type="number"]::-webkit-input-placeholder,
.contact select::-webkit-input-placeholder,
.contact textarea::-webkit-input-placeholder {
    color: #24B6AB;
    font-weight: bold;
}

.contact input[type="text"]:-moz-placeholder,
.contact input[type="email"]:-moz-placeholder,
.contact input[type="url"]:-moz-placeholder,
.contact input[type="password"]:-moz-placeholder,
.contact input[type="search"]:-moz-placeholder,
.contact input[type="tel"]:-moz-placeholder,
.contact input[type="number"]:-moz-placeholder,
.contact select:-moz-placeholder,
.contact textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #24B6AB;
    font-weight: bold;
}

.contact input[type="text"]::-moz-placeholder,
.contact input[type="email"]::-moz-placeholder,
.contact input[type="url"]::-moz-placeholder,
.contact input[type="password"]::-moz-placeholder,
.contact input[type="search"]::-moz-placeholder,
.contact input[type="tel"]::-moz-placeholder,
.contact input[type="number"]::-moz-placeholder,
.contact select::-moz-placeholder,
.contact textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #24B6AB;
    font-weight: bold;
}

.contact input[type="text"]:-ms-input-placeholder,
.contact input[type="email"]:-ms-input-placeholder,
.contact input[type="url"]:-ms-input-placeholder,
.contact input[type="password"]:-ms-input-placeholder,
.contact input[type="search"]:-ms-input-placeholder,
.contact input[type="tel"]:-ms-input-placeholder,
.contact input[type="number"]:-ms-input-placeholder,
.contact select:-ms-input-placeholder,
.contact textarea:-ms-input-placeholder {
    color: #24B6AB;
    font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select {
    padding: 3px;
    line-height: 2;
    width: 100%;
    height: 36px;
}

textarea {
    padding-left: 3px;
    width: 100%;
}

.wpcf7-radio .wpcf7-list-item {
    display: block;
}

select option {
    color: #333;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #24B6AB;
}

a:visited {
    color: #231F20;
}

a:hover,
a:focus,
a:active {
    color: #231F20;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    background: #231F20;
    border-top: 10px solid #FFCB00;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    background-color: #231F20 !important;
    float: left;
    position: absolute;
    top: 42px;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover,
.main-navigation ul ul li:focus {
    background-color: #4F4C4D;
}

.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 ul a .current_page_item,
.main-navigation ul ul a .current-menu-ancestor {
    background-color: #231F20;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
    left: 0px;
}

.main-navigation li {
    float: left;
    position: relative;
    padding: 10px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}

.main-navigation a:hover {
    color: #FFCB00;
    text-decoration: none;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #fff;
}

.main-navigation .current_page_item,
.main-navigation .current-menu-ancestor {
    background-color: #24B6AB;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.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%;
}


/*--------------------------------------------------------------
# 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: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. */
}


/* 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;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.entry-content .entry-title {
    clear: both;
    display: block;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## 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,
.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-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
--------------------------------------------------------------*/

html {
    position: relative;
    min-height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    overflow-x: hidden !important;
}

body.modal-open {
    overflow: hidden;
}

.post-edit-link {
    position: fixed;
    left: 0px;
    top: 50%;
    background: #FFCB00;
    color: #000 !important;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 12px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.post-edit-link:hover {
    text-decoration: none;
    background: #000;
    color: #FFCB00 !important;
}

.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    clear: both;
    display: table;
}

.site-header .head-top {
    padding: 30px 0px;
}

.site-header .site-branding {
    padding: 0px !important;
}

.site-header .site-branding:after {
    content: " ";
    /*border-right: 1px solid #000;*/
    margin-left: 25px;
    padding: 20px 0px;
}

.site-header .site-branding a:hover {
    text-decoration: none;
}

.site-header .entry-title {
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 1;
    font-size: 28px !important;
    margin-top: 35px !important;
}

.site-header .top-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.site-header .top-navigation ul li {
    float: left;
    display: inline-block;
    margin: 0px 10px;
}

.site-header .top-navigation ul li a {
    color: #959595;
    line-height: 4.5;
}

.site-search-container {
    padding: 15px 0px;
}

.site-search-container input[type="text"] {
    border-radius: 0;
    padding: 5px;
    width: 100%;
}

.site-search-container:after {
    content: "\f002";
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    right: 23px;
    top: 16px;
    color: #959595;
}

.site-footer {
    width: 100%;
    min-height: 223px;
}

.site-footer ul,
.site-footer li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.site-footer a {
    color: #FFCB00;
}

.site-footer .site-info-top {
    background: #000;
    padding: 30px 0px;
    position: relative;
}

.site-footer .site-info {
    background-color: #EFEFEF;
    padding: 15px 0px;
    position: relative;
    z-index: 0;
}

.site-footer .site-info:before {
    content: "";
    position: absolute;
    height: 6px;
    z-index: 99;
    width: 100%;
    top: 0px;
    background-color: #FFCB00;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}

.site-footer .footer-1 * {
    font-size: 10px;
}

.site-footer .footer-1 .widget_nav_menu {
    margin-bottom: 20px;
}

.site-footer .footer-1 .menu li {
    padding: 0px 10px;
    border-right: 1px solid #FFCB00;
}

.site-footer .footer-1 .menu li a:hover {
    color: #fff;
}

.site-footer .footer-1 li {
    float: left;
    display: inline-block;
}

.site-footer .footer-1 li:nth-child(1) {
    padding-left: 0px !important;
    border-left: 0;
}

.site-footer .footer-1 p {
    color: #ccc;
    margin: 0px;
}

.site-footer .footer-1 p a {
    color: #ccc;
}

.site-footer .footer-1 p a:hover {
    color: #fff;
}

.site-footer .footer-2 h3 {
    margin-top: 0px;
    color: #ccc;
}

.site-footer .footer-2 i {
    font-size: 22px;
    margin-right: 10px;
}

.site-footer .footer-2 a:hover {
    color: #fff;
}

.site-footer .footer-3 img {
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.site-footer .footer-4 {
    text-align: right;
}

.site-footer .footer-4 img {
    display: inline-block;
    margin-left: 20px;
}

.cycloneslider-template-default .cycloneslider-pager {
    top: inherit !important;
    bottom: 26px;
    left: 0;
    width: 100%;
    height: 12px;
    text-align: center;
}

.cycloneslider-template-default .cycloneslider-pager span {
    background-color: #fff !important;
    opacity: .25 !important;
}

.cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active {
    background-color: #fff !important;
    opacity: 1 !important;
}

.cycloneslider-template-default .cycloneslider-caption {
    bottom: 30% !important;
    background: none !important;
    text-align: center !important;
}

.cycloneslider-template-default .cycloneslider-caption-title {
    font-family: 'Sommet Rounded' !important;
    font-size: 44px !important;
}

.cycloneslider-template-default .cycloneslider-caption-description {
    font-size: 24px !important;
}

.cycloneslider-template-default .cycloneslider-caption-description:after {
    content: "";
    background-color: #fff;
    width: 45px;
    height: 5px;
    position: relative;
    margin: 15px auto 0px;
    display: block;
}

.cycloneslider-template-default .cycloneslider-caption:after {
    content: "enquire now";
    background-color: #FFCD05;
    width: 142px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    color: #000;
    padding: 0px;
    line-height: 3;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}

.home-events h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
}

.home-events .item-tile {
    position: relative;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
}

.home-events .item-tile .title-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.home-events .item-tile .title-bar h2 {
    font-size: 15px;
    color: #fff;
    margin: 0px;
    width: 100%;
    float: left;
    display: inline-block;
    padding: 10px;
}

.home-events .item-tile .title-bar .max-cap {
    font-size: 8px;
    width: 20%;
    background-color: #7D7A7A;
    float: left;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0px;
}

.home-events .item-tile .title-bar .max-cap span {
    font-size: 12px;
}

.home-events .item-tile:hover .item-content {
    top: 0px;
}

.home-events .item-tile .item-content {
    position: absolute;
    top: 180px;
    background-color: #23B5AA;
    height: 180px;
    padding: 0px 20px;
    transition: top 0.25s linear;
}

.home-events .item-tile .item-content * {
    color: #fff;
}

.home-events .item-tile .item-content h2 {
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1;
    padding: 20px 0px 10px !important;
    position: relative;
}

.home-events .item-tile .item-content h2:after {
    content: "";
    width: 45px;
    height: 2.75px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.home-events .item-tile .item-content p {
    font-size: 12px;
    margin-top: 0px;
}

.home-events .item-tile .item-content a.more {
    font-family: 'Sommet Rounded' !important;
    display: block;
    background: url("images/arrow.png") no-repeat center right;
    bottom: 7px;
    position: absolute;
    width: 90%;
    font-weight: bold;
}

a.read-more {
    background-color: #FFCD05;
    color: #000 !important;
    padding: 15px 50px;
    line-height: 3;
    text-transform: uppercase;
    border-radius: 5px;
}

a.read-more:hover {
    text-decoration: none;
    background-color: #000;
    color: #FFCD05 !important;
}

a.read-more-black {
    background-color: #000;
    color: #FFCD05 !important;
    padding: 15px 50px;
    line-height: 3;
    text-transform: uppercase;
    border-radius: 5px;
}

a.read-more-black:hover {
    text-decoration: none;
    background-color: #FFCD05;
    color: #000 !important;
}

a.submit {
    background-color: #231F20 !important;
    color: #fff !important;
    margin-right: 20px;
}

.event-featured {
    background-color: #F2F2F2;
    background-size: cover;
}

.event-featured .left,
.event-featured .right {
    padding: 50px 0px;
}

.event-featured h2 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1;
    margin: 0px;
}

.event-featured h3 {
    color: #FFCD05;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0px;
    font-weight: lighter;
}

.event-featured p a {
    color: #23B5AA;
}

.black {
    color: #333333 !important;
}

.white {
    color: #fff !important;
}

.black-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px !important;
}

.bx-wrapper {
    max-width: 100% !important;
    width: 100% !important;
}

.bx-wrapper img {
    border-radius: 0px !important;
}

.bx-wrapper a.bx-prev {
    left: -50px;
    background: url("images/footer-nav.png") top left;
    width: 16px;
    height: 27px;
}

.bx-wrapper a.bx-prev:hover {
    background-position: bottom left;
}

.bx-wrapper a.bx-next {
    right: -50px;
    background: url("images/footer-nav.png") top right;
    width: 16px;
    height: 27px;
}

.bx-wrapper a.bx-next:hover {
    background-position: bottom right;
}

.bx-wrapper .caption {
    font-size: 11px;
    padding: 5px 0px;
}

.footer-gallery h1 {
    margin-bottom: 0px;
    font-weight: lighter;
}

.entry-header {
    background-color: #24B6AB;
    padding-top: 20px;
}

.entry-header h1 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}

.breadcrumbs {
    color: #fff;
    font-size: 10px;
    margin-bottom: 25px;
}

.breadcrumbs a {
    color: #fff;
}

.breadcrumbs a:hover,
.breadcrumbs a.active {
    color: #fff;
}

.footer-bg {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-bg * {
    color: #fff;
}

.footer-bg h2 {
    font-size: 44px;
    text-transform: uppercase;
    margin: 75px 0px 15px 50px;
}

.footer-bg h1 {
    font-size: 112px;
    font-family: 'Bodoni 72';
    font-weight: 600;
    margin: 0px 0px 50px 0px;
    line-height: 0;
}

.footer-bg p {
    font-size: 26px;
    margin: -10px 15px 0px 150px;
    font-weight: lighter;
}

.footer-bg a {
    margin: 0px 50px;
    padding: 10px 35px;
    font-size: 12px;
}

#secondary {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 100%;
    min-height: 875px;
    padding-left: 30px;
}

#secondary .arrow-long {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #474C55 url("images/arrow-long.png") no-repeat 95% 50%;
    position: relative;
    z-index: 3;
    display: block;
    padding: 5px 10px;
    margin-top: 5px;
}

#secondary .arrow {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: url("images/arrow.png") no-repeat 95% 50%;
    position: relative;
    z-index: 3;
    display: block;
}

#secondary img {
    width: 100%;
    margin-top: 15px;
}

#secondary .widget-title {
    display: none;
}

#secondary h1 {
    font-size: 27px;
    margin-top: 0px;
}

#secondary ul {
    list-style: none;
    padding: 0px;
}

#secondary ul li {
    line-height: 1.75;
}

#secondary ul li a {
    font-size: 16px;
    color: #000;
}

#secondary .box-with-bg {
    background: #000;
    padding: 25px 30px;
    margin-top: 20px;
    background-size: cover;
}

#secondary .box-with-bg h2 {
    color: #fff;
    margin: 0px !important;
    font-weight: bold;
}

#secondary .box-with-bg .arrow {
    background: url("images/arrow.png") no-repeat 100% 50%;
    font-weight: lighter;
}

.venue .nav-wrapper {
    background-color: #F1F1F1;
    padding-top: 20px;
}

.venue .nav-tabs {
    background-color: #F1F1F1;
    position: relative;
    height: 62px;
}

.venue .nav-tabs li:nth-child(1) {
    color: #24B5AA;
    font-size: 36px;
    margin-right: 30px;
}

.venue .nav-tabs li a {
    font-size: 21px;
    text-transform: uppercase;
    color: #000;
    border-radius: 0px;
    font-weight: bold;
    padding: 15px 30px;
    border: 1px solid #ddd;
    margin: 0px;
}

.venue .nav-tabs li:before {
    display: block;
    content: " ";
    margin-top: -500px;
    height: 500px;
    visibility: hidden;
}

.venue .nav-tabs:before {
    content: '';
    height: 62px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    left: -100%;
    z-index: 99;
}

.venue .nav-tabs:after {
    content: '';
    height: 62px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    right: -100%;
    z-index: 99;
}

.venue .tab-pane .featured-image {
    margin-top: 21px;
}

.venue .tab-pane .featured-image div {
    width: 465px;
    height: 310px;
    background-size: cover;
    background-position: center bottom;
}

.venue .venue-item {
    padding: 30px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: auto;
    display: table;
    clear: both;
}

.venue .venue-item:before {
    content: '';
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    left: -100%;
    bottom: -1px;
    z-index: 99;
}

.venue .venue-item:after {
    content: '';
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    right: -100%;
    bottom: -1px;
    z-index: 99;
}

.venue .venue-item .section-title {
    text-transform: uppercase !important;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0px;
}

.venue .venue-item ul {
    list-style: none;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

.venue .venue-item ul li {
    border-bottom: solid 1px #BEB7B3;
    padding-left: 20px;
}

.venue .venue-item ul li:before {
    content: "\003E";
    color: #BEB7B3;
    margin-left: -20px;
    margin-right: 12px;
}

.venue .venue-item ul li em {
    display: block;
    color: #BEB7B3;
}

.venue .venue-item .feat-link {
    background-color: #000;
    margin-bottom: 15px;
    color: #fff;
    padding: 23px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.venue .venue-item .feat-link:after {
    content: " ";
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.33);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.venue .venue-item .feat-link h4 {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.venue .venue-item .feat-link a {
    font-size: 17px;
    color: #fff;
    background: url("images/arrow.png") no-repeat center right;
    position: relative;
    z-index: 3;
    display: block;
}

.venue .venue-header {
    margin-bottom: 20px;
}

.venue .entry-title {
    text-decoration: underline;
    color: #231F20;
}

.venue .entry-title a {
    color: #231F20;
}

.venue .entry-title a.active {
    color: #231F20;
}

.venue .enquire {
    margin-top: 20px;
    text-align: right;
}

.venue .enquire a {
    padding: 10px 20px;
}

.venue .panel-group a {
    display: block;
    position: relative;
}

.venue .panel-group a:hover {
    text-decoration: none;
}

.venue .panel-group a i {
    position: absolute;
    right: 10px;
    font-size: 14px;
    background-color: #81858D;
    color: #F3F1EF;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    padding: 4px;
}

.venue .panel-group .panel {
    border-radius: 0px;
}

.venue .panel-group .panel-heading {
    padding: 0px;
    background-color: #F3F1EF;
    border-color: #BEB7B3;
}

.venue .panel-group .panel-heading .collapseOne {
    font-size: 25px;
    color: #231F20;
    margin: 0px;
    padding: 15px 10px;
    background-color: #F3F1EF;
}

.venue .panel-group .panel-heading .collapseOne.active {
    text-decoration: none;
}

.venue .panel-group .panel-heading .collapse-me {
    background-color: #231F20;
    padding: 15px 10px;
    color: #fff;
}

.venue .panel-group .panel-heading .collapse-me i {
    color: #fff;
}

.venue-panel .section-title {
    text-transform: uppercase !important;
    font-size: 25px;
    font-weight: bold;
}

.venue-panel .item-tile {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.venue-panel .item-tile .tile-img {
    height: 180px;
    background-size: cover;
    margin-bottom: 53px;
}

.venue-panel .item-tile .title-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #434343;
}

.venue-panel .item-tile .title-bar h2 {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    width: 80%;
    float: left;
    display: inline-block;
    padding: 0px 15px;
    line-height: 50px;
}

.venue-panel .item-tile .title-bar .max-cap {
    font-size: 8px;
    width: 20%;
    background-color: #7D7A7A;
    float: left;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0px;
}

.venue-panel .item-tile .title-bar .max-cap span {
    font-size: 12px;
}

.venue-panel .item-tile:hover .item-content {
    top: 0px;
}

.venue-panel .item-tile .item-content {
    position: absolute;
    top: 233px;
    background-color: #23B5AA;
    height: 233px;
    padding: 0px 20px;
    transition: top 0.25s linear;
}

.venue-panel .item-tile .item-content * {
    color: #fff;
}

.venue-panel .item-tile .item-content h2 {
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1;
    padding: 20px 0px 10px !important;
    position: relative;
}

.venue-panel .item-tile .item-content h2:after {
    content: "";
    width: 45px;
    height: 2.75px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.venue-panel .item-tile .item-content p {
    font-size: 12px;
    margin-top: 0px;
}

.venue-panel .item-tile .item-content a.more {
    font-family: 'Sommet Rounded' !important;
    display: block;
    background: url("images/arrow.png") no-repeat center right;
    bottom: 7px;
    position: absolute;
    width: 90%;
    font-weight: bold;
}

.venue-panel .venue-features ul {
    list-style: none;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

.venue-panel .venue-features ul li {
    border-bottom: solid 1px #BEB7B3;
    padding-left: 20px;
}

.venue-panel .venue-features ul li:before {
    content: "\003E";
    color: #BEB7B3;
    margin-left: -20px;
    margin-right: 12px;
}

.venue-panel .venue-features ul li em {
    display: block;
    color: #BEB7B3;
}

.venue-panel .venue-features .add-info {
    background: url("images/feat-link.jpg");
}

.venue-panel .venue-features .feat-link {
    background-color: #000;
    margin-bottom: 15px;
    color: #fff;
    padding: 23px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.venue-panel .venue-features .feat-link:after {
    content: " ";
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.33);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.venue-panel .venue-features .feat-link h4 {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
}

.venue-panel .venue-features .feat-link a {
    font-size: 17px;
    color: #fff;
    background: url("images/arrow.png") no-repeat center right;
    position: relative;
    z-index: 3;
}

.venue-panel .content {
    margin: 0 auto;
}

.sec-header {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
}

.wp-caption-text {
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    padding: 5px 0px;
}

blockquote {
    color: #959595;
    border-left: 15px solid #959595 !important;
    padding: 0px 20px !important;
    margin: 20px 0px !important;
}

blockquote span {
    font-size: 11px;
}

.sc-sec-header {
    border-bottom: solid 1px #ccc;
    margin: 20px 15px 0px;
    padding-bottom: 10px;
}

.sc-sec-header:before,
.sc-sec-header:after {
    content: " ";
    clear: both;
    display: table;
}

.sc-sec-header h1 {
    padding-left: 0px;
}

.sc-sec-header .text-right {
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.sc-sec-header .text-right a {
    padding: 15px 30px;
}

.case-studies-footer {
    padding: 50px 0px;
    text-align: center;
    color: #fff;
    background-color: #24B6AB;
    margin-top: 50px;
}

.case-studies-footer .container {
    position: relative;
}

.case-studies-footer .container:before {
    content: " ";
    position: absolute;
    left: -40px;
    top: -55px;
    background: url("images/quote.png") center center no-repeat;
    width: 166px;
    height: 144px;
}

.case-studies-footer .item {
    width: 80%;
    margin: 0 auto;
}

.case-studies-footer .item p {
    font-size: 30px !important;
}

.case-studies-footer .item * {
    font-size: 16px !important;
}

.case-studies-footer .item a {
    color: #231F20;
}

.cs-group .cs-item {
    margin-top: 30px;
}

.cs-group .cs-item .tile {
    box-shadow: 0px 0px 1px 1px #ccc;
}

.cs-group .cs-item .cs-content {
    font-size: 13px;
    padding: 30px 40px 20px;
    position: relative;
}

.cs-group .cs-item .cs-content a {
    font-family: 'Sommet Rounded' !important;
    display: block;
    background: url("images/arrow-green.png") no-repeat center right;
    width: 100%;
    color: #24B6AB;
}

.page-content {
    position: relative;
    height: 100%;
}

.page-content .row {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.gallery .photos {
    margin: 10px 0px;
}

.gallery .videos {
    margin: 10px 0px;
}

.gallery .caption,
.gallery .content {
    margin: 20px 0px;
}

.faq .panel-group .panel {
    border-radius: 0px;
}

.faq .panel-group .panel-heading {
    padding: 15px 20px;
    background-color: #F3F1EF;
    border-color: #BEB7B3;
    position: relative;
}

.faq .panel-group .panel-heading i {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -12.5px;
    color: #81858D;
    font-size: 25px;
}

.faq .panel-group .panel-heading a {
    font-size: 25px;
    display: block;
    color: #333;
    padding-right: 15px;
}

.faq .panel-group .panel-heading a:hover {
    text-decoration: none;
}

.faq .panel-group .panel-body {
    padding: 12px 20px;
}

.faq .panel-group .panel-body p a {
    padding: 0px;
    color: #24B6AB;
}

.event-type .item-tile {
    position: relative;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
    background-size: cover;
}

.event-type .item-tile > h2 {
    padding: 10px 15px !important;
}

.event-type .item-tile > h2 {
    font-size: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    font-weight: lighter;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
}

.event-type .item-tile:hover .item-content {
    top: 0px;
}

.event-type .item-tile .item-content {
    position: absolute;
    top: 180px;
    background-color: #23B5AA;
    height: 180px;
    padding: 0px 20px;
    transition: top 0.25s linear;
    width: 100%;
}

.event-type .item-tile .item-content * {
    color: #fff;
}

.event-type .item-tile .item-content h2 {
    font-size: 24px;
    font-weight: lighter;
    margin-bottom: 0px;
    line-height: 1;
    margin-top: 10px;
}

.event-type .item-tile .item-content p {
    font-size: 13px;
    margin-top: 0px;
}

.event-type .item-tile .item-content a.more {
    font-family: 'Sommet Rounded' !important;
    display: block;
    background: url("images/arrow.png") no-repeat center right;
    bottom: 7px;
    position: absolute;
    width: 90%;
}

.event-type .item-content {
    padding-top: 10px !important;
}

.event-type .item-content h2 {
    position: relative;
    margin-bottom: 20px !important;
}

.event-type .item-content h2:after {
    content: "";
    width: 45px;
    height: 2.75px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.events-item .content {
    margin: 20px 0px !important;
}

.venues-event {
    background-color: #F2F2F2;
    padding-bottom: 50px;
}

.venues-event .section-title {
    text-transform: uppercase !important;
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0px;
}

.venues-event .content {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
}

.venues-event .item-tile {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.venues-event .item-tile .tile-img {
    height: 180px;
    background-size: cover;
    margin-bottom: 53px;
}

.venues-event .item-tile .title-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #434343;
}

.venues-event .item-tile .title-bar h2 {
    font-size: 14px;
    color: #fff;
    margin: 0px;
    width: 80%;
    float: left;
    display: inline-block;
    padding: 0px 15px;
    line-height: 50px;
}

.venues-event .item-tile .title-bar .max-cap {
    font-size: 8px;
    width: 20%;
    background-color: #7D7A7A;
    float: left;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0px;
}

.venues-event .item-tile .title-bar .max-cap span {
    font-size: 12px;
}

.venues-event .item-tile:hover .item-content {
    top: 0px;
}

.venues-event .item-tile .item-content {
    position: absolute;
    top: 233px;
    background-color: #23B5AA;
    height: 233px;
    padding: 0px 20px;
    transition: top 0.25s linear;
}

.venues-event .item-tile .item-content * {
    color: #fff;
}

.venues-event .item-tile .item-content h2 {
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1;
    padding: 20px 0px 10px !important;
    position: relative;
}

.venues-event .item-tile .item-content h2:after {
    content: "";
    width: 45px;
    height: 2.75px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.venues-event .item-tile .item-content p {
    font-size: 12px;
    margin-top: 0px;
}

.venues-event .item-tile .item-content a {
    font-family: 'Sommet Rounded' !important;
    display: block;
    background: url("images/arrow.png") no-repeat center right;
    bottom: 7px;
    position: absolute;
    width: 90%;
}

.services .services-field .service-row {
    border-bottom: 1px solid #CBCBCB;
    padding: 50px 30px;
}

.services .services-field .service-row:nth-child(1) {
    border-top: 1px solid #CBCBCB;
}

.services .services-field .service-row .section-title {
    text-decoration: underline;
}

.services .services-field .service-row a {
    color: #333;
}

.services .services-field .img-wrap {
    padding: 20px 0px;
}

.services .services-field .img-wrap .img {
    background-size: cover !important;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 213px;
    width: 100%;
}

.services .content {
    padding: 20px 0px;
}

.link-green {
    padding: 10px 30px;
    background-color: #24B5AA;
    color: #FFF !important;
    margin: 10px 0px;
    display: inline-block;
    border-radius: 5px;
}

.contact p {
    font-size: 15px;
}

.contact p em {
    color: #24B6AB;
}

.contact h3 {
    color: #918F90;
}

.contact .panel {
    border-radius: 0px;
}

.contact .panel a {
    display: block;
    position: relative;
    font-size: 25px;
    padding: 5px 20px;
    color: #918F90;
}

.contact .panel a:hover {
    text-decoration: none;
}

.contact .panel a i {
    position: absolute;
    right: 10px;
    color: #81858D;
    font-size: inherit !important;
    background-color: #fff !important;
    padding: 0px !important;
    border-radius: 50%;
}

.contact .panel .panel-heading {
    padding: 0px;
    background-color: #F3F1EF;
    border-color: #BEB7B3;
}

.contact .panel .panel-body {
    padding: 12px 20px;
}

.contact .panel .panel-body a {
    padding: 0px;
    color: #24B6AB;
    text-decoration: none;
    font-size: 14px;
}

.contact .panel .panel-body a:hover {
    color: #231F20;
    text-decoration: underline;
}

.sign-up-form em {
    color: #24B6AB;
}

.contact-widget .tel {
    font-size: 26px;
    font-weight: bold;
    display: block;
    color: #24B6AB;
}

.contact-widget .mail {
    font-size: 17px;
    font-weight: bold;
    display: block;
    color: #24B6AB;
}

.contact-widget p,
.contact-widget address {
    color: #474C55;
    margin: 10px 0px 0px;
}

.modal {
    top: 150px !important;
    bottom: 150px !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    z-index: 99999 !important;
}

.modal .modal-content {
    border-radius: 0px;
}

.sign-up .modal-dialog {
    width: 415px !important;
}

.sign-up .close {
    top: -37px;
    position: absolute;
    right: 2px;
    padding: 0px !important;
    font-size: 39px;
    color: #8B8E96 !important;
    opacity: 1;
    width: 32px;
    height: 32px;
    background: url("images/times.png") no-repeat center center;
}

.sign-up .modal-header {
    background-color: #FFCB00;
    padding: 10px 50px;
}

.sign-up .modal-header h1 {
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.sign-up .modal-body {
    background-color: #F8F7F6;
    padding: 10px 50px;
}

.footer-top .widget {
    margin: 0px !important;
}

.login-form {
    width: 415px !important;
}

.login-form h2 {
    background-color: #FFCB00;
    padding: 10px 50px;
    color: #000;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.login-form p {
    padding: 10px 50px;
}

.login-form em {
    color: #24B6AB;
}

.services-item .content-margin {
    margin: 20px -15px;
}

.services-item .panel-group .panel {
    border-radius: 0px;
}

.services-item .panel-group .panel-heading {
    padding: 15px 20px;
    background-color: #F3F1EF;
    border-color: #BEB7B3;
}

.services-item .panel-group .panel-heading i {
    position: absolute;
    right: 25px;
    color: #81858D;
    font-size: 25px;
}

.services-item .panel-group .panel-heading a {
    font-size: 25px;
    padding-right: 15px;
    display: block;
}

.services-item .panel-group .panel-heading a:hover {
    text-decoration: none;
}

.services-item .panel-group .panel-body {
    padding: 12px 20px;
}

.services-item .panel-group .panel-body a {
    padding: 0px;
    font-size: 14px;
    color: #24B6AB !important;
    text-decoration: none;
}

.services-item .panel-group .panel-body a:hover {
    color: #231F20;
    text-decoration: underline;
}

.site-map {
    padding: 30px 0px;
}

.site-map h2 {
    font-size: 25px;
    font-weight: bold;
}

.site-map ul {
    list-style: none;
    margin: 0 15px;
    padding: 0;
}

.site-map a {
    color: #24B6AB;
    font-size: 12px;
    padding: 5px;
}

.site-map a:hover {
    background-color: #24B6AB;
    color: #fff;
    border-radius: 5px;
}

.site-map .pages ul li:before {
    font-family: 'FontAwesome';
    content: '\f15b';
    margin: 0 5px 0 -15px;
    color: #23282D;
}

.site-map .pages ul li li:before {
    font-family: 'FontAwesome';
    content: '\f0f6';
}

.site-map .post-types ul li:before {
    font-family: 'FontAwesome';
    content: '\f016';
    margin: 0 5px 0 -15px;
    color: #23282D;
}

.grand-child-details .content-margin {
    margin: 20px -15px;
}

.grand-child-details .panel-group a {
    display: block;
    position: relative;
    font-size: 25px;
    padding: 15px 20px;
}

.grand-child-details .panel-group a:hover {
    text-decoration: none;
}

.grand-child-details .panel-group a i {
    position: absolute;
    right: 10px;
    color: #81858D;
    font-size: inherit !important;
    background-color: #fff !important;
    padding: 0px !important;
}

.grand-child-details .panel-group .panel {
    border-radius: 0px;
}

.grand-child-details .panel-group .panel-heading {
    padding: 0px;
    background-color: #F3F1EF;
    border-color: #BEB7B3;
}

.grand-child-details .panel-group .panel-body {
    padding: 12px 20px;
}

.grand-child-details .panel-group .panel-body a {
    padding: 0px;
    color: #24B6AB;
    text-decoration: none;
    font-size: 14px;
}

.grand-child-details .panel-group .panel-body a:hover {
    color: #231F20;
    text-decoration: underline;
}

.carousel {
    margin-top: 20px;
}

.item .thumb {
    width: 25%;
    cursor: pointer;
    float: left;
    padding: 2px;
}

.item .thumb img {
    width: 100%;
}

.item .thumb .img {
    width: 100%;
    height: 75px;
    background-position: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.item img {
    width: 100%;
}

#thumbcarousel {
    margin-bottom: 15px;
    margin-top: 15px;
}

#thumbcarousel .carousel-control {
    background: none;
    padding: 25px 0px;
}

#thumbcarousel .carousel-control.left {
    left: -60px;
}

#thumbcarousel .carousel-control.right {
    right: -60px;
}

#thumbcarousel .carousel-control i {
    color: #CBCBCB;
}

.venue-g-child .item {
    height: 263px;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.home-slide {
    margin: 0px;
    position: relative;
}

.home-slide .item {
    height: 400px;
    width: 100%;
    background-size: cover;
    margin-bottom: 20px;
}

.home-slide .item h1 {
    font-family: 'Sommet Rounded', sans-serif;
    font-size: 44px;
}

.home-slide .item p {
    font-size: 24px;
}

.home-slide .item p:after {
    content: "";
    background-color: #fff;
    width: 45px;
    height: 5px;
    position: relative;
    margin: 15px auto 0px;
    display: block;
}

.home-slide .item a {
    background-color: #FFCD05;
    width: 142px;
    height: 40px;
    position: relative;
    margin: 5px auto 0;
    display: inline-block;
    color: #000;
    padding: 0px;
    line-height: 3;
    text-transform: uppercase;
    border-radius: 5px;
    text-shadow: none;
}

.home-slide .item a:hover {
    text-decoration: none;
}

.home-slide .carousel-caption {
    margin: auto !important;
    top: 20% !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.home-slide .carousel-indicators li {
    margin: 0px;
    background-color: #fff !important;
    border: 0 !important;
    opacity: .25;
    width: 12px !important;
    height: 12px !important;
}

.home-slide .carousel-indicators .active {
    opacity: 1 !important;
}

.home-slide .carousel-control {
    width: auto !important;
    margin: auto !important;
    top: 37.5% !important;
    bottom: 0 !important;
    background: transparent !important;
    opacity: .1;
}

.home-slide .carousel-control:hover,
.home-slide .carousel-control:focus {
    opacity: 1 !important;
}

.home-slide .carousel-control.left {
    left: 10px;
}

.home-slide .carousel-control.right {
    right: 10px;
}

#event-item-slide .item {
    height: 263px;
    width: 100%;
    background-size: cover;
    margin-bottom: 20px;
}

section.accordion .panel-group .panel {
    border-radius: 0px;
}

section.accordion .panel-group .panel-heading {
    padding: 15px 20px;
    background-color: #F3F1EF;
    border-color: #BEB7B3;
}

section.accordion .panel-group .panel-heading i {
    position: absolute;
    right: 0px !important;
    color: #81858D;
    font-size: 25px;
    padding: 0px !important;
    background-color: transparent !important;
}

section.accordion .panel-group .panel-heading a {
    font-size: 25px;
    display: block;
    color: #333;
    padding-right: 15px;
}

section.accordion .panel-group .panel-heading a:hover {
    text-decoration: none;
}

section.accordion .panel-group .panel-body {
    padding: 12px 20px;
}

section.accordion .panel-group .panel-body a {
    font-size: 14px;
    padding: 0px;
    color: #24B6AB;
}

section.accordion .panel-group .panel-body:hover {
    text-decoration: underline;
}

.content {
    margin: 20px 0px !important;
}

button.menu-toggle {
    border-radius: 0px;
    padding: 10px !important;
    font-size: 24px;
}

button.menu-toggle i {
    margin-right: 10px;
}

.carousel.fade {
    opacity: 1;
}

.carousel.fade .item {
    -moz-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    -webkit-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    z-index: 1;
}

.carousel.fade .item:first-child {
    top: auto;
    position: relative;
}

.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    -webkit-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
    z-index: 2;
}

.link-tile {
    padding: 0px;
    margin: 0px;
    top: 0px !important;
    background-image: none !important;
    text-decoration: none !important;
    font-family: Arial, sans-serif !important;
}

.carousel-inner > .item {
    opacity: .15;
    transition: left 2s, opacity .5s !important;
    transition-timing-function: ease-in-out !important;
}

.carousel-inner > .item.active {
    opacity: 1;
    transition: opacity .5s ease-in-out !important;
}


/*--------------------------------------------------------------
# Inside Visual Composer
--------------------------------------------------------------*/

.vc .big-p p {
    font-size: 15px !important;
}

.vc .big-p p a {
    color: #24B6AB !important;
}

.vc .big-p h2 {
    font-weight: bold;
    color: #fff;
}

.vc .big-p h4 {
    font-size: 20px !important;
}

.vc .big-p h5 {
    font-size: 17px !important;
}

.vc .big-p .white-arrow {
    background: url("images/arrow.png") no-repeat center right;
}

.vc h2 {
    font-size: 25px;
    font-weight: bold;
}

.vc ul {
    padding-left: 20px !important;
}

.vc .team-content {
    color: #fff;
    padding: 20px;
}

.vc .team-content h2 {
    margin: 0px !important;
    color: #24B6AB;
    font-size: 24px;
}

.vc .team-content h3 {
    margin: 3px 0px 15px !important;
    font-size: 17px;
    text-transform: uppercase;
}

.vc .team-content i {
    width: 20px;
    text-align: center;
}

.vc .team-content a {
    color: #24B6AB;
}

.read-more button {
    background-color: #FFCD05 !important;
    color: #000 !important;
    line-height: 3 !important;
    padding: 0px 30px !important;
}

.read-more button:hover {
    text-decoration: none !important;
    background-color: #000 !important;
    color: #FFCD05 !important;
}

.map-text {
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 1170px;
    color: #fff;
}

.map-text i {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    padding: 5px;
    background-color: #24B6AB;
}

.map-text a {
    color: #24B6AB;
    font-weight: bold;
}

.map-text a:hover,
.map-text a:focus {
    color: #fff;
    text-decoration: none;
}

.map-text a:hover i,
.map-text a:focus i {
    color: #24B6AB;
    background-color: #fff;
}

.map-text .modal .modal-dialog {
    width: 415px !important;
}

.map-text .modal .close {
    top: -37px;
    position: absolute;
    right: 2px;
    padding: 0px !important;
    font-size: 39px;
    color: #8B8E96 !important;
    opacity: 1;
    width: 32px;
    height: 32px;
    background: url("images/times.png") no-repeat center center;
}

.map-text .modal .modal-header {
    border: 0;
    padding: 30px 50px;
}

.map-text .modal .modal-header p {
    font-weight: bold;
    color: #24B6AB;
}

.map-text .modal .modal-header i {
    color: #fff;
    margin-right: 10px;
    font-size: 21px;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 5px;
    background-color: #24B6AB;
}

.map-text .modal .modal-body {
    background-color: #fff;
    padding: 10px 50px 30px;
    color: #000;
}

.map-text-column {
    height: 310px;
}

.big-tile {
    padding: 275px 0px 0px 0px !important;
}

.big-tile a {
    background-color: #231F20 !important;
    background-position: 96% 50% !important;
    padding: 15px 23px;
}

.address h3 {
    font-size: 26px;
    font-weight: normal !important;
    margin-top: 0px;
    margin-bottom: 30px;
}

.address p {
    font-size: 18px;
    font-weight: 500 !important;
    margin-top: 0px;
}

.add-info {
    position: relative;
    color: #fff;
}

.add-info * {
    position: relative;
    z-index: 3;
}

.add-info:after {
    content: " ";
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.33);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.add-info p {
    font-size: 24px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: -1px;
}

.add-info .white-arrow {
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0px;
    background: url("images/arrow.png") no-repeat center right;
    display: block;
}

.vc_btn3.vc_btn3-color-warning,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    background-color: #FFCD05 !important;
    color: #000 !important;
}

.vc_btn3.vc_btn3-color-warning:hover,
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover {
    background-color: #000 !important;
    color: #FFCD05 !important;
}

.pdf-table {
    background: #fff;
}

.pdf-table .table {
    border: 1px solid #4F4C4D;
    border-radius: 0px;
}

.pdf-table .table .text-center {
    text-align: center !important;
    width: 126px;
}

.pdf-table .table .text-center td {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pdf-table .table .text-center td:after {
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.25) !important;
    position: absolute;
    right: 0;
    top: 20px;
    width: 5px;
    height: 30px;
}

.pdf-table .table tr:nth-last-child td {
    border-bottom: 0 !important;
}

.pdf-table .table tr:nth-child(3) td {
    border-bottom: 1px solid #656263 !important;
}

.pdf-table .table tr td {
    border-bottom: 1px solid #4F4C4D !important;
    padding: 3px;
    border: 0;
}

.pdf-table .table tr td:nth-child(1) {
    padding-left: 25px;
    background: rgba(241, 241, 241, 0.4);
}

.pdf-table .table tr td:nth-child(3) {
    background: rgba(241, 241, 241, 0.4);
}

.pdf-table .table tr td:nth-child(5) {
    background: rgba(241, 241, 241, 0.4);
}

.pdf-table .table tr td:nth-child(7) {
    background: rgba(241, 241, 241, 0.4);
}

.pdf-table .table tr:nth-child(1) {
    background-color: #24B6AB !important;
    color: #fff !important;
}

.pdf-table .table tr:nth-child(1) td {
    background-color: #24B6AB !important;
    border: 0 !important;
    text-align: center;
}

.pdf-table .table tr:nth-child(1) td:nth-child(1) {
    text-align: left;
    padding-left: 25px;
    padding-top: 20px !important;
}

.pdf-table .table tr:nth-child(1) td:nth-child(5) {
    padding-top: 20px !important;
}

.pdf-table .table tr:nth-child(1) td:nth-child(6) {
    padding-top: 20px !important;
}

.pdf-table .table .heads {
    padding-left: 15px !important;
}


/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/


/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/


/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@viewport {
    zoom: 1.0;
    width: device-width;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .venue .nav-tabs li a {
        font-size: 12px;
        padding: 10px 4px;
    }
    a.read-more {
        padding: 10px;
        font-size: 12px;
    }
    .bx-controls.bx-has-controls-direction {
        display: none;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) and (max-width: 768px) {
    .venue .nav-tabs li a {
        font-size: 18px;
        padding: 8px;
    }
}


/* Small Devices, Tablets */


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}


/* Large Devices, Wide Screens */


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .head-top .site-branding {
        text-align: center;
    }
    .head-top .entry-title {
        text-align: center;
    }
    .site-header .top-navigation ul {
        margin: 0px 5px;
    }
    .main-navigation {
        border-top: none;
    }
    .main-navigation li {
        display: block !important;
        text-align: left;
        clear: both;
        width: 100% !important;
        padding: 0px;
    }
    .main-navigation ul ul {
        display: block;
        width: 100% !important;
        position: relative !important;
        left: 0px !important;
        top: 0px !important;
    }
    .main-navigation a {
        width: 100% !important;
        padding: 15px 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }
    #primary-menu > li > a {
        font-weight: bold;
        font-size: 20px;
    }
    a.read-more {
        padding: 15px;
    }
    .site-info a {
        display: block;
        clear: both;
        width: auto;
        text-align: center !important;
    }
    .site-footer .footer-3 img,
    .site-footer .footer-4 img {
        float: none;
        margin: 10px 0px;
    }
    #secondary {
        height: inherit;
        min-height: inherit;
    }
    .sc-sec-header .col-md-5.text-right,
    .sc-sec-header .col-md-3.enquire,
    .sc-sec-header .col-md-3.text-right {
        text-align: left !important;
        padding: 0px !important;
    }
    .sc-sec-header .col-md-5.text-right a,
    .sc-sec-header .col-md-3.enquire a,
    .sc-sec-header .col-md-3.text-right a {
        clear: both;
        display: table;
        padding: 3px 30px;
        margin-bottom: 10px;
    }
    .site-search-container {
        padding: 10px;
    }
    .main-navigation {
        background: #FFCB00;
    }
    .main-navigation li {
        background-color: #000 !important;
        line-height: 1;
    }
    .home-events .item-tile {
        height: 360px;
    }
    .home-events .item-tile .item-content {
        width: 100%;
        bottom: 0px;
        height: 136px;
        top: auto;
    }
    .home-events .item-tile .item-content a {
        position: relative !important;
    }
    .venue-items .item-tile {
        height: 360px;
    }
    .venue-items .item-tile .tile-img {
        height: 70%;
    }
    .venue-items .item-tile .item-content {
        width: 100%;
        bottom: 0px;
        height: 136px;
        top: auto;
    }
    .venue-items .item-tile .item-content a {
        position: relative !important;
    }
    .event-type .item-tile {
        height: 360px;
    }
    .event-type .item-tile .item-content {
        width: 100%;
        bottom: 0px;
        height: 136px;
        top: auto;
    }
    .event-type .item-tile .item-content a {
        position: relative !important;
    }
    button.menu-toggle {
        font-size: 22px;
        padding: 14px 0px !important;
    }
    button.menu-toggle i {
        margin-right: 10px;
    }
    .site-search-container.visible-sm.visible-xs.col-sm-9.col-xs-9 {
        padding: 0px;
    }
    .site-search-container input[type="text"] {
        border: none;
        background: #FFCB00;
        color: #000 !important;
        padding: 0px 0px 0px 40px;
        height: 40px;
        font-size: 18px;
    }
    ::-webkit-input-placeholder {
        color: #000;
    }
    :-moz-placeholder {
        color: #000;
    }
    ::-moz-placeholder {
        color: #000;
    }
    :-ms-input-placeholder {
        color: #000;
    }
    .site-search-container:after {
        color: #000;
        left: 25px;
        top: 13px;
    }
    .mobile-menu {
        background: #FFCB00;
        position: relative;
    }
    .home-slide .carousel-caption {
        top: 10% !important;
    }
    .main-navigation li a {
        position: relative;
    }
    .main-navigation li a:before {
        content: "\f138";
        font-family: 'FontAwesome';
        font-size: 20px;
        position: absolute;
        right: 15px;
        color: #fff;
        top: 50%;
        margin-top: -10px;
    }
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    .footer-bg h1 {
        font-size: 80px;
        margin: 0px 0px 30px 0px;
    }
    .case-studies-footer .item p {
        font-size: 24px !important;
    }
    .modal-dialog {
        margin: 0 auto !important;
    }
    .vc_btn3-container.vc_btn3-right {
        text-align: left !important;
        padding: 0px 10px;
    }
    .vc_custom_heading {
        padding: 0px 10px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    body,
    html {
         overflow-x: hidden !important;
    }
    .footer-bg h1 {
        font-size: 36px;
        margin: 20px 0px 30px;
        padding: 0px;
    }
    .footer-bg p {
        margin: 0px 0px 50px;
        text-align: center;
    }
    .footer-bg {
        text-align: center;
    }
    .footer-bg h2 {
        margin: 40px 0px 0px;
    }
    .footer-2 {
        margin-top: 100px;
    }
    .case-studies-footer .item p {
        font-size: 16px !important;
    }
    .panel-group .panel-heading a {
        font-size: 20px !important;
    }
    .venue .venue-item {
        display: block;
    }
    .venue .tab-pane .featured-image div {
        width: 100%;
    }
    h1.entry-title {
        font-size: 100%;
    }
    .home-events .item-tile .item-content,
    .venue-items .item-tile .item-content,
    .event-type .item-tile .item-content {
        height: auto;
        top: auto;
    }
    .sc-sec-header h1,
    .venue-header h1.entry-title,
    .vc_custom_heading {
        font-size: 22px;
    }
    .map-text .modal .modal-dialog,
    .sign-up .modal-dialog {
        width: 300px !important;
    }
    .map-text .modal .modal-header {
        padding: 20px 20px 0px;
    }
    .map-text .modal .modal-body {
        padding: 0px 20px 20px;
    }
    .modal.signup {
        top: 50% !important;
        margin-top: -200px;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
    .col-md-6.right.black-bg {
        padding: 25px !important;
    }
    .modal-dialog {
        margin: 0 10px !important;
    }
}


/*==========  FIXES  ==========*/

@media only screen and (max-width: 1199px) {
    .site-header .site-branding:after {
        border: none;
        margin: 0px;
        padding: 0px;
    }
    .nav-tabs {
        border-bottom: none !important;
    }
    .nav-tabs:before,
    .nav-tabs:after {
        border-bottom: none !important;
    }
    .nav-wrapper {
        border-bottom: 1px solid #ddd;
    }
    ul.nav.nav-tabs.container > li:nth-child(1) {
        display: block;
        clear: both;
        width: 100%;
    }
    ul.nav.nav-tabs.container > li {
        margin-top: 10px;
    }
}
.wp-login-error p {
    background-color: #E20000;
    font-size: 16px;
    display: inline-block;
    padding: 2px 10px;
    color: #fff;
}
/*# sourceMappingURL=style.css.map */