#primary.full-content-width .site-main {
width: 100%;
display: block;
margin: auto;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
} html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
h1 {
font-size: 2em;
margin: 0 0 20px;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
body,
button,
input,
select,
optgroup,
textarea {
color: #363940;
font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.antibounce-card .header,
.h2,
.h3,
.h4,
.h5,
.widget-title,
.h6 {
clear: both;
font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
letter-spacing: 1px;
font-weight: 800;
margin-bottom: 2px;
}
h1,
.h1,
.antibounce-card .header {
font-size: 32px;
font-size: 2rem;
margin-bottom: 20px;
}
h2,
.h2 {
font-size: 28px;
font-size: 1.75rem;
}
h3,
.h3 {
font-size: 24px;
font-size: 1.5rem;
}
h4,
.h4 {
font-size: 20px;
font-size: 1.25rem;
}
h5,
.h5,
.widget-title {
font-size: 18px;
font-size: 1.125rem;
line-height: 1.2em;
padding: 0.4em 0;
}
h6,
.h6 {
font-size: 16px;
font-size: 1rem;
}
p {
margin-top: 0;
margin-bottom: 20px;
color: #363940;
font-size: 1rem;
line-height: 1.9;
}
dfn,
em,
i,
blockquote {
font-style: italic;
}
blockquote {
margin: 40px 0 !important;
padding: 0 0 0 20px !important;
border-left: 4px solid #000;
line-height: 2;
}
blockquote p {
font-size: 16px;
font-size: 1rem;
}
blockquote cite {
font-weight: bold;
font-style: normal;
font-size: 14px;
font-size: 0.875rem;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.5;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
html,
body {
overflow-x: hidden;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 30px 20px;
padding-left: 0;
line-height: 1.5;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li {
margin-bottom: 10px;
color: #363940;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 0;
}
dt {
font-weight: bold;
}
dd {
margin: 0 40px 40px;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
.tablepress {
border: 1px solid #c0c0c0 !important;
}
.tablepress thead th {
background-color: #f0f0f0 !important;
border-bottom: 1px solid #d1d1d1 !important;
}
.tablepress ul {
padding: 0 !important;
margin: 0 !important;
}
.tablepress ul {
padding-left: 15px !important;
}
.tablepress li {
margin-bottom: 0 !important;
margin-left: 0.5em !important;
}
.tablepress.table-alignright {
float: right;
max-width: 50% !important;
margin-left: 2em !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#content .button,
#content a.button,
.wp-block-button__link {
border: 1px solid transparent;
border-radius: 3px;
background: #363940;
color: #fff;
font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
line-height: 1;
padding: 8px 18px;
text-transform: uppercase;
text-decoration: none;
transition: all 0.2s;
font-weight: bold;
letter-spacing: 1px;
font-size: 16px;
font-size: 1rem;
font-style: normal;
}
button:hover,
button:active,
button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:hover,
.button:active,
.button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:active,
.wp-block-button__link:focus {
opacity: 0.8;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:active,
.button:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus {
border-color: #aaa #bbb #bbb;
}
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large,
.button.large,
.wp-block-button__link.large {
font-size: 20.8px;
font-size: 1.3rem;
padding: 10px 28px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.wp-block-button__link:hover {
cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
input[type="checkbox"] {
margin-right: 10px;
position: relative;
top: -1px;
}
.comment-form label {
margin-right: 10px;
}
a {
color: #0f5f9f;
transition: color 0.2s;
text-decoration: underline;
}
a:visited {
color: #0f5f9f;
}
a:hover,
a:focus,
a:active {
color: #363940;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
.main-navigation {
clear: both;
display: block;
width: 100%;
height: auto;
overflow: hidden;
max-height: 0;
position: relative;
background-color: transparent;
border-top: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;
box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.05);
font-family: "Roboto Condensed", "Arial Narrow", Arial, Helvetica, sans-serif;
}
.main-navigation .nav-menu > li a {
color: #363940;
}
.main-navigation .nav-menu > li .submenu > li > a {
color: #363940;
}
.main-navigation .toggle-submenu {
position: absolute;
right: 0;
top: 0;
width: 8px;
height: 30px;
background: #fff;
border-radius: 0;
}
.main-navigation .toggle-submenu:before {
content: "";
position: absolute;
top: 18px;
right: 12px;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 12px solid #363940;
transition: all ease-in-out 0.2s;
}
.main-navigation .submenu li {
margin-bottom: 0;
}
.main-navigation ul {
list-style: none;
margin: 0 auto;
padding: 0;
}
.main-navigation ul ul {
position: relative;
width: 100%;
background: #fff;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul ul li a {
background: rgba(243, 243, 243, 0.5);
}
.main-navigation ul ul ul li a:hover {
background: inherit;
}
.main-navigation ul ul a {
width: auto;
}
.main-navigation ul .submenu-active ul {
left: 0;
}
.main-navigation ul li.focus > ul {
left: 0;
}
.main-navigation li {
position: relative;
display: block;
}
.main-navigation a {
display: block;
text-decoration: none;
font-size: 18px;
padding: 10px 20px 10px 20px;
text-transform: uppercase;
color: #363940;
}
.main-navigation a:hover,
.main-navigation a:focus {
color: #818592;
}
.main-navigation .menu-item-has-children > .submenu {
display: none;
}
.main-navigation .menu-item-has-children.submenu-active > .submenu {
display: block;
}
.main-navigation .menu-item-has-children.submenu-active > .toggle-submenu:before {
transform: rotate(180deg);
}
.main-navigation .menu-item-has-children li {
transition: background-color 0.2s;
text-align: left;
padding-left: 20px;
display: block;
}
.main-navigation .menu-item-has-children li a {
transition: color 0.2s;
}
.main-navigation .menu-item-has-children li:hover,
.main-navigation .menu-item-has-children li:focus {
background: #363940;
}
.main-navigation .menu-item-has-children li:hover > a,
.main-navigation .menu-item-has-children li:focus > a {
color: #f0f0f0 !important;
}
.main-navigation .menu-item-has-children > a {
position: relative;
padding-right: 27px;
}
.main-navigation .nav-menu {
width: 100%;
}
.site-header {
position: relative;
}
.site-header > .inner-wrap,
.site-header > .site-content {
position: relative;
overflow: hidden;
width: calc(100% - 20px);
}
@media (min-width: 1280px) {
.site-header > .inner-wrap,
.site-header > .site-content {
width: 1200px;
}
}
.site-header.toggled .main-navigation {
display: block;
max-height: 100%;
}
.menu-toggle {
display: block;
position: absolute;
left: -20px;
}
.hamburger-wrapper {
position: absolute;
width: 120px;
height: 70px;
top: calc(50% - 30px)
}
.hamburger {
padding: 20px;
display: inline-block;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible;
z-index: 10;
outline: none;
transform: scale(0.8);
transform-origin: left
}
.hamburger .label {
position: absolute;
left: 70px;
top: 20px;
color: #000;
display: none
}
.hamburger:hover {
opacity: 0.7;
background: transparent
}
.hamburger.is-active:hover {
opacity: 0.7
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
background-color: #000
}
.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative
}
.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #000;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease
}
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block
}
.hamburger-inner::before {
top: -10px
}
.hamburger-inner::after {
bottom: -10px
}
.hamburger--squeeze .hamburger-inner {
transition-duration: 0.075s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.hamburger--squeeze .hamburger-inner::before {
transition: top 0.075s 0.12s ease, opacity 0.075s ease
}
.hamburger--squeeze .hamburger-inner::after {
transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}
.site-header.toggled .hamburger--squeeze .hamburger-inner {
box-sizing: content-box;
transform: rotate(45deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}
.site-header.toggled .hamburger--squeeze .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.075s ease, opacity 0.075s 0.12s ease
}
.site-header.toggled .hamburger--squeeze .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.search-wrapper {
position: absolute;
right: 10px;
top: 0;
height: 100%;
z-index: 500;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.search-wrapper.search-active #search-icon {
background: url() !important;
}
.search-wrapper #search-icon {
position: absolute;
right: -10px;
top: auto;
width: 30px;
height: 30px;
border: 20px solid #fff;
border-right-width: 40px;
display: inline-block;
position: relative;
z-index: 10;
transition: opacity .2s;
transform: scale(0.8);
transform-origin: right
}
.search-wrapper .search-form {
position: absolute;
right: 80px;
top: calc(50% + 20px);
transition: all .4s ease-in-out;
transform: translateX(calc(100% + 80px))
}
.search-wrapper.search-active .search-form {
transform: translateX(20px)
}
.search-wrapper.search-active #search-icon {
background: #fff;
overflow: hidden
}
.search-wrapper.search-active #search-icon:before,
.search-wrapper.search-active #search-icon:after {
content: '';
border-radius: 4px;
position: absolute;
height: 4px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #000
}
.search-wrapper.search-active #search-icon:before {
transform: rotate(45deg)
}
.search-wrapper.search-active #search-icon:after {
transform: rotate(-45deg)
}
.search-wrapper .search-field {
border: 0;
border-bottom: 2px solid #363940;
border-radius: 0;
position: relative;
outline: none;
background: #fff;
z-index: 200;
height: auto;
top: -40px;
width: calc(100vw - 75px);
padding-left: 10px;
-webkit-appearance: none
}
@media(max-width:960px) {
.search-wrapper.search-active button[type="submit"].search-submit {
display: none !important;
}
}
.pagination-wrapper {
width: 100%;
text-align: center;
position: relative;
padding: 20px 0
}
@media (max-width: 767px) {
.pagination-wrapper {
margin-top: -40px;
margin-bottom: 40px
}
}
.pagination-wrapper a,
.pagination-wrapper .page-numbers {
padding: 10px 15px;
margin: 0 1px;
border-radius: 3px;
border: 1px solid transparent;
color: #545454;
text-decoration: none;
transition: all .2s;
line-height: 1
}
.pagination-wrapper a.next,
.pagination-wrapper a.prev,
.pagination-wrapper .page-numbers.next,
.pagination-wrapper .page-numbers.prev {
position: absolute;
top: 20px
}
.pagination-wrapper a.next,
.pagination-wrapper .page-numbers.next {
right: -1px
}
.pagination-wrapper a.prev,
.pagination-wrapper .page-numbers.prev {
left: -1px
}
.pagination-wrapper a:hover {
color: #363940;
border: 1px solid #363940
}
.pagination-wrapper .page-numbers {
display: none
}
.pagination-wrapper .page-numbers.next,
.pagination-wrapper .page-numbers.prev {
display: inline-block
}
.pagination-wrapper .page-numbers.current {
border: 1px solid #818592
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important
}
.screen-reader-text:focus {
background-color: #f0f0f0;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
-webkit-clip-path: none;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
#content[tabindex="-1"]:focus {
outline: 0
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both
}
.widget {
margin: 0 0 1.5em
}
.widget select {
max-width: 100%
}
.widget-title {
text-align: center;
margin-top: 0;
color: #fff;
text-transform: uppercase;
background: #363940;
margin-bottom: 20px
}
.link-list {
text-align: center;
margin-bottom: 10px
}
.link-list p {
margin-bottom: 10px
}
.link-list a {
display: block
}
aside#secondary p {
line-height: 1.5
}
aside#secondary .about-wrapper {
padding: 20px 0 30px
}
aside#secondary .about-wrapper .about-image {
width: 280px;
height: 280px;
margin: 0 auto 20px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
background-position: center
}
aside#secondary .about-wrapper .button-wrapper {
text-align: center;
}
aside#secondary .legal-info-container,
aside#secondary .sidebar-ad {
border-top: 2px solid #f0f0f0;
padding-top: 20px;
}
aside#secondary .sidebar-ad {
text-align: center;
padding-bottom: 1rem;
}
.content-area {
margin: 0;
width: 100%
}
.site-main {
width: 100%;
float: none
}
.site-content .widget-area {
overflow: hidden;
width: 100%
}
.site-content .widget-area button {
display: block;
margin: 0 auto
}
.site-footer {
clear: both;
width: 100%
} body.page-template-page_full-width #content {
margin-left: 0;
margin-right: 0;
padding: 0;
max-width: unset;
}
body.page-template-page_full-width .full-width-section{
padding: 20px;
}
body.page-template-page_full-content-width .site-main,
body.page-template-page_full-width .site-main {
float: none!important;
} @media (min-width: 619px) {
body.page-template-page_full-width .full-width-section{
padding-left: 60px;
padding-right: 60px;
}
body.page-template-page_full-width .full-width-section > *{
max-width: 1280px;
margin: auto;
}
}  .footer-option-2 hr{ }
.footer-option-2 .wp-block-heading{
font-size: 1.125rem;
text-align: center;
margin-top: 0;
color: #fff;
text-transform: uppercase;
background: #363940;
margin-bottom: 20px;
}
.footer-option-2 .footer-logo {
text-align: center;
padding-bottom: 30px;
}
.footer-option-2 .footer-logo img{
max-width: 300px;
display: inline-block;
margin: auto;
}
.footer-option-2 .footer-ad p{
margin: 0;
}
.footer-option-2 .footer-columns {
display: flex;
flex-direction: row;
}
.footer-option-2.inner-wrap > div.footer-columns {
text-align: left;
}
.footer-option-2 .footer-columns .column{
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.footer-option-2 .footer-columns .column.copyright,
.footer-option-2 .footer-columns .column.social{
justify-content: center;
}
.footer-option-2 .footer-columns .column.social .widget_block{
margin: 0;
}
.footer-option-2 ul.wp-block-social-links li{
margin: 0;
}
.footer-option-2 .widget-title{
padding-left: 10px;
padding-right: 10px;
}
footer .inner-wrap.footer-option-2 > div.footer-columns li{
display: block;
padding-left: 0;
} @media (min-width: 619px) {
.footer-option-2 ul, 
.footer-option-2 ul li {
margin-left: 0!important;
padding-left: 0!important;
}
.footer-option-2 ul li{
text-align: left;
}
.footer-option-2 ul li:first-child {
margin-top: 0!important;
}
.footer-option-2 .footer-columns .column{
width: 25%;
}
.footer-option-2 .column.branding img{
max-width: 90%;
}
.footer-option-2 .footer-columns .column{
padding: 0 30px;
}
.footer-option-2 .wp-block-social-links{
padding: 0;
}
.footer-option-2 .column.copyright {
width: 50%;
text-align: left;
}
.footer-option-2 .column.social {
width: 50%;
}
.footer-option-2  ul.is-layout-flex.wp-block-social-links {
justify-content: flex-end;
}
} @media (max-width: 619px) {
.footer-option-2 .footer-columns {
flex-direction: column;
text-align: center;
}
.footer-option-2 .widget.widget_text{
flex-direction: column;
text-align: center;
}
footer .inner-wrap.footer-option-2 > div.footer-columns li {
text-align: center;
}
.footer-option-2 .column.copyright {
width: 100%;
text-align: center;
}
.footer-option-2 .column.social {
margin-top: 20px;
width: 100%;
}
.footer-option-2 ul.is-layout-flex.wp-block-social-links {
justify-content: center;
}
} body.home .content-area {
float: none;
width: 100%;
margin: 0
}
.modal {
display: none;
position: fixed;
z-index: 1000;
padding-top: 40px;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background-color: #000;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center
}
.modal .prev,
.modal .next {
cursor: pointer;
position: absolute;
top: -10px;
width: auto;
padding: 16px;
margin-top: -50px;
color: #fff;
font-weight: bold;
font-size: 32px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none;
text-decoration: none;
color: #fff;
transition: color .2s
}
.modal .prev:hover,
.modal .prev:focus,
.modal .next:hover,
.modal .next:focus {
color: #818592
}
.modal .prev {
left: 0
}
.modal .next {
right: 0;
border-radius: 3px 0 0 3px
}
.modal .numbertext {
color: #fff;
font-size: 12px;
padding: 8px 12px;
position: absolute;
top: -35px;
width: 100%;
text-align: center
}
.modal .caption-container {
text-align: center;
background-color: black;
padding: 2px 16px;
color: white
}
.modal .caption-container p {
margin-bottom: 0
}
.modal-content {
position: relative;
margin: auto;
padding: 0;
text-align: center
}
.modal-content img {
width: auto;
height: auto;
max-width: 90vw;
max-height: 90vh;
margin: 0 auto
}
.close {
color: #fff;
position: absolute;
top: 0;
right: 25px;
font-size: 50px;
font-weight: bold;
transition: color .2s
}
.close:hover,
.close:focus {
color: #818592;
text-decoration: none;
cursor: pointer
}
.slide {
display: none;
text-align: center
}
.site-title {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}
.sticky {
display: block
}
.post,
.page {
margin: 0 0 1.5em
}
.updated:not(.published) {
display: none
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0
}
body.error404 .page-content {
text-align: center;
font-size: 1.5rem;
margin-top: 0
}
body.error404 .page-content img {
margin-bottom: 20px
}
@media (max-width: 520px) {
body.error404 .page-content img {
width: 100%
}
footer .inner-wrap{
box-sizing: border-box;
}
}
.page-links {
clear: both;
margin: 0 0 1.5em
}
.inner-wrap,
.site-content {
max-width: 1280px;
margin: 0 auto;
padding: 0 20px;
content: "";
display: table;
table-layout: fixed;
box-sizing: content-box;
width: 100%;
}
.site-content {
margin-top: 40px;
margin-bottom: 40px;
box-sizing: border-box;
}
body.home .hero-container {
width: calc(100% + 80px);
margin-left: -40px;
margin-right: -40px;
margin-bottom: 20px;
min-height: 400px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
position: relative
}
.hero-container .link-overlay {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
}
@media (max-width: 768px) {
body.home .hero-container.desktop {
display: none;
}
body.home .mobile-hero-container {
height: 100vw;
display: flex;
flex-direction: column;
justify-content: center;
background-size: cover;
background-position: center center;
}
}
@media (min-width: 1280px) {
body.home .hero-container {
width: 1200px
}
}
body.home .hero-text-wrapper {
padding: 20px 30px;
text-align: center;
position: relative;
z-index:1;
max-width: 800px;
}
.hero-container button.large {
position: relative;
z-index: 3;
}
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
body.home .hero-text-wrapper {
min-height: 400px;
display: table-cell;
vertical-align: middle
}
}
body.home .hero-text-wrapper h2.hero-text {
margin-top: 0;
margin-bottom: 30px;
font-size: 32px;
color: #fff
}
body.home h2.section-header-text {
font-size: 18px;
font-size: 1.125rem;
text-align: center;
margin-top: 20px;
margin-bottom: 40px;
color: #fff;
text-transform: uppercase;
background: #363940;
padding: 0.4em 0;
line-height: 1.2em;
}
#content .featured-categories-wrapper {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -20px;
margin-right: -20px;
padding: 0 0 20px 0
}
.featured-categories-wrapper .category-card {
float: none;
height: 260px;
width: 100%;
margin: 20px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
position: relative
}
.featured-categories-wrapper .category-card:before {
content: '';
position: absolute;
background: transparent;
transition: background .2s
}
.featured-categories-wrapper .category-card h2 {
opacity: 1;
color: #fff;
padding: 10px 20px;
transition: color .2s;
font-size: 18px;
text-transform: uppercase;
text-align: center;
width: 100%;
position: absolute;
bottom: 0;
left: 0;
margin-bottom: 0;
z-index: 20
}
.featured-categories-wrapper .category-card h2:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #363940;
opacity: 0.8;
transition: background .2s;
z-index: -1
}
.featured-categories-wrapper .category-card>a {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
height: 100%;
text-decoration: none;
color: #000;
position: relative
}
.featured-categories-wrapper .category-card:hover:before,
.featured-categories-wrapper .category-card:focus:before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.2)
}
.featured-categories-wrapper .category-card:hover h2,
.featured-categories-wrapper .category-card:focus h2 {
color: #000
}
.featured-categories-wrapper .category-card:hover h2:before,
.featured-categories-wrapper .category-card:focus h2:before {
background: #fff
}
.author-card {
margin: 20px 0 40px;
padding: 20px 0;
border-top: 2px solid #f0f0f0;
border-bottom: 2px solid #f0f0f0;
content: "";
display: table;
table-layout: fixed;
width: 100%
}
.author-card .avatar-container {
width: 140px;
height: 140px;
border-radius: 50%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-left: auto;
margin-right: auto;
transition: opacity .2s
}
.author-card .avatar-container:hover {
opacity: 0.8
}
.author-card .author-info {
width: auto
}
.author-card .author-info a {
text-decoration: none;
color: #000;
transition: opacity .2s
}
.author-card .author-info a:hover {
opacity: 0.7
}
.author-card header .h3 {
margin-top: 10px;
margin-bottom: 10px;
text-align: center
}
.author-card p {
margin-bottom: 0
}
.articles-wrapper {
text-align: center
}
.article-card {
width: 100%;
margin: 0 auto 40px
}
.article-card .image-container {
height: 260px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin-bottom: 20px;
width: 100%
}
.article-card a .image-container {
transition: opacity .2s
}
.article-card a .image-container:hover {
opacity: 0.8
}
.article-card header p {
font-weight: bold;
font-size: 20px;
margin-bottom: 10px;
text-align: center
}
.article-card header p a {
color: #000;
text-decoration: none;
transition: opacity .2s
}
.article-card header p a:hover {
opacity: 0.6
}
.article-card .excerpt {
margin-top: -5px;
margin-bottom: 20px
}
.article-card .excerpt p {
line-height: 1.5
}
.article-card .button-container {
text-align: center
}
.article-card.horizontal {
margin-bottom: 40px;
float: none;
width: 100%;
margin-left: 0;
margin-right: 0;
content: "";
display: table;
table-layout: fixed
}
.article-card.horizontal .image-container {
width: 300px;
height: 200px;
margin: 0 auto 20px
}
.article-card.horizontal header p {
line-height: 1.3;
margin-bottom: 15px
}
.recent-articles-container {
margin-top: 20px;
content: "";
display: table;
table-layout: fixed
}
.entry-title {
text-align: center;
margin-top: -5px;
margin-bottom: 10px;
line-height: 1.2
}
body.single .entry-meta {
text-align: center;
min-height: 30px;
font-size: 14px;
font-size: 0.875rem;
margin-bottom: 20px;
color: #565656;
letter-spacing: 1px
}
body.single .entry-meta .byline {
color: #545454;
}
body.single .entry-meta .posted-on:before,
body.single .entry-meta .term-list:before {
content: "\25CF";
margin: 0 5px
}
body.page .post-thumbnail {
margin-top: 20px
}
body.page-template-page_full-width .site-main {
width: 100%;
float: none
}
.hide-robot {
display: none
}
.main-contact-form input[type=text] {
width: 100%
}
body.page-template-page_contact .email-response {
text-align: center;
font-size: 1.5rem;
font-weight: 800;
margin: 40px 0 20px
}
.comments-area a {
font-size: 14px
}
.comment-list {
list-style: none
}
.comment-author {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.comment-author img {
border-radius: 50%
}
.comment-author .fn {
margin-left: 10px;
margin-right: 5px
}
.comment-content {
margin-top: 5px
}
.comment-content p {
margin-bottom: 10px
}
.comment-body {
margin-top: 10px
}
.comment-body .reply {
margin-bottom: 20px
}
.embed-container:not(.lazy-load-active) {
position: relative;
padding-bottom: 56.25%;
max-width: 100%;
height: auto
}
.embed-container:not(.lazy-load-active) iframe,
.embed-container:not(.lazy-load-active) object,
.embed-container:not(.lazy-load-active) embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.product-image-container {
content: "";
display: table;
table-layout: fixed;
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
width: 100%;
margin-bottom: 20px
}
.product-image-container img {
transition: opacity .2s
}
.product-image-container img:hover {
opacity: 0.8;
cursor: pointer
}
.share-container {
text-align: center;
padding-bottom: 20px;
max-width: 640px;
margin: 0 auto;
content: "";
display: table;
table-layout: fixed
}
@media (max-width: 600px) {
.share-container {
max-width: 100%;
margin-bottom: -20px
}
}
.share-container>div {
display: inline-block;
margin: 0 10px;
text-align: center
}
@media (max-width: 600px) {
.share-container>div {
margin-bottom: 20px
}
}
.share-container>div.facebook-container iframe {
width: calc(100% + 2px);
max-width: 77px
}
.share-container>div.pinterest-container {
position: relative;
top: -9px
}
.share-container>div.linkedin-container {
position: relative;
top: -7px
}
.share-container>div.linkedin-container button {
padding: 5px 4px 5px 10px !important;
height: 29px !important;
border-radius: 4px !important
}
.share-container hr {
width: 200px;
height: 2px;
background: #f0f0f0
}
.share-container>a,
.share-container>iframe,
.share-container>span {
margin: 0 10px
}
.share-container .print-btn,
.share-container>span {
position: relative;
top: -9px
}
.share-container .email-btn {
padding-top: 5px;
padding-bottom: 5px;
position: relative;
top: -9px;
padding-left: 32px;
padding-right: 13px;
text-transform: none;
font-size: 13px;
letter-spacing: normal;
border-radius: 4px
}
.share-container .email-btn:hover,
.share-container .email-btn:focus {
background: rgba(0, 0, 0, 0.8);
color: #fff !important
}
.share-container .email-btn:before {
content: '';
position: absolute;
left: 6px;
top: 4px;
width: 20px;
height: 20px;
}
.share-container .print-btn {
padding-top: 5px;
padding-bottom: 5px;
position: relative;
padding-left: 32px;
padding-right: 13px;
text-transform: none;
font-size: 13px;
letter-spacing: normal;
border-radius: 4px
}
.share-container .print-btn:hover,
.share-container .print-btn:focus {
background: rgba(0, 0, 0, 0.8);
color: #fff !important
}
.share-container .print-btn:before {
content: '';
position: absolute;
left: 6px;
top: 2px;
width: 20px;
height: 20px;
}
.purchase-link {
text-align: center;
margin: 30px 0
}
@media (max-width: 959px) {
body.single-theme_book_review .book-author-wrapper.main-content {
width: 100%;
margin-top: 20px;
display: block !important
}
}
body.single-theme_book_review .book-meta-container {
width: 100%
}
body.single-theme_book_review .book-meta {
padding-left: 0;
margin-left: 0
}
body.single-theme_book_review .book-meta .label {
width: 40%
}
body.single-theme_book_review .book-meta .value {
width: 60%
}
body.single-theme_book_review .book-meta li {
display: -ms-flexbox;
display: flex;
font-weight: bold;
padding: 10px 20px;
border-top: 1px solid #818592;
margin-bottom: 0
}
body.single-theme_book_review .book-meta li:nth-child(even) {
background: #f0f0f0
}
body.single-theme_book_review .book-meta li:last-child {
border-bottom: 1px solid #818592
}
@media (max-width: 959px) {
body.single-theme_book_review .widget-area .book-author-wrapper {
display: none
}
}
.site-footer {
padding: 30px 0;
text-align: center;
border-top: 2px solid #f0f0f0
}
.footer-ad p {
margin-bottom: 0;
margin-top: 30px
}
footer .inner-wrap>div {
text-align: center
}
footer .inner-wrap>div ul {
list-style: none;
margin: 0 auto;
padding-bottom: 20px
}
footer .inner-wrap>div li {
display: inline-block;
margin: 10px
}
#antibounce {
background: #f0f0f0;
width: 100%;
padding: 20px 20px;
border: 1px solid #9a9a9a;
margin-bottom: 40px
}
body #antibounce .antibounce-card p {
color: #363940;
}
#antibounce.bounce-active {
display: block !important
}
.antibounce-card {
position: relative;
min-height: 140px;
text-align: center
}
.antibounce-card .stop-sign-wrapper {
line-height: 1
}
body #antibounce .antibounce-card .copy-wrapper p.header {
color: #363940;
text-transform: uppercase;
line-height: 1.4em;
margin-bottom: 10px
}
#content .antibounce-card button {
display: inline-block;
white-space: nowrap;
background-color: #363940;
color: #fff;
}
.sitemap-pages .page_item_has_children>a {
display: inline-block;
margin-bottom: 10px
}
.html-sitemap h2,
.html-sitemap h3,
.html-sitemap h4,
.html-sitemap h5,
.html-sitemap h6 {
margin-bottom: 20px
}
.recipe-timing {
margin-bottom: 20px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
@media (max-width: 619px) {
.recipe-timing .prep-time,
.recipe-timing .cook-time {
display: block;
width: 100%;
text-align: center
}
}
.recipe-timing .sep {
display: none
}
.recipe-timing .sep:before {
content: "\25CF";
margin: 0 5px
}
@media (min-width: 620px) {
.recipe-timing .sep {
display: inline
}
}
.recipe-summary {
text-align: center
}
body.search-results article {
border-bottom: 1px solid #f0f0f0;
padding: 40px 0
}
body.search-results article:last-of-type {
border-bottom: 0
}
body.search-results article .entry-meta {
text-align: center;
margin-bottom: 10px
}
body.search-results .comments-link {
display: block
}
.wp-block-columns {
display: -ms-flexbox;
display: flex;
margin: 20px 0
}
@media (max-width: 619px) {
.wp-block-columns.has-2-columns,
.wp-block-columns.has-3-columns,
.wp-block-columns.has-4-columns,
.wp-block-columns.has-5-columns,
.wp-block-columns.has-6-columns {
display: block
}
}
.wp-block-column {
margin: 0 20px;
-ms-flex: 1;
flex: 1
}
.wp-block-table {
background: #fff;
margin: auto;
border: none;
padding: 0;
margin-bottom: 20px;
border-spacing: 0
}
.wp-block-table th,
.wp-block-table td {
padding: 10px;
margin: 0
}
.wp-block-table th {
font-weight: 800
}
.wp-block-table td {
font-weight: 300
}
.wp-block-table:not(.is-style-stripes) td,
.wp-block-table:not(.is-style-stripes) th {
border: 1px solid #c0c0c0;
border-right: none;
border-bottom: none
}
.wp-block-table:not(.is-style-stripes) td:last-child,
.wp-block-table:not(.is-style-stripes) th:last-child {
border-right: 1px solid #c0c0c0
}
.wp-block-table:not(.is-style-stripes) tr:last-child td,
.wp-block-table:not(.is-style-stripes) tr:last-child th {
border-bottom: 1px solid #c0c0c0
}
.wp-block-separator {
width: 200px;
margin: 40px auto
}
.wp-block-separator.is-style-wide {
width: 100%
}
.wp-block-separator.is-style-dots {
background: none !important;
border: none;
text-align: center;
max-width: none;
line-height: 1;
height: auto
}
.wp-block-separator.is-style-dots:before {
content: "\00b7 \00b7 \00b7";
font-size: 20px;
letter-spacing: 2em;
padding-left: 2em
}
.aligncenter {
text-align: center
}
.figcaption {
font-size: 12px;
color: #818592
}
strong {
font-family: 'Libre Franklin', Arial, Helvetica, sans-serif;
font-weight: 800;
}
.comment-content a {
word-wrap: break-word
}
.bypostauthor {
display: block
}
.comments-area ol,
.comments-area ul {
list-style: none
}
.site-branding {
text-align: center;
padding: 20px 0 10px;
min-height: 40px;
position: relative;
left: -10px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center
}
.site-branding img {
height: auto;
width: 140px
}
.custom-logo {
height: auto;
max-width: 240px;
max-height: 120px
}
.custom-logo-link h1 {
margin-bottom: 0
}
@media (max-width: 768px) {
.custom-logo-link h1 {
font-size: 20px
}
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0
}
embed,
iframe,
object {
max-width: 100%
}
.custom-logo-link {
display: inline-block
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0
}
.wp-caption-text {
text-align: center
}
.gallery {
margin-bottom: 1.5em
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%
}
.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
} .blocks-gallery-grid,
.wp-block-gallery {
height: fit-content;
}
.externallinkimage {
display: inline-block;
height: 12px;
width: 12px;
margin-left: 3px;
vertical-align: baseline;
bottom: 4px;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}