<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
--primary-color: #dd5533;
--secondary-color: #c43c1a;
--tertiary-color: #aa2200;
--accent-color: #3355dd;
--highlight-color: #2bc41a;
--light-gray-color: #f0f0f0;
--gray-color: #999;
--dark-gray-color: #303030;
--text-color: #303030;
--medium-text-color: #666;
--light-text-color: #999;
--dark-border-color: #303030;
--medium-border-color: #ccc;
--light-border-color: #ddd;
--link-color: #dd5533;
--link-hover-color: #303030;
--button-color: #dd5533;
--button-text-color: #fff;
--button-hover-color: #303030;
--button-hover-text-color: #fff;
--header-background-color: #303030;
--header-text-color: #fff;
--site-title-color: #fff;
--site-title-hover-color: rgba(255, 255, 255, 0.6);
--navi-color: #fff;
--navi-background-color: rgba(0, 0, 0, 0.15);
--navi-hover-color: #dd5533;
--navi-hover-text-color: #fff;
--navi-border-color: rgba(255, 255, 255, 0.2);
--page-background-color: #fff;
--page-border-color: #dd5533;
--title-color: #dd5533;
--title-hover-color: #303030;
--widget-background-color: #fff;
--widget-border-color: #dd5533;
--widget-title-color: #dd5533;
--widget-title-hover-color: #303030;
--footer-background-color: #303030;
--footer-text-color: rgba(255, 255, 255, 0.6);
--footer-link-color: #fff;
--footer-link-hover-color: rgba(255, 255, 255, 0.6);
--text-font: "Open Sans", arial, helvetica, sans-serif;
--title-font: "Titillium Web", arial, helvetica, sans-serif;
--navi-font: "Titillium Web", arial, helvetica, sans-serif;
--widget-title-font: "Titillium Web", arial, helvetica, sans-serif;
--title-font-weight: normal;
--navi-font-weight: normal;
--widget-title-font-weight: normal;
--title-text-transform: uppercase;
--navi-text-transform: uppercase;
--widget-title-text-transform: uppercase;
--text-line-height: 1.75;
--title-line-height: 1.4;
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #303030;
color: var(--text-color);
font-size: 17px;
font-size: 1.0625rem;
font-family: "Open Sans", arial, helvetica, sans-serif;
font-family: var(--text-font);
line-height: 1.75;
line-height: var(--text-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0.75em;
margin-bottom: 0.75em;
line-height: 1.4;
line-height: var(--title-line-height);
}
h1 {
font-size: 36px;
font-size: 2.25rem;
}
h2 {
font-size: 28px;
font-size: 1.75rem;
}
h3 {
font-size: 24px;
font-size: 1.5rem;
}
h4 {
font-size: 22px;
font-size: 1.375rem;
}
h5 {
font-size: 20px;
font-size: 1.25rem;
}
h6 {
font-size: 19px;
font-size: 1.1875rem;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
overflow: auto;
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 1.5em;
max-width: 100%;
border: 1px solid #e5e5e5;
background: #f5f5f5;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-size: 0.9375rem;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
} *,
*::before,
*::after {
box-sizing: inherit;
}
body {
background: #ddd; }
blockquote {
margin: 1.5em 0;
padding: 0.05em 1.25em 1em;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
border-left: 3px solid #dd5533;
border-left: 3px solid var(--link-color);
color: #666;
color: var(--medium-text-color);
font-style: normal;
font-size: 18px;
font-size: 1.125rem;
}
blockquote cite,
blockquote small {
display: block;
margin-top: 1em;
color: #303030;
color: var(--text-color);
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite::before,
blockquote small::before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote &gt; :last-child {
margin-bottom: 0.5em;
}
hr {
margin-top: 1.5em;
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #dd5533;
background-color: var(--link-color);
}
ul,
ol {
margin: 1.5em 0;
padding: 0 0 0 1.25em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li &gt; ul,
li &gt; ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 1.5em;
}
img {
max-width: 100%; height: auto; }
table {
margin-top: 1.5em;
margin-bottom: 1.5em;
width: 100%;
border: none;
table-layout: auto;
}
th,
td {
padding: 0.3em 0.6em;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
th {
font-weight: normal;
text-align: initial;
background: rgba(0, 0, 0, 0.05);
}
tfoot td {
background: rgba(0, 0, 0, 0.05);
}
a {
color: #dd5533;
color: var(--link-color);
text-decoration: none;
}
a:link,
a:visited {
color: #dd5533;
color: var(--link-color);
}
a:hover,
a:focus,
a:active {
color: #303030;
color: var(--link-hover-color);
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
margin: 0;
padding: 0.6em 1em;
border: none;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
transition: all 0.2s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.3em 0.6em;
max-width: 100%;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
color: #666;
color: var(--medium-text-color);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid;
border-color: #ccc;
border-color: var(--medium-border-color);
color: #303030;
color: var(--text-color);
}
textarea {
width: 100%;
} .search-form {
display: flex;
margin: 0;
padding: 0;
}
.search-form label {
flex-grow: 1;
}
.search-form .search-field {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0.75rem;
min-width: 100px;
width: 100%;
-webkit-appearance: none;
line-height: 1;
}
.search-form .search-submit {
display: flex;
margin-left: -1px;
padding: 0.75rem 0.95rem;
align-items: center;
}
.search-form .search-submit .icon-search {
width: 20px;
height: 20px;
fill: currentColor;
}  .screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000; display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: bold;
font-size: 14px;
font-size: 0.875rem;
line-height: normal;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
text-align: center;
} .clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
display: table;
content: "";
}
.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
clear: both;
} .site {
margin: 0;
width: 100%;
}
.container {
margin: 0 auto;
padding: 0 2rem;
max-width: 1320px;
width: 100%;
}
.site-content {
padding-top: 2rem;
}
.content-area {
float: left;
box-sizing: border-box;
padding-right: 2rem;
width: 73%;
}
.sidebar {
float: right;
width: 27%;
} .no-sidebar .content-area,
.site-content .centered-content-area {
float: none;
margin: 0 auto;
padding: 0;
max-width: 900px;
width: 100%;
}
.post-layout-three-columns .content-archive {
max-width: 100%;
} .site-content .fullwidth-content-area {
float: none;
margin: 0;
padding: 0;
max-width: 100%;
width: 100%;
} .site-header {
background-color: #303030;
background-color: var(--header-background-color);
color: #fff;
color: var(--header-text-color);
}
.header-main {
padding-top: 1em;
padding-bottom: 1em;
}
.site-branding {
float: left;
margin: 1em 0;
padding: 0;
max-width: 100%;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
padding: 0;
border: none;
text-decoration: none;
}
.site-title {
display: inline-block;
margin: 0.15em 0;
padding: 0;
color: #fff;
color: var(--site-title-color);
text-decoration: none;
font-size: 36px;
font-size: 2.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: normal;
font-weight: var(--title-font-weight);
text-transform: uppercase;
text-transform: var(--title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.site-title a:link,
.site-title a:visited {
color: #fff;
color: var(--site-title-color);
transition: all 0.2s ease;
}
.site-title a:hover,
.site-title a:active {
color: rgba(255, 255, 255, 0.6);
color: var(--site-title-hover-color);
}
.site-branding .custom-logo {
float: left;
margin: 0.5em 1em 0 0;
padding: 0;
max-width: 100%;
height: auto;
border: none;
vertical-align: top;
}
.site-description {
margin: 0 0 0.75em;
font-size: 15px;
font-size: 0.9375rem;
} .header-widgets {
display: inline;
}
.header-widget {
float: right;
margin: 0.5em 0 0 1.5em;
}
.header-widget ul {
margin: 0;
padding: 0;
}
.header-widget-title {
margin: 0 0 0.5em;
} .header-image {
text-align: center;
}
.header-image img {
max-width: 1920px;
width: 100%;
height: auto;
vertical-align: top;
} .primary-navigation-wrap {
border-bottom: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
background-color: rgba(0, 0, 0, 0.15);
background-color: var(--navi-background-color);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
color: #fff;
color: var(--navi-color);
}
.primary-navigation-container {
position: relative;
}
.primary-navigation {
position: relative;
width: 100%;
} .main-navigation ul,
.main-navigation .menu-item-has-children &gt; a &gt; .icon,
.main-navigation ul a &gt; .icon {
display: none;
}
.main-navigation.toggled-on &gt; ul.menu {
display: block;
} .primary-menu-toggle {
display: flex;
margin: 0;
padding: 0.8em 1.2em;
border: none;
background-color: #dd5533;
background-color: var(--navi-hover-color);
color: #fff;
color: var(--navi-hover-text-color);
text-decoration: none;
font-size: 16px;
font-size: 1rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: normal;
font-weight: var(--navi-font-weight);
text-transform: uppercase;
text-transform: var(--navi-text-transform);
text-align: left;
transition: all 0.2s ease;
align-items: center;
}
.primary-menu-toggle .menu-toggle-text {
display: none;
}
.primary-menu-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.primary-menu-toggle:hover,
.primary-menu-toggle:active {
background-color: #dd5533;
background-color: var(--navi-hover-color);
cursor: pointer;
}
.primary-menu-toggle .icon {
margin: 0;
width: 24px;
height: 24px;
vertical-align: top;
fill: #fff;
fill: var(--navi-hover-text-color);
}
.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
display: none;
}
.primary-menu-toggle[aria-expanded="true"] .icon-close {
display: inline-block;
} .main-navigation ul {
margin: 0;
padding: 0;
color: #fff;
color: var(--navi-color);
list-style: none;
font-size: 16px;
font-size: 1rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: normal;
font-weight: var(--navi-font-weight);
text-transform: uppercase;
text-transform: var(--navi-text-transform);
}
.main-navigation &gt; ul {
padding: 3px 0;
border-top: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
}
.main-navigation ul li {
position: relative;
margin: 0;
}
.main-navigation ul a {
display: block;
margin: 0;
padding: 1em 1.5em;
border-bottom: 1px dotted;
border-color: rgba(255, 255, 255, 0.2);
border-color: var(--navi-border-color);
text-decoration: none;
}
.main-navigation ul li:last-child &gt; a {
border-bottom: none;
}
.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
color: #fff;
color: var(--navi-color);
text-decoration: none;
transition: all 0.2s ease;
}
.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.main-navigation ul li.current-menu-item &gt; a {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
} .main-navigation ul ul {
font-size: 13px;
font-size: 0.8125rem;
}
.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
display: block;
}
.main-navigation ul ul a {
padding-left: 3em;
}
.main-navigation ul ul ul a {
padding-left: 4.5em;
}
.main-navigation ul ul ul ul a {
padding-left: 6em;
} .main-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
right: 0;
padding: 0.9em 1.5em;
background: none;
border: none;
color: #fff;
color: var(--navi-color);
}
.main-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-color);
background: none;
}
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.main-navigation .dropdown-toggle .icon {
margin: 0.2em 0 0;
width: 20px;
height: 20px;
vertical-align: top;
fill: currentColor;
}
.main-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);
}
.main-navigation ul ul .dropdown-toggle {
padding: 0.6em 1.2em;
}
.main-navigation ul ul .dropdown-toggle .icon {
width: 18px;
height: 18px;
} .type-post,
.type-page,
.type-attachment,
.comments-area,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment),
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) {
margin: 0 0 2em 0;
padding: 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--page-border-color);
background-color: #fff;
background-color: var(--page-background-color);
box-shadow: 0 2px 2px #aaa;
}
.archive-title,
.page-title,
.entry-title {
margin: 0;
padding: 0;
color: #dd5533;
color: var(--title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 28px;
font-size: 1.75rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: normal;
font-weight: var(--title-font-weight);
text-transform: uppercase;
text-transform: var(--title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.entry-title a:link,
.entry-title a:visited {
color: #dd5533;
color: var(--title-color);
text-decoration: none;
transition: all 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active {
color: #303030;
color: var(--title-hover-color);
}
.type-post .wp-post-image,
.type-page .wp-post-image,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment) .wp-post-image,
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) .wp-post-image {
margin: 0 0 0.5em;
}
.entry-content a {
text-decoration: underline;
}
.entry-content &gt; *:first-child {
margin-top: 1.5em;
}
.sticky {
border-width: 5px;
} .page-links {
margin: 0 0 1.5em;
word-spacing: 0.75em;
font-weight: bold;
} .entry-meta {
margin: 0;
padding: 0;
color: #303030;
color: var(--text-color);
font-size: 14px;
font-size: 0.875rem;
}
.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
margin-right: 1.5em;
}
.entry-meta a:link,
.entry-meta a:visited {
color: #303030;
color: var(--text-color);
}
.entry-meta a:hover,
.entry-meta a:active {
color: #999;
color: var(--light-text-color);
}
.entry-meta span .icon {
margin: 0.4em 0.4em 0 0;
width: 14px;
height: 14px;
vertical-align: top;
fill: currentColor;
} body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-meta .meta-category,
body.comments-hidden .type-post .entry-meta .meta-comments,
body.date-hidden .post-slider .entry-meta .meta-date,
body.author-hidden .post-slider .entry-meta .meta-author {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
body.date-hidden.author-hidden.categories-hidden.comments-hidden .content-area .type-post .entry-meta {
display: none;
} .entry-tags {
margin: 0 0 1.5em;
}
.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
font-size: 14px;
font-size: 0.875rem;
}
.widget_tag_cloud .tagcloud::before,
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::before,
.entry-tags .meta-tags::after {
display: table;
content: "";
}
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::after {
clear: both;
}
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
display: inline-block;
float: left;
margin: 0 2px 2px 0;
padding: 0.2em 0.5em;
background-color: #303030;
background-color: var(--button-hover-color);
text-decoration: none;
text-transform: uppercase;
font-size: 12px !important;
font-size: 0.75rem !important;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
color: #fff;
color: var(--button-hover-text-color);
transition: all 0.2s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
} .more-link {
display: inline-block;
margin: 0;
padding: 0.6em 1em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 15px;
font-size: 0.9375rem;
transition: all 0.2s ease;
}
.more-link:link,
.more-link:visited {
color: #fff;
color: var(--button-text-color);
}
.more-link:hover,
.more-link:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.more-link::after {
content: " \00BB";
} .post-navigation {
margin: 0;
}
.post-navigation .nav-links .nav-previous {
float: left;
}
.post-navigation .nav-links .nav-next {
float: right;
}
.post-navigation .nav-links .nav-previous a::before {
margin-right: 3px;
content: "\00AB";
}
.post-navigation .nav-links .nav-next a::after {
margin-left: 4px;
content: "\00BB";
}
.post-navigation .nav-links a {
display: inline-block;
margin: 0 0 3px;
padding: 0.3em 0.8em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
transition: all 0.2s ease;
}
.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited {
color: #fff;
color: var(--button-text-color);
}
.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}  .page-header {
margin: 0 0 2em 0;
padding: 1.5em;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--page-border-color);
background-color: #fff;
background-color: var(--page-background-color);
box-shadow: 0 2px 2px #aaa;
}
.blog-description,
.archive-description p {
margin-bottom: 0;
} .post-layout-columns .post-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -2em;
}
.post-layout-columns .post-wrapper .post-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
padding-right: 2em;
}
.post-layout-columns .post-wrapper .post-column article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-content {
flex-grow: 1;
font-size: 16px;
font-size: 1rem;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
}
.post-layout-columns .post-wrapper .post-column article .more-link {
font-size: 15px;
font-size: 0.9375rem;
} .post-layout-two-columns .post-wrapper .post-column {
width: 50%;
} .post-layout-three-columns .content-archive {
float: none;
padding: 0;
width: 100%;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 33.3333333333333%;
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.post-layout-columns .post-wrapper .post-column,
.post-layout-columns .post-wrapper .post-column article {
display: block;
}
} .pagination {
margin: 0 0 2em;
}
.pagination a,
.pagination .current {
display: inline-block;
margin: 0 3px 3px 0;
padding: 0.4em 1em;
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-align: center;
text-decoration: none;
}
.pagination a:link,
.pagination a:visited {
color: #fff;
color: var(--button-hover-text-color);
}
.pagination a:hover,
.pagination a:active,
.pagination .current {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
} .infinite-scroll .pagination {
display: none;
}
.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
width: 100%;
text-align: center;
}
.infinite-scroll .infinite-loader .spinner {
bottom: -1em;
left: auto;
margin: 0 auto;
}
.infinite-scroll #infinite-handle span {
display: inline-block;
margin: 0 0 2em;
padding: 0.4em 1em;
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
}
.infinite-scroll #infinite-handle span:hover {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}  .wp-block-audio,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-table {
margin-bottom: 1.5em;
} p.has-background {
padding: 1rem 1.25rem;
}
.has-drop-cap:not(:focus)::first-letter {
font-size: 4.5rem;
line-height: 0.7;
font-weight: bold;
} .wp-block-code {
border-radius: 3px;
} .wp-block-separator {
border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
margin-left: auto;
margin-right: auto;
max-width: 4rem;
height: 3px;
} .wp-block-table table {
margin: 0;
}
.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes thead {
border-bottom: 2px solid;
}
.wp-block-table.is-style-stripes tfoot {
border-top: 2px solid;
}
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
border-color: #303030;
border-color: var(--text-color);
}
.wp-block-table.is-style-stripes thead th,
.wp-block-table.is-style-stripes tfoot td {
background: none;
} .wp-block-buttons .wp-block-button {
margin: 0 0.5rem 0 0;
}
.wp-block-buttons .wp-block-button:last-child {
margin-right: 0;
} .wp-block-button {
font-size: 17px;
font-size: 1.0625rem;
}
.wp-block-button.aligncenter {
text-align: center;
}
.wp-block-button__link {
margin: 0;
padding: 0.6em 1em;
border: none;
border-radius: 0;
color: inherit;
font-size: inherit;
text-decoration: none;
transition: all 0.2s ease;
}
.wp-block-button__link:link,
.wp-block-button__link:visited {
color: inherit;
text-decoration: none;
}
.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):link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
color: #fff;
color: var(--button-text-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
background-color: #dd5533;
background-color: var(--button-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):active {
background-color: #303030;
background-color: var(--button-hover-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:active {
text-decoration: underline;
} .wp-block-button.is-style-outline .wp-block-button__link {
padding: calc(0.6em - 2px) calc(1em - 2px);
background-color: transparent !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link {
color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
text-decoration: underline;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
color: inherit;
} .wp-block-quote.has-text-align-center:not(.is-style-large),
.wp-block-quote.has-text-align-right:not(.is-style-large) {
padding-left: 0;
border-left: 1px solid var(--light-border-color);
}
.wp-block-quote.has-text-align-right:not(.is-style-large) {
padding-right: 1.25em;
border-right: 3px solid #dd5533;
border-right: 3px solid var(--link-color);
}
.wp-block-quote.is-style-large {
padding: 0;
border: none;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-quote.is-style-large p {
font-size: inherit;
font-style: inherit;
line-height: inherit;
}
.wp-block-quote.is-style-large cite {
text-align: inherit;
font-size: 16px;
font-size: 1rem;
} .wp-block-pullquote {
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 0;
border-bottom: 3px solid;
border-top: 3px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
.wp-block-pullquote blockquote {
border: none;
padding: 0;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-pullquote p {
font-size: inherit;
line-height: inherit;
}
.wp-block-pullquote blockquote &gt; p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 0.75em;
}
.wp-block-pullquote blockquote cite {
color: #303030;
color: var(--text-color);
}
.wp-block-pullquote.is-style-solid-color {
padding: 1px 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
color: inherit;
} .wp-block-audio audio {
width: 100%;
} .wp-block-image img {
vertical-align: top;
} .wp-block-cover,
.wp-block-cover-image {
width: auto;
}
.wp-block-cover &gt; .wp-block-cover__inner-container &gt; *:first-child,
.wp-block-cover-image &gt; .wp-block-cover__inner-container &gt; *:first-child {
margin-top: 0;
}
.wp-block-cover &gt; .wp-block-cover__inner-container &gt; *:last-child,
.wp-block-cover-image &gt; .wp-block-cover__inner-container &gt; *:last-child {
margin-bottom: 0;
} .wp-block-gallery {
justify-content: center;
} .wp-block-embed-vimeo.alignfull iframe {
width: 100%;
} .wp-block-group.has-background {
padding: 1.5em;
}
.wp-block-group.has-background &gt; .wp-block-group__inner-container &gt; *:first-child {
margin-top: 0;
}
.wp-block-group.has-background &gt; .wp-block-group__inner-container &gt; *:last-child {
margin-bottom: 0;
} div.wp-block-columns {
gap: 1.5em;
} .wp-block-column.has-background {
padding: 1.5em;
box-sizing: border-box;
}
.wp-block-column.has-background &gt; *:first-child {
margin-top: 0;
}
.wp-block-column.has-background &gt; *:last-child {
margin-bottom: 0;
} .wp-block-latest-posts.wp-block-latest-posts__list {
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-top: 0.5rem;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
color: #666;
color: var(--medium-text-color);
font-size: 14px;
font-size: 0.875rem;
} .wp-block-search .wp-block-search__label {
width: auto;
} .has-primary-color,
.wp-block-button__link.has-primary-color {
color: #dd5533;
color: var(--primary-color);
}
.has-secondary-color,
.wp-block-button__link.has-secondary-color {
color: #c43c1a;
color: var(--secondary-color);
}
.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
color: #aa2200;
color: var(--tertiary-color);
}
.has-accent-color,
.wp-block-button__link.has-accent-color {
color: #3355dd;
color: var(--accent-color);
}
.has-highlight-color,
.wp-block-button__link.has-highlight-color {
color: #2bc41a;
color: var(--highlight-color);
}
.has-white-color,
.wp-block-button__link.has-white-color {
color: #fff;
}
.has-light-gray-color,
.wp-block-button__link.has-light-gray-color {
color: #f0f0f0;
color: var(--light-gray-color);
}
.has-gray-color,
.wp-block-button__link.has-gray-color {
color: #999;
color: var(--gray-color);
}
.has-dark-gray-color,
.wp-block-button__link.has-dark-gray-color {
color: #303030;
color: var(--dark-gray-color);
}
.has-black-color,
.wp-block-button__link.has-black-color {
color: #000;
} .has-primary-background-color,
.has-primary-background-color[class] {
background-color: #dd5533;
background-color: var(--primary-color);
}
.has-secondary-background-color,
.has-secondary-background-color[class] {
background-color: #c43c1a;
background-color: var(--secondary-color);
}
.has-tertiary-background-color,
.has-tertiary-background-color[class] {
background-color: #aa2200;
background-color: var(--tertiary-color);
}
.has-accent-background-color,
.has-accent-background-color[class] {
background-color: #3355dd;
background-color: var(--accent-color);
}
.has-highlight-background-color,
.has-highlight-background-color[class] {
background-color: #2bc41a;
background-color: var(--highlight-color);
}
.has-white-background-color,
.has-white-background-color[class] {
background-color: #fff;
}
.has-light-gray-background-color,
.has-light-gray-background-color[class] {
background-color: #f0f0f0;
background-color: var(--light-gray-color);
}
.has-gray-background-color,
.has-gray-background-color[class] {
background-color: #999;
background-color: var(--gray-color);
}
.has-dark-gray-background-color,
.has-dark-gray-background-color[class] {
background-color: #303030;
background-color: var(--dark-gray-color);
}
.has-black-background-color,
.has-black-background-color[class] {
background-color: #000;
} .has-small-font-size {
font-size: 16px;
}
.has-medium-font-size {
font-size: 24px;
}
.has-large-font-size {
font-size: 36px;
}
.has-extra-large-font-size {
font-size: 48px;
}
.has-huge-font-size {
font-size: 64px;
} .widget {
margin: 0 0 2em 0;
padding: 1em 1.5em 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--widget-border-color);
background-color: #fff;
background-color: var(--widget-background-color);
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.widget-header {
margin: 0 0 1em 0;
}
.widget-title,
.is-style-widget-title {
display: block;
margin: 0;
padding: 0;
color: #dd5533;
color: var(--widget-title-color);
font-size: 20px;
font-size: 1.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: normal;
font-weight: var(--widget-title-font-weight);
text-transform: uppercase;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.widget-title a:link,
.widget-title a:visited {
color: #dd5533;
color: var(--widget-title-color);
}
.widget-title a:hover,
.widget-title a:active {
color: #303030;
color: var(--widget-title-hover-color);
}
.widget ul {
margin: 0;
padding: 0;
list-style: circle inside;
}
.widget ul .children,
.widget ul .sub-menu {
margin: 0.5em 0 0.5em 1em;
padding: 0;
} .widget select {
max-width: 100%;
} .widget_calendar {
font-size: 14px;
font-size: 0.875rem;
}
.widget_calendar table {
margin: 0;
}
.widget_calendar table caption {
padding: 0 0 1em;
}
.widget_calendar table thead tr {
background: #f5f5f5;
}
.widget_calendar table tr td {
text-align: center;
}
.widget_calendar table tbody tr td a {
font-weight: bold;
}
.widget_calendar table tfoot tr td {
padding-top: 1em;
border: none;
}
.widget_calendar table tfoot tr #prev {
text-align: left;
}
.widget_calendar table tfoot tr #next {
text-align: right;
} .widget-magazine-posts {
margin-bottom: -1em;
}
.widget-magazine-posts .type-post {
margin: 0 0 1.5em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.widget-magazine-posts .type-post .wp-post-image {
margin: 0;
max-width: 100%;
}
.widget-magazine-posts .type-post .entry-title {
display: inline;
}
.widget-magazine-posts .type-post .entry-content {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .type-post .entry-content p {
margin: 1em 0 0;
}
.widget-magazine-posts .type-post .more-link {
margin: 1em 0 0;
text-decoration: none;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.widget-magazine-posts .medium-post {
display: block;
float: left;
box-sizing: border-box;
padding-right: 1.5em;
width: 33.33333333%;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .small-post {
display: block;
float: left;
box-sizing: border-box;
width: 100%;
}
.widget-magazine-posts .small-post .wp-post-image {
float: left;
margin: 0 1em 0 0;
max-width: 40%;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
font-size: 12px;
font-size: 0.75rem;
} .widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
float: left;
box-sizing: border-box;
margin: 0;
padding-right: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: right;
box-sizing: border-box;
padding-left: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
margin-right: -1.5em;
} .widget-magazine-posts .magazine-vertical-box .large-post {
float: left;
box-sizing: border-box;
margin-bottom: 1em;
padding-right: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts {
box-sizing: border-box;
margin-left: 50%;
padding-left: 0.75em;
width: 50%;
} .widget-magazine-posts .magazine-grid {
margin-right: -1.5em;
}
.widget-magazine-posts .magazine-grid .large-post {
float: left;
box-sizing: border-box;
padding-right: 1.5em;
width: 50%;
}
.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
clear: left;
} .tortuga-magazine-columns-widget {
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.tortuga-magazine-columns-widget .widget-magazine-posts {
margin-bottom: 0;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
float: left;
width: 100%;
margin: 0;
padding: 1em 1.5em 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--widget-border-color);
background-color: #fff;
background-color: var(--widget-background-color);
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
float: left;
box-sizing: border-box;
margin-bottom: -1.5em;
width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-left {
float: left;
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
box-sizing: border-box;
margin-left: 50%;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts-columns .medium-post {
padding-right: 0;
width: 100%;
} .comments-area {
padding: 1em 1.5em;
} .comments-header,
.comment-reply-title {
margin: 0 0 1em 0;
}
.comments-header .comments-title,
.comment-reply-title span {
display: inline-block;
margin: 0;
padding: 0;
color: #dd5533;
color: var(--widget-title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 20px;
font-size: 1.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: normal;
font-weight: var(--widget-title-font-weight);
text-transform: uppercase;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
} .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment {
margin: 0 0 1.5em;
padding: 1.5em 0 0;
border-top: 1px dotted #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.comment-meta {
float: left;
padding: 0;
width: 100%;
}
.comment-meta .comment-author img {
float: left;
margin-right: 1em;
}
.bypostauthor {
display: block;
}
.comment-meta .comment-metadata {
margin-top: 0.3em;
font-size: 14px;
font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
margin-right: 1em;
}
.comment-content {
clear: left;
padding: 0.2em 0 0;
}
.comment-content a {
word-wrap: break-word;
}
.comment ol.children {
margin: 1.5em 0 0;
list-style: none;
}
.comment .comment-respond {
margin-top: 1.5em;
} .comment-navigation {
margin: 0 0 1.5em;
padding: 0;
font-size: 14px;
font-size: 0.875rem;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.comment-navigation .nav-previous a:before {
margin-right: 3px;
content: "\00AB";
}
.comment-navigation .nav-next a:after {
margin-left: 4px;
content: "\00BB";
} .comment-form {
padding: 0;
}
.comment-form label {
display: inline-block;
min-width: 150px;
font-weight: bold;
}
.comment-form textarea {
margin-top: 0.4em;
}
.comment-form .form-submit {
margin-bottom: 1em;
}
.comment-form input[type="checkbox"] + label {
display: inline;
padding-left: 0.5em;
font-weight: normal;
}
.comment-reply-title small a {
margin-left: 1em;
text-decoration: underline;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object,
figure,
img,
picture {
max-width: 100%;
} figcaption,
.wp-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption {
font-size: 13px;
font-size: 0.8125rem;
}
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption,
.wp-block-gallery &gt; figcaption {
margin: 0.5rem 0 1.5rem;
max-width: 100%;
width: auto !important;
text-align: center;
}
.wp-block-table figcaption {
margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption .wp-caption-text {
margin: 0.5em 0;
} .gallery {
margin-bottom: 1em;
}
.gallery-item {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0 1em 0.75em 0;
width: 100%;
vertical-align: top;
text-align: center;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
font-size: 13px;
font-size: 0.8125rem;
margin-bottom: 0.75em;
} .footer-wrap {
background-color: #303030;
background-color: var(--footer-background-color);
}
.site-footer {
color: rgba(255, 255, 255, 0.6);
color: var(--footer-text-color);
font-size: 15px;
font-size: 0.9375rem;
}
.site-footer .site-info {
float: left;
padding: 2.5em 0;
}
.site-footer a:link,
.site-footer a:visited {
border-bottom: 1px dotted;
border-color: rgba(255, 255, 255, 0.6);
border-color: var(--footer-text-color);
color: #fff;
color: var(--footer-link-color);
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
color: rgba(255, 255, 255, 0.6);
color: var(--footer-link-hover-color);
}  .breadcrumbs {
margin: 0;
padding: 0.5em 0;
background: #fff;
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.breadcrumbs-container {
color: #222;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
display: inline;
margin: 0;
padding: 0;
}
.breadcrumbs .trail-browse {
margin-right: 0.5em;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-items {
list-style: none;
}
.breadcrumbs .trail-items li::after {
padding: 0 0.5em;
content: "\00bb"; }
.trail-separator-slash .trail-items li::after {
content: "\002F";
}
.trail-separator-dash .trail-items li::after {
content: "\2013";
}
.trail-separator-bull .trail-items li::after {
content: "\2022";
}
.trail-separator-arrow-bracket .trail-items li::after {
content: "\003e";
}
.trail-separator-raquo .trail-items li::after {
content: "\00bb";
}
.trail-separator-single-arrow .trail-items li::after {
content: "\2192";
}
.trail-separator-double-arrow .trail-items li::after {
content: "\21D2";
}
.breadcrumbs .trail-items li:last-of-type::after {
display: none;
}
:root {
--tz-column-gap: 1.5em;
}
.tz-magazine-block .tz-magazine-post {
margin: 0 0 1.5em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.tz-magazine-block .tz-entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-entry-meta {
margin: 0.1em 0;
font-size: 14px;
font-size: 0.875rem;
}
.tz-magazine-block .tz-meta-field a {
text-decoration: none;
}
.tz-magazine-block .tz-entry-content {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-more-link {
text-decoration: none;
} .related-posts {
padding: 1em 1.5em 0;
}
.related-posts-title {
font-size: 20px;
font-size: 1.25rem;
}
ul.related-posts-list {
margin: 1em 0 0;
padding: 0;
list-style: none;
}
.related-posts-list li {
margin: 0 0 2em;
padding: 0;
list-style: none;
}
.related-posts-list li .entry-header {
margin-top: 0.25em;
}
.related-posts-list li .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.related-posts-list li .wp-post-image {
float: left;
margin: 0 1em 0 0;
padding: 0;
max-width: 20%;
height: auto;
border: none;
}
.related-posts-grid {
margin: 1em 0 0;
}
.related-posts-columns {
margin-right: -1em;
}
.related-posts-columns .related-post-column {
float: left;
box-sizing: border-box;
margin-bottom: 2em;
padding-right: 2em;
}
.related-posts-two-columns .related-post-column {
width: 50%;
}
.related-posts-three-columns .related-post-column {
width: 33.3333333333333%;
}
.related-posts-four-columns .related-post-column {
width: 25%;
}
.related-posts-two-columns .related-post-column:nth-child(2n + 1) {
clear: left;
}
.related-posts-three-columns .related-post-column:nth-child(3n + 1) {
clear: left;
}
.related-posts-four-columns .related-post-column:nth-child(4n + 1) {
clear: left;
}
.related-posts-two-columns .related-post-column .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.related-posts-three-columns .related-post-column .entry-title {
font-size: 16px;
font-size: 1rem;
}
.related-posts-four-columns .related-post-column .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.related-posts-three-columns .related-post-column .entry-meta,
.related-posts-four-columns .related-post-column .entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
display: block;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: none;
}
.related-posts-columns .related-post-column .wp-post-image {
margin: 0 0 0.5em 0;
padding: 0;
border: none;
}
@media only screen and (max-width: 80em) { .related-posts-two-columns .related-post-column .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media only screen and (max-width: 70em) { .related-posts-two-columns .related-post-column .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 50em) { .related-posts-four-columns .related-post-column {
width: 50%;
}
.related-posts-four-columns .related-post-column:nth-child(2n + 1) {
clear: left;
}
.related-posts-two-columns .related-post-column .entry-title,
.related-posts-four-columns .related-post-column .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.related-posts-two-columns .related-post-column .entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
display: inline;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: inline-block;
} .related-posts-list li .wp-post-image {
max-width: 25%;
}
.related-posts-list li .entry-header {
margin-top: 0;
}
.related-posts-list li .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 40em) {
.related-posts-two-columns .related-post-column .entry-title,
.related-posts-four-columns .related-post-column .entry-title {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 35em) { .related-posts-three-columns {
margin: 0;
}
.related-posts-three-columns .related-post-column {
float: none;
padding-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 25em) { .related-posts-two-columns,
.related-posts-four-columns {
margin: 0;
}
.related-posts-two-columns .related-post-column,
.related-posts-four-columns .related-post-column {
float: none;
padding-right: 0;
width: 100%;
} .related-posts-list li .wp-post-image {
float: none;
margin: 0 0 0.5em 0;
max-width: 100%;
}
}
@media only screen and (max-width: 20em) {
.related-posts .entry-meta .meta-date,
.related-posts .entry-meta .meta-author {
display: block;
margin: 0;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: none;
}
} .tzwb-clearfix::before,
.tzwb-clearfix::after {
display: table;
content: " ";
}
.tzwb-clearfix::after {
clear: both;
}
.tzwb-posts-list li {
clear: left;
margin-bottom: 0.5em;
padding: 0;
list-style: none;
}
.tzwb-posts-list .tzwb-excerpt p {
margin: 0;
padding: 0;
}
.tzwb-posts-list .wp-post-image {
float: left;
margin: 0.3em 0.8em 1em 0;
max-width: 90px;
height: auto;
}
.tzwb-posts-list .tzwb-entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.tzwb-comments-list li {
clear: left;
margin-bottom: 0.5em;
padding: 0;
list-style: none;
}
.tzwb-comments-list .avatar {
float: left;
margin: 0.3em 0.8em 0.8em 0;
}
.tzwb-comments-list .tzwb-comment-content {
font-style: italic;
}
.tzwb-comments-list .tzwb-comment-date {
color: #303030;
color: var(--text-color);
font-size: 12px;
font-size: 0.75rem;
}
.tzwb-tabbed-content .tzwb-tabnavi-wrap {
overflow: auto;
margin: 0;
padding: 0;
list-style: none;
}
.tzwb-tabbed-content .tzwb-tabnavi {
position: relative;
float: left;
width: 100%;
list-style: none;
list-style-position: outside;
}
.tzwb-tabbed-content .tzwb-tabnavi li {
position: relative;
float: left;
margin: 0 3px 3px 0;
padding: 0;
list-style: none;
}
.tzwb-tabbed-content .tzwb-tabnavi li a {
display: block;
margin: 0;
padding: 0.3em 0.8em;
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
}
.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
transition: all 0.2s ease;
}
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
}
.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.tzwb-tabbed-content .tzwb-tabcontent {
margin: 1em 0 0 0;
padding: 0;
}
.tzwb-social-icons .social-icons-menu {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
border: none;
list-style: none;
line-height: 1;
}
.tzwb-social-icons .social-icons-menu li {
margin: 0 2px 2px 0;
}
.tzwb-social-icons .social-icons-menu li a {
display: flex;
padding: 0.75em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.tzwb-social-icons .social-icons-menu li a:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.tzwb-social-icons .social-icons-menu .icon {
margin: 0;
width: 20px;
height: 20px;
vertical-align: middle;
fill: currentColor;
}  .zeeflex-container a:hover,
.zeeflex-slider a:hover,
.zeeflex-container a:focus,
.zeeflex-slider a:focus {
outline: none;
}
.zeeslides,
.zeeslides &gt; li,
.zeeflex-control-nav,
.zeeflex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.zeeflex-pauseplay span {
text-transform: capitalize;
} .zeeflexslider {
margin: 0;
padding: 0;
}
.zeeflexslider .zeeslides &gt; li {
display: none;
}
.zeeflexslider .zeeslides img {
display: block;
width: 100%;
}
.zeeflexslider .zeeslides::after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: "\0020";
line-height: 0;
}
html[xmlns] .zeeflexslider .zeeslides {
display: block;
}
* html .zeeflexslider .zeeslides {
height: 1%;
}
.no-js .zeeflexslider .zeeslides &gt; li:first-child {
display: block;
} .post-slider-container {
overflow: hidden;
}
.post-slider-wrap {
position: relative;
}
.post-slider,
.zeeflexslider .zeeslides {
zoom: 1;
}
.post-slider .zeeslide {
position: relative;
}
.zeeflex-viewport {
max-height: 2000px;
transition: all 1s ease;
}
.post-slider .zeeslide .slide-image-wrap {
float: left;
margin: 0;
padding: 0;
width: 65%;
background: #e5e5e5;
}
.post-slider .zeeslide .slide-image {
margin: auto;
padding: 0;
max-width: 100%;
max-height: 420px;
width: auto;
height: auto;
vertical-align: top;
}
.post-slider .zeeslide .slide-content {
float: right;
box-sizing: border-box;
padding: 0 1.5em;
width: 35%;
}
.post-slider .zeeslide .slide-content .read-more {
position: absolute;
bottom: 0;
left: 65%;
}
.post-slider .zeeslide .slide-content .read-more .more-link {
margin-left: 1.5em;
padding: 0.5em 1em;
max-height: 40px;
}
.post-slider-controls {
clear: left;
} .post-slider-controls .zeeflex-direction-nav {
position: absolute;
right: 0;
bottom: 0;
*height: 0;
}
.post-slider-controls .zeeflex-direction-nav a {
position: absolute;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
margin: -40px 0 0 -80px;
width: 40px;
height: 40px;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-align: left;
font-size: 0;
cursor: pointer;
transition: all 0.4s ease;
}
.post-slider-controls .zeeflex-direction-nav a:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.post-slider-controls .zeeflex-direction-nav a::before {
display: inline-block;
color: currentColor;
vertical-align: text-bottom;
text-decoration: inherit;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-next::before {
content: '\003e';
font-size: 20px;
font-weight: bold;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
content: '\003c';
font-size: 20px;
font-weight: bold;
}
.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
left: 42px;
} @media only screen and (max-width: 75em) {
.post-slider .zeeslide .entry-content {
display: none;
}
}
@media only screen and (max-width: 60em) {
.post-slider .zeeslide .read-more {
display: none;
}
}
@media only screen and (max-width: 55em) {
.post-slider .zeeslide .slide-image-wrap {
float: none;
padding: 0;
width: 100%;
}
.post-slider .zeeslide .slide-content {
float: none;
padding: 1em 0 0;
width: 100%;
}
.post-slider .zeeslide .entry-content {
display: block;
}
.post-slider .zeeslide .slide-content .read-more {
position: static;
bottom: auto;
left: auto;
display: block;
}
.post-slider .zeeslide .slide-content .read-more .more-link {
margin-left: 0;
}
}
@media only screen and (max-width: 25em) {
.post-slider .zeeslide .read-more .more-link {
margin-bottom: 4em;
}
.post-slider-controls .zeeflex-direction-nav {
right: auto;
left: 0;
}
.post-slider-controls .zeeflex-direction-nav a {
margin-left: 0;
}
} @media only screen and (max-width: 70em) {
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 60em) {
.archive-title,
.page-title,
.entry-title {
font-size: 26px;
font-size: 1.625rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media only screen and (max-width: 50em) {
.archive-title,
.page-title,
.entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 40em) {
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.entry-content {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 30em) {
.site-branding .site-title {
font-size: 32px;
font-size: 2rem;
}
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 20em) {
.site-branding .site-title {
font-size: 28px;
font-size: 1.75rem;
}
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
margin: 0 0 0.5em;
font-size: 18px;
font-size: 1.125rem;
}
} @media only screen and (max-width: 80em) {
.container {
padding: 0 1.5rem;
}
.site-content {
padding-top: 1.5rem;
}
.content-area {
padding-right: 1.5rem;
}
.header-main {
padding-top: 1em;
padding-bottom: 1em;
}
.widget,
.page-header,
.type-post,
.type-page,
.type-attachment,
.pagination,
.comments-area,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment),
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) {
margin-bottom: 1.5em;
}
.post-layout-columns .post-wrapper {
margin-right: -1.5em;
}
.post-layout-columns .post-wrapper .post-column {
padding-right: 1.5em;
}
}
@media only screen and (max-width: 70em) {
.content-area {
width: 70%;
}
.sidebar {
width: 30%;
}
}
@media only screen and (max-width: 60em) {
.content-area,
.site-content .content-fullwidth {
float: none;
padding: 0;
width: 100%;
}
.sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float: none;
margin-right: -1.5em;
padding: 0;
width: auto;
}
.sidebar .widget-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: right;
box-sizing: border-box;
padding-right: 1.5em;
width: 50%;
}
.sidebar .widget-wrap .widget {
width: 100%;
}
.sidebar .widget-wrap:nth-child(2n + 1) {
clear: left;
}
.site-branding {
float: none;
margin: 0;
text-align: center;
}
.site-branding .custom-logo {
float: none;
}
.header-widgets {
display: block;
text-align: center;
}
.header-widget {
display: inline-block;
float: none;
margin: 1em 0 0;
max-width: 100%;
vertical-align: top;
}
.header-widget .search-form {
max-width: 300px;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 50%;
} .site-footer .site-info {
float: none;
text-align: center;
}
}
@media only screen and (max-width: 40em) {
.post-layout-columns .post-wrapper {
display: block;
margin-right: 0;
}
.post-layout-columns .post-wrapper .post-column {
display: block;
float: none;
padding-right: 0;
}
.post-layout-two-columns .post-wrapper .post-column,
.post-layout-three-columns .post-wrapper .post-column {
width: 100%;
} .sidebar {
margin-right: 0;
}
.sidebar .widget-wrap {
float: none;
padding-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 20em) {
.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
display: block;
}
} @media only screen and (min-width: 30em) {
.primary-menu-toggle .menu-toggle-text {
display: inline-block;
margin-left: 0.75em;
}
}
@media only screen and (min-width: 60em) {
.primary-menu-toggle,
.main-navigation .dropdown-toggle {
display: none;
}
.main-navigation ul,
.main-navigation ul ul {
display: block;
}
.primary-navigation {
display: flex;
margin-left: auto;
width: auto;
align-items: center;
}
#masthead .main-navigation &gt; ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
border-bottom: none;
}
.main-navigation &gt; ul {
padding: 0;
border: none;
}
.main-navigation &gt; ul &gt; li &gt; a {
padding: 0.8em 1.2em;
border: none;
} .main-navigation ul ul {
position: absolute;
left: -999em;
top: 100%;
z-index: 99999;
border-top: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
background-color: #303030;
background-color: var(--header-background-color);
}
.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
right: auto;
left: 0;
}
.main-navigation ul ul li a {
width: 16rem;
}
.main-navigation ul ul ul {
left: -999em;
margin-top: -5px;
top: 0;
border-left: 1px dotted rgba(255, 255, 255, 0.2);
border-left: 1px dotted var(--navi-border-color);
}
.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
right: auto;
left: 100%;
}
.main-navigation ul ul li a,
.main-navigation ul ul ul li a,
.main-navigation ul ul ul ul li a {
padding: 1em;
} .main-navigation .menu-item-has-children &gt; a &gt; .icon {
position: relative;
display: inline-block;
left: 0.5rem;
top: 0.1rem;
width: 14px;
height: 14px;
fill: currentColor;
transition: fill 0.15s ease;
}
.main-navigation ul ul .menu-item-has-children &gt; a &gt; .icon {
position: absolute;
left: auto;
right: 1em;
top: 50%;
margin-top: -0.5rem;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
}  @media only screen and (max-width: 70em) { .widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: none;
}
}
@media only screen and (max-width: 65em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 60em) { .widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: inline-block;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 50em) { .widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: none;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts .medium-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 40em) { .widget-magazine-posts .magazine-grid-two-columns {
margin-right: 0;
}
.widget-magazine-posts .magazine-grid .large-post,
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
.widget-magazine-posts .magazine-vertical-box .large-post,
.widget-magazine-posts-columns .magazine-posts-column-left {
float: none;
padding: 0;
width: 100%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts,
.widget-magazine-posts-columns .magazine-posts-column-right {
margin-left: 0;
padding-top: 1em;
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .large-post .wp-post-image {
float: left;
margin: 0 1.5em 0 0;
max-width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: right;
padding-left: 1.5em;
width: 50%;
}
.widget-magazine-posts .magazine-grid .large-post {
clear: left;
}
.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
margin-bottom: 1em;
}
.widget-magazine-posts .large-post .entry-content {
display: none;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 35em) {
.widget-magazine-posts .magazine-grid-three-columns {
margin-right: 0;
}
.widget-magazine-posts .medium-post {
float: none;
padding-right: 0;
width: 100%;
}
.widget-magazine-posts .medium-post .wp-post-image {
float: left;
margin: 0 1em 0 0;
max-width: 120px;
}
}
@media only screen and (max-width: 30em) { .widget-magazine-posts .medium-post .wp-post-image,
.widget-magazine-posts .small-post .wp-post-image {
max-width: 30%;
}
.widget-magazine-posts .large-post .wp-post-image,
.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
float: none;
margin: 0 0 0.5em 0;
max-width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: none;
padding: 0;
width: 100%;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .large-post .entry-content,
.widget-magazine-posts .large-post .entry-content .more-link,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content .more-link {
display: inline-block;
}
}
@media only screen and (max-width: 20em) {
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
vertical-align: top;
font-size: 13px;
font-size: 0.8125rem;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
display: none;
}
} @media only screen and (max-width: 50em) { .gallery-item {
padding: 0 0.75em 0.5em 0;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 25%;
}
}
@media only screen and (max-width: 30em) {
.alignright,
.alignleft {
float: none;
margin: 1em 0;
} .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 50%;
}
}  .sidebar-left .content-area {
float: right;
padding-right: 0;
padding-left: 2em;
}
.sidebar-left .sidebar {
float: left;
}
@media only screen and (max-width: 80em) {
.sidebar-left .content-area {
padding-right: 0;
padding-left: 1.5em;
}
}
@media only screen and (max-width: 60em) {
.sidebar-left .content-area {
padding: 0;
}
}
.sidebar-left.post-layout-three-columns .content-archive {
float: none;
padding: 0;
width: 100%;
}:root {
--primary-color: #dd5533;
--secondary-color: #c43c1a;
--tertiary-color: #aa2200;
--accent-color: #3355dd;
--highlight-color: #2bc41a;
--light-gray-color: #f0f0f0;
--gray-color: #999;
--dark-gray-color: #303030;
--text-color: #303030;
--medium-text-color: #666;
--light-text-color: #999;
--dark-border-color: #303030;
--medium-border-color: #ccc;
--light-border-color: #ddd;
--link-color: #dd5533;
--link-hover-color: #303030;
--button-color: #dd5533;
--button-text-color: #fff;
--button-hover-color: #303030;
--button-hover-text-color: #fff;
--header-background-color: #fff;
--header-text-color: #000;
--site-title-color: #000;
--site-title-hover-color: #000;
--navi-color: #000;
--navi-background-color: rgba(0, 0, 0, 0.15);
--navi-hover-color: #dd5533;
--navi-hover-text-color: #fff;
--navi-border-color: rgba(255, 255, 255, 0.2);
--page-background-color: #fff;
--page-border-color: #dd5533;
--title-color: #dd5533;
--title-hover-color: #303030;
--widget-background-color: #fff;
--widget-border-color: #dd5533;
--widget-title-color: #dd5533;
--widget-title-hover-color: #303030;
--footer-background-color: #303030;
--footer-text-color: rgba(255, 255, 255, 0.6);
--footer-link-color: #fff;
--footer-link-hover-color: rgba(255, 255, 255, 0.6);
--text-font: "Open Sans", arial, helvetica, sans-serif;
--title-font: "Titillium Web", arial, helvetica, sans-serif;
--navi-font: "Titillium Web", arial, helvetica, sans-serif;
--widget-title-font: "Titillium Web", arial, helvetica, sans-serif;
--title-font-weight: normal;
--navi-font-weight: normal;
--widget-title-font-weight: normal;
--title-text-transform: uppercase;
--navi-text-transform: uppercase;
--widget-title-text-transform: uppercase;
--text-line-height: 1.75;
--title-line-height: 1.4;
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #303030;
color: var(--text-color);
font-size: 17px;
font-size: 1.0625rem;
font-family: "Open Sans", arial, helvetica, sans-serif;
font-family: var(--text-font);
line-height: 1.75;
line-height: var(--text-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0.75em;
margin-bottom: 0.75em;
line-height: 1.4;
line-height: var(--title-line-height);
}
h1 {
font-size: 30px;
font-size: 2.25rem;
}
h2 {
font-size: 22px;
font-size: 1.5rem;
}
h3 {
font-size: 22px;
font-size: 1.5rem;
}
h4 {
font-size: 22px;
font-size: 1.375rem;
}
h5 {
font-size: 22px;
font-size: 1.5rem;
}
h6 {
font-size: 22px;
font-size: 1.5rem;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
overflow: auto;
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 1.5em;
max-width: 100%;
border: 1px solid #e5e5e5;
background: #f5f5f5;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-size: 0.9375rem;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
} *,
*::before,
*::after {
box-sizing: inherit;
}
body {
background: #ddd; }
blockquote {
margin: 1.5em 0;
padding: 0.05em 1.25em 1em;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
border-left: 3px solid #dd5533;
border-left: 3px solid var(--link-color);
color: #666;
color: var(--medium-text-color);
font-style: normal;
font-size: 18px;
font-size: 1.125rem;
}
blockquote cite,
blockquote small {
display: block;
margin-top: 1em;
color: #303030;
color: var(--text-color);
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite::before,
blockquote small::before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote &gt; :last-child {
margin-bottom: 0.5em;
}
hr {
margin-top: 1.5em;
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #dd5533;
background-color: var(--link-color);
}
ul,
ol {
margin: 1.5em 0;
padding: 0 0 0 1.25em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li &gt; ul,
li &gt; ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 1.5em;
}
img {
max-width: 100%; height: auto; }
table {
margin-top: 1.5em;
margin-bottom: 1.5em;
width: 100%;
border: none;
table-layout: auto;
}
th,
td {
padding: 0.3em 0.6em;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
th {
font-weight: normal;
text-align: initial;
background: rgba(0, 0, 0, 0.05);
}
tfoot td {
background: rgba(0, 0, 0, 0.05);
}
a {
color: #dd5533;
color: var(--link-color);
text-decoration: none;
}
a:link,
a:visited {
color: #dd5533;
color: var(--link-color);
}
a:hover,
a:focus,
a:active {
color: #303030;
color: var(--link-hover-color);
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
margin: 0;
padding: 0.6em 1em;
border: none;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
transition: all 0.2s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.3em 0.6em;
max-width: 100%;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
color: #666;
color: var(--medium-text-color);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid;
border-color: #ccc;
border-color: var(--medium-border-color);
color: #303030;
color: var(--text-color);
}
textarea {
width: 100%;
} .search-form {
display: flex;
margin: 0;
padding: 0;
}
.search-form label {
flex-grow: 1;
}
.search-form .screen-reader-text {
display: none;
}
.search-form .search-field {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0.75rem;
min-width: 100px;
width: 100%;
-webkit-appearance: none;
line-height: 1;
}
.search-form .search-submit {
display: flex;
margin-left: -1px;
padding: 0.75rem 0.95rem;
align-items: center;
}
.search-form .search-submit .icon-search {
width: 20px;
height: 20px;
fill: currentColor;
}  .screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000; display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: bold;
font-size: 14px;
font-size: 0.875rem;
line-height: normal;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
text-align: center;
} .clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
display: table;
content: "";
}
.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
clear: both;
} .site {
margin: 0;
width: 100%;
}
.container {
margin: 0 auto;
padding: 0 2rem;
max-width: 1320px;
width: 100%;
}
.site-content {
padding-top: 2rem;
}
.content-area {
float: left;
box-sizing: border-box;
padding-right: 2rem;
width: 73%;
}
.sidebar {
float: right;
width: 27%;
} .no-sidebar .content-area,
.site-content .centered-content-area {
float: none;
margin: 0 auto;
padding: 0;
max-width: 900px;
width: 100%;
}
.post-layout-three-columns .content-archive {
max-width: 100%;
} .site-content .fullwidth-content-area {
float: none;
margin: 0;
padding: 0;
max-width: 100%;
width: 100%;
} .site-header {
background-color: #303030;
background-color: var(--header-background-color);
color: #fff;
color: var(--header-text-color);
}
.header-main {
padding-top: 1em;
padding-bottom: 1em;
}
.site-branding {
float: left;
margin: 1em 0;
padding: 0;
max-width: 100%;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
padding: 0;
border: none;
text-decoration: none;
}
.site-title {
display: inline-block;
margin: 0.15em 0;
padding: 0;
color: #fff;
color: var(--site-title-color);
text-decoration: none;
font-size: 36px;
font-size: 2.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: normal;
font-weight: var(--title-font-weight);
text-transform: uppercase;
text-transform: var(--title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.site-title a:link,
.site-title a:visited {
color: #fff;
color: var(--site-title-color);
transition: all 0.2s ease;
}
.site-title a:hover,
.site-title a:active {
color: rgba(255, 255, 255, 0.6);
color: var(--site-title-hover-color);
}
.site-branding .custom-logo {
float: left;
margin: 0.5em 1em 0 0;
padding: 0;
max-width: 100%;
height: auto;
border: none;
vertical-align: top;
}
.site-description {
margin: 0 0 0.75em;
font-size: 15px;
font-size: 0.9375rem;
} .header-widgets {
display: inline;
}
.header-widget {
float: right;
margin: 0.5em 0 0 1.5em;
}
.header-widget ul {
margin: 0;
padding: 0;
}
.header-widget-title {
margin: 0 0 0.5em;
} .header-image {
text-align: center;
}
.header-image img {
max-width: 1920px;
width: 100%;
height: auto;
vertical-align: top;
} .primary-navigation-wrap {
border-bottom: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
background-color: rgba(0, 0, 0, 0.15);
background-color: var(--navi-background-color);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
color: #fff;
color: var(--navi-color);
}
.primary-navigation-container {
position: relative;
}
.primary-navigation {
position: relative;
width: 100%;
} .main-navigation ul,
.main-navigation .menu-item-has-children &gt; a &gt; .icon,
.main-navigation ul a &gt; .icon {
display: none;
}
.main-navigation.toggled-on &gt; ul.menu {
display: block;
} .primary-menu-toggle {
display: flex;
margin: 0;
padding: 0.8em 1.2em;
border: none;
background-color: #dd5533;
background-color: var(--navi-hover-color);
color: #fff;
color: var(--navi-hover-text-color);
text-decoration: none;
font-size: 16px;
font-size: 1rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: normal;
font-weight: var(--navi-font-weight);
text-transform: uppercase;
text-transform: var(--navi-text-transform);
text-align: left;
transition: all 0.2s ease;
align-items: center;
}
.primary-menu-toggle .menu-toggle-text {
display: none;
}
.primary-menu-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.primary-menu-toggle:hover,
.primary-menu-toggle:active {
background-color: #dd5533;
background-color: var(--navi-hover-color);
cursor: pointer;
}
.primary-menu-toggle .icon {
margin: 0;
width: 24px;
height: 24px;
vertical-align: top;
fill: #fff;
fill: var(--navi-hover-text-color);
}
.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
display: none;
}
.primary-menu-toggle[aria-expanded="true"] .icon-close {
display: inline-block;
} .main-navigation ul {
margin: 0;
padding: 0;
color: #fff;
color: var(--navi-color);
list-style: none;
font-size: 16px;
font-size: 1rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: normal;
font-weight: var(--navi-font-weight);
text-transform: uppercase;
text-transform: var(--navi-text-transform);
}
.main-navigation &gt; ul {
padding: 3px 0;
border-top: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
}
.main-navigation ul li {
position: relative;
margin: 0;
}
.main-navigation ul a {
display: block;
margin: 0;
padding: 1em 1.5em;
border-bottom: 1px dotted;
border-color: rgba(255, 255, 255, 0.2);
border-color: var(--navi-border-color);
text-decoration: none;
}
.main-navigation ul li:last-child &gt; a {
border-bottom: none;
}
.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
color: #fff;
color: var(--navi-color);
text-decoration: none;
transition: all 0.2s ease;
}
.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.main-navigation ul li.current-menu-item &gt; a {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
} .main-navigation ul ul {
font-size: 13px;
font-size: 0.8125rem;
}
.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
display: block;
}
.main-navigation ul ul a {
padding-left: 3em;
}
.main-navigation ul ul ul a {
padding-left: 4.5em;
}
.main-navigation ul ul ul ul a {
padding-left: 6em;
} .main-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
right: 0;
padding: 0.9em 1.5em;
background: none;
border: none;
color: #fff;
color: var(--navi-color);
}
.main-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-color);
background: none;
}
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.main-navigation .dropdown-toggle .icon {
margin: 0.2em 0 0;
width: 20px;
height: 20px;
vertical-align: top;
fill: currentColor;
}
.main-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);
}
.main-navigation ul ul .dropdown-toggle {
padding: 0.6em 1.2em;
}
.main-navigation ul ul .dropdown-toggle .icon {
width: 18px;
height: 18px;
} .type-post,
.type-page,
.type-attachment,
.comments-area,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment),
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) {
margin: 0 0 2em 0;
padding: 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--page-border-color);
background-color: #fff;
background-color: var(--page-background-color);
box-shadow: 0 2px 2px #aaa;
}
.archive-title,
.page-title,
.entry-title {
margin: 0;
padding: 0;
color: #dd5533;
color: var(--title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 28px;
font-size: 1.75rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: normal;
font-weight: var(--title-font-weight);
text-transform: uppercase;
text-transform: var(--title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.entry-title a:link,
.entry-title a:visited {
color: #dd5533;
color: var(--title-color);
text-decoration: none;
transition: all 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active {
color: #303030;
color: var(--title-hover-color);
}
.type-post .wp-post-image,
.type-page .wp-post-image,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment) .wp-post-image,
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) .wp-post-image {
margin: 0 0 0.5em;
}
.entry-content a {
text-decoration: underline;
}
.sticky {
border-width: 5px;
} .page-links {
margin: 0 0 1.5em;
word-spacing: 0.75em;
font-weight: bold;
} .entry-meta {
margin: 0;
padding: 0;
color: #303030;
color: var(--text-color);
font-size: 14px;
font-size: 0.875rem;
}
.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
margin-right: 1.5em;
}
.entry-meta a:link,
.entry-meta a:visited {
color: #303030;
color: var(--text-color);
}
.entry-meta a:hover,
.entry-meta a:active {
color: #999;
color: var(--light-text-color);
}
.entry-meta span .icon {
margin: 0.4em 0.4em 0 0;
width: 14px;
height: 14px;
vertical-align: top;
fill: currentColor;
} body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-meta .meta-category,
body.comments-hidden .type-post .entry-meta .meta-comments,
body.date-hidden .post-slider .entry-meta .meta-date,
body.author-hidden .post-slider .entry-meta .meta-author {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
body.date-hidden.author-hidden.categories-hidden.comments-hidden .content-area .type-post .entry-meta {
display: none;
} .entry-tags {
margin: 0 0 1.5em;
}
.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
font-size: 14px;
font-size: 0.875rem;
}
.widget_tag_cloud .tagcloud::before,
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::before,
.entry-tags .meta-tags::after {
display: table;
content: "";
}
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::after {
clear: both;
}
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
display: inline-block;
float: left;
margin: 0 2px 2px 0;
padding: 0.2em 0.5em;
background-color: #303030;
background-color: var(--button-hover-color);
text-decoration: none;
text-transform: uppercase;
font-size: 12px !important;
font-size: 0.75rem !important;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
color: #fff;
color: var(--button-hover-text-color);
transition: all 0.2s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
} .more-link {
display: inline-block;
margin: 0;
padding: 0.6em 1em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 15px;
font-size: 0.9375rem;
transition: all 0.2s ease;
}
.more-link:link,
.more-link:visited {
color: #fff;
color: var(--button-text-color);
}
.more-link:hover,
.more-link:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.more-link::after {
content: " \00BB";
} .post-navigation {
margin: 0;
}
.post-navigation .nav-links .nav-previous {
float: left;
}
.post-navigation .nav-links .nav-next {
float: right;
}
.post-navigation .nav-links .nav-previous a::before {
margin-right: 3px;
content: "\00AB";
}
.post-navigation .nav-links .nav-next a::after {
margin-left: 4px;
content: "\00BB";
}
.post-navigation .nav-links a {
display: inline-block;
margin: 0 0 3px;
padding: 0.3em 0.8em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
transition: all 0.2s ease;
}
.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited {
color: #fff;
color: var(--button-text-color);
}
.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}  .page-header {
margin: 0 0 2em 0;
padding: 1.5em;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--page-border-color);
background-color: #fff;
background-color: var(--page-background-color);
box-shadow: 0 2px 2px #aaa;
}
.blog-description,
.archive-description p {
margin-bottom: 0;
} .post-layout-columns .post-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -2em;
}
.post-layout-columns .post-wrapper .post-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
padding-right: 2em;
}
.post-layout-columns .post-wrapper .post-column article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-content {
flex-grow: 1;
font-size: 16px;
font-size: 1rem;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
}
.post-layout-columns .post-wrapper .post-column article .more-link {
font-size: 15px;
font-size: 0.9375rem;
} .post-layout-two-columns .post-wrapper .post-column {
width: 50%;
} .post-layout-three-columns .content-archive {
float: none;
padding: 0;
width: 100%;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 33.3333333333333%;
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.post-layout-columns .post-wrapper .post-column,
.post-layout-columns .post-wrapper .post-column article {
display: block;
}
} .pagination {
margin: 0 0 2em;
}
.pagination a,
.pagination .current {
display: inline-block;
margin: 0 3px 3px 0;
padding: 0.4em 1em;
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-align: center;
text-decoration: none;
}
.pagination a:link,
.pagination a:visited {
color: #fff;
color: var(--button-hover-text-color);
}
.pagination a:hover,
.pagination a:active,
.pagination .current {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
} .infinite-scroll .pagination {
display: none;
}
.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
width: 100%;
text-align: center;
}
.infinite-scroll .infinite-loader .spinner {
bottom: -1em;
left: auto;
margin: 0 auto;
}
.infinite-scroll #infinite-handle span {
display: inline-block;
margin: 0 0 2em;
padding: 0.4em 1em;
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
}
.infinite-scroll #infinite-handle span:hover {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}  .wp-block-audio,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-table {
margin-bottom: 1.5em;
} p.has-background {
padding: 1rem 1.25rem;
}
.has-drop-cap:not(:focus)::first-letter {
font-size: 4.5rem;
line-height: 0.7;
font-weight: bold;
} .wp-block-code {
border-radius: 3px;
} .wp-block-separator {
border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
margin-left: auto;
margin-right: auto;
max-width: 4rem;
height: 3px;
} .wp-block-table table {
margin: 0;
}
.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes thead {
border-bottom: 2px solid;
}
.wp-block-table.is-style-stripes tfoot {
border-top: 2px solid;
}
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
border-color: #303030;
border-color: var(--text-color);
}
.wp-block-table.is-style-stripes thead th,
.wp-block-table.is-style-stripes tfoot td {
background: none;
} .wp-block-buttons .wp-block-button {
margin: 0 0.5rem 0 0;
}
.wp-block-buttons .wp-block-button:last-child {
margin-right: 0;
} .wp-block-button {
font-size: 17px;
font-size: 1.0625rem;
}
.wp-block-button.aligncenter {
text-align: center;
}
.wp-block-button__link {
margin: 0;
padding: 0.6em 1em;
border: none;
border-radius: 0;
color: inherit;
font-size: inherit;
text-decoration: none;
transition: all 0.2s ease;
}
.wp-block-button__link:link,
.wp-block-button__link:visited {
color: inherit;
text-decoration: none;
}
.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):link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
color: #fff;
color: var(--button-text-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
background-color: #dd5533;
background-color: var(--button-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):active {
background-color: #303030;
background-color: var(--button-hover-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:active {
text-decoration: underline;
} .wp-block-button.is-style-outline .wp-block-button__link {
padding: calc(0.6em - 2px) calc(1em - 2px);
background-color: transparent !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link {
color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
text-decoration: underline;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
color: inherit;
} .wp-block-quote.has-text-align-center:not(.is-style-large),
.wp-block-quote.has-text-align-right:not(.is-style-large) {
padding-left: 0;
border-left: 1px solid var(--light-border-color);
}
.wp-block-quote.has-text-align-right:not(.is-style-large) {
padding-right: 1.25em;
border-right: 3px solid #dd5533;
border-right: 3px solid var(--link-color);
}
.wp-block-quote.is-style-large {
padding: 0;
border: none;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-quote.is-style-large p {
font-size: inherit;
font-style: inherit;
line-height: inherit;
}
.wp-block-quote.is-style-large cite {
text-align: inherit;
font-size: 16px;
font-size: 1rem;
} .wp-block-pullquote {
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 0;
border-bottom: 3px solid;
border-top: 3px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
.wp-block-pullquote blockquote {
border: none;
padding: 0;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-pullquote p {
font-size: inherit;
line-height: inherit;
}
.wp-block-pullquote blockquote &gt; p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 0.75em;
}
.wp-block-pullquote blockquote cite {
color: #303030;
color: var(--text-color);
}
.wp-block-pullquote.is-style-solid-color {
padding: 1px 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
color: inherit;
} .wp-block-audio audio {
width: 100%;
} .wp-block-image img {
vertical-align: top;
} .wp-block-cover,
.wp-block-cover-image {
width: auto;
}
.wp-block-cover &gt; .wp-block-cover__inner-container &gt; *:first-child,
.wp-block-cover-image &gt; .wp-block-cover__inner-container &gt; *:first-child {
margin-top: 0;
}
.wp-block-cover &gt; .wp-block-cover__inner-container &gt; *:last-child,
.wp-block-cover-image &gt; .wp-block-cover__inner-container &gt; *:last-child {
margin-bottom: 0;
} .wp-block-gallery {
justify-content: center;
} .wp-block-embed-vimeo.alignfull iframe {
width: 100%;
} .wp-block-group.has-background {
padding: 1.5em;
}
.wp-block-group.has-background &gt; .wp-block-group__inner-container &gt; *:first-child {
margin-top: 0;
}
.wp-block-group.has-background &gt; .wp-block-group__inner-container &gt; *:last-child {
margin-bottom: 0;
} .wp-block-latest-posts.wp-block-latest-posts__list {
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-top: 0.5rem;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
color: #666;
color: var(--medium-text-color);
font-size: 14px;
font-size: 0.875rem;
} .wp-block-search .wp-block-search__label {
width: auto;
} .has-primary-color,
.wp-block-button__link.has-primary-color {
color: #dd5533;
color: var(--primary-color);
}
.has-secondary-color,
.wp-block-button__link.has-secondary-color {
color: #c43c1a;
color: var(--secondary-color);
}
.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
color: #aa2200;
color: var(--tertiary-color);
}
.has-accent-color,
.wp-block-button__link.has-accent-color {
color: #3355dd;
color: var(--accent-color);
}
.has-highlight-color,
.wp-block-button__link.has-highlight-color {
color: #2bc41a;
color: var(--highlight-color);
}
.has-white-color,
.wp-block-button__link.has-white-color {
color: #fff;
}
.has-light-gray-color,
.wp-block-button__link.has-light-gray-color {
color: #f0f0f0;
color: var(--light-gray-color);
}
.has-gray-color,
.wp-block-button__link.has-gray-color {
color: #999;
color: var(--gray-color);
}
.has-dark-gray-color,
.wp-block-button__link.has-dark-gray-color {
color: #303030;
color: var(--dark-gray-color);
}
.has-black-color,
.wp-block-button__link.has-black-color {
color: #000;
} .has-primary-background-color,
.has-primary-background-color[class] {
background-color: #dd5533;
background-color: var(--primary-color);
}
.has-secondary-background-color,
.has-secondary-background-color[class] {
background-color: #c43c1a;
background-color: var(--secondary-color);
}
.has-tertiary-background-color,
.has-tertiary-background-color[class] {
background-color: #aa2200;
background-color: var(--tertiary-color);
}
.has-accent-background-color,
.has-accent-background-color[class] {
background-color: #3355dd;
background-color: var(--accent-color);
}
.has-highlight-background-color,
.has-highlight-background-color[class] {
background-color: #2bc41a;
background-color: var(--highlight-color);
}
.has-white-background-color,
.has-white-background-color[class] {
background-color: #fff;
}
.has-light-gray-background-color,
.has-light-gray-background-color[class] {
background-color: #f0f0f0;
background-color: var(--light-gray-color);
}
.has-gray-background-color,
.has-gray-background-color[class] {
background-color: #999;
background-color: var(--gray-color);
}
.has-dark-gray-background-color,
.has-dark-gray-background-color[class] {
background-color: #303030;
background-color: var(--dark-gray-color);
}
.has-black-background-color,
.has-black-background-color[class] {
background-color: #000;
} .has-small-font-size {
font-size: 16px;
}
.has-medium-font-size {
font-size: 24px;
}
.has-large-font-size {
font-size: 36px;
}
.has-extra-large-font-size {
font-size: 48px;
}
.has-huge-font-size {
font-size: 64px;
} .widget {
margin: 0 0 2em 0;
padding: 1em 1.5em 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--widget-border-color);
background-color: #fff;
background-color: var(--widget-background-color);
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.widget-header {
margin: 0 0 1em 0;
}
.widget-title,
.is-style-widget-title {
display: block;
margin: 0;
padding: 0;
color: #dd5533;
color: var(--widget-title-color);
font-size: 20px;
font-size: 1.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: normal;
font-weight: var(--widget-title-font-weight);
text-transform: uppercase;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.widget-title a:link,
.widget-title a:visited {
color: #dd5533;
color: var(--widget-title-color);
}
.widget-title a:hover,
.widget-title a:active {
color: #303030;
color: var(--widget-title-hover-color);
}
.widget ul {
margin: 0;
padding: 0;
list-style: circle inside;
}
.widget ul .children,
.widget ul .sub-menu {
margin: 0.5em 0 0.5em 1em;
padding: 0;
} .widget select {
max-width: 100%;
} .widget_calendar {
font-size: 14px;
font-size: 0.875rem;
}
.widget_calendar table {
margin: 0;
}
.widget_calendar table caption {
padding: 0 0 1em;
}
.widget_calendar table thead tr {
background: #f5f5f5;
}
.widget_calendar table tr td {
text-align: center;
}
.widget_calendar table tbody tr td a {
font-weight: bold;
}
.widget_calendar table tfoot tr td {
padding-top: 1em;
border: none;
}
.widget_calendar table tfoot tr #prev {
text-align: left;
}
.widget_calendar table tfoot tr #next {
text-align: right;
} .widget-magazine-posts {
margin-bottom: -1em;
}
.widget-magazine-posts .type-post {
margin: 0 0 1.5em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.widget-magazine-posts .type-post .wp-post-image {
margin: 0;
max-width: 100%;
}
.widget-magazine-posts .type-post .entry-title {
display: inline;
}
.widget-magazine-posts .type-post .entry-content {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .type-post .entry-content p {
margin: 1em 0 0;
}
.widget-magazine-posts .type-post .more-link {
margin: 1em 0 0;
text-decoration: none;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.widget-magazine-posts .medium-post {
display: block;
float: left;
box-sizing: border-box;
padding-right: 1.5em;
width: 33.33333333%;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .small-post {
display: block;
float: left;
box-sizing: border-box;
width: 100%;
}
.widget-magazine-posts .small-post .wp-post-image {
float: left;
margin: 0 1em 0 0;
max-width: 40%;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
font-size: 12px;
font-size: 0.75rem;
} .widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
float: left;
box-sizing: border-box;
margin: 0;
padding-right: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: right;
box-sizing: border-box;
padding-left: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
margin-right: -1.5em;
} .widget-magazine-posts .magazine-vertical-box .large-post {
float: left;
box-sizing: border-box;
margin-bottom: 1em;
padding-right: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts {
box-sizing: border-box;
margin-left: 50%;
padding-left: 0.75em;
width: 50%;
} .widget-magazine-posts .magazine-grid {
margin-right: -1.5em;
}
.widget-magazine-posts .magazine-grid .large-post {
float: left;
box-sizing: border-box;
padding-right: 1.5em;
width: 50%;
}
.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
clear: left;
} .tortuga-magazine-columns-widget {
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.tortuga-magazine-columns-widget .widget-magazine-posts {
margin-bottom: 0;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
float: left;
width: 100%;
margin: 0;
padding: 1em 1.5em 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--widget-border-color);
background-color: #fff;
background-color: var(--widget-background-color);
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
float: left;
box-sizing: border-box;
margin-bottom: -1.5em;
width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-left {
float: left;
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
box-sizing: border-box;
margin-left: 50%;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts-columns .medium-post {
padding-right: 0;
width: 100%;
} .comments-area {
padding: 1em 1.5em;
} .comments-header,
.comment-reply-title {
margin: 0 0 1em 0;
}
.comments-header .comments-title,
.comment-reply-title span {
display: inline-block;
margin: 0;
padding: 0;
color: #dd5533;
color: var(--widget-title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 20px;
font-size: 1.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: normal;
font-weight: var(--widget-title-font-weight);
text-transform: uppercase;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
} .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment {
margin: 0 0 1.5em;
padding: 1.5em 0 0;
border-top: 1px dotted #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.comment-meta {
float: left;
padding: 0;
width: 100%;
}
.comment-meta .comment-author img {
float: left;
margin-right: 1em;
}
.bypostauthor {
display: block;
}
.comment-meta .comment-metadata {
margin-top: 0.3em;
font-size: 14px;
font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
margin-right: 1em;
}
.comment-content {
clear: left;
padding: 0.2em 0 0;
}
.comment-content a {
word-wrap: break-word;
}
.comment ol.children {
margin: 1.5em 0 0;
list-style: none;
}
.comment .comment-respond {
margin-top: 1.5em;
} .comment-navigation {
margin: 0 0 1.5em;
padding: 0;
font-size: 14px;
font-size: 0.875rem;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.comment-navigation .nav-previous a:before {
margin-right: 3px;
content: "\00AB";
}
.comment-navigation .nav-next a:after {
margin-left: 4px;
content: "\00BB";
} .comment-form {
padding: 0;
}
.comment-form label {
display: inline-block;
min-width: 150px;
font-weight: bold;
}
.comment-form textarea {
margin-top: 0.4em;
}
.comment-form .form-submit {
margin-bottom: 1em;
}
.comment-form input[type="checkbox"] + label {
display: inline;
padding-left: 0.5em;
font-weight: normal;
}
.comment-reply-title small a {
margin-left: 1em;
text-decoration: underline;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object,
figure,
img,
picture {
max-width: 100%;
} figcaption,
.wp-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption {
font-size: 13px;
font-size: 0.8125rem;
}
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption,
.wp-block-gallery &gt; figcaption {
margin: 0.5rem 0 1.5rem;
max-width: 100%;
width: auto !important;
text-align: center;
}
.wp-block-table figcaption {
margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption .wp-caption-text {
margin: 0.5em 0;
} .gallery {
margin-bottom: 1em;
}
.gallery-item {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0 1em 0.75em 0;
width: 100%;
vertical-align: top;
text-align: center;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
font-size: 13px;
font-size: 0.8125rem;
margin-bottom: 0.75em;
} .footer-wrap {
background-color: #303030;
background-color: var(--footer-background-color);
}
.site-footer {
color: rgba(255, 255, 255, 0.6);
color: var(--footer-text-color);
font-size: 15px;
font-size: 0.9375rem;
}
.site-footer .site-info {
float: left;
padding: 2.5em 0;
}
.site-footer a:link,
.site-footer a:visited {
border-bottom: 1px dotted;
border-color: rgba(255, 255, 255, 0.6);
border-color: var(--footer-text-color);
color: #fff;
color: var(--footer-link-color);
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
color: rgba(255, 255, 255, 0.6);
color: var(--footer-link-hover-color);
}  .breadcrumbs {
margin: 0;
padding: 0.5em 0;
background: #fff;
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.breadcrumbs-container {
color: #222;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
display: inline;
margin: 0;
padding: 0;
}
.breadcrumbs .trail-browse {
margin-right: 0.5em;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-items {
list-style: none;
}
.breadcrumbs .trail-items li::after {
padding: 0 0.5em;
content: "\00bb"; }
.trail-separator-slash .trail-items li::after {
content: "\002F";
}
.trail-separator-dash .trail-items li::after {
content: "\2013";
}
.trail-separator-bull .trail-items li::after {
content: "\2022";
}
.trail-separator-arrow-bracket .trail-items li::after {
content: "\003e";
}
.trail-separator-raquo .trail-items li::after {
content: "\00bb";
}
.trail-separator-single-arrow .trail-items li::after {
content: "\2192";
}
.trail-separator-double-arrow .trail-items li::after {
content: "\21D2";
}
.breadcrumbs .trail-items li:last-of-type::after {
display: none;
}
:root {
--tz-column-gap: 1.5em;
}
.tz-magazine-block .tz-magazine-post {
margin: 0 0 1.5em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.tz-magazine-block .tz-entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-entry-meta {
margin: 0.1em 0;
font-size: 14px;
font-size: 0.875rem;
}
.tz-magazine-block .tz-meta-field a {
text-decoration: none;
}
.tz-magazine-block .tz-entry-content {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-more-link {
text-decoration: none;
} .related-posts {
padding: 1em 1.5em 0;
}
.related-posts-title {
font-size: 20px;
font-size: 1.25rem;
}
ul.related-posts-list {
margin: 1em 0 0;
padding: 0;
list-style: none;
}
.related-posts-list li {
margin: 0 0 2em;
padding: 0;
list-style: none;
}
.related-posts-list li .entry-header {
margin-top: 0.25em;
}
.related-posts-list li .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.related-posts-list li .wp-post-image {
float: left;
margin: 0 1em 0 0;
padding: 0;
max-width: 20%;
height: auto;
border: none;
}
.related-posts-grid {
margin: 1em 0 0;
}
.related-posts-columns {
margin-right: -1em;
}
.related-posts-columns .related-post-column {
float: left;
box-sizing: border-box;
margin-bottom: 2em;
padding-right: 2em;
}
.related-posts-two-columns .related-post-column {
width: 50%;
}
.related-posts-three-columns .related-post-column {
width: 33.3333333333333%;
}
.related-posts-four-columns .related-post-column {
width: 25%;
}
.related-posts-two-columns .related-post-column:nth-child(2n + 1) {
clear: left;
}
.related-posts-three-columns .related-post-column:nth-child(3n + 1) {
clear: left;
}
.related-posts-four-columns .related-post-column:nth-child(4n + 1) {
clear: left;
}
.related-posts-two-columns .related-post-column .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.related-posts-three-columns .related-post-column .entry-title {
font-size: 16px;
font-size: 1rem;
}
.related-posts-four-columns .related-post-column .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.related-posts-three-columns .related-post-column .entry-meta,
.related-posts-four-columns .related-post-column .entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
display: block;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: none;
}
.related-posts-columns .related-post-column .wp-post-image {
margin: 0 0 0.5em 0;
padding: 0;
border: none;
}
@media only screen and (max-width: 80em) { .related-posts-two-columns .related-post-column .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media only screen and (max-width: 70em) { .related-posts-two-columns .related-post-column .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 50em) { .related-posts-four-columns .related-post-column {
width: 50%;
}
.related-posts-four-columns .related-post-column:nth-child(2n + 1) {
clear: left;
}
.related-posts-two-columns .related-post-column .entry-title,
.related-posts-four-columns .related-post-column .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.related-posts-two-columns .related-post-column .entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
display: inline;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: inline-block;
} .related-posts-list li .wp-post-image {
max-width: 25%;
}
.related-posts-list li .entry-header {
margin-top: 0;
}
.related-posts-list li .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 40em) {
.related-posts-two-columns .related-post-column .entry-title,
.related-posts-four-columns .related-post-column .entry-title {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 35em) { .related-posts-three-columns {
margin: 0;
}
.related-posts-three-columns .related-post-column {
float: none;
padding-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 25em) { .related-posts-two-columns,
.related-posts-four-columns {
margin: 0;
}
.related-posts-two-columns .related-post-column,
.related-posts-four-columns .related-post-column {
float: none;
padding-right: 0;
width: 100%;
} .related-posts-list li .wp-post-image {
float: none;
margin: 0 0 0.5em 0;
max-width: 100%;
}
}
@media only screen and (max-width: 20em) {
.related-posts .entry-meta .meta-date,
.related-posts .entry-meta .meta-author {
display: block;
margin: 0;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: none;
}
} .tzwb-clearfix::before,
.tzwb-clearfix::after {
display: table;
content: " ";
}
.tzwb-clearfix::after {
clear: both;
}
.tzwb-posts-list li {
clear: left;
margin-bottom: 0.5em;
padding: 0;
list-style: none;
}
.tzwb-posts-list .tzwb-excerpt p {
margin: 0;
padding: 0;
}
.tzwb-posts-list .wp-post-image {
float: left;
margin: 0.3em 0.8em 1em 0;
max-width: 90px;
height: auto;
}
.tzwb-posts-list .tzwb-entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.tzwb-comments-list li {
clear: left;
margin-bottom: 0.5em;
padding: 0;
list-style: none;
}
.tzwb-comments-list .avatar {
float: left;
margin: 0.3em 0.8em 0.8em 0;
}
.tzwb-comments-list .tzwb-comment-content {
font-style: italic;
}
.tzwb-comments-list .tzwb-comment-date {
color: #303030;
color: var(--text-color);
font-size: 12px;
font-size: 0.75rem;
}
.tzwb-tabbed-content .tzwb-tabnavi-wrap {
overflow: auto;
margin: 0;
padding: 0;
list-style: none;
}
.tzwb-tabbed-content .tzwb-tabnavi {
position: relative;
float: left;
width: 100%;
list-style: none;
list-style-position: outside;
}
.tzwb-tabbed-content .tzwb-tabnavi li {
position: relative;
float: left;
margin: 0 3px 3px 0;
padding: 0;
list-style: none;
}
.tzwb-tabbed-content .tzwb-tabnavi li a {
display: block;
margin: 0;
padding: 0.3em 0.8em;
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
}
.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
transition: all 0.2s ease;
}
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
}
.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.tzwb-tabbed-content .tzwb-tabcontent {
margin: 1em 0 0 0;
padding: 0;
}
.tzwb-social-icons .social-icons-menu {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
border: none;
list-style: none;
line-height: 1;
}
.tzwb-social-icons .social-icons-menu li {
margin: 0 2px 2px 0;
}
.tzwb-social-icons .social-icons-menu li a {
display: flex;
padding: 0.75em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.tzwb-social-icons .social-icons-menu li a:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.tzwb-social-icons .social-icons-menu .icon {
margin: 0;
width: 20px;
height: 20px;
vertical-align: middle;
fill: currentColor;
}  .zeeflex-container a:hover,
.zeeflex-slider a:hover,
.zeeflex-container a:focus,
.zeeflex-slider a:focus {
outline: none;
}
.zeeslides,
.zeeslides &gt; li,
.zeeflex-control-nav,
.zeeflex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.zeeflex-pauseplay span {
text-transform: capitalize;
} .zeeflexslider {
margin: 0;
padding: 0;
}
.zeeflexslider .zeeslides &gt; li {
display: none;
}
.zeeflexslider .zeeslides img {
display: block;
width: 100%;
}
.zeeflexslider .zeeslides::after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: "\0020";
line-height: 0;
}
html[xmlns] .zeeflexslider .zeeslides {
display: block;
}
* html .zeeflexslider .zeeslides {
height: 1%;
}
.no-js .zeeflexslider .zeeslides &gt; li:first-child {
display: block;
} .post-slider-container {
overflow: hidden;
}
.post-slider-wrap {
position: relative;
}
.post-slider,
.zeeflexslider .zeeslides {
zoom: 1;
}
.post-slider .zeeslide {
position: relative;
}
.zeeflex-viewport {
max-height: 2000px;
transition: all 1s ease;
}
.post-slider .zeeslide .slide-image-wrap {
float: left;
margin: 0;
padding: 0;
width: 65%;
background: #e5e5e5;
}
.post-slider .zeeslide .slide-image {
margin: auto;
padding: 0;
max-width: 100%;
max-height: 420px;
width: auto;
height: auto;
vertical-align: top;
}
.post-slider .zeeslide .slide-content {
float: right;
box-sizing: border-box;
padding: 0 1.5em;
width: 35%;
}
.post-slider .zeeslide .slide-content .read-more {
position: absolute;
bottom: 0;
left: 65%;
}
.post-slider .zeeslide .slide-content .read-more .more-link {
margin-left: 1.5em;
padding: 0.5em 1em;
max-height: 40px;
}
.post-slider-controls {
clear: left;
} .post-slider-controls .zeeflex-direction-nav {
position: absolute;
right: 0;
bottom: 0;
*height: 0;
}
.post-slider-controls .zeeflex-direction-nav a {
position: absolute;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
margin: -40px 0 0 -80px;
width: 40px;
height: 40px;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-align: left;
font-size: 0;
cursor: pointer;
transition: all 0.4s ease;
}
.post-slider-controls .zeeflex-direction-nav a:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.post-slider-controls .zeeflex-direction-nav a::before {
display: inline-block;
color: currentColor;
vertical-align: text-bottom;
text-decoration: inherit;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-next::before {
content: '\003e';
font-size: 20px;
font-weight: bold;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
content: '\003c';
font-size: 20px;
font-weight: bold;
}
.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
left: 42px;
} @media only screen and (max-width: 75em) {
.post-slider .zeeslide .entry-content {
display: none;
}
}
@media only screen and (max-width: 60em) {
.post-slider .zeeslide .read-more {
display: none;
}
}
@media only screen and (max-width: 55em) {
.post-slider .zeeslide .slide-image-wrap {
float: none;
padding: 0;
width: 100%;
}
.post-slider .zeeslide .slide-content {
float: none;
padding: 1em 0 0;
width: 100%;
}
.post-slider .zeeslide .entry-content {
display: block;
}
.post-slider .zeeslide .slide-content .read-more {
position: static;
bottom: auto;
left: auto;
display: block;
}
.post-slider .zeeslide .slide-content .read-more .more-link {
margin-left: 0;
}
}
@media only screen and (max-width: 25em) {
.post-slider .zeeslide .read-more .more-link {
margin-bottom: 4em;
}
.post-slider-controls .zeeflex-direction-nav {
right: auto;
left: 0;
}
.post-slider-controls .zeeflex-direction-nav a {
margin-left: 0;
}
} @media only screen and (max-width: 70em) {
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 60em) {
.archive-title,
.page-title,
.entry-title {
font-size: 26px;
font-size: 1.625rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media only screen and (max-width: 50em) {
.archive-title,
.page-title,
.entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 40em) {
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.entry-content {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 30em) {
.site-branding .site-title {
font-size: 32px;
font-size: 2rem;
}
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 20em) {
.site-branding .site-title {
font-size: 28px;
font-size: 1.75rem;
}
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
margin: 0 0 0.5em;
font-size: 18px;
font-size: 1.125rem;
}
} @media only screen and (max-width: 80em) {
.container {
padding: 0 1.5rem;
}
.site-content {
padding-top: 1.5rem;
}
.content-area {
padding-right: 1.5rem;
}
.header-main {
padding-top: 1em;
padding-bottom: 1em;
}
.widget,
.page-header,
.type-post,
.type-page,
.type-attachment,
.pagination,
.comments-area,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment),
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) {
margin-bottom: 1.5em;
}
.post-layout-columns .post-wrapper {
margin-right: -1.5em;
}
.post-layout-columns .post-wrapper .post-column {
padding-right: 1.5em;
}
}
@media only screen and (max-width: 70em) {
.content-area {
width: 70%;
}
.sidebar {
width: 30%;
}
}
@media only screen and (max-width: 60em) {
.content-area,
.site-content .content-fullwidth {
float: none;
padding: 0;
width: 100%;
}
.sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float: none;
margin-right: -1.5em;
padding: 0;
width: auto;
}
.sidebar .widget-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: right;
box-sizing: border-box;
padding-right: 1.5em;
width: 50%;
}
.sidebar .widget-wrap .widget {
width: 100%;
}
.sidebar .widget-wrap:nth-child(2n + 1) {
clear: left;
}
.site-branding {
float: none;
margin: 0;
text-align: center;
}
.site-branding .custom-logo {
float: none;
}
.header-widgets {
display: block;
text-align: center;
}
.header-widget {
display: inline-block;
float: none;
margin: 1em 0 0;
max-width: 100%;
vertical-align: top;
}
.header-widget .search-form {
max-width: 300px;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 50%;
} .site-footer .site-info {
float: none;
text-align: center;
}
}
@media only screen and (max-width: 40em) {
.post-layout-columns .post-wrapper {
display: block;
margin-right: 0;
}
.post-layout-columns .post-wrapper .post-column {
display: block;
float: none;
padding-right: 0;
}
.post-layout-two-columns .post-wrapper .post-column,
.post-layout-three-columns .post-wrapper .post-column {
width: 100%;
} .sidebar {
margin-right: 0;
}
.sidebar .widget-wrap {
float: none;
padding-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 20em) {
.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
display: block;
}
} @media only screen and (min-width: 30em) {
.primary-menu-toggle .menu-toggle-text {
display: inline-block;
margin-left: 0.75em;
}
}
@media only screen and (min-width: 60em) {
.primary-menu-toggle,
.main-navigation .dropdown-toggle {
display: none;
}
.main-navigation ul,
.main-navigation ul ul {
display: block;
}
.primary-navigation {
display: flex;
margin-left: auto;
width: auto;
align-items: center;
}
#masthead .main-navigation &gt; ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
border-bottom: none;
}
.main-navigation &gt; ul {
padding: 0;
border: none;
}
.main-navigation &gt; ul &gt; li &gt; a {
padding: 0.8em 1.2em;
border: none;
} .main-navigation ul ul {
position: absolute;
left: -999em;
top: 100%;
z-index: 99999;
border-top: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
background-color: #303030;
background-color: var(--header-background-color);
}
.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
right: auto;
left: 0;
}
.main-navigation ul ul li a {
width: 16rem;
}
.main-navigation ul ul ul {
left: -999em;
margin-top: -5px;
top: 0;
border-left: 1px dotted rgba(255, 255, 255, 0.2);
border-left: 1px dotted var(--navi-border-color);
}
.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
right: auto;
left: 100%;
}
.main-navigation ul ul li a,
.main-navigation ul ul ul li a,
.main-navigation ul ul ul ul li a {
padding: 1em;
} .main-navigation .menu-item-has-children &gt; a &gt; .icon {
position: relative;
display: inline-block;
left: 0.5rem;
top: 0.1rem;
width: 14px;
height: 14px;
fill: currentColor;
transition: fill 0.15s ease;
}
.main-navigation ul ul .menu-item-has-children &gt; a &gt; .icon {
position: absolute;
left: auto;
right: 1em;
top: 50%;
margin-top: -0.5rem;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
}  @media only screen and (max-width: 70em) { .widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: none;
}
}
@media only screen and (max-width: 65em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 60em) { .widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: inline-block;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 50em) { .widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: none;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts .medium-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 40em) { .widget-magazine-posts .magazine-grid-two-columns {
margin-right: 0;
}
.widget-magazine-posts .magazine-grid .large-post,
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
.widget-magazine-posts .magazine-vertical-box .large-post,
.widget-magazine-posts-columns .magazine-posts-column-left {
float: none;
padding: 0;
width: 100%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts,
.widget-magazine-posts-columns .magazine-posts-column-right {
margin-left: 0;
padding-top: 1em;
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .large-post .wp-post-image {
float: left;
margin: 0 1.5em 0 0;
max-width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: right;
padding-left: 1.5em;
width: 50%;
}
.widget-magazine-posts .magazine-grid .large-post {
clear: left;
}
.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
margin-bottom: 1em;
}
.widget-magazine-posts .large-post .entry-content {
display: none;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 35em) {
.widget-magazine-posts .magazine-grid-three-columns {
margin-right: 0;
}
.widget-magazine-posts .medium-post {
float: none;
padding-right: 0;
width: 100%;
}
.widget-magazine-posts .medium-post .wp-post-image {
float: left;
margin: 0 1em 0 0;
max-width: 120px;
}
}
@media only screen and (max-width: 30em) { .widget-magazine-posts .medium-post .wp-post-image,
.widget-magazine-posts .small-post .wp-post-image {
max-width: 30%;
}
.widget-magazine-posts .large-post .wp-post-image,
.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
float: none;
margin: 0 0 0.5em 0;
max-width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: none;
padding: 0;
width: 100%;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .large-post .entry-content,
.widget-magazine-posts .large-post .entry-content .more-link,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content .more-link {
display: inline-block;
}
}
@media only screen and (max-width: 20em) {
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
vertical-align: top;
font-size: 13px;
font-size: 0.8125rem;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
display: none;
}
} @media only screen and (max-width: 50em) { .gallery-item {
padding: 0 0.75em 0.5em 0;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 25%;
}
}
@media only screen and (max-width: 30em) {
.alignright,
.alignleft {
float: none;
margin: 1em 0;
} .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 50%;
}
}  .sidebar-left .content-area {
float: right;
padding-right: 0;
padding-left: 2em;
}
.sidebar-left .sidebar {
float: left;
}
@media only screen and (max-width: 80em) {
.sidebar-left .content-area {
padding-right: 0;
padding-left: 1.5em;
}
}
@media only screen and (max-width: 60em) {
.sidebar-left .content-area {
padding: 0;
}
}
.sidebar-left.post-layout-three-columns .content-archive {
float: none;
padding: 0;
width: 100%;
}:root {
--primary-color: #dd5533;
--secondary-color: #c43c1a;
--tertiary-color: #aa2200;
--accent-color: #3355dd;
--highlight-color: #2bc41a;
--light-gray-color: #f0f0f0;
--gray-color: #999;
--dark-gray-color: #303030;
--text-color: #303030;
--medium-text-color: #666;
--light-text-color: #999;
--dark-border-color: #303030;
--medium-border-color: #ccc;
--light-border-color: #ddd;
--link-color: #dd5533;
--link-hover-color: #303030;
--button-color: #dd5533;
--button-text-color: #fff;
--button-hover-color: #303030;
--button-hover-text-color: #fff;
--header-background-color: #fff;
--header-text-color: #000;
--site-title-color: #000;
--site-title-hover-color: #000;
--navi-color: #000;
--navi-background-color: rgba(0, 0, 0, 0.15);
--navi-hover-color: #dd5533;
--navi-hover-text-color: #fff;
--navi-border-color: rgba(255, 255, 255, 0.2);
--page-background-color: #fff;
--page-border-color: #dd5533;
--title-color: #dd5533;
--title-hover-color: #303030;
--widget-background-color: #fff;
--widget-border-color: #dd5533;
--widget-title-color: #dd5533;
--widget-title-hover-color: #303030;
--footer-background-color: #303030;
--footer-text-color: rgba(255, 255, 255, 0.6);
--footer-link-color: #fff;
--footer-link-hover-color: rgba(255, 255, 255, 0.6);
--text-font: "Open Sans", arial, helvetica, sans-serif;
--title-font: "Titillium Web", arial, helvetica, sans-serif;
--navi-font: "Titillium Web", arial, helvetica, sans-serif;
--widget-title-font: "Titillium Web", arial, helvetica, sans-serif;
--title-font-weight: normal;
--navi-font-weight: normal;
--widget-title-font-weight: normal;
--title-text-transform: uppercase;
--navi-text-transform: uppercase;
--widget-title-text-transform: uppercase;
--text-line-height: 1.75;
--title-line-height: 1.4;
} html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
position: relative;
vertical-align: baseline;
font-size: 75%;
line-height: 0;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 0;
}
hr {
box-sizing: content-box;
height: 0;
}
code,
kbd,
pre,
samp {
font-size: 1em;
font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
margin: 0;
color: inherit;
font: inherit;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
padding: 0;
border: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
box-sizing: content-box;
-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
border: 1px solid #c0c0c0;
}
legend {
padding: 0;
border: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
textarea {
color: #303030;
color: var(--text-color);
font-size: 17px;
font-size: 1.0625rem;
font-family: "Open Sans", arial, helvetica, sans-serif;
font-family: var(--text-font);
line-height: 1.75;
line-height: var(--text-line-height);
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-top: 0.75em;
margin-bottom: 0.75em;
line-height: 1.4;
line-height: var(--title-line-height);
}
h1 {
font-size: 30px;
font-size: 2.25rem;
}
h2 {
font-size: 22px;
font-size: 1.5rem;
}
h3 {
font-size: 22px;
font-size: 1.5rem;
}
h4 {
font-size: 22px;
font-size: 1.375rem;
}
h5 {
font-size: 22px;
font-size: 1.5rem;
}
h6 {
font-size: 22px;
font-size: 1.5rem;
}
p {
margin-top: 1.5em;
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
overflow: auto;
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 1.5em;
max-width: 100%;
border: 1px solid #e5e5e5;
background: #f5f5f5;
font-size: 15px;
font-size: 0.9375rem;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
}
code,
kbd,
tt,
var {
font-size: 15px;
font-size: 0.9375rem;
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
} *,
*::before,
*::after {
box-sizing: inherit;
}
body {
background: #ddd; }
blockquote {
margin: 1.5em 0;
padding: 0.05em 1.25em 1em;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
border-left: 3px solid #dd5533;
border-left: 3px solid var(--link-color);
color: #666;
color: var(--medium-text-color);
font-style: normal;
font-size: 18px;
font-size: 1.125rem;
}
blockquote cite,
blockquote small {
display: block;
margin-top: 1em;
color: #303030;
color: var(--text-color);
font-size: 16px;
font-size: 1rem;
line-height: 1.75;
}
blockquote cite::before,
blockquote small::before {
content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
font-style: normal;
}
blockquote &gt; :last-child {
margin-bottom: 0.5em;
}
hr {
margin-top: 1.5em;
margin-bottom: 1.5em;
height: 1px;
border: 0;
background-color: #dd5533;
background-color: var(--link-color);
}
ul,
ol {
margin: 1.5em 0;
padding: 0 0 0 1.25em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li &gt; ul,
li &gt; ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 0 1.5em;
}
img {
max-width: 100%; height: auto; }
table {
margin-top: 1.5em;
margin-bottom: 1.5em;
width: 100%;
border: none;
table-layout: auto;
}
th,
td {
padding: 0.3em 0.6em;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
th {
font-weight: normal;
text-align: initial;
background: rgba(0, 0, 0, 0.05);
}
tfoot td {
background: rgba(0, 0, 0, 0.05);
}
a {
color: #dd5533;
color: var(--link-color);
text-decoration: none;
}
a:link,
a:visited {
color: #dd5533;
color: var(--link-color);
}
a:hover,
a:focus,
a:active {
color: #303030;
color: var(--link-hover-color);
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
margin: 0;
padding: 0.6em 1em;
border: none;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
transition: all 0.2s ease;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
padding: 0.3em 0.6em;
max-width: 100%;
border: 1px solid;
border-color: #ddd;
border-color: var(--light-border-color);
color: #666;
color: var(--medium-text-color);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
border: 1px solid;
border-color: #ccc;
border-color: var(--medium-border-color);
color: #303030;
color: var(--text-color);
}
textarea {
width: 100%;
} .search-form {
display: flex;
margin: 0;
padding: 0;
}
.search-form label {
flex-grow: 1;
}
.search-form .screen-reader-text {
display: none;
}
.search-form .search-field {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0.75rem;
min-width: 100px;
width: 100%;
-webkit-appearance: none;
line-height: 1;
}
.search-form .search-submit {
display: flex;
margin-left: -1px;
padding: 0.75rem 0.95rem;
align-items: center;
}
.search-form .search-submit .icon-search {
width: 20px;
height: 20px;
fill: currentColor;
}  .screen-reader-text {
position: absolute !important;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
width: 1px;
height: 1px;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
top: 5px;
left: 5px;
z-index: 100000; display: block;
clip: auto !important;
padding: 15px 23px 14px;
width: auto;
height: auto;
border-radius: 3px;
background-color: #f1f1f1;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
color: #21759b;
text-decoration: none;
font-weight: bold;
font-size: 14px;
font-size: 0.875rem;
line-height: normal;
} .alignleft {
float: left;
margin-right: 1.5em;
}
.alignright {
float: right;
margin-left: 1.5em;
}
.aligncenter {
display: block;
clear: both;
margin-right: auto;
margin-left: auto;
text-align: center;
} .clearfix:before,
.clearfix:after,
.post-navigation .nav-links:before,
.post-navigation .nav-links:after,
.comment-navigation:before,
.comment-navigation:after {
display: table;
content: "";
}
.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
clear: both;
} .site {
margin: 0;
width: 100%;
}
.container {
margin: 0 auto;
padding: 0 2rem;
max-width: 1320px;
width: 100%;
}
.site-content {
padding-top: 2rem;
}
.content-area {
float: left;
box-sizing: border-box;
padding-right: 2rem;
width: 73%;
}
.sidebar {
float: right;
width: 27%;
} .no-sidebar .content-area,
.site-content .centered-content-area {
float: none;
margin: 0 auto;
padding: 0;
max-width: 900px;
width: 100%;
}
.post-layout-three-columns .content-archive {
max-width: 100%;
} .site-content .fullwidth-content-area {
float: none;
margin: 0;
padding: 0;
max-width: 100%;
width: 100%;
} .site-header {
background-color: #303030;
background-color: var(--header-background-color);
color: #fff;
color: var(--header-text-color);
}
.header-main {
padding-top: 1em;
padding-bottom: 1em;
}
.site-branding {
float: left;
margin: 1em 0;
padding: 0;
max-width: 100%;
}
.site-branding a:link,
.site-branding a:visited,
.site-branding a:hover {
padding: 0;
border: none;
text-decoration: none;
}
.site-title {
display: inline-block;
margin: 0.15em 0;
padding: 0;
color: #fff;
color: var(--site-title-color);
text-decoration: none;
font-size: 36px;
font-size: 2.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: normal;
font-weight: var(--title-font-weight);
text-transform: uppercase;
text-transform: var(--title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.site-title a:link,
.site-title a:visited {
color: #fff;
color: var(--site-title-color);
transition: all 0.2s ease;
}
.site-title a:hover,
.site-title a:active {
color: rgba(255, 255, 255, 0.6);
color: var(--site-title-hover-color);
}
.site-branding .custom-logo {
float: left;
margin: 0.5em 1em 0 0;
padding: 0;
max-width: 100%;
height: auto;
border: none;
vertical-align: top;
}
.site-description {
margin: 0 0 0.75em;
font-size: 15px;
font-size: 0.9375rem;
} .header-widgets {
display: inline;
}
.header-widget {
float: right;
margin: 0.5em 0 0 1.5em;
}
.header-widget ul {
margin: 0;
padding: 0;
}
.header-widget-title {
margin: 0 0 0.5em;
} .header-image {
text-align: center;
}
.header-image img {
max-width: 1920px;
width: 100%;
height: auto;
vertical-align: top;
} .primary-navigation-wrap {
border-bottom: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
background-color: rgba(0, 0, 0, 0.15);
background-color: var(--navi-background-color);
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
color: #fff;
color: var(--navi-color);
}
.primary-navigation-container {
position: relative;
}
.primary-navigation {
position: relative;
width: 100%;
} .main-navigation ul,
.main-navigation .menu-item-has-children &gt; a &gt; .icon,
.main-navigation ul a &gt; .icon {
display: none;
}
.main-navigation.toggled-on &gt; ul.menu {
display: block;
} .primary-menu-toggle {
display: flex;
margin: 0;
padding: 0.8em 1.2em;
border: none;
background-color: #dd5533;
background-color: var(--navi-hover-color);
color: #fff;
color: var(--navi-hover-text-color);
text-decoration: none;
font-size: 16px;
font-size: 1rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: normal;
font-weight: var(--navi-font-weight);
text-transform: uppercase;
text-transform: var(--navi-text-transform);
text-align: left;
transition: all 0.2s ease;
align-items: center;
}
.primary-menu-toggle .menu-toggle-text {
display: none;
}
.primary-menu-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.primary-menu-toggle:hover,
.primary-menu-toggle:active {
background-color: #dd5533;
background-color: var(--navi-hover-color);
cursor: pointer;
}
.primary-menu-toggle .icon {
margin: 0;
width: 24px;
height: 24px;
vertical-align: top;
fill: #fff;
fill: var(--navi-hover-text-color);
}
.primary-menu-toggle[aria-expanded="true"] .icon-menu,
.primary-menu-toggle[aria-expanded="false"] .icon-close {
display: none;
}
.primary-menu-toggle[aria-expanded="true"] .icon-close {
display: inline-block;
} .main-navigation ul {
margin: 0;
padding: 0;
color: #fff;
color: var(--navi-color);
list-style: none;
font-size: 16px;
font-size: 1rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--navi-font);
font-weight: normal;
font-weight: var(--navi-font-weight);
text-transform: uppercase;
text-transform: var(--navi-text-transform);
}
.main-navigation &gt; ul {
padding: 3px 0;
border-top: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
}
.main-navigation ul li {
position: relative;
margin: 0;
}
.main-navigation ul a {
display: block;
margin: 0;
padding: 1em 1.5em;
border-bottom: 1px dotted;
border-color: rgba(255, 255, 255, 0.2);
border-color: var(--navi-border-color);
text-decoration: none;
}
.main-navigation ul li:last-child &gt; a {
border-bottom: none;
}
.main-navigation ul a,
.main-navigation ul a:link,
.main-navigation ul a:visited {
color: #fff;
color: var(--navi-color);
text-decoration: none;
transition: all 0.2s ease;
}
.main-navigation ul a:hover,
.main-navigation ul a:active,
.main-navigation ul a:focus {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.main-navigation ul li.current-menu-item &gt; a {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
} .main-navigation ul ul {
font-size: 13px;
font-size: 0.8125rem;
}
.is-amp-page .main-navigation ul button.toggled-on + ul,
.main-navigation ul ul.toggled-on {
display: block;
}
.main-navigation ul ul a {
padding-left: 3em;
}
.main-navigation ul ul ul a {
padding-left: 4.5em;
}
.main-navigation ul ul ul ul a {
padding-left: 6em;
} .main-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
right: 0;
padding: 0.9em 1.5em;
background: none;
border: none;
color: #fff;
color: var(--navi-color);
}
.main-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--navi-color);
background: none;
}
.main-navigation .dropdown-toggle:hover,
.main-navigation .dropdown-toggle:active {
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.main-navigation .dropdown-toggle .icon {
margin: 0.2em 0 0;
width: 20px;
height: 20px;
vertical-align: top;
fill: currentColor;
}
.main-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);
}
.main-navigation ul ul .dropdown-toggle {
padding: 0.6em 1.2em;
}
.main-navigation ul ul .dropdown-toggle .icon {
width: 18px;
height: 18px;
} .type-post,
.type-page,
.type-attachment,
.comments-area,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment),
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) {
margin: 0 0 2em 0;
padding: 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--page-border-color);
background-color: #fff;
background-color: var(--page-background-color);
box-shadow: 0 2px 2px #aaa;
}
.archive-title,
.page-title,
.entry-title {
margin: 0;
padding: 0;
color: #dd5533;
color: var(--title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 28px;
font-size: 1.75rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--title-font);
font-weight: normal;
font-weight: var(--title-font-weight);
text-transform: uppercase;
text-transform: var(--title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.entry-title a:link,
.entry-title a:visited {
color: #dd5533;
color: var(--title-color);
text-decoration: none;
transition: all 0.2s ease;
}
.entry-title a:hover,
.entry-title a:active {
color: #303030;
color: var(--title-hover-color);
}
.type-post .wp-post-image,
.type-page .wp-post-image,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment) .wp-post-image,
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) .wp-post-image {
margin: 0 0 0.5em;
}
.entry-content a {
text-decoration: underline;
}
.sticky {
border-width: 5px;
} .page-links {
margin: 0 0 1.5em;
word-spacing: 0.75em;
font-weight: bold;
} .entry-meta {
margin: 0;
padding: 0;
color: #303030;
color: var(--text-color);
font-size: 14px;
font-size: 0.875rem;
}
.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
margin-right: 1.5em;
}
.entry-meta a:link,
.entry-meta a:visited {
color: #303030;
color: var(--text-color);
}
.entry-meta a:hover,
.entry-meta a:active {
color: #999;
color: var(--light-text-color);
}
.entry-meta span .icon {
margin: 0.4em 0.4em 0 0;
width: 14px;
height: 14px;
vertical-align: top;
fill: currentColor;
} body.date-hidden .type-post .entry-meta .meta-date,
body.author-hidden .type-post .entry-meta .meta-author,
body.categories-hidden .type-post .entry-meta .meta-category,
body.comments-hidden .type-post .entry-meta .meta-comments,
body.date-hidden .post-slider .entry-meta .meta-date,
body.author-hidden .post-slider .entry-meta .meta-author {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
body.date-hidden.author-hidden.categories-hidden.comments-hidden .content-area .type-post .entry-meta {
display: none;
} .entry-tags {
margin: 0 0 1.5em;
}
.widget_tag_cloud .tagcloud,
.entry-tags .meta-tags {
font-size: 14px;
font-size: 0.875rem;
}
.widget_tag_cloud .tagcloud::before,
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::before,
.entry-tags .meta-tags::after {
display: table;
content: "";
}
.widget_tag_cloud .tagcloud::after,
.entry-tags .meta-tags::after {
clear: both;
}
.widget_tag_cloud .tagcloud a,
.entry-tags .meta-tags a {
display: inline-block;
float: left;
margin: 0 2px 2px 0;
padding: 0.2em 0.5em;
background-color: #303030;
background-color: var(--button-hover-color);
text-decoration: none;
text-transform: uppercase;
font-size: 12px !important;
font-size: 0.75rem !important;
}
.widget_tag_cloud .tagcloud a:link,
.widget_tag_cloud .tagcloud a:visited,
.entry-tags .meta-tags a:link,
.entry-tags .meta-tags a:visited {
color: #fff;
color: var(--button-hover-text-color);
transition: all 0.2s ease;
}
.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:active,
.entry-tags .meta-tags a:hover,
.entry-tags .meta-tags a:active {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
} .more-link {
display: inline-block;
margin: 0;
padding: 0.6em 1em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 15px;
font-size: 0.9375rem;
transition: all 0.2s ease;
}
.more-link:link,
.more-link:visited {
color: #fff;
color: var(--button-text-color);
}
.more-link:hover,
.more-link:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.more-link::after {
content: " \00BB";
} .post-navigation {
margin: 0;
}
.post-navigation .nav-links .nav-previous {
float: left;
}
.post-navigation .nav-links .nav-next {
float: right;
}
.post-navigation .nav-links .nav-previous a::before {
margin-right: 3px;
content: "\00AB";
}
.post-navigation .nav-links .nav-next a::after {
margin-left: 4px;
content: "\00BB";
}
.post-navigation .nav-links a {
display: inline-block;
margin: 0 0 3px;
padding: 0.3em 0.8em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
transition: all 0.2s ease;
}
.post-navigation .nav-links a:link,
.post-navigation .nav-links a:visited {
color: #fff;
color: var(--button-text-color);
}
.post-navigation .nav-links a:hover,
.post-navigation .nav-links a:active {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}  .page-header {
margin: 0 0 2em 0;
padding: 1.5em;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--page-border-color);
background-color: #fff;
background-color: var(--page-background-color);
box-shadow: 0 2px 2px #aaa;
}
.blog-description,
.archive-description p {
margin-bottom: 0;
} .post-layout-columns .post-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -2em;
}
.post-layout-columns .post-wrapper .post-column {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
box-sizing: border-box;
padding-right: 2em;
}
.post-layout-columns .post-wrapper .post-column article {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-content {
flex-grow: 1;
font-size: 16px;
font-size: 1rem;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
}
.post-layout-columns .post-wrapper .post-column article .more-link {
font-size: 15px;
font-size: 0.9375rem;
} .post-layout-two-columns .post-wrapper .post-column {
width: 50%;
} .post-layout-three-columns .content-archive {
float: none;
padding: 0;
width: 100%;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 33.3333333333333%;
} @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.post-layout-columns .post-wrapper .post-column,
.post-layout-columns .post-wrapper .post-column article {
display: block;
}
} .pagination {
margin: 0 0 2em;
}
.pagination a,
.pagination .current {
display: inline-block;
margin: 0 3px 3px 0;
padding: 0.4em 1em;
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-align: center;
text-decoration: none;
}
.pagination a:link,
.pagination a:visited {
color: #fff;
color: var(--button-hover-text-color);
}
.pagination a:hover,
.pagination a:active,
.pagination .current {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
} .infinite-scroll .pagination {
display: none;
}
.infinite-scroll #infinite-handle,
.infinite-scroll .infinite-loader {
width: 100%;
text-align: center;
}
.infinite-scroll .infinite-loader .spinner {
bottom: -1em;
left: auto;
margin: 0 auto;
}
.infinite-scroll #infinite-handle span {
display: inline-block;
margin: 0 0 2em;
padding: 0.4em 1em;
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
}
.infinite-scroll #infinite-handle span:hover {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}  .wp-block-audio,
.wp-block-button,
.wp-block-buttons,
.wp-block-columns,
.wp-block-embed,
.wp-block-image,
.wp-block-gallery,
.wp-block-cover,
.wp-block-table {
margin-bottom: 1.5em;
} p.has-background {
padding: 1rem 1.25rem;
}
.has-drop-cap:not(:focus)::first-letter {
font-size: 4.5rem;
line-height: 0.7;
font-weight: bold;
} .wp-block-code {
border-radius: 3px;
} .wp-block-separator {
border: none;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
margin-left: auto;
margin-right: auto;
max-width: 4rem;
height: 3px;
} .wp-block-table table {
margin: 0;
}
.wp-block-table.is-style-stripes {
border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
background: rgba(0, 0, 0, 0.05);
}
.wp-block-table.is-style-stripes thead {
border-bottom: 2px solid;
}
.wp-block-table.is-style-stripes tfoot {
border-top: 2px solid;
}
.wp-block-table.is-style-stripes thead,
.wp-block-table.is-style-stripes tfoot {
border-color: #303030;
border-color: var(--text-color);
}
.wp-block-table.is-style-stripes thead th,
.wp-block-table.is-style-stripes tfoot td {
background: none;
} .wp-block-buttons .wp-block-button {
margin: 0 0.5rem 0 0;
}
.wp-block-buttons .wp-block-button:last-child {
margin-right: 0;
} .wp-block-button {
font-size: 17px;
font-size: 1.0625rem;
}
.wp-block-button.aligncenter {
text-align: center;
}
.wp-block-button__link {
margin: 0;
padding: 0.6em 1em;
border: none;
border-radius: 0;
color: inherit;
font-size: inherit;
text-decoration: none;
transition: all 0.2s ease;
}
.wp-block-button__link:link,
.wp-block-button__link:visited {
color: inherit;
text-decoration: none;
}
.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):link,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):visited {
color: #fff;
color: var(--button-text-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) {
background-color: #dd5533;
background-color: var(--button-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color):not(.has-background):active {
background-color: #303030;
background-color: var(--button-hover-color);
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-text-color:active,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:hover,
.wp-block-button:not(.is-style-outline) .wp-block-button__link.has-background:active {
text-decoration: underline;
} .wp-block-button.is-style-outline .wp-block-button__link {
padding: calc(0.6em - 2px) calc(1em - 2px);
background-color: transparent !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color),
.wp-block-cover .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-media-text .wp-block-button.is-style-outline .wp-block-button__link {
color: inherit;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:active {
text-decoration: underline;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active {
color: inherit;
} .wp-block-quote.has-text-align-center:not(.is-style-large),
.wp-block-quote.has-text-align-right:not(.is-style-large) {
padding-left: 0;
border-left: 1px solid var(--light-border-color);
}
.wp-block-quote.has-text-align-right:not(.is-style-large) {
padding-right: 1.25em;
border-right: 3px solid #dd5533;
border-right: 3px solid var(--link-color);
}
.wp-block-quote.is-style-large {
padding: 0;
border: none;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-quote.is-style-large p {
font-size: inherit;
font-style: inherit;
line-height: inherit;
}
.wp-block-quote.is-style-large cite {
text-align: inherit;
font-size: 16px;
font-size: 1rem;
} .wp-block-pullquote {
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 0;
border-bottom: 3px solid;
border-top: 3px solid;
border-color: #ddd;
border-color: var(--light-border-color);
}
.wp-block-pullquote blockquote {
border: none;
padding: 0;
font-size: 28px;
font-size: 1.75rem;
}
.wp-block-pullquote p {
font-size: inherit;
line-height: inherit;
}
.wp-block-pullquote blockquote &gt; p:last-of-type {
margin-bottom: 0;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 0.75em;
}
.wp-block-pullquote blockquote cite {
color: #303030;
color: var(--text-color);
}
.wp-block-pullquote.is-style-solid-color {
padding: 1px 2rem;
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin-left: 0;
margin-right: 0;
max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
font-size: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
color: inherit;
} .wp-block-audio audio {
width: 100%;
} .wp-block-image img {
vertical-align: top;
} .wp-block-cover,
.wp-block-cover-image {
width: auto;
}
.wp-block-cover &gt; .wp-block-cover__inner-container &gt; *:first-child,
.wp-block-cover-image &gt; .wp-block-cover__inner-container &gt; *:first-child {
margin-top: 0;
}
.wp-block-cover &gt; .wp-block-cover__inner-container &gt; *:last-child,
.wp-block-cover-image &gt; .wp-block-cover__inner-container &gt; *:last-child {
margin-bottom: 0;
} .wp-block-gallery {
justify-content: center;
} .wp-block-embed-vimeo.alignfull iframe {
width: 100%;
} .wp-block-group.has-background {
padding: 1.5em;
}
.wp-block-group.has-background &gt; .wp-block-group__inner-container &gt; *:first-child {
margin-top: 0;
}
.wp-block-group.has-background &gt; .wp-block-group__inner-container &gt; *:last-child {
margin-bottom: 0;
} .wp-block-latest-posts.wp-block-latest-posts__list {
margin-top: 1.5em;
margin-bottom: 1.5em;
padding: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
margin-top: 0.5rem;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
color: #666;
color: var(--medium-text-color);
font-size: 14px;
font-size: 0.875rem;
} .wp-block-search .wp-block-search__label {
width: auto;
} .has-primary-color,
.wp-block-button__link.has-primary-color {
color: #dd5533;
color: var(--primary-color);
}
.has-secondary-color,
.wp-block-button__link.has-secondary-color {
color: #c43c1a;
color: var(--secondary-color);
}
.has-tertiary-color,
.wp-block-button__link.has-tertiary-color {
color: #aa2200;
color: var(--tertiary-color);
}
.has-accent-color,
.wp-block-button__link.has-accent-color {
color: #3355dd;
color: var(--accent-color);
}
.has-highlight-color,
.wp-block-button__link.has-highlight-color {
color: #2bc41a;
color: var(--highlight-color);
}
.has-white-color,
.wp-block-button__link.has-white-color {
color: #fff;
}
.has-light-gray-color,
.wp-block-button__link.has-light-gray-color {
color: #f0f0f0;
color: var(--light-gray-color);
}
.has-gray-color,
.wp-block-button__link.has-gray-color {
color: #999;
color: var(--gray-color);
}
.has-dark-gray-color,
.wp-block-button__link.has-dark-gray-color {
color: #303030;
color: var(--dark-gray-color);
}
.has-black-color,
.wp-block-button__link.has-black-color {
color: #000;
} .has-primary-background-color,
.has-primary-background-color[class] {
background-color: #dd5533;
background-color: var(--primary-color);
}
.has-secondary-background-color,
.has-secondary-background-color[class] {
background-color: #c43c1a;
background-color: var(--secondary-color);
}
.has-tertiary-background-color,
.has-tertiary-background-color[class] {
background-color: #aa2200;
background-color: var(--tertiary-color);
}
.has-accent-background-color,
.has-accent-background-color[class] {
background-color: #3355dd;
background-color: var(--accent-color);
}
.has-highlight-background-color,
.has-highlight-background-color[class] {
background-color: #2bc41a;
background-color: var(--highlight-color);
}
.has-white-background-color,
.has-white-background-color[class] {
background-color: #fff;
}
.has-light-gray-background-color,
.has-light-gray-background-color[class] {
background-color: #f0f0f0;
background-color: var(--light-gray-color);
}
.has-gray-background-color,
.has-gray-background-color[class] {
background-color: #999;
background-color: var(--gray-color);
}
.has-dark-gray-background-color,
.has-dark-gray-background-color[class] {
background-color: #303030;
background-color: var(--dark-gray-color);
}
.has-black-background-color,
.has-black-background-color[class] {
background-color: #000;
} .has-small-font-size {
font-size: 16px;
}
.has-medium-font-size {
font-size: 24px;
}
.has-large-font-size {
font-size: 36px;
}
.has-extra-large-font-size {
font-size: 48px;
}
.has-huge-font-size {
font-size: 64px;
} .widget {
margin: 0 0 2em 0;
padding: 1em 1.5em 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--widget-border-color);
background-color: #fff;
background-color: var(--widget-background-color);
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.widget-header {
margin: 0 0 1em 0;
}
.widget-title,
.is-style-widget-title {
display: block;
margin: 0;
padding: 0;
color: #dd5533;
color: var(--widget-title-color);
font-size: 20px;
font-size: 1.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: normal;
font-weight: var(--widget-title-font-weight);
text-transform: uppercase;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
}
.widget-title a:link,
.widget-title a:visited {
color: #dd5533;
color: var(--widget-title-color);
}
.widget-title a:hover,
.widget-title a:active {
color: #303030;
color: var(--widget-title-hover-color);
}
.widget ul {
margin: 0;
padding: 0;
list-style: circle inside;
}
.widget ul .children,
.widget ul .sub-menu {
margin: 0.5em 0 0.5em 1em;
padding: 0;
} .widget select {
max-width: 100%;
} .widget_calendar {
font-size: 14px;
font-size: 0.875rem;
}
.widget_calendar table {
margin: 0;
}
.widget_calendar table caption {
padding: 0 0 1em;
}
.widget_calendar table thead tr {
background: #f5f5f5;
}
.widget_calendar table tr td {
text-align: center;
}
.widget_calendar table tbody tr td a {
font-weight: bold;
}
.widget_calendar table tfoot tr td {
padding-top: 1em;
border: none;
}
.widget_calendar table tfoot tr #prev {
text-align: left;
}
.widget_calendar table tfoot tr #next {
text-align: right;
} .widget-magazine-posts {
margin-bottom: -1em;
}
.widget-magazine-posts .type-post {
margin: 0 0 1.5em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.widget-magazine-posts .type-post .wp-post-image {
margin: 0;
max-width: 100%;
}
.widget-magazine-posts .type-post .entry-title {
display: inline;
}
.widget-magazine-posts .type-post .entry-content {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .type-post .entry-content p {
margin: 1em 0 0;
}
.widget-magazine-posts .type-post .more-link {
margin: 1em 0 0;
text-decoration: none;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.widget-magazine-posts .medium-post {
display: block;
float: left;
box-sizing: border-box;
padding-right: 1.5em;
width: 33.33333333%;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .small-post {
display: block;
float: left;
box-sizing: border-box;
width: 100%;
}
.widget-magazine-posts .small-post .wp-post-image {
float: left;
margin: 0 1em 0 0;
max-width: 40%;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
font-size: 12px;
font-size: 0.75rem;
} .widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
float: left;
box-sizing: border-box;
margin: 0;
padding-right: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: right;
box-sizing: border-box;
padding-left: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
margin-right: -1.5em;
} .widget-magazine-posts .magazine-vertical-box .large-post {
float: left;
box-sizing: border-box;
margin-bottom: 1em;
padding-right: 0.75em;
width: 50%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts {
box-sizing: border-box;
margin-left: 50%;
padding-left: 0.75em;
width: 50%;
} .widget-magazine-posts .magazine-grid {
margin-right: -1.5em;
}
.widget-magazine-posts .magazine-grid .large-post {
float: left;
box-sizing: border-box;
padding-right: 1.5em;
width: 50%;
}
.widget-magazine-posts .magazine-grid .post-column:nth-child(2n+1) .large-post,
.widget-magazine-posts .magazine-grid .post-column:nth-child(3n+1) .medium-post {
clear: left;
} .tortuga-magazine-columns-widget {
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.tortuga-magazine-columns-widget .widget-magazine-posts {
margin-bottom: 0;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content {
float: left;
width: 100%;
margin: 0;
padding: 1em 1.5em 1.5em;
max-width: 100%;
border-top: 3px solid;
border-color: #dd5533;
border-color: var(--widget-border-color);
background-color: #fff;
background-color: var(--widget-background-color);
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.widget-magazine-posts-columns .magazine-posts-columns .magazine-posts-columns-content .magazine-posts-columns-post-list {
float: left;
box-sizing: border-box;
margin-bottom: -1.5em;
width: 100%;
}
.widget-magazine-posts-columns .magazine-posts-column-left {
float: left;
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts-columns .magazine-posts-column-right {
box-sizing: border-box;
margin-left: 50%;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts-columns .medium-post {
padding-right: 0;
width: 100%;
} .comments-area {
padding: 1em 1.5em;
} .comments-header,
.comment-reply-title {
margin: 0 0 1em 0;
}
.comments-header .comments-title,
.comment-reply-title span {
display: inline-block;
margin: 0;
padding: 0;
color: #dd5533;
color: var(--widget-title-color);
-ms-word-wrap: break-word;
word-wrap: break-word;
font-size: 20px;
font-size: 1.25rem;
font-family: "Titillium Web", arial, helvetica, sans-serif;
font-family: var(--widget-title-font);
font-weight: normal;
font-weight: var(--widget-title-font-weight);
text-transform: uppercase;
text-transform: var(--widget-title-text-transform);
line-height: 1.4;
line-height: var(--title-line-height);
} .comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.comment {
margin: 0 0 1.5em;
padding: 1.5em 0 0;
border-top: 1px dotted #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.comment-meta {
float: left;
padding: 0;
width: 100%;
}
.comment-meta .comment-author img {
float: left;
margin-right: 1em;
}
.bypostauthor {
display: block;
}
.comment-meta .comment-metadata {
margin-top: 0.3em;
font-size: 14px;
font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
margin-right: 1em;
}
.comment-content {
clear: left;
padding: 0.2em 0 0;
}
.comment-content a {
word-wrap: break-word;
}
.comment ol.children {
margin: 1.5em 0 0;
list-style: none;
}
.comment .comment-respond {
margin-top: 1.5em;
} .comment-navigation {
margin: 0 0 1.5em;
padding: 0;
font-size: 14px;
font-size: 0.875rem;
}
.comment-navigation .nav-previous {
float: left;
}
.comment-navigation .nav-next {
float: right;
}
.comment-navigation .nav-previous a:before {
margin-right: 3px;
content: "\00AB";
}
.comment-navigation .nav-next a:after {
margin-left: 4px;
content: "\00BB";
} .comment-form {
padding: 0;
}
.comment-form label {
display: inline-block;
min-width: 150px;
font-weight: bold;
}
.comment-form textarea {
margin-top: 0.4em;
}
.comment-form .form-submit {
margin-bottom: 1em;
}
.comment-form input[type="checkbox"] + label {
display: inline;
padding-left: 0.5em;
font-weight: normal;
}
.comment-reply-title small a {
margin-left: 1em;
text-decoration: underline;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
margin-top: 0;
margin-bottom: 0;
padding: 0;
border: none;
} embed,
iframe,
object,
figure,
img,
picture {
max-width: 100%;
} figcaption,
.wp-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption {
font-size: 13px;
font-size: 0.8125rem;
}
.wp-block-embed figcaption,
.wp-block-image figcaption,
.wp-block-audio figcaption,
.wp-block-table figcaption,
.wp-block-gallery &gt; figcaption {
margin: 0.5rem 0 1.5rem;
max-width: 100%;
width: auto !important;
text-align: center;
}
.wp-block-table figcaption {
margin-bottom: 0;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption .wp-caption-text {
margin: 0.5em 0;
} .gallery {
margin-bottom: 1em;
}
.gallery-item {
display: inline-block;
box-sizing: border-box;
margin: 0;
padding: 0 1em 0.75em 0;
width: 100%;
vertical-align: top;
text-align: center;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
font-size: 13px;
font-size: 0.8125rem;
margin-bottom: 0.75em;
} .footer-wrap {
background-color: #303030;
background-color: var(--footer-background-color);
}
.site-footer {
color: rgba(255, 255, 255, 0.6);
color: var(--footer-text-color);
font-size: 15px;
font-size: 0.9375rem;
}
.site-footer .site-info {
float: left;
padding: 2.5em 0;
}
.site-footer a:link,
.site-footer a:visited {
border-bottom: 1px dotted;
border-color: rgba(255, 255, 255, 0.6);
border-color: var(--footer-text-color);
color: #fff;
color: var(--footer-link-color);
}
.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
color: rgba(255, 255, 255, 0.6);
color: var(--footer-link-hover-color);
}  .breadcrumbs {
margin: 0;
padding: 0.5em 0;
background: #fff;
box-shadow: 0 2px 2px #aaa;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.breadcrumbs-container {
color: #222;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-browse,
.breadcrumbs .trail-items,
.breadcrumbs .trail-items li {
display: inline;
margin: 0;
padding: 0;
}
.breadcrumbs .trail-browse {
margin-right: 0.5em;
font-weight: normal;
font-size: 14px;
font-size: 0.875rem;
}
.breadcrumbs .trail-items {
list-style: none;
}
.breadcrumbs .trail-items li::after {
padding: 0 0.5em;
content: "\00bb"; }
.trail-separator-slash .trail-items li::after {
content: "\002F";
}
.trail-separator-dash .trail-items li::after {
content: "\2013";
}
.trail-separator-bull .trail-items li::after {
content: "\2022";
}
.trail-separator-arrow-bracket .trail-items li::after {
content: "\003e";
}
.trail-separator-raquo .trail-items li::after {
content: "\00bb";
}
.trail-separator-single-arrow .trail-items li::after {
content: "\2192";
}
.trail-separator-double-arrow .trail-items li::after {
content: "\21D2";
}
.breadcrumbs .trail-items li:last-of-type::after {
display: none;
}
:root {
--tz-column-gap: 1.5em;
}
.tz-magazine-block .tz-magazine-post {
margin: 0 0 1.5em 0;
padding: 0;
border: none;
background: none;
box-shadow: none;
}
.tz-magazine-block .tz-entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.tz-magazine-block .tz-magazine-grid-columns-3 .tz-entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.tz-magazine-block .tz-magazine-grid-columns-4 .tz-entry-title,
.tz-magazine-block .tz-magazine-thumbnail-list .tz-entry-title {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-entry-meta {
margin: 0.1em 0;
font-size: 14px;
font-size: 0.875rem;
}
.tz-magazine-block .tz-meta-field a {
text-decoration: none;
}
.tz-magazine-block .tz-entry-content {
font-size: 16px;
font-size: 1rem;
}
.tz-magazine-block .tz-more-link {
text-decoration: none;
} .related-posts {
padding: 1em 1.5em 0;
}
.related-posts-title {
font-size: 20px;
font-size: 1.25rem;
}
ul.related-posts-list {
margin: 1em 0 0;
padding: 0;
list-style: none;
}
.related-posts-list li {
margin: 0 0 2em;
padding: 0;
list-style: none;
}
.related-posts-list li .entry-header {
margin-top: 0.25em;
}
.related-posts-list li .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.related-posts-list li .wp-post-image {
float: left;
margin: 0 1em 0 0;
padding: 0;
max-width: 20%;
height: auto;
border: none;
}
.related-posts-grid {
margin: 1em 0 0;
}
.related-posts-columns {
margin-right: -1em;
}
.related-posts-columns .related-post-column {
float: left;
box-sizing: border-box;
margin-bottom: 2em;
padding-right: 2em;
}
.related-posts-two-columns .related-post-column {
width: 50%;
}
.related-posts-three-columns .related-post-column {
width: 33.3333333333333%;
}
.related-posts-four-columns .related-post-column {
width: 25%;
}
.related-posts-two-columns .related-post-column:nth-child(2n + 1) {
clear: left;
}
.related-posts-three-columns .related-post-column:nth-child(3n + 1) {
clear: left;
}
.related-posts-four-columns .related-post-column:nth-child(4n + 1) {
clear: left;
}
.related-posts-two-columns .related-post-column .entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.related-posts-three-columns .related-post-column .entry-title {
font-size: 16px;
font-size: 1rem;
}
.related-posts-four-columns .related-post-column .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.related-posts-three-columns .related-post-column .entry-meta,
.related-posts-four-columns .related-post-column .entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
display: block;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: none;
}
.related-posts-columns .related-post-column .wp-post-image {
margin: 0 0 0.5em 0;
padding: 0;
border: none;
}
@media only screen and (max-width: 80em) { .related-posts-two-columns .related-post-column .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media only screen and (max-width: 70em) { .related-posts-two-columns .related-post-column .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 50em) { .related-posts-four-columns .related-post-column {
width: 50%;
}
.related-posts-four-columns .related-post-column:nth-child(2n + 1) {
clear: left;
}
.related-posts-two-columns .related-post-column .entry-title,
.related-posts-four-columns .related-post-column .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.related-posts-two-columns .related-post-column .entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date,
.related-posts-four-columns .related-post-column .entry-meta .meta-author {
display: inline;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: inline-block;
} .related-posts-list li .wp-post-image {
max-width: 25%;
}
.related-posts-list li .entry-header {
margin-top: 0;
}
.related-posts-list li .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 40em) {
.related-posts-two-columns .related-post-column .entry-title,
.related-posts-four-columns .related-post-column .entry-title {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 35em) { .related-posts-three-columns {
margin: 0;
}
.related-posts-three-columns .related-post-column {
float: none;
padding-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 25em) { .related-posts-two-columns,
.related-posts-four-columns {
margin: 0;
}
.related-posts-two-columns .related-post-column,
.related-posts-four-columns .related-post-column {
float: none;
padding-right: 0;
width: 100%;
} .related-posts-list li .wp-post-image {
float: none;
margin: 0 0 0.5em 0;
max-width: 100%;
}
}
@media only screen and (max-width: 20em) {
.related-posts .entry-meta .meta-date,
.related-posts .entry-meta .meta-author {
display: block;
margin: 0;
}
.related-posts-four-columns .related-post-column .entry-meta .meta-date::after {
display: none;
}
} .tzwb-clearfix::before,
.tzwb-clearfix::after {
display: table;
content: " ";
}
.tzwb-clearfix::after {
clear: both;
}
.tzwb-posts-list li {
clear: left;
margin-bottom: 0.5em;
padding: 0;
list-style: none;
}
.tzwb-posts-list .tzwb-excerpt p {
margin: 0;
padding: 0;
}
.tzwb-posts-list .wp-post-image {
float: left;
margin: 0.3em 0.8em 1em 0;
max-width: 90px;
height: auto;
}
.tzwb-posts-list .tzwb-entry-meta {
font-size: 12px;
font-size: 0.75rem;
}
.tzwb-comments-list li {
clear: left;
margin-bottom: 0.5em;
padding: 0;
list-style: none;
}
.tzwb-comments-list .avatar {
float: left;
margin: 0.3em 0.8em 0.8em 0;
}
.tzwb-comments-list .tzwb-comment-content {
font-style: italic;
}
.tzwb-comments-list .tzwb-comment-date {
color: #303030;
color: var(--text-color);
font-size: 12px;
font-size: 0.75rem;
}
.tzwb-tabbed-content .tzwb-tabnavi-wrap {
overflow: auto;
margin: 0;
padding: 0;
list-style: none;
}
.tzwb-tabbed-content .tzwb-tabnavi {
position: relative;
float: left;
width: 100%;
list-style: none;
list-style-position: outside;
}
.tzwb-tabbed-content .tzwb-tabnavi li {
position: relative;
float: left;
margin: 0 3px 3px 0;
padding: 0;
list-style: none;
}
.tzwb-tabbed-content .tzwb-tabnavi li a {
display: block;
margin: 0;
padding: 0.3em 0.8em;
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
}
.tzwb-tabbed-content .tzwb-tabnavi li a:link,
.tzwb-tabbed-content .tzwb-tabnavi li a:visited {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
transition: all 0.2s ease;
}
.tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.tzwb-tabbed-content .tzwb-tabnavi li a:active {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-decoration: none;
}
.tzwb-tabbed-content .tzwb-tabnavi li a.current-tab {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.tzwb-tabbed-content .tzwb-tabcontent {
margin: 1em 0 0 0;
padding: 0;
}
.tzwb-social-icons .social-icons-menu {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
border: none;
list-style: none;
line-height: 1;
}
.tzwb-social-icons .social-icons-menu li {
margin: 0 2px 2px 0;
}
.tzwb-social-icons .social-icons-menu li a {
display: flex;
padding: 0.75em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.tzwb-social-icons .social-icons-menu li a:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.tzwb-social-icons .social-icons-menu .icon {
margin: 0;
width: 20px;
height: 20px;
vertical-align: middle;
fill: currentColor;
}  .zeeflex-container a:hover,
.zeeflex-slider a:hover,
.zeeflex-container a:focus,
.zeeflex-slider a:focus {
outline: none;
}
.zeeslides,
.zeeslides &gt; li,
.zeeflex-control-nav,
.zeeflex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.zeeflex-pauseplay span {
text-transform: capitalize;
} .zeeflexslider {
margin: 0;
padding: 0;
}
.zeeflexslider .zeeslides &gt; li {
display: none;
}
.zeeflexslider .zeeslides img {
display: block;
width: 100%;
}
.zeeflexslider .zeeslides::after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: "\0020";
line-height: 0;
}
html[xmlns] .zeeflexslider .zeeslides {
display: block;
}
* html .zeeflexslider .zeeslides {
height: 1%;
}
.no-js .zeeflexslider .zeeslides &gt; li:first-child {
display: block;
} .post-slider-container {
overflow: hidden;
}
.post-slider-wrap {
position: relative;
}
.post-slider,
.zeeflexslider .zeeslides {
zoom: 1;
}
.post-slider .zeeslide {
position: relative;
}
.zeeflex-viewport {
max-height: 2000px;
transition: all 1s ease;
}
.post-slider .zeeslide .slide-image-wrap {
float: left;
margin: 0;
padding: 0;
width: 65%;
background: #e5e5e5;
}
.post-slider .zeeslide .slide-image {
margin: auto;
padding: 0;
max-width: 100%;
max-height: 420px;
width: auto;
height: auto;
vertical-align: top;
}
.post-slider .zeeslide .slide-content {
float: right;
box-sizing: border-box;
padding: 0 1.5em;
width: 35%;
}
.post-slider .zeeslide .slide-content .read-more {
position: absolute;
bottom: 0;
left: 65%;
}
.post-slider .zeeslide .slide-content .read-more .more-link {
margin-left: 1.5em;
padding: 0.5em 1em;
max-height: 40px;
}
.post-slider-controls {
clear: left;
} .post-slider-controls .zeeflex-direction-nav {
position: absolute;
right: 0;
bottom: 0;
*height: 0;
}
.post-slider-controls .zeeflex-direction-nav a {
position: absolute;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
margin: -40px 0 0 -80px;
width: 40px;
height: 40px;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
text-align: left;
font-size: 0;
cursor: pointer;
transition: all 0.4s ease;
}
.post-slider-controls .zeeflex-direction-nav a:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
text-decoration: none;
}
.post-slider-controls .zeeflex-direction-nav a::before {
display: inline-block;
color: currentColor;
vertical-align: text-bottom;
text-decoration: inherit;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-next::before {
content: '\003e';
font-size: 20px;
font-weight: bold;
}
.post-slider-controls .zeeflex-direction-nav a.zeeflex-prev::before {
content: '\003c';
font-size: 20px;
font-weight: bold;
}
.post-slider-controls .zeeflex-direction-nav .zeeflex-next {
left: 42px;
} @media only screen and (max-width: 75em) {
.post-slider .zeeslide .entry-content {
display: none;
}
}
@media only screen and (max-width: 60em) {
.post-slider .zeeslide .read-more {
display: none;
}
}
@media only screen and (max-width: 55em) {
.post-slider .zeeslide .slide-image-wrap {
float: none;
padding: 0;
width: 100%;
}
.post-slider .zeeslide .slide-content {
float: none;
padding: 1em 0 0;
width: 100%;
}
.post-slider .zeeslide .entry-content {
display: block;
}
.post-slider .zeeslide .slide-content .read-more {
position: static;
bottom: auto;
left: auto;
display: block;
}
.post-slider .zeeslide .slide-content .read-more .more-link {
margin-left: 0;
}
}
@media only screen and (max-width: 25em) {
.post-slider .zeeslide .read-more .more-link {
margin-bottom: 4em;
}
.post-slider-controls .zeeflex-direction-nav {
right: auto;
left: 0;
}
.post-slider-controls .zeeflex-direction-nav a {
margin-left: 0;
}
} @media only screen and (max-width: 70em) {
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 60em) {
.archive-title,
.page-title,
.entry-title {
font-size: 26px;
font-size: 1.625rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
}
@media only screen and (max-width: 50em) {
.archive-title,
.page-title,
.entry-title {
font-size: 24px;
font-size: 1.5rem;
}
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 40em) {
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.entry-content {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 30em) {
.site-branding .site-title {
font-size: 32px;
font-size: 2rem;
}
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
}
@media only screen and (max-width: 20em) {
.site-branding .site-title {
font-size: 28px;
font-size: 1.75rem;
}
.archive-title,
.page-title,
.entry-title,
.post-layout-columns .post-wrapper .post-column article .entry-title {
margin: 0 0 0.5em;
font-size: 18px;
font-size: 1.125rem;
}
} @media only screen and (max-width: 80em) {
.container {
padding: 0 1.5rem;
}
.site-content {
padding-top: 1.5rem;
}
.content-area {
padding-right: 1.5rem;
}
.header-main {
padding-top: 1em;
padding-bottom: 1em;
}
.widget,
.page-header,
.type-post,
.type-page,
.type-attachment,
.pagination,
.comments-area,
.site-main &gt; article:not(.type-post):not(.type-page):not(.type-attachment),
.post-wrapper &gt; .post-column &gt; article:not(.type-post):not(.type-page):not(.type-attachment) {
margin-bottom: 1.5em;
}
.post-layout-columns .post-wrapper {
margin-right: -1.5em;
}
.post-layout-columns .post-wrapper .post-column {
padding-right: 1.5em;
}
}
@media only screen and (max-width: 70em) {
.content-area {
width: 70%;
}
.sidebar {
width: 30%;
}
}
@media only screen and (max-width: 60em) {
.content-area,
.site-content .content-fullwidth {
float: none;
padding: 0;
width: 100%;
}
.sidebar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
float: none;
margin-right: -1.5em;
padding: 0;
width: auto;
}
.sidebar .widget-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
float: right;
box-sizing: border-box;
padding-right: 1.5em;
width: 50%;
}
.sidebar .widget-wrap .widget {
width: 100%;
}
.sidebar .widget-wrap:nth-child(2n + 1) {
clear: left;
}
.site-branding {
float: none;
margin: 0;
text-align: center;
}
.site-branding .custom-logo {
float: none;
}
.header-widgets {
display: block;
text-align: center;
}
.header-widget {
display: inline-block;
float: none;
margin: 1em 0 0;
max-width: 100%;
vertical-align: top;
}
.header-widget .search-form {
max-width: 300px;
}
.post-layout-three-columns .post-wrapper .post-column {
width: 50%;
} .site-footer .site-info {
float: none;
text-align: center;
}
}
@media only screen and (max-width: 40em) {
.post-layout-columns .post-wrapper {
display: block;
margin-right: 0;
}
.post-layout-columns .post-wrapper .post-column {
display: block;
float: none;
padding-right: 0;
}
.post-layout-two-columns .post-wrapper .post-column,
.post-layout-three-columns .post-wrapper .post-column {
width: 100%;
} .sidebar {
margin-right: 0;
}
.sidebar .widget-wrap {
float: none;
padding-right: 0;
width: 100%;
}
}
@media only screen and (max-width: 20em) {
.entry-meta .meta-date,
.entry-meta .meta-author,
.entry-meta .meta-category,
.entry-meta .meta-comments {
display: block;
}
} @media only screen and (min-width: 30em) {
.primary-menu-toggle .menu-toggle-text {
display: inline-block;
margin-left: 0.75em;
}
}
@media only screen and (min-width: 60em) {
.primary-menu-toggle,
.main-navigation .dropdown-toggle {
display: none;
}
.main-navigation ul,
.main-navigation ul ul {
display: block;
}
.primary-navigation {
display: flex;
margin-left: auto;
width: auto;
align-items: center;
}
#masthead .main-navigation &gt; ul.menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
border-bottom: none;
}
.main-navigation &gt; ul {
padding: 0;
border: none;
}
.main-navigation &gt; ul &gt; li &gt; a {
padding: 0.8em 1.2em;
border: none;
} .main-navigation ul ul {
position: absolute;
left: -999em;
top: 100%;
z-index: 99999;
border-top: 5px solid;
border-color: #dd5533;
border-color: var(--navi-hover-color);
background-color: #303030;
background-color: var(--header-background-color);
}
.main-navigation ul li:hover &gt; ul,
.main-navigation ul li.focus &gt; ul {
right: auto;
left: 0;
}
.main-navigation ul ul li a {
width: 16rem;
}
.main-navigation ul ul ul {
left: -999em;
margin-top: -5px;
top: 0;
border-left: 1px dotted rgba(255, 255, 255, 0.2);
border-left: 1px dotted var(--navi-border-color);
}
.main-navigation ul ul li:hover &gt; ul,
.main-navigation ul ul li.focus &gt; ul {
right: auto;
left: 100%;
}
.main-navigation ul ul li a,
.main-navigation ul ul ul li a,
.main-navigation ul ul ul ul li a {
padding: 1em;
} .main-navigation .menu-item-has-children &gt; a &gt; .icon {
position: relative;
display: inline-block;
left: 0.5rem;
top: 0.1rem;
width: 14px;
height: 14px;
fill: currentColor;
transition: fill 0.15s ease;
}
.main-navigation ul ul .menu-item-has-children &gt; a &gt; .icon {
position: absolute;
left: auto;
right: 1em;
top: 50%;
margin-top: -0.5rem;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
}  @media only screen and (max-width: 70em) { .widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: none;
}
}
@media only screen and (max-width: 65em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 60em) { .widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: inline-block;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 17px;
font-size: 1.0625rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
}
@media only screen and (max-width: 50em) { .widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .medium-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts .small-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link {
display: none;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts .medium-post .entry-title {
font-size: 15px;
font-size: 0.9375rem;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 40em) { .widget-magazine-posts .magazine-grid-two-columns {
margin-right: 0;
}
.widget-magazine-posts .magazine-grid .large-post,
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image,
.widget-magazine-posts .magazine-vertical-box .large-post,
.widget-magazine-posts-columns .magazine-posts-column-left {
float: none;
padding: 0;
width: 100%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts,
.widget-magazine-posts-columns .magazine-posts-column-right {
margin-left: 0;
padding-top: 1em;
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .large-post .wp-post-image {
float: left;
margin: 0 1.5em 0 0;
max-width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: right;
padding-left: 1.5em;
width: 50%;
}
.widget-magazine-posts .magazine-grid .large-post {
clear: left;
}
.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
margin-bottom: 1em;
}
.widget-magazine-posts .large-post .entry-content {
display: none;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 35em) {
.widget-magazine-posts .magazine-grid-three-columns {
margin-right: 0;
}
.widget-magazine-posts .medium-post {
float: none;
padding-right: 0;
width: 100%;
}
.widget-magazine-posts .medium-post .wp-post-image {
float: left;
margin: 0 1em 0 0;
max-width: 120px;
}
}
@media only screen and (max-width: 30em) { .widget-magazine-posts .medium-post .wp-post-image,
.widget-magazine-posts .small-post .wp-post-image {
max-width: 30%;
}
.widget-magazine-posts .large-post .wp-post-image,
.widget-magazine-posts .magazine-grid .large-post .wp-post-image {
float: none;
margin: 0 0 0.5em 0;
max-width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
float: none;
padding: 0;
width: 100%;
}
.widget-magazine-posts .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts .large-post .entry-content,
.widget-magazine-posts .large-post .entry-content .more-link,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content .more-link {
display: inline-block;
}
}
@media only screen and (max-width: 20em) {
.widget-magazine-posts .medium-post .entry-title,
.widget-magazine-posts .small-post .entry-title {
vertical-align: top;
font-size: 13px;
font-size: 0.8125rem;
}
.widget-magazine-posts .medium-post .entry-meta,
.widget-magazine-posts .small-post .entry-meta {
display: none;
}
} @media only screen and (max-width: 50em) { .gallery-item {
padding: 0 0.75em 0.5em 0;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 25%;
}
}
@media only screen and (max-width: 30em) {
.alignright,
.alignleft {
float: none;
margin: 1em 0;
} .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
max-width: 50%;
}
}  .sidebar-left .content-area {
float: right;
padding-right: 0;
padding-left: 2em;
}
.sidebar-left .sidebar {
float: left;
}
@media only screen and (max-width: 80em) {
.sidebar-left .content-area {
padding-right: 0;
padding-left: 1.5em;
}
}
@media only screen and (max-width: 60em) {
.sidebar-left .content-area {
padding: 0;
}
}
.sidebar-left.post-layout-three-columns .content-archive {
float: none;
padding: 0;
width: 100%;
}@media screen and ( min-color-index: 0 ) and ( -webkit-min-device-pixel-ratio: 0 ) {
@media {
.post-layout-columns .post-wrapper .post-column {
margin-right: -1px;
}
}
} @media not all and ( min-resolution: .001dpcm ) {
@media {
.post-layout-columns .post-wrapper .post-column {
margin-right: -1px;
}
}
}@import url("//fonts.googleapis.com/css?family=Montserrat:100");
@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close&gt;span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content&gt;:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content&gt;:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body&gt;:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field&gt;label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important} .pum-theme-1334, .pum-theme-default-theme { background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1334 .pum-container, .pum-theme-default-theme .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 249, 249, 249, 1.00 ) } 
.pum-theme-1334 .pum-title, .pum-theme-default-theme .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; font-style: normal; line-height: 36px } 
.pum-theme-1334 .pum-content, .pum-theme-default-theme .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400; font-style: inherit } 
.pum-theme-1334 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: 0px; bottom: auto; top: 0px; padding: 8px; color: #ffffff; font-family: inherit; font-weight: 400; font-size: 12px; font-style: inherit; line-height: 36px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 183, 205, 1.00 ) } .pum-theme-1335, .pum-theme-lightbox { background-color: rgba( 0, 0, 0, 0.60 ) } 
.pum-theme-1335 .pum-container, .pum-theme-lightbox .pum-container { padding: 18px; border-radius: 3px; border: 8px solid #000000; box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1335 .pum-title, .pum-theme-lightbox .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-1335 .pum-content, .pum-theme-lightbox .pum-content { color: #000000; font-family: inherit; font-weight: 100 } 
.pum-theme-1335 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close { position: absolute; height: 26px; width: 26px; left: auto; right: -13px; bottom: auto; top: -13px; padding: 0px; color: #ffffff; font-family: Arial; font-weight: 100; font-size: 24px; line-height: 24px; border: 2px solid #ffffff; border-radius: 26px; box-shadow: 0px 0px 15px 1px rgba( 2, 2, 2, 0.75 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 1.00 ) } .pum-theme-1336, .pum-theme-enterprise-blue { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-1336 .pum-container, .pum-theme-enterprise-blue .pum-container { padding: 28px; border-radius: 5px; border: 1px none #000000; box-shadow: 0px 10px 25px 4px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1336 .pum-title, .pum-theme-enterprise-blue .pum-title { color: #315b7c; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 34px; line-height: 36px } 
.pum-theme-1336 .pum-content, .pum-theme-enterprise-blue .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-1336 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close { position: absolute; height: 28px; width: 28px; left: auto; right: 8px; bottom: auto; top: 8px; padding: 4px; color: #ffffff; font-family: Times New Roman; font-weight: 100; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 42px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 49, 91, 124, 1.00 ) } .pum-theme-1337, .pum-theme-hello-box { background-color: rgba( 0, 0, 0, 0.75 ) } 
.pum-theme-1337 .pum-container, .pum-theme-hello-box .pum-container { padding: 30px; border-radius: 80px; border: 14px solid #81d742; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); background-color: rgba( 255, 255, 255, 1.00 ) } 
.pum-theme-1337 .pum-title, .pum-theme-hello-box .pum-title { color: #2d2d2d; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Montserrat; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-1337 .pum-content, .pum-theme-hello-box .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-1337 .pum-content + .pum-close, .pum-theme-hello-box .pum-content + .pum-close { position: absolute; height: auto; width: auto; left: auto; right: -30px; bottom: auto; top: -30px; padding: 0px; color: #2d2d2d; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 28px; border: 1px none #ffffff; border-radius: 28px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 255, 255, 255, 1.00 ) } .pum-theme-1338, .pum-theme-cutting-edge { background-color: rgba( 0, 0, 0, 0.50 ) } 
.pum-theme-1338 .pum-container, .pum-theme-cutting-edge .pum-container { padding: 18px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 10px 25px 0px rgba( 2, 2, 2, 0.50 ); background-color: rgba( 30, 115, 190, 1.00 ) } 
.pum-theme-1338 .pum-title, .pum-theme-cutting-edge .pum-title { color: #ffffff; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: Sans-Serif; font-weight: 100; font-size: 26px; line-height: 28px } 
.pum-theme-1338 .pum-content, .pum-theme-cutting-edge .pum-content { color: #ffffff; font-family: inherit; font-weight: 100 } 
.pum-theme-1338 .pum-content + .pum-close, .pum-theme-cutting-edge .pum-content + .pum-close { position: absolute; height: 24px; width: 24px; left: auto; right: 0px; bottom: auto; top: 0px; padding: 0px; color: #1e73be; font-family: Times New Roman; font-weight: 100; font-size: 32px; line-height: 24px; border: 1px none #ffffff; border-radius: 0px; box-shadow: -1px 1px 1px 0px rgba( 2, 2, 2, 0.10 ); text-shadow: -1px 1px 1px rgba( 0, 0, 0, 0.10 ); background-color: rgba( 238, 238, 34, 1.00 ) } .pum-theme-1339, .pum-theme-framed-border { background-color: rgba( 255, 255, 255, 0.50 ) } 
.pum-theme-1339 .pum-container, .pum-theme-framed-border .pum-container { padding: 18px; border-radius: 0px; border: 20px outset #dd3333; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.97 ) inset; background-color: rgba( 255, 251, 239, 1.00 ) } 
.pum-theme-1339 .pum-title, .pum-theme-framed-border .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 100; font-size: 32px; line-height: 36px } 
.pum-theme-1339 .pum-content, .pum-theme-framed-border .pum-content { color: #2d2d2d; font-family: inherit; font-weight: 100 } 
.pum-theme-1339 .pum-content + .pum-close, .pum-theme-framed-border .pum-content + .pum-close { position: absolute; height: 20px; width: 20px; left: auto; right: -20px; bottom: auto; top: -20px; padding: 0px; color: #ffffff; font-family: Tahoma; font-weight: 700; font-size: 16px; line-height: 18px; border: 1px none #ffffff; border-radius: 0px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.23 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.23 ); background-color: rgba( 0, 0, 0, 0.55 ) } .pum-theme-1340, .pum-theme-floating-bar { background-color: rgba( 255, 255, 255, 0.00 ) } 
.pum-theme-1340 .pum-container, .pum-theme-floating-bar .pum-container { padding: 8px; border-radius: 0px; border: 1px none #000000; box-shadow: 1px 1px 3px 0px rgba( 2, 2, 2, 0.23 ); background-color: rgba( 238, 246, 252, 1.00 ) } 
.pum-theme-1340 .pum-title, .pum-theme-floating-bar .pum-title { color: #505050; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-1340 .pum-content, .pum-theme-floating-bar .pum-content { color: #505050; font-family: inherit; font-weight: 400 } 
.pum-theme-1340 .pum-content + .pum-close, .pum-theme-floating-bar .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 5px; bottom: auto; top: 50%; padding: 0px; color: #505050; font-family: Sans-Serif; font-weight: 700; font-size: 15px; line-height: 18px; border: 1px solid #505050; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ); transform: translate(0, -50%) } .pum-theme-1341, .pum-theme-content-only { background-color: rgba( 0, 0, 0, 0.70 ) } 
.pum-theme-1341 .pum-container, .pum-theme-content-only .pum-container { padding: 0px; border-radius: 0px; border: 1px none #000000; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ) } 
.pum-theme-1341 .pum-title, .pum-theme-content-only .pum-title { color: #000000; text-align: left; text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 ); font-family: inherit; font-weight: 400; font-size: 32px; line-height: 36px } 
.pum-theme-1341 .pum-content, .pum-theme-content-only .pum-content { color: #8c8c8c; font-family: inherit; font-weight: 400 } 
.pum-theme-1341 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close { position: absolute; height: 18px; width: 18px; left: auto; right: 7px; bottom: auto; top: 7px; padding: 0px; color: #000000; font-family: inherit; font-weight: 700; font-size: 20px; line-height: 20px; border: 1px none #ffffff; border-radius: 15px; box-shadow: 0px 0px 0px 0px rgba( 2, 2, 2, 0.00 ); text-shadow: 0px 0px 0px rgba( 0, 0, 0, 0.00 ); background-color: rgba( 255, 255, 255, 0.00 ) } 
#pum-1343 {z-index: 1999999999}</pre></body></html>