/*
Theme Name: See Me Know Me
Author: Step
Author URI: https://www.greengraphics.com.au
Description: Awesome stuff
Version: 1.0.0
Text Domain: seemeknowme
Tags:

ggstyle is loosely based on Underscores.

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
    ## Menusf
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Asides
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
--------------------------------------------------------------*/

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

body {
    margin: 0;
}

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

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

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

[hidden],
template {
    display: none;
}

: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: 1em 40px;
}

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: #6c6d70;
    font-family: calibri, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

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

h1 {
    margin-bottom: 0.6em;
    line-height: 1.4em;
}

h2 {
    font-weight: 400;
    color: #009bde;
    margin-bottom: 0.6em;
    line-height: 1.4em;
}

h3 {
    color: #0069a6;
}

p {
    margin-bottom: 1.5em;
    font-size: 1.2em;
}

#content li {
    font-size: 1.2em;
}

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

blockquote {
    margin: 0 3.5em 1.5em 1.5em;
    font-size: 1.1rem;
    font-style: italic;
}

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

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

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #009bde;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #0069a6;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav a {
    border-bottom: 1px solid transparent;
    color: #0069a6;
    font-size: 1.22rem;
    margin: 0 10px;
    padding: 8px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav .current-menu-item a {
    color: #009bde;
}

.main-navigation {
    display: block;
    clear: right;
    margin-top: 2em;
    /* padding: 8px 16px;
	width: 75%;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 9999; */
}

.main-navigation .menu {
    margin: 0 auto;
    /* max-width: 1000px; */
    text-align: right;
}

.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 a:hover {
    color: #009bde;
}

.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: 1.5em;
    left: -999em;
    z-index: 99999;
}

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

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

.main-navigation ul ul li {
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
    /* border-bottom: 1px solid #808080; */
}

.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 {
    /* border-bottom: 1px solid #808080; */
}

.nav-header {
    display: none;
    padding: 16px;
    position: relative;
}

/* Small menu. */
.menu-toggle {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: none;
    font: inherit;
    float: right;
    margin: 0 15px;
    overflow: visible;
    padding: 0;
    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: 40px;
    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: 35px;
    height: 3px;
    background-color: #009bde;
    -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;
}

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

@media screen and (max-width: 1200px) {
    .menu-toggle {
        display: block;
    }

    .menu-toggle:before {
        content: 'MENU';
        color: #009bde;
        font-size: 28px;
        margin-right: 8px;
    }

    .nav-logo {
        margin: 0 auto;
        max-width: 80%;
    }
    .nav-close {
        color: white;
        cursor: pointer;
        position: absolute;
        top: 8px;
        right: 8px;
        height: 20px;
        width: 20px;
    }

    .main-navigation {
        height: 55px;
        z-index: 10;
        margin-right: 15px;
        padding: 8px 0 10px;
    }

    .main-navigation .menu {
        background: rgba(2, 72, 93, 0.95);
        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;
    }
    .main-navigation a {
        color: white;
        margin: 0;
        padding: 8px;
    }

    .main-navigation li a:hover {
        background: white;
        color: #0f81a4;
        text-shadow: none;
    }
}

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

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

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

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

img.gallx:hover {
    opacity: 0.85;
}

/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/
.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: auto;
}

.site-header .container {
    position: relative;
    min-height: 120px;
}

.site-header {
    margin-top: 1.5em;
}

.site-branding {
    width: 27.5%;
    float: left;
}

.site-branding img {
    display: block;
    margin: 0;
}

.site-title {
    margin: 0;
}

.slide {
    display: none; /* Hide until slider is ready */
    position: relative;
}

.slick-initialized .slide {
    display: block;
}

.slide-text {
    font-size: 20px;
    position: absolute;
    color: white;
    width: 80%;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    text-shadow: 0px 0px 5px rgba(60, 60, 60, 0.9);
}

.slide-text.grey {
    color: #2c2c2c;
    text-shadow: none;
}

.slide-text p {
    margin: 5px 0;
}

.greyslab {
    background-color: #55565a;
    font-family: calibri, sans-serif;
}

.greyslab h1 {
    font-weight: 400;
    color: white;
    font-size: 3em;
    padding: 15px;
    margin: 0;
}

.littleblue {
    height: 10px;
    background-color: #009bde;
}

.site-content {
}

.content-area {
}

