/*!
Theme Name: TheEE
Theme URI: http://underscores.me/
Author: Zuzanna
Author URI: https://www.wkm-global.com/
Description: Theme for The Evolving Enterprise magazine
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theee
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, 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.

TheEE is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://necolas.github.io/normalize.css/
*/


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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Italic.woff2') format('woff2'), url('fonts/TTCommons-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-LightItalic.woff2') format('woff2'), url('fonts/TTCommons-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Light.woff2') format('woff2'), url('fonts/TTCommons-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-Regular.woff2') format('woff2'), url('fonts/TTCommons-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Commons';
    src: url('fonts/TTCommons-DemiBold.woff2') format('woff2'), url('fonts/TTCommons-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'TT Commons', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

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

p {
    margin-bottom: 1.5em;
}

p,
span {
    color: #57585a;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

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

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

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

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

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

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


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #ffa200;
}

a:visited {
    color: inherit;
}

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

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    position: relative;
}

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

.main-navigation ul ul.sub-menu {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    display: none;
    z-index: 99999;
    background: #fff;
    padding: 0 15px;
}

.main-navigation ul ul ul {
    display: none;
    top: 0;
}

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

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

.main-navigation ul li:hover>ul {
    display: block;
}

.main-navigation li {
    float: left;
    position: relative;
    padding-right: 15px
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

.main-navigation ul ul.sub-menu li {
    padding: 5px 0;
    border-bottom: 1px solid #f3f3f3;
}

.main-navigation ul li:hover,
.main-navigation ul ul.sub-menu li a:hover {
    color: #ffa200;
}

@media only screen and (max-width: 650px) and (min-width: 400px) {
    .main-navigation ul ul.sub-menu {
        right: 0;
    }
}


/* Small menu. */

#menu-mobile {
    padding: 5px 8px;
    transition: 0.4s;
}

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

.menu-bar__container--change .menu-bar--first {
    -webkit-transform: rotate(-45deg) translate(-4px, 3px);
    transform: rotate(-45deg) translate(-2px, 4px);
}

.menu-bar__container--change .menu-bar--second {
    opacity: 0;
}

