/*
Theme Name: ggstyle
Theme URI: http://www.greengraphics.com.au
Author: Greengraphics
Author URI: http://www.greengraphics.com.au
Description: Description
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: ggstyle
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.

ggstyle is based on Underscores http://underscores.me/, (C) 2012-2016 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/
*/

:root {
    --xt-woofc-spinner-color: #ba8748;
    --xt-woofc-checkout-btn-bg-color: #ba8748;
    --xt-woofc-checkout-btn-bg-hover-color: #ba8748;
}

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

/*--------------------------------------------------------------
# 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;
}

:focus,
:active {
    outline: none;
}

a {
    background-color: transparent;
}

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

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

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
            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"] {
    -webkit-box-sizing: border-box;
            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-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
--------------------------------------------------------------*/
html,
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Roboto', 'Open Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Roboto Slab', serif;
    margin: 0 0 1.5rem;
}

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 {
    -webkit-box-sizing: border-box;
            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/ */
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

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

:focus,
:active {
    outline: none;
}

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

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

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

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

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%;
}

.list-unstyled {
    list-style-type: none;
    padding: 0;
}

ul.list-unstyled {margin: 0 0 8px 0;}

.empty {
    display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}

select {
    border: 1px solid #ccc;
}

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;
}

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"] {
    padding: 3px;
}

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


