/*
Theme Name: Will Seippel Theme
Theme URI: https://davidkerrdesign.com/
Author: David Kerr Design
Author URI: https://davidkerrdesign.com
Description: Built on Gutenberg Starter Theme
Version: 10.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: will-seippel-theme
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

will-seippel-theme 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.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

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

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

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

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none
}

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

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2.44em;
    line-height: 1.2;
}

.search-results .entry-header img {
    float: left;
    margin: 0 20px 20px 0;
}

.search-results article {
    clear: both;
}

h2 {
    font-size: 1.8em;
    line-height: 1.4;
}

h3 {
    font-size: 1.56em;
    line-height: 1.4;
}

.single-post h3, .page-template-constrained-page h3 {
    margin-top: 40px;
    font-weight: 500;
    font-size: 27px;
    line-height: 1.2;
}

.page-template-constrained-page h3.no-top-margin {
    margin-top: 0;
}

.page-template-constrained-page .entry-content ul {
    display: table-cell;
    padding-top: 10px !important;
}

.page-template-constrained-page .entry-content ul.arrowbullets {
    display: block;
}

.page-template-constrained-page .wp-block-pullquote p {
    font-size: 27px !important;
    font-weight: 500;
    margin-bottom: 30px;
}

h3 b {
    font-weight: 500
}

h4 {
    font-size: 1.25em;
    line-height: 1.5;
}

h5 {
    font-size: 1em;
    font-weight: 400
}

h6 {
    font-size: 1em;
    font-weight: 700
}

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: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.875rem;
}

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
--------------------------------------------------------------*/
:root {
    /* Colors: */
    --ws_red: #782E3F;
    --ws_gold: #C89720;
    --ws_green: #3C824E;
    --ws_blue: #17589A;
    --white: #FFFFFF;
    --black: #000000;
    --ws_gray: #656B70;
    --ws_gray-light: #BFBFBF;
    --ws_gray-medium: #707070;
    --unnamed-color-687c2a: #687C2A;
    /* Font/text values */
    --unnamed-font-family-montserrat: Montserrat;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-medium: medium;
    --unnamed-font-weight-bold: bold;
    --unnamed-font-weight-normal: normal;
    --unnamed-font-size-24: 24px;
    --unnamed-font-size-25: 25px;
    --unnamed-font-size-35: 35px;
    --unnamed-font-size-45: 45px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-character-spacing-2: 2px;
    --unnamed-character-spacing-1-92: 1.92px;
    --unnamed-line-spacing-29: 29px;
    --unnamed-line-spacing-30: 30px;
    --unnamed-line-spacing-38: 38px;
    --unnamed-line-spacing-43: 43px;
    --unnamed-line-spacing-55: 55px;
    --unnamed-text-transform-uppercase: uppercase;
}

/* Character Styles */
.text {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-25);
    line-height: var(--unnamed-line-spacing-38);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--black);
}

.text-white {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-normal);
    font-size: var(--unnamed-font-size-25);
    line-height: var(--unnamed-line-spacing-38);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.h1-black {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-45);
    line-height: var(--unnamed-line-spacing-55);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--black);
}

.h1-white {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-45);
    line-height: var(--unnamed-line-spacing-55);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--white);
}

.h2 {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-35);
    line-height: var(--unnamed-line-spacing-43);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--black);
}

.button-text-green {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-25);
    line-height: var(--unnamed-line-spacing-30);
    letter-spacing: var(--unnamed-character-spacing-2);
    color: var(--unnamed-color-687c2a);
    text-transform: var(--unnamed-text-transform-uppercase);
}

.h4-all-caps {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-29);
    letter-spacing: var(--unnamed-character-spacing-1-92);
    color: var(--black);
    text-transform: var(--unnamed-text-transform-uppercase);
}

.h4-all-caps-white {
    font-family: var(--unnamed-font-family-montserrat);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-medium);
    font-size: var(--unnamed-font-size-24);
    line-height: var(--unnamed-line-spacing-29);
    letter-spacing: var(--unnamed-character-spacing-1-92);
    color: var(--white);
    text-transform: var(--unnamed-text-transform-uppercase);
}

