/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-carousel,
.owl-carousel .owl-item {
-webkit-tap-highlight-color: transparent;
position: relative;
}
.owl-carousel {
display: none;
width: 100%;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
touch-action: manipulation;
-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
background: 0 0;
color: inherit;
border: none;
padding: 0!important;
font: inherit;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
}
.owl-carousel .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.owl-height {
-webkit-transition: height 0.5s ease-in-out;
-o-transition: height 0.5s ease-in-out;
transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: -webkit-transform 0.1s ease;
transition: -webkit-transform 0.1s ease;
-o-transition: transform 0.1s ease;
transition: transform 0.1s ease;
transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
-webkit-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
-webkit-transition: opacity 0.4s ease;
-o-transition: opacity 0.4s ease;
transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%;
}
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,
.owl-theme .owl-nav {
text-align: center;
-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: #869791;
color: #FFF;
text-decoration: none;
}
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 0.2s ease;
-o-transition: opacity 0.2s ease;
transition: opacity 0.2s ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background: #869791;
}
/*!
Theme Name: bmc-22
Theme URI: brianmay.com
Description: 2022 theme for brianmay.com
Version: 1.0
Author: Matt Tunney
Author URI: https://brianmay.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bmc-22
Tags: featured-images
Tested up to: 5.5
Requires PHP:
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
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,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: dotted 0.1em;
cursor: help;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 3em;
}
mark {
background: #ffff80;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp,
var {
font-family: "Courier New", Courier, Monaco, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: #ccc solid 0.1em;
margin: 0;
padding: 0;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
/* reset */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-font-smoothing: subpixel-antialiased;
-moz-osx-font-smoothing: grayscale;
margin: 0;
height: 100%;
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
scroll-behavior: smooth;
}
body {
margin: 0 auto;
min-height: 100%;
height: 100%;
color: #000;
background-color: #000;
font-weight: 300;
font-family: "Helvetica Neue", Helvetica, sans-serif;
font-size: 1.8rem;
line-height: 1.66666667;
letter-spacing: 0.025em;
word-break: keep-all;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
pre,
address,
hr,
code,
samp,
dl,
dt,
dd,
form,
table,
fieldset,
menu,
img {
padding: 0;
margin: 0;
}
img,
object,
embed,
video {
max-width: 100%;
height: auto;
}
.screen-reader,
.screen-reader-text {
display: none;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
@media screen and (min-width: 768px) {
.alignnone {
display: block;
clear: both;
zoom: 1;
}
.alignnone:before,
.alignnone:after {
content: " ";
display: table;
}
.alignnone:after {
clear: both;
}
.alignleft,
.alignright {
margin-right: 3.6rem;
float: left;
}
.alignright {
margin-left: 3.6rem;
margin-right: 0;
float: right;
}
.aligncenter {
float: none;
margin-left: auto;
margin-right: auto;
}
}
.clear-fix {
clear: both;
zoom: 1;
}
.clear-fix:before,
.clear-fix:after {
content: " ";
display: table;
}
.clear-fix:after {
clear: both;
}
@media screen and (min-width: 320px) {
.js .site-header + .main > .wrapper:first-child {
margin-top: 11.2rem;
}
}
@media screen and (min-width: 1158px) {
.js .site-header + .main > .wrapper:first-child {
margin-top: 12rem;
}
}
.site-details {
background-color: #a30000;
top: 0;
max-width: 115.8rem;
}
.admin-bar .site-details {
top: 4.6rem;
}
@media screen and (min-width: 320px) {
.site-details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.js .site-details {
position: fixed;
width: 100%;
z-index: 500;
height: 11.2rem;
}
}
@media screen and (min-width: 782px) {
.admin-bar .site-details {
top: 3.2rem;
}
}
@media screen and (min-width: 1158px) {
.site-details {
height: 12rem;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0 3.2rem;
}
.js .site-details {
height: 12rem;
}
}
.site-title {
height: 11.2rem;
margin-bottom: 0;
color: #fff;
text-align: center;
}
.site-title-logo {
padding: 1rem 0;
display: block;
margin: 0;
line-height: 0;
}
.site-title-logo-sig {
display: inline-block;
width: auto;
height: 9.2rem;
}
@media screen and (min-width: 1158px) {
.site-title {
background-color: transparent;
height: 12rem;
}
.site-title-logo {
padding: 1rem 0;
}
.site-title-logo-sig {
height: 10rem;
}
}
.site-title > a {
color: #fff;
}
.site-title > a:hover {
color: #fff;
}
.nav,
.nav ul {
margin: 0;
padding: 0;
list-style: none;
}
.nav li,
.nav ul li {
background: none;
padding: 0;
margin-top: 0;
}
.nav li a {
display: block;
}
.nav li a:hover {
text-decoration: none;
border-bottom: none;
}
.nav-top {
background-color: #333333;
width: 100%;
position: relative;
}
.nav-top .nav li a {
letter-spacing: normal;
font-family: "Exo", exo, Helvetica, sans-serif;
display: block;
color: #fff;
padding: 0 5%;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
text-shadow: 0 0.3rem 0.1rem rgba(0, 0, 0, 0.5);
}
.nav-top .nav li:hover a,
.nav-top .nav li.active a {
text-decoration: none;
}
.nav-top .nav > li {
position: relative;
}
.nav-top .nav > li + li {
border-top: solid 0.1rem rgba(102,102,102,0.5);
}
.nav-top .nav > li > a {
line-height: 3.33333333;
}
.nav-top .nav > li:hover > a {
background-color: #ffffff;
background-color: rgba(255,255,255,0.2);
}
.nav-top .nav > li.active > a {
background-color: #d9d9d9;
background-color: rgba(0,0,0,0.15);
}
.nav-top .nav > li.active:hover > a {
background-color: #ffffff;
background-color: rgba(255,255,255,0.2);
}
.nav-top .nav > li ul {
background-color: #d9d9d9;
background-color: rgba(0,0,0,0.15);
}
.nav-top .nav > li ul li {
border-top: solid 0.1rem rgba(102,102,102,0.5);
}
.nav-top .nav > li ul li a {
padding-top: 2rem;
padding-bottom: 2rem;
}
@media screen and (max-width: 1157px) {
.nav-top .nav > li .nav-expand {
background-color: transparent;
border-radius: 0;
border: none;
padding: 0;
border-left: solid 0.1rem rgba(102,102,102,0.5);
cursor: pointer;
width: 6rem;
height: 6rem;
top: 0;
right: 0;
position: absolute;
overflow: hidden;
}
.nav-top .nav > li .nav-expand i {
background-color: white;
}
.nav-top .nav > li .nav-expand i:before {
left: -0.1rem;
top: -1rem;
height: 2rem;
width: 0.2rem;
}
.nav-top .nav > li .nav-expand i:after {
left: -1rem;
top: -0.1rem;
width: 2rem;
height: 0.2rem;
}
.nav-top .nav > li .nav-expand i:before,
.nav-top .nav > li .nav-expand i:after {
background-color: white;
}
.nav-top .nav > li .nav-expand:hover {
background-color: #ffffff;
background-color: rgba(255,255,255,0.2);
}
.nav-top .nav > li ul {
display: none;
}
.nav-top .nav > li.current-menu-parent .nav-expand,
.nav-top .nav > li.active .nav-expand {
background-color: #d9d9d9;
background-color: rgba(0,0,0,0.15);
}
.nav-top .nav > li.current-menu-parent .nav-expand:hover,
.nav-top .nav > li.active .nav-expand:hover {
background-color: #ffffff;
background-color: rgba(255,255,255,0.2);
}
.nav-top .nav > li.current-menu-parent .nav-expand i,
.nav-top .nav > li.active .nav-expand i {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.nav-top .nav > li.current-menu-parent ul,
.nav-top .nav > li.active ul {
display: block;
}
.nav-top .nav > li.menu-item-has-children > a {
margin-right: 6rem;
}
}
@media screen and (min-width: 768px) {
.nav-top .nav li a {
padding: 0 3rem;
}
}
@media screen and (min-width: 1158px) {
.nav-top {
position: absolute;
background-color: transparent;
top: auto;
right: 3.2rem;
width: auto;
padding: 0;
text-align: left;
}
.nav-top .nav {
padding: 0;
}
.nav-top .nav > li {
border: none;
padding: 0;
float: left;
position: relative;
}
.nav-top .nav > li + li {
border: none;
}
.nav-top .nav > li > a {
position: relative;
padding: 0 1.3rem;
font-size: 1.8rem;
line-height: 6.66666667;
}
.nav-top .nav > li ul {
position: absolute;
min-width: 24rem;
right: 0;
background-color: #333333;
display: none;
}
.nav-top .nav > li ul li {
border-top: solid 0.1rem rgba(102,102,102,0.5);
}
.nav-top .nav > li ul li:first-child {
border-top: none;
}
.nav-top .nav > li ul li:hover a {
background-color: #ffffff;
background-color: rgba(255,255,255,0.2);
}
.nav-top .nav > li ul a {
font-size: 1.6rem;
line-height: 1.3125;
padding: 1.2rem 1.6rem;
}
.nav-top .nav > li:hover ul,
.nav-top .nav > li:focus-within ul {
display: block;
}
.nav-top .nav-expand {
display: none;
}
}
@media screen and (min-width: 320px) and (max-width: 1157px) {
.js .nav-top {
right: -100%;
-webkit-transition: right 0.3s;
-o-transition: right 0.3s;
transition: right 0.3s;
position: fixed;
top: 0;
overflow: auto;
top: 11.2rem;
bottom: 0;
z-index: 500;
}
.js-toggle-nav .nav-top {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
right: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.js .nav-top {
width: 100%;
}
}
@media screen and (min-width: 768px) and (max-width: 1157px) {
.js .nav-top {
width: 33.333%;
}
}
@media screen and (min-width: 320px) and (max-width: 781px) {
.admin-bar .nav-top {
top: 15.8rem;
}
}
@media screen and (min-width: 782px) and (max-width: 1157px) {
.admin-bar .nav-top {
top: 14.4rem;
}
}
@media screen and (min-width: 320px) and (max-width: 1157px) {
.js .nav-top-bg {
background-color: transparent;
-webkit-transition: background 0.3s;
-o-transition: background 0.3s;
transition: background 0.3s;
z-index: -1;
}
.js-toggle-nav .nav-top-bg {
position: fixed;
top: 11.2rem;
left: 0;
right: 0;
bottom: 0;
background-color: #808080;
background-color: rgba(0,0,0,0.5);
}
}
@media screen and (min-width: 320px) and (max-width: 781px) {
.admin-bar .nav-top-bg {
top: 15.8rem;
}
}
@media screen and (min-width: 782px) and (max-width: 1157px) {
.admin-bar .nav-top-bg {
top: 14.4rem;
}
}
.nav-mobile {
position: fixed;
display: none;
right: 3.5%;
top: 2.6rem;
z-index: 50;
-webkit-transform: translateZ(50px);
transform: translateZ(50px);
}
.admin-bar .nav-mobile {
top: 7.2rem;
}
@media screen and (min-width: 320px) {
.js .nav-mobile {
display: block;
}
}
@media screen and (min-width: 782px) {
.admin-bar .nav-mobile {
top: 5.8rem;
}
}
@media screen and (min-width: 1158px) {
.js .nav-mobile {
display: none;
}
}
.nav-mobile .nav li {
display: block;
float: left;
line-height: 6rem;
}
.nav-mobile .nav li > * {
letter-spacing: normal;
font-family: "Exo", exo, Helvetica, sans-serif;
display: block;
color: #fff;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
}
.nav-mobile .nav li .mobilemenu {
background-color: transparent;
border-radius: 0;
border: none;
padding: 0;
color: #fff;
position: relative;
width: 6rem;
height: 6rem;
}
@media screen and (min-width: 768px) {
.nav-mobile .nav li .mobilemenu {
white-space: normal;
overflow: visible;
text-indent: initial;
padding-left: 6rem;
}
}
.nav-mobile .nav li .mobilemenu i {
position: absolute;
left: 1.5rem;
top: 2.9rem;
width: 3rem;
height: 0.2rem;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
background-color: #fff;
text-indent: initial;
}
.js-toggle-nav .nav-mobile .nav li .mobilemenu i {
width: 0;
}
.nav-mobile .nav li .mobilemenu i:before,
.nav-mobile .nav li .mobilemenu i:after {
content: "";
display: inline-block;
position: absolute;
width: 3rem;
height: 0.2rem;
-webkit-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
background-color: #fff;
left: 0;
}
.nav-mobile .nav li .mobilemenu i:before {
top: -0.8rem;
}
.js-toggle-nav .nav-mobile .nav li .mobilemenu i:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 0;
}
.nav-mobile .nav li .mobilemenu i:after {
top: 0.8rem;
}
.js-toggle-nav .nav-mobile .nav li .mobilemenu i:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 0;
}
.nav-mobile .nav li:hover > *,
.nav-mobile .nav li.active > * {
text-shadow: 0 0.3rem 0.1rem rgba(0, 0, 0, 0.5);
}
/* social links */
.nav-social .nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
@media screen and (min-width: 1200px) {
.nav-social .nav {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
}
.nav-social .nav li.share-text {
-webkit-box-flex: 1;
-ms-flex: 1 1 100%;
flex: 1 1 100%;
font-size: 1.4rem;
line-height: 2.85714286;
}
@media screen and (min-width: 1200px) {
.nav-social .nav li.share-text {
text-align: right;
}
}
.nav-social .nav a,
.nav-social .nav a .icon {
display: block;
width: 4rem;
height: 4rem;
}
.nav-footer {
margin-top: 1.2rem;
}
@media screen and (min-width: 1024px) {
.nav-footer {
margin-top: 0;
}
}
.nav-footer .nav {
display: inline-block;
}
@media screen and (min-width: 1158px) {
.nav-footer .nav {
display: block;
}
}
.nav-footer .nav li {
display: block;
font-size: 1.4rem;
line-height: 1.5;
margin-top: 0.4rem;
}
.nav-footer .nav li:first-child {
margin-top: 0;
}
@media screen and (min-width: 768px) {
.nav-footer .nav li {
margin-right: 0.8rem;
padding-right: 0.8rem;
margin-top: 0;
float: left;
}
}
.nav-footer .nav li a {
display: inline-block;
color: #fff;
}
.nav-footer .nav li a:hover {
color: #fff;
}
.nav-footer .nav li:last-child {
margin-right: 0;
padding-right: 0;
vertical-align: text-bottom;
}
.nav-footer .nav li:last-child:after {
content: none;
}
.hero img {
display: block;
width: 100%;
}
.site-footer {
font-size: 1.4rem;
line-height: 1.5;
text-align: center;
}
.site-footer .container {
margin: 2.4rem auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
gap: 3.2rem;
}
.site-footer-logo {
display: inline-block;
margin-bottom: 2.4rem;
}
.site-footer-logo-sig {
display: inline-block;
height: 9.2rem;
width: auto;
}
.site-footer-desc {
display: block;
margin-top: 0.4rem;
}
.site-footer p {
margin-bottom: 0.4rem;
}
.site-footer a,
.site-footer a:visited {
color: #fff;
}
.site-footer a:hover,
.site-footer a:visited:hover {
text-decoration: underline;
}
@media screen and (min-width: 768px) {
.site-footer-desc {
margin-top: 0;
display: inline;
}
}
@media screen and (min-width: 1200px) {
.site-footer {
text-align: left;
}
.site-footer .container {
gap: 2.4rem;
padding: 0;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
/* group of entries */
.entries-header {
margin-bottom: 3.6rem;
}
.entries-header .entries-title {
padding-bottom: 1.2rem;
position: relative;
}
.entries-header .entries-title:after {
left: 0;
position: absolute;
width: 6.2rem;
height: 0.4rem;
content: "";
background: #cc0000;
bottom: -0.2rem;
}
.entries .search-form {
margin-bottom: 3.2rem;
}
.entries .entry {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 2.4rem;
}
.entries .entry-thumbnail {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.entries .entry-text {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.entry-single .entry-header,
.entry-page .entry-header {
margin-bottom: 3.6rem;
}
.entry-single .entry-meta,
.entry-page .entry-meta {
font-family: "Exo", exo, Helvetica, sans-serif;
position: relative;
margin-top: 1.8rem;
}
/* entry item */
.entry {
position: relative;
}
.entry + .entry {
margin-top: 6rem;
}
.entry + .entry:before {
position: absolute;
top: -2.95rem;
content: "";
width: 100%;
display: block;
border-bottom: solid #cccccc;
border-width: 0.1rem;
}
@media screen and (min-width: 1024px) {
.entry + .entry {
margin-top: 10rem;
}
.entry + .entry:before {
top: -4.95rem;
}
}
.entry-thumbnail {
max-width: 24rem;
}
.entries .entry-thumbnail img {
border-style: solid;
border-color: #cccccc;
border: 0.1rem solid #cccccc;
-webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
}
.entries .entry-thumbnail img img {
display: block;
}
.entry-header {
font-family: "Exo", exo, Helvetica, sans-serif;
letter-spacing: normal;
}
.entry-header .entry-comments-link,
.entry-header .entry-edit {
margin-top: 1.2rem;
display: inline-block;
}
.entry-header .entry-comments-link + .entry-edit {
margin-left: 1.8rem;
}
.entry-title {
font-family: "Exo", exo, Helvetica, sans-serif;
}
.entry-title.text-white a {
color: inherit;
}
.entry-desc {
color: #333333;
}
.entry-content {
margin-top: 1.2rem;
}
.entry-content img {
margin-bottom: 2.4rem;
display: block;
}
.entry-content img.alignleft {
margin-right: 3rem;
}
.entry-content img.alignright {
margin-left: 3rem;
}
.entry-content img.aligncenter {
margin-left: auto;
margin-right: auto;
}
.entry-page-links {
position: relative;
font-size: 1.4rem;
line-height: 1.5;
font-family: "Exo", exo, Helvetica, sans-serif;
letter-spacing: normal;
}
.entry-page-links > * {
display: inline-block;
padding: 0.8rem;
}
.entry-page-links a {
border: none !important;
}
.entry-page-links a:hover,
.entry-page-links a:visited {
border: none;
}
.entry-navigation {
color: #e6e6e6;
font-size: 1.8rem;
line-height: 1.33333333;
margin-top: 3.6rem;
padding-top: 1.8rem;
font-family: "Exo", exo, Helvetica, sans-serif;
letter-spacing: normal;
position: relative;
}
.entry-navigation:before {
left: 0;
position: absolute;
width: 6.2rem;
height: 0.4rem;
content: "";
background: #e6e6e6;
top: -0.2rem;
}
.entry-navigation a {
margin-left: 0.8rem;
margin-right: 0.8rem;
}
.entry-navigation a:first-child {
margin-left: 0;
}
.entry-navigation a:last-child {
margin-right: 0;
}
.entry-summary > *:last-child {
margin-bottom: 0;
}
.entry-footer {
margin-top: 3.6rem;
clear: both;
zoom: 1;
}
.entry-footer:before,
.entry-footer:after {
content: " ";
display: table;
}
.entry-footer:after {
clear: both;
}
.entry-meta {
font-size: 1.3rem;
line-height: 1.53846154;
}
@media screen and (max-width: 767px) {
.entries .entry-meta .icon {
display: none;
}
}
.entry-meta a {
color: #333333;
text-decoration: underline;
}
.entry-meta-tags {
margin-top: 2rem;
}
fieldset {
border: 0;
margin-top: 0.5rem;
}
fieldset:first-child {
margin-top: 0;
}
textarea {
overflow: auto;
resize: vertical;
}
legend {
margin-top: 0.5rem;
font-weight: 700;
color: #cc0000;
}
label {
margin-bottom: 0.5rem;
display: block;
vertical-align: top;
}
label:hover {
cursor: pointer;
}
input,
select {
line-height: 4rem;
vertical-align: baseline;
outline: none;
}
input,
select,
textarea {
background-color: #fff;
border: 0.2rem #cccccc solid;
padding: 0 1.5rem;
border-radius: 0.2rem;
width: 100%;
}
input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill,
button:-webkit-autofill {
-webkit-box-shadow: 0 0 0 30px white inset;
box-shadow: 0 0 0 30px white inset;
}
input[type="checkbox"],
input[type="radio"] {
width: auto;
margin-right: 2rem;
}
button[type="submit"],
button[type="button"],
button[type="reset"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
line-height: inherit;
padding: 0.4rem 2rem;
font-size: 1.8rem;
border-radius: 4rem;
color: #333333;
background-color: #e6e6e6;
border: 0.1rem #e6e6e6 solid;
display: inline-block;
font-family: "Exo", exo, Helvetica, sans-serif;
letter-spacing: normal;
position: relative;
margin-top: 2rem;
margin-left: 0.8rem;
text-decoration: none !important;
-webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
-o-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
transition: background-color 0.25s, color 0.25s, border-color 0.25s;
}
button[type="submit"]:hover,
button[type="button"]:hover,
button[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
a:hover button[type="submit"],
a:hover button[type="button"],
a:hover button[type="reset"],
a:hover input[type="submit"],
a:hover input[type="button"],
a:hover input[type="reset"] {
text-decoration: none;
background-color: transparent;
}
button[type="submit"]:active,
button[type="button"]:active,
button[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
text-decoration: none;
}
button[type="submit"]:first-child,
button[type="button"]:first-child,
button[type="reset"]:first-child,
input[type="submit"]:first-child,
input[type="button"]:first-child,
input[type="reset"]:first-child,
button[type="submit"]:first-of-type,
button[type="button"]:first-of-type,
button[type="reset"]:first-of-type,
input[type="submit"]:first-of-type,
input[type="button"]:first-of-type,
input[type="reset"]:first-of-type {
margin-left: 0;
margin-top: 0;
}
.stacked button[type="submit"],
.stacked button[type="button"],
.stacked button[type="reset"],
.stacked input[type="submit"],
.stacked input[type="button"],
.stacked input[type="reset"] {
width: auto;
}
textarea {
line-height: 2.4rem;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
input[type="submit"],
button[type="submit"] {
color: #fff;
border-color: #cc0000;
background-color: #cc0000;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
color: #cc0000;
background-color: transparent;
}
input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
color: #999999;
border-color: #e6e6e6;
background-color: #f2f2f2;
}
input[disabled]:hover,
select[disabled]:hover,
textarea[disabled]:hover,
button[disabled]:hover {
color: #999999;
border-color: #e6e6e6;
background-color: #f2f2f2;
}
select {
-webkit-appearance: none;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
select option {
border: none;
outline: none;
padding: 1rem 2rem;
}
.formrow {
text-align: left;
}
.formrow {
margin-top: 1.5rem;
}
.error,
.required {
color: #cc0000;
border-color: #cc0000;
}
span.error,
span.required {
border: none;
}
.legal-consent-container {
margin-top: 1.5rem;
}
.legal-consent-container p {
font-size: 1.2rem;
line-height: 1.5;
}
/* honey pot */
.verify {
position: fixed;
white-space: nowrap;
overflow: hidden;
text-indent: 150%;
width: 0;
}
.verify-email {
display: none;
}
.comment-list {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 4rem;
}
.comment-list li {
background: none;
padding: 0;
margin-top: 0;
}
.comment-list .comment-body {
padding: 1.2rem;
}
.comment-list .comment-metadata {
font-size: 1.3rem;
line-height: 1.53846154;
}
.comment-list .comment-metadata .edit-link {
padding-left: 0.3rem;
margin-left: 0.3rem;
border-left: 0.1rem solid #cccccc;
}
.comment-list .comment-author .avatar {
float: left;
width: 6.2rem;
height: 6.2rem;
margin-right: 1.2rem;
border-radius: 3rem;
border: 0.1rem solid #cccccc;
padding: 0.3rem;
background-color: #fff;
}
.comment-list .comment-content {
position: relative;
margin: 1.2rem 0 1.2rem 7.2rem;
padding-left: 0.6rem;
border-left: 0.3rem solid #cccccc;
}
.comment-list .comment .reply {
margin-left: 7.2rem;
font-size: 1.4rem;
line-height: 1.5;
}
.comment-list .children {
margin: 0;
padding: 0;
list-style: none;
margin-left: 4.2rem;
}
.comment-list .children li {
background: none;
padding: 0;
margin-top: 0;
}
.comment-list li.thread-odd {
padding-top: 1.2rem;
margin-top: 1.2rem;
border-top: 0.3rem solid #e6e6e6;
}
@media screen and (min-width: 768px) {
.comment-respond {
width: 66.666%;
}
}
.comments-area .container {
margin: 2rem auto;
}
@media screen and (min-width: 768px) {
.comments-area .container {
margin: 4rem auto;
}
}
@media screen and (min-width: 1024px) {
.comments-area .container {
margin: 6rem auto;
}
}
/* social links */
.social-links {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.social-links li {
background: none;
padding: 0;
margin-top: 0;
}
@media screen and (min-width: 1024px) {
.social-links {
margin-bottom: 0;
float: right;
}
}
.socialshare .social-links {
float: none;
}
.social-links li {
float: left;
display: block;
line-height: 4rem;
}
.social-links li + li {
margin-left: 0.8rem;
}
.social-links a,
.social-links button {
border-radius: 0;
display: block;
position: relative;
font-family: "Helvetica Neue", Helvetica, sans-serif;
width: 4rem;
height: 4rem;
}
.social-links a .icon,
.social-links button .icon {
margin-right: 0;
width: 4rem;
height: 4rem;
}
.social-links a .icon *,
.social-links button .icon * {
fill: #a5a5a5;
}
.social-links button {
background: none;
position: relative;
border: none;
}
.social-links button .icon {
position: absolute;
left: 0;
top: 0;
}
.social-links .share-text {
font-size: 1.4rem;
line-height: 2.85714286;
letter-spacing: normal;
font-family: "Exo", exo, Helvetica, sans-serif;
}
.has-navigator .no-nav-share {
display: none;
}
.has-navigator .nav-share {
display: block;
}
.no-navigator .no-nav-share {
display: block;
}
.no-navigator .nav-share {
display: none;
}
.search-form {
position: relative;
}
.search-form input[type="submit"].search-submit {
position: absolute;
right: 0;
top: 0;
display: none;
}
.search-form .icon-search {
left: auto;
right: 1.9rem;
top: 1.4rem;
margin-right: 0;
}
.search-field {
-webkit-box-sizing: border-box !important;
box-sizing: border-box !important;
font-family: "Exo", exo, Helvetica, sans-serif;
letter-spacing: normal;
font-size: 1.6rem;
line-height: 2.375;
outline: none;
width: 100%;
padding-right: 4.8rem;
color: #333333;
border: 0.2rem #cccccc solid;
border-radius: 5.6rem;
height: 5.6rem;
}
.wp-caption-text,
.gallery-caption,
.bypostauthor {
font-size: 0.85em;
}
.wp-caption {
max-width: 100%;
border: solid #e6e6e6 0.1rem;
margin-bottom: 2.4rem;
-webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
}
.wp-caption img {
padding: 0.8rem;
background-color: #fff;
margin-bottom: 0;
display: block;
}
.wp-caption-text {
margin: 0 0.8rem 0.8rem;
padding-left: 0.8rem;
border-left: solid #cc0000;
border-left-width: 0.4rem;
}
.widget + .widget {
margin-top: 6rem;
}
@media screen and (min-width: 1024px) {
.widget + .widget {
margin-top: 10rem;
}
}
.widget.adverts-widget,
.widget.onthisday-widget {
padding: 0;
}
.widget-title {
padding-bottom: 1.2rem;
position: relative;
}
.page-wrapper {
max-width: 115.8rem;
margin: 0 auto;
width: 100%;
}
@media screen and (min-width: 1024px) {
.page-wrapper {
margin: 0 auto 4rem;
}
}
.wrapper {
position: relative;
clear: both;
zoom: 1;
}
.wrapper:before,
.wrapper:after {
content: " ";
display: table;
}
.wrapper:after {
clear: both;
}
.container {
margin: 0 auto;
padding: 0 3.5%;
position: relative;
max-width: 115.8rem;
}
@media screen and (min-width: 1158px) {
.container {
padding: 0 3.2rem;
}
}
@media screen and (min-width: 1024px) {
.is-single {
max-width: 92rem;
}
}
.has-sidebar,
.two-columns,
.three-columns {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 2.4rem;
}
@media screen and (min-width: 1024px) {
.has-sidebar,
.two-columns,
.three-columns {
gap: 3.2rem;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
@media screen and (min-width: 1024px) {
.has-sidebar {
gap: 6.4rem;
}
.has-sidebar > .primary {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}
.has-sidebar > .sidebar {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
}
@media screen and (min-width: 1024px) {
.two-columns > * {
-webkit-box-flex: 0;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
}
@media screen and (min-width: 1024px) {
.three-columns > * {
-webkit-box-flex: 0;
-ms-flex: 0 1 33.33333%;
flex: 0 1 33.33333%;
}
}
/* main */
.main {
background-color: #fff;
border-bottom: 0.8rem solid #3a3a3a;
}
.main .container {
margin: 3.2rem auto;
}
@media screen and (min-width: 1024px) {
.main .has-sidebar,
.main .is-single {
margin: 6.4rem auto;
}
}
.home-search {
border-top: 0.1rem solid #3a3a3a;
background-color: #191919;
}
h1,
h2,
h3,
.exo {
font-family: "Exo", exo, Helvetica, sans-serif;
font-style: normal;
font-weight: 400;
letter-spacing: normal;
}
h1 strong,
h2 strong,
h3 strong,
.exo strong,
h1 b,
h2 b,
h3 b,
.exo b {
font-weight: 400;
}
h1 em,
h2 em,
h3 em,
.exo em,
h1 i,
h2 i,
h3 i,
.exo i {
font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 1.2rem;
}
p {
margin-bottom: 2.4rem;
}
h1,
.xxlarge {
font-size: 3rem;
line-height: 1.2;
}
@media screen and (min-width: 768px) {
h1,
.xxlarge {
font-size: 3.6rem;
line-height: 1.16666667;
}
}
h2,
.xlarge {
font-size: 2.6rem;
line-height: 1.15384615;
}
@media screen and (min-width: 768px) {
h2,
.xlarge {
font-size: 3rem;
line-height: 1.2;
}
}
.article h1 {
color: #cc0000;
}
h3,
.large {
font-size: 2.2rem;
line-height: 1.36363636;
}
@media screen and (min-width: 768px) {
h3,
.large {
font-size: 2.4rem;
line-height: 1.25;
}
}
h4,
.medium {
font-size: 1.8rem;
line-height: 1.33333333;
}
h5,
legend,
.normal {
font-size: 1.6rem;
line-height: 1.5;
}
@media screen and (min-width: 768px) {
h5,
legend,
.normal {
font-size: 1.8rem;
line-height: 1.66666667;
}
}
h6,
.small,
label {
font-size: 1.4rem;
line-height: 1.5;
}
.xsmall {
font-size: 1.2rem;
line-height: 1.5;
}
.xxxlarge {
font-size: 3.6rem;
line-height: 1.16666667;
}
@media screen and (min-width: 768px) {
.xxxlarge {
font-size: 4.2rem;
line-height: 1.14285714;
}
}
.xxxxlarge {
font-size: 4.2rem;
line-height: 1.14285714;
}
@media screen and (min-width: 768px) {
.xxxxlarge {
font-size: 4.8rem;
line-height: 1.125;
}
}
.xxxxxlarge {
font-size: 4.8rem;
line-height: 1.125;
}
@media screen and (min-width: 768px) {
.xxxxxlarge {
font-size: 5.4rem;
line-height: 1.11111111;
}
}
mark {
text-decoration: none;
color: #000;
}
ins {
text-decoration: none;
color: #000;
background: #80ff80;
}
del {
text-decoration: none;
color: #000;
background: #ff8080;
}
/* FONT ADJUSTMENT STYLES */
.text-align-left {
text-align: left;
}
.text-align-right {
text-align: right;
}
.text-align-center {
text-align: center;
}
.text-align-justify {
text-align: justify;
}
.text-wrap-none {
white-space: nowrap;
}
.text-wrap {
white-space: normal;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
hr {
border: none;
border-bottom: dotted #cccccc;
border-bottom-width: 0.1rem;
margin-bottom: 3.6rem;
margin-top: 3.6rem;
}
ul,
ol {
margin-bottom: 2.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-top: 0.8rem;
margin-bottom: 0;
}
ul li,
ol li {
margin-top: 0.8rem;
}
ul li:first-child,
ol li:first-child {
margin-top: 0;
}
dl {
margin-bottom: 2.4rem;
}
dl dt {
font-weight: 700;
}
dl dd {
padding-left: 1.2rem;
}
a {
color: #cc0000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #660000;
}
.entry-content a {
word-wrap: break-word;
}
.entry-content a:visited {
color: #d63333;
}
.entry-content a:hover,
.entry-content a:hover:visited {
color: #660000;
text-decoration: none;
}
table {
margin-bottom: 2.4rem;
width: auto;
max-width: 100%;
}
td,
th {
padding: 0.8rem 1.2rem;
text-align: left;
}
tbody > tr {
border-bottom: 0.1rem solid #cccccc;
}
tbody > tr:first-child,
tbody > tr:last-child {
border: none;
}
thead tr,
tbody tr th {
background: #cc0000;
color: #fff;
}
tbody > tr > td {
border-left: 0.1rem solid #cccccc;
}
tbody > tr > td:first-child {
border: none;
}
tbody > tr > th {
border-left: 0.1rem solid #fff;
}
tbody > tr > th:first-child {
border: none;
}
/* BLOCKQUOTES AND QUOTES*/
blockquote {
margin-left: 3.6rem;
margin-bottom: 2.4rem;
position: relative;
}
@media screen and (min-width: 480px) {
blockquote {
padding-left: 1.6rem;
border-left: solid #cc0000;
border-left-width: 0.4rem;
}
}
blockquote:before {
position: absolute;
font-size: 8rem;
line-height: 6rem;
color: #cccccc;
top: 0;
content: "“";
left: -4.4rem;
}
blockquote > cite:before {
position: relative;
content: "– ";
}
code {
background-color: #e6e6e6;
color: #000;
padding-left: 0.4rem;
padding-right: 0.4rem;
border-radius: 0.4rem;
}
kbd {
background-color: #333333;
color: #fff;
padding-left: 0.4rem;
padding-right: 0.4rem;
border-radius: 0.4rem;
}
pre {
white-space: pre-wrap;
word-wrap: break-word;
padding-left: 0.8rem;
padding-right: 0.8rem;
background-color: #e6e6e6;
position: relative;
padding: 1.6rem;
margin-bottom: 2.4rem;
}
pre[rel]:before {
position: absolute;
top: 0;
right: 0;
color: #fff;
font-weight: 700;
font-style: normal;
font-size: 1.4rem;
line-height: 2rem;
background-color: #cc0000;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
content: attr(rel);
}
pre > * {
background-color: transparent;
padding: 0;
border-radius: none;
}
.video-wrapper-169 {
height: 0;
padding-bottom: 56.25%;
position: relative;
}
.video-wrapper-169 iframe,
.video-wrapper-169 object,
.video-wrapper-169 embed {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.icon {
display: inline-block;
vertical-align: bottom;
margin-right: 0.8rem;
}
.owl-carousel .owl-item img.icon {
display: inline-block;
width: auto;
}
.icon-time,
.icon-category,
.icon-tag,
.icon-edit,
.icon-comments,
.icon-time-white,
.icon-category-white,
.icon-tag-white,
.icon-edit-white,
.icon-comments-white {
width: 2rem;
height: 2rem;
}
.icon-search {
position: absolute;
width: 2.4rem;
height: 2.4rem;
top: 0.9rem;
left: 1.4rem;
}
.icon-comments-lrg {
width: 3rem;
height: 3rem;
}
.shape {
position: relative;
text-indent: initial;
}
.shape-inline {
padding-left: 1em;
display: inline-block;
height: 0.75em;
}
.shape i {
text-indent: initial;
position: absolute;
left: 50%;
top: 50%;
display: inline-block;
width: 0;
height: 0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.shape i:before,
.shape i:after {
position: absolute;
display: block;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
content: "";
}
.shape-arrow-right i {
background-color: #333;
}
.shape-arrow-right i:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 0;
top: -0.8rem;
height: 1rem;
width: 0.2rem;
}
.shape-arrow-right i:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
left: 0;
top: -0.2rem;
height: 1rem;
width: 0.2rem;
}
.shape-arrow-right i:before,
.shape-arrow-right i:after {
background-color: #333;
}
.shape-arrow-left i {
background-color: #333;
}
.shape-arrow-left i:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
left: 0;
top: -0.8rem;
height: 1rem;
width: 0.2rem;
}
.shape-arrow-left i:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
left: 0;
top: -0.2rem;
height: 1rem;
width: 0.2rem;
}
.shape-arrow-left i:before,
.shape-arrow-left i:after {
background-color: #333;
}
.button {
color: #333333;
background-color: #e6e6e6;
border: 0.1rem #e6e6e6 solid;
display: inline-block;
font-family: "Exo", exo, Helvetica, sans-serif;
letter-spacing: normal;
position: relative;
margin-top: 2rem;
margin-left: 0.8rem;
text-decoration: none !important;
-webkit-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
-o-transition: background-color 0.25s, color 0.25s, border-color 0.25s;
transition: background-color 0.25s, color 0.25s, border-color 0.25s;
padding: 0.6rem 2rem;
font-size: 1.8rem;
border-radius: 4.4rem;
}
.button:hover,
a:hover .button {
text-decoration: none;
background-color: transparent;
}
.button:active {
text-decoration: none;
}
.button:first-child,
.button:first-of-type {
margin-left: 0;
margin-top: 0;
}
.button-size-small {
font-weight: 400;
padding: 0 2rem;
font-size: 1.4rem;
border-radius: 3.2rem;
}
.button-size-large {
padding: 1.2rem 2rem;
font-size: 1.8rem;
border-radius: 5.6rem;
}
.button-bg-primary {
color: #fff;
background-color: #cc0000;
border-color: #cc0000;
}
.button-bg-primary:hover,
a:hover .button-bg-primary {
color: #cc0000;
background-color: transparent;
}
.button-bg-white {
color: #cc0000;
color: var(--primary-color);
background-color: #fff;
border-color: #fff;
}
.button-bg-white:hover,
a:hover .button-bg-white {
color: #fff;
background-color: transparent;
}
.button-outline {
background-color: transparent;
border: 0.1rem #e6e6e6 solid;
}
.button-outline:hover,
a:hover .button-outline {
color: #fff;
border-color: #e6e6e6;
background-color: #e6e6e6;
}
.button-outline-primary {
color: #cc0000;
background-color: transparent;
border-color: #cc0000;
border-width: 0.1rem;
}
.button-outline-primary:hover,
a:hover .button-outline-primary {
color: #fff;
background-color: #cc0000;
border-color: #cc0000;
border-width: 0.1rem;
}
.button-outline-white {
color: #fff;
background-color: transparent;
border-color: #fff;
border-width: 0.1rem;
}
.button-outline-white:hover,
a:hover .button-outline-white {
color: #cc0000;
background-color: #fff;
border-color: #fff;
border-width: 0.1rem;
}
.button-fullwidth {
display: block;
width: 100%;
text-align: center;
margin: 0;
}
/* colors */
.text-primary {
background-color: #cc0000;
}
.text-secondary {
background-color: #a30000;
}
.text-white {
color: #fff;
}
.skip-nav {
position: absolute;
left: 2.4rem;
top: 50%;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
z-index: 10;
width: 0;
height: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
.skip-nav:hover {
background-color: #cc0000;
}
.skip-nav:focus {
clip: unset;
overflow: unset;
width: auto;
height: auto;
-webkit-transition: background-color 0.3s ease 0.1s, border 0.3s ease 0.1s, color 0.3s ease 0.1s;
-o-transition: background-color 0.3s ease 0.1s, border 0.3s ease 0.1s, color 0.3s ease 0.1s;
transition: background-color 0.3s ease 0.1s, border 0.3s ease 0.1s, color 0.3s ease 0.1s;
}
.skip-nav:focus:hover {
background-color: #cc0000;
}
@media screen and (min-width: 768px) {
.skip-nav {
left: 3.6rem;
}
}
:target:before {
display: table;
content: "";
height: 11.2rem;
margin-top: -11.2rem;
}
@media screen and (min-width: 1158px) {
:target:before {
height: 12rem;
margin-top: -12rem;
}
}
.adverts .container {
overflow: hidden;
}
.adverts-container {
margin: -1.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.adverts-container.owl-theme {
margin: 0;
}
.adverts-container.owl-theme .owl-prev,
.adverts-container.owl-theme .owl-next {
width: 2.4rem;
height: 4rem;
position: absolute;
top: 50%;
display: block !important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.adverts-container.owl-theme .owl-prev .shape,
.adverts-container.owl-theme .owl-next .shape {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.adverts-container.owl-theme .owl-prev:hover .shape,
.adverts-container.owl-theme .owl-next:hover .shape {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(2.2);
-ms-transform: scale(2.2);
transform: scale(2.2);
}
.adverts-container.owl-theme .owl-prev.disabled:hover .shape,
.adverts-container.owl-theme .owl-next.disabled:hover .shape {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.adverts-container.owl-theme .owl-prev i,
.adverts-container.owl-theme .owl-next i,
.adverts-container.owl-theme .owl-prev i:before,
.adverts-container.owl-theme .owl-next i:before,
.adverts-container.owl-theme .owl-prev i:after,
.adverts-container.owl-theme .owl-next i:after {
background-color: #e6e6e6;
}
.adverts-container.owl-theme .owl-prev:hover,
.adverts-container.owl-theme .owl-next:hover,
.adverts-container.owl-theme .owl-prev.disabled:hover,
.adverts-container.owl-theme .owl-next.disabled:hover {
background: transparent !important;
}
.adverts-container.owl-theme .owl-prev:hover i,
.adverts-container.owl-theme .owl-next:hover i,
.adverts-container.owl-theme .owl-prev.disabled:hover i,
.adverts-container.owl-theme .owl-next.disabled:hover i,
.adverts-container.owl-theme .owl-prev:hover i:before,
.adverts-container.owl-theme .owl-next:hover i:before,
.adverts-container.owl-theme .owl-prev.disabled:hover i:before,
.adverts-container.owl-theme .owl-next.disabled:hover i:before,
.adverts-container.owl-theme .owl-prev:hover i:after,
.adverts-container.owl-theme .owl-next:hover i:after,
.adverts-container.owl-theme .owl-prev.disabled:hover i:after,
.adverts-container.owl-theme .owl-next.disabled:hover i:after {
background-color: #fff;
}
.adverts-container.owl-theme .owl-prev.disabled,
.adverts-container.owl-theme .owl-next.disabled {
cursor: default;
}
.adverts-container.owl-theme .owl-prev.disabled .icon i,
.adverts-container.owl-theme .owl-next.disabled .icon i,
.adverts-container.owl-theme .owl-prev.disabled .icon i:before,
.adverts-container.owl-theme .owl-next.disabled .icon i:before,
.adverts-container.owl-theme .owl-prev.disabled .icon i:after,
.adverts-container.owl-theme .owl-next.disabled .icon i:after {
background-color: #fff;
}
.adverts-container.owl-theme .owl-prev {
left: -2.4rem;
}
.adverts-container.owl-theme .owl-next {
right: -2.4rem;
}
.adverts-container.owl-theme .owl-nav,
.adverts-container.owl-theme .owl-nav-disabled + .owl-dots {
margin-top: 0;
}
.adverts-footer {
border-top: 0.1rem solid #3a3a3a;
background-color: #191919;
}
@media screen and (min-width: 1024px) {
.adverts-footer .advert {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.66666667%;
flex: 0 0 16.66666667%;
}
}
@media screen and (min-width: 1200px) {
.adverts-footer .advert {
-webkit-box-flex: 0;
-ms-flex: 0 0 12.5%;
flex: 0 0 12.5%;
}
}
.advert {
margin: 1.2rem 0;
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.advert-inner {
margin: 0 1.2rem;
position: relative;
}
.advert-inner:before {
content: "";
display: block;
padding-bottom: 100%;
}
.owl-theme .advert {
margin: 0;
}
.advert-item {
position: absolute;
border: 1px solid #595959;
display: block;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.advert-item-media {
width: 100%;
height: 100%;
overflow: hidden;
}
.advert-item-media img {
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
-o-object-fit: cover;
object-fit: cover;
display: block;
width: 100%;
height: 100%;
}
.advert-item-content {
display: none;
padding: 0.5rem;
background-color: #c00;
position: absolute;
text-align: center;
bottom: -100%;
left: 0;
right: 0;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.advert-item-title {
text-shadow: 0 0.3rem 0.1rem rgba(0, 0, 0, 0.3);
font-size: 1.4rem;
line-height: 1.5;
font-family: "Exo", exo, Helvetica, sans-serif;
color: #fff;
}
.advert-item:hover {
border-color: #1a1a1a;
}
.advert-item:hover .advert-item-media img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.advert-item:hover .advert-item-content {
bottom: 0;
background-color: #a30000;
}
@media screen and (min-width: 320px) {
.advert {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333%;
flex: 0 0 33.333%;
}
}
@media screen and (min-width: 680px) {
.advert {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
}
}
@media screen and (min-width: 1024px) {
.advert {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
}
.advert-item-content {
display: block;
}
}
.yearly-archive .archive-dropdown {
margin-top: 1rem;
position: relative;
background-image: -o-linear-gradient(45deg, transparent 50%, gray 50%), -o-linear-gradient(315deg, gray 50%, transparent 50%), -o-linear-gradient(left, #ccc, #ccc);
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
background-position: calc(100% - 22px) 1em, calc(100% - 16px) 1em, calc(100% - 44px) 5px;
background-size: 6px 6px, 6px 6px, 1px 32px;
background-repeat: no-repeat;
}
.yearly-archive .archive-dropdown-toggle {
margin-top: 2rem;
}
.yearly-archive .archive-dropdown-toggle a i,
.yearly-archive .archive-dropdown-toggle a i:before,
.yearly-archive .archive-dropdown-toggle a i:after {
background-color: #cc0000;
}
.yearly-archive .archive-dropdown-toggle a:hover {
text-decoration: none;
}
.yearly-archive .archive-dropdown-toggle a:hover i,
.yearly-archive .archive-dropdown-toggle a:hover i:before,
.yearly-archive .archive-dropdown-toggle a:hover i:after {
background-color: #a30000;
}
.yearly-archive .archive-dropdown-toggle-less {
display: none;
}
.js-toggle-archive .yearly-archive .archive-dropdown-toggle-less {
display: block;
}
.js-toggle-archive .yearly-archive .archive-dropdown-toggle-more {
display: none;
}
.yearly-archive .archive-dropdown-overflow {
display: none;
}
.js-toggle-archive .yearly-archive .archive-dropdown-overflow {
display: block;
}
.on-this-day {
border: 0.1rem solid #e6e6e6;
display: block;
}
.on-this-day .otd-prefix {
color: #fff;
display: inline-block;
padding: 0.5rem 1.5rem;
text-shadow: 0 0.3rem 0.1rem rgba(0, 0, 0, 0.3);
background-color: #a30000;
position: relative;
z-index: 1;
}
.on-this-day .otd-header {
position: relative;
overflow: hidden;
min-height: 20rem;
}
.on-this-day .otd-title {
position: absolute;
bottom: 0;
left: 0;
margin: 1.5rem;
color: #fff;
}
.on-this-day .otd-image {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: #000;
min-height: 20rem;
overflow: hidden;
margin-right: 0 !important;
}
.on-this-day .otd-image img {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
width: 100%;
}
.on-this-day .otd-image-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(33%, #000), to(transparent));
background-image: -o-linear-gradient(bottom, #000 33%, transparent 100%);
background-image: linear-gradient(to top, #000 33%, transparent 100%);
filter: progid:DXImageTransform.Microsoft.bggradient(startColorstr='#000', endColorstr='transparent', GradientType=0);
}
.on-this-day .otd-body {
padding: 1rem 1.5rem;
}
.on-this-day .otd-body * {
color: #333333;
}
.on-this-day .otd-body *:last-child {
margin-bottom: 0;
}
.on-this-day:hover {
text-decoration: none;
-webkit-box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.15);
background-color: #f2f2f2;
border-color: #e6e6e6;
}
.on-this-day:hover .otd-header * {
color: #fff;
}
.on-this-day:hover .otd-image img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
@media screen and (min-width: 1024px) {
.on-this-day .otd-image-overlay {
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #000), to(transparent));
background-image: -o-linear-gradient(bottom, #000 0, transparent 100%);
background-image: linear-gradient(to top, #000 0, transparent 100%);
filter: progid:DXImageTransform.Microsoft.bggradient(startColorstr='#000', endColorstr='transparent', GradientType=0);
}
}
.related-post {
display: block;
}
.related-post .rp-image {
height: 20rem;
overflow: hidden;
}
.related-post .rp-image img {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-o-object-fit: cover;
object-fit: cover;
height: 100%;
width: 100%;
}
.related-post .rp-image + .rp-text {
padding: 2rem 0 0 0;
}
.related-post .rp-header {
font-family: "Exo", exo, Helvetica, sans-serif;
letter-spacing: normal;
}
.related-post .rp-meta {
color: #333333;
font-size: 1.3rem;
line-height: 1.53846154;
}
.related-post .rp-title {
font-size: 1.8rem;
line-height: 1.33333333;
}
.related-post:hover {
text-decoration: none;
}
.related-post:hover .rp-image img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
.related-posts-wrapper {
background-color: #f2f2f2;
}
@media screen and (min-width: 1024px) {
.related-posts.owl-theme .owl-prev,
.related-posts.owl-theme .owl-next {
width: 2.4rem;
height: 4rem;
position: absolute;
top: 50%;
display: block !important;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.related-posts.owl-theme .owl-prev .shape,
.related-posts.owl-theme .owl-next .shape {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.related-posts.owl-theme .owl-prev:hover .shape,
.related-posts.owl-theme .owl-next:hover .shape {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(2.2);
-ms-transform: scale(2.2);
transform: scale(2.2);
}
.related-posts.owl-theme .owl-prev.disabled:hover .shape,
.related-posts.owl-theme .owl-next.disabled:hover .shape {
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform: scale(2);
-ms-transform: scale(2);
transform: scale(2);
}
.related-posts.owl-theme .owl-prev:hover,
.related-posts.owl-theme .owl-next:hover,
.related-posts.owl-theme .owl-prev.disabled:hover,
.related-posts.owl-theme .owl-next.disabled:hover {
background: transparent !important;
}
.related-posts.owl-theme .owl-prev {
left: -2rem;
}
.related-posts.owl-theme .owl-next {
right: -2rem;
}
}
.related-posts.owl-theme .owl-nav-disabled + .owl-dots {
margin-top: 0;
}
.related-posts.owl-theme .owl-dots .owl-dot span {
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 1.5rem;
height: 1.5rem;
background-color: transparent;
border: 0.1rem #A5A5A5 solid;
}
.related-posts.owl-theme .owl-dots .owl-dot:hover span {
background-color: #a5a5a5;
}
.related-posts.owl-theme .owl-dots .owl-dot.active span {
background-color: #cc0000;
border-color: #cc0000;
}