/*
Theme Name: Bendigo Naturopathy
Author: Step
Author URI: https://www.greengraphics.com.au
Description: Awesome stuff
Version: 1.0.0
Text Domain: bendigonaturopathy
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: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h1, h2, h3 {
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
}

h1, h2 {
	color: #505450;
	margin-bottom: .6em;
	line-height: 1.4em;
}

p {
    margin-bottom: 1.5em;
}

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: #228d83;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #02485d;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
nav a {
    border-bottom: 1px solid transparent;
    color: white;
    font-family: 'Comfortaa', cursive;
	font-weight: 400;
    font-size: 1.5rem;
    margin: 0 15px;
    padding: 8px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-navigation {
    clear: both;
    display: block;
    padding: 8px 16px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9999;
    /* background: #76c4b6; */
    background: #228d83;
    
}

.main-navigation .menu {
    margin: 0 auto;
    max-width: 1000px;
}

.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: white;
	text-shadow: 2px 2px 2px rgba(44, 46, 46, 0.86);
}

.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: 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;
}

.main-navigation li.toggy {
	display: none;
}
.main-navigation.toggled ul li.toggy {
	display: block;
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        display: block;
    }
    
    .menu-toggle:before {
	    content: 'MENU';
	    font-family: 'Comfortaa', cursive;
		font-weight: 400;
		color: white;
		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(34, 141, 131, 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%;
}

.widget-area ul {
	margin: 0;
	padding: 0;
}

.widget-area ul li {
	list-style-type: none;
}

.widget-area ul li a {
	display: block;
	width: 100%;
	background-color: #228d83;
	margin-bottom: 10px;
	padding: 12px;
	color: white;
}

.widget-area ul li a:hover {
	color: white;
	text-decoration: none;
	background-color: #e2a600;
}

/*--------------------------------------------------------------
# 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: 1000px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: auto;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.site-header {}

.site-branding {
    max-width: 458px;
    margin: 35px auto 20px auto;
}

.site-branding img {
	display: block;
	margin: 0
}

.site-title {
    margin: 0;
}

.site-content {
	margin: 15px 0 30px;
	min-height: 400px;
}

.content-area {}

.blog .content-area, .single .content-area, .archive .content-area {
	float: left;
	margin-right: 5%;
	width: 70%;
}

.blog .widget-area, .single .widget-area, .archive .widget-area {
	float: right;
	width: 25%;
	margin: 1em 0 0 0;
}

.edit-link {
	display: block;
	margin-top: 15px;
}

.modality {
	display: inline-block;
	position: relative;
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
	width: 24%;
	float: left;
	margin: .5% 1%;
	transition: 0.5s;
	height: 120px;
	overflow: hidden;
	transition: all .2s ease-in-out;
}

.col1 {background-color: #76c4b6;}
.col2 {background-color: #50b9a9;}
.col3 {background-color: #30b39d;}
.col4 {background-color: #228d83;}
.col5 {background-color: #4f8768;}
.col6 {background-color: #67824b;}
.col7 {background-color: #7a7c25;}
.col8 {background-color: #908c22;}
.col9 {background-color: #beb312;}
.col10 {background-color: #cdb108;}
.col11 {background-color: #d9ad00;}
.col12 {background-color: #e2a600;}

.modality:first-of-type {
	margin-left: 0;
}

.modality:nth-of-type(4n) {
	margin-right: 0;
}

.modality:hover {
	opacity: 0.9;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
	
}

.modality img {
	width: 100%;
}

.modality:hover { 
	/* transform: scale(1.05); */
}

.modality p {
    position: absolute;
    text-align: center;
    top: 40px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 8px;
    margin: 0;
	color: white;
	transition: 0.3s;
}

.modality:hover p {
}

a:hover .modality p {
	color: white;
	text-shadow: 2px 2px 2px rgba(31, 36, 38, 0.95);
	transform: scale(1.05);
}

@media screen and (max-width: 600px) {
	.modality {
		width: 100%!important;
		margin: 0;
	}
	}

.site-main {}

.post-content {

}

.entry-header {}
.archive .entry-header {
    
}
.archive .post:hover .entry-header {
}

.entry-title {}
.archive .entry-title {
}
.archive .entry-title a {
}
.single .entry-title {
}

.entry-content {
}

.post-link {
    display: inline-block;
    position: relative;
}

.archive .post-link::before {
}
.archive .post-link:hover::before {
    background: rgba(0, 0, 0, 0.5);
}

.post-img {
    display: block;
    margin: 0 auto;
}


.site-footer {
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
    color: white;
    background-color: #228d83;
    font-size: 1rem;
    padding: 16px 0;
    min-height: 120px;
}

.site-footer a {
    color: white;
    text-decoration: none;
}

.site-footer a:hover {
	text-shadow: 2px 2px 2px rgba(44, 46, 46, 0.9);
}

.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;
}


@media screen and (max-width: 1064px) {
    .container {
        max-width: none;
        padding: 0 32px;
    }
    
    .pattern {
	    background-size: 140% auto;
    }

}

@media screen and (max-width: 874px) {
    .archive .site-main {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 0 -8px 45px;
    }

    .archive .post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33%;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
        margin: 45px 0 0;
        padding: 0 8px;
    }
}

@media screen and (max-width: 768px) {
    .site-branding {
        max-width: 85%;
    }

    .archive .post {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin: 0 0 45px;
    }
    
    .pattern {
	    background-size: 200% auto;
    }

    .post-content {
        padding-left: 0;
    }
}