.site-main {
}
.archive .site-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 90px;
}

.post {
}
.archive .post {
    -webkit-flex: 1 0 270px;
    -ms-flex: 1 0 270px;
    -webkit-box-flex: 1;
    flex: 1 0 270px;
    text-align: center;
    position: relative;
    margin: 90px 0 0;
}

.post-gallery {
    padding: 0;
}

.gallery-for {
    margin-bottom: 16px;
}

.gallery-nav {
    margin-bottom: 32px;
}

.gallery-thumb {
    cursor: pointer;
    margin-right: 16px;
}

.post-content {
    padding: 0 0 0 16px;
}

.entry-header {
}
.archive .entry-header {
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 0;
    z-index: 10;
}
.archive .post:hover .entry-header {
    opacity: 1;
}
.single .entry-header {
    border-top: 1px solid #808080;
    padding: 40px 0 36px;
}

.entry-title {
}
.archive .entry-title {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px black;
}
.archive .entry-title a {
    color: white;
    text-decoration: none;
}
.single .entry-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.entry-content {
}

.post-link {
    display: inline-block;
    position: relative;
}

.archive .post-link::before {
    background: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    z-index: 1;
}
.archive .post-link:hover::before {
    background: rgba(0, 0, 0, 0.5);
}

.post-img {
    display: block;
    margin: 0 auto;
}

.mainbanner {
    position: relative;
}

.bigcap {
    position: absolute;
    bottom: 120px;
    left: 30px;
    font-size: 3em;
    line-height: 1.2;
    width: 50%;
    color: white;
    text-shadow: 1px 1px 1px #0f0e0e;
    font-weight: 400;
}

a.keyact {
    float: right;
    margin-top: 20px;
    text-transform: uppercase;
    color: white;
    padding: 14px 28px;
    background-color: #0069a6;
    display: inline-block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.keyact:hover {
    background-color: #004c6c;
    color: white;
    text-decoration: none;
}

.boxes {
    display: flex;
    justify-content: center;
}

.boxes .box {
    margin-bottom: 3em;
    margin-right: 0;
}

.box {
    width: 30%;
    margin-right: 5%;
    float: left;
    margin-bottom: 20px;
}
.box.three {
    margin-right: 0;
}

.box .img {
    position: relative;
}

.box img {
    width: 100%;
}

.box img:hover {
    opacity: 0.8;
}

.box .caption {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 2.2em;
    line-height: 1.2;
    width: 50%;
    color: white;
    text-shadow: 1px 1px 1px #0f0e0e;
    font-weight: 700;
}

.box h3 {
    font-size: 1.2em;
}

.box a.questions {
    color: #004c6c;
    font-size: 1.3em;
}

.kiddies {
    float: left;
    width: 25%;
    margin-bottom: 20px;
    text-align: center;
}

.kiddies li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}

.kiddies li a,
.kiddies a {
    border: 2px solid #a4d55d;
    background-color: #f3f2f2;
    padding: 10px;
    display: block;
    width: 100%;
}

.kiddies li a:hover,
.kiddies a:hover {
    background-color: #a4d55d;
    color: white;
    text-decoration: none;
}

.side-container {
    border: 2px solid #a4d55d;
    background-color: #f3f2f2;
    padding: 10px;
    float: left;
    width: 25%;
    font-size: 92%;
}

.side-container h2 {
    font-size: 1.7em;
    line-height: 1.4;
}

.sidepic {
    width: 100%;
}

.side-entry {
    width: 70%;
    float: right;
    margin-left: 5%;
}

.pre-footer {
    background: #55565a;
    color: #fff;
    padding: 2em 0;
}

.pre-footer h4 {
    margin-top: 0;
    margin-bottom: 2em;
}

.transposh-widget {
    text-align: right;
    margin-right: 1em;
}

.transposh-widget span {
    display: block;
}

#tr_credit {
    display: none;
}