.menu-bar__container--change .menu-bar--third {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.menu-bar {
    width: 21px;
    height: 3px;
    margin: 4px auto;
    background-color: #ffa200;
    transition: 0.4s;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

@media screen and (max-width: 37.5em) {
    .menu-menu-main-container {
        position: absolute;
        width: 100vw;
        top: 70px;
        right: -16px;
        padding-left: 16px;
        padding-bottom: 5px;
        background-color: #ffffff;
        box-shadow: 0 18px 11px 0 rgba(50, 50, 50, 0.08);
        background: #ffffff;
    }
}

.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 {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    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;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    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;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.page {
    margin-bottom: 0;
}

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

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

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

.site-content {
    min-height: 19vh;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    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
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/**********MY STYLES************/

.site-header {
    box-shadow: 0 5px 11px 0 rgba(50, 50, 50, 0.08);
    background: #ffffff;
}

.top-container {
    background-color: #fcfcfc;
}

.top-banner {
    height: 500px;
    background: url(img/post-header.jpg) center center no-repeat;
    background-size: cover;
}

.cover-image {
    position: relative;
}

.cover-image>img {
    max-width: 111%;
    position: absolute;
    top: -57px;
    left: -56px;
}

.custom-logo-link>img {
    max-width: 91%;
}

.mag-title h1,
.mag-title span,
h1.page-title {
    font-family: 'PT Serif', serif;
    font-weight: 600;
}

.mag-title h1,
.mag-title span,
.mag-title p {
    color: #010202;
}

.mag-title h1 {
    font-size: 3.2em;
    font-weight: 600;
    margin-top: 1.8em;
    line-height: 1;
    margin-bottom: 8px;
}

.mag-title span,
.mag-title p {
    font-size: 1.6em;
}

.mag-title p {
    padding-top: 1.5em;
    line-height: 1;
    margin-bottom: 1.9em;
}

.button-container {
    padding-top: 20px;
}

a.button,
.button,
input[type="submit"].button,
.button-container>a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #dd8e04;
    padding: 15px 60px;
    background-color: #ffa200;
    font-size: 1.5em;
    line-height: 1;
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.articles-section h2 {
    font-weight: 600;
    line-height: 1.7em;
    margin-bottom: 0;
}

.mb-my {
    margin-bottom: 3.5rem!important;
}

.mt-my {
    margin-top: 3.8rem!important;
}

.pb-my {
    padding-bottom: 32px;
}

.site-info span {
    color: #ffffff;
    text-shadow: 0px 0px 1px rgba(108, 104, 104, 1);
}


/*.site-info {
    margin-top: 6em;
}*/

footer.site-footer {
    background: url(img/footer-bg.png) center bottom no-repeat;
    background-size: contain;
}

footer.site-footer h2 {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1.2em;
}

footer.site-footer p {
    font-size: 1.4em;
    padding-bottom: 1em;
}

h2.register-header {
    position: relative;
}

.register-header>img {
    position: absolute;
    top: 78px;
    left: 2px;
    width: 230px;
    display: none;
}

article p,
li {
    color: #3a3a3a;
    font-size: 18px;
}

.article-shadow {
    -webkit-box-shadow: 0px 1px 7px 4px #f2f2f2;
    -moz-box-shadow: 0px 1px 7px 4px #f2f2f2;
    box-shadow: 0px 1px 7px 4px #f2f2f2;
    -webkit-box-shadow: 0px 1px 7px 4px rgba(208, 208, 208, 0.3);
    -moz-box-shadow: 0px 1px 7px 4px rgba(208, 208, 208, 0.3);
    box-shadow: 0px 1px 7px 4px rgba(208, 208, 208, 0.3);
    padding: 35px;
    border-radius: 5px;
    height: 100%;
}

.article-shadow__short {
    height: auto;
}

.more-link {
    display: none;
}

.article-link {
    color: inherit;
    text-decoration: none;
}

.article-link:hover {
    color: #ffa200;
    text-decoration: none;
}

.article-link img {
    margin-bottom: 20px;
}

.article-link h2 {
    font-size: 1.5em;
    line-height: 1.5;
    padding-bottom: 15px;
}

.article-link span {
    font-weight: 600;
}

.article-link>svg {
    width: 25px;
    margin-top: 5px;
}

.article-link:hover span {
    color: #ffa200;
}

.article-link:hover>svg {
    fill: #ffa200;
}

.article-link_magazine span {
    color: #ffa200;
    text-transform: uppercase;
}

.article-link_magazine svg {
    fill: #ffa200;
}

h1.entry-title {
    font-weight: 600;
    font-size: 2.5em;
    text-align: center;
    font-family: 'PT Serif', serif;
    margin-bottom: 20px;
}

h2.entry-title {
    font-weight: 600;
    font-size: 1.6rem;
}

.post-container {
    margin-top: 60px;
    background-color: #ffffff;
}

.tags-links {
    font-weight: 600;
    display: block;
    margin-top: 20px;
}

.tags-links a {
    color: inherit;
    background-color: #eaeaea;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 15px;
    padding-top: 8px;
    margin-right: 5px;
}

.edit-link {
    font-weight: 600;
    color: #ffa200;
    display: inline-block;
    padding-top: 20px;
}

div.entry-content>h2 {
    font-weight: 600;
}

div.entry-content>h3 {
    margin-top: 1em;
}

div.entry-content>h4 {
    font-size: 1.8rem;
    color: #8d888b;
}

div.entry-content>h2,
div.entry-content>h4 {
    line-height: 0.8;
}

div.entry-content p {
    font-size: 19px;
    margin-top: 14px;
    margin-bottom: 0;
    line-height: 1.3;
}

div.entry-content>p:first-of-type {
    margin-top: 0;
}

div.entry-content--mag #atstbx {
    text-align: center;
}

div.entry-content--mag .button-container {
    padding-top: 0;
    padding-bottom: 20px;
}

div.entry-content--mag>p {
    margin-bottom: 20px;
}

div.entry-content--mag>ul>li {
    font-size: 20px;
    padding-bottom: 6px;
}

.form-response {
    color: red;
    padding-left: 10px;
}

button>span,
span.btn-warning {
    color: #ffffff;
    text-transform: uppercase;
}

span.btn-lg {
    cursor: pointer;
}

span.btn-warning:hover {
    color: #ffffff;
}

.hide-us-state,
.hide-activity-other,
.hidden {
    display: none;
}

.reg-form-heading {
    font-size: 1.7rem;
}

.full-width-line {
    height: 10px;
}

a.gold-txt:visited,
.gold-txt {
    color: #ffa200;
}

#lostpasswordform {
    max-width: 350px;
}

span.link-inner {
    color: #ffa200;
}

.menu-toggle,
input[type="submit"].sticky-submit {
    color: #ffffff;
    text-transform: uppercase;
}

.registration-under-posts {
    max-width: 600px;
}

div.sticky-submit {
    background: #ffffff;
    border-color: #ffa200;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 15px 0 10px 0;
    box-shadow: none;
}

div.sticky-submit>span {
    color: #ffa200;
    text-shadow: none;
}

.sticky-login-form {
    text-align: center;
    display: none;
}

#sticky-login-submit {
    margin-top: 34px;
    width: 100%;
    padding: 15px 0 10px 0;
}

article.article-shadow>div>h2,
article.article-shadow>div>h4,
article.article-shadow>div>h3,
div.logedin-desc>h3,
div.logedin-desc>h2,
div.logedin-desc>h4 {
    font-size: inherit;
}

div.article-shadow div.entry-content>h2 {
    font-size: 1.5rem;
}

.entry-content>div.logedin-desc,
article.article-shadow>div>p>a>img {
    display: none;
}

article.article-shadow ul {
    padding-left: 0;
}

#login-container>p {
    font-size: 16px;
}

