.header-bar-wrap {
width: 100%;
background: #cc5555;
}
.header-bar {
display: flex;
flex-wrap: wrap;
margin: 0 auto;
padding: 0 1em;
max-width: 1300px;
} .header-bar .social-icons-navigation {
order: 2;
margin-left: auto;
}
.header-bar .social-icons-menu {
display: flex;
flex-flow: row wrap;
margin: 0;
padding: 0;
border: none;
list-style: none;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.header-bar .social-icons-menu li {
display: inline-block;
margin: 0;
padding: 0;
border: none;
list-style: none;
}
.header-bar .social-icons-menu li a {
display: block;
margin: 0;
padding: 0.7em;
}
.header-bar .social-icons-menu li a .icon {
margin: 0;
width: 24px;
height: 24px;
vertical-align: middle;
fill: #fff;
}
.header-bar .social-icons-menu li a:hover .icon {
fill: rgba(255, 255, 255, 0.5);
} .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.75em;
border: none;
background: none;
color: #fff;
text-decoration: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: 'Rambla', Tahoma, Arial;
font-weight: normal;
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;
background: none;
}
.secondary-menu-toggle:hover,
.secondary-menu-toggle:active {
color: rgba(255, 255, 255, 0.5);
background: none;
cursor: pointer;
}
.secondary-menu-toggle .icon {
margin: 0;
width: 22px;
height: 22px;
vertical-align: top;
fill: #fff;
}
.secondary-menu-toggle:hover .icon,
.secondary-menu-toggle:active .icon {
fill: rgba(255, 255, 255, 0.5);
}
.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;
list-style: none;
font-size: 17px;
font-size: 1.0625rem;
font-family: 'Rambla', Tahoma, Arial;
}
.top-navigation > ul {
border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.top-navigation ul li {
position: relative;
margin: 0;
}
.top-navigation ul a {
display: block;
margin: 0;
padding: 0.75em 1em;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
text-decoration: none;
}
.top-navigation ul a,
.top-navigation ul a:link,
.top-navigation ul a:visited {
color: #fff;
text-decoration: none;
}
.top-navigation ul a:hover,
.top-navigation ul a:active,
.top-navigation ul a:focus {
color: rgba(255, 255, 255, 0.5);
}
.top-navigation ul li.current-menu-item > a {
text-decoration: underline;
} .top-navigation ul ul {
font-size: 15px;
font-size: 0.9375rem;
}
.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: 3em;
}
.top-navigation ul ul ul ul a {
padding-left: 4em;
} .top-navigation .dropdown-toggle {
position: absolute;
display: block;
top: 0;
right: 0;
padding: 0.85em 1em;
background: none;
border: none;
}
.top-navigation .dropdown-toggle:focus {
outline: thin dotted;
color: #303030;
background: none;
}
.top-navigation .dropdown-toggle:hover,
.top-navigation .dropdown-toggle:active {
background: none;
}
.top-navigation .dropdown-toggle .icon {
margin: 0.3em 0 0;
width: 20px;
height: 20px;
vertical-align: top;
fill: #fff;
}
.top-navigation .dropdown-toggle:hover .icon,
.top-navigation .dropdown-toggle:active .icon {
fill: rgba(255, 255, 255, 0.5);
}
.top-navigation .dropdown-toggle.toggled-on .icon {
-ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); transform: rotate(-180deg);
}
.top-navigation ul ul .dropdown-toggle {
padding: 0.65em 0.8em;
}
.top-navigation ul ul .dropdown-toggle .icon {
width: 18px;
height: 18px;
}
@media only screen and (min-width: 40em) {
.header-bar {
padding-left: 1.5em;
padding-right: 1.5em;
}
}
@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;
border-bottom: none;
}
.top-navigation > ul,
.top-navigation > ul > li > a {
border: none;
} .top-navigation ul ul {
position: absolute;
left: -999em;
top: 100%;
z-index: 99999;
border-top: 2px solid rgba(255, 255, 255, 0.1);
background: #cc5555;
font-size: 16px;
font-size: 1rem;
}
.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: -2px;
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.75em 1em;
} .top-navigation .menu-item-has-children > a > .icon {
position: relative;
display: inline-block;
left: 0.5rem;
top: 0.1rem;
width: 13px;
height: 13px;
fill: #fff;
}
.top-navigation ul ul .menu-item-has-children > a > .icon {
position: absolute;
left: auto;
right: 1em;
top: 50%;
margin-top: -0.4rem;
-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.5);
}
}
@media only screen and (min-width: 80em) {
.header-bar {
padding-left: 2em;
padding-right: 2em;
}
} .header-search .header-search-form {
position: absolute;
right: 0;
display: none;
margin: 0;
padding: 1em;
background: #fff;
border: 1px solid rgba(0, 0, 0, 0.075);
z-index: 999;
}
.header-search .header-search-form.toggled-on {
display: block;
}
.header-search .header-search-form .search-form {
min-width: 300px;
}
.header-search .header-search-icon {
padding: 1em;
}
.header-search .header-search-icon:hover {
cursor: pointer;
}
.header-search .header-search-icon:focus {
outline: none;
}
.header-search .header-search-icon .icon-search {
display: block;
margin: 0.05em 0 0;
padding: 0;
width: 24px;
height: 24px;
fill: #303030;
}
.header-search .header-search-icon:hover .icon-search,
.header-search .header-search-icon:active .icon-search {
fill: #cc5555;
}
@media only screen and (max-width: 57.5em) {
.header-search .header-search-form {
position: static;
display: block !important;
visibility: visible;
margin: 0.5em 0 1.5em;
padding: 0;
background: none;
border: none;
}
.header-search .header-search-form .search-form {
margin: 0 auto;
min-width: auto;
}
.header-search .header-search-icon {
display: none;
}
}  .widget-magazine-posts .magazine-horizontal-box .large-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image-link {
box-sizing: border-box;
margin: 0;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content {
box-sizing: border-box;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
margin: 0;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -2em;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts .post-column {
box-sizing: border-box;
padding-right: 2em;
width: 33.33333333%;
} .widget-magazine-posts .magazine-vertical-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-vertical-box .large-post-wrap {
box-sizing: border-box;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-vertical-box .small-posts {
box-sizing: border-box;
padding-left: 1em;
width: 50%;
} .widget-magazine-posts .magazine-list .type-post {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image-link {
box-sizing: border-box;
margin: 0;
padding-right: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-list .type-post .post-content {
box-sizing: border-box;
padding-left: 1em;
width: 50%;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image {
margin: 0;
}
@media only screen and (max-width: 70em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 0;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: none;
}
}
@media only screen and (max-width: 65em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 57.5em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: inline-block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 1.5em;
}
}
@media only screen and (max-width: 50em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-list .type-post .more-link {
display: none;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p,
.widget-magazine-posts .magazine-list .type-post .entry-content p {
margin-bottom: 0;
}
}
@media only screen and (max-width: 45em) {
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content,
.widget-magazine-posts .magazine-list .type-post .entry-content {
display: none;
}
}
@media only screen and (max-width: 40em) {
.widget-magazine-posts .magazine-horizontal-box .large-post,
.widget-magazine-posts .magazine-vertical-box {
display: block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image-link,
.widget-magazine-posts .magazine-vertical-box .large-post-wrap {
padding-right: 0;
width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .post-content,
.widget-magazine-posts .magazine-vertical-box .small-posts {
padding-left: 0;
width: 100%;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .wp-post-image {
margin: 0 0 1.25em;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .more-link,
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content {
display: inline-block;
}
.widget-magazine-posts .magazine-horizontal-box .large-post .entry-content p {
margin-bottom: 1.5em;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts {
display: block;
margin-right: 0;
}
.widget-magazine-posts .magazine-horizontal-box .medium-posts .post-column {
padding-right: 0;
width: 100%;
}
.widget-magazine-posts .magazine-list .type-post .wp-post-image-link {
padding-right: 0;
width: 40%;
}
.widget-magazine-posts .magazine-list .type-post .post-content {
padding-left: 1.5em;
width: 60%;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta {
font-size: 14px;
font-size: 0.875rem;
}
}
@media only screen and (max-width: 30em) {
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 18px;
font-size: 1.125rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta .meta-author {
display: none;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta .meta-date::after {
display: none;
}
}
@media only screen and (max-width: 20em) {
.widget-magazine-posts-list .magazine-list .large-post .entry-title {
font-size: 16px;
font-size: 1rem;
}
.widget-magazine-posts-list .magazine-list .large-post .entry-meta {
display: none;
}
} .entry-author {
margin: 0 0 1.5em;
padding: 1.5em 0 1.35em;
border-top: 1px solid rgba(0, 0, 0, 0.075);
border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.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: 20px;
font-size: 1.25rem;
font-family: 'Rambla', Tahoma, Arial;
font-weight: normal;
}
.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: 17px;
font-size: 1.0625rem;
}
@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: 2.5em 0 0;
border-top: 1px solid rgba(0, 0, 0, 0.075);
}
.footer-widgets {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -2.5em;
}
.footer-widget-column {
flex-grow: 1;
box-sizing: border-box;
padding-right: 2.5em;
width: 25%;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
}
@media only screen and (max-width: 80em) {
.footer-widgets-background {
padding: 2em 0 0;
}
.footer-widgets {
margin-right: -2em;
}
.footer-widget-column {
padding-right: 2em;
}
}
@media only screen and (max-width: 65em) {
.footer-widget-column:nth-child(1):nth-last-child(4),
.footer-widget-column:nth-child(2):nth-last-child(3),
.footer-widget-column:nth-child(3):nth-last-child(2),
.footer-widget-column:nth-child(4):nth-last-child(1) {
width: 50%;
}
}
@media only screen and (max-width: 50em) {
.footer-widget-column:nth-child(1):nth-last-child(3),
.footer-widget-column:nth-child(2):nth-last-child(2),
.footer-widget-column:nth-child(3):nth-last-child(1) {
width: 100%;
}
}
@media only screen and (max-width: 35em) {
.footer-widgets {
margin-right: 0;
}
#footer-widgets .footer-widget-column {
padding-right: 0;
width: 100%;
}
} .footer-navigation {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
justify-content: center;
border-top: 1px solid rgba(0, 0, 0, 0.075);
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-box-pack: center;
-ms-flex-pack: center;
}
.footer-navigation-menu {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0;
padding: 0;
list-style-position: outside;
list-style-type: none;
font-size: 20px;
font-size: 1.25rem;
font-family: 'Rambla', Tahoma, Arial;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
}
.footer-navigation-menu li {
display: inline-block;
}
.footer-navigation-menu a {
display: block;
margin: 0;
padding: 0.75em 1em;
color: #303030;
text-decoration: none;
}
.footer-navigation-menu a:link,
.footer-navigation-menu a:visited {
color: #303030;
text-decoration: none;
}
.footer-navigation-menu a:hover,
.footer-navigation-menu a:active {
color: #cc5555;
}
.footer-navigation-menu li.current-menu-item > a {
text-decoration: underline;
}
@media only screen and (max-width: 40em) {
.footer-navigation-menu {
display: block;
text-align: center;
}
.footer-navigation-menu li {
display: block;
}
.footer-navigation-menu a {
font-size: 18px;
font-size: 1.125rem;
}
} .scroll-to-top-button {
position: fixed;
right: 0.75em;
bottom: 0.75em;
z-index: 9999;
display: inline;
margin: 0 auto;
padding: 0;
width: 45px;
height: 45px;
border: 1px solid rgba(0, 0, 0, 0.075);
background: #fff;
cursor: pointer;
-webkit-transition: none;
transition: none;
}
.scroll-to-top-button .icon {
margin: 0.15em 0 0;
width: 22px;
height: 22px;
vertical-align: top;
fill: #cc5555;
}
.scroll-to-top-button:hover .icon {
fill: #303030;
}