body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 17pt;
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0.5rem 0 1.7rem;
}

p, .entry-content li {
    font-size: 20px;
    margin: 5px 0 0.5em;
}
.single-post .entry-content {     padding-left: 50px;
    padding-right: 50px;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto; width: calc( 100% - 100px ) }

.entry-meta, .meta {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
    margin: 6px 0;
    font-size: 15px;
}

@media screen and (max-width: 980px) {
    body, button, input, select, optgroup, textarea {
        font-size: 1rem
    }
    .single-post .entry-content  {padding:0; width:100%;}
}

h2 {
    font-size: 33px;
    line-height: 1.4;
    font-weight: 700 !important;
}

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

blockquote {
    margin: 0 1.5em;
}

big {
    font-size: 125%;
}

#hcont {
    position: absolute;
    width: 100%;
    background: #3C824Ee0;
    z-index: 11;
}

#masthead {
    margin: 0 auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1320px;
    position: relative;
    z-index: 15
}

.site-branding {
}

#site-navigation {
    margin: 45px 0 0;
}

.site-branding a img {
    width: 335px;
    padding: 0 5% ;
    max-width: 90%;
}

.pageheader h1 {
    padding-top: 150px;
}

.single-post .pageheader div > div > h1 {padding-top:0; color:#fff;     font-size: 33px;
    line-height: 1.4;
    font-weight: 700 !important;}

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

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

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

hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

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

.entry-content ul {
    margin-top: 20px
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #0F3644;
    border-radius: 2px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    line-height: 1;
    padding: 0.7em 1em 0.55em;
    margin-top: -0.5em;
    font-weight: 700;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 5px;
    margin: 0 0 20px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

.accordion-title {
    cursor: pointer;
}

.accordion-title:hover {
    color: #0F3644
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #17589A;
}

a:hover, a:focus, a:active {
    color: #000;
}

a:focus {
    outline: thin dotted;
}

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

.entry-content a {
    position: relative;
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

.entry-content p a:before, .entry-content li > a:before {
    content: '';
    position: absolute;
    transition: transform .5s ease-in-out;
}

.entry-content a {
    overflow: hidden;
    display: inline;
    color: #17589A;
    padding-bottom: 2px;
    transition: all 0.35s linear;
    background: linear-gradient(to bottom, #17589A 0%, #17589A 98%);
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background 0.2s;
}
.orangelink a { color: #facf66;   background: linear-gradient(to bottom, #facf66 0%, #facf66 98%); background-size: 0px 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: background 0.2s;}

.orangelink a:hover {
    background-size: 100% 2px;
}
.entry-content a:hover {
    background-size: 100% 2px;
}

.entry-content h3.widget-title a {
    padding-bottom: 5px
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    margin: 0 auto;
    text-align: right;
}

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

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
}

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

.main-navigation ul ul {
    padding: 10px 20px 5px;
    margin: 0;
    background: rgba(255, 255, 255, 0.95);
    line-height: 1.3;
    width: 200px;
    border: 1px solid #fafafa
}

.main-navigation ul ul li a {
    padding: 0 0 10px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 17px
}

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

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

.main-navigation ul ul a:hover, .main-navigation ul ul a:focus, .main-navigation ul ul li.current-menu-item a {
    color: #0F3644;
}

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

.main-navigation ul li:focus-within>ul {
    display: block;
    left: auto;
}

.main-navigation li {
    position: relative;
}

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

.main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-navigation ul li {
    padding: 0 .15em;
}

.main-navigation a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    border-top: 2px solid rgba(255, 255, 255, 0);
    margin: 0 1px;
    padding: 0px 15px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1120px) {
    .main-navigation ul li {
        padding: 0 .1em;
    }

    .main-navigation a {
        font-size: 17px;
        margin-top: 5px;
    }
}

.main-navigation #primary-menu>li>a {
    transform: translateY(8px)
}

.fa-2x {
    font-size: 1.5em !important;
}

.main-navigation #primary-menu>li:hover>a, .main-navigation #primary-menu>li>a:hover, .main-navigation #primary-menu>li>a:focus, .main-navigation #primary-menu>li.current-menu-ancestor>a, .main-navigation #primary-menu>li.current-menu-item >a {
    color: #fff;
    transform: translateY(0px);
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
}