.lang-links {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

article .lang-links {
    font-size: 0.85em;
    background: rgba(0, 0, 0, 0.1);
    padding: 0.5em;
    margin: 0 auto 2em;
}

.lang-links .link {
    background: #0069a6;
    padding: 1em 2em;
    color: #fff;
    border-radius: 0.5em;
    /* margin: 0 1em 1em 0; */
    display: inline-block;
    text-align: center;
    /* flex: 1 calc(50% - 1em); */
    margin: 0.5em;
    width: 240px;
}

article .lang-links .link {
    /* margin: 0.5em; */
    font-weight: bold;
    padding: 0.5em 1em;
}

@media (min-width: 860px) {
    .lang-links .link {
        /* flex-basis: calc(33% - 1em); */
    }
}

.site-footer {
    font-size: 0.9rem;
    min-height: 120px;
    border-top: 8px solid #009bde;
    padding: 2em 0;
    margin-top: 2em;
}

.pre-footer + .site-footer {
    margin-top: 0;
}

.site-footer a {
}

.site-footer a:hover {
}

.site-footer a.button {
    float: right;
}

a.button {
    text-transform: uppercase;
    color: white;
    padding: 10px 22px;
    background-color: #0069a6;
    display: inline-block;
    margin-top: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 15px;
    text-align: center;
}

a.button:hover {
    background-color: #004c6c;
    text-decoration: none;
}

.site-header a.button {
    /* position: absolute;
	top: 10px;
	right: 0; */
    padding: 6px 14px;
    float: right;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 1.5em;
}

.site-info {
    /* float: left; */
}

.footer-navigation {
    text-align: right;
}

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

.footer-navigation li {
    display: inline-block;
}

.footer-navigation a {
    display: block;
    font-size: 15px;
    margin: 0 0 0 16px;
    padding: 0;
}

.site-footer .phone {
    font-size: 150%;
}

/* WOOCOMM */

.woocommerce-page article {
	margin-top: 40px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #0094d5;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #47ae3e;
}

@media screen and (max-width: 1317px) {
    .container {
        max-width: none;
        padding: 0 20px;
    }

    .box .caption {
        font-size: 1.7em;
    }
}

@media screen and (max-width: 1200px) {
    .menu-toggle:before {
        content: 'MENU';
        color: #009bde;
        font-size: 18px;
        margin-right: 8px;
    }

    .menu-toggle {
        margin: 20px 0 0 0;
        padding: 0;
    }

    .site-branding {
        width: 45%;
    }

    .main-navigation {
        margin-top: 0;
        bottom: 20px;
        right: 0;
        width: 50%;
        position: absolute;
    }
}

@media screen and (max-width: 874px) {
    .bigcap {
        bottom: 50px;
        font-size: 2.5em;
    }

    .greyslab h1 {
        font-size: 2.4em;
    }

    .site-branding {
        width: 60%;
    }

    .site-branding img {
        display: inline-block;
    }

    .side-container {
        width: 35%;
    }

    .side-entry {
        width: 63%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 768px) {
    .bigcap {
        bottom: 25px;
        font-size: 1.8em;
    }

    .greyslab h1 {
        font-size: 1.9em;
    }

    .box .caption {
        font-size: 1.4em;
        width: 75%;
    }

    .post-content {
        padding-left: 0;
    }
}

@media screen and (max-width: 640px) {
    .box {
        float: none;
        width: 80%;
        margin: 0 auto 30px auto;
    }

    .box.three {
        margin: 0 auto 30px auto;
    }

    .site-header a.button {
        display: none;
    }

    .main-navigation {
        margin-right: 0;
        padding: 0;
        bottom: auto;
        right: 20px;
        top: 10px;
        width: 35%;
    }

    .site-header .container {
        min-height: 80px;
    }
}

@media screen and (max-width: 540px) {
    .container {
        padding: 0 10px;
    }

    .side-container {
        width: 80%;
        margin: 0 auto;
        float: none;
    }

    .kiddies {
        width: 80%;
        margin: 0 auto 20px;
        float: none;
    }

    .keyactions {
        width: 100%;
        margin: 15px;
        float: none;
    }

    .side-entry {
        width: 100%;
        padding: 20px;
        float: none;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .slide-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 425px) {
    .slide-text {
        display: none;
    }
}

.gform_wrapper input[type='text'],
.gform_wrapper textarea,
.gform_wrapper select {
    border: 1px solid #009ef8;
    border-radius: 0;
}

.gfield_label {
    margin: 0;
    text-transform: uppercase;
    font-weight: normal !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper input[type='submit'] {
    text-transform: uppercase;
    color: white;
    padding: 10px 22px;
    background-color: #0069a6;
    display: inline-block;
    margin-top: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-right: 15px;
    border: none;
    float: right;
}

.gform_wrapper input[type='submit']:hover {
    background-color: #004c6c;
}
