:root {
--header-bar-background-color: #383838;
--header-bar-text-color: #fff;
--header-bar-text-hover-color: rgba(255, 255, 255, 0.6);
--header-bar-bg-hover-color: rgba(255, 255, 255, 0.1);
--header-bar-border-color: rgba(255, 255, 255, 0.15);
--footer-widgets-background-color: #383838;
--footer-widgets-text-color: #fff;
--footer-widgets-link-color: rgba(255, 255, 255, 0.85);
--footer-widgets-link-hover-color: rgba(255, 255, 255, 0.6);
} .header-bar-wrap {
background-color: #383838;
background-color: var(--header-bar-background-color);
color: #fff;
color: var(--header-bar-text-color);
}
.header-bar {
display: flex;
flex-wrap: wrap;
} .header-bar .social-icons-navigation {
order: 2;
margin-left: auto;
} .secondary-navigation {
position: relative;
width: 100%;
order: 3;
} .top-navigation ul,
.top-navigation .menu-item-has-children > a > .icon,
.top-navigation ul a > .icon {
display: none;
}
.top-navigation.toggled-on > ul.menu {
display: block;
} .secondary-menu-toggle {
display: flex;
margin: 0;
padding: 0.7em 1.2em;
border: none;
background: none;
color: #fff;
color: var(--header-bar-text-color);
text-decoration: none;
font-size: 13px;
font-size: 0.8125rem;
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;
align-items: center;
}
.secondary-menu-toggle .menu-toggle-text {
margin-left: 0.75em;
}
.secondary-menu-toggle:focus {
outline: thin dotted;
color: #fff;
color: var(--header-bar-text-color);
background: none;
}
.secondary-menu-toggle:hover,
.secondary-menu-toggle:active {
background-color: rgba(255, 255, 255, 0.1);
background-color: var(--header-bar-bg-hover-color);
cursor: pointer;
}
.secondary-menu-toggle .icon {
margin: 0;
width: 18px;
height: 18px;
vertical-align: top;
fill: #fff;
fill: var(--header-bar-text-color);
}
.secondary-menu-toggle[aria-expanded=true] .icon-menu,
.secondary-menu-toggle[aria-expanded=false] .icon-close {
display: none;
}
.secondary-menu-toggle[aria-expanded=true] .icon-close {
display: inline-block;
} .top-navigation ul {
margin: 0;
padding: 0;
color: #fff;
color: var(--header-bar-text-color);
list-style: none;
font-size: 13px;
font-size: 0.8125rem;
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);
}
.top-navigation > ul {
border-top: 4px solid;
border-color: rgba(255, 255, 255, 0.15);
border-color: var(--header-bar-border-color);
}
.top-navigation ul li {
position: relative;
margin: 0;
}
.top-navigation ul a {
display: block;
margin: 0;
padding: 1em 1.25em;
border-bottom: 1px dotted;
border-color: rgba(255, 255, 255, 0.15);
border-color: var(--header-bar-border-color);
text-decoration: none;
}
.top-navigation ul a,
.top-navigation ul a:link,
.top-navigation ul a:visited {
color: #fff;
color: var(--header-bar-text-color);
text-decoration: none;
}
.top-navigation ul a:hover,
.top-navigation ul a:active,
.top-navigation ul a:focus {
background-color: rgba(255, 255, 255, 0.1);
background-color: var(--header-bar-bg-hover-color);
}
.top-navigation ul li.current-menu-item > a {
text-decoration: underline;
} .is-amp-page .top-navigation ul button.toggled-on + ul,
.top-navigation ul ul.toggled-on {
display: block;
}
.top-navigation ul ul a {
padding-left: 2em;
}
.top-navigation ul ul ul a {
padding-left: 3.5em;
}
.top-navigation ul ul ul ul a {
padding-left: 5em;
} .top-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
right: 0;
padding: 0.6em 1.2em;
background: none;
border: none;
}
.top-navigation .dropdown-toggle:focus {
outline: thin dotted;
background: none;
}
.top-navigation .dropdown-toggle:hover,
.top-navigation .dropdown-toggle:active {
background-color: rgba(255, 255, 255, 0.1);
background-color: var(--header-bar-bg-hover-color);
}
.top-navigation .dropdown-toggle .icon {
margin: 0.3em 0 0;
width: 16px;
height: 16px;
vertical-align: top;
fill: #fff;
fill: var(--header-bar-text-color);
}
.top-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);
}
@media only screen and (min-width: 60em) {
.secondary-menu-toggle,
.top-navigation .dropdown-toggle {
display: none;
}
.top-navigation ul,
.top-navigation ul ul {
display: block;
}
.secondary-navigation {
display: flex;
width: auto;
align-items: center;
order: 1;
}
#header-bar .top-navigation > ul.menu {
display: flex;
flex-flow: row wrap;
margin: 0;
margin-left: -1.2em;
border-bottom: none;
}
.top-navigation > ul,
.top-navigation > ul > li > a {
border: none;
}
.top-navigation > ul > li > a {
padding: 0.7em 1.2em;
} .top-navigation ul ul {
position: absolute;
left: -999em;
top: 100%;
z-index: 99999;
border-top: 4px solid;
border-color: rgba(255, 255, 255, 0.15);
border-color: var(--header-bar-border-color);
background-color: #383838;
background-color: var(--header-bar-background-color);
}
.top-navigation ul li:hover > ul,
.top-navigation ul li.focus > ul {
right: auto;
left: 0;
}
.top-navigation ul ul li a {
width: 16rem;
}
.top-navigation ul ul ul {
left: -999em;
margin-top: -4px;
top: 0;
}
.top-navigation ul ul li:hover > ul,
.top-navigation ul ul li.focus > ul {
right: auto;
left: 100%;
}
.top-navigation ul ul li a,
.top-navigation ul ul ul li a,
.top-navigation ul ul ul ul li a {
padding: 0.8em 1em;
} .top-navigation .menu-item-has-children > a > .icon {
position: relative;
display: inline-block;
left: 0.3rem;
top: 0.05rem;
width: 10px;
height: 10px;
fill: #fff;
fill: var(--header-bar-text-color);
}
.top-navigation ul ul .menu-item-has-children > a > .icon {
position: absolute;
left: auto;
right: 1em;
top: 50%;
margin-top: -0.3rem;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.top-navigation ul .menu-item-has-children > a:hover > .icon {
fill: rgba(255, 255, 255, 0.6);
fill: var(--header-bar-text-hover-color);
}
} .header-search .header-search-icon {
position: absolute;
right: 1.5rem;
display: inline-block;
padding: 0.6em 0.75em 0.9em;
color: #fff;
color: var(--navi-color);
background: none;
z-index: 99;
}
.header-search .header-search-icon:hover,
.header-search .header-search-icon:active {
cursor: pointer;
color: #fff;
color: var(--navi-hover-text-color);
background-color: #dd5533;
background-color: var(--navi-hover-color);
}
.header-search .header-search-icon:focus {
outline: none;
}
.header-search .header-search-icon .icon-search {
display: block;
margin: 0.5rem 0 0;
padding: 0;
width: 20px;
height: 20px;
fill: currentColor;
}
.header-search .header-search-form {
position: absolute;
top: 3.45em;
right: 2rem;
display: none;
margin: 0;
padding: 1em;
background-color: #fff;
background-color: var(--page-background-color);
box-shadow: 0 2px 2px #aaa;
z-index: 999;
}
.header-search .header-search-form.toggled-on {
display: block;
}
.header-search .header-search-form .search-form {
min-width: 300px;
}
@media only screen and (max-width: 80em) {
.header-search .header-search-icon {
right: 1rem;
}
.header-search .header-search-form {
right: 1.5rem;
}
}
@media only screen and (max-width: 60em) {
.header-search .header-search-form {
width: 100%;
top: 3.25em;
right: 0;
}
.header-search .header-search-form .search-form {
min-width: auto;
}
} .header-bar .social-icons-navigation .social-icons-menu {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
border: none;
list-style: none;
}
.header-bar .social-icons-navigation .social-icons-menu li {
margin: 0;
padding: 0;
border: none;
list-style: none;
}
.header-bar .social-icons-navigation .social-icons-menu li a {
display: flex;
margin: 0;
padding: 0.7em;
color: #fff;
color: var(--header-bar-text-color);
}
.header-bar .social-icons-navigation .social-icons-menu li a:hover,
.header-bar .social-icons-navigation .social-icons-menu li a:active {
color: rgba(255, 255, 255, 0.6);
color: var(--header-bar-text-hover-color);
text-decoration: none;
}
.header-bar .social-icons-navigation .social-icons-menu li a .icon {
margin: 0;
width: 17px;
height: 17px;
vertical-align: top;
fill: currentColor;
} .before-header-widget-area,
.after-header-widget-area,
.before-footer-columns-widget-area {
margin: 0 auto;
max-width: 1320px;
}
.before-header-widget-area,
.after-header-widget-area {
padding: 2rem 2rem 0;
}
.before-footer-columns-widget-area {
padding: 0 2rem;
}
.before-footer-widget-area {
padding: 1px;
background-color: #383838;
background-color: var(--footer-widgets-background-color);
}
.before-footer-widget-area .widget {
margin: 0 auto;
max-width: 1320px;
background: none;
padding-inline: 2rem;
}
.after-header-widget-area .widget:last-child {
margin-bottom: 0;
}
@media only screen and (max-width: 80em) {
.before-header-widget-area,
.after-header-widget-area {
padding: 1.5rem 1.5rem 0;
}
.before-footer-columns-widget-area {
padding: 0 1.5rem;
}
.before-footer-widget-area .widget {
padding-inline: 1.5rem;
}
}  .widget-magazine-posts-list .type-post .wp-post-image {
float: left;
margin: 0 0.75em 0 0;
padding: 0 0.75em 0 0;
max-width: 50%;
}
.widget-magazine-posts-list .type-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
} .widget-magazine-posts-single .type-post .wp-post-image {
margin: 0.5em 0;
} .widget-magazine-posts-sidebar .type-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
@media only screen and (max-width: 70em) {
.widget-magazine-posts-list .type-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts-list .type-post .entry-content .more-link {
display: none;
}
}
@media only screen and (max-width: 65em) {
.widget-magazine-posts-list .type-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 60em) {
.widget-magazine-posts-list .type-post .entry-title {
font-size: 22px;
font-size: 1.375rem;
}
.widget-magazine-posts-list .type-post .entry-content {
display: inline;
}
.widget-magazine-posts-list .type-post .entry-content .more-link {
display: inline-block;
}
.header-bar-wrap .header-bar {
padding: 0;
}
}
@media only screen and (max-width: 50em) {
.widget-magazine-posts-list .type-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts-list .type-post .entry-content .more-link {
display: none;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts-list .type-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 40em) {
.widget-magazine-posts-list .type-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
}
@media only screen and (max-width: 30em) {
.widget-magazine-posts-list .type-post .wp-post-image {
float: none;
margin: 0 0 0.5em;
padding: 0;
max-width: 100%;
}
.widget-magazine-posts-list .type-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts-list .type-post .entry-content {
display: inline;
}
.widget-magazine-posts-list .type-post .entry-content .more-link {
display: inline-block;
}
} .entry-author {
margin: 0 0 1.5em;
padding: 1.5em 0;
border-top: 1px dotted;
border-bottom: 1px dotted;
border-color: #ccc;
border-color: var(--medium-border-color);
}
.entry-author .author-avatar {
float: left;
margin: 0 1.5em 0.15em 0;
max-width: 25%;
}
.entry-author .author-avatar img {
vertical-align: top;
}
.entry-author .author-heading .author-title {
display: inline-block;
margin: 0 1em 0.25em 0;
padding: 0;
font-size: 17px;
font-size: 1.0625rem;
}
.entry-author .author-heading .author-link {
display: inline-block;
margin: 0 0 0.5em;
font-size: 16px;
font-size: 1rem;
}
.entry-author .author-bio {
margin: 0;
font-size: 16px;
font-size: 1rem;
}
@media only screen and (max-width: 30em) {
.entry-author .author-avatar {
float: none;
margin: 0 0 1em;
max-width: 100%;
}
.entry-author .author-heading .author-title {
display: block;
margin: 0 0 0.25em;
}
.entry-author .author-heading .author-link {
display: block;
}
} .footer-widgets-background {
padding: 2em 0 0;
background-color: #383838;
background-color: var(--footer-widgets-background-color);
}
.footer-widgets {
margin-right: -2em;
}
.footer-widget-column {
float: left;
box-sizing: border-box;
padding-right: 2em;
width: 25%;
}
.footer-widgets .widget,
.before-footer-widget-area .widget {
border: none;
background: none;
box-shadow: none;
color: #fff;
color: var(--footer-widgets-text-color);
}
.footer-widgets .widget .widget-title,
.before-footer-widget-area .widget .widget-title {
color: #fff;
color: var(--footer-widgets-text-color);
}
.footer-widgets .widget a:link,
.footer-widgets .widget a:visited,
.before-footer-widget-area .widget a:link,
.before-footer-widget-area .widget a:visited {
color: rgba(255, 255, 255, 0.85);
color: var(--footer-widgets-link-color);
}
.footer-widgets .widget a:hover,
.footer-widgets .widget a:active,
.before-footer-widget-area .widget a:hover,
.before-footer-widget-area .widget a:active {
color: rgba(255, 255, 255, 0.6);
color: var(--footer-widgets-link-hover-color);
}
.footer-widgets .entry-meta,
.footer-widgets .tzwb-social-icons .social-icons-menu li a,
.footer-widgets .widget_tag_cloud .tagcloud a,
.before-footer-widget-area .entry-meta,
.before-footer-widget-area .tzwb-social-icons .social-icons-menu li a,
.before-footer-widget-area .widget_tag_cloud .tagcloud a {
color: #fff;
color: var(--footer-widgets-text-color);
}
.footer-widgets .widget_tag_cloud .tagcloud a,
.footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a,
.footer-widgets .tzwb-social-icons .social-icons-menu li a:hover,
.before-footer-widget-area .widget_tag_cloud .tagcloud a,
.before-footer-widget-area .tzwb-tabbed-content .tzwb-tabnavi li a,
.before-footer-widget-area .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);
}
.footer-widgets .widget_tag_cloud .tagcloud a:hover,
.footer-widgets .widget_tag_cloud .tagcloud a:active,
.footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a:active,
.footer-widgets .tzwb-tabbed-content .tzwb-tabnavi li a.current-tab,
.before-footer-widget-area .widget_tag_cloud .tagcloud a:hover,
.before-footer-widget-area .widget_tag_cloud .tagcloud a:active,
.before-footer-widget-area .tzwb-tabbed-content .tzwb-tabnavi li a:hover,
.before-footer-widget-area .tzwb-tabbed-content .tzwb-tabnavi li a:active,
.before-footer-widget-area .tzwb-tabbed-content .tzwb-tabnavi li a.current-tab {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
@media only screen and (max-width: 80em) {
.footer-widgets-background {
padding: 1.5em 0 0;
}
.footer-widgets {
margin-right: -1.5em;
}
.footer-widget-column {
padding-right: 1.5em;
}
}
@media only screen and (max-width: 65em) {
.footer-widget-column {
width: 50%;
}
.footer-widget-column:nth-child(3) {
clear: left;
}
}
@media only screen and (max-width: 35em) {
.footer-widgets {
margin-right: 0;
}
.footer-widget-column {
float: none;
padding-right: 0;
width: 100%;
}
} .footer-navigation {
float: right;
padding: 2em 0;
}
.footer-navigation-toggle {
display: none;
}
.footer-navigation-menu {
display: block;
margin: 0;
list-style-position: outside;
list-style-type: none;
}
.footer-navigation-menu li {
float: left;
}
.site-footer .footer-navigation-menu a {
display: block;
padding: 0.7em 1em;
text-decoration: none;
font-size: 14px;
font-size: 0.875rem;
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);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.site-footer .footer-navigation-menu a:link,
.site-footer.footer-navigation-menu a:visited {
border-bottom: none;
}
@media only screen and (max-width: 60em) {
.footer-navigation {
float: none;
text-align: center;
padding-bottom: 0;
}
.footer-navigation-menu li {
float: none;
display: inline-block;
}
}
@media only screen and (max-width: 40em) {
.footer-navigation-menu li,
.footer-navigation-menu a {
display: block;
}
.footer-navigation-menu a {
padding: 0.4em 0;
}
} .scroll-to-top-button {
z-index: 9999;
width: 40px;
height: 40px;
display: inline;
position: fixed;
cursor: pointer;
margin: 0 auto;
padding: 0;
right: 0.75em;
bottom: 0.75em;
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.scroll-to-top-button.visible {
opacity: 1;
}
.scroll-to-top-button:focus,
.scroll-to-top-button:active {
background-color: #dd5533;
background-color: var(--button-color);
color: #fff;
color: var(--button-text-color);
}
.scroll-to-top-button:hover {
background-color: #303030;
background-color: var(--button-hover-color);
color: #fff;
color: var(--button-hover-text-color);
}
.scroll-to-top-button .icon {
margin: 0.25rem 0 0;
width: 20px;
height: 20px;
vertical-align: top;
fill: currentColor;
}