.main-navigation #primary-menu>li>a:focus-within {
    color: #fff;
    transform: translateY(0px);
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
}

.main-navigation #primary-menu>li:hover>a {
    transform: translateY(0px)
}

.catlist {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0 0 0 -0.5em;
    flex-wrap: wrap;
}

.catlist li {
    padding: 0 10px 10px;
    text-transform: uppercase;
}

.catlist .current a {
    color: #000;
}

@media screen and (max-width: 1280px) {
    .main-navigation a {
        margin:0;
        padding: 0 7px 0px 7px;
        font-size: 96%;
        letter-spacing: 0.5px
    }
}

@media screen and (max-width: 1080px) {
    .main-navigation a {
        margin:0;
        padding: 0 5px 0px 5px;
    }
}

@media screen and (min-width: 980px) {
    #mega-menu-wrap-max_mega_menu_1, #mobileonly {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .menu-main-menu-container {
        display: none;
    }

    #mobileonly h3 {
        display: none;
    }

    #mega-menu-wrap-max_mega_menu_1, #mobileonly {
        display: block;
        text-align: center;
    }

    #site-navigation {
        margin-top: 21px;
    }
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    border-bottom: 1px solid #e2e4e7;
    margin: 0 auto 60px;
    max-width: 1780px;
    overflow: hidden;
    padding-bottom: 60px;
}

.nav-links {
    width: 100%;
}

.nav-previous, .nav-next {
    width: 50%;
}

.nav-previous {
    float: left;
    text-align: left;
}

.nav-next {
    float: right;
    text-align: right
}

/*--------------------------------------------------------------
# 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;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -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. */
}

#primary[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
img.alignleft {
    float: left;
    margin: 0 0 20px 20px
}

.postsgrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
}

.postsgrid article, .grid-sizer {
    width: 30%;
}

.postsgrid .type-post img {
    width: 100%;
}

.postsgrid article {
    margin-bottom: 50px;
}
.postsgrid h1 { font-weight: 400; font-size:26px}
img.alignright {
    float: right;
    margin: 0 -200px 20px 20px
}

.wp-block-image .alignright {
    float: none;
}

.wp-block-image .alignleft {
    float: none;
}

.alignleft img, .alignright img, .alignleft figcaption, .alignright figcaption {
    max-width: 40%;
    width: 40%;
    margin-bottom: 40px;
}

.alignleft figcaption {
}

.alignright figcaption {
}

.alignleft img, .alignleft figcaption {
    float: left;
    margin-right: 3.5em;
}

.alignright img, .alignright figcaption {
    float: right;
    margin-left: 3.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.entry-content > .alignwide, .entry-content > .alignfull {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    z-index: 10;
    position: relative;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
    width: 25%;
}

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.site {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    padding: 0 15px;
}

.site-branding {
    text-align: left;
    margin: 15px 0 10px 0;
}

.site-footer {
    margin: 5px 0 0;
    background-color: #17589A;
    width: 100%;
    max-width: 100%;
    margin-bottom: -10px;
}

#fwidgetz {
    width: 100%;
    max-width: 1480px;
    padding: 0 40px;
    margin: 0 auto;
}

.site-footer .widget {
    margin-bottom: 0
}

#fwidgetz li.search {
    display: none
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.stuck {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}