.site .gform_wrapper.gf_browser_chrome .gform_body {
    width: auto;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #ba8748;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

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

.link-undecorated,
.link-undecorated:hover {
    text-decoration: none;
}

.btn,
.popup-link {
    background: #ba8748;
    -webkit-border-radius: 0;
            border-radius: 0;
    color: white;
    display: inline-block;
    font-family: 'Roboto', 'Open Sans', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin: 16px 0;
    padding: 8px 12px;
}
.btn:hover,
.popup-link:hover {
    color: white;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav a {
    border-bottom: 5px solid #BA8748;
    color: white;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-navigation {
    background: black;
    clear: both;
    display: block;
    position: relative;
    text-align: center;
    z-index: 100;
}

.main-navigation .menu {}

.main-navigation .sub-menu {
	background-color: black;
}

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

.main-navigation li {
    display: inline-block;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            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 a {
    width: 200px;
}

.main-navigation ul ul li {
    display: block;
    float: none;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    background: rgba(255, 255, 255, 0.15);
    color: white;
}

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

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

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    background: rgba(255, 255, 255, 0.15);
}

/* Small menu. */
.menu-toggle {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: none;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 12px 12px 8px;
    text-shadow: none;
    text-transform: none;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
}
.menu-toggle:active,
.menu-toggle:hover {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.menu-toggle-box {
    width: 32px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.menu-toggle-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-toggle.toggled .menu-toggle-inner {
-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-toggle-inner,
.menu-toggle-inner::before,
.menu-toggle-inner::after {
    width: 32px;
    height: 4px;
    background-color: white;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
}
.menu-toggle-inner::before,
.menu-toggle-inner::after {
    content: "";
    display: block;
}
.menu-toggle-inner::before {
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    top: -10px;
}
.menu-toggle.toggled .menu-toggle-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}
.menu-toggle-inner::after {
    bottom: -10px;
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-toggle.toggled .menu-toggle-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: bottom, transform, -webkit-transform;
    -webkit-transition-duration: 0.1s, 0.1s, 0.1s;
            transition-duration: 0.1s, 0.1s, 0.1s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: ease, cubic-bezier(0.215, 0.61, 0.355, 1), cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-delay: initial, 0.14s, 0.14s;
            transition-delay: initial, 0.14s, 0.14s;
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}


.main-navigation.toggled ul {
    display: block;
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        display: inline-block;
    }
    .main-navigation {
        text-align: right;
    }
    .main-navigation .menu {
        background: rgba(0, 0, 0, 0.95);
        display: block;
        bottom: 0;
        left: -200px; 
        padding: 64px 8px;
        position: fixed;
        top: 0; 
        -webkit-transition: left 0.3s ease;
                transition: left 0.3s ease;
        width: 200px;
        z-index: 9999;
    }
    .main-navigation.toggled .menu {
        left: 0;
    }
    .main-navigation li {
        display: block;
        text-align: center;
    }
    .main-navigation a {
        color: white;
        margin: 0;
        padding: 8px;
    }
}

.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%;
}

.post-navigation a {
    color: #ba8748;
}

/*--------------------------------------------------------------
# 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;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            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-summary {
    margin: 1.5em 0 0;
}

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

.slick-slide {border: 1px solid #c9c9c9;}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

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

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

.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
--------------------------------------------------------------*/
.popup-box {}

.popup-link {}

.popup-content {
    background: white;
    display: none;
    margin: 32px auto;
    max-height: 90%;
    max-width: 90%;
    padding: 32px;
    position: relative;
}
.mfp-content .popup-content {
    display: block;
}


/*--------------------------------------------------------------
## Color Matrix
--------------------------------------------------------------*/

/* #BA8748 // 186 135 72 // Tussock */
.theme-tussock .entry-title,
.theme-tussock .page-title {
    background: #ba8748;
}

.theme-tussock .btn,
.archive.theme-tussock .entry-title {
    background: rgba(186, 135, 72, 0.25);
}

.theme-tussock .entry-title:before,
.theme-tussock .page-title:before {
    border-color: transparent rgba(186, 135, 72, 0.8) rgba(186, 135, 72, 0.8) transparent;
}

.page_item.theme-tussock > a,
.menu-item.theme-tussock > a {
    border-bottom: 5px solid #ba8748;
}

/* #5C6541 // 92 101 65 // Hemlock */
.theme-hemlock .entry-title,
.theme-hemlock .page-title {
    background: #5c6541;
}

.theme-hemlock .btn,
.archive.theme-hemlock .entry-title {
    background: rgba(92, 101, 65, 0.25);
}

.theme-hemlock .entry-title:before,
.theme-hemlock .page-title:before {
    border-color: transparent rgba(92, 101, 65, 0.8) rgba(92, 101, 65, 0.8) transparent;
}

.page_item.theme-hemlock > a,
.menu-item.theme-hemlock > a {
    border-bottom: 5px solid #5c6541;
}

/* #005984 // 0 89 132 // Orient */
.theme-orient .entry-title,
.theme-orient .page-title {
    background: #005984;
}

.theme-orient .btn,
.archive.theme-orient .entry-title {
    background: rgba(0, 89, 132, 0.25);
}

.theme-orient .entry-title:before,
.theme-orient .page-title:before {
    border-color: transparent rgba(0, 89, 132, 0.8) rgba(0, 89, 132, 0.8) transparent;
}

.page_item.theme-orient > a,
.menu-item.theme-orient > a {
    border-bottom: 5px solid #005984;
}

/* #7B959D // 123 149 157 // Regent Gray */
.theme-regent-gray .entry-title,
.theme-regent-gray .page-title {
    background: #7b959d;
}

.theme-regent-gray .btn,
.archive.theme-regent-gray .entry-title {
    background: rgba(123, 149, 157, 0.25);
}

.theme-regent-gray .entry-title:before,
.theme-regent-gray .page-title:before {
    border-color: transparent rgba(123, 149, 157, 0.8) rgba(123, 149, 157, 0.8) transparent;
}

.page_item.theme-regent-gray > a,
.menu-item.theme-regent-gray > a {
    border-bottom: 5px solid #7b959d;
}

/* #9D4A48 // 157 74 72 // Copper Rust */
.theme-copper-rust .entry-title,
.theme-copper-rust .page-title {
    background: #9d4a48;
}

.theme-copper-rust .btn,
.archive.theme-copper-rust .entry-title {
    background: rgba(157, 74, 72, 0.25);
}

.theme-copper-rust .entry-title:before,
.theme-copper-rust .page-title:before {
    border-color: transparent rgba(157, 74, 72, 0.8) rgba(157, 74, 72, 0.8) transparent;
}

.page_item.theme-copper-rust > a,
.menu-item.theme-copper-rust > a {
    border-bottom: 5px solid #9d4a48;
}

/* #886C8D // 136 108 141 // Rum */
.theme-rum .entry-title,
.theme-rum .page-title {
    background: #886c8d;
}

.theme-rum .btn,
.archive.theme-rum .entry-title {
    background: rgba(136, 108 141, 0.25);
}

.theme-rum .entry-title:before,
.theme-rum .page-title:before {
    border-color: transparent rgba(136, 108, 141, 0.8) rgba(136, 108, 141, 0.8) transparent;
}

.page_item.theme-rum > a,
.menu-item.theme-rum > a {
    border-bottom: 5px solid #886c8d;
}

/* #989482 // 152 148 130 // Gurkha */
.theme-gurkha .entry-title,
.theme-gurkha .page-title {
    background: #989482;
}

.theme-gurkha .btn,
.archive.theme-gurkha .entry-title {
    background: rgba(152, 148, 130, 0.25);
}

.theme-gurkha .entry-title:before,
.theme-gurkha .page-title:before {
    border-color: transparent rgba(152, 148, 130, 0.8) rgba(152, 148, 130, 0.8) transparent;
}

.page_item.theme-gurkha > a,
.menu-item.theme-gurkha > a {
    border-bottom: 5px solid #989482;
}

.archive.theme-regent-gray a h2.entry-title:hover {background: #333; text-decoration:none; color: white;}


.iconarea {}

.littleicon {max-width: 45px; height: auto; float: left; margin-right: 12px;}

.colthirds {width: 30%; float: left; margin-right: 3%;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
}

.nicething {display: block; margin: 0 0 12px 0;} 

h2.year-title {
	background: #005984;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 0 12px 0;
    padding: 14px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.container {
    max-width: 1150px;
    margin: 0 auto;
}

.block {
    display: block;
}

.site {
    position: relative;
}

.site-header {
    background: black;
    height: 110px;
    margin-bottom: 125px;
    position: relative;
    width: 100%;
}

.site-branding {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
}

.site-title {
    margin: 0;
}

.site-title a,
.site-title img {
    display: block;
}

.site-social {
    color: white;
    margin-top: 30px;
    text-align: right;    
}

.social-link {
    color: white;
    text-decoration: none;
}
.social-link:hover {
    color: #E6E6E6;
}

.site-content {
    background: white;
    border: 1px solid #E6E6E6;
}

.main-navigation {
    margin: 0 -15px;
}

.main-navigation .menu > ul,
.main-navigation ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}   

.main-navigation .menu > ul > li,
.main-navigation ul.menu > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.main-navigation a {
    height: 100%;
}

.content-area {
    float: left;
    padding: 32px 16px 32px 0;
    width: 67.7%;
}
.archive .content-area,
body[class*='fullwidth'] .content-area {
    float: none;
    padding: 32px 0;
    width: auto;
}

.site-main {}

.hentry {
    position: relative;
}

.page-header,
.entry-header {
    border: none;
    margin: 0;
    padding-bottom: 0;
    position: relative;
}

.entry-title,
.page-title {
    background: #ba8748;
    color: white;
    font-size: 16px;
    left: -32px;
    letter-spacing: 2px;
    margin: 0;
    padding: 14px 20px;
    position: absolute;
    text-transform: uppercase;
    top: 16px;
    z-index: 10;
}
.archive .page-title {
    left: -16px;
}
.archive .entry-title {
    color: black;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 8px 16px;
    position: static;
    text-transform: capitalize;
}

.entry-title:before,
.page-title:before {
    border-color: transparent #ba8748 #ba8748 transparent;
    border-style: solid;
    border-width: 8px;
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
}
.archive .entry-title:before {
    content: none;
}

.entry-title a {
    color: white;
}
.archive .entry-title a {
    color: black;
}

.entry-thumbnail {
    margin: 0 0 16px;
    padding: 0;
    position: relative;
}
.page-header .entry-thumbnail {
    margin-bottom: 64px;
}

.entry-image {
    display: block;
}

.image-caption {
    background: rgba(0, 0, 0, 0.75);
    color: #dadada;
    display: block;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    padding: 6px 8px;
    position: absolute;
    bottom: 8px; left: 8px;
    z-index: 10;
}

.entry-content {
    padding: 0;
    font-size: 1.2em;
    padding-right: 10%;
}

@media screen and (max-width: 600px) {
	
	.entry-content {
		padding-right: 2%;
	}
	
}

.archive .entry-content[class*='col-'] {
    padding-left: 8px;
}
.archive .entry-content p:first-child {
    margin-top: 0;
}
.no-thumbnail .entry-content {
    padding-top: 78px;
}

.entry-fields {
    clear: both;
    font-size: 0.855em;
}

.entry-footer {}

.readmore {
    display: block;
    text-align: right;
}

.widget-area {
    float: right;
    padding: 32px 0;
    width: 32.3%;
}

.widget {
    margin: 0 0 32px;
    position: relative;
}

.widget-header {}

.widget-title {
    background: #005984;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 -32px 12px 0;
    padding: 14px 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.widget-title:before {
    border-color: transparent transparent rgba(0, 89, 132, 0.8) rgba(0, 89, 132, 0.8) ;
    border-style: solid;
    border-width: 8px;
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
}
.widget.events .widget-title {
    background: #9d4a48;
}
.widget.events .widget-title:before {
    border-color: transparent transparent rgba(157, 74, 72, 0.8) rgba(157, 74, 72, 0.8);
}
.archive .widget-title {
    margin: 0;
    position: absolute;
    left: 0;
    right: -16px;
    top: 16px;
}

.widget-image {
    display: block;
}

.widget-content {
    font-size: 13px;
    padding: 8px 0;
}
.events .widget-content {
    padding: 0;
}

.widget.chewton-chat a {
    color: #005984;
}

.events-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.event-item {
    border-bottom: 1px dashed #666;
    padding: 8px 0;
}

.register {}

.register-content {
    background: #7b959d;
    color: white;
    min-height: 250px;
    text-align: center;
    padding: 45% 16px 16px 16px;
}

.woocommerce-page ul.products li.product {
	text-align: center;
}

.woocommerce.columns-3 ul.products li.product:hover {
	-webkit-box-shadow: 2px 2px 4px 4px rgba(68,68,68,0.22); 
	box-shadow: 2px 2px 4px 4px rgba(68,68,68,0.22);
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
	padding: .5em 10px;
}

.woocommerce ul.products li.product .button {
	font-size: 1em;
	color: #ba8748;
	padding-bottom: 15px;
}

.woocommerce-product-details__short-description {
	padding: 0 10px;
}


.radio_toggle {
    margin: 0 0 16px;
}

.radio_toggle label {
    display: inline-block;
    margin-right: 8px;
}

.radio_toggle label.active {
    font-weight: 700;
}

.radio_toggle input {
    display: inline-block;
    margin-right: 4px;
}

.radio_content {
    display: none;
}


.footer-navigation {
    margin-bottom: 16px;
}

.footer-navigation .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-navigation h4 {
    border-bottom: 5px solid #BA8748;
    margin: 0 0 4px;
    float: left;
    padding: 0 0 6px;
    text-transform: uppercase;
}

.footer-navigation li {
    clear: both;
    display: block;
}

.footer-navigation .menu a {
    border-bottom: none;
    padding: 6px;
    text-transform: capitalize;
}

.site-footer {
    background: black;
    color: white;
    padding: 32px 0;
}

.site-footer a {
    color: white;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    .site-header {
        margin-bottom: 100px;
    }

    .site-social {
        padding-top: 12px;
        margin-top: 0;
        text-align: left;
    }

    .site-content {
        border: none;
    }

    .main-navigation {
        position: static;
    }

    .menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
    }

    .main-navigation ul.menu {
        display: block;
    }

    .entry-thumbnail {
        margin: 0 -15px 16px;
    }
    .archive .entry-thumbnail {
        margin: 0 0 16px;
    }
    .archive .page-header .entry-thumbnail {
        margin: 0 -15px 16px;
    }

    .content-area,
    .archive .content-area,
    body[class*='fullwidth'] .content-area,
    .widget-area {
        float: none;
        margin-bottom: 32px;
        padding: 0;
        width: 100%;
    }

    .widget-area {
        max-width: 320px;
        margin: 0 auto 32px;
    }

    .widget.events,
    .widget.facebook {
        text-align: center;
    }

    .entry-title, 
    .page-title {
        left: -16px;
        padding: 12px 16px;
    }
    .archive .page-title {
        left: 0;
    }

    .widget-title {
        margin-right: 0;
    }

    .entry-title:before, 
    .page-title:before,
    .widget-title:before {
        content: none;
    }

    .entry-image,
    .widget-image {
        width: 100%;
    }

    .archive .register {
        margin: 0 auto 32px;
        padding: 0 32px;
    }

    .register .widget-title {
        position: static;
    }

    .register-content {
        min-height: auto;
        padding: 16px;
    }

    .archive .entry-content[class*='col-'] {
        padding-left: 0;
    }
}