.sub-cta {
    font-size: 8em;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    padding-top: 1.2em;
    text-shadow: 0px 0px 1px rgba(108, 104, 104, 1);
}

a.sub-cta:hover,
a.sub-cta:visited {
    text-decoration: none;
    color: #ffffff;
}

.post-thumbnail img {
    width: 100%;
}

.post-thumbnail span {
    text-align: center;
    display: block;
    padding: 5px;
    font-weight: 700;
    font-style: italic;
}

.entry-content>.post-thumbnail {
    float: left;
}

.mag-desc>h2 {
    padding-top: 45px;
}


/*************
Mobile styles
**************/

@media screen and (max-width: 576px) {
    .sub-cta {
        padding-top: 0.2em;
    }
    footer.site-footer {
        background: url(img/footer-bg-mob.png) center bottom no-repeat;
        background-size: contain;
    }
    .site-info span {
        text-align: center;
    }
    footer.site-footer p {
        font-size: 1em;
    }
    footer.site-footer h2 {
        line-height: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .cover-image {
        margin-top: 45px;
    }
    a.button {
        padding: 15px 38px;
    }
    .menu-menu-main-container {
        margin-top: 20px;
    }
    .top-banner {
        display: none;
    }
    .post-container {
        margin-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .register-header>img {
        left: 45px;
    }
}

@media screen and (max-width: 1025px) {
    .mag-title h1 {
        font-size: 3em;
    }
    .cover-image>img {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
    }
    .mag-title {
        font-size: 0.8rem;
    }
    h1.entry-title {
        font-size: 2.5em;
        margin-bottom: 15px;
    }
    .post-container {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1200px) {
    footer.site-footer h2 {
        font-size: 2.5em;
    }
    .register-header>img {
        top: 60px;
        left: 45px;
        width: 170px;
    }
}

@media screen and (min-width: 1450px) {
    footer.site-footer {
        background-position-y: 249px;
    }
}

@media screen and (max-width: 996px) {
    footer.site-footer h2 {
        font-size: 2em;
    }
    .register-header>img {
        top: 46px;
        width: 135px;
    }
    .sub-cta {
        font-size: 6em;
    }
    h1.entry-title {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 996px) and (min-width:768px) {
    .register-header>img {
        left: 16px;
    }
}

@media screen and (max-width: 550px) {
    .register-header>img {
        top: 40px;
        left: 50px;
    }
    .sub-cta {
        font-size: 4em;
    }
    h1.entry-title {
        font-size: 2em;
        margin-bottom: 0;
    }
}


/*@media screen and (max-width: 37.5em){
    .menu-menu-main-container {
        margin-top: 0px
    }
}*/

@media screen and (max-width: 400px) {
    .sub-cta {
        font-size: 3em;
    }
}

#reg4popup {
    width: 440px;
    /*  bottom: 30%;*/
    /*  left: 25%;*/
    z-index: 1000;
    filter: blur(0);
    position: fixed;
    background-color: #ffffff;
    border: 1px solid #ffa200;
    padding: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.GDPR-buttons {
    background-color: #ffa200;
    color: #ffffff;
    width: 130px;
    height: 50px;
    font-size: 20px;
    border: none;
    border-radius: 5px;
}

#reg4popup div h2 {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 20px;
    font-family: Didact Gothic, Helvetica, Arial, sans-serif;
}

#reg4popup div p {
    font-style: italic;
    margin-top: 20px;
    font-family: Didact Gothic, Helvetica, Arial, sans-serif;
    font-size: 12px;
}

#reg4popup div div {
    width: 270px;
    margin: 0 auto;
}

@media all and (max-width: 800px) {
    #reg4popup {
        left: 15%;
    }
}