.hentry {
    margin: 0;
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.single .entry-content {
    margin-bottom: 80px;
}

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

.entry-header, .page-header, .entry-footer, .site-info, .posts-navigation, .post-navigation, .page-navigation, .comments-area, .not-found .page-content, .search .entry-summary {
    margin: 1.5em auto 0;
}

.entry-footer span {
    margin-right: 1em;
}

.entry-footer {
    color: #6c7781;
    font-size: 90%;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e4e7;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    overflow: hidden;
    display: inline-block;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.site-footer {
    clear: both;
}

.site-footer #menu-main-menu ul {
    display: none;
}

.site-footer #menu-main-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    margin: 0px;
    padding: 0;
}

.site-footer #menu-main-menu li {
    padding: 0 .4em;
}

.site-footer #menu-main-menu li a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 4px solid rgba(255, 255, 255, 0);
    margin: 0 8px;
    text-decoration: none;
}

.site-footer #menu-main-menu li a:hover {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.site-footer p {
    margin-left: 5px;
    margin-right: 5px
}

.site-info p, .site-info a {
    text-align: right;
    color: #ddd;
    font-size: 15px;
}

#copyright, #copyright p, #copyright a {
    color: #aaa !important;
    font-size: 15px;
}

#copyright {
    padding-bottom: 40px;
}

.site-footer a:hover, .site-info a:hover {
    color: #ddd
}

.panel-layout {
    clear: both;
}

.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
    font-size: 20px;
    font-weight: 500
}

/* Navigation 2 */
/* ---------------------------------------------------------- */
.navigation {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 30px 0px 50px 0px!important;
}

.navigation a {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    background: #BFBFBF;
    min-width: 35px;
    text-align: center;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
    transition: color 0.2s ease-in;
}

.navigation a:hover {
    color: #000;
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    background-color: ;
}

.navigation span.pages {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    color: #fff;
    font-weight: bold;
    background-color: inherit;
    display: none;
}

.navigation span.current {
    padding: 5px 6px 4px 6px;
    margin: 3px;
    font-weight: bold;
    color: #fff;
    background-color: #1F799C;
    min-width: 35px;
    text-align: center;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
}

.nav-links a {
    font-weight: 100;
    letter-spacing: 1px;
    padding: 10px 20px
}

.nav-links a:hover {
    font-weight: 100;
    letter-spacing: 1px;
    padding: 10px 20px
}

@media screen and ( max-width: 1380px ) {
    img.alignright {
        margin-right: -100px;
    }
}

@media screen and ( max-width: 1180px ) {
    img.alignright {
        margin-right: 0px;
    }
}

@media screen and (max-width: 980px) {
    .sitefooter #menu-main-nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    button, input[type="button"], input[type="reset"], input[type="submit"] {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 780px) {
    .site-branding a {
        max-width: 100%
    }

    .entry-content .wp-post-image {
        max-width: 100%;
        margin: 0 0 2em;
        padding: 0;
    }

    .page-content, .entry-content, .entry-summary {
    }

    .alignleft, .alignright {
        max-width: 45% !important;
    }

    .alignleft img, .alignright img, .alignleft figcaption, .alignright figcaption, .wp-block-image .alignright {
        max-width: 100% !important;
        width: 100%;
        margin: 0 0 20px
    }

    p, .entry-content li {
        font-size: 17px;
        margin: 5px 0 0.5em;
    }

    .postsgrid article, .grid-sizer {
        width: 45%;
    }
}

@media screen and (max-width: 580px) {
    .site {
        padding: 0 20px;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
    }

    .nav-links > * {
        width: 100%;
    }

    .postsgrid article, .grid-sizer {
        width: 100%;
    }

    .mega-menu-toggle {
        margin-right: 10px;
    }
}

.linkblock {
    cursor: pointer;
}
.single-post .post .pageheader .kt-row-column-wrap { min-height: 45vh !important}
.single-post .post .pageheader .kt-row-column-wrap { min-height: 45vh !important}
.single-post .wp-block-image {display: inline; width:100%;}
.single-post .wp-block-image figure.alignright {float: right }
.single-post .wp-block-image figure.alignleft{ float: left }
.single-post .alignleft img, .single-post .alignright img, .single-post .alignleft figcaption, .single-post .alignright figcaption {max-width:unset; width:unset;}