:root {
--heading-font: Source Sans Pro, sans-serif;
--body-font: Roboto, sans-serif;
--primary-color: #c09f68; --light-bg-color: #fff;
--light-text-color: #212121;
--light-content-color: #515151; --dark-bg-color: #282828;
--dark-text-color: #fff;
--dark-content-color: #e2e2e2; }
:root .light-color,
:root .home-widget.light-color {
--bg-color: var(--light-bg-color);
--text-color: var(--light-text-color);
--content-color: var(--light-content-color);
--btn-bg-color: #000;
--btn-text-color: #fff; }
:root .dark-color,
:root .home-widget.dark-color {
--bg-color: var(--dark-bg-color);
--text-color: var(--dark-text-color);
--content-color: var(--dark-content-color);
--btn-bg-color: #fff;
--btn-text-color: #000; }
.container:after,
.site-header ul:after,
.site-header .site-header-menu .main-navigation li.mega-menu ul:after,
ul.social-nav:after,
.main:after,
.featured-section .top-blocks .blocks-wrapper:after,
.featured-section .post:after,
.posts-wrapper:after,
.section-header:after,
.posts[class*="cols-"]:after,
.posts.layout-list .post:after,
.posts.layout-card .post .post-content:after,
.post-navigation .nav-links:after,
.post-entry:after,
.post-entry .gallery:after,
.single #primary > .post:after,
.single #primary > .author-info-box:after,
.related-posts .related-posts-container:after,
.comments .navigation .nav-links:after,
.site-footer .widget-area .widget-area-row:after,
.footer-bottom.column-2:after,
.authors-list.layout-grid:after,
.lo-row:after,
.wp-block-columns:after,
.accordion-content:after,
.widget.fallsky-widget_cat:after,
.widget.fallsky-widget_instagram ul:after,
.widget.widget_categories ul li:after,
.widget.widget_archive ul li:after,
.widget.widget_tag_cloud .tagcloud:after,
.widget.widget_media_gallery .gallery:after,
.woocommerce ul.products:not(.style-overlay) li.product:after,
.woocommerce-page ul.products:not(.style-overlay) li.product:after,
.site-header #site-header-cart .widget.woocommerce.widget_shopping_cart .cart_list li:after,
.wp-block-tag-cloud:after,
.wp-block-latest-posts li:after {
position: relative;
display: block;
content: "";
clear: both; }
@-webkit-keyframes loadingSpin {
0% {
-webkit-transform: rotate(0); }
100% {
-webkit-transform: rotate(360deg); } }
@keyframes loadingSpin {
0% {
transform: rotate(0); }
100% {
transform: rotate(360deg); } } 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; }
abbr[title] {
border-bottom: 1px dotted; }
b,
strong {
font-weight: 700; }
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 {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; }
code,
kbd,
pre,
samp {
font-size: 1em; }
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0; }
select {
text-transform: none; }
button {
overflow: visible; }
button,
input,
select,
textarea {
max-width: 100%; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; }
button[disabled],
html input[disabled] {
cursor: default;
opacity: .5; }
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 0.4375em;
padding: 0; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
input[type="search"] {
-webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
fieldset {
border: 1px solid #d1d1d1;
margin: 0 0 1.75em;
padding: 0.875em; }
fieldset > :last-child {
margin-bottom: 0; }
legend {
border: 0;
padding: 0; }
textarea {
overflow: auto;
vertical-align: top; }
optgroup {
font-weight: bold; } * {
margin: 0 auto;
padding: 0;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-ms-word-wrap: break-word;
word-wrap: break-word; }
*:focus {
outline: 0; }
html {
width: 100%;
min-height: 100%; }
html:not(.no-touch) div {
background-attachment: scroll !important; }
body {
width: 100%;
height: auto;
min-height: 100%;
margin: 0 auto;
background: #fff;
color: #212121; }
#page {
position: relative;
z-index: 1;
width: 100%;
height: auto;
overflow-x: hidden; }
ul,
ol {
margin: 0 0 30px 30px;
padding: 0; }
li > ul,
li > ol {
margin-bottom: 0; }
dl {
margin: 0 0 30px; }
dt {
font-weight: 700; }
dd {
margin: 0 0 30px; }
figure {
position: relative;
max-width: 100%;
margin: 0;
overflow: hidden; }
figure img {
display: block; }
img {
height: auto;
max-width: 100%;
border: 0; }
hr {
height: 1px;
margin: 0 auto 30px;
background-color: rgba(0, 0, 0, 0.1);
border: none; }
.dark-color hr {
background-color: rgba(255, 255, 255, 0.2); }
hr.lo-divider {
background: none !important; }
.hide {
display: none !important; }  .says,
.screen-reader-text {
position: absolute !important;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
overflow: hidden;
word-wrap: normal !important; }
.site .skip-link {
top: -9999em;
left: -9999em;
display: block;
padding: 15px 23px 14px;
background-color: #f1f1f1;
box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
color: #21759b;
font-family: Montserrat, "Helvetica Neue", sans-serif;
font-size: 14px;
font-weight: 700;
outline: none;
text-decoration: none;
text-transform: none; }
.logged-in .site .skip-link {
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
font-family: "Open Sans", sans-serif; }
.site .skip-link:focus {
top: 7px;
left: 6px;
z-index: 100000;
width: auto;
height: auto;
clip: auto; } .alignleft {
float: left;
display: inline; }
.alignleft[class*="wp-block-"] {
margin-right: 30px; }
.alignright {
float: right;
display: inline; }
.alignright[class*="wp-block-"] {
margin-left: 30px; }
.aligncenter {
display: block;
margin-right: auto !important;
margin-left: auto !important; }
figure.alignleft,
img.alignleft {
margin: 0 30px 30px 0; }
figure.alignright,
img.alignright {
margin: 0 0 30px 30px; } #page .button {
position: relative;
z-index: 1;
display: inline-block;
padding: 0 20px;
background: var(--btn-bg-color);
border: none;
border-radius: 2px;
color: var(--btn-text-color);
font-weight: 400;
line-height: 34px;
text-align: center;
text-decoration: none;
white-space: nowrap;
transition: 0.4s;
will-change: opacity;
font-size: 12px;
font-size: 0.75rem;
letter-spacing: 0.05em; }
.no-touch #page .button:hover {
opacity: 0.9; }
.primary-color-enabled #page .button {
background: var(--primary-color);
color: #fff; }
#page .button.lo-button {
margin-bottom: 2px;
background: currentColor;
color: var(--btn-bg-color);
vertical-align: text-bottom; }
#page .button.lo-button span {
color: var(--btn-text-color); }
.primary-color-enabled #page .button.lo-button {
background: currentColor;
color: var(--primary-color); }
.primary-color-enabled #page .button.lo-button span {
color: #fff; }
#page .button.lo-button.small {
padding: 0 14px;
font-size: 10px;
font-size: 0.625rem;
line-height: 28px; }
#page .button.lo-button.large {
padding: 0 25px;
font-size: 16px;
font-size: 1rem;
line-height: 42px; }
#page .button.lo-button.extra-large {
padding: 0 35px;
font-size: 24px;
font-size: 1.5rem;
line-height: 60px; }
#page .button + hr {
margin-top: 30px; } .author-photo {
width: 105px; }
.author-photo img {
display: block;
border-radius: 50%; } .tagcloud a,
.wp-block-tag-cloud a {
display: inline-block;
padding: 0;
margin: 0;
border-radius: 0;
background: none;
color: inherit;
border: none;
font-size: 12px !important;
font-size: 0.75rem !important;
letter-spacing: 0.05em;
line-height: 20px;
text-transform: capitalize; }
.no-touch .tagcloud a:hover, .tagcloud a:focus,
.no-touch .wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
text-decoration: underline; }
body#tinymce {
padding: 20px !important;
background: #fff; }
#page a[class*="btn"] {
text-decoration: none; }
#page .wpb_gallery ul li {
position: static; }
#page .wpb_gallery ul li:before {
display: none; }
.n2-section-smartslider * {
margin: 0; }
@media screen and (min-width: 768px) {
.site-layout-frame {
padding: 35px; } } body,
button,
input,
select,
textarea,
.ui-widget,
.section-title,
.widget-title,
.related-posts .related-posts-title,
.comments h2.comments-title,
.comment-respond h3.comment-reply-title,
.search-screen .shortcuts-cat span.counts,
.error404 .page-404-page-header h1.page-title,
blockquote cite,
blockquote small,
.widget.fallsky-widget_author_list ul li a .post-count {
font-family: var(--body-font); }
.site-branding .site-title,
.post-title,
.cat-links,
blockquote,
.wp-caption-text,
.fallsky-fullmenu .main-navigation,
.fallsky-fullmenu .search input,
.search-screen .search input,
.search-screen .shortcuts-cat,
.comments ol.comment-list li .comment-author b.fn,
h1,
h2,
h3,
h4,
h5,
h6,
.post-entry .dropcap:first-letter,
.widget.widget_rss ul li a.rsswidget,
.widget.widget_recent_entries a,
.widget_recent_comments ul li > a,
.wp-block-rss .wp-block-rss__item-title {
font-family: var(--heading-font); }
body {
font-size: 16px;
font-size: 1rem;
font-weight: 400;
line-height: 1.7; }
a {
color: inherit;
text-decoration: none;
transition: all 0.4s; }
.primary-color-enabled a {
color: var(--primary-color); }
.post-entry a:not(.button),
.comment-content a:not(.button),
.custom-content a:not(.button) {
text-decoration: underline; }
.no-touch .post-entry a:not(.button):hover,
.no-touch .comment-content a:not(.button):hover,
.no-touch .custom-content a:not(.button):hover {
text-decoration: none; }
.post-entry li,
.comment-content li,
.custom-content li {
margin-bottom: 10px; }
.post-entry li ul,
.post-entry li ol,
.comment-content li ul,
.comment-content li ol,
.custom-content li ul,
.custom-content li ol {
margin-top: 10px; }
.post-entry ul,
.comment-content ul,
.custom-content ul {
margin-left: 0; }
.post-entry ul li,
.comment-content ul li,
.custom-content ul li {
position: relative; }
.post-entry ul > li,
.post-entry ul ul > li,
.comment-content ul > li,
.comment-content ul ul > li,
.custom-content ul > li,
.custom-content ul ul > li {
padding-left: 30px;
list-style: none; }
.post-entry ul > li:before, .post-entry ul ul > li:before, .comment-content ul > li:before,
.comment-content ul ul > li:before, .custom-content ul > li:before,
.custom-content ul ul > li:before {
position: absolute;
top: 10px;
left: 15px;
width: 5px;
height: 5px;
border-radius: 50%;
background: currentColor;
content: "";
line-height: 24px; }
.primary-color-enabled .post-entry ul > li:before,
.primary-color-enabled .post-entry ul ul > li:before,
.primary-color-enabled .comment-content ul > li:before,
.primary-color-enabled
.comment-content ul ul > li:before,
.primary-color-enabled .custom-content ul > li:before,
.primary-color-enabled
.custom-content ul ul > li:before {
background: var(--primary-color); }
.post-entry nav li:before,
.post-entry nav ul > li:before,
.post-entry ul[class*="tab"] li:before,
.post-entry li[class*="share"]:before {
display: none; }
.post-entry,
.post-excerpt,
.home-widget .section-content {
font-size: 14px;
font-size: 0.875rem; }
.post-entry {
color: var(--content-color);
line-height: 1.8; }
.post-entry h1,
.post-entry h2,
.post-entry h3,
.post-entry h4,
.post-entry h5,
.post-entry h6,
.post-entry form,
.post-entry > *[class*="wp-block"]:not(.has-text-color) {
color: var(--text-color); }
.post-entry .wp-block-columns,
.post-entry .wp-block-media-text {
color: inherit; }
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
line-height: 1.5; }
.post-entry h1, .home-widget .section-content h1, .featured-section .custom-content h1, .comment-content h1,
.post-entry h2, .home-widget .section-content h2, .featured-section .custom-content h2, .comment-content h2,
.post-entry h3, .home-widget .section-content h3, .featured-section .custom-content h3, .comment-content h3,
.post-entry h4, .home-widget .section-content h4, .featured-section .custom-content h4, .comment-content h4,
.post-entry h5, .home-widget .section-content h5, .featured-section .custom-content h5, .comment-content h5,
.post-entry h6, .home-widget .section-content h6, .featured-section .custom-content h6, .comment-content h6 {
margin-bottom: 30px;
line-height: 1.2; }
.home-widget.custom-content .section-content h1:last-child, .home-widget.custom-content .section-content h2:last-child, .home-widget.custom-content .section-content h3:last-child, .home-widget.custom-content .section-content h4:last-child, .home-widget.custom-content .section-content h5:last-child, .home-widget.custom-content .section-content h6:last-child {
margin-bottom: 0; }
.comment-content h1, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6 {
margin-bottom: 15px; }
.single #primary > .signup-form h1, .single #primary > .signup-form h2, .single #primary > .signup-form h3, .single #primary > .signup-form h4, .single #primary > .signup-form h5, .single #primary > .signup-form h6 {
margin-bottom: 5px; }
.widget-area .widget h1, .widget-area .widget h2, .widget-area .widget h3, .widget-area .widget h4, .widget-area .widget h5, .widget-area .widget h6 {
margin-bottom: 15px; }
.post-entry h1,
.featured-section .custom-content h1,
.home-widget .section-content h1,
.single #primary > .signup-form h1 {
font-size: 36px;
font-size: 2.25rem; }
.post-entry h2,
.featured-section .custom-content h2,
.home-widget .section-content h2,
.single #primary > .signup-form h2 {
font-size: 32px;
font-size: 2rem; }
.post-entry h3,
.featured-section .custom-content h3,
.home-widget .section-content h3,
.single #primary > .signup-form h3 {
font-size: 28px;
font-size: 1.75rem; }
.post-entry h4,
.featured-section .custom-content h4,
.home-widget .section-content h4,
.single #primary > .signup-form h4 {
font-size: 24px;
font-size: 1.5rem; }
.post-entry h5,
.featured-section .custom-content h5,
.home-widget .section-content h5,
.single #primary > .signup-form h5 {
font-size: 21px;
font-size: 1.3125rem; }
.post-entry h6,
.featured-section .custom-content h6,
.home-widget .section-content h6,
.single #primary > .signup-form h6 {
font-size: 18px;
font-size: 1.125rem; }
.comment-content h1,
.widget-area .widget h1 {
font-size: 28px;
font-size: 1.75rem; }
.comment-content h2,
.widget-area .widget h2 {
font-size: 24px;
font-size: 1.5rem; }
.comment-content h3,
.widget-area .widget h3 {
font-size: 21px;
font-size: 1.3125rem; }
.comment-content h4,
.widget-area .widget h4 {
font-size: 18px;
font-size: 1.125rem; }
.comment-content h5,
.widget-area .widget h5 {
font-size: 16px;
font-size: 1rem; }
.comment-content h6,
.widget-area .widget h6 {
font-size: 14px;
font-size: 0.875rem; }
.comment-content * + h1,
.comment-content * + h2,
.comment-content * + h3,
.comment-content * + h4,
.comment-content * + h5,
.comment-content * + h6 {
margin-top: 30px; }
.post-title,
.page-title {
-ms-word-break: break-word;
word-break: break-word; }
.post-title {
font-weight: 600;
letter-spacing: 0;
line-height: 1.2; }
.post-title a {
color: inherit; }
.primary-color-enabled .post-title a {
color: inherit; }
.page-title,
.no-post-found .no-article .post-title {
font-size: 24px;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: 0;
line-height: 1.2; }
.page-header-text *:not(.page-title) {
font-size: 16px;
font-size: 1rem; }
h5.section-title,
h5.widget-title,
.related-posts .related-posts-title,
.comments h2.comments-title,
.comment-respond h3.comment-reply-title,
.comments .click-to-reply {
position: relative;
display: block;
text-align: left;
text-transform: capitalize;
font-weight: 600;
letter-spacing: 0; }
h5.section-title {
padding-bottom: 20px;
margin-bottom: 30px;
border-bottom: 2px solid;
font-size: 18px;
font-size: 1.125rem; }
h5.section-title a {
color: inherit; }
.no-touch h5.section-title a:hover {
opacity: 0.5; }
.hide-section-title-decor h5.section-title {
border-bottom: none;
margin-bottom: 15px; }
.section-header.align-center {
position: relative;
overflow: hidden;
margin-bottom: 35px;
text-align: center; }
.section-header.align-center h5.section-title {
position: relative;
display: inline-block;
padding-bottom: 0;
margin-bottom: 0;
text-align: center;
border-bottom: none; }
.section-header.align-center h5.section-title:before, .section-header.align-center h5.section-title:after {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
display: block;
width: 50vw;
height: 2px;
background: currentColor;
content: ""; }
.section-header.align-center h5.section-title:before {
left: -30px;
-webkit-transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
transform: translate(-100%, -50%); }
.section-header.align-center h5.section-title:after {
right: -30px;
-webkit-transform: translate(100%, -50%);
-ms-transform: translate(100%, -50%);
transform: translate(100%, -50%); }
.hide-section-title-decor .section-header.align-center h5.section-title:before, .hide-section-title-decor .section-header.align-center h5.section-title:after {
display: none; }
h5.widget-title {
font-size: 16px;
font-size: 1rem;
margin-bottom: 15px;
padding-bottom: 10px; }
.widget-area .widget h5.widget-title {
margin-bottom: 20px;
border-bottom: 2px solid;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
line-height: 32px; }
.hide-widget-title-decor .widget-area .widget h5.widget-title {
margin-bottom: 0;
border-bottom: none; }
.sidebar .widget:first-child h5.widget-title {
padding-top: 5px; }
.related-posts .related-posts-title,
.comments h2.comments-title,
.comment-respond h3.comment-reply-title,
.comments .click-to-reply {
margin-bottom: 30px;
font-size: 18px;
font-size: 1.125rem; }
p {
margin: 0 auto 30px;
font-size: inherit; }
blockquote {
position: relative;
margin: 0;
padding-left: 40px;
color: inherit; }
.post-entry blockquote, .featured-section .custom-content blockquote {
margin: 50px 0; }
.post-entry blockquote:first-child, .featured-section .custom-content blockquote:first-child {
margin-top: 0; }
.post-entry blockquote {
color: var(--text-color); }
.widget-area .widget blockquote:not(:last-child) {
margin-bottom: 30px; }
blockquote:before {
position: absolute;
top: 15px;
left: -5px;
z-index: 1;
display: block;
width: 30px;
height: 30px;
font-family: sans-serif;
font-size: 70px;
font-size: 4.375rem;
line-height: 30px;
text-align: center;
content: "\201C"; }
.primary-color-enabled blockquote:before {
color: var(--primary-color); }
blockquote p {
position: relative;
z-index: 1;
font-size: 18px;
font-size: 1.125rem;
font-style: normal;
line-height: 30px; }
blockquote cite,
blockquote small {
display: block;
margin-top: 15px;
font-size: 14px;
font-size: 0.875rem;
font-weight: 400;
font-style: normal;
line-height: 1.5;
opacity: 0.7; }
blockquote cite:before {
position: relative;
bottom: 3px;
display: inline-block;
width: 20px;
height: 1px;
margin-right: 10px;
background: currentColor;
content: ""; }
.comment-content blockquote {
margin: 30px 0;
padding-left: 30px; }
.comment-content blockquote p {
line-height: 1.7; }
.comment-content blockquote:before {
top: 10px;
left: -6px;
font-size: 48px;
font-size: 3rem; }
table {
width: 100%;
max-width: 100%;
margin: 0 0 30px;
border-collapse: collapse;
border-spacing: 0;
border-width: 1px;
border-style: solid;
border-color: currentColor;
background: none;
color: inherit; }
table th,
table td {
padding: 10px 6px;
vertical-align: top;
line-height: 1.5; }
table th {
background: none;
font-size: 12px;
font-size: 0.75rem;
font-weight: 800;
letter-spacing: 0.1em;
text-transform: uppercase;
text-align: left; }
table td {
font-size: 14px;
font-size: 0.875rem; }
table thead th {
border-bottom: 1px solid; }
table caption {
margin: 15px auto;
font-size: 12px;
font-size: 0.75rem; }
.post-entry table, .comment-content table {
border-color: rgba(0, 0, 0, 0.1);
border-collapse: separate;
border-spacing: 1px; }
.post-entry table th,
.post-entry table td, .comment-content table th,
.comment-content table td {
border-bottom: 1px dotted;
border-color: inherit; }
.post-entry table tbody:last-child tr:last-child th,
.post-entry table tbody:last-child tr:last-child td, .comment-content table tbody:last-child tr:last-child th,
.comment-content table tbody:last-child tr:last-child td {
border-bottom: none; }
.dark-color .post-entry table, .dark-color .comment-content table {
border-color: rgba(255, 255, 255, 0.2); }
pre {
display: block;
padding: 30px;
margin: 30px 0;
background-color: #f7f7f7;
border: 1px solid #eee;
color: #212121;
font-size: 14px;
tab-size: 4;
overflow: auto; }
code,
kbd,
tt {
font-size: 14px; }
fieldset {
padding: 0;
margin: 0;
border: none; }
dfn,
cite,
em,
i {
font-style: italic; }
address {
margin: 0 0 30px;
font-style: italic; }
code,
kbd,
tt,
var,
samp,
pre {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
var {
font-size: 14px; }
abbr,
acronym {
border-bottom: 1px dotted;
text-decoration: none;
cursor: help; }
mark {
padding: 1.75px 3.5px;
background: #eee;
text-decoration: none; }
.primary-color-enabled mark {
background: var(--primary-color); }
ins {
background: #eee;
text-decoration: none; }
big {
font-size: 125%; }
dd {
margin-left: 30px; } .post-entry .dropcap {
text-align: left; }
.post-entry .dropcap.has-drop-cap:first-letter, .post-entry .dropcap:first-letter {
float: left;
padding: 0;
margin: 0.02em 0.15em 0 0;
box-sizing: border-box;
font-size: 500%;
font-weight: 600;
letter-spacing: 0;
line-height: 0.8; }
.post-entry .dropcap.light:first-letter {
float: none;
margin: 0;
color: rgba(0, 0, 0, 0.1); }
.dark-color .post-entry .dropcap.light:first-letter {
color: rgba(255, 255, 255, 0.2); }
.post-entry .dropcap.square:first-letter {
display: block;
padding: 0.1em 0.15em;
margin-top: 10px;
margin-right: 0.3em;
border: 3px solid #eee;
border-radius: 0;
font-size: 300%;
text-align: center; }
.post-entry .dropcap.dark-bg:first-letter {
background: #000;
border-color: #000;
color: #fff; }
.post-entry .dropcap.light-bg:first-letter {
background: #f7f7f7;
border-color: #f7f7f7;
color: #000; }
.post-entry h1.dropcap,
.post-entry h2.dropcap,
.post-entry h3.dropcap,
.post-entry h4.dropcap,
.post-entry h5.dropcap,
.post-entry h6.dropcap {
line-height: 1.5; } .post-entry .highlight:not(.bottomline) {
background: var(--text-color);
color: var(--btn-text-color); }
.post-entry .highlight.bottomline {
border-bottom: 2px solid currentColor; }
.primary-color-enabled #page .post-entry .highlight:not(.bottomline) {
background: var(--primary-color);
color: #fff; }
.post-entry .highlight-bottomline {
border-bottom: 2px solid currentColor; } .post-entry a.tweet-it {
position: relative;
border-bottom: none;
font-weight: 600; }
.post-entry a.tweet-it:before, .post-entry a.tweet-it:after {
position: absolute;
display: block;
opacity: 0;
transition: 0.4s; }
.post-entry a.tweet-it:before {
top: -35px;
left: 0;
width: 30px;
height: 30px;
background: var(--text-color);
border-radius: 0;
color: var(--bg-color);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e094";
font-size: 16px;
line-height: 30px;
text-align: center; }
.post-entry a.tweet-it:after {
top: -5px;
left: 11px;
width: 0;
height: 0;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid var(--text-color);
content: ""; }
.no-touch .post-entry a.tweet-it:hover {
opacity: 1; }
.no-touch .post-entry a.tweet-it:hover:before, .no-touch .post-entry a.tweet-it:hover:after {
opacity: 1; }
.post-entry .tweet-it-paragraph {
padding: 50px 30px 30px;
max-width: 600px;
text-align: center; }
.post-entry .tweet-it-paragraph a.tweet-it {
display: block;
font-weight: inherit;
opacity: 1;
color: inherit;
text-decoration: none; }
.no-touch .post-entry .tweet-it-paragraph a.tweet-it:hover {
text-decoration: underline; }
.post-entry .tweet-it-paragraph a.tweet-it:before, .post-entry .tweet-it-paragraph a.tweet-it:after {
top: -40px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
opacity: 1; }
.post-entry .tweet-it-paragraph a.tweet-it:after {
top: -10px; }
@media screen and (min-width: 600px) {
.page-title,
.no-post-found .no-article .post-title {
font-size: 36px;
font-size: 2.25rem; }
table th,
table td {
padding: 16px; } }
@media screen and (min-width: 768px) {
blockquote {
padding-left: 100px; }
.post-entry blockquote:before, .featured-section .custom-content blockquote:before {
left: 0;
width: 90px;
height: 40px;
font-size: 90px;
font-size: 5.625rem;
line-height: 40px; }
.post-entry blockquote p code,
.post-entry blockquote p kbd,
.post-entry blockquote p tt, .featured-section .custom-content blockquote p code,
.featured-section .custom-content blockquote p kbd,
.featured-section .custom-content blockquote p tt {
font-size: 16px; }
blockquote p {
font-size: 24px;
font-size: 1.5rem;
line-height: 40px; }
#page .xl-heading {
font-size: 56px;
font-size: 3.5rem; }
#page .l-heading {
font-size: 48px;
font-size: 3rem; }
#page .m-heading {
font-size: 36px;
font-size: 2.25rem; } }
@media screen and (min-width: 1025px) {
.page-title,
.no-post-found .no-article .post-title {
font-size: 48px;
font-size: 3rem; }
#page .xl-heading {
font-size: 80px;
font-size: 5rem; }
#page .l-heading {
font-size: 60px;
font-size: 3.75rem; }
#page .m-heading {
font-size: 50px;
font-size: 3.125rem; } } nav ul {
margin: 0;
list-style: none; } .site-branding {
padding: 15px 0;
font-size: 0; }
.site-header .site-branding {
max-width: 50%; }
.site-branding.invisible .site-title,
.site-branding.invisible .site-description {
position: absolute !important;
clip: rect(1px, 1px, 1px, 1px); }
.site-branding p {
margin-bottom: 0; }
.site-branding .site-title {
font-size: 30px;
font-size: 1.875rem;
font-weight: 800;
line-height: 1.1;
letter-spacing: 0.2em;
text-transform: uppercase; }
.site-branding .site-description {
display: block;
margin-top: 0;
font-size: 13px;
font-size: 0.8125rem;
line-height: 1.2;
transition: color 0.4s; }
.site-branding a {
display: inline-block;
color: currentColor; }
.primary-color-enabled .site-branding a {
color: currentColor; }
.site-branding img {
display: block; }
.site-branding a.custom-logo-link.with-logo-alt {
position: relative; }
.site-branding a.custom-logo-link.with-logo-alt img {
transition: opacity 0.4s;
will-change: opacity; }
.site-branding a.custom-logo-link.with-logo-alt img.custom-logo-alt {
position: absolute;
top: 0;
left: 0;
opacity: 0; }
.site-header.sticky .site-branding .custom-logo-link + .site-title,
.site-header.sticky .site-branding .site-description, .site-header.is-sticky .site-branding .custom-logo-link + .site-title,
.site-header.is-sticky .site-branding .site-description {
display: none; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.site-branding img {
width: 100% !important; } } .site-header {
position: relative;
z-index: 999;
width: 100%;
height: auto;
background-color: #fff;
background-size: cover;
background-position: center;
color: #212121;
line-height: 1.5; }
.site-header.transparent {
position: absolute;
transition: background-color 0.4s; }
.site-header.transparent:not(.sticky):not(.is-sticky) {
background: none !important;
color: #fff; }
.site-header.transparent:not(.sticky):not(.is-sticky) .site-branding a.custom-logo-link.with-logo-alt img.custom-logo-alt {
opacity: 1; }
.site-header.transparent:not(.sticky):not(.is-sticky) .site-branding a.custom-logo-link.with-logo-alt img.custom-logo {
opacity: 0; }
.site-header.transparent:not(.sticky):not(.is-sticky) .secondary-navigation {
border-color: rgba(255, 255, 255, 0.15); }
.site-header.transparent.site-header-layout-6:not(.sticky):not(.is-sticky) .site-header-menu {
border-color: rgba(255, 255, 255, 0.15); }
.site-header.transparent.is-sticky.show-header, .site-header.transparent.is-sticky.hide-header {
transition: transform 0.4s ease-out, background-color 0.4s; }
.site-header > * {
width: 100%; }
.site-header .site-header-main {
padding: 0; }
.site-header .site-header-main .container {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 80px; }
.site-header .menu-toggle {
position: relative;
z-index: 999;
min-width: 34px;
height: 34px;
padding: 0 10px 0 30px;
background: none;
border: none;
border-radius: 0;
box-shadow: none;
color: inherit;
font-size: 11px;
font-size: 0.6875rem;
line-height: 34px;
text-transform: uppercase;
letter-spacing: 0.2em;
transition: 0.4s; }
.site-header .menu-toggle i {
position: absolute;
top: 4px;
left: 3px;
font-size: 28px;
font-size: 1.75rem;
line-height: 1; }
.no-touch .site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
outline: 0; }
.no-touch .site-header .menu-toggle:hover, .site-header .menu-toggle:focus {
background: #000;
color: #fff; }
.site-header .menu-toggle.icon-only {
padding-right: 3px;
font-size: 0; }
.site-header .site-header-menu {
display: none; }
.site-header .misc-wrapper {
z-index: 3; }
#page .site-header li.button {
padding: 0;
background: none;
box-shadow: none !important;
-webkit-transform: none !important;
transform: none !important;
color: inherit; }
.no-touch .site-header .primary-menu:hover > li > a, .no-touch
.site-header .secondary-menu:hover > li > a {
opacity: 0.6; }
.no-touch .site-header .primary-menu:hover > li:hover > a, .no-touch
.site-header .secondary-menu:hover > li:hover > a {
opacity: 1; }
.site-header .secondary-navigation {
display: none; padding: 5px 0;
border-top: 1px solid rgba(0, 0, 0, 0.05);
text-align: center;
overflow: hidden; }
.site-header .secondary-navigation ul {
display: inline-block;
width: auto;
font-size: 0;
text-align: center; }
.site-header .secondary-navigation ul li {
display: inline-block; }
.site-header .secondary-navigation ul li a {
padding: 0 15px;
line-height: 40px;
font-size: 10px;
font-size: 0.625rem;
font-weight: 600;
opacity: 0.6; }
.site-header .secondary-navigation ul li.current-menu-item > a {
color: inherit;
opacity: 1; }
.site-header #site-header-search {
display: none; }
.site-header nav ul li {
font-size: 0;
line-height: 1;
transition: opacity 0.4s ease-in-out; }
.site-header nav ul li a {
position: relative;
display: block;
font-size: 11px;
font-size: 0.6875rem;
font-weight: 400;
letter-spacing: 0.15em;
text-transform: uppercase;
line-height: 34px;
color: inherit; }
.site-header nav ul li ul.sub-menu li a {
line-height: 34px; }
.site-header nav ul.primary-menu > li.button > a {
position: relative;
z-index: 1;
display: inline-block;
padding: 0 20px;
background: var(--btn-bg-color);
border: none;
border-radius: 2px;
color: var(--btn-text-color);
font-weight: 400;
line-height: 34px;
text-align: center;
text-decoration: none;
white-space: nowrap;
transition: 0.4s;
will-change: opacity;
will-change: opacity, transform; }
.no-touch .site-header nav ul.primary-menu > li.button > a:hover {
opacity: 0.9; }
.primary-color-enabled .site-header nav ul.primary-menu > li.button > a {
background: var(--primary-color);
color: #fff; }
.site-header nav ul.primary-menu > li.current-menu-item:not(.button) > a:after,
.site-header nav ul.primary-menu > li.current-menu-ancestor:not(.button) > a:after {
position: absolute;
bottom: 5px;
left: 15px;
display: block;
width: calc(100% - 32px);
height: 2px;
background: currentColor;
content: "";
will-change: opacity; }
.site-header .social-navigation {
display: none; }
body:not(.primary-color-enabled) .site-header.site-header-color-light nav ul.primary-menu > li.button > a {
background: #000;
color: #fff; }
.site-header.site-header-color-dark {
background-color: #131313;
color: #fff; }
.site-header.site-header-color-dark .secondary-navigation, .site-header.site-header-color-dark.site-header-layout-6 .site-header-menu {
border-color: rgba(255, 255, 255, 0.1) !important; }
.no-touch .site-header.site-header-color-dark .menu-toggle:hover, .site-header.site-header-color-dark .menu-toggle:focus {
background: #fff;
color: #000; }
body:not(.primary-color-enabled) .site-header.site-header-color-dark nav ul.primary-menu > li.button > a {
background: #fff;
color: #000; }
.site-header.site-header-layout-1 .site-branding, .site-header.site-header-layout-2 .site-branding {
margin-left: 0; }
.site-header.site-header-layout-1 .site-header-menu, .site-header.site-header-layout-2 .site-header-menu {
margin: 0; }
.site-header.site-header-layout-1 #menu-toggle, .site-header.site-header-layout-2 #menu-toggle {
order: 4;
margin-left: 5px; }
.site-header.site-header-layout-3 .site-branding, .site-header.site-header-layout-6 .site-branding {
text-align: center; }
.site-header.site-header-layout-3 .menu-toggle, .site-header.site-header-layout-6 .menu-toggle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 20px; }
.site-header.site-header-layout-3 .misc-wrapper, .site-header.site-header-layout-6 .misc-wrapper {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 20px;
width: 25%;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end; }
.site-header.site-header-layout-4 .site-branding, .site-header.site-header-layout-5 .site-branding {
order: 2;
margin-left: 0; }
.site-header.site-header-layout-4 .menu-toggle, .site-header.site-header-layout-5 .menu-toggle {
order: 1;
margin: 0 15px 0 0; }
.site-header.site-header-layout-4 .misc-wrapper, .site-header.site-header-layout-5 .misc-wrapper {
order: 3;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: flex-end;
margin-right: 0; }
.site-header.site-header-layout-5 #menu-toggle {
order: 4;
margin: 0 0 0 5px; }
.site-header.site-header-layout-6 .secondary-navigation {
border-top: none;
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.site-header.site-header-layout-6 .site-header-menu {
border-top: 1px solid rgba(0, 0, 0, 0.05); }
.site-header.site-header-layout-7 .site-header-menu {
order: 1;
margin-left: 0; }
.site-header.site-header-layout-7 .social-navigation {
order: 2; }
.site-header.site-header-layout-7 #site-header-search {
order: 4;
margin-right: 0; }
.site-header.site-header-layout-7 #menu-toggle {
order: 5;
margin-right: 0; }
.site-header.site-header-layout-7 .site-branding-wrapper {
width: 100%;
padding: 50px 0;
background: #f9f9f9;
color: #000; }
.site-header.site-header-layout-7.site-header-color-light:not(.sticky):not(.is-sticky) .site-header-main .container {
border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.site-header.site-header-layout-7.site-header-color-dark:not(.sticky):not(.is-sticky) .site-header-main .container, .site-header.site-header-layout-7.transparent:not(.sticky):not(.is-sticky) .site-header-main .container {
border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.site-header.site-header-layout-7 .site-branding {
order: 9;
margin: 0 auto;
padding: 0;
text-align: center; }
.site-header.site-header-layout-7.sticky .site-branding-wrapper, .site-header.site-header-layout-7.is-sticky .site-branding-wrapper {
display: none; }
.site-header.site-header-layout-7.transparent:not(.sticky):not(.is-sticky) .site-branding-wrapper {
background: inherit !important;
color: inherit !important; }
.site-header.sticky, .site-header.is-sticky {
position: fixed !important;
top: 0; }
@media screen and (min-width: 601px) and (max-width: 782px) {
.logged-in.admin-bar .site-header.sticky, .logged-in.admin-bar .site-header.is-sticky {
top: 46px; } }
@media screen and (min-width: 783px) {
.logged-in.admin-bar .site-header.sticky, .logged-in.admin-bar .site-header.is-sticky {
top: 32px; } }
.site-header.sticky {
-webkit-animation: stickyHeaderShow 0.4s ease-out;
animation: stickyHeaderShow 0.4s ease-out; }
.site-header.is-sticky {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
.site-header.is-sticky.show-header {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
transition: transform 0.4s ease-out; }
.site-header.is-sticky.hide-header {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
transition: transform 0.4s ease-out; }
.site-header.is-sticky.hide-header #site-header-menu ul.sub-menu {
opacity: 0;
pointer-events: none;
visibility: hidden; }
@keyframes stickyHeaderShow {
0% {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } }
@-webkit-keyframes stickyHeaderShow {
0% {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); } } ul.social-nav {
list-style: none;
font-size: 0; }
ul.social-nav li {
display: inline-block; }
ul.social-nav li a {
display: block;
width: 30px;
height: 30px;
padding: 0;
border-radius: 0;
text-align: center;
line-height: 30px;
font-size: 0 !important; }
ul.social-nav li a:before {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: inherit;
font-size: 15px;
font-size: 0.9375rem;
content: "\f1e0"; line-height: inherit !important; }
ul.social-nav li a[href*="etsy"]:before {
content: "\f2d7"; }
ul.social-nav li a[href*="snapchat"]:before {
content: "\f2ac"; }
ul.social-nav li a[href*="medium"]:before {
content: "\f23a"; }
ul.social-nav li a[href*="yelp"]:before {
content: "\f1e9"; }
ul.social-nav li a[href*="500px"]:before {
content: "\f26e"; }
ul.social-nav li a[href*="vine"]:before {
content: "\f1ca"; }
ul.social-nav li a[href*="tripadvisor"]:before {
content: "\f262"; }
ul.social-nav li a[href*="vk"]:before {
content: "\f189"; }
ul.social-nav li a[href*="behance"]:before {
content: "\f1b4"; }
ul.social-nav li a[href*="soundcloud"]:before {
content: "\f1be"; }
ul.social-nav li a[href*="foursquare"]:before {
content: "\f180"; }
ul.social-nav li a[href*="houzz"]:before {
content: "\f27c"; }
ul.social-nav li a[href*="digg"]:before {
content: "\f1a6"; }
ul.social-nav li a[href*="twitter"]:before {
content: "\f099"; }
ul.social-nav li a[href*="facebook"]:before {
content: "\f09a"; }
ul.social-nav li a[href*="google"]:before {
content: "\f0d5"; }
ul.social-nav li a[href*="pinterest"]:before {
content: "\f231"; }
ul.social-nav li a[href*="instagram"]:before {
content: "\f16d"; }
ul.social-nav li a[href*="vimeo"]:before {
content: "\f27d"; }
ul.social-nav li a[href*="youtube"]:before {
content: "\f16a"; }
ul.social-nav li a[href*="linkedin"]:before {
content: "\f0e1"; }
ul.social-nav li a[href*="flickr"]:before {
content: "\f16e"; }
ul.social-nav li a[href*="dribbble"]:before {
content: "\f17d"; }
ul.social-nav li a[href*="tumblr"]:before {
content: "\f173"; }
ul.social-nav li a[href*="bloglovin"]:before {
content: "\f004"; }
ul.social-nav li a[title="website"]:before {
content: "\f0c1"; }
ul.social-nav li a[href*="/feed/"]:before, ul.social-nav li a[href*="?feed="]:before {
content: "\f09e"; }
ul.social-nav li a[href*="del.icio"]:before {
content: "\f1a5"; }
ul.social-nav li a[href*="reddit"]:before {
content: "\f281"; }
ul.social-nav li a[href*="apple"]:before {
content: "\f179"; }
ul.social-nav li a[href*="patreon"]:before {
font-family: "Font Awesome 5 Brands";
content: "\f3d9"; }
ul.social-nav li a[href*="ello"]:before {
font-family: "Font Awesome 5 Brands";
content: "\f5f1"; }
ul.social-nav li a[href*="play.google"]:before {
font-family: "Font Awesome 5 Brands";
content: "\f3ab"; }
ul.social-nav li a[href*="tiktok"]:before {
font-family: "Font Awesome 5 Brands";
content: "\e07b"; }
ul.social-nav li a[href*="unsplash"]:before {
font-family: "Font Awesome 5 Brands";
content: "\e07c"; } .fallsky-fullmenu, .search-screen {
position: fixed;
top: 0;
right: 0;
z-index: 99999;
display: block;
width: 100vw;
height: 100vh;
padding: 0;
background: #fff;
opacity: 0;
pointer-events: none;
visibility: hidden;
transition: opacity 0.4s, visibility 0.4s; }
.fallsky-fullmenu.show,
.search-screen.show {
opacity: 1;
pointer-events: auto;
visibility: visible; }
@media screen and (min-width: 601px) and (max-width: 782px) {
.logged-in.admin-bar .fallsky-fullmenu,
.logged-in.admin-bar .search-screen {
top: 46px;
height: calc(100vh - 46px); } }
@media screen and (min-width: 783px) {
.logged-in.admin-bar .fallsky-fullmenu,
.logged-in.admin-bar .search-screen {
top: 32px;
height: calc(100vh - 32px); } }
.fallsky-fullmenu .close-button, .search-screen .close-button {
position: absolute;
top: 30px;
z-index: 9;
display: inline-block;
height: 30px;
padding-left: 22px;
font-size: 12px;
font-size: 0.75rem;
line-height: 30px;
letter-spacing: 0.2em;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
transition: 0.4s; }
.no-touch .fallsky-fullmenu .close-button:hover, .no-touch .search-screen .close-button:hover {
opacity: 0.75; }
.fallsky-fullmenu .close-button:before, .search-screen .close-button:before {
position: absolute;
left: 0;
height: 30px;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 19px;
line-height: 30px;
content: "\4d"; }
.fallsky-fullmenu .fullscreen-bg, .search-screen .fullscreen-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-color: #f7f7f7; }
.fallsky-fullmenu.has-overlay .fullscreen-bg:after, .search-screen.has-overlay .fullscreen-bg:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: #000;
content: "";
opacity: 0.4; }
.fallsky-fullmenu .container, .search-screen .container {
z-index: 9;
width: 100%;
height: 100%;
max-width: none;
padding: 100px 30px;
margin: 0;
background: none;
color: #212121;
overflow: auto;
text-align: left; }
.fallsky-fullmenu .container > *, .search-screen .container > * {
margin-bottom: 50px; }
.fallsky-fullmenu .container > *:first-child, .fallsky-fullmenu .container > *:last-child, .search-screen .container > *:first-child, .search-screen .container > *:last-child {
margin-bottom: 0; }
.fallsky-fullmenu .search form.search-form, .search-screen .search form.search-form {
margin: 0; }
.fallsky-fullmenu .search form.search-form input[type="search"], .search-screen .search form.search-form input[type="search"] {
font-size: 24px;
font-size: 1.5rem; } .fallsky-fullmenu .close-button {
left: 25px; }
.fallsky-fullmenu nav ul li a {
position: relative;
display: inline-block;
color: inherit;
text-transform: capitalize;
opacity: 0.75; }
.fallsky-fullmenu nav ul li.current-menu-item > a, .fallsky-fullmenu nav ul li.current-menu-ancestor > a, .no-touch .fallsky-fullmenu nav ul li a:hover {
opacity: 1; }
.fallsky-fullmenu .main-navigation > ul > li > a {
padding: 8px 0;
font-size: 21px;
font-size: 1.3125rem;
font-weight: 400;
line-height: 30px; }
.fallsky-fullmenu .main-navigation > ul > li.current-menu-item > a:before, .fallsky-fullmenu .main-navigation > ul > li.current-menu-ancestor > a:before {
position: absolute;
top: 0;
left: -10px;
-webkit-transform: translate(-200px, 23px);
-ms-transform: translate(-200px, 23px);
transform: translate(-200px, 23px);
display: block;
width: 200px;
height: 2px;
background: currentColor;
content: ""; }
.fallsky-fullmenu .main-navigation li {
position: relative;
margin-bottom: 2px; }
.fallsky-fullmenu .main-navigation li.current-menu-item > .dropdown-toggle {
opacity: 1; }
.no-touch .fallsky-fullmenu .main-navigation li.current-menu-item > .dropdown-toggle:hover {
opacity: 0.75; }
.fallsky-fullmenu .main-navigation ul.sub-menu {
display: none;
margin-top: 2px;
margin-left: 30px; }
.fallsky-fullmenu .main-navigation ul.sub-menu li a {
padding: 4px 0;
font-size: 18px;
font-size: 1.125rem; }
.fallsky-fullmenu .main-navigation ul.sub-menu ul.sub-menu li a {
font-size: 15px;
font-size: 0.9375rem; }
.fallsky-fullmenu .dropdown-toggle {
position: relative;
width: 30px;
height: 20px;
background: none;
border: none;
opacity: 0.75;
transition: 0.4s; }
.no-touch .fallsky-fullmenu .dropdown-toggle:hover {
opacity: 1; }
.fallsky-fullmenu .dropdown-toggle:before {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-webkit-transform: translateY(2px);
-ms-transform: translateY(2px);
transform: translateY(2px);
display: block;
width: 30px;
height: 30px;
font-size: 18px;
content: "\35"; }
.fallsky-fullmenu .dropdown-toggle.toggled-on:before {
content: "\33"; }
.fallsky-fullmenu .dropdown-toggle.toggled-on + ul.sub-menu {
display: block; }
.fallsky-fullmenu .secondary-navigation ul li a {
padding: 2px 0;
font-size: 16px;
font-size: 1rem; }
.fallsky-fullmenu .social-navigation ul.social-nav {
margin-left: -10px;
text-align: left; }
.fallsky-fullmenu .social-navigation ul.social-nav li {
margin: 3px;
font-size: 0; }
.fallsky-fullmenu .social-navigation ul.social-nav li a {
opacity: 1;
line-height: 30px; }
.no-touch .fallsky-fullmenu .social-navigation ul.social-nav li a:hover {
opacity: 0.75; }
.fallsky-fullmenu .text {
font-size: 13px;
font-size: 0.8125rem; } .search-screen .search .hint {
display: block;
margin-top: 10px;
font-size: 13px;
font-size: 0.8125rem;
opacity: 0;
pointer-events: none;
visibility: hidden;
transition: 0.4s; }
.search-screen .search .hint.show {
opacity: 0.6;
pointer-events: auto;
visibility: visible; }
.search-screen .search .search-form .search-submit {
width: 50px;
text-align: right; }
.search-screen .search .search-form .search-submit.searching:before {
display: block;
width: 50px;
height: 34px;
margin-left: 10px;
text-align: center;
content: "\e02d";
-webkit-animation: loadingSpin 1s infinite linear;
animation: loadingSpin 1s infinite linear;
transform-origin: 50% 50%; }
.search-screen .close-button {
right: 30px; }
.search-screen .shortcuts-cat {
margin-top: 90px; }
.search-screen .shortcuts-cat ul {
margin: 0;
font-size: 0;
list-style: none; }
.search-screen .shortcuts-cat ul li {
display: inline-block;
font-size: 16px;
font-size: 1rem;
text-transform: capitalize; }
.search-screen .shortcuts-cat ul li a {
color: inherit;
line-height: 2;
opacity: 0.5; }
.no-touch .search-screen .shortcuts-cat ul li a:hover {
opacity: 1; }
.no-touch .search-screen .shortcuts-cat ul li a:hover .category-name {
border-bottom: 1px solid; }
.search-screen .shortcuts-cat ul li a .counts {
display: inline-block;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
margin-right: -2px;
font-size: 10px;
font-size: 0.625rem; }
.search-screen .shortcuts-cat ul li:after {
margin: 0 10px;
content: "/";
opacity: 0.5; }
.search-screen .shortcuts-cat ul li:last-child:after {
display: none; }
.search-screen .shortcuts-cat ul li:after {
margin-left: 6px; }
.search-screen .search-results {
margin-top: 80px; }
.search-screen .search-results h4.title {
position: relative;
margin-bottom: 30px;
font-size: 18px;
font-size: 1.125rem;
font-weight: 400; }
.search-screen .search-results .results-list {
margin: 0;
list-style: none; }
.search-screen .search-results .results-list li {
margin: 10px 0;
text-align: center; }
.search-screen .search-results .results-list li .post {
margin-bottom: 30px; }
.search-screen .search-results .results-list li .featured-img {
margin-bottom: 15px; }
.search-screen .search-results .results-list li .featured-img .featured-img-container {
display: block;
width: 100%;
height: 0;
padding-top: 66%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.search-screen .search-results .results-list li .post-title {
margin-bottom: 5px;
font-size: 18px;
font-size: 1.125rem;
font-weight: 600; }
.search-screen .search-results .results-list li .meta-item {
font-size: 12px;
font-size: 0.75rem;
line-height: 22px; }
.search-screen .search-results .results-list li .meta-item a {
color: inherit;
opacity: 0.6; }
.no-touch .search-screen .search-results .results-list li:hover .featured-img a {
display: block;
filter: brightness(90%); }
@media screen and (min-width: 600px) {
.site-header #site-header-search {
position: relative;
display: block;
margin: 0 0 0 5px; }
.site-header #site-header-search .search-button {
display: inline-block;
height: 34px;
padding: 0 10px;
color: inherit;
font-size: 12px;
font-size: 0.75rem;
font-weight: 600;
line-height: 34px;
text-transform: uppercase;
letter-spacing: 0.2em;
cursor: pointer;
transition: 0.4s; }
.no-touch .site-header #site-header-search .search-button:hover {
opacity: 0.75; }
.site-header #site-header-search.icon-only .search-button {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 14px;
font-size: 0.875rem;
font-weight: 600;
line-height: 35px; }
.site-header #site-header-search.icon-only .search-button:before {
content: "\55"; }
.fallsky-fullmenu,
.search-screen {
padding: 20px; }
.fallsky-fullmenu.no-border,
.search-screen.no-border {
padding: 0; }
.fallsky-fullmenu:not(.no-border) .fullscreen-bg,
.search-screen:not(.no-border) .fullscreen-bg {
top: 20px;
left: 20px;
width: calc(100% - 40px);
height: calc(100% - 40px); }
.fallsky-fullmenu .container {
padding: 100px; }
.fallsky-fullmenu .main-navigation > ul > li > a {
font-size: 30px;
font-size: 1.875rem;
line-height: 40px; }
.fallsky-fullmenu .main-navigation > ul > li.current-menu-item > a:before, .fallsky-fullmenu .main-navigation > ul > li.current-menu-ancestor > a:before {
left: -20px;
-webkit-transform: translate(-200px, 29px);
-ms-transform: translate(-200px, 29px);
transform: translate(-200px, 29px); }
.fallsky-fullmenu .main-navigation > ul > li > .dropdown-toggle {
width: 40px;
height: 40px; }
.fallsky-fullmenu .main-navigation > ul > li > .dropdown-toggle:before {
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
width: 40px;
height: 40px;
font-size: 30px; }
.fallsky-fullmenu .main-navigation ul.sub-menu li a {
font-size: 21px;
font-size: 1.3125rem; }
.fallsky-fullmenu .main-navigation ul.sub-menu ul.sub-menu li a {
font-size: 18px;
font-size: 1.125rem; }
.search-screen .container {
padding: 100px 100px 20px; }
.search-screen .search-results .results-list {
margin: 0 -10px; }
.search-screen .search-results .results-list li {
float: left;
width: calc(33% - 20px);
margin: 10px; } }
@media screen and (min-width: 768px) {
.site-layout-frame .site-header.sticky,
.site-layout-frame .site-header.is-sticky,
.site-layout-frame .site-header.site-header-layout-6.sticky .site-header-menu,
.site-layout-frame .site-header.site-header-layout-6.is-sticky .site-header-menu {
width: calc(100% - 70px); }
.site-header .social-navigation {
display: block;
margin: 0; }
.site-header .social-navigation ul.social-nav li a {
width: 34px;
height: 34px; }
.site-header.site-header-layout-3 .misc-wrapper .social-navigation, .site-header.site-header-layout-4 .misc-wrapper .social-navigation, .site-header.site-header-layout-6 .misc-wrapper .social-navigation {
margin-left: auto; }
.site-header.site-header-layout-3 .misc-wrapper, .site-header.site-header-layout-5 .misc-wrapper, .site-header.site-header-layout-6 .misc-wrapper {
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.site-header.site-header-layout-3 .misc-wrapper .social-navigation ul.social-nav, .site-header.site-header-layout-5 .misc-wrapper .social-navigation ul.social-nav, .site-header.site-header-layout-6 .misc-wrapper .social-navigation ul.social-nav {
white-space: nowrap; } }
@media screen and (min-width: 1120px) {
.site-header .site-header-menu {
position: relative;
z-index: 1;
width: auto;
height: auto;
opacity: 1;
pointer-events: auto;
visibility: visible; }
.site-header .site-header-menu .main-navigation {
position: relative;
width: auto;
height: auto;
padding: 0;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
overflow: visible; }
.site-header .site-header-menu .main-navigation li {
position: relative;
white-space: nowrap; }
.no-touch .site-header .site-header-menu .main-navigation li:hover ul.sub-menu {
will-change: opacity, transform; }
.site-header .site-header-menu .main-navigation ul.sub-menu {
position: absolute;
z-index: -1;
display: block;
min-width: 200px;
padding: 20px 0;
margin: 0;
background: #f9f9f9;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
color: #000;
text-align: left;
transition: 0.3s;
opacity: 0;
pointer-events: none;
visibility: hidden; }
.primary-color-enabled .site-header .site-header-menu .main-navigation ul.sub-menu li.current-menu-item > a, .primary-color-enabled .site-header .site-header-menu .main-navigation ul.sub-menu li.current-menu-ancestor > a {
color: var(--primary-color); }
.no-touch .site-header .site-header-menu .main-navigation ul.sub-menu:hover > li > a {
opacity: 0.6; }
.no-touch .site-header .site-header-menu .main-navigation ul.sub-menu:hover > li:hover > a {
opacity: 1; }
.site-header .site-header-menu .main-navigation ul.sub-menu ul.sub-menu {
padding-top: 20px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); }
.site-header .site-header-menu .main-navigation ul.sub-menu li {
padding: 0 25px; }
.site-header .site-header-menu .main-navigation ul.sub-menu a {
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0;
font-weight: 400;
text-transform: capitalize; }
.site-header .site-header-menu .main-navigation > ul > li {
float: left;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
height: 80px; }
#page .site-header .site-header-menu .main-navigation > ul > li.button {
line-height: 80px; }
.site-header .site-header-menu .main-navigation > ul > li > a {
padding: 0 15px;
font-size: 12px;
font-size: 0.75rem;
font-weight: 600; }
.site-header .site-header-menu .main-navigation > ul > li > ul.sub-menu {
bottom: 0;
left: -15px;
-webkit-transform: translateY(105%);
-ms-transform: translateY(105%);
transform: translateY(105%); }
.no-touch .site-header .site-header-menu .main-navigation > ul > li > ul.sub-menu a:hover {
-webkit-transform: translateX(5px);
-ms-transform: translateX(5px);
transform: translateX(5px); }
.site-header .site-header-menu .main-navigation > ul > li > ul.sub-menu ul.sub-menu {
top: -20px;
left: 100%; }
.site-header .site-header-menu .main-navigation > ul > li:hover > ul.sub-menu,
.site-header .site-header-menu .main-navigation > ul > li ul.sub-menu li:hover > ul.sub-menu, .site-header .site-header-menu .main-navigation > ul > li.focus > ul.sub-menu,
.site-header .site-header-menu .main-navigation > ul > li ul.sub-menu li.focus > ul.sub-menu {
z-index: 99;
opacity: 1;
pointer-events: auto;
visibility: visible; }
.site-header .site-header-menu .main-navigation > ul > li:hover > ul.sub-menu, .site-header .site-header-menu .main-navigation > ul > li.focus > ul.sub-menu {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%); }
.site-header .site-header-menu .main-navigation li.mega-menu li {
white-space: normal; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu {
width: 100vw;
padding: 20px 40px;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.site-layout-frame .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu {
width: calc(100vw - 70px); }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li {
display: block;
width: 20%;
margin: 0;
padding: 0 30px;
vertical-align: top; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li > a {
padding: 8px 0;
margin-bottom: 8px;
font-weight: 800;
font-size: 11px;
font-size: 0.6875rem;
line-height: 18px;
text-transform: uppercase;
letter-spacing: 0.1em; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li > ul {
position: relative;
top: auto;
left: auto;
display: block;
padding: 0;
margin-bottom: 10px;
box-shadow: none; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li > ul li {
padding: 0; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu > li > ul li a {
padding: 6px 0;
line-height: 18px; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post {
text-align: center; }
.no-touch .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post a:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .featured-img {
margin-bottom: 15px; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .featured-img-container {
display: block;
width: 100%;
height: 0;
padding-top: 66%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title {
margin-bottom: 10px;
font-size: 16px;
font-size: 1rem;
line-height: 1.3;
white-space: normal; }
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title a {
font: inherit;
letter-spacing: inherit;
text-transform: inherit;
will-change: opacity; }
.no-touch .site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu .mega-menu-post .post-title a:hover {
opacity: 0.5; }
.no-touch .site-header .site-header-menu .main-navigation li.mega-menu:hover > ul.sub-menu > li > ul {
z-index: 99;
opacity: 1;
pointer-events: auto;
visibility: visible; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category ul li {
display: block;
float: left;
width: 25%;
padding: 0 20px; }
.no-touch .site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category ul li:hover .post-meta .meta-item a {
will-change: opacity, color; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category > ul {
padding-top: 30px; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list {
width: 20%; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li {
float: none;
width: 100%;
padding-left: 50px;
white-space: nowrap; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li a {
display: inline;
line-height: 30px; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-list li.current a {
text-decoration: underline; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts {
width: 80%; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat {
display: none; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat.current {
display: block; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul {
position: relative; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul:after {
display: none; }
.site-header .site-header-menu .main-navigation li.mega-menu.menu-item-object-category.menu-item-has-children > ul.sub-menu li.sub-cat-posts .sub-cat > ul > li {
width: 33.33%; }
.site-header .site-header-menu .main-navigation li.mega-menu.cat-list > ul.sub-menu > li {
flex-grow: 1;
padding: 20px;
width: auto; }
.no-touch .site-header .site-header-menu .main-navigation li.mega-menu.cat-list > ul.sub-menu > li a:hover {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.no-touch .site-header .site-header-menu .main-navigation li.mega-menu.cat-list > ul.sub-menu > li a:hover .cat-bg:after {
opacity: 0.5; }
.site-header .site-header-menu .main-navigation li.mega-menu.cat-list .cat-bg {
position: relative;
z-index: 1;
width: 100%;
height: 0;
padding-top: 66.6666%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.site-header .site-header-menu .main-navigation li.mega-menu.cat-list .cat-bg:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: #000;
content: "";
opacity: 0.3;
pointer-events: none;
transition: opacity 0.4s;
will-change: opacity; }
.site-header .site-header-menu .main-navigation li.mega-menu.cat-list .cat-bg + .cat-meta {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 3;
color: #fff;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
line-height: 1.3;
text-align: center; }
.site-header .secondary-navigation {
display: block; }
.site-header.site-header-color-dark .site-header-menu .main-navigation ul.sub-menu {
background: #1c1c1c;
color: #fff; }
.site-header.site-header-layout-1:not(.menu-btn-show) .menu-toggle {
display: none; }
.site-header.site-header-layout-1 .site-header-menu {
display: block; }
.site-header.site-header-layout-1 .site-header-menu .main-navigation > ul > li:last-child:not(.mega-menu) > ul.sub-menu ul.sub-menu {
left: auto;
right: 100%; }
.site-header.site-header-layout-5 .site-branding,
.site-header.site-header-layout-5 .misc-wrapper {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 180px; }
.site-header.site-header-layout-5 .site-branding {
left: 30px; }
.site-header.site-header-layout-5 .site-branding img {
width: auto;
max-height: 70px; }
.site-header.site-header-layout-5:not(.menu-btn-show) .menu-toggle {
display: none; }
.site-header.site-header-layout-5 .misc-wrapper {
right: 30px; }
.site-header.site-header-layout-5.menu-btn-show .menu-toggle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 30px; }
.site-header.site-header-layout-5.menu-btn-show .misc-wrapper {
right: 114px; }
.site-header.site-header-layout-5.menu-btn-show .menu-toggle.icon-only ~ .misc-wrapper {
right: 70px; }
.site-header.site-header-layout-5 .site-header-menu {
display: block;
width: calc(100% - 400px); }
.site-header.site-header-layout-5 .site-header-menu .main-navigation {
font-size: 0;
text-align: center; }
.site-header.site-header-layout-5 .site-header-menu .main-navigation .primary-menu {
display: inline-block; }
.site-header.site-header-layout-6:not(.menu-btn-show) .menu-toggle {
display: none; }
.site-header.site-header-layout-6 .site-header-menu {
display: block; }
.site-header.site-header-layout-6 .site-header-menu .main-navigation {
font-size: 0;
text-align: center; }
.site-header.site-header-layout-6 .site-header-menu .main-navigation .primary-menu {
display: inline-block; }
.site-header.site-header-layout-6 .site-header-menu .main-navigation > ul > li {
height: 60px; }
#page .site-header.site-header-layout-6 .site-header-menu .main-navigation > ul > li.button {
line-height: 60px; }
.site-header.site-header-layout-6.sticky, .site-header.site-header-layout-6.is-sticky {
top: 0; }
.site-header.site-header-layout-6.sticky:not(.transparent), .site-header.site-header-layout-6.is-sticky:not(.transparent) {
position: relative !important; }
.site-header.site-header-layout-6.sticky.transparent, .site-header.site-header-layout-6.is-sticky.transparent {
position: absolute !important; }
.site-header.site-header-layout-6.sticky .site-header-menu, .site-header.site-header-layout-6.is-sticky .site-header-menu {
position: fixed;
top: 0;
width: 100%;
background: inherit; }
.logged-in.admin-bar .site-header.site-header-layout-6.sticky .site-header-menu, .logged-in.admin-bar .site-header.site-header-layout-6.is-sticky .site-header-menu {
top: 32px; }
.site-header.site-header-layout-6.sticky {
-webkit-animation: none;
animation: none; }
.site-header.site-header-layout-6.sticky .site-header-menu {
-webkit-animation: stickyHeaderShow 0.4s ease-out;
animation: stickyHeaderShow 0.4s ease-out; }
.site-header.site-header-layout-6.is-sticky {
-webkit-transform: none;
-ms-transform: none;
transform: none; }
.site-header.site-header-layout-6.is-sticky .site-header-menu {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%); }
.site-header.site-header-layout-6.is-sticky.show-header {
transition: 0s; }
.site-header.site-header-layout-6.is-sticky.show-header .site-header-menu {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
transition: transform 0.4s ease-out; }
.site-header.site-header-layout-6.is-sticky.hide-header {
-webkit-transform: none;
-ms-transform: none;
transform: none;
transition: 0s; }
.site-header.site-header-layout-6.is-sticky.hide-header .site-header-menu {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
transition: transform 0.4s ease-out; }
.site-header.site-header-layout-7:not(.menu-btn-show) .menu-toggle {
display: none; }
.site-header.site-header-layout-7 .site-header-menu {
display: block; } }
@media screen and (min-width: 1500px) {
.site-header .site-header-menu .main-navigation li.mega-menu > ul.sub-menu {
padding-right: calc(50vw - 750px);
padding-left: calc(50vw - 750px); } }
@media screen and (max-width: 1119px) {
.site-header.site-header-layout-7 .site-header-main .container {
-webkit-justify-content: center;
justify-content: center;
min-height: 50px; } }
@media screen and (max-width: 600px) {
.logged-in.admin-bar .fallsky-fullmenu .container,
.logged-in.admin-bar .search-screen .container {
padding-top: 150px; }
.logged-in.admin-bar .fallsky-fullmenu .close-button,
.logged-in.admin-bar .search-screen .close-button {
top: 70px; } }
@media screen and (max-width: 599px) {
.site-header .menu-toggle {
padding-right: 3px;
font-size: 0; } }
@media screen and (max-width: 400px) {
.site-header:not(.site-header-layout-3):not(.site-header-layout-6):not(.site-header-layout-7) .site-branding {
max-width: calc(100% - 100px); } } .container {
position: relative;
z-index: 1;
max-width: 1200px;
padding: 0 30px; } .light-color,
.dark-color {
background: var(--bg-color);
color: var(--text-color); }
.light-color #page,
.dark-color #page {
background-color: var(--bg-color); } .slider-arrows {
z-index: 99;
width: 100%;
height: 50px;
overflow: hidden;
pointer-events: none; }
.slider-arrows .slick-arrow {
display: block;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 0;
cursor: pointer;
transition: 0.4s;
will-change: opacity;
pointer-events: auto; }
.slider-arrows .slick-arrow:before {
font-size: 18px;
font-size: 1.125rem; }
.slider-arrows .slick-arrow {
background: none;
border: none;
box-shadow: none; }
.slider-arrows .slick-prev:before {
content: "\34"; }
.slider-arrows .slick-next:before {
content: "\35"; } .slick-dots {
z-index: 99;
margin: 0 auto;
font-size: 0;
list-style: none;
text-align: center; }
.slick-dots li {
position: relative;
display: inline-block;
width: 30px;
height: 30px;
font-size: 14px;
font-size: 0.875rem;
letter-spacing: 0.1em;
line-height: 30px;
counter-increment: step-counter;
cursor: pointer;
opacity: 0.3; }
.slick-dots li button {
display: none; }
.slick-dots li:before {
position: relative;
top: auto;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: auto;
height: auto;
background: none;
border-radius: 0;
content: counter(step-counter,decimal-leading-zero); }
.slick-dots li.slick-active {
opacity: 1; } .site-content {
position: relative;
z-index: 9; }
.site-content > .container {
margin-top: 50px; }
.home.front-page .site-content:not([class*="with-sidebar-"]) .main > .container {
max-width: none;
padding: 0; }
#primary {
padding-bottom: 60px; }
.home.front-page .site-content:not([class*="with-sidebar-"]) #primary {
padding-bottom: 0; }
#primary > *:last-child {
margin-bottom: 0; }
.sidebar {
max-width: 600px; } .featured-section .post {
position: relative;
height: auto; }
.no-touch .featured-section .post:hover .post-bg {
filter: brightness(90%); }
.featured-section .post .post-bg {
z-index: 1;
overflow: hidden;
transition: 0.4s; }
.featured-section .post .post-bg .background-video-wrapper {
pointer-events: none; }
.featured-section .post .post-bg .background-video-wrapper iframe,
.featured-section .post .post-bg .background-video-wrapper video {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-bottom: 0; }
.featured-section .post .post-link {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1; }
.featured-section .post .post-content {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
z-index: 9;
padding: 30px;
overflow: hidden;
pointer-events: none; }
.featured-section .post .post-content > * {
width: 100%;
max-width: 1000px; }
.featured-section .post .post-content a {
color: inherit; }
.featured-section .post .post-content .post-title a,
.featured-section .post .post-content .cat-links a {
pointer-events: auto;
opacity: 1; }
.featured-section .post .post-title {
font-size: 24px;
font-size: 1.5rem; }
.featured-section .post .post-excerpt p {
margin-bottom: 0; }
.featured-section .post-bg-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.featured-section .top-slider {
position: relative;
max-width: 100%;
color: #fff; }
.featured-section .top-slider .slider-wrapper {
position: relative;
width: 100%; }
.featured-section .top-slider .post {
width: 100%; }
.featured-section .top-slider .post .post-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1; }
.featured-section .top-slider .post .post-content {
z-index: 3;
width: 100%;
height: 100%; }
.featured-section .top-slider .post .post-content > * {
position: relative;
z-index: 9; }
.featured-section .top-slider .post .post-content > *:not(:first-child) {
margin-top: 15px; }
.featured-section .top-slider .post .post-content .post-excerpt {
font-size: 18px;
font-size: 1.125rem; }
.featured-section .top-slider .post .post-content:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: #000;
content: "";
pointer-events: none;
opacity: 0.3;
transition: opacity 0.4s; }
.featured-section .top-slider.style-slider-1 .slider-arrows, .featured-section .top-slider.style-slider-2 .slider-arrows {
position: absolute;
right: 0;
bottom: 0;
display: block;
width: 120px;
height: 60px;
font-size: 0;
transition: background 0.3s; }
.no-touch .featured-section .top-slider.style-slider-1 .slider-arrows:hover, .no-touch .featured-section .top-slider.style-slider-2 .slider-arrows:hover {
background: #fff;
color: #000; }
.featured-section .top-slider.style-slider-1 .slider-arrows:after, .featured-section .top-slider.style-slider-2 .slider-arrows:after {
position: absolute;
top: 20px;
left: 60px;
display: block;
width: 1px;
height: 20px;
background: currentColor;
content: "";
opacity: 0.1;
pointer-events: none; }
.featured-section .top-slider.style-slider-1 .slider-arrows .slick-arrow, .featured-section .top-slider.style-slider-2 .slider-arrows .slick-arrow {
display: inline-block;
width: 60px;
height: 60px;
text-align: center;
line-height: 60px; }
.featured-section .top-slider.style-slider-1 .post, .featured-section .top-slider.style-slider-3 .post {
height: calc(100vh - 80px);
min-height: 400px; }
@media screen and (max-width: 1024px) {
.touch .featured-section .top-slider.style-slider-1 .post, .touch .featured-section .top-slider.style-slider-3 .post {
height: 480px; } }
.site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post, .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-3 .post {
height: 100vh; }
@media screen and (max-width: 1024px) {
.touch .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post, .touch .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-3 .post {
height: 560px; } }
.featured-section .top-slider.style-slider-1 .post .post-bg a.post-link {
width: calc(100% + 40px);
transition: transform 4s ease-out 0.5s; }
.featured-section .top-slider.style-slider-1 .post .post-content {
position: relative;
text-align: center; }
.featured-section .top-slider.style-slider-1 .post .post-content > * {
transition: opacity 1s ease-out 0.5s;
opacity: 0; }
.site-header.site-header-layout-7.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post .post-content {
padding-top: 100px; }
.featured-section .top-slider.style-slider-1 .current-post .post-bg a.post-link {
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
transition-delay: 0s; }
.featured-section .top-slider.style-slider-1 .current-post .post-content > * {
opacity: 1; }
.featured-section .top-slider.style-slider-1 .current-post .post-content > *:nth-child(2) {
transition-delay: 1s; }
.featured-section .top-slider.style-slider-1 .current-post .post-content > *:nth-child(3) {
transition-delay: 1.5s; }
.featured-section .top-slider.style-slider-1 .slick-dots {
position: absolute;
right: 0;
bottom: 60px;
z-index: 9;
width: 60px;
height: auto;
padding-bottom: 20px;
margin: 0;
text-align: center; }
.featured-section .top-slider.style-slider-1 .slick-dots li {
display: block;
width: 60px; }
.featured-section .top-slider.style-slider-2 {
max-width: 1200px; }
.remove-page-top-space .featured-section .top-slider.style-slider-2 {
padding-top: 0; }
.featured-section .top-slider.style-slider-2 .post {
height: 500px; }
.featured-section .top-slider.style-slider-2 .post .post-content {
position: absolute;
top: 0;
left: 0;
z-index: 9; }
.featured-section .top-slider.style-slider-2 .post .post-content > * {
max-width: 700px;
margin-left: 0;
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
transition: transform 1s ease-out 0.5s, opacity 1s ease-out 0.5s; }
.featured-section .top-slider.style-slider-2 .current-post .post-content > * {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.featured-section .top-slider.style-slider-2 .current-post .post-content > *:nth-child(2) {
transition-delay: 1s; }
.featured-section .top-slider.style-slider-2 .current-post .post-content > *:nth-child(3) {
transition-delay: 1.5s; }
.featured-section .top-slider.style-slider-3 .post .post-bg a.post-link {
height: calc(100% + 40px);
transition: transform 4s ease-out 0.5s; }
.featured-section .top-slider.style-slider-3 .post .post-content {
position: absolute;
bottom: 0;
left: 0;
z-index: 9;
padding-bottom: 90px;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap; }
.featured-section .top-slider.style-slider-3 .post .post-content > * {
transition: opacity 1s ease-out 0.5s;
opacity: 0; }
.featured-section .top-slider.style-slider-3 .current-post .post-bg a.post-link {
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
transition-delay: 0s; }
.featured-section .top-slider.style-slider-3 .current-post .post-content > * {
opacity: 1; }
.featured-section .top-slider.style-slider-3 .current-post .post-content > *:nth-child(2) {
transition-delay: 1s; }
.featured-section .top-slider.style-slider-3 .current-post .post-content > *:nth-child(3) {
transition-delay: 1.5s; }
.featured-section .top-slider.style-slider-3 .slick-dots {
position: absolute;
bottom: 30px;
left: 22px;
z-index: 9;
width: auto;
height: 40px;
margin: 0;
text-align: center; }
.featured-section .top-slider.style-slider-3 .slick-dots li {
width: 32px;
height: 40px;
line-height: 40px; }
.featured-section .top-slider.style-slider-3 .slick-dots li:before {
border-bottom: 2px solid transparent; }
.featured-section .top-slider.style-slider-3 .slick-dots li.slick-active:before {
display: block;
border-bottom-color: currentColor; }
.primary-color-enabled .featured-section .top-slider.style-slider-3 .slick-dots li.slick-active:before {
border-bottom-color: var(--primary-color); }
.featured-section .top-blocks {
position: relative; }
.featured-section .top-blocks .post-title {
font-size: 24px;
font-size: 1.5rem; }
.featured-section .top-blocks .post-title + .cat-links {
margin-top: 10px; }
.featured-section .top-blocks.style-blocks-1 {
max-width: 1200px;
padding: 30px; }
.remove-page-top-space .featured-section .top-blocks.style-blocks-1 {
padding-top: 0; }
.featured-section .top-blocks.style-blocks-1 .post-title {
font-size: 21px;
font-size: 1.3125rem; }
.featured-section .top-blocks.style-blocks-1 .post-title + .cat-links {
margin-top: 5px; }
.featured-section .top-blocks.style-blocks-1 .post {
margin-top: 50px; }
.featured-section .top-blocks.style-blocks-1 .post:first-child {
margin-top: 0; }
.featured-section .top-blocks.style-blocks-1 .post .post-bg {
position: relative;
height: 0;
padding-top: 66%; }
.featured-section .top-blocks.style-blocks-1 .post.without-featured-img .post-bg:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: currentColor;
opacity: 0.1;
content: ""; }
.featured-section .top-blocks.style-blocks-1 .post .post-content {
padding: 20px 0 0; }
.featured-section .top-blocks.style-blocks-1 .post .post-content .cat-links a {
opacity: 0.6; }
.no-touch .featured-section .top-blocks.style-blocks-1 .post .post-content .cat-links a:hover {
opacity: 1; }
.featured-section .top-blocks.style-blocks-2 .post {
min-height: 400px; }
.featured-section .top-blocks.style-blocks-2 .post .post-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1; }
.featured-section .top-blocks.style-blocks-2 .post .post-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 30px 30px 40px;
color: #fff;
text-align: center; }
.featured-section .top-blocks.style-blocks-2 .post .post-content:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: #000;
content: "";
pointer-events: none;
opacity: 0.35;
transition: opacity 0.4s ease-out;
will-change: opacity; }
.featured-section .top-blocks.style-blocks-2 .post .post-content > * {
position: relative;
z-index: 9; }
.featured-section .top-blocks.style-blocks-2 .post.without-featured-img .post-bg:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.35;
content: ""; }
.featured-section .top-blocks.style-blocks-2 .post.without-featured-img .post-content > * {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.featured-section .top-blocks.style-blocks-3 {
height: calc(100vh - 80px);
min-height: 560px; }
.site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-3 {
height: 100vh; }
.site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-3 .blocks-wrapper {
margin-top: 15px; }
.featured-section .top-blocks.style-blocks-3:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
content: "";
background: #000;
opacity: 0.3;
pointer-events: none; }
.featured-section .top-blocks.style-blocks-3 .blocks-3-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1; }
.featured-section .top-blocks.style-blocks-3 .blocks-3-bg .post-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
overflow: hidden;
transition: opacity 1s ease-out; }
.featured-section .top-blocks.style-blocks-3 .blocks-3-bg .post-bg.active {
opacity: 1; }
.featured-section .top-blocks.style-blocks-3 .blocks-wrapper {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
z-index: 9;
width: 260px;
margin-top: -15px; }
.featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post {
color: #fff;
counter-increment: step-counter;
opacity: 0.7;
transition: opacity 0.4s ease-out, transform 0.4s ease-out; }
.featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post .post-title {
font-size: 21px;
font-size: 1.3125rem; }
.featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post:before {
position: absolute;
top: 18px;
left: -30px;
width: 50px;
content: counter(step-counter,decimal-leading-zero);
font-size: 30px;
font-size: 1.875rem;
font-weight: 800;
opacity: 0.5; }
.featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post:after {
position: absolute;
bottom: 0;
left: 30px;
display: block;
width: 240px;
height: 1px;
background: currentColor;
content: "";
opacity: 0.7; }
.featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post:hover {
opacity: 1; }
@media screen and (min-width: 600px) {
.featured-section .top-blocks.style-blocks-3 .blocks-wrapper .post:hover {
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px); } }
.featured-section .custom-content {
position: relative;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
min-height: 600px;
overflow: hidden; }
.featured-section .custom-content .section-bg,
.featured-section .custom-content .section-bg-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.featured-section .custom-content .section-bg-img {
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.featured-section .custom-content .container {
width: 100%; }
.featured-section .custom-content .container .content.align-left {
margin-left: 0;
text-align: left; }
.featured-section .custom-content .container .content.align-right {
margin-right: 0;
text-align: right; }
.featured-section .custom-content .container .content > * {
margin-bottom: 30px; }
.featured-section .custom-content .container .content > *:first-child {
margin-top: 30px; }
.featured-section .custom-content.height-auto {
min-height: 0; }
.featured-section .custom-content.height-auto .container .content > * {
margin-bottom: 0; }
.featured-section .custom-content.height-auto .container .content > *:first-child {
margin-top: 0; } .home-widget {
padding: 50px 0;
background: var(--bg-color);
color: var(--text-color); }
.home-widget.fullwidth .container {
max-width: 100%;
padding: 0 !important; }
.home-widget.fullwidth .container .section-header {
max-width: calc(100% - 80px); }
.home-widget.default-color {
background: none; }
.site-content[class*="with-sidebar-"] .home-widget:not(.default-color) {
margin-top: 30px; }
.site-content[class*="with-sidebar-"] .home-widget:first-child {
margin-top: 50px; }
.site-content[class*="with-sidebar-"] .home-widget.default-color {
margin-top: 0; }
.site-content[class*="with-sidebar-"] .home-widget.default-color .container {
padding: 0; }
.site-content[class*="with-sidebar-"] .home-widget.default-color + .home-widget:not(.default-color) {
margin-top: 0; }
.home-widget.signup-form .widget.widget_mc4wp_form_widget {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5; }
.home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container {
margin-top: 20px; }
.home-widget.signup-form .widget.widget_mc4wp_form_widget > * {
margin-left: 0; }
.home-widget.signup-form.align-center .section-content {
text-align: center; }
.home-widget.signup-form.align-center .section-content .widget.widget_mc4wp_form_widget > * {
margin-left: auto; }
.home-widget.signup-form.align-center .section-content h5.widget-title,
.home-widget.signup-form.align-center .section-content p {
text-align: center; }
.home-widget.signup-form .widget-title {
margin-bottom: 10px;
padding-bottom: 0;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.2; }
.light-color #page .home-widget.signup-form.default-color form input[type="submit"]:not(:hover), #page .home-widget.signup-form.light-color form input[type="submit"]:not(:hover) {
background: #131313;
color: #fff; }
.dark-color #page .home-widget.signup-form.default-color form input[type="submit"]:not(:hover), #page .home-widget.signup-form.dark-color form input[type="submit"]:not(:hover) {
background: #fff;
color: #212121; }
.home-widget.fallsky-bannr .container {
overflow: hidden; }
.home-widget.fallsky-bannr .section-content {
text-align: center;
font-size: 0; }
.home-widget.fallsky-bannr .section-content a {
display: inline-block;
max-width: 100%; }
.home-widget.fallsky-bannr .section-content img {
display: block;
width: auto; }
.home-widget.call-to-action.align-center .section-content {
text-align: center; }
.home-widget.call-to-action.align-left .section-content {
text-align: left; }
.home-widget.call-to-action.align-right .section-content {
text-align: right; }
.home-widget.call-to-action figure.cta-img {
margin-bottom: 30px; }
.home-widget.call-to-action.column-1 figure.cta-img {
width: 100%; }
.home-widget.call-to-action.column-1.reverse figure.cta-img {
order: 3;
margin-top: 30px;
margin-bottom: 0; }
.home-widget.custom-content {
position: relative; }
.home-widget.custom-content .bg-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2; }
.home-widget.custom-content > .container {
z-index: 3; }
@media screen and (min-width: 600px) {
.home-widget .widget.fallsky-widget_cat {
margin: 0 -5px; }
.home-widget .widget.fallsky-widget_cat .cat {
padding: 0 5px;
margin-bottom: 10px; }
.home-widget .widget.fallsky-widget_cat .cat:nth-child(2n+1) {
margin-right: 0; }
.home-widget .widget.fallsky-widget_cat.column-2 .cat {
width: 50%; }
.home-widget .widget.fallsky-widget_cat.column-3 .cat {
width: 33.33%; }
.home-widget .widget.fallsky-widget_cat.column-4 .cat {
width: 25%; }
.home-widget .widget.fallsky-widget_cat.column-5 .cat {
width: 20%; } }
@media screen and (min-width: 768px) {
.home-widget .widget.fallsky-widget_cat.style-circle {
margin: 0 -15px; }
.home-widget .widget.fallsky-widget_cat.style-circle .cat {
padding: 0 15px;
margin-bottom: 30px; }
.home-widget .widget.fallsky-widget_cat.column-2 .cat a span.category-name, .home-widget .widget.fallsky-widget_cat.column-3 .cat a span.category-name {
font-size: 18px;
font-size: 1.125rem; }
.home-widget .widget.fallsky-widget_cat.column-2 .cat a span.counts, .home-widget .widget.fallsky-widget_cat.column-3 .cat a span.counts {
font-size: 12px;
font-size: 0.75rem; }
.home-widget .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.category-name, .home-widget .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.category-name {
padding: 20px; }
.home-widget .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.counts, .home-widget .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.counts {
margin-top: 14px;
margin-left: -14px; } } .cat-links {
font-size: 12px;
font-size: 0.75rem;
line-height: 1; }
.cat-links a {
position: relative;
display: inline-block;
margin-bottom: 3px;
color: currentColor;
letter-spacing: 1px;
font-weight: 600;
line-height: 22px;
text-transform: uppercase;
opacity: 0.6; }
.primary-color-enabled .cat-links a {
color: currentColor; }
.cat-links a:before {
position: absolute;
bottom: 0;
left: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
transform-origin: 100% 50%;
width: calc(100% - 1px);
height: 2px;
background: currentColor;
content: "";
transition: transform 0.4s; }
.primary-color-enabled .cat-links a:before {
background: var(--primary-color); }
.no-touch .cat-links a:hover {
opacity: 1; }
.no-touch .cat-links a:hover:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
transform-origin: 0% 50%; }
.post-meta {
font-size: 0; }
.posts .post .post-meta {
opacity: 0.6; }
.post-meta .meta-item {
position: relative;
display: inline-block;
padding-right: 20px;
font-size: 12px;
font-size: 0.75rem;
font-weight: 400;
line-height: 20px;
text-transform: capitalize; }
.no-touch .post-meta .meta-item > a:hover {
opacity: 0.7; }
.post-meta .meta-item:after {
position: absolute;
top: 9px;
right: 9px;
display: inline-block;
width: 3px;
height: 3px;
background: currentColor;
border-radius: 50%;
-webkit-transform: scale(0.85);
-ms-transform: scale(0.85);
transform: scale(0.85);
box-sizing: border-box;
line-height: inherit;
content: ""; }
.post-meta .meta-item:last-child {
padding-right: 0; }
.post-meta .meta-item:last-child:after {
display: none; }
.post-meta .meta-item a {
color: inherit; } .posts + .posts {
margin-top: 50px; }
.posts .post {
position: relative;
margin-top: 50px;
overflow: hidden; }
.posts .post:first-child {
margin-top: 0; }
.posts .post a {
color: inherit; }
.posts .post .post-title {
margin-bottom: 5px;
font-size: 18px;
font-size: 1.125rem; }
.posts .post .post-title:last-child {
margin-bottom: 0; }
.posts .post .post-excerpt {
font-size: 14px;
font-size: 0.875rem; }
.posts .post .post-excerpt p {
margin-bottom: 15px;
font: inherit; }
.posts .post .post-excerpt p:last-child {
margin-bottom: 0; }
.posts .post .post-excerpt > *:last-child {
margin-bottom: 0; }
.posts .post .featured-img {
position: relative;
overflow: hidden;
margin-bottom: 20px; }
.posts .post .featured-img a,
.posts .post .featured-img img {
display: block; }
.posts .post .featured-img img {
width: 100%; }
.no-touch .posts .post:hover .featured-img a {
filter: brightness(80%); }
.posts .post .featured-img-container, .posts .post.format-gallery .featured-img .image-gallery .gallery-item div {
position: relative;
display: block;
width: 100%;
height: 0;
padding-top: 70%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.posts .post.format-gallery .featured-img:after, .posts .post.format-video .featured-img:after, .posts .post.format-audio .featured-img:after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9; }
.no-touch .posts .post.format-gallery .featured-img:hover:after, .no-touch .posts .post.format-video .featured-img:hover:after, .no-touch .posts .post.format-audio .featured-img:hover:after {
-webkit-transform: translate(-50%, -50%) scale(0.8);
-ms-transform: translate(-50%, -50%) scale(0.8);
transform: translate(-50%, -50%) scale(0.8); }
.posts .post.format-gallery .featured-img:after {
display: block;
border: 2px solid;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
text-align: center;
pointer-events: none;
will-change: transform;
transition: transform 0.4s;
box-sizing: border-box;
content: "\e005";
width: 60px;
height: 60px;
font-size: 20px;
font-size: 1.25rem;
line-height: 56px; }
.posts .post.format-video .featured-img:after {
display: block;
border: 2px solid;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
text-align: center;
pointer-events: none;
will-change: transform;
transition: transform 0.4s;
box-sizing: border-box;
content: "\45";
width: 60px;
height: 60px;
font-size: 34px;
font-size: 2.125rem;
line-height: 56px; }
.posts .post.format-audio .featured-img:after {
display: block;
border: 2px solid;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
text-align: center;
pointer-events: none;
will-change: transform;
transition: transform 0.4s;
box-sizing: border-box;
content: "\e08e";
width: 60px;
height: 60px;
font-size: 20px;
font-size: 1.25rem;
line-height: 56px; }
.posts .post .post-content .post-header,
.posts .post .post-content .post-excerpt {
margin-bottom: 15px; }
.posts .post .post-content .more-btn {
margin-top: 20px; }
.posts .post .post-content > *:last-child {
margin-bottom: 0; }
.posts .post .more-btn .read-more-btn {
position: relative;
display: inline-block;
width: auto;
height: 34px;
padding: 0 20px;
border-radius: 2px;
background: var(--btn-bg-color);
color: var(--btn-text-color);
font-size: 12px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 34px;
will-change: opacity; }
.no-touch .posts .post .more-btn .read-more-btn:hover {
opacity: 0.7; }
.posts .post.sticky .sticky-icon {
position: absolute;
top: 0;
left: 0;
z-index: 11;
width: 50px;
height: 50px;
color: #fff;
overflow: hidden;
pointer-events: none; }
.posts .post.sticky .sticky-icon:after {
position: relative;
display: block;
width: 50px;
height: 50px;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 18px;
font-size: 1.125rem;
line-height: 50px;
text-align: center;
content: "\e01e";
text-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }
.no-touch .primary-color-enabled .posts:not(.layout-overlay) .post .post-title a:hover {
color: var(--primary-color); }
.posts.layout-masonry .post .post-content {
padding: 30px; }
.posts.layout-masonry .post .post-content .post-excerpt {
opacity: 0.75;
transition: opacity 0.4s; }
.posts.layout-masonry .post .post-content .post-header:last-child .cat-links {
margin-bottom: -10px; }
.no-touch .posts.layout-masonry .post:hover .post-content .post-excerpt {
opacity: 1; }
.posts.layout-masonry .post .featured-img + .post-content {
padding-top: 0; }
.posts.layout-masonry .post.format-gallery .featured-img .image-gallery .gallery-item div {
padding-top: 135%; }
.light-color .posts.layout-masonry .post, .home-widget.light-color .posts.layout-masonry .post {
background: #fff; }
.dark-color .posts.layout-masonry .post, .home-widget.dark-color .posts.layout-masonry .post {
background: #000; }
.posts.layout-masonry.text-centered .post {
text-align: center; }
.posts.layout-grid .post .post-header + .post-meta {
margin-top: -10px; }
.posts.layout-grid.img-square .post .featured-img-container, .posts.layout-grid.img-square .post.format-gallery .featured-img .image-gallery .gallery-item div {
padding-top: 100%; }
.posts.layout-grid.img-portrait .post .featured-img-container, .posts.layout-grid.img-portrait .post.format-gallery .featured-img .image-gallery .gallery-item div {
padding-top: 150%; }
.posts.layout-grid.text-centered .post {
text-align: center; }
.posts.layout-card .post {
border-color: transparent;
box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
color: inherit;
transition: 0.4s; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-card .post {
max-width: 800px; }
.posts.layout-card .post .featured-img {
margin-bottom: 0; }
.posts.layout-card .post .post-content {
padding: 20px;
text-align: center; }
.posts.layout-card .post .post-content:first-child {
padding-top: 30px; }
.posts.layout-card .post .post-content .more-btn {
margin-bottom: 10px; }
.posts.layout-card .post .post-content .post-excerpt:last-child {
margin-bottom: 5px; }
.posts.layout-card.light-card .post {
background: #fff;
color: #212121; }
.posts.layout-card.light-card .post .more-btn .read-more-btn {
background: #000;
color: #fff; }
.posts.layout-card.dark-card .post {
background: #000;
color: #fff; }
.posts.layout-card.dark-card .post .more-btn .read-more-btn {
background: #fff;
color: #000; }
.posts.layout-card.column-1 .post.format-gallery .slider-arrows {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 80px; }
.posts.layout-card.column-1 .post.format-gallery .slider-arrows .slick-arrow {
position: absolute;
width: 30px;
height: 80px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
line-height: 80px;
text-align: center; }
.posts.layout-card.column-1 .post.format-gallery .slider-arrows .slick-arrow:before {
font-size: 21px;
font-size: 1.3125rem; }
.posts.layout-card.column-1 .post.format-gallery .slider-arrows .slick-arrow.slick-prev {
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.posts.layout-card.column-1 .post.format-gallery .slider-arrows .slick-arrow.slick-next {
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.touch .posts.layout-card.column-1 .post.format-gallery .slider-arrows.display-on-mobile .slick-arrow.slick-prev, .touch .posts.layout-card.column-1 .post.format-gallery .slider-arrows.display-on-mobile .slick-arrow.slick-next {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.posts.layout-card.column-1 .post.format-gallery .featured-img:hover .slick-arrow.slick-prev, .posts.layout-card.column-1 .post.format-gallery .featured-img:hover .slick-arrow.slick-next {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.home-widget.fullwidth .posts.layout-list.column-1 .post {
padding-right: 20px;
padding-left: 20px; }
.posts.layout-overlay .post {
height: 300px;
overflow: hidden; }
.posts.layout-overlay .post .featured-img-container {
height: 100%;
padding-top: 0; }
.posts.layout-overlay .post.format-gallery .featured-img .image-gallery .gallery-item div {
height: 300px;
padding-top: 0; }
.posts.layout-overlay .post.format-gallery .featured-img:after, .posts.layout-overlay .post.format-video .featured-img:after, .posts.layout-overlay .post.format-audio .featured-img:after {
display: none; }
.posts.layout-overlay .post.format-gallery .post-content:after, .posts.layout-overlay .post.format-video .post-content:after, .posts.layout-overlay .post.format-audio .post-content:after {
position: relative;
margin-top: 20px; }
.posts.layout-overlay .post.format-gallery .post-content:after {
display: block;
border: 2px solid;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
text-align: center;
pointer-events: none;
will-change: transform;
transition: transform 0.4s;
box-sizing: border-box;
content: "\e005";
width: 60px;
height: 60px;
font-size: 20px;
font-size: 1.25rem;
line-height: 56px; }
.posts.layout-overlay .post.format-video .post-content:after {
display: block;
border: 2px solid;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
text-align: center;
pointer-events: none;
will-change: transform;
transition: transform 0.4s;
box-sizing: border-box;
content: "\45";
width: 60px;
height: 60px;
font-size: 34px;
font-size: 2.125rem;
line-height: 56px; }
.posts.layout-overlay .post.format-audio .post-content:after {
display: block;
border: 2px solid;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
text-align: center;
pointer-events: none;
will-change: transform;
transition: transform 0.4s;
box-sizing: border-box;
content: "\e08e";
width: 60px;
height: 60px;
font-size: 20px;
font-size: 1.25rem;
line-height: 56px; }
.no-touch .posts.layout-overlay .post:hover .featured-img a {
filter: brightness(50%); }
.posts.layout-overlay .featured-img,
.posts.layout-overlay .featured-img a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
margin-bottom: 0; }
.posts.layout-overlay .post-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
width: 100%;
padding: 30px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
text-align: center;
pointer-events: none; }
.posts.layout-overlay .post-content .post-header {
max-width: 100%; }
.posts.layout-overlay .post-content .post-title {
margin-bottom: 0; }
.posts.layout-overlay .post-content .post-title + .cat-links {
margin-top: 15px; }
.posts.layout-overlay .post-content .cat-links a,
.posts.layout-overlay .post-content .post-meta {
opacity: 1; }
.posts.layout-overlay .post-content a {
pointer-events: auto; }
.posts:not(.layout-overlay) .post.sticky:not(.has-post-thumbnail) .sticky-icon {
position: relative;
color: inherit; }
.posts.layout-zigzag .post.sticky:not(.has-post-thumbnail) .sticky-icon, .posts.layout-list .post.sticky:not(.has-post-thumbnail) .sticky-icon, .posts.layout-grid .post.sticky:not(.has-post-thumbnail) .sticky-icon {
margin-left: 0; }
.posts.layout-zigzag .post.sticky:not(.has-post-thumbnail) .sticky-icon:after, .posts.layout-list .post.sticky:not(.has-post-thumbnail) .sticky-icon:after, .posts.layout-grid .post.sticky:not(.has-post-thumbnail) .sticky-icon:after {
text-align: left; }
.posts.layout-card .post.sticky:not(.has-post-thumbnail) .sticky-icon {
margin: 15px auto -30px; }
.posts.layout-masonry .post.sticky:not(.has-post-thumbnail) .sticky-icon {
margin: 15px auto 0 10px; }
.posts.layout-masonry .post.sticky:not(.has-post-thumbnail) .sticky-icon + .post-content {
padding-top: 0; }
.posts.layout-masonry.text-centered .post.sticky:not(.has-post-thumbnail) .sticky-icon {
margin-left: auto; } .pagination {
width: 100%;
margin: 50px 0 10px;
text-align: center;
clear: both; }
.pagination a.load-more-btn {
position: relative;
display: block;
width: 100%;
padding: 5px 50px;
color: inherit;
font-size: 12px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.2em;
line-height: 34px;
text-transform: uppercase; }
.pagination .pagination-container {
display: inline-block;
width: auto;
padding: 0;
border: none; }
.pagination .pagination-container.loading {
pointer-events: none; }
.pagination .pagination-container.loading a.load-more-btn {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px); }
.pagination .pagination-container.loading a.load-more-btn:after {
position: absolute;
top: 5px;
right: 18px;
display: block;
width: 34px;
height: 34px;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\e02d";
font-size: 15px;
font-size: 0.9375rem;
line-height: 34px;
-webkit-animation: loadingSpin 1s infinite linear;
animation: loadingSpin 1s infinite linear; }
.pagination .pagination-container.load-more {
position: relative;
border-radius: 4px;
transition: background 0.4s; }
.pagination .pagination-container.load-more:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 2px solid;
border-radius: 4px;
box-sizing: border-box;
opacity: 0.1;
content: "";
will-change: opacity; }
.pagination .pagination-container.load-more span.load-more-btn {
display: block;
padding: 5px 50px;
color: inherit;
font-size: 12px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.2em;
line-height: 34px;
text-transform: uppercase; }
.no-touch .pagination .pagination-container.load-more:hover {
background: currentColor; }
.no-touch .light-color .pagination .pagination-container.load-more:hover a.load-more-btn, .no-touch .home-widget.light-color .pagination .pagination-container.load-more:hover a.load-more-btn {
color: #fff; }
.no-touch .dark-color .pagination .pagination-container.load-more:hover a.load-more-btn, .no-touch .home-widget.dark-color .pagination .pagination-container.load-more:hover a.load-more-btn {
color: #000; }
.pagination .page-numbers {
display: inline-block;
padding: 5px 7px;
margin: 0;
color: inherit;
font-size: 12px;
font-size: 0.75rem;
font-weight: 600;
letter-spacing: 0.2em;
line-height: 34px;
text-transform: uppercase; }
.pagination .page-numbers.prev {
width: auto;
margin-right: 10px; }
.pagination .page-numbers.prev span {
margin-right: 7px; }
.pagination .page-numbers.next {
width: auto;
margin-left: 10px; }
.pagination .page-numbers.next span {
margin-left: 7px; }
.pagination .page-numbers.link {
width: auto;
padding: 5px 20px;
font-size: 11px;
font-size: 0.6875rem;
letter-spacing: 0.1em;
text-transform: uppercase; }
.pagination .page-numbers.link.prev {
margin-right: 10px; }
.pagination .page-numbers.link.prev span {
margin-right: 12px; }
.pagination .page-numbers.link.next {
margin-left: 10px; }
.pagination .page-numbers.link.next span {
margin-left: 12px; }
.pagination .page-numbers.current {
position: relative; }
.pagination .page-numbers.current:after {
position: absolute;
bottom: 10px;
left: 20%;
display: block;
width: 50%;
height: 2px;
background: currentColor;
content: ""; }
.primary-color-enabled .pagination .page-numbers.current:after {
background: var(--primary-color); }
.pagination span.page-numbers {
pointer-events: none; }
.pagination span.page-numbers.prev, .pagination span.page-numbers.next {
opacity: 0.5; }
.no-touch .pagination a.page-numbers:hover {
opacity: 0.5; } .site-footer {
position: relative;
z-index: 99; }
.site-footer .footer-bottom {
padding: 50px 0; }
.site-footer .footer-bottom a {
opacity: 0.5; }
.no-touch .site-footer .footer-bottom a:hover {
color: inherit;
opacity: 1; }
.site-footer .container > *:nth-child(2) {
margin-top: 20px; }
.site-footer.light-color {
background: #fff;
color: #212121; }
.site-footer.light-color .footer-bottom {
background: #f7f7f7; }
.site-footer.dark-color {
background: #131313;
color: #fff; }
.site-footer.dark-color .footer-bottom {
background: #000; } .sitetop-ad {
position: relative;
top: 0;
left: 0;
z-index: 1;
width: 100%;
text-align: center; }
.sitetop-ad > a > img,
.sitetop-ad > img {
display: block; }
@media screen and (min-width: 601px) {
.sitetop-ad {
position: fixed; } }
@media screen and (max-width: 782px) and (min-width: 601px) {
.logged-in.admin-bar .sitetop-ad {
top: 46px; } }
@media screen and (min-width: 783px) {
.logged-in.admin-bar .sitetop-ad {
top: 32px; } }
@media screen and (min-width: 600px) {
.slick-dots li {
font-size: 16px;
font-size: 1rem; }
.featured-section .top-slider.style-slider-1 .post .post-content {
padding: 30px 100px; }
.featured-section .top-slider.style-slider-3 .post .post-content {
padding: 40px 40px 100px; }
.featured-section .top-slider.style-slider-3 .slick-dots {
bottom: 40px;
left: 30px; }
.featured-section .top-slider.style-slider-3 .slick-dots li {
width: 40px; }
.featured-section .top-blocks.style-blocks-1 .blocks-wrapper {
margin: 0 -20px; }
.featured-section .top-blocks.style-blocks-1 .post {
float: left;
width: 45%;
padding: 0 20px;
margin-top: 0; }
.featured-section .top-blocks.style-blocks-1 .post:first-child {
width: 55%; }
.featured-section .top-blocks.style-blocks-1 .post:first-child .post-bg {
padding-top: 120%; }
.featured-section .top-blocks.style-blocks-1 .post:nth-child(2) {
margin-bottom: 50px; }
.featured-section .top-blocks.style-blocks-1 .post .post-title {
font-size: 24px;
font-size: 1.5rem; }
.pagination .pagination-container:not(.load-more) {
padding: 0 20px; }
.pagination .page-numbers.prev {
margin-right: 30px; }
.pagination .page-numbers.next {
margin-left: 30px; }
.posts.layout-list.column-2 .posts-wrapper {
margin-right: -20px;
margin-left: -20px; }
.home-widget.fullwidth .posts.layout-list.column-2 .posts-wrapper {
margin-right: 20px;
margin-left: 20px; }
.posts.layout-list.column-2 .post {
float: left;
width: calc(50% - 40px);
margin-right: 20px;
margin-left: 20px;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start; }
#page .posts.layout-list.column-2 .post .post-title {
font-size: 18px;
font-size: 1.125rem; }
.posts.layout-list.column-2 .post:nth-child(2n+1) {
clear: left; }
.posts.layout-list.column-2 .post:nth-child(2) {
margin-top: 0; } }
@media screen and (min-width: 768px) {
.featured-section .top-slider .post .post-title {
font-size: 36px;
font-size: 2.25rem; }
.logged-in.admin-bar .featured-section .top-slider.style-slider-1 .post, .logged-in.admin-bar .featured-section .top-slider.style-slider-3 .post {
height: calc(100vh - 112px); }
.logged-in.admin-bar .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post, .logged-in.admin-bar .site-header.transparent ~ .site-content .featured-section .top-slider.style-slider-3 .post {
height: calc(100vh - 32px); }
.featured-section .top-slider.style-slider-2 {
padding: 30px 30px 0;
margin-bottom: 30px; }
.site-content[class*="with-sidebar-"] .featured-section .top-slider.style-slider-2 {
margin-bottom: 0; }
.featured-section .top-slider.style-slider-2 .post .post-content {
padding: 30px 100px; }
.featured-section .top-slider.style-slider-2 .slider-arrows {
right: 30px; }
.featured-section .top-blocks.style-blocks-2 .post {
float: left;
width: 33.333333%;
height: calc(100vh - 80px); }
.site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-2 .post {
height: 100vh; }
.logged-in.admin-bar .featured-section .top-blocks.style-blocks-2 .post {
height: calc(100vh - 112px); }
.logged-in.admin-bar .site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-2 .post {
height: calc(100vh - 32px); }
.logged-in.admin-bar .featured-section .top-blocks.style-blocks-3 {
height: calc(100vh - 112px); }
.logged-in.admin-bar .site-header.transparent ~ .site-content .featured-section .top-blocks.style-blocks-3 {
height: calc(100vh - 32px); }
.featured-section .top-blocks.style-blocks-3 .blocks-wrapper {
width: 300px; }
.home-widget.call-to-action .section-content {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.home-widget.call-to-action.column-2 figure.cta-img {
width: 60%;
margin-bottom: 0; }
.home-widget.call-to-action.column-2 .cta-text {
width: 40%;
padding-left: 30px; }
.home-widget.call-to-action.column-2.reverse .section-content {
flex-direction: row-reverse; }
.home-widget.call-to-action.column-2.reverse .cta-text {
padding-right: 30px;
padding-left: 0; }
.posts .post {
width: 100%; }
.posts .post .post-title {
font-size: 21px;
font-size: 1.3125rem; }
.posts.layout-card.column-1 .post .post-title, .posts.layout-overlay.column-1 .post .post-title {
font-size: 30px;
font-size: 1.875rem; }
.posts.layout-masonry .posts-wrapper {
margin-right: -20px;
margin-left: -20px; }
.home-widget.fullwidth .posts.layout-masonry .posts-wrapper {
margin-right: 20px;
margin-left: 20px; }
.posts.layout-masonry .masonry-column {
float: left;
padding-right: 20px;
padding-left: 20px; }
.posts.layout-masonry.column-2 .masonry-column {
width: 50%; }
.posts.layout-masonry.column-3 .masonry-column {
width: 33.333333%; }
.posts.layout-grid .posts-wrapper, .posts.layout-card .posts-wrapper {
margin-right: -20px;
margin-left: -20px; }
.home-widget.fullwidth .posts.layout-grid .posts-wrapper, .home-widget.fullwidth .posts.layout-card .posts-wrapper {
margin-right: 20px;
margin-left: 20px; }
.posts.layout-grid .post, .posts.layout-card .post {
margin-right: 20px;
margin-left: 20px; }
.posts.layout-grid.column-2 .post, .posts.layout-card.column-2 .post {
width: calc(50% - 40px); }
.posts.layout-grid.column-2 .post:nth-child(-n+2), .posts.layout-card.column-2 .post:nth-child(-n+2) {
margin-top: 0; }
.posts.layout-grid.column-3 .post, .posts.layout-card.column-3 .post {
width: calc(33.333333% - 40px); }
.posts.layout-grid.column-3 .post:nth-child(-n+3), .posts.layout-card.column-3 .post:nth-child(-n+3) {
margin-top: 0; }
.posts.layout-grid.column-4 .post, .posts.layout-card.column-4 .post {
width: calc(25% - 40px); }
.posts.layout-grid.column-4 .post:nth-child(-n+4), .posts.layout-card.column-4 .post:nth-child(-n+4) {
margin-top: 0; }
.posts.layout-grid.column-4 .post .post-title, .posts.layout-card.column-4 .post .post-title {
font-size: 16px;
font-size: 1rem; }
.posts.layout-card.column-1 .posts-wrapper {
margin-right: 0;
margin-left: 0; }
.posts.layout-card.column-1 .post {
margin-right: auto;
margin-left: auto; }
.posts.layout-card.column-1 .post .post-content {
padding: 30px 50px 40px; }
.posts.layout-card.column-1 .post .post-content:first-child {
padding-top: 40px; }
.posts.layout-card.column-1 .post .post-content .more-btn {
margin-bottom: 0; }
.posts.layout-card.column-1 .post .post-excerpt {
font-size: 16px;
font-size: 1rem; }
.posts.layout-card:not(.column-1) .posts-wrapper {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
align-items: stretch; }
.posts.layout-card.column-4 .post .post-content {
padding: 15px; }
.posts.layout-grid .post {
float: left; }
.posts.layout-grid.column-2 .post:nth-child(2n+1), .posts.layout-grid.column-3 .post:nth-child(3n+1), .posts.layout-grid.column-4 .post:nth-child(4n+1) {
clear: left; }
.posts.layout-list .post, .posts.layout-zigzag .post {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.posts.layout-list .post .post-content, .posts.layout-zigzag .post .post-content {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center; }
.posts.layout-list .post .post-content > *, .posts.layout-zigzag .post .post-content > * {
width: 100%; }
.posts.layout-list .post:not(.has-post-thumbnail) .post-content, .posts.layout-zigzag .post:not(.has-post-thumbnail) .post-content {
width: 100%; }
.posts.layout-list .featured-img, .posts.layout-zigzag .featured-img {
margin-bottom: 0; }
.posts.layout-list .featured-img {
width: calc(50% - 30px);
margin-right: 30px; }
.posts.layout-list .featured-img + .post-content {
width: 50%; }
.posts.layout-list.column-2 .post .featured-img {
width: calc(50% - 20px);
margin-right: 20px; }
.posts.layout-zigzag .featured-img {
width: 60%;
margin-right: 0;
transition: 0.4s; }
.posts.layout-zigzag .post-content {
position: relative;
z-index: 9; }
.posts.layout-zigzag .featured-img + .post-content {
width: 40%; }
.posts.layout-zigzag .post {
overflow: visible; }
.posts.layout-zigzag .post:not(:first-child) {
margin-top: 80px; }
.posts.layout-zigzag .post:nth-child(2n+1) .featured-img + .post-content {
padding-left: 35px; }
.home-widget.fullwidth .posts.layout-zigzag .post:nth-child(2n+1) .featured-img + .post-content {
padding-right: 35px; }
.posts.layout-zigzag .post:nth-child(2n) {
-webkit-flex-direction: row-reverse;
flex-direction: row-reverse; }
.posts.layout-zigzag .post:nth-child(2n).sticky.has-post-thumbnail .sticky-icon {
left: 40%; }
.posts.layout-zigzag .post:nth-child(2n) .featured-img + .post-content {
padding-right: 35px;
text-align: right; }
.home-widget.fullwidth .posts.layout-zigzag .post:nth-child(2n) .featured-img + .post-content {
padding-left: 35px; }
.posts.layout-overlay .posts-wrapper {
margin: 0 -5px; }
.posts.layout-overlay .post {
float: left;
width: calc(100% - 10px);
margin: 5px; }
.posts.layout-overlay .post, .posts.layout-overlay .post.format-gallery .featured-img .image-gallery .gallery-item div {
height: 360px; }
.posts.layout-overlay.column-2 .post {
width: calc(50% - 10px); }
.posts.layout-overlay.column-2 .post .post-title {
font-size: 24px;
font-size: 1.5rem; }
.posts.layout-overlay.column-3 .post {
width: calc(33.333333% - 10px); }
.posts.layout-overlay.column-4 .post {
width: calc(25% - 10px); }
.posts.layout-overlay.column-4 .post .post-title {
font-size: 18px;
font-size: 1.125rem; }
.posts.layout-overlay.column-4 .post-content {
padding: 20px; }
.posts.layout-overlay.column-4 .post-content:after {
display: none; }
.posts.layout-overlay.column-1-2-mix .post:nth-child(6n+1), .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+6) {
width: calc(50% - 10px); }
.posts.layout-overlay.column-1-2-mix .post:nth-child(6n+1) .post-title, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+6) .post-title {
font-size: 24px;
font-size: 1.5rem; }
.posts.layout-overlay.column-1-2-mix .post:nth-child(6n+2), .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+3), .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+4), .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+5) {
width: calc(25% - 10px); }
.posts.layout-overlay.column-1-2-mix .post:nth-child(6n+2) .post-title, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+3) .post-title, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+4) .post-title, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+5) .post-title {
font-size: 18px;
font-size: 1.125rem; }
.posts.layout-overlay.column-1-2-mix .post:nth-child(6n+2) .post-content:after, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+3) .post-content:after, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+4) .post-content:after, .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+5) .post-content:after {
display: none; }
.posts.layout-overlay.column-1-4-mix .post:nth-child(10n+1), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) {
width: calc(50% - 10px); }
.posts.layout-overlay.column-1-4-mix .post:nth-child(10n+1) .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) .post-title {
font-size: 24px;
font-size: 1.5rem; }
.posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9), .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) {
width: calc(25% - 10px);
height: 175px; }
.posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9) .post-content, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) .post-content {
padding: 20px; }
.posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9) .post-content .post-title, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) .post-content .post-title {
font-size: 18px;
font-size: 1.125rem; }
.posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9) .post-content:after, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) .post-content:after {
display: none; }
.posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9).format-gallery .featured-img .image-gallery .gallery-item div, .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10).format-gallery .featured-img .image-gallery .gallery-item div {
height: 175px; }
.posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) {
float: right; }
.posts.layout-overlay.column-2-3-mix .post:nth-child(5n+1), .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+2) {
width: calc(50% - 10px); }
.posts.layout-overlay.column-2-3-mix .post:nth-child(5n+1) .post-title, .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+2) .post-title {
font-size: 24px;
font-size: 1.5rem; }
.posts.layout-overlay.column-2-3-mix .post:nth-child(5n+3), .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+4), .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+5) {
width: calc(33.333333% - 10px); }
.posts.layout-overlay.column-1-2-2-mix .post .post-title {
font-size: 24px;
font-size: 1.5rem; }
.posts.layout-overlay.column-1-2-2-mix .post:first-child {
margin-top: 0; }
.posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+2), .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+5) {
width: calc(60% - 10px); }
.posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+3), .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+4) {
width: calc(40% - 10px); }
.posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+1) .post-title {
font-size: 30px;
font-size: 1.875rem; }
.authors-list.layout-grid:not(.cols-1) {
margin-left: -35px; }
.authors-list.layout-grid:not(.cols-1) .authors-list-item {
float: left;
margin-left: 35px; }
.authors-list.layout-grid.cols-2 .authors-list-item {
width: calc(50% - 35px); }
.authors-list.layout-grid.cols-2 .authors-list-item:nth-child(2n+1) {
clear: both; }
.authors-list.layout-grid.cols-2 .authors-list-item:nth-child(-n+2) {
margin-top: 0; }
.authors-list.layout-grid.cols-3 .authors-list-item {
width: calc(33.333333% - 35px); }
.authors-list.layout-grid.cols-3 .authors-list-item:nth-child(3n+1) {
clear: both; }
.authors-list.layout-grid.cols-3 .authors-list-item:nth-child(-n+3) {
margin-top: 0; }
.authors-list.layout-grid.cols-4 .authors-list-item {
width: calc(25% - 40px); }
.authors-list.layout-grid.cols-4 .authors-list-item:nth-child(4n+1) {
clear: both; }
.authors-list.layout-grid.cols-4 .authors-list-item:nth-child(-n+4) {
margin-top: 0; }
.authors-list.layout-grid .author-info {
padding: 0 20px; }
.site-footer .footer-bottom.column-2 .container > *:nth-child(2) {
margin-top: 0; }
.site-footer .footer-bottom.column-2 .container > *:first-child {
float: right;
width: 50%;
text-align: right; }
.site-footer .footer-bottom.column-2 .container > *:last-child {
float: left;
width: 50%;
text-align: left; }
.site-footer .footer-bottom.column-2 .container > *:only-child {
float: none;
width: 100%; }
.site-footer .footer-bottom.column-2 .container .widget {
margin-top: 0; } }
@media screen and (min-width: 1025px) {
.featured-section .top-slider .post .post-title {
font-size: 44px;
font-size: 2.75rem; }
.featured-section .top-slider.style-slider-1 .post .post-content > * {
max-width: 800px; }
.featured-section .top-slider.style-slider-3 .post .post-content {
padding: 60px 60px 120px; }
.featured-section .top-slider.style-slider-3 .post .post-content > * {
max-width: 60%;
margin-left: 0; }
.featured-section .top-slider.style-slider-3 .slick-dots {
bottom: 55px;
left: 50px; }
.featured-section .top-blocks.style-blocks-1 .post:first-child .post-title {
font-size: 28px;
font-size: 1.75rem; }
.no-touch .featured-section .top-blocks.style-blocks-2 .post .post-content > * {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
transition: transform 0.4s ease-out, opacity 0.4s ease-out; }
.no-touch .featured-section .top-blocks.style-blocks-2 .post .post-content > *:nth-child(2) {
transition-delay: 0s; }
.no-touch .featured-section .top-blocks.style-blocks-2 .post:not(:hover) .post-content:before {
opacity: 0; }
.no-touch .featured-section .top-blocks.style-blocks-2 .post:hover .post-content > * {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0); }
.no-touch .featured-section .top-blocks.style-blocks-2 .post:hover .post-content > *:nth-child(2) {
transition-delay: 0.15s; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay .post, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay .post.format-gallery .featured-img .image-gallery .gallery-item div {
height: 480px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1 .post .post-content {
padding-right: 80px;
padding-left: 80px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1 .post .post-title {
font-size: 44px;
font-size: 2.75rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2 .post .post-title {
font-size: 32px;
font-size: 2rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-mix .post .post-title {
font-size: 24px;
font-size: 1.5rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+1) .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-mix .post:nth-child(6n+6) .post-title {
font-size: 32px;
font-size: 2rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+1) .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) .post-title {
font-size: 32px;
font-size: 2rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9), .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10) {
height: 235px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+2).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+3).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+4).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+5).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+6).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+7).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+9).format-gallery .featured-img .image-gallery .gallery-item div, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+10).format-gallery .featured-img .image-gallery .gallery-item div {
height: 235px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post .post-title {
font-size: 24px;
font-size: 1.5rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+1) .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+2) .post-title {
font-size: 32px;
font-size: 2rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-2-mix .post .post-title {
font-size: 32px;
font-size: 2rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+1) .post-content {
padding-right: 80px;
padding-left: 80px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-2-mix .post:nth-child(5n+1) .post-title {
font-size: 44px;
font-size: 2.75rem; }
.home-widget.fallsky-bannr.large-banner-special .section-content {
height: 400px;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center;
background-size: cover; }
.home-widget.fallsky-bannr.large-banner-special .section-content a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block; }
.home-widget.fallsky-bannr.large-banner-special .section-content img {
opacity: 0;
visibility: hidden; }
.home-widget.hide-on-desktop {
display: none; } }
@media screen and (min-width: 1120px) {
.site-content[class*="with-sidebar-"] #primary {
float: left;
width: calc(100% - 360px); }
.site-content[class*="with-sidebar-"] #secondary {
float: left;
width: 300px; }
body.home.front-page .site-content[class*="with-sidebar-"] #secondary {
margin-top: 70px; }
.site-content[class*="with-sidebar-"] .home-widget:first-child {
margin-top: 70px; }
.site-content[class*="with-sidebar-"] .home-widget:first-child.default-color {
margin-top: 20px; }
.site-content.with-sidebar-left #primary {
float: right; }
.site-content.with-sidebar-right #secondary {
float: right; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-zigzag .post .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-list.column-1 .post .post-title {
font-size: 32px;
font-size: 2rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-zigzag .post .post-excerpt, .site-content:not([class*="with-sidebar-"]) .posts.layout-list.column-1 .post .post-excerpt {
font-size: 16px;
font-size: 1rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2 .post .post-content {
padding-right: 50px;
padding-left: 50px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-3 .post .post-title {
font-size: 24px;
font-size: 1.5rem; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+1) .post-content,
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-2-3-mix .post:nth-child(5n+2) .post-content {
padding-right: 50px;
padding-left: 50px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+1) .post-content, .site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-4-mix .post:nth-child(10n+8) .post-content {
padding-right: 50px;
padding-left: 50px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-overlay.column-1-2-2-mix .post:not(:nth-child(5n+1)) .post-content {
padding-right: 50px;
padding-left: 50px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-card.column-2 .post .post-content {
padding: 30px 50px; }
.site-content:not([class*="with-sidebar-"]) .posts.layout-grid.column-4 .post .post-title, .site-content:not([class*="with-sidebar-"]) .posts.layout-card.column-4 .post .post-title {
font-size: 18px;
font-size: 1.125rem; }
.sidebar-sticky .sidebar-container {
position: absolute;
width: 300px; } }
@media screen and (min-width: 1200px) {
.featured-section .top-slider.style-slider-2 {
padding-top: 50px;
margin-bottom: 50px; }
.featured-section .top-slider.style-slider-3 .post .post-content {
padding-left: calc(50vw - 570px); }
.featured-section .top-slider.style-slider-3 .slick-dots {
left: calc(50vw - 580px); }
.featured-section .top-blocks.style-blocks-1 {
padding-top: 50px; }
.site-content:not([class*="with-sidebar-"]) .featured-section .top-blocks.style-blocks-1 {
padding-bottom: 50px; }
.site-header.site-header-layout-7.transparent ~ .site-content .featured-section .top-slider.style-slider-1 .post .post-content {
padding-top: 140px; } }
@media screen and (min-width: 1440px) {
.container,
.featured-section .top-slider.style-slider-2,
.featured-section .top-blocks.style-blocks-1 {
max-width: 1500px; }
.featured-section .top-slider.style-slider-3 .post .post-content {
padding-left: calc(50vw - 720px); }
.featured-section .top-slider.style-slider-3 .slick-dots {
left: calc(50vw - 730px); }
.home.front-page .site-content:not([class*="with-sidebar-"]) .section-header.align-center {
margin-bottom: 50px; } }
@media screen and (min-width: 1120px) and (max-width: 1439px) {
.wide-container .site-header-main .container,
.wide-container .home-widget .container,
.wide-container .site-footer .container, .wide-container.archive .main .container, .wide-container.page .main .container, .wide-container.single .main .container,
.wide-container .post-nav .container {
max-width: calc(100% - 20px); }
.wide-container .home-widget.fullwidth .container {
max-width: 100%; }
.wide-container .featured-section .top-blocks.style-blocks-1,
.wide-container .featured-section .top-slider.style-slider-2 {
max-width: calc(100% - 20px); } }
@media screen and (max-width: 1119px) {
.home.front-page .site-content[class*="with-sidebar-"] .main > .container {
padding: 0; }
.home.front-page .site-content[class*="with-sidebar-"] .main > .container .home-widget.default-color {
padding-right: 30px;
padding-left: 30px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
.home-widget.hide-on-tablet {
display: none; } }
@media screen and (max-width: 767px) {
.home-widget.fullwidth .posts.layout-grid .post .post-content, .home-widget.fullwidth .posts.layout-masonry .post .post-content, .home-widget.fullwidth .posts.layout-zigzag .post .post-content {
padding-right: 30px;
padding-left: 30px; }
.home-widget.fullwidth .posts.layout-list.column-1 .post {
padding-right: 30px;
padding-left: 30px; }
.home-widget.hide-on-mobile {
display: none; }
.posts.layout-overlay .post:not(:first-child) {
margin-top: 10px; }
.home-widget.call-to-action.column-1 .section-content {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column; } }
@media screen and (max-width: 660px) {
.home.front-page .site-content[class*="with-sidebar-"] .sidebar {
margin-right: 30px;
margin-left: 30px; } }
@media screen and (max-width: 599px) {
.home-widget.fullwidth .posts.layout-list.column-2 .post {
padding-right: 30px;
padding-left: 30px; } }
@media screen and (max-width: 400px) {
.container,
.posts.layout-masonry .post .post-content {
padding-right: 20px;
padding-left: 20px; } }
@media (orientation: portrait) {
.featured-section .custom-content .section-bg embed,
.featured-section .custom-content .section-bg iframe,
.featured-section .custom-content .section-bg object,
.featured-section .custom-content .section-bg video {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: none; } }  article .post-entry > *:last-child {
margin-bottom: 0; }
.page .featured-media-section,
.archive .featured-media-section,
.single .featured-media-section {
position: relative;
width: 100%;
overflow: hidden; }
.page .featured-media-section .header-img,
.archive .featured-media-section .header-img,
.single .featured-media-section .header-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
@media screen and (min-width: 600px) {
.page #primary .widget.fallsky-widget_cat,
.archive #primary .widget.fallsky-widget_cat,
.single #primary .widget.fallsky-widget_cat {
margin: 0 -5px; }
.page #primary .widget.fallsky-widget_cat .cat,
.archive #primary .widget.fallsky-widget_cat .cat,
.single #primary .widget.fallsky-widget_cat .cat {
padding: 0 5px;
margin-bottom: 10px; }
.page #primary .widget.fallsky-widget_cat .cat:nth-child(2n+1),
.archive #primary .widget.fallsky-widget_cat .cat:nth-child(2n+1),
.single #primary .widget.fallsky-widget_cat .cat:nth-child(2n+1) {
margin-right: 0; }
.page #primary .widget.fallsky-widget_cat.column-2 .cat,
.archive #primary .widget.fallsky-widget_cat.column-2 .cat,
.single #primary .widget.fallsky-widget_cat.column-2 .cat {
width: 50%; }
.page #primary .widget.fallsky-widget_cat.column-3 .cat,
.archive #primary .widget.fallsky-widget_cat.column-3 .cat,
.single #primary .widget.fallsky-widget_cat.column-3 .cat {
width: 33.33%; }
.page #primary .widget.fallsky-widget_cat.column-4 .cat,
.archive #primary .widget.fallsky-widget_cat.column-4 .cat,
.single #primary .widget.fallsky-widget_cat.column-4 .cat {
width: 25%; }
.page #primary .widget.fallsky-widget_cat.column-5 .cat,
.archive #primary .widget.fallsky-widget_cat.column-5 .cat,
.single #primary .widget.fallsky-widget_cat.column-5 .cat {
width: 20%; } }
@media screen and (min-width: 768px) {
.page #primary .widget.fallsky-widget_cat.style-circle,
.archive #primary .widget.fallsky-widget_cat.style-circle,
.single #primary .widget.fallsky-widget_cat.style-circle {
margin: 0 -15px; }
.page #primary .widget.fallsky-widget_cat.style-circle .cat,
.archive #primary .widget.fallsky-widget_cat.style-circle .cat,
.single #primary .widget.fallsky-widget_cat.style-circle .cat {
padding: 0 15px;
margin-bottom: 30px; }
.page #primary .widget.fallsky-widget_cat.column-2 .cat a span.category-name, .page #primary .widget.fallsky-widget_cat.column-3 .cat a span.category-name,
.archive #primary .widget.fallsky-widget_cat.column-2 .cat a span.category-name,
.archive #primary .widget.fallsky-widget_cat.column-3 .cat a span.category-name,
.single #primary .widget.fallsky-widget_cat.column-2 .cat a span.category-name,
.single #primary .widget.fallsky-widget_cat.column-3 .cat a span.category-name {
font-size: 18px;
font-size: 1.125rem; }
.page #primary .widget.fallsky-widget_cat.column-2 .cat a span.counts, .page #primary .widget.fallsky-widget_cat.column-3 .cat a span.counts,
.archive #primary .widget.fallsky-widget_cat.column-2 .cat a span.counts,
.archive #primary .widget.fallsky-widget_cat.column-3 .cat a span.counts,
.single #primary .widget.fallsky-widget_cat.column-2 .cat a span.counts,
.single #primary .widget.fallsky-widget_cat.column-3 .cat a span.counts {
font-size: 12px;
font-size: 0.75rem; }
.page #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.category-name, .page #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.category-name,
.archive #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.category-name,
.archive #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.category-name,
.single #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.category-name,
.single #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.category-name {
padding: 20px; }
.page #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.counts, .page #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.counts,
.archive #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.counts,
.archive #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.counts,
.single #primary .widget.fallsky-widget_cat.column-2.style-rectangle .cat a span.counts,
.single #primary .widget.fallsky-widget_cat.column-3.style-rectangle .cat a span.counts {
margin-top: 14px;
margin-left: -14px; } }
.page .main,
.archive .main,
.single .main {
margin-top: 50px; } .single.remove-page-top-space .main:first-child,
.archive.category.remove-page-top-space .main:first-child,
.archive.tag.remove-page-top-space .main:first-child {
margin-top: 0; }
.single:not(.post-header-with-bg).remove-page-top-space .main:first-child,
.page:not(.page-header-with-bg).remove-page-top-space .main:first-child {
margin-top: 20px; }
.single.remove-page-top-space.post-template-7 .site-content > .post-header {
padding-top: 20px; }
.page .featured-media-section .image-caption,
.page .featured-media-section ~ .image-caption,
.single .featured-media-section .image-caption,
.single .featured-media-section ~ .image-caption {
display: none; }
.page #primary .page-links,
.single #primary .page-links {
width: 100%;
margin-top: 60px;
clear: both;
font-size: 16px;
font-size: 1rem;
line-height: 1; }
.page #primary .page-links .page-links-title,
.single #primary .page-links .page-links-title {
margin-right: 5px; }
.page #primary .page-links .page-links-title ~ span:not(.screen-reader-text),
.page #primary .page-links .page-links-title ~ a,
.single #primary .page-links .page-links-title ~ span:not(.screen-reader-text),
.single #primary .page-links .page-links-title ~ a {
display: inline-block;
padding: 5px;
margin-right: 5px; }
.page #primary .page-links .page-links-title ~ span:not(.screen-reader-text),
.single #primary .page-links .page-links-title ~ span:not(.screen-reader-text) {
border-bottom: 1px solid; }
.no-touch .page #primary .page-links .page-links-title ~ a:hover, .no-touch
.single #primary .page-links .page-links-title ~ a:hover {
opacity: 0.5; }
.page #primary > .page .meta-item.edit-link a:before,
.single #primary > .post .meta-item.edit-link a:before,
.attachment #primary .meta-item.edit-link a:before {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\6c";
margin-right: 6px; }
.page #primary .page-links {
margin-top: 0;
padding-top: 30px; }
.page #primary .post-meta {
margin-top: 60px; } .page .featured-media-section,
.archive .featured-media-section {
height: 0;
padding-top: 66%; }
.author-bio .author-bio-top .author-photo {
margin-bottom: 10px; }
.author-bio .author-bio-top .author-name {
font-weight: 600; }
.author-social ul.social-nav {
margin: 10px 0 0; }
.author-social ul.social-nav li a {
color: inherit; }
.author-social ul.social-nav li a:before {
font-size: 12px;
font-size: 0.75rem; }
.no-touch .author-social ul.social-nav li a:hover {
opacity: 0.5; }
.no-touch .primary-color-enabled .author-social ul.social-nav li a:hover {
color: var(--primary-color);
opacity: 1; }
.page.page-header-layout-1 .page-title {
margin-bottom: 50px; }
.page.page-header-layout-2 .page-header-text {
z-index: 9;
width: 100%;
max-width: 860px;
padding: 0 30px;
text-align: center; }
.page.page-header-layout-2.page-header-with-bg .page-header {
position: relative;
height: 60vh;
min-height: 420px;
overflow: hidden; }
@media screen and (max-width: 1024px) {
.touch .page.page-header-layout-2.page-header-with-bg .page-header {
height: 420px; } }
.page.page-header-layout-2.page-header-with-bg .page-header .page-header-text {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff; }
.page.page-header-layout-2.page-header-with-bg .page-header .page-title {
font-size: 48px;
font-size: 3rem; }
.page.page-header-layout-2.page-header-with-bg .page-header .featured-media-section {
height: 100%;
padding-top: 0; }
.page.page-header-layout-2.page-header-with-bg .page-header .featured-media-section:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background: #000;
content: "";
opacity: 0.4; }
@media screen and (min-width: 768px) {
.page.page-header-layout-2.page-header-with-bg .page-header .page-title {
font-size: 60px;
font-size: 3.75rem; } }
@media screen and (min-width: 1120px) {
.page.page-header-layout-2.page-header-with-bg.has-secondary-menu .page-header {
min-height: 480px; }
.page.page-header-layout-2.page-header-with-bg.has-secondary-menu .site-header.transparent + .site-content .page-header .page-header-text {
padding-top: 80px; }
.page.page-header-layout-2.page-header-with-bg .page-header .page-title {
font-size: 80px;
font-size: 5rem; } }
.page.page-header-layout-2:not(.page-header-with-bg) .page-header {
margin-top: 50px; }
.page.page-header-layout-2:not(.page-header-with-bg).remove-page-top-space .page-header {
margin-top: 20px; }
.archive .page-header-text {
z-index: 9;
width: 100%;
max-width: 860px;
padding: 0 30px;
text-align: center; }
.archive.page-header-with-bg .page-header {
position: relative;
height: 60vh;
min-height: 420px;
overflow: hidden; }
@media screen and (max-width: 1024px) {
.touch .archive.page-header-with-bg .page-header {
height: 420px; } }
.archive.page-header-with-bg .page-header .page-header-text {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff; }
.archive.page-header-with-bg .page-header .page-title {
font-size: 48px;
font-size: 3rem; }
.archive.page-header-with-bg .page-header .featured-media-section {
height: 100%;
padding-top: 0; }
.archive.page-header-with-bg .page-header .featured-media-section:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background: #000;
content: "";
opacity: 0.4; }
@media screen and (min-width: 768px) {
.archive.page-header-with-bg .page-header .page-title {
font-size: 60px;
font-size: 3.75rem; } }
@media screen and (min-width: 1120px) {
.archive.page-header-with-bg.has-secondary-menu .page-header {
min-height: 480px; }
.archive.page-header-with-bg.has-secondary-menu .site-header.transparent + .site-content .page-header .page-header-text {
padding-top: 80px; }
.archive.page-header-with-bg .page-header .page-title {
font-size: 80px;
font-size: 5rem; } }
.archive:not(.page-header-with-bg) .page-header {
margin-top: 50px; }
.archive:not(.page-header-with-bg).remove-page-top-space .page-header {
margin-top: 20px; }
.archive .page-header .category-description,
.archive .page-header .tag-description,
.archive .page-header .author-bio-text {
max-width: 640px;
margin-top: 15px; }
.archive .page-header .category-description p,
.archive .page-header .tag-description p,
.archive .page-header .author-bio-text p {
margin-bottom: 15px; }
.archive .page-header .category-description p:last-child,
.archive .page-header .tag-description p:last-child,
.archive .page-header .author-bio-text p:last-child {
margin-bottom: 0; }
.archive .page-header .category-description p,
.archive .page-header .tag-description p {
line-height: 1.5; }
.archive .site-content[class*="with-sidebar-"] #primary .container {
padding: 0; }
.archive .cat-filter {
margin: 50px 0;
text-align: center; }
.archive .cat-filter ul {
margin: 0;
font-size: 0;
list-style: none; }
.archive .cat-filter ul li {
display: inline-block;
font-size: 16px;
font-size: 1rem;
text-transform: capitalize; }
.archive .cat-filter ul li a {
color: inherit;
line-height: 2;
opacity: 0.5; }
.no-touch .archive .cat-filter ul li a:hover {
opacity: 1; }
.no-touch .archive .cat-filter ul li a:hover .category-name {
border-bottom: 1px solid; }
.archive .cat-filter ul li a .counts {
display: inline-block;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
margin-right: -2px;
font-size: 10px;
font-size: 0.625rem; }
.archive .cat-filter ul li:after {
margin: 0 10px;
content: "/";
opacity: 0.5; }
.archive .cat-filter ul li:last-child:after {
display: none; }
.archive .cat-filter ul li {
font-size: 14px;
font-size: 0.875rem; }
.archive .cat-filter ul li.active a {
opacity: 1; }
.archive .cat-filter ul li.active a .category-name {
border-bottom: 1px solid; }
.archive.author .page-header .author-bio {
max-width: 1000px; }
.archive.author .page-header .author-bio .author-bio-top .author-photo {
margin-bottom: 20px; }
.archive.author .page-header .author-bio .author-bio-top .page-title {
font-family: inherit;
font-size: 32px;
font-size: 2rem; }
.archive.author .page-header:after {
position: relative;
display: block;
width: 100%;
height: 1px;
margin-top: 40px;
content: "";
background: currentColor;
opacity: 0.1; }
.page.page-header-layout-2.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header .page-header-text,
.archive.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header .page-header-text {
padding-top: 80px; }
.page .site-content #primary > *:not(:last-child) {
margin-bottom: 60px; }
.page .site-content #primary > article .fallsky-bannr {
margin: 60px auto 0;
text-align: center;
clear: both; }
.page .site-content #primary > article .fallsky-bannr:first-child {
margin: 0 auto 50px; }
.page .site-content #primary > article .fallsky-bannr:last-child {
margin-bottom: 0; }
.page .site-content #primary > article .page-header + .fallsky-bannr {
margin-bottom: 50px; }
.page .site-content:not([class*="with-sidebar-"]) #primary > * {
max-width: 1000px; }
.page.hide-page-header .page-header,
.page.hide-page-header .site-content > .featured-media-section {
display: none; }
.page.hide-page-header .main {
margin-top: 0; }
.archive.category .subcat-posts {
margin-top: 60px; } .search.search-results .page-header {
padding: 50px 0;
text-align: center; } .no-post-found .no-article {
padding-top: 100px; }
.no-post-found .no-article .post-title {
margin-bottom: 30px; }
.no-post-found .no-article .search form {
margin-left: 0; }
.no-post-found .no-article .search form input[type="search"] {
font-size: 18px;
font-size: 1.125rem; }
.no-post-found .no-article .search form input {
opacity: 1; } .error404 #primary .container {
text-align: center; }
.error404 .page-404-page-header {
position: relative;
margin-top: 100px; }
.error404 .page-404-page-header h1.page-title {
font-size: 110px;
font-size: 6.875rem;
font-weight: 100;
line-height: 1;
letter-spacing: 0; }
.error404 .page-404-page-header h2 {
margin-bottom: 40px;
font-size: 30px;
font-size: 1.875rem;
line-height: 1; }
.error404 .page-404-container {
max-width: 600px;
padding-bottom: 50px; }
.error404 .page-404-container p {
margin-bottom: 40px;
color: var(--content-color); }
.error404 .page-404-container .search form.search-form input[type="search"] {
font-size: 18px;
font-size: 1.125rem; } .single #primary {
position: relative; }
.single #primary > *:not(:last-child) {
margin-bottom: 60px; }
.single #primary > .post {
position: relative; }
.single #primary > .author-info-box .author-bio:not(:first-child) {
margin-top: 50px; }
.single #primary > .author-info-box .author-bio .author-bio-text > *:last-child {
margin-bottom: 0; }
.single.single-format-gallery .featured-media-section .image-gallery .gallery-item div {
position: relative;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.single.single-format-gallery .featured-media-section .image-gallery,
.single.single-format-gallery .featured-media-section .slick-list,
.single.single-format-gallery .featured-media-section .slick-track {
height: 100%; }
.single.single-format-gallery .featured-media-section .slider-arrows {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 80px; }
.single.single-format-gallery .featured-media-section .slider-arrows .slick-arrow {
position: absolute;
width: 30px;
height: 80px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
line-height: 80px;
text-align: center; }
.single.single-format-gallery .featured-media-section .slider-arrows .slick-arrow:before {
font-size: 21px;
font-size: 1.3125rem; }
.single.single-format-gallery .featured-media-section .slider-arrows .slick-arrow.slick-prev {
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
.single.single-format-gallery .featured-media-section .slider-arrows .slick-arrow.slick-next {
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.touch .single.single-format-gallery .featured-media-section .slider-arrows.display-on-mobile .slick-arrow.slick-prev, .touch .single.single-format-gallery .featured-media-section .slider-arrows.display-on-mobile .slick-arrow.slick-next {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.single.single-format-gallery .featured-media-section:hover .slick-arrow.slick-prev, .single.single-format-gallery .featured-media-section:hover .slick-arrow.slick-next {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
.single.single-format-video .play-video-btn {
width: 90px;
height: 90px;
cursor: pointer; }
.single.single-format-video .play-video-btn:after {
display: block;
border: 2px solid;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
text-align: center;
pointer-events: none;
will-change: transform;
transition: transform 0.4s;
box-sizing: border-box;
content: "\45";
width: 90px;
height: 90px;
font-size: 60px;
font-size: 3.75rem;
line-height: 86px; }
.no-touch .single.single-format-video .play-video-btn:hover:after {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.single.single-format-video .featured-media-section .background-video-wrapper iframe,
.single.single-format-video .featured-media-section .background-video-wrapper video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
margin: 0; }
.single.single-format-video .featured-media-section .play-video-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9; }
.single.single-format-audio .play-audio-btn {
width: 90px;
height: 90px;
cursor: pointer; }
.single.single-format-audio .play-audio-btn:after {
display: block;
border: 2px solid;
border-radius: 50%;
background: rgba(0, 0, 0, 0.1);
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: #fff;
text-align: center;
pointer-events: none;
will-change: transform;
transition: transform 0.4s;
box-sizing: border-box;
content: "\e08e";
width: 90px;
height: 90px;
font-size: 32px;
font-size: 2rem;
line-height: 86px; }
.single.single-format-audio .play-audio-btn.playing:after {
content: "\60";
font-size: 60px;
font-size: 3.75rem; }
.no-touch .single.single-format-audio .play-audio-btn:hover:after {
-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9); }
.single.single-format-audio .featured-media-section .play-audio-btn {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9; }
.single .post-header .post-header-text .post-title {
margin-bottom: 15px;
font-size: 24px;
font-size: 1.5rem; }
.single .main #primary > article .post-header {
margin-bottom: 40px; }
.single.post-template-1 .post-header-text {
z-index: 9;
width: 100%;
padding: 0 30px;
text-align: center; }
.single.post-template-1.post-header-with-bg .site-content > .post-header {
position: relative;
height: 100vh;
min-height: 420px; }
@media screen and (max-width: 1024px) {
.touch .single.post-template-1.post-header-with-bg .site-content > .post-header {
height: 580px; } }
.single.post-template-1.post-header-with-bg .site-content > .post-header .post-header-text {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #fff; }
.single.post-template-1.post-header-with-bg .site-content > .post-header .post-title {
margin-top: 25px;
font-size: 36px;
font-size: 2.25rem; }
.single.post-template-1.post-header-with-bg .site-content > .post-header .cat-links a {
opacity: 1; }
.single.post-template-1.post-header-with-bg .site-content > .post-header .featured-media-section .header-img:after,
.single.post-template-1.post-header-with-bg .site-content > .post-header .featured-media-section .image-gallery:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background: #000;
content: "";
opacity: 0.35; }
.single.post-template-1:not(.post-header-with-bg) .site-content > .post-header {
padding: 50px 0 0 0; }
.single.post-template-1 .featured-media-section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.single.post-template-2 .featured-media-section {
height: calc(100vh + 30px); }
@media screen and (orientation: portrait) {
.single.post-template-2 .featured-media-section {
height: 50vh; } }
.single.post-template-2 .featured-media-section + .main #primary > article {
z-index: 9;
margin-top: -160px;
padding-top: 30px;
padding-right: 10px;
padding-left: 10px;
background: var(--bg-color); }
.single.post-template-2.gallery-zoom .featured-media-section + .main #primary > article {
z-index: 11; }
.single.post-template-2.single-format-video .featured-media-section .play-video-btn, .single.post-template-2.single-format-audio .featured-media-section .play-audio-btn {
margin-top: -55px; }
.single.post-template-2 .main #primary > article > .post-header {
padding: 0 30px;
text-align: center; }
.single.post-template-3 .featured-media-section, .single.post-template-7 .featured-media-section {
height: 66vw; }
.single.post-template-4:not(.single-format-gallery) .featured-media-section .header-img, .single.post-template-5:not(.single-format-gallery) .featured-media-section .header-img {
position: relative; }
.single.post-template-4.single-format-gallery .featured-media-section, .single.post-template-5.single-format-gallery .featured-media-section {
height: 0;
padding-top: 60%; }
.single.post-template-4.single-format-gallery .featured-media-section .image-gallery, .single.post-template-5.single-format-gallery .featured-media-section .image-gallery {
position: absolute;
top: 0;
width: 100%; }
.single.post-template-4 .featured-media-section {
margin-bottom: 30px; }
.single.post-template-5 .post-header-text, .single.post-template-7 .post-header-text {
width: 100%;
max-width: 700px;
padding: 0 20px;
text-align: center; }
.single.post-template-5 .featured-media-section, .single.post-template-7 .featured-media-section {
margin-top: 40px; }
.single.post-template-6.post-header-with-bg .main #primary > article .post-header {
position: relative; }
.single.post-template-6.post-header-with-bg .main #primary > article .post-header .post-header-text {
position: relative;
z-index: 9;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-end;
justify-content: flex-end;
width: 100%;
min-height: 400px;
padding: 100px 30% 25px 30px;
color: #fff;
pointer-events: none; }
.single.post-template-6.post-header-with-bg .main #primary > article .post-header .post-header-text .cat-links a {
opacity: 1; }
.single.post-template-6.post-header-with-bg .main #primary > article .post-header .post-header-text > * {
margin-left: 0;
pointer-events: auto; }
.single.post-template-6.post-header-with-bg .main #primary > article .post-header .featured-media-section .header-img:after,
.single.post-template-6.post-header-with-bg .main #primary > article .post-header .featured-media-section .image-gallery:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background: #000;
content: "";
opacity: 0.35; }
.single.post-template-6.single-format-video .play-video-btn, .single.post-template-6.single-format-audio .play-audio-btn {
width: 60px;
height: 60px;
margin-bottom: 15px; }
.single.post-template-6.single-format-video .play-video-btn:after, .single.post-template-6.single-format-audio .play-audio-btn:after {
width: 60px;
height: 60px;
border-color: #fff;
font-size: 34px;
font-size: 2.125rem;
line-height: 56px;
box-sizing: border-box; }
.single.post-template-6.single-format-audio .play-audio-btn:after {
font-size: 20px;
font-size: 1.25rem; }
.single.post-template-6 .featured-media-section {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
padding: 0; }
.single.post-template-7 .site-content > .post-header {
padding-top: 40px; }
.single.primary-color-enabled.post-header-with-bg.post-template-1 .site-content .post-header-text .cat-links, .single.primary-color-enabled.post-header-with-bg.post-template-6 .site-content .post-header-text .cat-links {
color: #fff; }
.single #primary > * {
max-width: 1000px; }
.single #primary > article {
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: 30px; }
.single #primary > article .fallsky-bannr,
.single #primary > article .post-tag-cloud,
.single #primary > article .post-meta {
margin: 60px auto 0;
clear: both; }
.single #primary > article .post-tag-cloud + .post-meta {
margin-top: 30px; }
.single #primary > article footer.post-meta .meta-item {
font-size: 12px;
font-size: 0.75rem;
line-height: 27px; }
.single #primary > article footer.post-meta .meta-item:after {
top: 12px; }
.single #primary > article .fallsky-bannr {
text-align: center; }
.single #primary > article .fallsky-bannr:first-child {
margin: 0 auto 50px; }
.single #primary > article .post-header + .fallsky-bannr {
margin-bottom: 50px; }
.single #primary > article .post-tag-cloud {
font-size: 0; }
.single #primary > article .post-tag-cloud .tagcloud {
position: relative;
padding-left: 35px; }
.single #primary > article .post-tag-cloud .tagcloud:before {
position: absolute;
top: 0;
left: 0;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 18px;
font-size: 1.125rem;
line-height: 20px;
content: "\e017"; }
.single #primary > article .post-tag-cloud .tagcloud a {
margin: 0 4px 4px 0;
border-bottom: 2px solid transparent;
color: inherit;
font-weight: 500; }
.single #primary > article .post-tag-cloud .tagcloud a:not(:last-child):after {
content: ","; }
.no-touch .single #primary > article .post-tag-cloud .tagcloud a:hover, .single #primary > article .post-tag-cloud .tagcloud a:focus {
border-bottom-color: currentColor;
text-decoration: none; }
.single #primary > article .article-like-comment {
display: inline-block;
margin-top: 30px; }
.single #primary .author-bio {
text-align: center; }
.single #primary .author-bio .author-name {
font-size: 18px;
font-size: 1.125rem;
font-family: inherit; }
.single #primary .author-bio .author-name a {
color: inherit; }
.no-touch .single #primary .author-bio .author-name a:hover {
opacity: 0.5; }
.single #primary .author-bio .author-bio-text {
margin-top: 20px;
font-size: 14px;
font-size: 0.875rem;
color: var(--content-color); }
.single #primary .author-bio .author-bio-text p:not(:last-child) {
margin-bottom: 15px; }
.single #primary .signup-form {
position: relative;
padding: 60px 30px;
background: rgba(10, 0, 0, 0.03);
text-align: center; }
.single #primary .signup-form .widget {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5; }
.single #primary .signup-form .widget p {
text-align: center; }
.single #primary .signup-form .widget .widgettitle {
margin-bottom: 10px;
font-size: 24px;
font-size: 1.5rem;
line-height: 1.2; }
.single #primary .signup-form .widget form input[type="submit"]:not(:hover) {
background: #131313;
color: #fff; }
.single #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container {
margin: 20px auto 0; }
.single #primary .signup-form .button {
display: block; }
.single.dark-color #primary > article {
border-bottom-color: rgba(255, 255, 255, 0.1); }
.single.dark-color #primary .signup-form {
background: rgba(255, 255, 255, 0.07); }
.single.dark-color #primary .signup-form .widget form input[type="submit"]:not(:hover) {
background: #fff;
color: #212121; }
.no-touch .single.primary-color-enabled #primary > article .post-tag-cloud .tagcloud a:hover, .single.primary-color-enabled #primary > article .post-tag-cloud .tagcloud a:focus {
border-bottom-color: var(--primary-color); }
.content-after-post .post-navigation .nav-links > * {
position: relative;
width: 100%;
height: 200px;
vertical-align: middle;
overflow: hidden; }
.content-after-post .post-navigation a {
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding: 30px;
background: #ddd;
color: #fff;
text-align: center; }
.content-after-post .post-navigation a .post-img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
transition: transform 5s ease-out; }
.no-touch .content-after-post .post-navigation a:hover .post-img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2); }
.content-after-post .post-navigation a:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: #000;
content: "";
opacity: 0.35;
transition: opacity 0.4s; }
.content-after-post .post-navigation a span.meta-nav,
.content-after-post .post-navigation a .post-title {
position: relative;
z-index: 9;
color: #fff; }
.content-after-post .post-navigation a:hover:after {
opacity: 0.65; }
.content-after-post .post-navigation span.meta-nav {
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: 400; }
.content-after-post .post-navigation .post-title {
width: 100%;
max-width: 100%;
margin-top: 8px;
font-size: 24px;
font-size: 1.5rem;
text-align: center; }
.content-after-post .post-navigation .nav-previous span.meta-nav:before {
float: left;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 16px;
font-size: 1rem;
line-height: 23px;
content: "\34";
margin-right: 6px; }
.content-after-post .post-navigation .nav-next span.meta-nav:after {
float: right;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 16px;
font-size: 1rem;
line-height: 23px;
content: "\35";
margin-left: 6px; }
.content-after-post .post-navigation .nav-previous + .nav-next a {
background: #eee; }
.content-after-post .comments {
padding: 60px 30px; }
.content-after-post .comments > * {
max-width: 1000px;
margin-right: auto;
margin-left: auto; }
.content-after-post .related-posts + .comments {
padding-top: 0; }
.content-after-post .related-posts + .comments > .comments-title:first-child {
padding-top: 60px;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.dark-color .content-after-post .related-posts + .comments > .comments-title:first-child {
border-top-color: rgba(255, 255, 255, 0.2); }
.related-posts {
padding: 60px 0;
text-align: center; }
.related-posts .related-posts-title {
text-align: center; }
.related-posts .related-posts-container {
max-width: 1200px;
padding: 0 30px;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
-webkit-justify-content: center;
justify-content: center; }
.related-posts .related-posts-container.column-3 .related-post {
width: 100%; }
.related-posts .related-posts-container.column-3 .related-post:not(:first-child) {
padding-top: 30px; }
.related-posts .related-posts-container.column-3 .related-post .featured-img {
margin-bottom: 15px; }
.related-posts .related-posts-container.column-6 {
padding: 0 22px; }
.related-posts .related-posts-container.column-6 .related-post {
width: 50%;
padding: 30px 8px 0; }
.related-posts .related-posts-container.column-6 .related-post:nth-child(-n+2) {
padding-top: 0; }
@media screen and (max-width: 500px) {
.related-posts .related-posts-container.column-6 .related-post {
width: 100%; }
.related-posts .related-posts-container.column-6 .related-post:nth-child(2) {
padding-top: 30px; } }
.related-posts .related-post {
position: relative;
margin: 0; }
.related-posts .related-post .featured-img {
margin-bottom: 12px; }
.related-posts .related-post .featured-img a {
display: block;
width: 100%;
height: 0;
padding-top: 75%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.related-posts .related-post .featured-img a img {
display: none; }
.no-touch .related-posts .related-post:hover .featured-img a {
filter: brightness(80%); }
.related-posts .related-post .post-content h4.post-title {
font-size: 16px;
font-size: 1rem;
text-align: center; }
.related-posts .related-post .post-content h4.post-title + .meta-item {
margin-top: 5px; }
.related-posts .related-post .post-content .meta-item {
font-size: 12px;
font-size: 0.75rem;
line-height: 22px; }
.related-posts .related-post .post-content .meta-item a {
opacity: 0.6; }
.related-posts .related-post a {
color: inherit; }
.comments {
text-align: center; }
.comments .click-to-reply {
display: block;
width: 100%;
padding: 30px;
border-top: 1px solid rgba(0, 0, 0, 0.1);
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
text-align: center;
cursor: pointer; }
.single.dark-color .comments .click-to-reply, .page.dark-color .comments .click-to-reply {
border-top-color: rgba(255, 255, 255, 0.2);
border-bottom-color: rgba(255, 255, 255, 0.2); }
.comments .click-to-reply span {
display: inline-block;
border-bottom: 3px solid transparent;
line-height: 30px;
transition: 0.4s; }
.no-touch .comments .click-to-reply:hover span {
border-bottom-color: currentColor; }
.no-touch .primary-color-enabled .comments .click-to-reply:hover span {
border-bottom-color: var(--primary-color); }
.comments .click-to-reply.clicked {
display: none; }
.comments .click-to-reply.clicked + #respond {
display: block; }
.comments .comment-list + .click-to-reply {
margin-top: 60px; }
.comments .comment-list + .click-to-reply.clicked {
margin-top: 0; }
.comments .comment-list + .click-to-reply.clicked + #respond {
margin-top: 60px; }
.comments #respond {
display: none;
text-align: left; }
.comments #respond + .comments-title {
margin-top: 60px; }
.comments #respond .comment-notes {
color: var(--content-color); }
.comments #respond .comment-reply-title small {
margin-left: 10px; }
.comments ol.comment-list {
margin: 0 auto;
list-style: none;
text-align: left; }
.comments ol.comment-list ol.children {
margin: 50px 0 0 30px; }
.comments ol.comment-list li:not(.depth-1):last-of-type {
padding-bottom: 0; }
.comments ol.comment-list li.comment, .comments ol.comment-list li.pingback, .comments ol.comment-list li.trackback {
position: relative;
padding: 0 0 30px;
overflow: hidden; }
.comments ol.comment-list li.pingback .comment-body, .comments ol.comment-list li.trackback .comment-body {
font-size: 14px;
font-size: 0.875rem; }
.comments ol.comment-list li.pingback .comment-body .edit-link, .comments ol.comment-list li.trackback .comment-body .edit-link {
margin-left: 15px; }
.comments ol.comment-list li:last-child {
margin-bottom: 0 !important;
padding-bottom: 0; }
.comments ol.comment-list li.comment .comment-body {
position: relative; }
.comments ol.comment-list li.comment .comment-body .comment-meta {
position: relative;
padding-top: 15px;
padding-left: 95px;
height: 80px; }
.comments ol.comment-list li.comment .comment-body + #respond {
margin-top: 30px;
padding: 30px;
background: rgba(0, 0, 0, 0.02); }
.single.dark-color .comments ol.comment-list li.comment .comment-body + #respond, .page.dark-color .comments ol.comment-list li.comment .comment-body + #respond {
background: rgba(255, 255, 255, 0.02); }
.comments ol.comment-list li .comment-author {
font-size: 16px;
font-size: 1rem; }
.comments ol.comment-list li .comment-author.vcard img {
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 80px;
border-radius: 50%; }
.comments ol.comment-list li .comment-author a {
color: inherit; }
.no-touch .comments ol.comment-list li .comment-author a:hover {
opacity: 0.5; }
.comments ol.comment-list li .comment-metadata {
font-size: 12px;
font-size: 0.75rem; }
.comments ol.comment-list li .comment-metadata > *:not(:last-child) {
margin-right: 15px; }
.primary-color-enabled .comments ol.comment-list li .comment-metadata {
color: var(--primary-color); }
.comments ol.comment-list li a.comment-edit-link {
font-size: 12px;
font-size: 0.75rem; }
.comments ol.comment-list li a.comment-edit-link:before {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 12px;
font-size: 0.75rem;
content: "\6c";
margin-right: 6px; }
.comments ol.comment-list li .comment-content {
margin: 15px 0;
font-size: 14px;
font-size: 0.875rem; }
.comments ol.comment-list li .comment-content p {
margin: 0 0 15px;
font-size: 14px;
font-size: 0.875rem;
color: var(--content-color); }
.comments ol.comment-list li .comment-content p:last-child {
margin-bottom: 0; }
.comments ol.comment-list li .comment-content li {
padding-bottom: 0; }
.comments ol.comment-list li .comment-content blockquote p {
font-size: 16px;
font-size: 1rem; }
.comments ol.comment-list li.bypostauthor {
display: block; }
.comments ol.comment-list li a.comment-reply-link {
color: inherit;
font-size: 12px;
font-size: 0.75rem;
letter-spacing: 0.05em;
font-weight: 600;
opacity: 0.5; }
.no-touch .comments ol.comment-list li a.comment-reply-link:hover {
opacity: 1; }
.no-touch .primary-color-enabled .comments ol.comment-list li a.comment-reply-link:hover {
color: var(--primary-color); }
.comments .navigation {
padding-top: 30px;
margin-top: 30px;
margin-bottom: 60px;
border-top: 1px solid rgba(0, 0, 0, 0.1); }
.dark-color .comments .navigation {
border-top-color: rgba(255, 255, 255, 0.1); }
.comments .navigation .nav-links {
font-size: 13px;
font-size: 0.8125rem;
font-weight: 600;
line-height: 30px;
text-transform: uppercase;
letter-spacing: 0.1em; }
.comments .navigation .nav-links a {
display: block;
color: inherit; }
.no-touch .comments .navigation .nav-links a:hover {
opacity: 0.5; }
.comments .navigation .nav-links > * a:before {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
line-height: 30px; }
.comments .navigation .nav-links .nav-previous {
float: left; }
.comments .navigation .nav-links .nav-previous a:before {
float: left;
margin-right: 6px;
content: "\34"; }
.comments .navigation .nav-links .nav-next {
float: right; }
.comments .navigation .nav-links .nav-next a:before {
float: right;
margin-left: 6px;
content: "\35"; }
.comments .comment-respond form.comment-form {
margin: 0 -15px;
font-size: 13px;
font-size: 0.8125rem; }
.comments .comment-respond form.comment-form > * {
padding: 0 15px; }
.comments .comment-respond form.comment-form > p.comment-subscription-form {
margin-top: 30px;
margin-bottom: 0; }
.comments .comment-respond form.comment-form > p.comment-subscription-form + p.comment-subscription-form {
margin-top: 10px; }
.comments .comment-respond form.comment-form label {
display: block;
margin-bottom: 0;
line-height: 2; }
.comments .comment-respond form.comment-form .comment-form-cookies-consent {
clear: both; }
.comments .comment-respond form.comment-form .comment-form-cookies-consent label {
display: inline; }
.comments .comment-respond form.comment-form textarea {
height: 125px; }
.comments .comment-respond form.comment-form p.form-submit {
margin-bottom: 0; }
.comments .comment-respond form.comment-form input[type="submit"] {
margin: 0 0 10px; }
.comments .comments-closed {
margin-top: 30px;
font-weight: 600;
text-align: left;
opacity: 0.5; }
.article-like-comment > div {
float: right;
transition: opacity 0.4s; }
.article-like-comment > div:first-child:not(:last-child) {
margin-left: 20px; }
.no-touch .article-like-comment > div:hover {
opacity: 0.75; }
.article-like-comment a {
color: currentColor; }
.primary-color-enabled .article-like-comment a {
color: currentColor; }
.article-like-comment span[class*="icon_"] {
padding: 2px;
font-size: 16px;
font-size: 1rem; }
.article-like-comment .article-comment span.icon_comment_alt {
display: inline-block;
padding-top: 5px; }
.article-like-comment span.counts {
display: inline-block;
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
font-size: 9px;
font-size: 0.5625rem;
letter-spacing: 0.05em; }
.article-like-comment .article-like {
cursor: pointer; }
.article-like-comment .article-like.liked .icon_heart_alt:before {
content: "\e089"; }
.post-nav {
display: none; }
@media screen and (min-width: 601px) and (max-width: 782px) {
.logged-in.admin-bar .post-nav {
top: 46px; } }
@media screen and (min-width: 783px) {
.logged-in.admin-bar .post-nav {
top: 32px; } }
.side-share-icons {
position: fixed;
z-index: 10;
display: none;
opacity: 0;
visibility: hidden;
transition: 0.4s; }
.side-share-icons.mobile-sticky {
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 50px;
background: #fff;
border-top: 1px solid rgba(0, 0, 0, 0.1);
color: #000;
text-align: center; }
.dark-color .side-share-icons.mobile-sticky {
background: #000;
border-top: 1px solid rgba(255, 255, 255, 0.2);
color: #fff; }
.side-share-icons.mobile-sticky .share-title {
padding: 0 15px 0 0;
font-size: 12px;
font-weight: 600; }
.side-share-icons.mobile-sticky a {
padding: 0 15px; }
.side-share-icons.show {
opacity: 1;
visibility: visible; }
.side-share-icons a {
display: inline-block;
height: 50px;
padding: 0 15px;
color: inherit;
font-size: 15px;
font-size: 0.9375rem;
line-height: 50px;
text-align: center; }
.primary-color-enabled .side-share-icons a {
color: inherit; }
.no-touch .side-share-icons a:hover {
opacity: 0.5; }
.side-share-icons a i.fa-whatsapp {
font-size: 16px;
font-size: 1rem;
-webkit-transform: translateY(-1px);
-ms-transform: translateY(-1px);
transform: translateY(-1px); } article .post-entry .gallery-justified {
position: relative;
width: 100%;
margin-bottom: 30px;
clear: both; } article .post-entry .gallery-slider,
.single .entry-content .gallery-slider {
position: relative;
width: 100%;
height: 0;
margin-bottom: 30px;
clear: both; }
article .post-entry .gallery-slider .image-gallery .gallery-item div,
.single .entry-content .gallery-slider .image-gallery .gallery-item div {
position: relative;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
article .post-entry .gallery-slider .image-gallery,
article .post-entry .gallery-slider .slick-list,
article .post-entry .gallery-slider .slick-track,
.single .entry-content .gallery-slider .image-gallery,
.single .entry-content .gallery-slider .slick-list,
.single .entry-content .gallery-slider .slick-track {
height: 100%; }
article .post-entry .gallery-slider .slider-arrows,
.single .entry-content .gallery-slider .slider-arrows {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 80px; }
article .post-entry .gallery-slider .slider-arrows .slick-arrow,
.single .entry-content .gallery-slider .slider-arrows .slick-arrow {
position: absolute;
width: 30px;
height: 80px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
line-height: 80px;
text-align: center; }
article .post-entry .gallery-slider .slider-arrows .slick-arrow:before,
.single .entry-content .gallery-slider .slider-arrows .slick-arrow:before {
font-size: 21px;
font-size: 1.3125rem; }
article .post-entry .gallery-slider .slider-arrows .slick-arrow.slick-prev,
.single .entry-content .gallery-slider .slider-arrows .slick-arrow.slick-prev {
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%); }
article .post-entry .gallery-slider .slider-arrows .slick-arrow.slick-next,
.single .entry-content .gallery-slider .slider-arrows .slick-arrow.slick-next {
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%); }
.touch article .post-entry .gallery-slider .slider-arrows.display-on-mobile .slick-arrow.slick-prev, .touch article .post-entry .gallery-slider .slider-arrows.display-on-mobile .slick-arrow.slick-next,
.touch .single .entry-content .gallery-slider .slider-arrows.display-on-mobile .slick-arrow.slick-prev,
.touch .single .entry-content .gallery-slider .slider-arrows.display-on-mobile .slick-arrow.slick-next {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
article .post-entry .gallery-slider:hover .slick-arrow.slick-prev, article .post-entry .gallery-slider:hover .slick-arrow.slick-next,
.single .entry-content .gallery-slider:hover .slick-arrow.slick-prev,
.single .entry-content .gallery-slider:hover .slick-arrow.slick-next {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
article .post-entry .gallery-slider.ratio-3-2,
.single .entry-content .gallery-slider.ratio-3-2 {
padding-top: 66.666666%; }
article .post-entry .gallery-slider.ratio-4-5,
.single .entry-content .gallery-slider.ratio-4-5 {
padding-top: 125%; }
article .post-entry .gallery-slider.ratio-1-1,
.single .entry-content .gallery-slider.ratio-1-1 {
padding-top: 100%; }
article .post-entry .gallery-slider .image-gallery,
.single .entry-content .gallery-slider .image-gallery {
position: absolute;
top: 0;
width: 100%; }
article .post-entry .gallery-slider .wp-caption-text,
.single .entry-content .gallery-slider .wp-caption-text {
display: none; }
article .post-entry .gallery-slider .zoom,
.single .entry-content .gallery-slider .zoom {
position: absolute;
right: 0;
bottom: 0;
z-index: 9;
display: none;
width: 50px;
height: 50px;
background: rgba(0, 0, 0, 0.8);
color: #fff;
line-height: 50px;
text-align: center;
cursor: pointer;
opacity: 0;
transition: opacity 0.4s; }
article .post-entry .gallery-slider .zoom:after,
.single .entry-content .gallery-slider .zoom:after {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\30";
font-size: 14px;
font-size: 0.875rem;
line-height: inherit; }
article .post-entry .gallery-slider.fullscreen,
.single .entry-content .gallery-slider.fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
padding: 0;
background: var(--bg-color); }
article .post-entry .gallery-slider.fullscreen .image-gallery,
.single .entry-content .gallery-slider.fullscreen .image-gallery {
top: 60px; }
article .post-entry .gallery-slider.fullscreen .gallery-item div,
.single .entry-content .gallery-slider.fullscreen .gallery-item div {
height: calc(100vh - 200px);
padding: 0;
background-size: contain; }
article .post-entry .gallery-slider.fullscreen .wp-caption-text,
.single .entry-content .gallery-slider.fullscreen .wp-caption-text {
position: absolute;
bottom: 0;
left: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
z-index: 9;
display: block;
width: 100%;
max-height: 50px;
overflow: auto;
padding: 10px 30px;
text-align: center;
opacity: 1; }
article .post-entry .gallery-slider.fullscreen .slider-arrows,
.single .entry-content .gallery-slider.fullscreen .slider-arrows {
top: auto;
left: 50%;
bottom: 30px;
width: 320px;
height: 50px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
article .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow,
.single .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow {
background: none;
height: 50px;
line-height: 50px; }
article .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-prev, article .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-next,
.single .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-prev,
.single .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-next {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0); }
article .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow:before,
.single .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow:before {
font-size: 21px;
font-size: 1.3125rem; }
article .post-entry .gallery-slider.fullscreen .zoom,
.single .entry-content .gallery-slider.fullscreen .zoom {
right: auto;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
display: block;
background: none;
opacity: 1; }
article .post-entry .gallery-slider.fullscreen .zoom:after,
.single .entry-content .gallery-slider.fullscreen .zoom:after {
content: "\4d";
font-size: 21px;
font-size: 1.3125rem; }
.light-color .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow,
.light-color .post-entry .gallery-slider.fullscreen .zoom,
.light-color .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow,
.light-color
.entry-content .gallery-slider.fullscreen .zoom {
color: #000; }
.dark-color .post-entry .gallery-slider.fullscreen .slider-arrows .slick-arrow, .dark-color .post-entry .gallery-slider.fullscreen .zoom, .dark-color .entry-content .gallery-slider.fullscreen .slider-arrows .slick-arrow,
.dark-color .entry-content .gallery-slider.fullscreen .zoom {
color: #fff; }
.gallery-zoom {
overflow: hidden;
height: 100vh; }
.gallery-zoom .site-content {
z-index: 99999; }
.gallery-zoom .content-after-post {
display: none; } .single.single-attachment #primary {
text-align: center; }
.single.single-attachment #primary p {
margin-bottom: 30px; }
.single.single-attachment #primary p + .wp-caption-text {
padding-top: 0;
margin-top: -15px; } .authors-list {
margin-bottom: 50px; }
.authors-list:last-child {
margin-bottom: 0; }
.authors-list .authors-list-item {
width: 100%;
margin: 50px 0 0;
text-align: center; }
.authors-list .authors-list-item:first-child {
margin-top: 0; }
.authors-list .authors-list-item .author-info p {
margin-top: 5px;
margin-bottom: 10px;
font-size: 14px;
font-size: 0.875rem; }
.authors-list .authors-list-item h5 {
margin: 15px auto 0; }
.authors-list a.author-link {
border-bottom: none;
color: inherit;
text-decoration: none; }
.no-touch .authors-list a.author-link:hover {
opacity: 0.5; }
.authors-list span {
font-size: 12px;
font-size: 0.75rem;
font-weight: 800;
opacity: 0.5; }
.authors-list .author-social ul.social-nav li {
padding: 0; }
.authors-list .author-social ul.social-nav li:before {
display: none; }
.authors-list .author-social ul.social-nav li a {
border-bottom: none;
text-decoration: none; }
.post-entry .authors-list .author-social ul.social-nav li a {
color: var(--text-color); } .lo-tabs {
margin-bottom: 30px; }
.lo-tabs .lo-tabs-titles {
display: table;
table-layout: fixed;
width: 100%;
text-align: center; }
.lo-tabs .lo-tabs-titles a {
display: table-cell;
width: auto;
padding: 10px;
margin: 0;
border: 1px solid;
border-radius: 0;
color: inherit;
font-size: 12px;
font-size: 0.75rem;
letter-spacing: 0;
font-weight: 600;
text-decoration: none; }
.no-touch .lo-tabs .lo-tabs-titles a:not(.active):hover {
border-bottom: 1px solid; }
.lo-tabs .lo-tabs-titles a + a {
border-left: none; }
.lo-tabs .lo-tabs-titles a.active {
border-bottom-color: transparent; }
.lo-tabs .lo-tabs-content {
padding: 30px;
border: 1px solid;
border-top: none; }
.lo-tabs .lo-tabs-content .lo-tab-content > *:last-child {
margin-bottom: 0; } .lo-accordions {
margin-bottom: 30px; }
.lo-accordions .accordion-item {
margin-bottom: 10px;
border: 1px solid; }
.lo-accordions .accordion-item .accordion-title {
position: relative;
padding: 10px 40px 10px 20px;
font-size: 14px;
font-size: 0.875rem;
line-height: 2;
letter-spacing: 0.05em;
font-weight: 600; }
.lo-accordions .accordion-item .accordion-title .accordion-icon {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: inherit;
position: absolute;
right: 0;
width: 40px;
font-size: 11px;
line-height: 28px;
text-align: center; }
.lo-accordions .accordion-item .accordion-title .accordion-icon:before {
content: "\f067"; }
.lo-accordions .accordion-item .accordion-title.ui-state-active .accordion-icon:before {
content: "\f068"; }
.lo-accordions .accordion-item .accordion-content {
padding: 15px 20px 20px;
border-top: 1px dashed; }
.lo-accordions .accordion-item .accordion-content > *:last-child {
margin-bottom: 0; }
.single.post-template-1.post-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content > .post-header .post-header-text {
padding-top: 50px; }
.wp-block-column,
.lo-column {
margin-bottom: 30px; }
.wp-block-column > *:last-child,
.lo-column > *:last-child {
margin-bottom: 0; }
.vce-row-content {
max-width: 100%; }
@media screen and (min-width: 600px) {
.archive.author .page-header .author-social ul.social-nav li a {
width: 40px;
height: 40px;
line-height: 40px; }
.archive.author .page-header .author-social ul.social-nav li a:before {
font-size: 14px;
font-size: 0.875rem; }
.page .featured-media-section {
padding-top: 50%; }
.archive .cat-filter {
margin: 70px 0; }
.single.post-template-2 .featured-media-section {
height: 60vh;
min-height: 320px;
max-height: 500px; }
.single.post-template-2 .featured-media-section + .main #primary > article {
padding-top: 50px;
padding-right: 30px;
padding-left: 30px; }
.single.post-template-3
.single.post-template-7 .featured-media-section {
height: 50vw; }
.single #primary > article footer.post-meta {
float: left; }
.single #primary > article .article-like-comment {
float: right;
margin-top: 60px; }
.single #primary > article .post-tag-cloud ~ .article-like-comment {
margin-top: 30px; }
.single #primary > article .post-tag-cloud + .article-like-comment {
float: none; }
.single #primary > .author-info-box .author-bio {
position: relative;
min-height: 120px;
padding-left: 130px;
text-align: left; }
.single #primary > .author-info-box .author-bio .author-photo {
position: absolute;
top: 0;
left: 0; }
.single #primary > .author-info-box .author-bio .author-bio-top .author-info .author-social {
margin-left: -7px; }
.single .content-after-post .post-navigation .nav-links {
display: table;
table-layout: fixed;
width: 100%; }
.single .content-after-post .post-navigation .nav-links > * {
display: table-cell;
height: 300px; }
.single .content-after-post .related-posts .related-posts-container.column-3 .related-post,
.single .content-after-post .related-posts .related-posts-container.column-6 .related-post {
width: 33.3333%; }
.single .content-after-post .related-posts .related-posts-container.column-3 .related-post:nth-child(-n+3),
.single .content-after-post .related-posts .related-posts-container.column-6 .related-post:nth-child(-n+3) {
padding-top: 0; }
.single .content-after-post .related-posts .related-posts-container.column-3 .related-post {
padding: 0 8px; }
.comments ol.comment-list li.comment .comment-body {
padding-top: 15px;
padding-left: 95px; }
.comments ol.comment-list li.comment .comment-body .comment-meta {
position: static;
padding: 0;
height: auto; }
.comments ol.comment-list li.comment .comment-body + #respond {
padding: 50px; }
.comments ol.comment-list li.comment a.comment-reply-link {
position: absolute;
top: 15px;
right: 0; }
.post-nav {
position: fixed;
top: 0;
right: 0;
left: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
z-index: 999;
width: 100%;
height: 60px;
background: #fff;
color: #000;
box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease-out, opacity 0s 0.3s; }
.no-touch .post-nav {
display: block;
opacity: 0; }
.post-nav.show {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
opacity: 1;
transition: transform 0.3s ease-out, opacity 0s 0s; }
.post-nav.dark-color {
background: #000;
color: #fff; }
.post-nav .container {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
height: inherit; }
.post-nav .breadcrumb {
width: 60%;
margin-left: 0;
font-size: 13px;
font-size: 0.8125rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.post-nav .breadcrumb a {
color: inherit;
font-weight: 500;
opacity: 0.75; }
.no-touch .post-nav .breadcrumb a:hover {
opacity: 1; }
.post-nav .breadcrumb span.current-position {
font-weight: 500; }
.post-nav .breadcrumb a,
.post-nav .breadcrumb span {
margin: 0 5px; }
.post-nav .breadcrumb a:first-child {
margin-left: 0; }
.post-nav .article-like-comment {
margin: 0;
width: 20%; }
.post-nav #post-nav-site-search {
position: relative;
padding: 0 5px;
margin: 0 15px; }
.post-nav #post-nav-site-search .search-button {
display: inline-block;
height: 34px;
padding: 0 10px;
color: inherit;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 16px;
font-size: 1rem;
line-height: 35px;
cursor: pointer;
transition: 0.4s; }
.post-nav #post-nav-site-search .search-button:before {
content: "\55"; }
.no-touch .post-nav #post-nav-site-search .search-button:hover {
opacity: 0.75; }
.authors-list.layout-list .authors-list-item {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
text-align: left; }
.authors-list.layout-list .authors-list-item .author-photo {
margin: 0; }
.authors-list.layout-list .authors-list-item .author-info {
width: calc(100% - 105px);
padding-left: 30px;
margin: 0; }
.authors-list.layout-list .authors-list-item .author-info h5 {
margin-top: 0; }
.authors-list.layout-list .authors-list-item .author-info .author-social ul li:first-child {
margin-left: -7px; } .lo-row {
margin: 0 -20px 30px; }
.lo-row .lo-column {
padding: 0 20px;
margin: 0; }
.lo-column {
float: left;
margin-right: 20px; }
.lo-column.one-half {
width: 50%; }
.lo-column.one-third {
width: 33.333333%; }
.lo-column.one-fourth {
width: 25%; }
.lo-column.one-fifth {
width: 20%; }
.lo-column.two-thirds {
width: 66.666666%; }
.lo-column.three-fourths {
width: 75%; }
.lo-column.two-fifths {
width: 40%; }
.lo-column.three-fifths {
width: 60%; }
.lo-column.four-fifths {
width: 80%; } .wp-block-columns {
margin: 0 -20px; }
.wp-block-columns .wp-block-column {
padding: 0 20px;
margin: 0 0 30px; }
.wp-block-columns.has-2-columns .wp-block-column {
width: 50%; }
.wp-block-columns.has-3-columns .wp-block-column {
width: 33.3333%; }
.wp-block-columns.has-4-columns .wp-block-column {
width: 25%; }
.wp-block-columns.has-5-columns .wp-block-column {
width: 20%; }
.wp-block-columns.has-6-columns .wp-block-column {
width: 16.6666%; }
.wp-block-columns.has-2-columns.one-two .wp-block-column:first-child {
flex-basis: 33.3333%; }
.wp-block-columns.has-2-columns.one-two .wp-block-column:last-child {
flex-basis: 66.6666%; }
.wp-block-columns.has-2-columns.two-one .wp-block-column:first-child {
flex-basis: 66.6666%; }
.wp-block-columns.has-2-columns.two-one .wp-block-column:last-child {
flex-basis: 33.3333%; }
.wp-block-columns.has-2-columns.one-three .wp-block-column:first-child {
flex-basis: 25%; }
.wp-block-columns.has-2-columns.one-three .wp-block-column:last-child {
flex-basis: 75%; }
.wp-block-columns.has-2-columns.three-one .wp-block-column:first-child {
flex-basis: 75%; }
.wp-block-columns.has-2-columns.three-one .wp-block-column:last-child {
flex-basis: 25%; }
.wp-block-columns.has-2-columns.one-four .wp-block-column:first-child {
flex-basis: 20%; }
.wp-block-columns.has-2-columns.one-four .wp-block-column:last-child {
flex-basis: 80%; }
.wp-block-columns.has-2-columns.two-three .wp-block-column:first-child {
flex-basis: 40%; }
.wp-block-columns.has-2-columns.two-three .wp-block-column:last-child {
flex-basis: 60%; }
.wp-block-columns.has-2-columns.three-two .wp-block-column:first-child {
flex-basis: 60%; }
.wp-block-columns.has-2-columns.three-two .wp-block-column:last-child {
flex-basis: 40%; }
.wp-block-columns.has-2-columns.four-one .wp-block-column:first-child {
flex-basis: 80%; }
.wp-block-columns.has-2-columns.four-one .wp-block-column:last-child {
flex-basis: 20%; }
.lo-tabs.vertical-tab {
position: relative;
padding-left: 100px; }
.lo-tabs.vertical-tab .lo-tabs-titles {
position: absolute;
left: 0;
display: block;
width: 100px;
height: 100%;
border-right: 1px solid;
margin-bottom: 0; }
.lo-tabs.vertical-tab .lo-tabs-titles a {
position: relative;
display: block;
width: 100px; }
.lo-tabs.vertical-tab .lo-tabs-titles a:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: currentColor;
opacity: 0.2;
content: ""; }
.lo-tabs.vertical-tab .lo-tabs-titles a + a {
border-left: 1px solid;
border-top: none; }
.lo-tabs.vertical-tab .lo-tabs-titles a.active {
border-right-color: transparent;
border-bottom-color: currentColor; }
.lo-tabs.vertical-tab .lo-tabs-titles a.active:before {
opacity: 0; }
.no-touch .lo-tabs.vertical-tab .lo-tabs-titles a.active:hover {
border-bottom: 1px solid; }
.lo-tabs.vertical-tab .lo-tabs-content {
border: 1px solid;
border-left: none; }
.single .post-header .post-header-text .post-title {
font-size: 36px;
font-size: 2.25rem; } }
@media screen and (min-width: 768px) {
.comments .comment-respond form.comment-form p.comment-form-author,
.comments .comment-respond form.comment-form p.comment-form-email,
.comments .comment-respond form.comment-form p.comment-form-url {
float: left;
width: 33.333333%; }
.side-share-icons, .side-share-icons.mobile-sticky {
right: 20px;
left: auto;
bottom: 20px;
display: block;
width: 40px;
height: auto;
background: none !important;
border: none !important;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-end;
justify-content: flex-end;
flex-direction: column-reverse; }
.side-share-icons .share-title, .side-share-icons.mobile-sticky .share-title {
z-index: 9;
display: block;
width: 40px;
height: 40px;
padding: 0;
margin-top: 8px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.9);
color: #fff;
font-size: 0;
line-height: 41px;
cursor: pointer; }
.side-share-icons .share-title:after, .side-share-icons.mobile-sticky .share-title:after {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 13px;
font-size: 0.8125rem;
line-height: 41px;
content: "\e0a0"; }
.side-share-icons:hover a, .side-share-icons.mobile-sticky:hover a {
position: relative;
opacity: 1;
visibility: visible; }
.side-share-icons a, .side-share-icons.mobile-sticky a {
position: absolute;
display: block;
width: 30px;
height: 30px;
padding: 0;
margin-top: 8px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.9);
color: #fff;
line-height: 31px;
opacity: 0;
visibility: hidden; }
.side-share-icons a i, .side-share-icons.mobile-sticky a i {
line-height: 31px;
font-size: 12px;
font-size: 0.75rem; }
.no-touch .side-share-icons a:hover, .no-touch .side-share-icons.mobile-sticky a:hover {
color: #fff;
opacity: 1; }
.no-touch .side-share-icons a[title="Facebook"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="Facebook"]:hover {
background: #3b5998; }
.no-touch .side-share-icons a[title="Twitter"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="Twitter"]:hover {
background: #0084b4; }
.no-touch .side-share-icons a[title="Pinterest"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="Pinterest"]:hover {
background: #bd081c; }
.no-touch .side-share-icons a[title="Google plus"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="Google plus"]:hover {
background: #dd4b39; }
.no-touch .side-share-icons a[title="WhatsApp"]:hover, .no-touch .side-share-icons.mobile-sticky a[title="WhatsApp"]:hover {
background: #25d366; }
.side-share-icons a[title="Google plus"] i, .side-share-icons.mobile-sticky a[title="Google plus"] i {
font-size: 13px;
font-size: 0.8125rem;
font-weight: 600; }
.site-layout-frame .side-share-icons {
right: 15px; }
.single #primary > .author-info-box .author-bio {
float: left;
position: relative;
width: calc(50% - 25px);
padding-left: 130px;
text-align: left; }
.single #primary > .author-info-box .author-bio:nth-child(2) {
margin-top: 0; }
.single #primary > .author-info-box .author-bio:nth-child(2n+1) {
margin-right: 50px; }
.single #primary > .author-info-box .author-bio:only-child {
float: none;
width: 100%;
margin-right: 0; }
.single.post-template-5 .post-header-text {
padding: 20px; }
.no-touch article .post-entry .gallery-slider .zoom,
.no-touch .single .entry-content .gallery-slider .zoom {
display: block; }
.no-touch article .post-entry .gallery-slider:hover .zoom,
.no-touch .single .entry-content .gallery-slider:hover .zoom {
opacity: 1; }
.site-layout-frame .post-nav {
width: calc(100% - 70px); } }
@media screen and (min-width: 1025px) {
.page.page-header-layout-1 .featured-media-section {
padding-top: 35%; }
.single.post-template-1 .post-header-text, .single.post-template-5 .post-header-text, .single.post-template-7 .post-header-text {
max-width: 860px; }
.single.post-template-2 .featured-media-section {
height: 70vh; }
.single.post-template-6.post-header-with-bg .main #primary > article .post-header .post-header-text {
padding-bottom: 40px;
padding-left: 50px; }
.single.post-template-3 .featured-media-section, .single.post-template-7 .featured-media-section {
height: 35vw; }
.single .content-after-post .related-posts .related-posts-container.column-3 .related-post {
padding: 0 20px; }
.single .content-after-post .related-posts .related-posts-container.column-6 .related-post {
width: 16.6666%;
padding-top: 0; }
.single #page .site-content > .post-header .post-header-text .post-title,
.single .site-content:not([class*="with-sidebar-"]) #primary > article .post-header .post-header-text .post-title,
.archive.author .page-header .author-bio .author-bio-top .page-title {
font-size: 48px;
font-size: 3rem; } }
@media screen and (min-width: 1120px) {
.page .main,
.archive .main,
.single .main {
margin-top: 70px; }
.page.page-header-layout-2:not(.page-header-with-bg) .page-header {
margin-top: 70px; }
.archive .site-content[class*="with-sidebar-"] .cat-filter {
margin-top: 20px; }
.archive:not(.page-header-with-bg) .page-header {
margin-top: 70px; }
.archive:not(.page-header-with-bg) .site-content[class*="with-sidebar-"] .cat-filter {
margin-top: 0; }
.archive.author .page-header:after {
margin-top: 70px; }
.page.page-header-layout-2.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header,
.archive.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header {
height: calc(60vh + 100px); }
.page.page-header-layout-2.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header .page-header-text,
.archive.page-header-with-bg .site-header.site-header-layout-7.transparent ~ .site-content .page-header .page-header-text {
padding-top: 120px; }
.page .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.category-name, .page .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.category-name,
.archive .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.category-name,
.archive .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.category-name,
.single .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.category-name,
.single .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.category-name {
padding: 20px;
font-size: 16px;
font-size: 1rem; }
.page .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.counts, .page .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.counts,
.archive .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.counts,
.archive .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.counts,
.single .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-4 .cat a span.counts,
.single .site-content:not([class*="with-sidebar-"]) #primary .widget.fallsky-widget_cat.column-5 .cat a span.counts {
top: 10px;
right: 0;
font-size: 12px;
font-size: 0.75rem; }
.single.post-template-2 .featured-media-section + .main #primary > article {
margin-top: -180px; }
.single.post-template-7 .site-content > .post-header {
padding-top: 70px; }
.single.post-template-7 .featured-media-section {
margin-top: 50px; }
.single.post-template-1:not(.post-header-with-bg) .site-content > .post-header {
padding-top: 70px; } }
@media screen and (min-width: 1440px) {
.related-posts .related-posts-container.column-6 {
max-width: 1500px; } }
@media screen and (min-width: 1120px) and (max-width: 1439px) {
.wide-container .related-posts .related-posts-container.column-6 {
max-width: calc(100% - 20px); } }
@media screen and (max-width: 1119px) {
.single.single-format-video .featured-media-section .play-video-btn, .single.single-format-audio .featured-media-section .play-audio-btn {
-webkit-transform: translate(-50%, -50%) scale(0.6);
-ms-transform: translate(-50%, -50%) scale(0.6);
transform: translate(-50%, -50%) scale(0.6); }
.single.single-format-video.post-template-1 .post-header-text .play-video-btn, .single.single-format-audio.post-template-1 .post-header-text .play-audio-btn {
-webkit-transform: scale(0.6);
-ms-transform: scale(0.6);
transform: scale(0.6); }
.single.single-format-video.post-template-1 .post-header-text .play-video-btn + .post-title, .single.single-format-audio.post-template-1 .post-header-text .play-audio-btn + .post-title {
margin-top: 0; }
.single.post-template-3 .featured-media-section, .single.post-template-7 .featured-media-section {
max-height: 360px; }
.single .site-content[class*="with-sidebar-"] #primary .content-after-post {
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 100vw;
max-width: 100vw;
text-align: center; }
.single .site-content[class*="with-sidebar-"] #primary .content-after-post .related-posts:last-child,
.single .site-content[class*="with-sidebar-"] #primary .content-after-post .comments:last-child {
padding-bottom: 0; } }
@media screen and (min-width: 600px) and (max-width: 1119px) {
.single #primary,
.page #primary,
.archive #primary {
padding-right: 30px;
padding-left: 30px; } }
@media screen and (min-width: 768px) and (max-width: 1119px) {
.single.side-share-enabled .site-content[class*="with-sidebar-"] #primary {
padding-right: 50px;
padding-left: 50px; } }
@media screen and (min-width: 1120px) and (max-width: 1280px) {
.single.side-share-enabled .site-content[class*="with-sidebar-"] .main > .container {
padding: 0 40px; } }
@media screen and (max-width: 599px) {
.lo-column > img {
margin-bottom: 30px; } }
@media screen and (max-width: 400px) {
.content-after-post .post-navigation .post-title {
font-size: 18px;
font-size: 1.125rem; } } .widget {
position: relative;
margin: 0;
font-size: 13px;
font-size: 0.8125rem; }
.widget a:not(.button) {
color: inherit; }
.no-touch .primary-color-enabled .widget a:not(.button):hover {
color: var(--primary-color); }
.widget:not(:first-child) {
margin-top: 50px; }
.widget p {
margin-bottom: 15px;
font-size: inherit;
text-align: left; }
.widget p:last-child {
margin-bottom: 0; }
.widget select {
display: block;
width: 100%;
margin: 0 auto; }
.widget ul {
margin: 0;
list-style: none; }
.widget ul li {
margin-bottom: 12px;
text-align: left;
font-size: 13px;
font-size: 0.8125rem; }
.widget ul li:last-child {
margin-bottom: 0; }
.widget ul ul {
margin-left: 20px;
padding-top: 7.5px;
clear: both; }
.widget ul ul li {
margin-bottom: 7.5px;
border: none; }
.widget .wp-caption {
margin: 0 0 15px; }
.widget .wp-caption:last-child {
margin-bottom: 0; }
.widget .wp-caption:last-child .wp-caption-text {
padding-bottom: 0; }
.widget-area .widget .textwidget p {
line-height: 1.85; }
.widget-area .widget .textwidget ul {
margin: 0 0 10px 20px;
list-style: disc; }
.widget-area .widget .textwidget ul li {
padding-bottom: 0;
margin-bottom: 0;
border: none; }
.widget-area .widget .textwidget ol {
margin: 0 0 10px 20px; }
.widget-area .widget .textwidget ol ol {
padding-top: 7.5px; }
.widget-area .widget .textwidget code,
.widget-area .widget .textwidget kbd,
.widget-area .widget .textwidget tt {
padding: 3px; }
.widget-area .widget .textwidget pre {
padding: 15px;
font-size: 14px; }
.primary-color-enabled .widget-area .widget .textwidget a:not(.button) {
color: var(--primary-color); }
.widget-area .widget .textwidget a:not(.button) {
text-decoration: underline; }
.no-touch .widget-area .widget .textwidget a:not(.button):hover {
text-decoration: none; }
.widget-area .widget .textwidget > *:last-child {
margin-bottom: 0; }
.widget-area .widget .textwidget blockquote {
padding-left: 0;
margin-top: 0; }
.widget-area .widget .textwidget blockquote p {
font-size: 16px;
font-size: 1rem;
font-weight: 600;
line-height: 1.7;
text-align: center; }
.widget-area .widget .textwidget blockquote:before {
position: relative;
top: 15px;
width: 100%;
height: 40px;
font-size: 70px;
font-size: 4.375rem; }
.widget.widget_categories ul li a, .widget.widget_archive ul li a, .widget.widget_nav_menu ul li a, .widget.widget_meta ul li a, .widget.widget_pages ul li a, .widget.widget_rss ul li a, .widget.widget_recent_entries ul li a {
display: block; }
.no-touch body:not(.primary-color-enabled) .widget.widget_categories ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_archive ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_nav_menu ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_meta ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_pages ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_rss ul li a:hover, .no-touch body:not(.primary-color-enabled) .widget.widget_recent_entries ul li a:hover {
opacity: 0.5; }
.widget.widget_categories ul li, .widget.widget_archive ul li {
text-align: right;
line-height: 22px; }
.widget.widget_categories ul li a, .widget.widget_archive ul li a {
float: left;
width: 80%;
font-size: 13px;
font-size: 0.8125rem;
text-align: left; }
.widget.widget_categories a, .widget.widget_archive a, .widget.widget_nav_menu a, .widget.widget_pages a, .widget.widget_meta a {
position: relative;
padding-left: 20px; }
.widget.widget_categories a:before, .widget.widget_archive a:before, .widget.widget_nav_menu a:before, .widget.widget_pages a:before, .widget.widget_meta a:before {
position: absolute;
top: 0;
left: -5px;
width: 20px;
color: inherit;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\35";
line-height: inherit;
text-align: left; }
.widget.widget_search form.search-form {
position: relative; }
.widget.widget_search form.search-form input[type="search"] {
height: 42px;
padding: 5px 42px 5px 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 13px;
font-size: 0.8125rem; }
.dark-color .sidebar .widget.widget_search form.search-form input[type="search"], .site-footer.dark-color .widget.widget_search form.search-form input[type="search"] {
border-color: rgba(255, 255, 255, 0.2); }
.widget.widget_search form.search-form button.search-submit {
width: 42px;
height: 42px;
font-size: 13px;
font-size: 0.8125rem; }
.widget.widget_rss ul li, .widget.widget_recent_entries ul li, .widget.widget_recent_comments ul li {
position: relative; }
.widget.widget_rss ul li:not(:last-child), .widget.widget_recent_entries ul li:not(:last-child), .widget.widget_recent_comments ul li:not(:last-child) {
margin-bottom: 15px; }
.widget.widget_rss ul li:not(:last-child):after, .widget.widget_recent_entries ul li:not(:last-child):after, .widget.widget_recent_comments ul li:not(:last-child):after {
position: relative;
display: block;
width: 100%;
height: 1px;
margin-top: 15px;
background: currentColor;
opacity: 0.1;
content: ""; }
.widget.widget_rss .widget-title .rsswidget:first-child .rss-widget-icon {
display: none; }
.widget.widget_rss .widget-title .rsswidget:first-child:after {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: inherit;
content: "\f09e"; }
.widget.widget_rss ul li a.rsswidget {
font-size: 16px;
font-size: 1rem;
font-weight: 600;
line-height: 1.3; }
.widget.widget_rss ul li a.rsswidget + .rss-date {
margin-top: 5px; }
.widget.widget_rss ul li .rss-date {
display: block;
font-size: 12px;
font-size: 0.75rem;
opacity: 0.5; }
.widget.widget_rss ul li .rssSummary {
margin-top: 10px; }
.widget.widget_rss ul li .rssSummary + cite {
display: block;
margin-top: 10px;
font-style: normal;
font-weight: 600;
opacity: 0.5; }
.widget.widget_recent_entries .post-date {
display: block;
margin-top: 5px;
font-size: 12px;
font-size: 0.75rem;
opacity: 0.5; }
.widget.widget_recent_entries a {
font-size: 16px;
font-size: 1rem;
font-weight: 600;
line-height: 1.3; }
.widget.widget_recent_comments ul li > a {
display: block !important;
margin-top: 2px !important;
font-size: 16px;
font-size: 1rem;
font-weight: 600;
line-height: 1.3; }
.widget.widget_tag_cloud {
font-size: 0; }
.widget.widget_tag_cloud .tagcloud a {
display: block;
float: left;
width: 50%;
text-align: left;
line-height: 25px; }
.widget.fallsky-widget_social .socialwidget ul {
margin: -5px auto; }
.widget-area .widget.fallsky-widget_social .socialwidget ul {
margin-left: -15px; }
.widget.fallsky-widget_social .socialwidget ul li {
padding: 0;
margin: 5px;
border: none; }
.widget.fallsky-widget_social .socialwidget ul li a {
width: 40px;
height: 40px;
color: inherit;
line-height: 40px; }
.no-touch .widget.fallsky-widget_social .socialwidget ul li a:hover {
opacity: 0.7; }
.no-touch .primary-color-enabled .widget.fallsky-widget_social .socialwidget ul li a:hover {
opacity: 1; }
.widget.fallsky-widget_aboutme .profile-img {
display: block;
margin-bottom: 20px; }
.widget.fallsky-widget_aboutme .textwidget {
text-align: center; }
.widget.fallsky-widget_aboutme .textwidget h6.subheading {
font-size: 16px;
font-size: 1rem;
font-weight: 800; }
.widget.fallsky-widget_aboutme .signature-img + .button {
margin-top: 20px; }
.widget.fallsky-widget_posts .thumbnail {
position: relative;
overflow: hidden;
transition: 0.4s; }
.widget.fallsky-widget_posts .thumbnail img {
display: block;
width: 100%; }
.widget.fallsky-widget_posts .post-title {
margin-bottom: 0;
font-size: 16px;
font-size: 1rem;
transition: 0.4s; }
.widget.fallsky-widget_posts .post-meta {
margin-top: 6px; }
.widget.fallsky-widget_posts .meta-item {
padding-right: 14px;
font-size: 12px;
font-size: 0.75rem;
opacity: 0.5; }
.widget.fallsky-widget_posts .meta-item:after {
right: 6px; }
.widget.fallsky-widget_posts ul li:not(:last-child) {
margin-bottom: 24px; }
.widget.fallsky-widget_posts ul li .post-title {
line-height: 1.3; }
.widget.fallsky-widget_posts ul li a {
-ms-word-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-word;
word-break: break-word; }
.no-touch .widget.fallsky-widget_posts ul li a:hover {
color: inherit; }
.no-touch .widget.fallsky-widget_posts ul li a:hover .thumbnail {
filter: brightness(90%); }
.no-touch .widget.fallsky-widget_posts ul li a:hover .post-title {
opacity: 0.7; }
.no-touch .primary-color-enabled .widget.fallsky-widget_posts ul li a:hover {
color: inherit; }
.widget.fallsky-widget_posts.small-thumbnail ul li a, .widget.fallsky-widget_posts.mixed-thumbnail ul li a {
display: table;
width: 100%;
clear: both; }
.widget.fallsky-widget_posts.small-thumbnail ul li a .thumbnail, .widget.fallsky-widget_posts.mixed-thumbnail ul li a .thumbnail {
width: 80px;
margin-right: 15px; }
.widget.fallsky-widget_posts.small-thumbnail ul li a .post-content, .widget.fallsky-widget_posts.mixed-thumbnail ul li a .post-content {
display: table-cell;
width: 100%;
vertical-align: middle; }
.widget.fallsky-widget_posts.large-thumbnail .thumbnail, .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child .thumbnail {
position: relative;
width: 100%;
height: 0;
padding-top: 66%;
margin-bottom: 15px;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.widget.fallsky-widget_posts.large-thumbnail .thumbnail img, .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child .thumbnail img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
opacity: 0; }
.widget.fallsky-widget_posts.large-thumbnail .post-title, .widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child .post-title {
font-size: 18px;
font-size: 1.125rem; }
.widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child a {
display: block; }
.widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child a .thumbnail {
width: 100%;
margin-right: 0; }
.widget.fallsky-widget_posts.mixed-thumbnail ul li:first-child a .post-content {
display: block; }
.widget.fallsky-widget_posts.with-post-number ul li {
position: relative;
counter-increment: step-counter; }
.widget.fallsky-widget_posts.with-post-number ul li a .post-content:before {
position: absolute;
top: 0;
left: 0;
z-index: 9;
display: block;
color: #fff;
text-align: center;
font-weight: 800;
content: counter(step-counter);
pointer-events: none; }
.widget.fallsky-widget_posts.with-post-number ul li a .post-content:first-child {
padding-left: 44px; }
.widget.fallsky-widget_posts.with-post-number ul li a .post-content:first-child:before {
color: currentColor;
text-align: left;
opacity: 0.35; }
.widget.fallsky-widget_posts.with-post-number ul li .thumbnail:after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 3;
background: #000;
content: "";
opacity: 0.15; }
.widget.fallsky-widget_posts.with-post-number.small-thumbnail ul li a .post-content:before, .widget.fallsky-widget_posts.with-post-number.mixed-thumbnail ul li:not(:first-child) a .post-content:before {
width: 30px;
height: 34px;
font-size: 20px;
font-size: 1.25rem;
line-height: 34px; }
.widget.fallsky-widget_posts.with-post-number.small-thumbnail ul li a .post-content:first-child:before, .widget.fallsky-widget_posts.with-post-number.mixed-thumbnail ul li:not(:first-child) a .post-content:first-child:before {
line-height: 28px; }
.widget.fallsky-widget_posts.with-post-number.large-thumbnail ul li a .thumbnail + .post-content:before, .widget.fallsky-widget_posts.with-post-number.mixed-thumbnail ul li:first-child a .thumbnail + .post-content:before {
width: 60px;
height: 80px;
font-size: 42px;
font-size: 2.625rem;
line-height: 80px;
text-shadow: 0 3px 20px rgba(0, 0, 0, 0.15); }
.widget.fallsky-widget_posts.with-post-number.large-thumbnail ul li a .post-content:first-child:before, .widget.fallsky-widget_posts.with-post-number.mixed-thumbnail ul li:first-child a .post-content:first-child:before {
font-size: 36px;
font-size: 2.25rem;
line-height: 40px; }
.widget.fallsky-widget_ad a,
.widget.fallsky-widget_ad img {
display: block; }
.widget.fallsky-widget_cat .cat {
float: left;
width: calc(50% - 3px);
margin-bottom: 5px;
color: #fff; }
.widget.fallsky-widget_cat .cat:nth-child(2n+1) {
margin-right: 5px; }
.widget.fallsky-widget_cat .cat a {
position: relative;
display: block;
width: 100%;
height: 0;
padding-top: 70%;
border: none;
color: inherit;
overflow: hidden;
transition: all 0s; }
.widget.fallsky-widget_cat .cat a:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: #000;
content: "";
opacity: 0.3;
transition: opacity 0.4s; }
.widget.fallsky-widget_cat .cat a .cat-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat; }
.widget.fallsky-widget_cat .cat a .cat-meta {
z-index: 3;
width: 100%; }
.widget.fallsky-widget_cat .cat a .cat-meta-wrapper {
position: relative;
width: auto;
max-width: 100%;
font-size: 0; }
.widget.fallsky-widget_cat .cat a span.category-name {
display: inline-block;
max-width: calc(100% - 40px);
padding: 12px;
margin-left: 0;
font-size: 14px;
font-size: 0.875rem;
font-weight: 500;
line-height: 1;
text-transform: capitalize;
-ms-word-wrap: break-word;
word-wrap: break-word; }
.widget.fallsky-widget_cat .cat a span.counts {
position: relative;
display: inline-block;
width: 16px;
margin-top: 6px;
margin-left: -8px;
text-align: left;
vertical-align: top;
font-size: 10px;
font-size: 0.625rem;
white-space: nowrap;
word-wrap: normal; }
.no-touch .widget.fallsky-widget_cat .cat a:hover {
color: inherit; }
.no-touch .widget.fallsky-widget_cat .cat a:hover:before {
will-change: opacity;
opacity: 0.5; }
.no-touch .primary-color-enabled .widget.fallsky-widget_cat .cat a:hover {
color: inherit; }
.widget.fallsky-widget_cat.style-rectangle .cat a .cat-meta {
position: absolute;
bottom: 0;
left: 0; }
.widget.fallsky-widget_cat.style-circle .cat {
border-radius: 50%;
overflow: hidden; }
.widget.fallsky-widget_cat.style-circle .cat a {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 100%; }
.widget.fallsky-widget_cat.style-circle .cat a, .widget.fallsky-widget_cat.style-circle .cat a:before,
.widget.fallsky-widget_cat.style-circle .cat a .cat-bg {
border-radius: 50%;
overflow: hidden; }
.widget.fallsky-widget_cat.style-circle .cat a .cat-meta {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
left: 10px;
width: calc(100% - 20px); }
.widget.fallsky-widget_cat.style-circle .cat a .cat-meta-wrapper {
width: 100%; }
.widget.fallsky-widget_cat.style-circle .cat a span.category-name {
display: block;
padding: 0;
margin-left: auto;
text-align: center; }
.widget.fallsky-widget_cat.style-circle .cat a span.counts {
position: absolute;
top: auto;
display: block;
width: 100%;
margin: 0 auto;
text-align: center; }
.widget.fallsky-widget_cat.style-stripe .cat {
float: none;
width: 100%;
margin-right: 0;
margin-bottom: 10px; }
.widget.fallsky-widget_cat.style-stripe .cat:last-child {
margin-bottom: 0; }
.widget.fallsky-widget_cat.style-stripe .cat a {
height: 100px;
padding: 0; }
.widget.fallsky-widget_cat.style-stripe .cat a:before {
opacity: 0.15; }
.widget.fallsky-widget_cat.style-stripe .cat a .cat-meta {
position: absolute;
top: 50%;
bottom: auto;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
max-width: none; }
.widget.fallsky-widget_cat.style-stripe .cat a .cat-meta-wrapper {
text-align: center; }
.widget.fallsky-widget_cat.style-stripe .cat a span.category-name {
font-weight: 800;
font-size: 18px;
font-size: 1.125rem;
text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
margin-left: auto; }
.widget.fallsky-widget_instagram ul li {
float: left;
width: 50%;
padding: 0;
margin: 0;
border: none; }
.widget.fallsky-widget_instagram ul li a {
position: relative;
display: block;
overflow: hidden; }
.no-touch .widget.fallsky-widget_instagram ul li a:hover .feed-bg {
-webkit-transform: scale(1.06);
-ms-transform: scale(1.06);
transform: scale(1.06); }
.widget.fallsky-widget_instagram ul li .feed-bg {
position: relative;
z-index: 1;
width: 100%;
height: 0;
padding-top: 100%;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
transition: transform 0.4s ease-out;
will-change: transform;
-webkit-transform: scale(1.02);
-ms-transform: scale(1.02);
transform: scale(1.02); }
.widget.loftocean-widget_facebook {
overflow: hidden; }
.widget.loftocean-widget_facebook > div {
text-align: center; }
.widget.fallsky-widget_author_list ul li:not(:last-child) {
margin-bottom: 20px; }
.widget.fallsky-widget_author_list ul li a {
display: table;
width: 100%;
clear: both;
color: inherit; }
.widget.fallsky-widget_author_list ul li a .author-photo {
width: 40px;
margin-right: 15px; }
.widget.fallsky-widget_author_list ul li a .author-photo img {
display: block;
border-radius: 50%; }
.widget.fallsky-widget_author_list ul li a .author-info {
display: table-cell;
width: 100%;
vertical-align: middle; }
.widget.fallsky-widget_author_list ul li a .author-name {
margin-bottom: 0;
font-size: 16px;
font-size: 1rem;
font-weight: 600; }
.widget.fallsky-widget_author_list ul li a .post-count {
float: right;
font-size: 13px;
font-size: 0.8125rem;
font-weight: 400;
line-height: 24px; }
.widget.fallsky-widget_author_list ul li a span.role {
display: block;
margin-top: 0;
font-size: 12px;
font-size: 0.75rem;
line-height: 16px;
opacity: 0.5; }
.no-touch .widget.fallsky-widget_author_list ul li a:hover {
color: inherit; }
.no-touch body:not(.primary-color-enabled) .widget.fallsky-widget_author_list ul li a:hover .author-name {
opacity: 0.5; }
.widget.widget_mc4wp_form_widget form input[type="email"] + input[type="submit"] {
margin-top: 15px; }
.widget.widget_mc4wp_form_widget form input:not([type="submit"]) {
padding: 5px 10px;
background: none;
border: 1px solid;
font-size: 13px;
font-size: 0.8125rem;
letter-spacing: 0; }
#page .widget.widget_mc4wp_form_widget form input[type="submit"] {
display: block; }
#page .widget-area .widget.widget_mc4wp_form_widget form input[type="submit"] {
width: 100%; }
body.light-color #page .widget-area.sidebar .widget.widget_mc4wp_form_widget form input:not([type="submit"]), #page .site-footer.light-color .widget-area .widget.widget_mc4wp_form_widget form input:not([type="submit"]) {
border: 1px solid rgba(0, 0, 0, 0.1); }
body.light-color #page .widget-area.sidebar .widget.widget_mc4wp_form_widget form input[type="submit"]:not(:hover), #page .site-footer.light-color .widget-area .widget.widget_mc4wp_form_widget form input[type="submit"]:not(:hover) {
background: #131313;
color: #fff; }
body.dark-color #page .widget-area.sidebar .widget.widget_mc4wp_form_widget form input:not([type="submit"]), #page .site-footer.dark-color .widget-area .widget.widget_mc4wp_form_widget form input:not([type="submit"]) {
border: 1px solid rgba(255, 255, 255, 0.2); }
body.dark-color #page .widget-area.sidebar .widget.widget_mc4wp_form_widget form input[type="submit"]:not(:hover), #page .site-footer.dark-color .widget-area .widget.widget_mc4wp_form_widget form input[type="submit"]:not(:hover) {
background: #fff;
color: #212121; }
.widget.widget_mc4wp_form_widget form .fields-container {
position: relative;
margin: 15px 0 0; }
.align-center .widget.widget_mc4wp_form_widget form .fields-container {
margin: 15px auto 0; }
.widget.widget_mc4wp_form_widget form .fields-container input[type="email"] + .button {
margin-top: 0; }
.widget.widget_mc4wp_form_widget form .fields-container input[type="email"] {
text-align: left; }
.widget-area .widget.widget_mc4wp_form_widget form .fields-container input[type="email"] {
padding-right: 42px; }
.widget.widget_mc4wp_form_widget form .fields-container + p {
margin-top: 15px; }
#page .widget.widget_mc4wp_form_widget form .fields-container .button {
position: absolute;
top: 0;
right: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: 120px;
height: 42px;
padding: 0;
margin-bottom: 0;
background: none;
box-shadow: none;
color: inherit;
font-size: 0; }
#page .widget.widget_mc4wp_form_widget form .fields-container .button input[type="submit"] {
width: 120px;
height: 42px;
padding: 0;
text-align: center; }
#page .widget-area .widget.widget_mc4wp_form_widget form .fields-container .button {
width: 42px;
overflow: visible; }
#page .widget-area .widget.widget_mc4wp_form_widget form .fields-container .button input[type="submit"] {
position: relative;
width: 42px;
background: none !important;
color: inherit !important;
font-size: 0; }
#page .widget-area .widget.widget_mc4wp_form_widget form .fields-container .button:after {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin-top: -2px;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 14px;
font-size: 0.875rem;
content: "\e010";
pointer-events: none; }
.single #primary .signup-form .widget.widget_mc4wp_form_widget form input, .home-widget.signup-form .widget.widget_mc4wp_form_widget form input {
max-width: 320px; }
.single #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container, .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container {
max-width: 400px;
padding-right: 125px; }
@media screen and (max-width: 500px) {
.single #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container, .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container {
padding-right: 0; } }
@media screen and (max-width: 500px) {
.single #page #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container .button, #page .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container .button {
position: relative;
width: 100%;
margin-top: 10px; }
.single #page #primary .signup-form .widget.widget_mc4wp_form_widget form .fields-container .button input[type="submit"], #page .home-widget.signup-form .widget.widget_mc4wp_form_widget form .fields-container .button input[type="submit"] {
width: 100%; } }
.widget.widget_mc4wp_form_widget p:last-of-type {
margin-bottom: 0; }
.widget.widget_mc4wp_form_widget p + input[type="email"],
.widget.widget_mc4wp_form_widget .mc4wp-response > * {
margin-top: 15px; }
.single #primary .signup-form .widget.widget_mc4wp_form_widget > *, .home-widget.signup-form .widget.widget_mc4wp_form_widget > * {
max-width: 560px; }
.single #primary .signup-form .widget.widget_mc4wp_form_widget > *, .home-widget.signup-form.align-center .widget.widget_mc4wp_form_widget > * {
margin-right: auto;
margin-left: auto; }
table#wp-calendar {
margin-bottom: 0;
background: none;
border: none;
color: inherit;
table-layout: fixed; }
table#wp-calendar caption {
margin-top: 0; }
table#wp-calendar th,
table#wp-calendar td {
padding: 5px 0;
border: none;
text-align: center; }
table#wp-calendar th {
background: none;
font-weight: 800; }
table#wp-calendar td {
font-size: 11px;
font-size: 0.6875rem;
line-height: 20px; }
table#wp-calendar tbody a {
display: block;
width: 20px;
background: #000;
border-radius: 50%;
color: #fff;
text-decoration: none; }
.no-touch .primary-color-enabled table#wp-calendar tbody a:hover {
background: var(--primary-color); } .sidebar .widget:last-child {
margin-bottom: 60px; }
.sidebar .widget.fallsky-widget_social .socialwidget ul {
margin-top: -2px;
margin-bottom: -2px; }
.sidebar .widget.fallsky-widget_social .socialwidget ul li {
margin: 2px; }
.sidebar .widget.fallsky-widget_instagram ul {
margin: -3px; }
.sidebar .widget.fallsky-widget_instagram ul li {
padding: 3px; }
.sidebar.with-bg .widget, .sidebar.with-border .widget {
padding: 30px; }
.sidebar.with-bg .widget:not(:first-child), .sidebar.with-border .widget:not(:first-child) {
margin-top: 30px; }
.sidebar.with-bg .widget h5.widget-title, .sidebar.with-border .widget h5.widget-title {
margin-top: -10px; }
.sidebar.with-bg .widget {
background: #f7f7f7; }
.dark-color .sidebar.with-bg .widget {
background: #000; }
.sidebar.with-border .widget {
border: 1px solid #e6e6e6; }
.dark-color .sidebar.with-border .widget {
border-color: #333; } .site-footer .widget-area {
padding-bottom: 50px; }
.site-footer .widget-area:first-child {
padding-top: 50px; }
.site-footer .widget-area .widget-area-column:not(:first-child) {
margin-top: 50px; }
.site-footer .widget-area .widget-area-column .widget {
max-width: 600px;
margin-right: auto;
margin-left: auto; }
.site-footer .widget-area .widget-area-column .widget.fallsky-widget_instagram ul li a {
margin: 2px; }
.site-footer > .widget.fallsky-widget_instagram {
position: relative;
margin: 0;
text-align: center; }
.site-footer > .widget.fallsky-widget_instagram:not(.fullwidth) {
margin: 0 auto;
max-width: 1140px; }
.site-footer > .widget.fallsky-widget_instagram .widget-title {
min-height: 50px;
padding: 20px;
margin-bottom: 0;
line-height: 50px;
text-align: center; }
.site-footer > .widget.fallsky-widget_instagram .widget-title.overlay-title {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99;
max-width: 60%;
padding-top: 0;
padding-bottom: 0;
background: #fff;
color: #000;
font-size: 12px;
font-size: 0.75rem;
font-weight: 500;
letter-spacing: 0.1em;
text-transform: uppercase;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden; }
.site-footer > .widget.fallsky-widget_instagram.column-4 ul li {
width: 25%; }
.site-footer > .widget.fallsky-widget_instagram.column-5 ul li {
width: 20%; }
.site-footer > .widget.fallsky-widget_instagram.column-6 ul li {
width: 16.666%; }
.site-footer > .widget.fallsky-widget_instagram.column-7 ul li {
width: 14.285%; }
.site-footer > .widget.fallsky-widget_instagram.column-8 ul li {
width: 12.5%; }
.site-footer .fallsky-widget_instagram + .widget-area {
margin-top: 50px; } .footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul {
margin: 0 auto;
text-align: center; }
.footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul li {
margin: 0; }
.footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul li a {
opacity: 1; }
.footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul li a:before {
font-size: 14px;
font-size: 0.875rem; }
.no-touch body:not(.primary-color-enabled) .footer-bottom .footer-social .widget.fallsky-widget_social .socialwidget ul li a:hover {
opacity: 0.7; }
.footer-bottom .footer-bottom-menu .widget {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
min-height: 40px; }
.footer-bottom .footer-bottom-menu .widget > * {
width: 100%; }
.footer-bottom .footer-bottom-menu ul.menu {
text-align: center; }
.footer-bottom .footer-bottom-menu ul.menu li {
display: inline-block;
padding: 0;
margin: 0;
text-align: center; }
.footer-bottom .footer-bottom-menu ul.menu li a {
display: inline;
padding: 0 10px; }
.footer-bottom .footer-bottom-menu ul.menu li a:before {
display: none; }
.footer-bottom .footer-site-info {
text-align: center; }
.footer-bottom .footer-site-info .widget {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
justify-content: center;
min-height: 40px; }
.footer-bottom .footer-site-info .widget > * {
width: 100%; }
.footer-bottom .footer-site-info .widget {
font-size: 13px;
font-size: 0.8125rem; }
.post-entry .mc4wp-form input[type="email"] {
padding: 0 10px;
margin-bottom: 5px;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.1); }
.post-entry .mc4wp-form input[type="submit"] {
width: 100%;
height: 42px; }
.post-entry .mc4wp-form .mc4wp-form-fields > *:not(:last-child) {
margin-bottom: 30px; }
@media screen and (min-width: 600px) {
.post-entry .mc4wp-form input[type="email"] {
float: left;
margin-right: 5px;
margin-bottom: 0;
max-width: 70%; }
.post-entry .mc4wp-form input[type="submit"] {
width: calc(30% - 5px); } }
@media screen and (min-width: 768px) {
.site-footer .widget-area .widget-area-row {
margin: 0 -30px; }
.site-footer .widget-area .widget-area-column {
float: left;
width: 33.333333%;
padding: 0 30px; }
.site-footer .widget-area .widget-area-column:not(:first-child) {
margin-top: 0; }
.site-footer .widget-area .widget-area-column .widget {
max-width: none; }
.site-footer .widget-area .widget-area-column .widget.fallsky-widget_instagram ul li {
width: 25%; }
.footer-bottom:not(.column-2) .footer-social .widget.fallsky-widget_social .socialwidget ul li {
margin: 0 8px; }
.footer-bottom.column-2 .footer-social .widget.fallsky-widget_social .socialwidget ul,
.footer-bottom.column-2 .footer-bottom-menu ul {
text-align: right; }
.footer-bottom.column-2 .footer-site-info {
text-align: left; } }
@media screen and (min-width: 1440px) {
.site-footer > .widget.fallsky-widget_instagram:not(.fullwidth) {
max-width: 1440px; } }
@media screen and (min-width: 1120px) and (max-width: 1439px) {
.wide-container .site-footer > .widget.fallsky-widget_instagram:not(.fullwidth) {
max-width: calc(100% - 80px); } }
@media screen and (max-width: 600px) {
#fallsky-site-footer-instagram > ul {
margin: 0 !important; }
#fallsky-site-footer-instagram > ul > li {
padding: 0 !important; }
#fallsky-site-footer-instagram.column-4 ul li {
width: 50%; }
#fallsky-site-footer-instagram.column-5 ul li {
width: 50%; }
#fallsky-site-footer-instagram.column-5 ul li:last-child {
display: none; }
#fallsky-site-footer-instagram.column-6 ul li {
width: 33.3333%; }
#fallsky-site-footer-instagram.column-7 ul li {
width: 33.3333%; }
#fallsky-site-footer-instagram.column-7 ul li:last-child {
display: none; }
#fallsky-site-footer-instagram.column-8 ul li {
width: 25%; } }
@media screen and (max-width: 599px) {
.fallsky-widget_cat.style-rectangle.column-3 .cat, .fallsky-widget_cat.style-rectangle.column-5 .cat {
float: none;
width: 100%;
margin-right: 0; }
.fallsky-widget_cat.style-rectangle.column-3 .cat a, .fallsky-widget_cat.style-rectangle.column-5 .cat a {
padding-top: 35%; } } ::-webkit-input-placeholder {
color: currentColor;
opacity: 0.5; }
:-moz-placeholder {
color: currentColor;
opacity: 0.5; }
:-ms-input-placeholder {
color: currentColor;
opacity: 0.5; }
form * {
outline: 0; }
form ul {
position: relative;
margin: 0 auto;
list-style: none; }
form ul > li > label {
display: block;
margin-bottom: 0;
font-size: 13px;
font-size: 0.8125rem;
line-height: 2; }
form li fieldset {
padding: 0;
margin: 0;
border: none; }
input[type="text"], input[type="email"], input[type="url"], input[type="file"], input[type="password"], input[type="number"], input[type="date"], input[type="search"], input[type="tel"], textarea {
width: 100%;
height: 42px;
padding: 5px 0;
background: none;
border: none;
border-bottom: 1px solid;
border-radius: 0;
-webkit-appearance: none !important;
font-size: 13px;
font-size: 0.8125rem;
line-height: 2;
font-weight: 400; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
outline: 0; }
.post-entry input[type="text"],
.post-entry input[type="email"],
.post-entry input[type="url"],
.post-entry input[type="file"],
.post-entry input[type="password"],
.post-entry input[type="number"],
.post-entry input[type="date"],
.post-entry input[type="search"],
.post-entry input[type="tel"],
.post-entry textarea {
opacity: 0.5; }
.post-entry input[type="text"]:focus,
.post-entry input[type="email"]:focus,
.post-entry input[type="url"]:focus,
.post-entry input[type="file"]:focus,
.post-entry input[type="password"]:focus,
.post-entry input[type="number"]:focus,
.post-entry input[type="date"]:focus,
.post-entry input[type="search"]:focus,
.post-entry input[type="tel"]:focus,
.post-entry textarea:focus {
opacity: 1; }
textarea {
min-height: 125px;
resize: vertical; }
#page input[type="submit"] {
position: relative;
z-index: 1;
display: inline-block;
padding: 0 20px;
background: var(--btn-bg-color);
border: none;
border-radius: 2px;
color: var(--btn-text-color);
font-weight: 400;
line-height: 34px;
text-align: center;
text-decoration: none;
white-space: nowrap;
transition: 0.4s;
will-change: opacity;
display: inline-block;
width: auto;
margin: 0 auto;
padding: 0 35px;
font-size: 12px;
font-size: 0.75rem;
font-weight: 500;
line-height: 40px;
text-transform: uppercase;
letter-spacing: 0.2em; }
.no-touch #page input[type="submit"]:hover {
opacity: 0.9; }
.primary-color-enabled #page input[type="submit"] {
background: var(--primary-color);
color: #fff; }
select {
height: 32px;
padding: 2px;
background-color: #fff;
border: 1px solid #ddd;
box-shadow: none;
color: #212121;
outline: 0;
line-height: 32px;
vertical-align: middle;
font-size: 12px !important;
font-size: 0.75rem !important;
letter-spacing: 0.05em;
text-transform: none;
-webkit-font-smoothing: subpixel-antialiased; }
#page form.post-password-form input[type="password"] {
padding: 5px 10px;
border: 1px solid; }
#page form.post-password-form input[type="submit"] {
margin-top: 15px; }
form.search-form {
position: relative;
max-width: 420px; }
form.search-form input[type="search"] {
height: 50px;
padding: 0 30px 0 0;
background: none;
border: none;
border-bottom: 2px solid;
border-radius: 0;
color: inherit;
font-weight: 400; }
form.search-form ::-webkit-input-placeholder {
opacity: 1; }
form.search-form :-moz-placeholder {
opacity: 1; }
form.search-form :-ms-input-placeholder {
opacity: 1; }
form.search-form button.search-submit {
position: absolute;
top: 0;
right: 0;
width: auto;
height: 50px;
background: none;
border: none;
box-shadow: none;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 18px;
font-size: 1.125rem;
line-height: 35px; }
form.search-form button.search-submit:before {
content: "\55"; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
margin-left: 0; }
.no-touch #page button[disabled]:hover,
.no-touch #page input[disabled]:hover {
opacity: 0.5; } .site .avatar {
border-radius: 50%; }
.post-entry .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none; }
.comment-content a img,
.textwidget a img {
display: block; } embed,
iframe,
object,
video {
margin-bottom: 30px;
max-width: 100%;
border: none;
vertical-align: middle; }
p > embed, p >
iframe, p >
object, p >
video {
margin-bottom: 0; }
.fluid-width-video-wrapper {
margin-bottom: 30px; }
.fluid-width-video-wrapper iframe {
margin-bottom: 0; } .wp-embed-responsive .wp-block-embed.is-type-video[class*="wp-embed-aspect-"] .wp-block-embed__wrapper:before {
display: none; }
.wp-video-shortcode {
margin-bottom: 30px; }
#page .wp-playlist {
margin: 0 0 30px;
padding: 30px 30px 10px; }
#page .wp-playlist .wp-playlist-tracks {
margin-top: 0; }
#page .wp-playlist a {
text-decoration: none; }
.wp-playlist-item .wp-playlist-caption {
padding: 15px 0;
margin-left: 0;
color: inherit !important; }
.wp-playlist-item .wp-playlist-item-length {
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.mejs-container a {
padding-bottom: 0;
border-bottom: none;
text-decoration: none; } .wp-caption {
margin: 30px 0;
max-width: 100%;
clear: both; }
.wp-caption.aligncenter {
text-align: center; }
.post-entry > .wp-caption:first-child {
margin-top: 0; }
.wp-caption-text,
.wp-block-image figcaption,
.wp-block-gallery figcaption,
.wp-block-video figcaption,
.wp-block-audio figcaption,
.wp-block-embed figcaption {
display: block;
padding: 10px 0;
font-size: 14px;
font-size: 0.875rem;
text-align: center;
line-height: 1.5;
opacity: 0.75; }
img[class*="wp-image-"] {
display: inline-block; }
p img[class*="wp-image-"].aligncenter {
display: block; }
.post-entry figure > a {
padding-bottom: 0;
border: none;
text-decoration: none; } .gallery {
margin: 0 -2px 30px; }
.gallery .gallery-item {
float: left;
display: inline-block;
width: 100%;
max-width: 33.33%;
text-align: center;
vertical-align: top; }
.gallery .gallery-item .gallery-icon {
font-size: 0;
padding: 0 2px 4px; }
.gallery .gallery-item .gallery-icon a {
transition: 0s; }
.gallery .gallery-item .gallery-icon img {
margin: 0 auto; }
.gallery.gallery-columns-1 .gallery-item {
max-width: 100%; }
.gallery.gallery-columns-2 .gallery-item {
max-width: 50%; }
.gallery.gallery-columns-4 .gallery-item {
max-width: 25%; }
.gallery.gallery-columns-5 .gallery-item {
max-width: 20%; }
.gallery.gallery-columns-6 .gallery-item {
max-width: 16.666%; }
.gallery.gallery-columns-7 .gallery-item {
max-width: 14.285%; }
.gallery.gallery-columns-8 .gallery-item {
max-width: 12.5%; }
.gallery.gallery-columns-9 .gallery-item {
max-width: 11.11%; }
.gallery.gallery-columns-1 .gallery-item, .gallery.gallery-columns-2 .gallery-item:nth-child(2n+1), .gallery.gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery.gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery.gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery.gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery.gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery.gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left; }
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none; } .post-entry .twitter-tweet.twitter-tweet-rendered {
margin-left: 0; } .fallsky-media-wrapper.fallsky-media-fullscreen-playing {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100%;
height: 100%;
background: #000; }
.fallsky-media-wrapper.fallsky-media-fullscreen-playing .close-button {
position: absolute;
top: 20px;
right: 10px;
z-index: 9;
width: 36px;
height: 36px;
background: #fff;
border-radius: 50%;
color: #000;
font-size: 0;
line-height: 36px;
text-align: center;
cursor: pointer; }
.fallsky-media-wrapper.fallsky-media-fullscreen-playing .close-button:before {
display: block;
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 30px;
line-height: 36px;
-webkit-transform: translateX(-1px);
-ms-transform: translateX(-1px);
transform: translateX(-1px);
content: "\4d"; }
.fallsky-media-wrapper.fallsky-media-fullscreen-playing embed,
.fallsky-media-wrapper.fallsky-media-fullscreen-playing iframe,
.fallsky-media-wrapper.fallsky-media-fullscreen-playing object,
.fallsky-media-wrapper.fallsky-media-fullscreen-playing video {
max-height: 100%; }
.fallsky-media-wrapper.fallsky-media-fullscreen-playing.show {
display: block; }
@media screen and (max-width: 782px) and (min-width: 601px) {
.logged-in.admin-bar .fallsky-media-wrapper.fallsky-media-fullscreen-playing {
top: 46px;
height: calc(100% - 46px); } }
@media screen and (min-width: 783px) {
.logged-in.admin-bar .fallsky-media-wrapper.fallsky-media-fullscreen-playing {
top: 32px;
height: calc(100% - 32px); } } .site-content:not([class*="with-sidebar"]) .wide-image {
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 100vw;
text-align: center; }
.site-content:not([class*="with-sidebar"]) .wide-image > img {
margin: 0 auto 30px; }
.site-content:not([class*="with-sidebar"]) .wide-image > .wp-caption {
margin-right: auto;
margin-left: auto; }
@media screen and (min-width: 768px) {
.site-layout-frame .site-content:not([class*="with-sidebar"]) .wide-image {
width: calc(100vw - 70px); } } .post-content-gallery.gallery-justified {
opacity: 0; }
.post-content-gallery.gallery-justified.justified-gallery-initialized {
opacity: 1;
transition: opacity 0.4s; }
.post-content-gallery.gallery-justified img {
cursor: zoom-in; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 999;
width: 100vw;
height: 100vh;
padding: 0;
background: var(--bg-color); }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery {
top: 60px; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery,
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-list,
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-track {
height: 100%; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-slide,
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-list .slick-slide,
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .image-gallery .slick-track .slick-slide {
height: auto; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .gallery-item div {
height: calc(100vh - 200px);
padding: 0;
background-size: contain;
background-repeat: no-repeat;
background-position: center; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .wp-caption-text {
position: absolute;
bottom: 0;
left: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
z-index: 9;
display: block;
width: 100%;
max-height: 50px;
overflow: auto;
padding: 10px 30px;
text-align: center;
opacity: 1; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows {
position: absolute;
top: auto;
left: 50%;
bottom: 30px;
width: 320px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%); }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow {
position: absolute;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-prev {
left: 0; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow.slick-next {
right: 0; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow:before {
font-size: 21px;
font-size: 1.3125rem; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .loftocean-popup-gallery-close {
position: absolute;
right: auto;
bottom: 30px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 9;
display: block;
width: 50px;
height: 50px;
background: none;
line-height: 50px;
text-align: center;
cursor: pointer; }
.loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .loftocean-popup-gallery-close:after {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
content: "\4d";
font-size: 21px;
font-size: 1.3125rem;
line-height: inherit; }
.light-color .loftocean-popup-sliders .popup-slider.gallery-slider.fullscreen .slider-arrows .slick-arrow {
color: #000; }
@media screen and (max-width: 600px) {
.logged-in.admin-bar .fallsky-media-wrapper.fallsky-media-fullscreen-playing .close-button {
top: 70px; } }
@media screen and (max-width: 599px) {
.gallery:not(.gallery-columns-1) .gallery-item .gallery-caption {
display: none; } }  .post-entry .has-small-font-size {
font-size: 13px; }
.post-entry .has-normal-font-size,
.post-entry .has-regular-font-size {
font-size: 16px; }
.post-entry .has-medium-font-size {
font-size: 20px; }
.post-entry .has-large-font-size {
font-size: 36px; }
.post-entry .has-huge-font-size,
.post-entry .has-larger-font-size {
font-size: 42px; } #page .post-entry p.has-drop-cap:first-letter {
padding: 0;
margin: 10px 15px 0 0;
box-sizing: border-box;
font-size: 500%;
font-weight: 600;
letter-spacing: 0;
line-height: 0.8; } #page .wp-block-columns {
margin-bottom: 0; } .wp-block-verse {
padding: 0 30px;
background: none;
border: 0;
white-space: pre-wrap !important; } .wp-block-table.is-style-stripes {
border: none;
border-bottom: 1px solid #f3f4f5; } .wp-block-image .alignleft {
margin-right: 2em; }
.wp-block-image .alignright {
margin-left: 2em; }
.wp-block-image figcaption {
color: inherit;
font-size: 14px;
font-size: 0.875rem;
text-align: center;
line-height: 1.5;
opacity: 0.75; } .wp-block-gallery {
margin-bottom: 30px; }
.wp-block-gallery:not(.alignleft):not(.alignright) {
clear: both; }
.post-entry .wp-block-gallery > li,
.post-entry .wp-block-gallery ul > li {
padding: 0; }
.post-entry .wp-block-gallery > li:before,
.post-entry .wp-block-gallery ul > li:before {
display: none; } .wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding: 0 0 0 40px;
margin: 50px 0;
font-weight: 600; }
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
margin-top: 0;
text-align: left; }
.wp-block-quote.has-text-align-center cite,
.wp-block-quote.has-text-align-center footer {
text-align: center; }
.wp-block-pullquote {
border-top: 4px solid;
border-bottom: 4px solid; }
.wp-block-pullquote:not(:last-child) {
margin-bottom: 30px; }
.wp-block-pullquote blockquote {
padding: 0;
margin: 0; }
.wp-block-pullquote blockquote:before,
.wp-block-pullquote blockquote cite:before {
display: none; } .wp-block-group {
margin-bottom: 30px; }
.wp-block-group.has-background {
padding: 30px; }
.wp-block-group.alignfull {
padding: 30px 0; }
.wp-block-group.alignfull .wp-block-group__inner-container {
max-width: 1140px;
padding: 0 50px; }
.wp-block-group__inner-container > *:last-child {
margin-bottom: 0; } .wp-block-cover,
.wp-block-cover-image {
padding: 0;
margin-bottom: 30px;
color: #fff; }
.post-entry > .wp-block-cover:not(.has-text-color), .post-entry >
.wp-block-cover-image:not(.has-text-color) {
color: #fff; }
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2,
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover-image .wp-block-cover__inner-container {
width: 100%;
max-width: 860px;
padding: 30px;
line-height: 1.35; }
.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-cover-image .wp-block-cover__inner-container > *:last-child {
margin-bottom: 0; }
.wp-block-cover .wp-block-cover__inner-container a,
.wp-block-cover form,
.wp-block-cover a,
.wp-block-cover blockquote,
.wp-block-cover-image .wp-block-cover__inner-container a,
.wp-block-cover-image form,
.wp-block-cover-image a,
.wp-block-cover-image blockquote {
color: inherit; }
.wp-block-column .wp-block-cover {
height: auto; } .wp-block-media-text {
margin-bottom: 30px; }
.wp-block-media-text .wp-block-media-text__content {
width: 100%; }
.wp-block-media-text__content > *:first-child {
margin-top: 30px; } #page .wp-block-button__link,
#page .wp-block-file__button {
text-decoration: none; }
.wp-block-button {
margin-bottom: 30px; }
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: inherit; }
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color), .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):active, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):focus, .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):hover {
color: #fff !important; } .wp-block-video,
.wp-block-audio,
.wp-block-embed {
margin-bottom: 30px; }
.wp-block-video video,
.wp-block-embed .fluid-width-video-wrapper {
margin-bottom: 0; } .wp-block-separator {
background: transparent;
border: none;
border-bottom: 2px solid #8f98a1;
margin: 1.65em auto;
clear: both; }
.wp-block-separator.is-style-wide, .wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
height: 2px; }
.wp-block-separator.has-background {
border-bottom: none; }
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px; } #page .wp-block-latest-posts,
#page .wp-block-categories,
#page .wp-block-archives,
#page .wp-block-latest-comments {
margin-right: 0;
margin-left: 0;
list-style: none; }
#page .wp-block-latest-posts a,
#page .wp-block-categories a,
#page .wp-block-archives a,
#page .wp-block-latest-comments a {
padding-bottom: 0;
border-bottom: none;
color: inherit;
font-weight: 600;
text-decoration: none; }
#page .wp-block-latest-posts li,
#page .wp-block-categories li,
#page .wp-block-archives li,
#page .wp-block-latest-comments li {
padding-right: 0;
padding-left: 0; }
#page .wp-block-latest-posts li:before,
#page .wp-block-categories li:before,
#page .wp-block-archives li:before,
#page .wp-block-latest-comments li:before {
display: none; }
.wp-block-latest-posts li {
margin-bottom: 20px; }
.wp-block-latest-posts li > a {
display: block; }
.wp-block-latest-posts a {
font-size: 20px;
font-size: 1.25rem;
line-height: 1.35; }
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt a {
font-size: inherit; }
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
margin-bottom: 15px; }
.wp-block-latest-posts .wp-block-latest-posts__featured-image.alignleft {
margin-right: 1em; }
.wp-block-latest-posts .wp-block-latest-posts__featured-image.alignright {
margin-left: 1em; }
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts time {
display: inline-block;
margin-top: 8px; }
.wp-block-latest-posts .wp-block-latest-posts__post-author + .wp-block-latest-posts__post-date {
margin-left: 10px; }
.wp-block-latest-posts__post-date {
margin-top: 8px; }
.wp-block-categories,
.wp-block-archives {
margin-bottom: 30px; }
.wp-block-categories li {
margin-bottom: 6px; }
.wp-block-categories ul {
margin-top: 6px;
margin-left: 20px; }
.wp-block-tag-cloud a {
display: block;
float: left;
width: 50%;
text-align: left;
line-height: 25px; }
.wp-block-tag-cloud a:not(:hover) {
color: inherit;
text-decoration: none; }
.no-touch .wp-block-tag-cloud a:hover, .wp-block-tag-cloud a:focus {
text-decoration: underline; }
.wp-block-calendar,
.wp-block-search {
margin-bottom: 30px; }
.wp-block-calendar tfoot a {
color: inherit;
text-decoration: none !important; }
.wp-block-search {
position: relative;
max-width: 360px;
margin-right: 0;
margin-left: 0; }
.wp-block-search input[type="search"] {
max-width: 360px;
height: 42px;
padding: 5px 42px 5px 15px;
border: 1px solid rgba(0, 0, 0, 0.1);
font-size: 13px;
font-size: 0.8125rem; }
.wp-block-search .wp-block-search__button {
position: absolute;
bottom: 0;
right: 0;
width: 42px;
height: 42px;
background: none;
border: none;
box-shadow: none;
font-size: 0; }
.wp-block-search .wp-block-search__button:before {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
font-size: 13px;
font-size: 0.8125rem;
line-height: 35px;
content: "\55"; }
.wp-block-rss {
margin: 0 0 30px;
list-style: none;
font-size: 13px;
font-size: 0.8125rem; }
.wp-block-rss .wp-block-rss__item {
padding: 0; }
.wp-block-rss .wp-block-rss__item:before {
display: none; }
.wp-block-rss .wp-block-rss__item:not(:last-child) {
margin-bottom: 15px; }
.wp-block-rss .wp-block-rss__item:not(:last-child):after {
position: relative;
display: block;
width: 100%;
height: 1px;
margin-top: 15px;
background: currentColor;
opacity: 0.1;
content: ""; }
.wp-block-rss .wp-block-rss__item > *:not(:last-child) {
margin-bottom: 10px; }
.wp-block-rss .wp-block-rss__item-title {
font-size: 16px;
font-size: 1rem;
font-weight: 600;
line-height: 1.3; }
.wp-block-rss .wp-block-rss__item-title a {
text-decoration: none; }
.wp-block-rss .wp-block-rss__item-title a:not(:hover) {
color: inherit; }
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author {
display: inline-block;
color: inherit;
font-size: 12px;
font-size: 0.75rem;
opacity: 0.5; }
.wp-block-rss .wp-block-rss__item-author {
font-weight: 600; }
.wp-block-rss .wp-block-rss__item-publish-date + .wp-block-rss__item-author {
margin-left: 8px; }
.post-entry .wp-social-link {
margin-left: 0;
padding: 0; }
.post-entry .wp-social-link:before {
display: none; }
.post-entry .wp-social-link a,
.post-entry .wp-social-link a:active,
.post-entry .wp-social-link a:hover,
.post-entry .wp-social-link a:visited,
.post-entry .wp-social-link svg {
color: #fff; }
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a {
padding: 0; }
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a,
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a:active,
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a:hover,
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link a:visited,
.post-entry .wp-block-social-links.is-style-logos-only .wp-social-link svg {
color: inherit; } .post-entry > .alignfull {
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 30px;
width: 100vw;
max-width: 100vw;
clear: both; }
.post-entry > .alignfull.gallery-slider, .post-entry > .alignfull.gallery-justified {
width: 100vw;
max-width: 100vw; }
.post-entry > .alignfull.wp-block-cover.has-parallax {
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin-left: -50vw; }
@media screen and (min-width: 768px) {
.site-layout-frame .post-entry > .alignfull {
width: calc(100vw - 70px); }
.site-layout-frame .post-entry > .alignfull.wp-block-cover.has-parallax {
margin-left: calc(35px - 50vw); } } .main #primary .post-entry .posts {
margin-bottom: 50px; }
.main #primary .post-entry .posts .post {
color: var(--text-color); }
.main #primary .post-entry .posts .post .post-content .post-header {
margin-bottom: 15px; }
.main #primary .post-entry .posts .post .post-meta {
float: none;
margin-top: 0; }
.main #primary .post-entry .posts .post .post-meta .meta-item {
line-height: 20px; }
.main #primary .post-entry .posts .post a {
text-decoration: none; }
.main #primary .post-entry .posts.layout-card.dark-card .post, .main #primary .post-entry .posts.layout-card.dark-card .post .post-title, .main #primary .post-entry .posts.layout-overlay .post-content .post-title {
color: #fff; }
@media screen and (min-width: 600px) {
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2 {
margin: auto; }
.wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
.wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-text,
.wp-block-cover:not(.alignleft):not(.alignright) h2,
.wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
.wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-text,
.wp-block-cover-image:not(.alignleft):not(.alignright) h2 {
font-size: 40px;
font-size: 2.5rem; }
.post-entry > *.alignwide {
position: relative;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: calc(100% + 60px);
max-width: 100vw; }
.post-entry > *.alignwide.wp-block-cover.has-parallax {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin-left: -30px; } }
@media screen and (min-width: 768px) {
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding-left: 100px; }
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 28px;
font-size: 1.75rem; } }
@media screen and (min-width: 1120px) {
.wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
.wp-block-cover:not(.alignleft):not(.alignright) .wp-block-cover-text,
.wp-block-cover:not(.alignleft):not(.alignright) h2,
.wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-image-text,
.wp-block-cover-image:not(.alignleft):not(.alignright) .wp-block-cover-text,
.wp-block-cover-image:not(.alignleft):not(.alignright) h2 {
font-size: 50px;
font-size: 3.125rem; }
.wp-block-group.has-background {
padding: 50px 30px; }
.wp-block-group.alignfull {
padding: 80px 0; }
.site-content:not([class*="with-sidebar"]) .post-entry > *.alignwide {
max-width: 1140px; }
.site-content[class*="with-sidebar"] .post-entry > *.alignfull,
.site-content[class*="with-sidebar"] .post-entry > *.alignwide {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
width: auto; }
.site-content[class*="with-sidebar"] .post-entry > *.alignfull.wp-block-cover.has-parallax,
.site-content[class*="with-sidebar"] .post-entry > *.alignwide.wp-block-cover.has-parallax {
margin-left: 0; } }
@media screen and (min-width: 1200px) {
.site-content:not([class*="with-sidebar"]) .post-entry > *.alignwide {
width: calc(100% + 140px); }
.site-content:not([class*="with-sidebar"]) .post-entry > *.alignwide.wp-block-cover.has-parallax {
margin-left: -70px; } }
@media screen and (max-width: 599px) {
.wp-block-columns.alignfull {
padding: 0 30px; } }
@media screen and (max-width: 400px) {
.wp-block-columns.alignfull {
padding: 0 20px; } }@font-face {
font-family: 'ElegantIcons';
src:url(//www.chefsins.com/wp-content/themes/fallsky/assets/fonts/elegant-font/fonts/ElegantIcons.eot);
src:url(//www.chefsins.com/wp-content/themes/fallsky/assets/fonts/elegant-font/fonts/ElegantIcons.eot?#iefix) format('embedded-opentype'),
url(//www.chefsins.com/wp-content/themes/fallsky/assets/fonts/elegant-font/fonts/ElegantIcons.woff) format('woff'),
url(//www.chefsins.com/wp-content/themes/fallsky/assets/fonts/elegant-font/fonts/ElegantIcons.ttf) format('truetype'),
url(//www.chefsins.com/wp-content/themes/fallsky/assets/fonts/elegant-font/fonts/ElegantIcons.svg#ElegantIcons) format('svg');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'ElegantIcons';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
font-family: 'ElegantIcons';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
content: "\21";
}
.arrow_down:before {
content: "\22";
}
.arrow_left:before {
content: "\23";
}
.arrow_right:before {
content: "\24";
}
.arrow_left-up:before {
content: "\25";
}
.arrow_right-up:before {
content: "\26";
}
.arrow_right-down:before {
content: "\27";
}
.arrow_left-down:before {
content: "\28";
}
.arrow-up-down:before {
content: "\29";
}
.arrow_up-down_alt:before {
content: "\2a";
}
.arrow_left-right_alt:before {
content: "\2b";
}
.arrow_left-right:before {
content: "\2c";
}
.arrow_expand_alt2:before {
content: "\2d";
}
.arrow_expand_alt:before {
content: "\2e";
}
.arrow_condense:before {
content: "\2f";
}
.arrow_expand:before {
content: "\30";
}
.arrow_move:before {
content: "\31";
}
.arrow_carrot-up:before {
content: "\32";
}
.arrow_carrot-down:before {
content: "\33";
}
.arrow_carrot-left:before {
content: "\34";
}
.arrow_carrot-right:before {
content: "\35";
}
.arrow_carrot-2up:before {
content: "\36";
}
.arrow_carrot-2down:before {
content: "\37";
}
.arrow_carrot-2left:before {
content: "\38";
}
.arrow_carrot-2right:before {
content: "\39";
}
.arrow_carrot-up_alt2:before {
content: "\3a";
}
.arrow_carrot-down_alt2:before {
content: "\3b";
}
.arrow_carrot-left_alt2:before {
content: "\3c";
}
.arrow_carrot-right_alt2:before {
content: "\3d";
}
.arrow_carrot-2up_alt2:before {
content: "\3e";
}
.arrow_carrot-2down_alt2:before {
content: "\3f";
}
.arrow_carrot-2left_alt2:before {
content: "\40";
}
.arrow_carrot-2right_alt2:before {
content: "\41";
}
.arrow_triangle-up:before {
content: "\42";
}
.arrow_triangle-down:before {
content: "\43";
}
.arrow_triangle-left:before {
content: "\44";
}
.arrow_triangle-right:before {
content: "\45";
}
.arrow_triangle-up_alt2:before {
content: "\46";
}
.arrow_triangle-down_alt2:before {
content: "\47";
}
.arrow_triangle-left_alt2:before {
content: "\48";
}
.arrow_triangle-right_alt2:before {
content: "\49";
}
.arrow_back:before {
content: "\4a";
}
.icon_minus-06:before {
content: "\4b";
}
.icon_plus:before {
content: "\4c";
}
.icon_close:before {
content: "\4d";
}
.icon_check:before {
content: "\4e";
}
.icon_minus_alt2:before {
content: "\4f";
}
.icon_plus_alt2:before {
content: "\50";
}
.icon_close_alt2:before {
content: "\51";
}
.icon_check_alt2:before {
content: "\52";
}
.icon_zoom-out_alt:before {
content: "\53";
}
.icon_zoom-in_alt:before {
content: "\54";
}
.icon_search:before {
content: "\55";
}
.icon_box-empty:before {
content: "\56";
}
.icon_box-selected:before {
content: "\57";
}
.icon_minus-box:before {
content: "\58";
}
.icon_plus-box:before {
content: "\59";
}
.icon_box-checked:before {
content: "\5a";
}
.icon_circle-empty:before {
content: "\5b";
}
.icon_circle-slelected:before {
content: "\5c";
}
.icon_stop_alt2:before {
content: "\5d";
}
.icon_stop:before {
content: "\5e";
}
.icon_pause_alt2:before {
content: "\5f";
}
.icon_pause:before {
content: "\60";
}
.icon_menu:before {
content: "\61";
}
.icon_menu-square_alt2:before {
content: "\62";
}
.icon_menu-circle_alt2:before {
content: "\63";
}
.icon_ul:before {
content: "\64";
}
.icon_ol:before {
content: "\65";
}
.icon_adjust-horiz:before {
content: "\66";
}
.icon_adjust-vert:before {
content: "\67";
}
.icon_document_alt:before {
content: "\68";
}
.icon_documents_alt:before {
content: "\69";
}
.icon_pencil:before {
content: "\6a";
}
.icon_pencil-edit_alt:before {
content: "\6b";
}
.icon_pencil-edit:before {
content: "\6c";
}
.icon_folder-alt:before {
content: "\6d";
}
.icon_folder-open_alt:before {
content: "\6e";
}
.icon_folder-add_alt:before {
content: "\6f";
}
.icon_info_alt:before {
content: "\70";
}
.icon_error-oct_alt:before {
content: "\71";
}
.icon_error-circle_alt:before {
content: "\72";
}
.icon_error-triangle_alt:before {
content: "\73";
}
.icon_question_alt2:before {
content: "\74";
}
.icon_question:before {
content: "\75";
}
.icon_comment_alt:before {
content: "\76";
}
.icon_chat_alt:before {
content: "\77";
}
.icon_vol-mute_alt:before {
content: "\78";
}
.icon_volume-low_alt:before {
content: "\79";
}
.icon_volume-high_alt:before {
content: "\7a";
}
.icon_quotations:before {
content: "\7b";
}
.icon_quotations_alt2:before {
content: "\7c";
}
.icon_clock_alt:before {
content: "\7d";
}
.icon_lock_alt:before {
content: "\7e";
}
.icon_lock-open_alt:before {
content: "\e000";
}
.icon_key_alt:before {
content: "\e001";
}
.icon_cloud_alt:before {
content: "\e002";
}
.icon_cloud-upload_alt:before {
content: "\e003";
}
.icon_cloud-download_alt:before {
content: "\e004";
}
.icon_image:before {
content: "\e005";
}
.icon_images:before {
content: "\e006";
}
.icon_lightbulb_alt:before {
content: "\e007";
}
.icon_gift_alt:before {
content: "\e008";
}
.icon_house_alt:before {
content: "\e009";
}
.icon_genius:before {
content: "\e00a";
}
.icon_mobile:before {
content: "\e00b";
}
.icon_tablet:before {
content: "\e00c";
}
.icon_laptop:before {
content: "\e00d";
}
.icon_desktop:before {
content: "\e00e";
}
.icon_camera_alt:before {
content: "\e00f";
}
.icon_mail_alt:before {
content: "\e010";
}
.icon_cone_alt:before {
content: "\e011";
}
.icon_ribbon_alt:before {
content: "\e012";
}
.icon_bag_alt:before {
content: "\e013";
}
.icon_creditcard:before {
content: "\e014";
}
.icon_cart_alt:before {
content: "\e015";
}
.icon_paperclip:before {
content: "\e016";
}
.icon_tag_alt:before {
content: "\e017";
}
.icon_tags_alt:before {
content: "\e018";
}
.icon_trash_alt:before {
content: "\e019";
}
.icon_cursor_alt:before {
content: "\e01a";
}
.icon_mic_alt:before {
content: "\e01b";
}
.icon_compass_alt:before {
content: "\e01c";
}
.icon_pin_alt:before {
content: "\e01d";
}
.icon_pushpin_alt:before {
content: "\e01e";
}
.icon_map_alt:before {
content: "\e01f";
}
.icon_drawer_alt:before {
content: "\e020";
}
.icon_toolbox_alt:before {
content: "\e021";
}
.icon_book_alt:before {
content: "\e022";
}
.icon_calendar:before {
content: "\e023";
}
.icon_film:before {
content: "\e024";
}
.icon_table:before {
content: "\e025";
}
.icon_contacts_alt:before {
content: "\e026";
}
.icon_headphones:before {
content: "\e027";
}
.icon_lifesaver:before {
content: "\e028";
}
.icon_piechart:before {
content: "\e029";
}
.icon_refresh:before {
content: "\e02a";
}
.icon_link_alt:before {
content: "\e02b";
}
.icon_link:before {
content: "\e02c";
}
.icon_loading:before {
content: "\e02d";
}
.icon_blocked:before {
content: "\e02e";
}
.icon_archive_alt:before {
content: "\e02f";
}
.icon_heart_alt:before {
content: "\e030";
}
.icon_star_alt:before {
content: "\e031";
}
.icon_star-half_alt:before {
content: "\e032";
}
.icon_star:before {
content: "\e033";
}
.icon_star-half:before {
content: "\e034";
}
.icon_tools:before {
content: "\e035";
}
.icon_tool:before {
content: "\e036";
}
.icon_cog:before {
content: "\e037";
}
.icon_cogs:before {
content: "\e038";
}
.arrow_up_alt:before {
content: "\e039";
}
.arrow_down_alt:before {
content: "\e03a";
}
.arrow_left_alt:before {
content: "\e03b";
}
.arrow_right_alt:before {
content: "\e03c";
}
.arrow_left-up_alt:before {
content: "\e03d";
}
.arrow_right-up_alt:before {
content: "\e03e";
}
.arrow_right-down_alt:before {
content: "\e03f";
}
.arrow_left-down_alt:before {
content: "\e040";
}
.arrow_condense_alt:before {
content: "\e041";
}
.arrow_expand_alt3:before {
content: "\e042";
}
.arrow_carrot_up_alt:before {
content: "\e043";
}
.arrow_carrot-down_alt:before {
content: "\e044";
}
.arrow_carrot-left_alt:before {
content: "\e045";
}
.arrow_carrot-right_alt:before {
content: "\e046";
}
.arrow_carrot-2up_alt:before {
content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
content: "\e048";
}
.arrow_carrot-2left_alt:before {
content: "\e049";
}
.arrow_carrot-2right_alt:before {
content: "\e04a";
}
.arrow_triangle-up_alt:before {
content: "\e04b";
}
.arrow_triangle-down_alt:before {
content: "\e04c";
}
.arrow_triangle-left_alt:before {
content: "\e04d";
}
.arrow_triangle-right_alt:before {
content: "\e04e";
}
.icon_minus_alt:before {
content: "\e04f";
}
.icon_plus_alt:before {
content: "\e050";
}
.icon_close_alt:before {
content: "\e051";
}
.icon_check_alt:before {
content: "\e052";
}
.icon_zoom-out:before {
content: "\e053";
}
.icon_zoom-in:before {
content: "\e054";
}
.icon_stop_alt:before {
content: "\e055";
}
.icon_menu-square_alt:before {
content: "\e056";
}
.icon_menu-circle_alt:before {
content: "\e057";
}
.icon_document:before {
content: "\e058";
}
.icon_documents:before {
content: "\e059";
}
.icon_pencil_alt:before {
content: "\e05a";
}
.icon_folder:before {
content: "\e05b";
}
.icon_folder-open:before {
content: "\e05c";
}
.icon_folder-add:before {
content: "\e05d";
}
.icon_folder_upload:before {
content: "\e05e";
}
.icon_folder_download:before {
content: "\e05f";
}
.icon_info:before {
content: "\e060";
}
.icon_error-circle:before {
content: "\e061";
}
.icon_error-oct:before {
content: "\e062";
}
.icon_error-triangle:before {
content: "\e063";
}
.icon_question_alt:before {
content: "\e064";
}
.icon_comment:before {
content: "\e065";
}
.icon_chat:before {
content: "\e066";
}
.icon_vol-mute:before {
content: "\e067";
}
.icon_volume-low:before {
content: "\e068";
}
.icon_volume-high:before {
content: "\e069";
}
.icon_quotations_alt:before {
content: "\e06a";
}
.icon_clock:before {
content: "\e06b";
}
.icon_lock:before {
content: "\e06c";
}
.icon_lock-open:before {
content: "\e06d";
}
.icon_key:before {
content: "\e06e";
}
.icon_cloud:before {
content: "\e06f";
}
.icon_cloud-upload:before {
content: "\e070";
}
.icon_cloud-download:before {
content: "\e071";
}
.icon_lightbulb:before {
content: "\e072";
}
.icon_gift:before {
content: "\e073";
}
.icon_house:before {
content: "\e074";
}
.icon_camera:before {
content: "\e075";
}
.icon_mail:before {
content: "\e076";
}
.icon_cone:before {
content: "\e077";
}
.icon_ribbon:before {
content: "\e078";
}
.icon_bag:before {
content: "\e079";
}
.icon_cart:before {
content: "\e07a";
}
.icon_tag:before {
content: "\e07b";
}
.icon_tags:before {
content: "\e07c";
}
.icon_trash:before {
content: "\e07d";
}
.icon_cursor:before {
content: "\e07e";
}
.icon_mic:before {
content: "\e07f";
}
.icon_compass:before {
content: "\e080";
}
.icon_pin:before {
content: "\e081";
}
.icon_pushpin:before {
content: "\e082";
}
.icon_map:before {
content: "\e083";
}
.icon_drawer:before {
content: "\e084";
}
.icon_toolbox:before {
content: "\e085";
}
.icon_book:before {
content: "\e086";
}
.icon_contacts:before {
content: "\e087";
}
.icon_archive:before {
content: "\e088";
}
.icon_heart:before {
content: "\e089";
}
.icon_profile:before {
content: "\e08a";
}
.icon_group:before {
content: "\e08b";
}
.icon_grid-2x2:before {
content: "\e08c";
}
.icon_grid-3x3:before {
content: "\e08d";
}
.icon_music:before {
content: "\e08e";
}
.icon_pause_alt:before {
content: "\e08f";
}
.icon_phone:before {
content: "\e090";
}
.icon_upload:before {
content: "\e091";
}
.icon_download:before {
content: "\e092";
}
.social_facebook:before {
content: "\e093";
}
.social_twitter:before {
content: "\e094";
}
.social_pinterest:before {
content: "\e095";
}
.social_googleplus:before {
content: "\e096";
}
.social_tumblr:before {
content: "\e097";
}
.social_tumbleupon:before {
content: "\e098";
}
.social_wordpress:before {
content: "\e099";
}
.social_instagram:before {
content: "\e09a";
}
.social_dribbble:before {
content: "\e09b";
}
.social_vimeo:before {
content: "\e09c";
}
.social_linkedin:before {
content: "\e09d";
}
.social_rss:before {
content: "\e09e";
}
.social_deviantart:before {
content: "\e09f";
}
.social_share:before {
content: "\e0a0";
}
.social_myspace:before {
content: "\e0a1";
}
.social_skype:before {
content: "\e0a2";
}
.social_youtube:before {
content: "\e0a3";
}
.social_picassa:before {
content: "\e0a4";
}
.social_googledrive:before {
content: "\e0a5";
}
.social_flickr:before {
content: "\e0a6";
}
.social_blogger:before {
content: "\e0a7";
}
.social_spotify:before {
content: "\e0a8";
}
.social_delicious:before {
content: "\e0a9";
}
.social_facebook_circle:before {
content: "\e0aa";
}
.social_twitter_circle:before {
content: "\e0ab";
}
.social_pinterest_circle:before {
content: "\e0ac";
}
.social_googleplus_circle:before {
content: "\e0ad";
}
.social_tumblr_circle:before {
content: "\e0ae";
}
.social_stumbleupon_circle:before {
content: "\e0af";
}
.social_wordpress_circle:before {
content: "\e0b0";
}
.social_instagram_circle:before {
content: "\e0b1";
}
.social_dribbble_circle:before {
content: "\e0b2";
}
.social_vimeo_circle:before {
content: "\e0b3";
}
.social_linkedin_circle:before {
content: "\e0b4";
}
.social_rss_circle:before {
content: "\e0b5";
}
.social_deviantart_circle:before {
content: "\e0b6";
}
.social_share_circle:before {
content: "\e0b7";
}
.social_myspace_circle:before {
content: "\e0b8";
}
.social_skype_circle:before {
content: "\e0b9";
}
.social_youtube_circle:before {
content: "\e0ba";
}
.social_picassa_circle:before {
content: "\e0bb";
}
.social_googledrive_alt2:before {
content: "\e0bc";
}
.social_flickr_circle:before {
content: "\e0bd";
}
.social_blogger_circle:before {
content: "\e0be";
}
.social_spotify_circle:before {
content: "\e0bf";
}
.social_delicious_circle:before {
content: "\e0c0";
}
.social_facebook_square:before {
content: "\e0c1";
}
.social_twitter_square:before {
content: "\e0c2";
}
.social_pinterest_square:before {
content: "\e0c3";
}
.social_googleplus_square:before {
content: "\e0c4";
}
.social_tumblr_square:before {
content: "\e0c5";
}
.social_stumbleupon_square:before {
content: "\e0c6";
}
.social_wordpress_square:before {
content: "\e0c7";
}
.social_instagram_square:before {
content: "\e0c8";
}
.social_dribbble_square:before {
content: "\e0c9";
}
.social_vimeo_square:before {
content: "\e0ca";
}
.social_linkedin_square:before {
content: "\e0cb";
}
.social_rss_square:before {
content: "\e0cc";
}
.social_deviantart_square:before {
content: "\e0cd";
}
.social_share_square:before {
content: "\e0ce";
}
.social_myspace_square:before {
content: "\e0cf";
}
.social_skype_square:before {
content: "\e0d0";
}
.social_youtube_square:before {
content: "\e0d1";
}
.social_picassa_square:before {
content: "\e0d2";
}
.social_googledrive_square:before {
content: "\e0d3";
}
.social_flickr_square:before {
content: "\e0d4";
}
.social_blogger_square:before {
content: "\e0d5";
}
.social_spotify_square:before {
content: "\e0d6";
}
.social_delicious_square:before {
content: "\e0d7";
}
.icon_printer:before {
content: "\e103";
}
.icon_calulator:before {
content: "\e0ee";
}
.icon_building:before {
content: "\e0ef";
}
.icon_floppy:before {
content: "\e0e8";
}
.icon_drive:before {
content: "\e0ea";
}
.icon_search-2:before {
content: "\e101";
}
.icon_id:before {
content: "\e107";
}
.icon_id-2:before {
content: "\e108";
}
.icon_puzzle:before {
content: "\e102";
}
.icon_like:before {
content: "\e106";
}
.icon_dislike:before {
content: "\e0eb";
}
.icon_mug:before {
content: "\e105";
}
.icon_currency:before {
content: "\e0ed";
}
.icon_wallet:before {
content: "\e100";
}
.icon_pens:before {
content: "\e104";
}
.icon_easel:before {
content: "\e0e9";
}
.icon_flowchart:before {
content: "\e109";
}
.icon_datareport:before {
content: "\e0ec";
}
.icon_briefcase:before {
content: "\e0fe";
}
.icon_shield:before {
content: "\e0f6";
}
.icon_percent:before {
content: "\e0fb";
}
.icon_globe:before {
content: "\e0e2";
}
.icon_globe-2:before {
content: "\e0e3";
}
.icon_target:before {
content: "\e0f5";
}
.icon_hourglass:before {
content: "\e0e1";
}
.icon_balance:before {
content: "\e0ff";
}
.icon_rook:before {
content: "\e0f8";
}
.icon_printer-alt:before {
content: "\e0fa";
}
.icon_calculator_alt:before {
content: "\e0e7";
}
.icon_building_alt:before {
content: "\e0fd";
}
.icon_floppy_alt:before {
content: "\e0e4";
}
.icon_drive_alt:before {
content: "\e0e5";
}
.icon_search_alt:before {
content: "\e0f7";
}
.icon_id_alt:before {
content: "\e0e0";
}
.icon_id-2_alt:before {
content: "\e0fc";
}
.icon_puzzle_alt:before {
content: "\e0f9";
}
.icon_like_alt:before {
content: "\e0dd";
}
.icon_dislike_alt:before {
content: "\e0f1";
}
.icon_mug_alt:before {
content: "\e0dc";
}
.icon_currency_alt:before {
content: "\e0f3";
}
.icon_wallet_alt:before {
content: "\e0d8";
}
.icon_pens_alt:before {
content: "\e0db";
}
.icon_easel_alt:before {
content: "\e0f0";
}
.icon_flowchart_alt:before {
content: "\e0df";
}
.icon_datareport_alt:before {
content: "\e0f2";
}
.icon_briefcase_alt:before {
content: "\e0f4";
}
.icon_shield_alt:before {
content: "\e0d9";
}
.icon_percent_alt:before {
content: "\e0da";
}
.icon_globe_alt:before {
content: "\e0de";
}
.icon_clipboard:before {
content: "\e0e6";
}
.glyph {
float: left;
text-align: center;
padding: .75em;
margin: .4em 1.5em .75em 0;
width: 6em;
text-shadow: none;
}
.glyph_big {
font-size: 128px;
color: #59c5dc;
float: left;
margin-right: 20px;
}
.glyph div { padding-bottom: 10px;}
.glyph input {
font-family: consolas, monospace;
font-size: 12px;
width: 100%;
text-align: center;
border: 0;
box-shadow: 0 0 0 1px #ccc;
padding: .2em;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.centered {
margin-left: auto;
margin-right: auto;
}
.glyph .fs1 {
font-size: 2em;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}@font-face{font-family:'FontAwesome';src:url(https://www.chefsins.com/wp-content/plugins/yith-woocommerce-name-your-price-premium/plugin-fw/assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);src:url(https://www.chefsins.com/wp-content/plugins/yith-woocommerce-name-your-price-premium/plugin-fw/assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(https://www.chefsins.com/wp-content/plugins/yith-woocommerce-name-your-price-premium/plugin-fw/assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(https://www.chefsins.com/wp-content/plugins/yith-woocommerce-name-your-price-premium/plugin-fw/assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(https://www.chefsins.com/wp-content/plugins/yith-woocommerce-name-your-price-premium/plugin-fw/assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(https://www.chefsins.com/wp-content/plugins/yith-woocommerce-name-your-price-premium/plugin-fw/assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}