.block {
    display: block;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.line-height {
    line-height: 0;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}
.center-absolute {
    left: 50%;
}

.center-text {
    text-align: center !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.img-right {
    margin-right: 0;
    margin-left: auto;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.margin-0, 
.margin-0 img {
    margin: 0 !important;
    line-height: 0;
}

.top-0 {
    margin-top: 0 !important;
}

.top-5 {
    margin-top: 5px !important;	
}

.top-10 {
    margin-top: 10px;	
}

.top-15 {
    margin-top: 15px;	
}

.top-20 {
    margin-top: 20px;
}

.top-25 {
    margin-top: 25px;	
}

.top-30 {
    margin-top: 30px;	
}

.top-50 {
    margin-top: 50px;	
}

.top-60 {
    margin-top: 60px;	
}

.top-70 {
    margin-top: 70px;	
}

.top-75 {
    margin-top: 75px;	
}

.top-80 {
    margin-top: 80px;
}

.top-100 {
    margin-top: 100px;	
}

.top-105 {
    margin-top: 105px;	
}

.top-120 {
    margin-top: 120px;
}

.top-150 {
    margin-top: 150px;	
}

.top-200 {
    margin-top: 200px;	
}

.top-negative-30 {
    margin-top: -30px;
}

.left-35 {
    margin-left:35px;
}

.right-35 {
    margin-right:35px;
}

.bottom-0 {
    margin-bottom: 0 !important;
}

.bottom-10 {
    margin-bottom: 10px !important;
}
.bottom-20 {
    margin-bottom: 20px !important;
}

.bottom-25 {
    margin-bottom: 25px !important;
}

.bottom-30 {
    margin-bottom: 30px !important;
}

.bottom-50 {
    margin-bottom: 50px !important;
}

.bottom-100 {
    margin-bottom: 100px !important;
}

.bottom-150 {
    margin-bottom: 150px !important;
}

.bottom-200 {
    margin-bottom: 200px !important;
}

.width-25 {
    width: 25%;
}

.width-50 {
    width: 50%;
}

.width-75 {
    width: 75%;
}

.width-85 {
    width: 85%;
}

.width-100 {
    width: 100%;
}

.z-0 {
    z-index: 0;
}

.entry-content > * {
    margin-bottom: 30px;
}

*[class*="_inner-container"] > *:last-child {
    margin-bottom: 0;
}

.wp-block-group {
    padding: 40px;    
}

.has-background {
    color: #323238;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 30px;
}

.wp-block-latest-posts__post-author, 
.wp-block-latest-posts__post-date,
.wp-block-latest-comments__comment-date {
    color: #E6E6F0;
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color), 
.wp-block-cover-image h1:not(.has-text-color), 
.wp-block-cover-image h2:not(.has-text-color), 
.wp-block-cover-image h3:not(.has-text-color), 
.wp-block-cover-image h4:not(.has-text-color), 
.wp-block-cover-image h5:not(.has-text-color), 
.wp-block-cover-image h6:not(.has-text-color), 
.wp-block-cover-image p:not(.has-text-color), 
.wp-block-cover .wp-block-subhead:not(.has-text-color), 
.wp-block-cover h1:not(.has-text-color), 
.wp-block-cover h2:not(.has-text-color), 
.wp-block-cover h3:not(.has-text-color), 
.wp-block-cover h4:not(.has-text-color), 
.wp-block-cover h5:not(.has-text-color), 
.wp-block-cover h6:not(.has-text-color), 
.wp-block-cover p:not(.has-text-color),
html body .wp-block-cover a {
    color: #fff;
}

.wp-block-button {
    transition: .3s;
}

.wp-block-button:hover {
    opacity: 0.8;
}

.wp-block-file .wp-block-file__button {
    background-color: #25252e;
}

.wp-block-button__link {
    margin-bottom: 30px;
    background-color: #25252e;
    color: #fff !important;    
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0;
}

figure a:after,
.wp-block-button__link:after,
.wp-block-cover-text a:after,
.wp-block-file__button:after,
.wp-audio-shortcode a:after,
.search .nav-links a:after, 
.archive .nav-links a:after {
    display: none !important;
} 

.img-caption {
    color: #fff;
    display: table;
    padding: 15px;
    margin: -15px auto 40px;
    text-align: center;
    background-color: #25252e;
    position: relative;
    z-index: 1;
    max-width: 970px;
    word-break: break-all;
    width: 95%;
}

footer.wp-block-latest-comments__comment-meta {
    padding-top: 0;
}

@media screen and (min-width: 1025px) {

    .alignwide {
        margin-left: -10%;
        margin-right: -10%;
        width: 120%;
        max-width: none;
    }

    .alignfull {
        margin-left: -140px;
        margin-right: -140px;
        width: 960px;
        max-width: none;
    }

    .alignfull img {
        width: 100% !important;
    }

}


figure.wp-block-gallery.alignwide, 
figure.wp-block-gallery.alignfull {
    margin-bottom: 30px;
    padding-top: 25px;
}

.alignfull > figcaption, 
.alignfull > .wp-caption-text {
    color: #fff;
    display: table;
    padding: 12px 60px;
    margin: 10px auto 40px;
    text-align: center;
    background-color: #25252e;
    position: relative;
    z-index: 1;
}

.post-password-form label {
    text-align: center;
}

.post-password-form input[type="submit"] {
    color: #ffffff;
    border: 0;
    text-decoration: none;
    margin-top: 35px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 15px;
    background-color: #25252e;
    transition: opacity .3s ease;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.post-password-form input[type="submit"]:hover {
    opacity: 0.8;
}

.post-password-form input[name="post_password"] {
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #E6E6F0;
    border: 0;
    border-bottom: 1px solid;
    height: 28px;
    background-color: transparent;
}

.post-password-form label {
    font-size: 16px;
    margin-top: 22px;
    font-weight: 400;
    display: block;
}

.sticky .blog-item-holder .entry-holder {
    background-color: #25252e;
    padding-bottom: 20px;
    padding-top: 20px;
}

.sticky .blog-item-holder .entry-info {
    margin-top: 0;
}

.sticky .blog-item-holder h2.entry-title {
    margin-bottom: 0;
}

blockquote {
    background-color: #6db363;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    padding: 50px;
    margin-bottom: 30px;
}

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
    padding: 50px;
}

.has-background blockquote {
    background-color: transparent;
    padding: 0 !important;
}

blockquote p {
    margin-bottom: 0;
}

blockquote cite {
    margin-top: 20px;
    display: block;
    font-size: 15px;
    line-height: 120%;
    color: #fff;
    text-align: right;
    font-weight: 400;
}

blockquote a {
    color: #fff !important;
}

.wp-block-pullquote {
    border-top: 4px solid #4c3e42;
    border-bottom: 4px solid #4c3e42;
    margin: 20px 0;  
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #25252e;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 20px 0;
    margin: 0;
}

h1 {
    font-size: 32px;
    line-height: 32px;
}

h2 {
    font-size: 28px;    
    line-height: 28px;    
}

h3 {
    font-size: 26px;  
    line-height: 26px;    
}

h4 {
    font-size: 24px;
    padding: 8px 0;
}

h5 {
    font-size: 22px;
    padding: 9px 0;
}

h6 {
    font-size: 20px;
    padding: 10px 0;
}

em {
    font-style: italic;
}

ol {
    list-style-type: decimal;
}

code {
    background-color: #25252e;
    color: #fff;
}

pre code,
blockquote code {
    background-color: #ffffff;
    color: #25252e;
}

small {
    font-size: smaller;
}

pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    background-color: #25252e;
    color: #fff;
    padding: 20px;
}

#comments pre {
    background-color: #25252e;
    color: #ebebeb;
}

table, 
th, 
td {
    border: 1px solid;
    padding: 10px;
    vertical-align: middle;
    border-collapse: collapse;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.single-content ol {
    display: block;
    list-style-type: decimal;
    margin: 0 0 14px 17px;
}

.single-content ul {
    display: block;
    list-style-type: disc;
    margin: 0 0 14px 17px;
}

iframe {
    width: 100%;
}

.alignnone {
    margin: 5px 0px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
    clear: both;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 20px 0px;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    max-width: 100%;
}

.wp-caption.alignnone {
    margin: 20px 0px;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    text-align: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    text-align: right;
}

.wp-caption img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 17px;
    margin-top: 10px;
    padding: 0 4px 5px;
    font-style: italic;
    text-align: center;
}

.wp-caption .wp-caption-text a {
    font-weight: 700;
}

.gallery-caption {
    font-size: 100%;
}

.gallery-item img {
    margin-left: auto;
    margin-right: auto;
}

.bypostauthor {
    font-size: 100%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.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;
    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;
}

.center-relative {
    margin-left: auto;
    margin-right: auto;
}

.wp-calendar-table {
    width: 100%;
    text-align: center;
}

.wp-calendar-table table, 
.wp-calendar-table th, 
.wp-calendar-table td {
    padding: 5px;
}

.wp-calendar-table caption {
    background-color: #6db363;
    border: 1px solid #6db363;
    color: #fff !important;
    padding: 8px 0;
    font-weight: 600;
}

.wp-calendar-table th, 
.wp-calendar-table td,
.wp-block-calendar tbody td, 
.wp-block-calendar th {
    display: table-cell;
    border: 1px solid #6db363;
    color: #E6E6F0;
}

.wp-calendar-table nav.wp-calendar-nav {
    display: table;
    width: 100%;
}

.wp-calendar-table .wp-calendar-nav-prev,
.wp-calendar-table .wp-calendar-nav-next {    
    display: table-cell;
}

.wp-calendar-table .wp-calendar-nav-next {
    text-align: right;
}

.wp-calendar-nav {
    margin-top: 20px;
}   

nav.wp-calendar-nav {
    display: table;
    width: 100%;
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
    display: table-cell;
    text-align: left;
}

.wp-calendar-nav-next {
    text-align: right;
}

select {
    background-color: #323238;
    padding: 5px;
    color: #e6e6f0;
    outline: none !important;
    max-width: 100%;
}