html {
line-height: 2;
-webkit-text-size-adjust: 100%;
font-size: 100%;
}
@media (min-width: 768px) {
html { font-size: 112.5%; }
}  body {
margin: 0;
} h1 {
font-size: 2.44em;
margin: .5em 0;
}  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: #111;
font-family: 'Open Sans', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-size: 18px;
font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Open Sans', BlinkMacSystemFont, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-weight: 700;
line-height: 1.3;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1 {
font-size: 2.44em;
}
h2 {
font-size: 1.944em;
}
h3 {
font-size: 1.56em;
}
h4 {
font-size: 1.25em;
}
h5 {
font-size: 1em;
}
h6 {
font-size: .8em;
}
p {
margin-bottom: 20px;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
word-wrap: break-word;
white-space: pre-wrap;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #111;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: border-box;
}
body {
font-weight: 400;
background:#fefefe;
overflow-x: hidden;
-webkit-text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 1.5em;
}
ul {
list-style: disc;
padding-inline-start: 0;
}
ol {
list-style: decimal;
}
li>ul,
li>ol {
margin-bottom: 0;
margin-left: 1em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
}
td {
padding: 5px;
}
th {
padding: 5px;
}  button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
transition: all 0.6s ease;
vertical-align: middle;
text-transform: uppercase;
border: 0;
border-radius: 0;
background: #000;
color:#fff;
padding: 10px 12px;
font-size: 0.778em;
font-weight: 700;
border: 2px solid transparent;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
background: #fff;
color: #000;
border: 2px solid #000;
} 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 {
vertical-align: middle;
padding: 7px;
border: 1px solid #ccc;
border-width: 1px;
border-radius: 0;
}
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,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
border: 1px solid #000;
}
select {
border: 1px solid #ccc;
padding: 8px;
max-width: 80%;
margin: 20px 30px;
}
textarea {
width: 100%;
}  a,
a:hover,
a:focus,
a:active,
a:visited {
color: #111;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
text-decoration: none;
} .main-navigation {
z-index: 9;
margin: 0 auto;
padding: 1em 15px;
font-size: 0.8em;
text-transform: uppercase;
font-weight: 700;
max-width: 1200px;
}
.main-navigation ul {
list-style: none;
margin: 0 auto;
padding: 0;
vertical-align: middle;
}
.main-navigation li {
position: relative;
float: left;
margin: 0;
}
.main-navigation:not(.toggled) div > ul > li:first-of-type,
.main-navigation:not(.toggled) > ul > li:first-of-type {
padding-left: 0;
}
.main-navigation a {
display: inline-block;
transition: all 1.1s ease;
width: auto;
text-decoration: none;
padding: 15px 20px 3px 20px;
border-bottom: 2px solid transparent;
}
.main-navigation li:first-child a{
padding-left: 0;
}
.main-navigation a:hover,
.main-navigation a:focus {
text-decoration: none;
border-bottom: 2px solid #fff;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item >a {
border-bottom: 2px solid #fff;
} .main-navigation ul ul {
padding-top: 20px;
position: absolute;
left: 0;
display: block;
clip: rect(1px, 1px, 1px, 1px);
z-index: 999;
}
.main-navigation ul ul li {
display: inline-block;
width: 100%;
min-width: 220px;
border: 1px solid rgba(0,0,0, 0.1);
box-sizing: border-box;
padding: 0.8em 1em;
background: #fff;
text-align:left;
padding: 1em;
}
.main-navigation ul ul li a {
padding: 0 0.5em;
color: #000;
}
.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus,
.main-navigation ul ul li a:visited,
.main-navigation ul ul li a:active {
color: #000;
border-bottom: 2px solid #000;
}
.main-navigation ul ul li:hover {
transition: all 1.1s ease;
}
.main-navigation ul ul ul {
position: absolute;
left: 100%;
top: -1px;
margin: 0;
display: block;
clip: rect(1px, 1px, 1px, 1px);
z-index: 999;
border-left: none;
}
.main-navigation ul ul li:not(:first-child) {
border-top: none;
}
.main-navigation li:focus-within > ul,
.main-navigation li:focus > ul,
.main-navigation li:hover > ul,
.keyboard-dropdown {
clip: auto !important;
}
#main-menu {
display: inline-block;
}
.main-navigation li.menu-item-has-children>a {
padding-right: 35px;
}
.main-navigation li.menu-item-has-children>a:before {
position: absolute;
content: '\203A';
top: 1.5rem;
right: 20px;
line-height: 0;
font-size: 1.5em;
transform: rotate(90deg);
}
.main-navigation .sub-menu li.menu-item-has-children>a:before {
position: absolute;
content: '';
} #mobile-menu-toggle {
display: none;
}
@media screen and (max-width: 768px) {
.main-navigation{
max-width: 100%;
}
#mobile-menu-toggle {
cursor: pointer;
display: inline-block;
text-align: center;
line-height: 1.6;
vertical-align: top;
margin: 12px;
padding: 9px 20px;
font-size: 12px;
background:#fff;
color: #000;
text-transform: uppercase;
text-align: center;
border: 2px solid #000;
display: inline-block;
}
#mobile-menu-toggle:hover,
#mobile-menu-toggle:focus {
outline: none;
box-shadow: none;
background: #000;
color: #fff;
text-decoration: none;
border: 2px solid #fff;
}
.main-navigation #main-menu {
display: none;
}
.main-navigation.toggled #main-menu {
display: inline-block;
width: 100%;
padding: 1em;
}
.main-navigation ul {
display: inline-block;
margin-left: 1em !important;
text-align: left;
}
.main-navigation.toggled a,
.main-navigation.toggled a:visited {
color: #000;
padding: 0;
text-align: left;
}
.main-navigation.toggled a:hover,
.main-navigation.toggled a:focus,
.main-navigation.toggled a:active {
color: #000;
border-bottom: 2px solid #000;
}
.main-navigation.toggled ul {
margin-left: 0 !important;
margin-top: 0;
display: block;
padding: 18px 0 18px 0;
}
.main-navigation.toggled ul.sub-menu {
padding-top: 0;
}
.main-navigation.toggled li {
display: block;
width: 100%;
background: #fff;
box-sizing: border-box;
padding: 15px;
margin: 0;
text-align: left;
}
.main-navigation.toggled li.menu-item-has-children>a {
padding: 0 0;
}
.main-navigation.toggled li ul li {
text-align: left;
padding-left: 0;
}
.main-navigation.toggled li:first-child a {
padding-top: 0;
}
.main-navigation li.menu-item-has-children>a:before {
position: absolute;
content: '';
}
.main-navigation.toggled ul li:hover {
transition: all 1.1s ease;
}
.toggled .nav-menu ul li:last-child,
.toggled .nav-menu ul ul li:last-child,
.toggled .nav-menu ul ul ul li:last-child {
margin-bottom: 0;
}
.main-navigation.toggled ul ul li {
border: none;
padding-top: 7px;
padding-bottom: 7px;
}
.main-navigation.toggled ul ul ul,
.main-navigation.toggled ul ul {
display: block;
position: relative;
float: none;
clear: both;
left: 0;
}
.main-navigation .menu-item-has-children a {
margin-left: 0;
}
} .social-icons-footer {
text-align: center;
color: #fff;
}
.aeonaccess-menu-social {
clear: both;
display: block;
padding: 0;
margin: 0;
}
.aeonaccess-menu-social li {
display: inline-block;
}
.aeonaccess-menu-social li a {
margin-right: 20px;
padding: 10px 5px 0 5px;
text-align: center;
text-decoration: none;
}
.aeonaccess-menu-social .icon {
height: 22px;
width: 22px;
fill: #f1f5f5;
}
.aeonaccess-menu-social li a:hover,
.aeonaccess-menu-social li a:focus {
outline: 2px solid #fff;
outline-offset: 10px;
}
.sharing {
text-align: center;
}
.sharing .icon {
height: 22px;
width: 22px;
fill: #111;
margin: 0 1em;
}
.sharing .icon:hover,
.sharing .icon:focus {
outline: 2px solid #000;
outline-offset: 10px;
} .post-navigation,
.comment-navigation {
display: inline-block;
width: 100%;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 20px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.nav-previous,
.nav-previous a {
float: left;
display: block;
}
.nav-next,
.nav-next a {
float: right;
}
.nav-previous a:hover,
.nav-previous a:focus,
.nav-next a:hover,
.nav-next a:focus {
text-decoration: none;
}  .aeonaccess-pagination {
margin-top: 2.5em;
text-align: center;
}
.aeonaccess-pagination .page-numbers {
border: 2px solid #000;
padding: 4px 13px;
margin-right: 8px;
margin-bottom: 0;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
display: inline-block;
text-decoration: none;
}
.aeonaccess-pagination .page-numbers.current,
.aeonaccess-pagination .page-numbers:hover {
color: #fff;
background: #000;
} .posts-navigation {
padding: 50px 0;
}
.posts-navigation a {
display: inline-block;
border: 2px solid #000;
padding: 2px 12px;
margin-right: 8px;
margin-bottom: 10px;
text-decoration: none;
}
.posts-navigation a:hover,
.posts-navigation a:focus {
color: #fff;
background: #000;
}
.posts-navigation .nav-previous {
float: left;
}
.posts-navigation .nav-next {
float: right;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
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: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.8em;
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;
word-break: break-word;
background-color: #fff;
border-radius: 5px;
padding: 30px;
border: 1px solid #ebebeb;
}
.widget:last-of-type {
margin-bottom: 0;
}
.widget-title {
font-size: 1.2em;
text-transform: uppercase;
margin: 0;
border-bottom: 1px solid #eee;
}
.calendar_wrap {
display: block;
width: 80%;
margin: 20px 30px 0 30px;
padding-bottom: 30px;
}
.calendar_wrap table {
margin: 0;
}
.widget select {
padding: 8px;
max-width: 80%;
margin: 20px 30px;
}
.widget ul {
list-style: none;
}
.widget>ul {
margin: 0;
}
.widget ul li {
margin-left: 0;
margin-bottom: .5em;
position: relative;
}
.widget a {
text-decoration: underline;
}
.widget a:hover,
.widget a:focus {
text-decoration: none;
}
.widget_tag_cloud .tagcloud,
.textwidget,
.widget>ul,
.widget-title {
padding: 20px 0;
}
.widget_recent_entries ul li a {
display: initial;
}
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_pages ul li,
.widget_nav_menu ul li {
word-break: break-word;
}
.recentcomments, 
.widget_categories li, 
.widget_recent_entries li {
position: relative;
padding-left: 16px!important;
}
.widget_categories ul li a,
.widget_meta ul li a,
.widget_recent_entries ul li a,
.widget_recent_comments ul li a,
.widget_archive ul li a,
.widget_pages ul li a,
.widget_nav_menu ul li a,
.widget .entry-meta ul li,
.widget .entry-meta ul li a {
text-transform: capitalize;
}
.recentcomments::before, 
.widget_categories li::before, 
.widget_recent_entries li::before {
content: '';
display: block;
position: absolute;
left: 0;
width: 6px;
height: 6px;
background-color: #000000;
opacity: .2;
margin-top: 15px;
}
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}
.widget_search {
padding: 0;
position: relative;
}
.widget_search .widget-title {
display: none;
}
.widget_search .search-form .search-field {
height: 52px;
padding: 6px 20px;
border:0;
border-radius: 5px;
width: 100%;
}
.widget_search form input[type="submit"] {
position: absolute;
top: 0;
right: 0;
padding: 16px 19px 16px 19px;
}
.widget_search .search-field:focus,
.widget_search .search-field:hover {
border-color: #000;
}
.widget_nav_menu .menu {
padding: 20px 30px;
}
.widget_rss ul li,
.widget_nav_menu ul li,
.widget_nav_menu .sub-menu {
margin-left: 0;
}
.wp-video {
padding: 30px;
}
.widget_rss ul li {
margin: 0 0 1.5em 0;
} .about-me-description {
text-align: center;
}
.about-me-description a img {
margin: 0 auto 2em auto;
border-radius: 50%;
}  .hentry {
margin: 0 0 1.5em;
}
.sticky {
display: block;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin:0;
}
.entry-content a,
.entry-meta a {
text-decoration: underline;
}
.entry-content a:focus,
.entry-content a:hover,
.entry-meta a:focus,
.entry-meta a:hover {
text-decoration: none;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.post-thumbnail {
margin-bottom: 1em;
} .page-header {
margin: 0 0 15px;
overflow: hidden;
padding: 0 30px;
}
.page-header .page-title {
text-align: center;
text-transform: uppercase;
} .comments-wrapper {
display: inline-block;
margin-top: 2.5em;
padding: 30px;
width: 100%;
text-align: left;
}
.comments-wrapper a {
text-decoration: underline;
}
.comments-wrapper a:focus,
.comments-wrapper a:hover {
text-decoration: none;
}
.comments-wrapper .comment-notes,
.comments-wrapper .comment-awaiting-moderation {
padding: 10px 15px;
}
.comments-wrapper label {
display: block;
}
.comments-wrapper input:not([type="checkbox"]),
.comments-wrapper textarea {
width: 100%;
}
.comments-title {
margin-top: 0;
text-transform: uppercase;
}
.comment-reply-title {
text-transform: uppercase;
}
p[class*='comment-form-'] {
margin-bottom: 20px;
}
p.comment-form-cookies-consent {
margin-bottom: 1.5em;
}
.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
margin-right: 10px;
width: initial;
display: inline-block;
}
.comment-form .submit {
padding: 20px;
}
.comments-wrapper .comment-body {
overflow: hidden;
border-bottom: 1px solid #ebebeb;
padding-bottom: 20px;
margin-top: 30px;
}
.comments-wrapper .comment-body p {
margin-bottom: 10px;
}
.comments-wrapper .comment-list {
list-style: none;
padding: 0;
margin-left: 0;
}
.comment-list .children {
margin-top: 30px;
list-style: none;
}
.comments-wrapper .comment-author .fn {
display: inline-block;
padding-left: 5px;
text-transform: capitalize;
}
.comments-wrapper .comment-author a,
.comments-wrapper .comment-author .fn {
text-decoration: none;
}
.comments-wrapper .comment-author a:focus,
.comments-wrapper .comment-author a:hover {
text-decoration: underline;
}
.comments-wrapper .comment-author .avatar {
vertical-align: middle;
}
.comments-wrapper .comment-metadata {
font-size: 0.778em;
padding-left: 40px;
margin-top: 0;
margin-bottom: 10px;
}
.comment-metadata .edit-link {
margin-left: 2em;
}
.comments-wrapper .reply {
float: right;
padding: 0.5em;
}
.comment-content a {
word-wrap: break-word;
text-decoration: underline;
}
.comment-content a:focus,
.comment-content a:hover {
text-decoration: none;
}
.bypostauthor {
display: block;
} .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%;
} .attr-nav {
z-index: 999;
}
.site-header {
background: #000;
}
.home .site-header {
height: 100vh;
}
.site-header,
.site-header a,
.site-header a:hover,
.site-header a:focus,
.site-header a:active,
.site-header a:visited {
color: #fff;
}
.site-branding {
margin: 1.5em auto;
max-width: 1200px;
text-align: left;
padding: 0 15px;
}
@media screen and (max-width: 768px) {
.site-branding{
max-width: 100%;
padding-left: 1em;
padding-right: 1em;
}
}
.site-title,
.site-description {
text-transform: uppercase;
}
.site-title {
font-size: 2.44em;
line-height: 1;
font-weight: 700;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.site-title a {
text-decoration: none;
}
@media screen and (min-width: 768px) {
.home .site-title {
display: inline-block;
margin-top: 20vh;
font-size: 3em;
}
.home .site-description {
font-size: 2em;
font-weight: 700;
width: 50%;
margin-top: 0;
}
}
@media screen and (min-width: 900px) {
.home .site-title {
font-size: 5em;
}
.home .site-description {
font-size: 2em;
}
} .custom-logo-link {
display: inline-block;
max-width: 250px;
max-height: 250px;
margin-top: 0.8em;
}
.wp-custom-header img {
display: block;
margin: 0;
padding: 0;
} .blog-wrapper {
margin: 0 auto;
text-align: center;
}
.row-wrap{
margin-right: -15px;
margin-left: -15px;
}
body:not(.both-sidebars) .blog-wrapper {
max-width: 1200px;
}
#primary,
.secondary {
margin: 2.5em 0;
}
.post-wrapper {
padding: 1.5em;
overflow: hidden;
text-align: left;
background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ebebeb;
}
.blog.two-column .post-wrapper {
display: inline-block;
margin: 0 0 1.5em 0;
vertical-align: top;
}
.blog.two-column .post-wrapper:nth-child(odd) {
margin-right: 1.5em;
}
.blog .featured-wrapper,
.archive .featured-wrapper {
position: relative;
overflow: hidden;
}
.blog.two-column .post-wrapper .featured-wrapper {
float: none;
margin: 0 auto;
}
.entry-footer {
margin: 1.5em 0;
text-align: center;
padding: 1em 0 0 0;
}
.entry-header .entry-meta li,
.entry-footer .entry-meta li {
margin-right: 5px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.entry-header .entry-meta li a,
.entry-footer .entry-meta li a {
transition: all 1.1s ease;
display: inline-block;
padding: 4px 13px;
margin-bottom: 13px;
text-decoration: none;
border-bottom: 2px solid #000;
}
.entry-header .entry-meta li a:focus,
.entry-header .entry-meta li a:active,
.entry-header .entry-meta li a:hover,
.entry-footer .entry-meta li a:focus,
.entry-footer .entry-meta li a:active,
.entry-footer .entry-meta li a:hover {
text-decoration: none;
background-color: #000;
color:#fff;
}
.entry-header .entry-title {
word-wrap: break-word;
-ms-word-wrap: break-word;
margin-top: 1.2em;
margin-bottom: 1.2em;
font-size: 2.2em;
}
@media screen and (min-width: 768px) {
.entry-header .entry-title {
font-size: 2.5em;
}
}
.entry-header .entry-title,
.entry-header .entry-title a {
text-decoration: none;
text-transform: uppercase;
border-bottom: 2px solid transparent;
}
.entry-header .entry-title a:hover,
.entry-header .entry-title a:focus {
border-bottom: 2px solid #000;
}
.entry-footer .more-link {
display: inline-block;
transition: all 1.1s ease;
padding: 4px 13px;
font-size: 0.778em;
font-weight: 700;
text-transform: uppercase;
text-align: center;
border: 2px solid #000;
text-decoration: none;
}
.entry-footer .more-link:hover,
.entry-footer .more-link:focus {
background: #000;
color: #fff;
} .single .post-wrapper {
border: 0;
padding: 0;
margin-bottom: 2.5em;
}
.single .blog-content {
margin: 2.5em;
}
.single .entry-footer {
border-top: 1px solid #eee;
}
.entry-footer ul li {
list-style: none;
} .site-footer {
background-color: #000;
padding: 2.5em 0;
color: #fff;
}
.site-footer .site-info {
margin-top: 1.5em;
text-align: center;
font-size: 0.778em;
}
.site-footer .site-info a {
color: #fff;
text-decoration: none;
}
.site-footer .site-info a:hover,
.site-footer .site-info a:focus {
text-decoration: underline;
}
.author-credits, .wp-credits {
display: inline-block;
}
.wp-credits {
margin-right: 1em;
}
.wp-credits,
.copyright,
.author-credits {
margin-top: 1.5em;
text-align: center;
text-transform: uppercase;
font-weight:700;
font-size: 14px;
}
.top-footer {
padding: 0 2.5em 2.5em 2.5em;
display: flex;
justify-content: center;
flex-wrap: wrap;
flex: auto;
}
.top-footer section {
margin: 15px;
min-width: 400px;
} .breadcrumb {
text-align: left;
margin: 0 auto;
padding: 0;
font-size: 0.778em;
text-transform: uppercase;
font-weight: 700;
background: #111;
color:#fff;
border-bottom: 1px solid transparent;
}
.breadcrumb-trail {
max-width: 1200px;
margin: 0 auto;
}
.breadcrumbs {
padding: 20px 0;
}
.breadcrumb ul {
margin: 0;
padding: 0;
}
.breadcrumb ul li {
display: inline;
list-style: none;
position: relative;
}
.breadcrumb ul li a,
.breadcrumb ul li span {
text-decoration: none;
color:#fff;
border-bottom: 2px solid transparent;
}
.breadcrumb ul li a:focus,
.breadcrumb ul li a:hover {
border-bottom: 2px solid #fff;
}
.breadcrumb li+li::before {
padding: 0 3px 0 5px;
content: "/\00a0";
}
@media only screen and (max-width: 768px) {
.breadcrumb {
margin: 0 0;
padding:0 15px;
}
.row-wrap{
margin: auto;
}
.comments-wrapper{
padding: 0;
}
} .search-title-box {
border-bottom: 1px solid #eee;
overflow: hidden;
padding: 0 30px;
}
.search-title-box .page-title {
text-align: center;
text-transform: uppercase;
} #primary {
width: 69%;
display: inline-block;
vertical-align: top;
padding-right: 15px;
padding-left: 15px;
}
.secondary {
width: 30%;
display: inline-block;
vertical-align: top;
padding-right: 15px;
padding-left: 15px;
text-align: left;
}
.has-right-sidebar .left-sidebar,
.has-right-sidebar .left-sidebar-below-content,
.has-left-sidebar .right-sidebar,
.no-sidebar .secondary,
.middle-column .secondary {
display: none;
}
.page-template-right-sidebar .right-sidebar,
.post-template-right-sidebar .right-sidebar {
display: inline-block;
}
.page-template-left-sidebar .left-sidebar,
.post-template-left-sidebar .left-sidebar {
display: inline-block;
}
.page-template-left-sidebar .right-sidebar,
.post-template-left-sidebar .right-sidebar {
display: none;
}
.no-sidebar #primary {
width: 100%
}
.middle-column #primary,
.page-template-middle-column #primary,
.post-template-middle-column #primary {
margin: 2.5em auto;
float: none;
display: table;
}
.page-template-full-width #primary,
.post-template-full-width #primary {
width: 100%;
} .blog .post-wrapper .featured-wrapper,
.archive .post-wrapper .featured-wrapper {
width: 100%;
float: none;
padding-bottom: 5px;
}
.entry-header {
text-align: center;
}
.entry-header ul {
padding-left: 0;
margin-left: -5px;
list-style: none;
}
.entry-header ul li {
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
.entry-header .entry-meta {
margin-bottom: 10px;
}
.single .entry-header .entry-meta {
margin-bottom: 10px;
margin-top: 20px;
} #toTop {
color: #fff;
-webkit-transition: 500ms;
-moz-transition: 500ms;
-o-transition: 500ms;
transition: 500ms;
background: #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
opacity: 0.8;
}
#toTop:hover {
color: #fafafa;
}
.go-to-top {
line-height: 2;
display: none;
position: fixed;
bottom: 45px;
right: 20px;
padding: 5px 10px 0 10px;
}
.gotop span i {
border-radius: 3px;
}
.gotop .icon.icon-angle-double-up {
width: 1.2em;
height: 1.2em;
} @media (max-width: 600px) {
.comment-list ol.children {
padding: 0 !important;
}
}
@media screen and (max-width: 770px) {
.has-left-sidebar .right-sidebar,
.right-sidebar {
display: block;
}
.site-branding {
width: inherit;
}
.post-wrapper {
padding: 20px
}
} @media screen and (max-width: 800px) {
.blog.two-column .post-wrapper,
.both-sidebars #primary,
#primary,
.secondary {
max-width: 100%;
width: 100%;
}
.has-right-sidebar .right-sidebar,
.both-sidebars .right-sidebar {
margin-top: 0;
}
.both-sidebars .secondary {
width: 100%;
max-width: 100%;
}
.page-template-left-sidebar .left-sidebar,
.post-template-left-sidebar .left-sidebar {
margin-top: 2.5em;
margin-bottom: 0;
}
.both-sidebars .left-sidebar-below-content,
.has-left-sidebar .left-sidebar-below-content {
display: block;
margin-top: 0;
}
.both-sidebars .left-sidebar,
.has-left-sidebar .left-sidebar {
display: none;
}
.site-footer {
padding: 2.5em 0;
}
}
@media screen and (max-width: 960px) {
.top-footer {
padding: 0 15px 2.5em 15px;
margin-top:0;
}
.top-footer section {
min-width: 100%;
}
}
@media only screen and (max-width: 1019px) {
.widget_top-posts ul.widgets-list-layout {
max-width: 600px;
margin: 0 auto;
}
.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
font-size: 24px;
}
}
@media screen and (max-width: 1199px) {
.blog .post-wrapper .featured-wrapper,
.archive .post-wrapper .featured-wrapper {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
}
@media screen and (min-width:801px) {
.both-sidebars .left-sidebar-below-content,
.has-left-sidebar .left-sidebar-below-content {
display: none;
}
.both-sidebars .left-sidebar {
width: 300px;
max-width: 300px;
}
.both-sidebars .right-sidebar,
.both-sidebars #primary {
max-width: 786px;
width: calc(100% - 330px);
}
.both-sidebars .right-sidebar {
display: block;
margin-left: auto;
margin-top: 0;
margin-right: 15px;
}
.blog.two-column #primary {
margin-top: 2.5em;
}
.blog.two-column .post-wrapper {
width: 100%;
}
}
@media screen and (min-width:905px) {
.blog.two-column .post-wrapper {
width: 46%;
}
}
@media screen and (min-width: 1140px) {
.both-sidebars #primary {
width: calc(100% - 610px);
}
.both-sidebars .right-sidebar {
margin: 2.5em auto;
width: 300px;
max-width: 300px;
display: inline-block;
}
}
@media screen and (min-width: 1200px) {
.blog .blog-content,
.archive .blog-content {
overflow: hidden;
}
}
@media screen and (min-width: 1413px) {
.both-sidebars #primary {
width: 786px;
}
} .widget_top-posts .widgets-list-layout li > a {
width: 40%;
}
.widget_top-posts .widgets-list-layout img.widgets-list-layout-blavatar {
max-width: 240px;
width: 100%;
}
.widget_top-posts .widgets-list-layout div.widgets-list-layout-links {
max-width: 100%;
width: 55%;
} .related-pots-block {
display: block;
margin-top: 2.5em;
padding: 0 15px;
}
.related-pots-block a:focus {
text-decoration: none;
}
.related-pots-block h2 {
text-align: center;
font-size: 1.56em;
}
.related-post-entries {
padding: 0;
margin: 0;
list-style-type: none;
}
.related-post-entries .entry-title {
font-size: 1.2em;
font-weight: 700;
text-transform: uppercase;
}
.related-post-entries .entry-title a{
text-decoration: none;
border-bottom: 2px solid transparent;
}
.related-post-entries .entry-title a:hover,
.related-post-entries .entry-title a:focus{
border-bottom: 2px solid #000;
}
.related-post-entries li {
padding: 10px;
margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
.related-post-entries li {
float: left;
width: 31%;
margin-left: 3.5%;
}
.related-post-entries li:nth-child(3n+1) {
clear: left;
margin-left: 0;
}
} .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;
} .entry-content a.wp-block-button__link {
color:#fff;
}
.entry-content .is-style-outline a.wp-block-button__link {
background-color: transparent;
border: 2px solid inherit;
color: inherit;
}
.wp-block-button,
.wp-block-pullquote,
.wp-block-media-text {
margin-bottom: 1.5em;
}
.has-small-font-size {
font-size: 16px;
}
.has-medium-font-size {
font-size: 25px;
}
.has-large-font-size {
font-size: 31px;
}
.has-huge-font-size {
font-size: 30px;
}
.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
color: #6f6f6f;
}