@media all and (max-width: 650px) {
    #reg4popup {
        left: 2%;
        width: 400px;
    }
}

@media all and (max-width: 400px) {
    #reg4popup {
        left: 0;
        width: 100%;
    }
}

h2.entry-title,
.article-link h2,
.articles-section h2,
.extra-font {
    font-family: 'PT Serif', serif;
}

.posts-navigation {
    width: 100%;
}

.posts-navigation>.nav-links {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.posts-navigation>.nav-links>.nav-previous,
.posts-navigation>.nav-links>.nav-next {
    float: none;
    width: 150px;
    text-align: center;
    border: 1px solid #ffa200;
    border-radius: 15px;
    padding: 3px;
}

.clear {
    clear: both;
}

.sk-fading-circle {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
    display: none;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

button[name=reg_submit] {
    position: relative;
}

.checkbox-container {
    height: 30px;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
    display: inline-block;
    position: relative;
}

.checkbox-container label {
    margin-left: 40px;
    top: 2px;
    position: relative;
}

input[type=checkbox] {
    opacity: 0;
    width: 32px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    -moz-transform: scale(1.2);
}

input[type=checkbox]+div.checkbox-style {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: absolute;
    background-color: #fff;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

svg.svg-tick {
    width: 25px;
    height: 25px;
}

.svg-tick polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 4px;
    -webkit-transition: stroke .3s;
    transition: stroke .3s;
}

input[type=checkbox]:checked+div.checkbox-style {
    border-color: #ffa200;
}

input[type=checkbox]:checked+div.checkbox-style svg.svg-tick polyline {
    stroke: #ffa200;
}

#form-first,
#form-second,
#form-third {
    transition: .4s;
}

.page-content a:visited,
.entry-content a:visited,
.entry-summary a:visited {
    color: #ffa200;
}

input[type="submit"].search-submit {
    border-color: #ffa200;
    background: #ffc107;
    color: #ffffff;
    font-weight: bold;
    font-size: .97rem;
}

.search-form {
    position: relative;
}

.search-container {
    padding-top: 10px;
}

.search-container .search-form {
    padding-right: 26px;
}

.search-container input[type="submit"].search-submit {
    background-image: url(img/search_icon.svg);
    font-size: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 52%;
    height: 32px;
    width: 35px;
    position: absolute;
    left: 155px;
}

.article--image {
    height: 0;
    overflow: hidden;
    padding-top: 65%;
    background: white;
    position: relative;
}

.article--image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pea_cook_wrapper p,
.pea_cook_more_info_popover p {
    color: inherit;
}

.events-ad-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-height: 1500px;
}

.tribe-events-content>.addthis_tool {
    padding-top: 40px;
}

.entry-content .tribe-events .tribe-events-l-container {
    padding-top: 0;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    border: 1px solid #ccc;
    max-height: 47px;
    margin-right: 10px;
}

.tribe-events .tribe-events-calendar-list__event {
    flex-direction: row;
}

.tribe-common .tribe-common-g-row--gutters>.tribe-common-g-col {
    width: fit-content;
}

.tribe-events-calendar-list__event-header {
    max-width: 340px;
}

.events-ad-container img,
.tribe-events .tribe-events-calendar-list__event-featured-image {
    border: 1px solid #ccc;
}