@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
   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; }
a {
background-color: transparent; }
a:active,
a:hover {
outline: 0; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: bold; }
dfn {
font-style: italic; }
h1 {
font-size: 2em;
margin: 0.67em 0; }
mark {
background: #ff0;
color: #000; }
small {
font-size: 80%; }
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sup {
top: -0.5em; }
sub {
bottom: -0.25em; }
img {
border: 0; }
svg:not(:root) {
overflow: hidden; }
figure {
margin: 0; }
hr {
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"] {
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-appearance: textfield;
box-sizing: inherit; }
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; } body,
button,
input,
select,
textarea {
color: #494949;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.5; }
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
color: #111;
font-family: "Droid Sans", sans-serif;
line-height: 1.2;
font-weight: 400; }
h1 {
font-size: 36px; }
h2 {
font-size: 30px; }
h3 {
font-size: 26px; }
h4 {
font-size: 22px; }
h5 {
font-size: 18px; }
h6 {
font-size: 16px; }
p {
margin: 0 0 1.5em;
padding: 0; }
dfn, cite, em, i {
font-style: italic; }
blockquote {
margin: 0 1.5em; }
address {
margin: 0 0 1.5em; }
pre {
background: #EBEBEB;
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 #494949;
cursor: help; }
mark, ins {
background: #EBEBEB;
text-decoration: none; }
big {
font-size: 125%; }
.menu-toggle:before {
-moz-osx-font-smoothing: grayscale;
font-family: "FontAwesome";
font-style: normal;
font-variant: normal;
font-weight: normal;
text-decoration: inherit;
text-transform: none; } html {
box-sizing: border-box;
font-size: 16px; }
@media (max-width: 991px) {
html {
font-size: 15px; } }
@media (max-width: 767px) {
html {
font-size: 14px; } }
*,
*:before,
*:after { box-sizing: inherit; }
body {
background: #fafafa; }
blockquote, q {
quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
content: ""; }
hr {
background-color: #EBEBEB;
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; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%; } button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #a4cc00;
border-radius: 3px;
background: #a4cc00;
box-shadow: none;
color: #fff;
font-size: 13.6px;
font-size: 0.85rem;
padding: 13px 20px;
cursor: pointer;
text-shadow: none;
width: 100%;
text-transform: uppercase; }
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: #111;
border-color: #111; }
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 {
background: #111;
border-color: #111;
outline: none; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #494949;
border: 1px solid #e3e3e3;
border-radius: 3px;
background: #fff;
font-size: 14px;
margin: 0 0 10px;
width: 100%; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
outline: none;
border: 1px solid #a9a9a9; }
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 12px; }
form label {
font-size: 14px;
font-weight: bold;
color: #333;
margin: 5px 0;
text-transform: uppercase; }  a {
color: #494949; }
a:visited {
color: #494949; }
a:hover, a:focus, a:active {
color: #a4cc00; }
a:focus {
outline: none; }
a:hover, a:active {
outline: 0; } .main-navigation {
border-top: 1px solid #fff;
padding: 0;
font-size: 17px;
font-weight: 700;
color: #fff;
letter-spacing: 1px;
text-align: left;
width: 100%;
position: absolute;
bottom: 0; }
@media (max-width: 991px) {
.main-navigation {
display: none; } }
@media (max-width: 991px) {
.main-navigation .menu-primary-navigation-container {
position: absolute;
left: 0;
width: 100%;
padding: 0 20px;
background: rgba(0, 0, 0, 0.7);
z-index: 9999; } }
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0; }
@media (max-width: 991px) {
.main-navigation ul {
margin: 0 -20px; } }
.main-navigation ul ul {
border-top: none;
border: 1px solid #e5e5e5;
padding: 0;
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999; }
.main-navigation ul ul ul {
left: -999em;
top: -1px; }
.main-navigation ul ul li {
padding: 0;
border-bottom: 1px solid #e5e5e5;
margin: 0;
background: #fff; }
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
left: 100%; }
.main-navigation ul ul li:last-child {
border-bottom: none; }
@media (max-width: 991px) {
.main-navigation ul ul li {
border: none;
padding: 0;
background: transparent; } }
.main-navigation ul ul a {
width: 200px;
padding: 10px 25px;
font-size: 15px;
background: #fff;
color: #666;
text-shadow: none; }
@media (max-width: 991px) {
.main-navigation ul ul a {
background: none;
color: #fff; } }
.main-navigation ul ul a:hover {
color: #a4cc00; }
@media (max-width: 991px) {
.main-navigation ul ul {
position: static;
border: none;
margin: 0;
padding: 0 20px;
width: auto; } }
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto; }
.main-navigation li {
float: left;
position: relative;
margin-right: 30px; }
@media (max-width: 991px) {
.main-navigation li {
border-bottom: none;
border-top: 1px solid #e5e5e5;
width: 100%;
margin-right: 0;
padding: 0 20px; } }
.main-navigation li:last-child {
border-bottom: none; }
.main-navigation a {
display: block;
text-decoration: none;
font-size: 18px;
font-weight: 600;
padding: 18px 0;
color: #fff;
text-transform: uppercase; }
@media (max-width: 991px) {
.main-navigation a {
padding: 12px 0; } }
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
color: #fff; } .st-menu {
background: #fff none repeat scroll 0 0;
border-right: 1px solid #e5e5e5;
height: 100%;
left: 0;
padding-top: 20px;
position: absolute;
top: 0;
transition: all 0.5s ease 0s;
visibility: hidden;
width: 280px;
z-index: 100;
display: none; }
@media (max-width: 991px) {
.st-menu {
display: block; } }
.st-menu:after {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
content: '';
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s; }
.st-menu .btn-close-home {
display: block;
margin: 0 20px 10px;
overflow: hidden; }
.st-menu .btn-close-home .close-button {
display: inline-block;
background-color: #a4cc00;
background-image: url(//imagine-amelie.com/wp-content/themes/fooding/assets/images/close-icon.png);
background-position: 0 0;
background-repeat: no-repeat;
border: medium none;
border-radius: 0;
color: #fff;
float: left;
font-size: 24px;
height: 35px;
line-height: 35px;
outline: 0 none;
padding: 0;
text-align: center;
width: 35px;
z-index: 9999; }
.st-menu .btn-close-home .close-button:hover {
background-color: #111; }
.st-menu .btn-close-home .home-button {
background: #a4cc00 none repeat scroll 0 0;
border: medium none;
color: #fff;
float: right;
font-size: 24px;
height: 35px;
line-height: 32px;
padding: 0;
text-align: center;
width: 35px; }
.st-menu .btn-close-home .home-button:hover {
background-color: #111; }
.st-menu .search-form {
margin: 20px 20px 10px; }
.st-menu ul {
list-style: none;
margin: 0;
padding: 0; }
.st-menu ul a {
border-bottom: 1px solid #f9f9f9;
color: #888;
display: block;
font-size: 14px;
font-weight: bold;
padding: 12px 25px;
text-transform: uppercase;
text-decoration: none;
transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s; }
.st-menu ul a:hover {
text-decoration: none;
color: #444; }
@media (max-width: 991px) {
.st-menu-open .st-menu::after {
width: 0;
height: 0;
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; } .st-effect-1.st-menu {
visibility: visible;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); }
.st-effect-1.st-menu-open .st-effect-1.st-menu {
visibility: visible;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.st-effect-1.st-menu::after {
display: none; } }
.top-mobile-menu-button {
border: medium none;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
border-radius: 0;
color: #ffffff;
float: left;
font-size: 24px;
height: 35px;
line-height: 24px;
margin-bottom: 10px;
margin-top: 20px;
outline: medium none;
padding: 0;
text-align: center;
width: 35px;
z-index: 9999;
position: relative;
display: none; }
@media (max-width: 991px) {
.top-mobile-menu-button {
display: inline-block; } } .site-footer .footer_menu {
margin: 0 0 5px 0;
padding: 0; }
@media (max-width: 767px) {
.site-footer .footer_menu {
float: none; } }
.site-footer .footer_menu ul {
list-style: none;
margin: 0;
padding: 0;
text-align: center; }
.site-footer .footer_menu ul li {
display: inline-block;
margin-right: 30px;
position: relative; }
.site-footer .footer_menu ul li::after {
content: "· ";
font-size: 24px;
line-height: 1;
position: absolute;
right: -21px;
top: -1px; }
.site-footer .footer_menu ul li:last-child::after {
content: ''; }
.site-footer .footer_menu ul li a {
color: #aaa;
font-weight: bold;
text-decoration: none; }
.site-footer .footer_menu ul li a:hover {
text-decoration: underline; } .social-links {
content: "· ";
font-size: 24px;
line-height: 1;
position: absolute;
right: -21px;
top: -1px;
margin: 0 auto;
padding: 0; }
.social-links ul {
margin: 0;
padding: 0; }
.social-links ul li {
list-style: none;
display: inline-block;
margin-right: 30px; }
.social-links ul li:last-child {
margin-right: 0; }
@media (max-width: 767px) {
.social-links ul li {
margin-bottom: 10px; } }
.social-links ul a {
background: transparent;
display: inline-block;
text-decoration: none; }
.social-links ul a::before {
font-family: "FontAwesome";
font-size: 24px;
font-style: normal;
font-weight: normal;
line-height: 1;
text-decoration: none;
vertical-align: text-bottom;
-webkit-font-smoothing: antialiased; }
.social-links ul a:hover {
background: transparent;
color: #a4cc00;
text-decoration: none; }
.social-links ul a:hover::before {
color: #a4cc00;
-webkit-transition: 0.2s all ease-in-out;
transition: 0.2s all ease-in-out; }
.social-links ul a[href*='wordpress.org']:before,
.social-links ul a[href*='wordpress.com']:before {
content: "\f19a"; }
.social-links ul a[href*='facebook.com']:before {
content: "\f09a"; }
.social-links ul a[href*='twitter.com']:before {
content: "\f099"; }
.social-links ul a[href*='dribbble.com']:before {
content: "\f17d"; }
.social-links ul a[href*='plus.google.com']:before {
content: "\f0d5"; }
.social-links ul a[href*='pinterest.com']:before {
content: "\f0d2"; }
.social-links ul a[href*='github.com']:before {
content: '\f09b'; }
.social-links ul a[href*='tumblr.com']:before {
content: '\f173'; }
.social-links ul a[href*='youtube.com']:before {
content: '\f167'; }
.social-links ul a[href*='flickr.com']:before {
content: '\f16e'; }
.social-links ul a[href*='vimeo.com']:before {
content: '\f27d'; }
.social-links ul a[href*='instagram.com']:before {
content: '\f16d'; }
.social-links ul a[href*='codepen.io']:before {
content: '\f1cb'; }
.social-links ul a[href*='linkedin.com']:before {
content: '\f0e1'; }
.social-links ul a[href*='foursquare.com']:before {
content: '\f180'; }
.social-links ul a[href*='reddit.com']:before {
content: '\f1a1'; }
.social-links ul a[href*='digg.com']:before {
content: '\f1a6'; }
.social-links ul a[href*='getpocket.com']:before {
content: '\f224'; }
.social-links ul a[href*='path.com']:before {
content: '\f20c'; }
.social-links ul a[href*='stumbleupon.com']:before {
content: '\f1a4'; }
.social-links ul a[href*='spotify.com']:before {
content: '\f1bc'; }
.social-links ul a[href*='twitch.tv']:before {
content: '\f1e8'; }
.social-links ul a[href*='dropbox.com']:before {
content: '\f16b'; }
.social-links ul a[href*='/feed']:before {
content: '\f09e'; }
.social-links ul a[href*='skype']:before {
content: '\f17e'; }
.social-links ul a[href*='mailto']:before {
content: '\f0e0'; }
.social-links ul a:before {
content: '\f415'; }  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden; }
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
background-color: #EBEBEB;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #a4cc00;
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; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em; }
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; } .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,
.container::before,
.container:after,
.nav-links::before,
.nav-links::after {
content: "";
display: table;
table-layout: fixed; }
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.post-list:after,
.container:after,
.nav-links:after {
clear: both; }  .widget {
margin-bottom: 30px; }
.widget ul {
list-style: none;
margin: 0;
padding: 0; }
.widget select {
max-width: 100%; }
.widget a {
text-decoration: none;
line-height: 1.75; }
.widget a:hover {
text-decoration: underline; }
.widget:last-child {
margin-bottom: 20px; }
@media (min-width: 499px) and (max-width: 991px) {
.widget {
float: left;
padding-right: 20px;
width: 47.5%; }
.widget:nth-of-type(2n) {
float: right; }
.widget:nth-of-type(2n + 1) {
clear: both; } }
@media (min-width: 768px) {
.widget {
width: 100%; } }
.widget-title {
padding-bottom: 5px;
margin-bottom: 10px;
margin-top: 0;
border-bottom: 1px solid #e6e6e6;
position: relative;
font-weight: 700; }
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_rss ul li {
display: block;
padding-bottom: 7px;
margin-bottom: 7px;
border-bottom: 1px solid #eee;
position: relative; }
.widget_pages ul li:last-child,
.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_rss ul li:last-child {
border-bottom: none; }
.widget_pages ul li::before,
.widget_categories ul li::before,
.widget_archive ul li::before,
.widget_meta ul li::before,
.widget_nav_menu ul li::before,
.widget_rss ul li::before {
color: #ccc;
content: "\f0da";
font-family: 'FontAwesome';
font-size: 15px;
position: absolute;
top: 3px;
left: 2px; }
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_nav_menu ul li a,
.widget_rss ul li a {
padding-left: 18px; }
.widget_tag_cloud a {
border: 1px solid #e9e9e9;
border-radius: 2px;
color: #888;
display: inline-block;
font-size: 13px !important;
margin-bottom: 5px;
padding: 2px 10px 3px; }
.widget_tag_cloud a:hover {
border-color: #a4cc00;
color: #a4cc00;
text-decoration: none; }
.fooding-posts-widget .widget-posts li {
padding: 10px 0px 13px;
clear: both; }
.fooding-posts-widget .widget-posts li.has-thumb .p-info {
margin-left: 80px; }
.fooding-posts-widget .widget-posts li img {
width: 65px;
height: auto;
float: left;
margin-right: 10px; }
.fooding-posts-widget .widget-posts li .p-info {
position: relative;
top: -2px; }
.fooding-posts-widget .widget-posts li .entry-title {
font-size: 15px;
text-transform: none;
color: #222;
margin-bottom: 0px;
margin-top: 0;
display: inline-block;
font-weight: 500; }
.fooding-posts-widget .widget-posts li .entry-date {
display: block;
font-size: 13px;
font-style: italic;
color: #777777;
margin-top: 4px; }
.fooding-posts-widget .widget-posts li a {
line-height: 1.25; }  .site {
position: relative;
overflow: hidden; }
.site-pusher {
position: relative;
left: 0;
z-index: 99;
height: 100%;
perspective: 1000px;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s; }
.site-pusher:after {
position: absolute;
top: 0;
right: 0;
width: 0;
height: 0;
background: rgba(0, 0, 0, 0.2);
content: '';
opacity: 0;
-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }
@media (max-width: 991px) {
.st-menu-open .site-pusher::after {
width: 100%;
height: 100%;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s; } }
.container {
max-width: 1120px;
margin: 0 auto;
padding: 0 40px;
clear: both; }
@media (max-width: 991px) {
.container {
padding: 0 20px; } }
.site-header {
padding: 45px 0;
background: transparent;
width: 100%;
min-height: 400px;
height: 400px;
float: none;
display: block;
text-align: center;
position: relative; }
@media (max-width: 991px) {
.site-header {
min-height: 400px;
height: 400px; } }
.site-header .site-header-wrap {
background: rgba(0, 0, 0, 0.1);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
z-index: 9999; }
.site-header .site-header-wrap .container {
position: relative;
height: 100%; }
.site-header .site-branding {
float: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
width: 100%; }
@media (max-width: 991px) {
.site-header .site-branding {
float: none;
text-align: center; } }
.site-header .site-branding .site-title {
font-size: 40px;
line-height: 40px;
text-decoration: none;
margin: 5px 0;
position: relative;
padding-bottom: 20px; }
.site-header .site-branding .site-title a {
color: #fff;
text-decoration: none;
font-weight: bold;
text-transform: uppercase; }
.site-header .site-branding .site-description {
width: 60%;
margin: 0 auto;
font-size: 28px;
line-height: 1.3;
color: #fff;
text-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); }
@media (max-width: 991px) {
.site-header .site-branding .site-description {
font-size: 18px; } }
.social-menu {
float: right;
margin-top: 13px; }
@media (max-width: 991px) {
.social-menu {
float: none;
text-align: center;
margin-top: 30px; } }
.site-content {
clear: both;
padding: 50px 0 30px; }
@media (max-width: 991px) {
.site-content {
padding: 30px 0; } }
.full-width .content-area {
width: 100%; }
.content-area {
float: left;
width: 100%; }
@media (min-width: 768px) {
.content-area {
width: 65%; } }
.content-area.no-sidebar {
width: 100%; }
.sidebar {
float: right;
width: 100%;
margin-top: 40px; }
@media (min-width: 768px) {
.sidebar {
width: 30%;
margin-top: 0px; } }
.sidebar .widget {
background: #fff;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
padding: 25px; } .post-grid {
width: 100%;
background: #fff; }
@media (min-width: 499px) {
.post-grid {
width: 47.5%; } }
.post-grid .featured-image {
margin: 0; }
.post-grid .featured-image img {
width: 100%;
height: auto; }
.post-grid .entry-title {
font-size: 22px;
margin-bottom: 5px; }
.homepage-default .post-grid:nth-of-type(odd) {
float: left;
clear: both; }
.homepage-default .post-grid:nth-of-type(even) {
float: right; }
.homepage-home2 .post-grid:first-child {
clear: both;
float: none; }
.homepage-home2 .post-grid:nth-of-type(even) {
float: left;
clear: both; }
.homepage-home2 .post-grid:nth-of-type(odd) {
float: right; }
.homepage-home2 .post-list {
clear: both; } .navigation {
clear: both;
font-size: 22px;
text-align: center;
margin-bottom: 20px; }
.navigation a {
color: #888;
margin-right: 5px;
text-decoration: none; }
.navigation a:hover {
color: #111;
text-decoration: underline; }
.navigation .current {
color: #111;
font-size: 32px;
margin-right: 5px; }
.single-post .navigation {
font-size: 18px; }
.single-post .navigation .nav-previous {
float: left;
width: 45%;
text-align: left; }
.single-post .navigation .nav-next {
float: right;
width: 45%;
text-align: right; }
.single-post .navigation a {
color: #000; }
.single-post .navigation span {
font-size: 13px;
display: block;
color: #888; } .wp-block-search .wp-block-search__inside-wrapper {
margin-top: 5px; }
.wp-block-search .wp-block-search__input {
margin-bottom: 0;
border: 1px solid #e3e3e3; }
.wp-block-search .wp-block-search__button {
border-color: #a4cc00;
width: auto;
margin: 0 0 0 -5px;
border-radius: 0 3px 3px 0;
text-transform: uppercase;
background: #a4cc00;
color: #fff; } .site-footer {
overflow: hidden;
background: #fff; }
.site-footer .footer-staff-picks {
width: 3000px;
padding: 0;
text-align: center;
overflow: hidden;
left: 50%;
line-height: 1;
margin: 0 auto;
position: relative;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%); }
.site-footer .footer-staff-picks .hentry {
float: none;
display: inline-block;
width: 330px;
padding: 0;
margin: 0 0 0 -5px;
border-bottom: none; }
.site-footer .footer-widgets {
border-bottom: 1px solid #e6e6e6;
margin: 0;
padding: 45px 0 20px; }
.site-footer .footer-widgets .widget {
box-sizing: border-box;
float: left;
width: 100%;
margin-bottom: 20px;
padding: 0 20px; }
.site-footer .footer-widgets .widget li {
border: none;
margin-bottom: 7px;
padding-bottom: 7px; }
@media (min-width: 499px) {
.site-footer .footer-widgets .widget {
width: 49%; } }
@media (min-width: 992px) {
.site-footer .footer-widgets .widget {
width: 25%; } }
.site-footer .site-info {
padding: 25px 0;
margin: 0;
font-size: 13px;
text-align: center; }
.site-footer .site-info .site-copyright {
float: left; }
@media (max-width: 767px) {
.site-footer .site-info .site-copyright {
float: none; } }
.site-footer .site-info .theme-info-text {
float: right; }
@media (max-width: 767px) {
.site-footer .site-info .theme-info-text {
float: none; } }
.wp-block-cover, .wp-block-cover-image {
margin-bottom: 1.5em; }
.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
color: white; }
ol.wp-block-latest-comments {
padding-left: 0; }  .sticky {
display: block; }
.hentry {
margin: 0 0 2em; }
.home.page .hentry {
padding: 0; }
h1.entry-title {
margin-top: 0;
font-size: 34px;
font-weight: 700;
margin-bottom: 15px;
line-height: 1.2; }
.page .hentry, .single .hentry {
padding: 25px;
background: #fff;
border: none;
margin-bottom: 40px;
box-shadow: 0 1px 2px rgba(189, 184, 184, 0.1); }
.single .entry-header {
margin-bottom: 20px; }
.single .entry-content {
margin-top: 1.0625rem;
margin-bottom: 0; }
.single .entry-thumb {
margin: -25px -25px 20px; }
.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; }
.featured-image {
position: relative;
margin-bottom: 0; }
.featured-image img {
width: 100%;
display: block; }
.entry-info {
position: relative;
padding: 25px 25px 15px 25px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
background: #fff; }
.no-post-thumbnail .entry-info {
margin: 0; }
.no-post-thumbnail .ft-post-right {
margin: 0; }
h2.entry-title {
font-size: 24px;
line-height: 1.2;
font-weight: 700;
margin-bottom: 5px;
margin-top: 0; }
@media (max-width: 991px) {
h2.entry-title {
font-size: 22px; } }
h2.entry-title a {
color: #333;
text-decoration: none; }
h2.entry-title a:hover {
color: #666; }
.entry-meta {
display: block;
font-style: italic;
color: #b4b4b4;
margin-bottom: 15px; }
.entry-meta div {
display: inline-block; }
.entry-meta a {
color: #b4b4b4;
text-decoration: none; }
.entry-meta a:hover {
text-decoration: underline; }
.single .entry-meta {
font-size: 17px; }
.entry-footer a {
color: #999;
text-decoration: none; }
.entry-footer a:hover {
text-decoration: underline; }
a.read-more {
color: #a4cc00;
text-decoration: none; }
a.read-more:hover {
text-decoration: underline; } .archive .page-header, .search .page-header {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 40px;
padding-bottom: 15px; }
.archive .post-grid:nth-of-type(2n+1), .search .post-grid:nth-of-type(2n+1) {
float: left;
clear: both; }
.archive .post-grid:nth-of-type(2n), .search .post-grid:nth-of-type(2n) {
float: right;
clear: none; } .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none; } .comments-area {
margin-top: 40px; }
.comments-area .logged-in-as a {
color: #a4cc00;
font-weight: bold; }
.comments-area .comment-list {
list-style: none;
margin: 0;
padding: 0; }
.comments-area .comment-list li {
margin: 20px 0;
padding-bottom: 15px;
border-bottom: 1px solid #e6e6e6; }
.comments-area .comment-list li .avatar {
border-radius: 3px;
float: left;
width: 60px; }
.comments-area .comment-list li .comment-wrapper {
background: #f8f9f9 none repeat scroll 0 0;
margin-left: 4rem;
padding: 0 20px;
position: relative; }
.comments-area .comment-list li .comment-wrapper .comment-meta {
margin-bottom: 20px; }
.comments-area .comment-list li .comment-wrapper .comment-meta a {
text-decoration: none; }
.comments-area .comment-list li .comment-wrapper .comment-meta .fn {
font-weight: bold; }
.comments-area .comment-list li .comment-wrapper .comment-author {
margin-bottom: 20px; }
.comments-area .comment-list li .comment-wrapper .comment-author a {
color: #bbb;
font-size: 1.1rem;
letter-spacing: 0.3px;
text-transform: uppercase; }
.comments-area .comment-list li .comment-wrapper .comment-actions i {
padding-left: 10px;
font-size: 13px; }
.comments-area .comment-list li li {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0; }
.comment-content a {
word-wrap: break-word; }
.bypostauthor {
display: block; }
#respond input#submit {
width: auto;
font-weight: bold; }
#respond #reply-title {
border-bottom: 1px solid #e5e5e5;
font-size: 22px;
margin-bottom: 40px;
padding-bottom: 10px;
text-transform: uppercase; }
#respond #reply-title a {
margin-left: 7px; }  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none; } .infinity-end.neverending .site-footer {
display: block; }
#infinite-handle span {
background: none;
color: #888;
padding: 0;
font-size: 22px; }
#infinite-handle span button {
text-transform: none;
font-size: 22px; }
#infinite-handle span button:hover {
color: #000;
text-decoration: underline; } .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; } embed,
iframe,
object {
max-width: 100%; } .wp-caption {
margin-bottom: 1.5em;
max-width: 100%; }
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto; }
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
font-size: 0.75rem;
font-style: italic; }
.wp-caption-text {
text-align: center; } .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; }