@charset "UTF-8";
/*!
Theme Name: Default Mag
Theme URI: https://www.themeinwp.com/theme/default-mag
Author: ThemeInWP
Author URI: https://www.themeinwp.com
Description: Default Mag is a clean, responsive and multi-layout WordPress Magazine or blog theme with a creative and clean look it is perfect for all newspaper, magazines and blog websites. It comes up with a simple yet elegant look and helps you present your content in an attractive and user-friendly way. With its several customization options and custom, widgets help to makes your site setup easy and looks perfect along with its cross-browser compatibility will make your site attractive and eye-catching in any browser and different variations of devices screen size on each and every device. The theme is SEO friendly with optimized code and outstanding support makes your site awesome. With One Click Demo Import you can download demo data from our documentation link and import manually. For Demo Check here: https://demo.themeinwp.com/default-mag/
Requires at least: 5.3
Tested up to: 6.5
Requires PHP: 5.6
Version: 1.3.9
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: default-mag
Tags: blog, news, photography, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, featured-image-header, rtl-language-support, flexible-header, post-formats, translation-ready, theme-options, threaded-comments, footer-widgets
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 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;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
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;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", 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%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}
body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
}
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 {
    border-color: #aaa #bbb #bbb;
}
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%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/* Small menu. */
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.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;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 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;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}
.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.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;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}
.twp-single-related-post-list, .comments-area .comment-list,
.twp-comments-section .comment-list, .twp-post-layout-2, .twp-mobile-menu ul, .twp-breadcrumbs ul, .widget ul, .twp-single-page-post-section .wp-block-gallery, .desktop .twp-main-menu ul, .twp-tags-items, ul.twp-social-icons, .twp-footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.twp-not-found .search-form:before, .twp-breadcrumbs ul:before, .widget .search-form:before, .twp-single-page-post-section .wp-block-image:before, ul.twp-social-icons:before, .twp-ticket-pin:before, .twp-footer-menu ul:before, .twp-categories ul:before, .twp-not-found .search-form:after, .twp-breadcrumbs ul:after, .widget .search-form:after, .twp-single-page-post-section .wp-block-image:after, ul.twp-social-icons:after, .twp-ticket-pin:after, .twp-footer-menu ul:after, .twp-categories ul:after {
    clear: both;
    content: "";
    display: block;
}
.twp-single-next-post, .twp-overlay {
    transform: perspective(1px) translateZ(0);
}
.twp-single-next-post .twp-image-section, .twp-single-page-post-section .post-thumbnail,
.twp-single-page-post-section .wp-block-image {
    text-align: center;
}
.comments-area .comment-respond .comment-form .logged-in-as a,
.twp-comments-section .comment-respond .comment-form .logged-in-as a, .comments-area .comment-list li .comment-reply-link,
.twp-comments-section .comment-list li .comment-reply-link {
    display: inline-block;
    height: 40px;
    line-height: 36px;
    border-width: 2px;
    border-style: solid;
    padding: 0 30px;
    font-size: 1rem;
    border-radius: 25px;
}
.comments-area .comment-respond .comment-form .logged-in-as a:last-child,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:last-child, .comments-area .comment-list li .comment-reply-link,
.twp-comments-section .comment-list li .comment-reply-link {
    border-color: #f88c00;
    color: #f88c00;
    background-color: white;
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover:last-child,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:hover:last-child, .comments-area .comment-list li .comment-reply-link:hover,
.twp-comments-section .comment-list li .comment-reply-link:hover {
    background-color: #f88c00;
    color: white;
}
.comments-area .comment-respond .comment-form .logged-in-as a,
.twp-comments-section .comment-respond .comment-form .logged-in-as a {
    border-color: #f88c00;
    background-color: #f88c00;
    color: white;
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:hover {
    background-color: white;
    color: #f88c00;
}
.night-mode p a, p a, .comments-area .comment-list li .comment-meta,
.twp-comments-section .comment-list li .comment-meta, .twp-footer li a:hover, .twp-footer a:hover, .widget ul li a:hover, .twp-social-icon-rounded i {
    color: #f88c00;
}
.night-mode p a:hover, p a:hover {
    color: #c20017;
}
.comment-form input[type=submit]:hover, .slick-dots li, .twp-pagination-numeric .page-numbers.current {
    border-color: #c20017;
}
.comment-form input[type=submit], .desktop .twp-main-menu > ul > li:hover > a, .desktop .twp-main-menu > ul > li.current-menu-item > a, .twp-social-icon-rounded, .twp-pagination-numeric .page-numbers:hover {
    border-color: #f88c00;
}
.comment-form input[type=submit]:hover, .widget ul.twp-tab li a.active, .sidr-open .twp-navigation .twp-nav-off-canvas .twp-menu-icon span:before, .sidr-open .twp-navigation .twp-nav-off-canvas .twp-menu-icon span:after, .widget .widget-title:after, .twp-title:after, .twp-pagination-numeric .page-numbers.current, .twp-pagination-numeric .prev.page-numbers,
.twp-pagination-numeric .next.page-numbers, .nav-previous a,
.nav-next a, .twp-search-field-wrapper .twp-search-field form input[type=submit], .twp-plus-icon span, .twp-close-icon span, .twp-post-format-icon, .twp-categories.twp-categories-with-bg a {
    background-color: #c20017;
    color: white;
}
#scroll-top span, .twp-not-found .search-form .search-submit, .comment-form input[type=submit], .twp-navigation .theme-mode a:hover, .twp-navigation .twp-search-section:hover, .widget .search-form .search-submit, .twp-social-icon-rounded:hover, .twp-pagination-numeric .page-numbers:hover, .twp-categories.twp-categories-with-bg a:hover, .twp-categories.twp-categories-with-bg a:focus {
    background-color: #f88c00;
    color: white;
}
@-webkit-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.twp-d-flex {
    display: flex;
    flex-wrap: wrap;
}
.twp-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.twp-col,
.twp-col-gap {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.twp-col-no-gap {
    padding-left: 0;
    padding-right: 0;
}
.twp-col {
    flex: 0 0 100%;
    max-width: 100%;
}
/** Xtra small screen**/
@media (min-width: 576px) {
    .twp-col-xs-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 576px) {
    .twp-col-xs-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 576px) {
    .twp-col-xs-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
}
@media (min-width: 576px) {
    .twp-col-xs-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 576px) {
    .twp-col-xs-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}
@media (min-width: 576px) {
    .twp-col-xs-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (min-width: 576px) {
    .twp-col-xs-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 576px) {
    .twp-col-xs-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/**Small screen**/
@media (min-width: 768px) {
    .twp-col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 768px) {
    .twp-col-sm-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 768px) {
    .twp-col-sm-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
}
@media (min-width: 768px) {
    .twp-col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .twp-col-sm-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}
@media (min-width: 768px) {
    .twp-col-sm-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (min-width: 768px) {
    .twp-col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 768px) {
    .twp-col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/**Medium screen**/
@media (min-width: 992px) {
    .twp-col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 992px) {
    .twp-col-md-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 992px) {
    .twp-col-md-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
}
@media (min-width: 992px) {
    .twp-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .twp-col-md-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}
@media (min-width: 992px) {
    .twp-col-md-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (min-width: 992px) {
    .twp-col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 992px) {
    .twp-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/**Large screen**/
@media (min-width: 1050px) {
    .twp-col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (min-width: 1050px) {
    .twp-col-lg-4 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 1050px) {
    .twp-col-lg-5 {
        flex: 0 0 41.67%;
        max-width: 41.67%;
    }
}
@media (min-width: 1050px) {
    .twp-col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 1050px) {
    .twp-col-lg-7 {
        flex: 0 0 58.33%;
        max-width: 58.33%;
    }
}
@media (min-width: 1050px) {
    .twp-col-lg-8 {
        flex: 0 0 66.67%;
        max-width: 66.67%;
    }
}
@media (min-width: 1050px) {
    .twp-col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media (min-width: 1050px) {
    .twp-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.site-content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 576px) {
    .site-content {
        width: 540px;
    }
}
@media (min-width: 768px) {
    .site-content {
        width: 720px;
    }
}
@media (min-width: 992px) {
    .site-content {
        width: 960px;
    }
}
@media (min-width: 1050px) {
    .site-content {
        width: 1140px;
    }
}
.home .site-content {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
#primary {
    width: 100%;
}
@media (min-width: 992px) {
    #primary {
        width: 70%;
    }
}
#secondary {
    width: 100%;
}
@media (min-width: 992px) {
    #secondary {
        width: 30%;
    }
}
#secondary section {
    margin-top: 30px;
}
#secondary .container {
    padding: 0;
}
.right-sidebar #primary {
    float: left;
    padding-right: 7.5px;
    padding-left: 7.5px;
}
@media (min-width: 992px) {
    .right-sidebar #primary {
        padding-left: 0;
        padding-right: 15px;
    }
}
.right-sidebar #secondary {
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
@media (min-width: 992px) {
    .right-sidebar #secondary {
        padding-right: 0;
        padding-left: 15px;
    }
}
.left-sidebar #primary {
    float: right;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
@media (min-width: 768px) {
    .left-sidebar #primary {
        padding-right: 0;
        padding-left: 15px;
    }
}
.left-sidebar #secondary {
    float: left;
    padding-right: 7.5px;
    padding-left: 7.5px;
}
@media (min-width: 768px) {
    .left-sidebar #secondary {
        padding-left: 0;
        padding-right: 15px;
    }
}
.no-sidebar #primary {
    width: 100%;
    padding-left: 7.5px;
    padding-right: 7.5px;
}
@media (min-width: 992px) {
    .no-sidebar #primary {
        padding-left: 0;
        padding-right: 0;
    }
}
.no-sidebar #secondary {
    display: none;
}
.twp-float-left {
    float: left;
}
.twp-float-right {
    float: right;
}
.twp-m-0 {
    margin: 0;
}
.clearfix:before, .clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.twp-text-center {
    text-align: center;
}
.twp-w-100 {
    width: 100%;
}
img {
    vertical-align: middle;
}
.d-block {
    display: block;
}
.data-bg,
.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-color: #7b7b7b;
}
.data-bg-xs {
    height: 50px;
}
.data-bg-sm,
.bg-image-light {
    height: 70px;
}
.data-bg-md,
.data-bg-lg {
    height: 150px;
}
@media (min-width: 1050px) {
    .data-bg-lg {
        height: 220px;
    }
}
.data-bg-xl {
    height: 250px;
}
@media (min-width: 1050px) {
    .data-bg-xl {
        height: 300px;
    }
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.twp-box-shadow {
    box-shadow: 0 0 10px 5px #eeeeee;
}
.twp-w-100 {
    display: block;
    width: 100%;
}
.twp-btn {
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-weight: 600;
}
.twp-btn.twp-primary-btn {
    background-color: #c20017;
    color: white;
}
html {
    font-size: 14px;
    font-family: "Source Sans Pro";
    font-weight: 400;
}
html body {
    color: black;
    font-family: "Source Sans Pro";
}
html body.dark {
    background-color: black;
    color: white;
}
h1, h2, h3, h4, h5, h6, input, .twp-secondary-font {
    font-family: "Merriweather";
}
.twp-author-desc {
    display: flex;
    align-items: center;
    font-weight: 600;
    flex-wrap: wrap;
}
.twp-author-desc span {
    display: inline-block;
    margin-right: 15px;
    padding-top: 5px;
}
.twp-author-desc span:last-child {
    margin-right: 0;
}
.twp-author-desc span span {
    margin-right: 5px;
    padding-top: 0;
}
.twp-author-desc span span:last-child {
    margin-right: 0;
}
.twp-author-desc .twp-single-post-author .twp-author-image {
    width: 35px;
    vertical-align: middle;
}
.twp-author-desc .twp-single-post-author .twp-author-image img {
    border-radius: 100%;
}
.twp-author-desc.twp-primary-author {
    color: #c20017;
}
.twp-author-desc.twp-primary-author a {
    color: #c20017;
}
.twp-author-desc.twp-primary-author a:hover,
.twp-author-desc.twp-primary-author a:focus {
    color: #f88c00;
}
.twp-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.twp-categories a {
    padding-top: 10px;
    font-weight: 600;
    line-height: 1;
}
.twp-categories.twp-primary-categories a {
    color: #c20017;
}
.twp-categories.twp-primary-categories a:hover,
.twp-categories.twp-primary-categories a:focus {
    color: #f88c00;
}
.twp-categories.twp-secondary-categories a {
    color: #f88c00;
}
.twp-categories.twp-secondary-categories a:hover,
.twp-categories.twp-secondary-categories a:focus {
    color: #c20017;
}
.twp-categories.twp-categories-with-bg a {
    border: 0;
    padding: 0;
    margin-right: 5px;
}
.twp-categories.twp-categories-with-bg a {
    display: inline-block;
    padding: 0 5px;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    font-size: 0.9rem;
    font-weight: 400;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-footer-menu ul li {
    display: inline-block;
}
.twp-footer-menu ul li a {
    display: inline-block;
    padding-right: 15px;
    font-weight: 600;
}
.twp-footer-menu ul li:last-child a {
    padding-right: 0;
}
.twp-post-format-icon {
    display: inline-block;
    padding: 1px 5px 1px 7px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.twp-close-icon {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    cursor: pointer;
    height: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-close-icon.twp-close-icon-sm {
    width: 20px;
}
.twp-close-icon.twp-close-icon-sm span {
    width: 20px;
}
.twp-close-icon span {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    z-index: 5;
    top: 50%;
    border-radius: 5px;
    transform: rotate(45deg);
}
.twp-close-icon span:last-child {
    transform: rotate(135deg);
}
.twp-close-icon.twp-close-icon-white span {
    background-color: white;
}
.twp-menu-icon {
    position: relative;
    height: 20px;
    width: 24px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-menu-icon:before {
    position: absolute;
    display: block;
    content: "";
    background-color: black;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.twp-menu-icon span:before, .twp-menu-icon span:after {
    position: absolute;
    display: block;
    content: "";
    background-color: black;
    height: 2px;
    width: 100%;
    border-radius: 5px;
    left: 0;
}
.night-mode .twp-menu-icon:before,
.night-mode .twp-menu-icon span:before,
.night-mode .twp-menu-icon span:after {
    background-color: #fff;
}
.twp-menu-icon span:before {
    top: 1px;
}
.twp-menu-icon span:after {
    bottom: 1px;
}
.twp-plus-icon {
    width: 50px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 50px;
}
.twp-plus-icon.twp-close-icon-sm {
    width: 20px;
}
.twp-plus-icon.twp-close-icon-sm span {
    width: 20px;
}
.twp-plus-icon span {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    z-index: 1;
    top: 50%;
    border-radius: 5px;
    transform: rotate(0deg);
}
.twp-plus-icon span:last-child {
    transform: rotate(90deg);
}
.twp-plus-icon.twp-close-icon-white span {
    background-color: white;
}
.twp-image-70 {
    height: 70px;
}
.twp-image-300 {
    height: 300px;
}
.twp-image-220 {
    height: 220px;
}
.twp-image-80 {
    height: 80px;
}
.twp-image-150 {
    height: 150px;
}
.twp-image-250 {
    height: 250px;
}
.twp-image-350 {
    height: 350px;
}
.twp-image-380 {
    height: 380px;
}
.twp-image-420 {
    height: 420px;
}
.twp-post .twp-image-section {
    position: relative;
}
.twp-post .twp-image-section > a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.twp-post .twp-image-section .twp-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.twp-post .twp-image-section.twp-image-with-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
}
.twp-post .twp-image-section .twp-unit {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.twp-image-hover-effect {
    overflow: hidden;
}
.twp-image-hover-effect .twp-image {
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.twp-image-hover-effect:hover .twp-image {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.twp-image-hover-effect:hover.twp-overlay:before {
    content: none;
}
.twp-search-field-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.twp-search-field-wrapper .twp-search-field {
    flex: 0 0 calc(100% - 50px);
    max-width: calc(100% - 50px);
}
.twp-search-field-wrapper .twp-search-field form {
    display: flex;
    flex-wrap: wrap;
}
.twp-search-field-wrapper .twp-search-field form label {
    flex: 0 0 70%;
    max-width: 70%;
}
.twp-search-field-wrapper .twp-search-field form label input {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 15px 30px;
    background-color: white;
}
.twp-search-field-wrapper .twp-search-field form input[type=submit] {
    width: 30%;
    border: 0;
    cursor: pointer;
    font-size: 1rem;
    padding: 0 15px;
    font-weight: 600;
    border-radius: 0;
}
@media (min-width: 768px) {
    .twp-search-field-wrapper .twp-search-field form input[type=submit] {
        font-size: 20px;
    }
}
.twp-search-field-wrapper .twp-close-icon-section {
    flex: 0 0 50px;
    max-width: 50px;
    padding-left: 10px;
}
.twp-overlay {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-overlay.show {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.twp-overlay {
    position: relative;
    z-index: 1;
}
.twp-overlay:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(243, 243, 243, 0.6);
    z-index: -1;
}
.night-mode .twp-overlay:before,
.twp-overlay.twp-overlay-bg-black:before {
    background-color: rgba(0, 0, 0, 0.6);
}
.twp-pagination-numeric .prev.page-numbers,
.twp-pagination-numeric .next.page-numbers, .nav-previous a,
.nav-next a {
    padding: 0 30px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    font-weight: 600;
    font-size: 1rem;
}
.twp-pagination-numeric {
    text-align: center;
}
.twp-pagination-numeric .page-numbers {
    display: inline-block;
    border-style: solid;
    border-width: 2px;
    padding: 0 10px;
    border-color: #f3f3f3;
    height: 34px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 5px;
    background-color: white;
    color: black;
}
.twp-pagination-numeric .page-numbers:hover,
.twp-pagination-numeric .page-numbers:focus {
    color: white;
}
.twp-pagination-numeric .page-numbers.current:hover,
.twp-pagination-numeric .page-numbers.current:focus {
    color: white;
}
.twp-pagination-numeric .prev.page-numbers,
.twp-pagination-numeric .next.page-numbers {
    border: 0;
}
.twp-post p,
.twp-post .twp-post-title {
    margin: 0;
    padding-top: 10px;
}
.twp-post .twp-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.twp-post .twp-post-title.twp-line-limit-3 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
.twp-post .twp-categories.twp-categories-with-bg a {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 10px;
}
.twp-post.twp-post-with-border {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #f3f3f3;
    padding: 15px 0;
}
.twp-post .twp-desc.twp-overlay-bg-black {
    color: white;
}
.twp-post .twp-desc.twp-overlay-bg-black a {
    color: white;
}
.twp-post .twp-desc.twp-overlay-bg-black a:hover,
.twp-post .twp-desc.twp-overlay-bg-black a:focus {
    color: #f88c00;
}
.twp-post-style-1 {
    display: flex;
    flex-wrap: wrap;
}
.twp-post-style-1 .twp-image-section {
    flex: 0 0 100px;
    max-width: 100px;
}
.twp-post-style-1 .twp-desc {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 10px;
}
.twp-post-style-1 .twp-post-title {
    padding-top: 0;
}
.twp-post-style-1 .twp-categories a {
    padding-top: 5px;
}
.twp-post-style-1 .twp-categories-wrapper {
    align-items: center;
}
.twp-post-style-1 .twp-categories-wrapper .twp-categories li {
    padding-top: 0;
}
.twp-post-style-1.twp-post-lg .twp-image-section {
    flex: 0 0 120px;
    max-width: 120px;
}
.twp-post-style-1.twp-post-lg .twp-desc {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}
.twp-post-style-2 .twp-desc {
    z-index: 2;
    padding: 0 10px 10px;
    color: black;
}
.night-mode .twp-post-style-2 .twp-desc {
  color: #fff;
}
.twp-post-style-2 .twp-desc a {
    color: black;
}
.night-mode .twp-post-style-2 .twp-single-post-author a {
  color: #fff;
}
.twp-post-style-2 .twp-desc a:hover,
.twp-post-style-2 .twp-desc a:focus {
    color: #f88c00;
}
.twp-post.twp-post-style-2 .twp-desc .twp-categories.twp-categories-with-bg a {
    color: #fff;
}
.twp-post-style-4 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.twp-post-style-4:first-child {
    border-top: 0;
}
.twp-post-style-4 .twp-post-title {
    padding: 0;
}
.twp-post-style-4 .twp-unit {
    flex: 0 0 10%;
    max-width: 10%;
    font-size: 25px;
    font-weight: 600;
}
.twp-post-style-4 .twp-desc {
    flex: 0 0 calc(90% - 120px);
    max-width: calc(90% - 120px);
    padding: 0 10px;
}
.twp-post-style-4 .twp-image-section {
    flex: 0 0 120px;
    max-width: 120px;
}
.twp-post-style-5 {
    display: flex;
    flex-wrap: wrap;
}
.twp-post-style-5 .twp-image-section {
    flex: 0 0 120px;
    max-width: 120px;
}
.twp-post-style-5 .twp-desc {
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
    padding-left: 10px;
}
.twp-archive-post .twp-wrapper {
    border-style: solid;
    border-width: 1px;
    border-color: #f3f3f3;
}
.twp-archive-post .twp-image-section {
    overflow: hidden;
    position: relative;
    background-color: gray;
}
.twp-archive-post .twp-image-section img {
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.twp-archive-post .twp-image-section img:hover {
    transform: scale(1.1, 1.1);
}
.twp-archive-post .entry-header,
.twp-archive-post .entry-content {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
}
.twp-archive-post .entry-header {
    padding-top: 5px;
}
.twp-archive-post .entry-header .entry-title {
    margin-top: 10px;
    margin-bottom: 0;
}
.twp-archive-post .entry-header .entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}
.twp-archive-post .entry-content {
    padding-bottom: 15px;
}
.twp-archive-post .entry-content p {
    margin-top: 10px;
    margin-bottom: 0;
}
.twp-single-related-post .twp-desc {
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    border-color: #f3f3f3;
}
.twp-single-related-post .twp-post-title {
    padding-top: 5px;
}
.twp-author-info .twp-image-section {
    width: 150px;
    margin: 0 auto;
    border-radius: 100%;
}
.twp-author-info .twp-description .twp-widget-title {
    color: #7b7b7b;
    margin-top: 15px;
    margin-bottom: 0;
}
.twp-author-info .twp-description p {
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}
.twp-author-info .twp-social {
    text-align: center;
    padding-top: 15px;
}
.twp-author-info .twp-social span {
    margin-right: 3px;
}
.twp-author-info .twp-social span:last-child {
    margin-right: 0;
}
.twp-ticket-pin {
    padding: 0 7.5px;
    height: 50px;
    overflow: hidden;
}
.twp-ticket-pin .twp-image-section {
    float: left;
    width: 80px;
    background-color: gray;
}
.twp-ticket-pin .twp-image-section .data-bg {
    height: 50px;
}
.twp-ticket-pin .twp-title-section {
    padding-left: 10px;
    float: left;
    width: calc(100% - 80px);
}
.twp-ticket-pin .twp-title-section .twp-post-title {
    margin: 0;
    padding-top: 10px;
}
.twp-ticket-pin .twp-title-section a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
.twp-single-author-info .twp-author-avatar,
.twp-single-author-info .twp-author-description {
    margin-top: 30px;
}
.twp-single-author-info .twp-author-avatar {
    flex: 0 0 100px;
    max-width: 100px;
}
.twp-single-author-info .twp-author-avatar img {
    box-shadow: 0 0 5px 5px rgba(238, 238, 238, 0.6);
    padding: 15px;
    border-radius: 5px;
}
.twp-single-author-info .twp-author-description {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
}
.twp-single-author-info .twp-author-description .twp-author-name {
    font-size: 1.2rem;
    font-weight: 800;
}
.twp-single-author-info .twp-author-description .twp-title {
    margin-top: 0;
}
.twp-single-author-info .twp-author-description .twp-author-email {
    padding: 10px 0;
    font-style: italic;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: white;
}
#status {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 2px 1px 0px #f88c00;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-animation: spin 0.9s linear infinite;
    -o-animation: spin 0.9s linear infinite;
    -o-animation: spin 0.9s linear infinite;
    animation: spin 0.9s linear infinite;
}
.slick-arrow {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    outline: 0;
}
.slick-arrow.slick-disabled {
    z-index: -1;
}
.slick-arrow:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    border-color: black;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.slick-arrow:hover::before {
    border-color: #c20017;
}
.slick-prev {
    left: 0;
    padding-left: 15px;
}
.slick-prev:before {
    border-left: 2px solid;
    border-bottom: 2px solid;
}
.slick-next {
    right: 0;
    padding-left: 8px;
}
.slick-next:before {
    border-top: 2px solid;
    border-right: 2px solid;
}
.slick-dots {
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    height: 14px;
    width: 14px;
    border-style: solid;
    border-width: 2px;
    overflow: hidden;
    margin-right: 5px;
    background-color: white;
    border-radius: 100%;
    vertical-align: middle;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    width: 16px;
    height: 16px;
}
ul.twp-social-icons {
    display: flex;
    flex-wrap: wrap;
}
ul.twp-social-icons li:last-child {
    margin-left: 0;
}
ul.twp-social-icons li a {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    color: black;
    vertical-align: middle;
}
.night-mode .twp-top-bar ul.twp-social-icons li a {
    color: #fff;
}
ul.twp-social-icons li a span {
    display: none;
}
ul.twp-social-icons li a:before {
    content: "\f0c1";
    display: block;
    font-family: fontAwesome;
}
ul.twp-social-icons li a[href*="t.me"]:before,
ul.twp-social-icons li a[href*="telegram"]:before {
    content: "\f2c6";
}
ul.twp-social-icons li a[href*="t.me"]:hover,
ul.twp-social-icons li a[href*="t.me"]:focus,
ul.twp-social-icons li a[href*="telegram"]:hover,
ul.twp-social-icons li a[href*="telegram"]:focus {
    background-color: #0088CC;
    border-color: #0088CC;
    color: white;
}
ul.twp-social-icons li a[href*="t.me"]:hover:before,
ul.twp-social-icons li a[href*="t.me"]:focus:before,
ul.twp-social-icons li a[href*="telegram"]:hover:before,
ul.twp-social-icons li a[href*="telegram"]:focus:before {
    color: white;
}
ul.twp-social-icons li a[href*=twitter]:before {
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: currentColor;
}
ul.twp-social-icons li a[href*=twitter]:before {
    -webkit-mask-size: 14px;
    mask-size: 14px;
    height: 30px;
    width: 12px;
}
.twp-social-widget .twp-social-icons li a[href*=twitter]:before{
    -webkit-mask-size: 18px;
    mask-size: 18px;
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
}
ul.twp-social-icons li a:hover[href*=twitter], ul.twp-social-icons li a:focus-within[href*=twitter] {
    background-color: #1ca0fe;
}
ul.twp-social-icons li a:hover[href*=twitter]:before, ul.twp-social-icons li a:focus-within[href*=twitter]:before {
    color: white;
}
ul.twp-social-icons li a[href*=mailto]:before{
    content: "\f003";
}
ul.twp-social-icons li a:hover[href*=mailto], ul.twp-social-icons li a:focus-within[href*=mailto] {
    background-color: #2196F3;
}
ul.twp-social-icons li a:hover[href*=mailto]:before, ul.twp-social-icons li a:focus-within[href*=mailto]:before {
    color: white;
}
ul.twp-social-icons li a[href*=facebook]:before {
    content: "\f09a";
}
ul.twp-social-icons li a:hover[href*=facebook], ul.twp-social-icons li a:focus-within[href*=facebook] {
    background-color: #3b5999;
}
ul.twp-social-icons li a:hover[href*=facebook]:before, ul.twp-social-icons li a:focus-within[href*=facebook]:before {
    color: white;
}
ul.twp-social-icons li a[href*=dribbble]:before {
    content: "\f17d";
}
ul.twp-social-icons li a:hover[href*=dribbble], ul.twp-social-icons li a:focus-within[href*=dribbble] {
    background-color: #ea4c89;
}
ul.twp-social-icons li a:hover[href*=dribbble]:before, ul.twp-social-icons li a:focus-within[href*=dribbble]:before {
    color: white;
}
ul.twp-social-icons li a[href*=linkedin]:before {
    content: "\f0e1";
}
ul.twp-social-icons li a:hover[href*=linkedin], ul.twp-social-icons li a:focus-within[href*=linkedin] {
    background-color: #0177b5;
}
ul.twp-social-icons li a:hover[href*=linkedin]:before, ul.twp-social-icons li a:focus-within[href*=linkedin]:before {
    color: white;
}
ul.twp-social-icons li a[href*=instagram]:before {
    content: "\f16d";
}
ul.twp-social-icons li a:hover[href*=instagram], ul.twp-social-icons li a:focus-within[href*=instagram] {
    background-color: #E1306c;
}
ul.twp-social-icons li a:hover[href*=instagram]:before, ul.twp-social-icons li a:focus-within[href*=instagram]:before {
    color: white;
}
ul.twp-social-icons li a[href*=youtube]:before {
    content: "\f167";
}
ul.twp-social-icons li a:hover[href*=youtube], ul.twp-social-icons li a:focus-within[href*=youtube] {
    background-color: #ff0000;
}
ul.twp-social-icons li a:hover[href*=youtube]:before, ul.twp-social-icons li a:focus-within[href*=youtube]:before {
    color: white;
}
ul.twp-social-icons li a[href*=vimeo]:before {
    content: "\f27d";
}
ul.twp-social-icons li a:hover[href*=vimeo], ul.twp-social-icons li a:focus-within[href*=vimeo] {
    background-color: #1ab7ea;
}
ul.twp-social-icons li a:hover[href*=vimeo]:before, ul.twp-social-icons li a:focus-within[href*=vimeo]:before {
    color: white;
}
ul.twp-social-icons li a[href*=wordpress]:before {
    content: "\f19a";
}
ul.twp-social-icons li a:hover[href*=wordpress], ul.twp-social-icons li a:focus-within[href*=wordpress] {
    background-color: #0074aa;
}
ul.twp-social-icons li a:hover[href*=wordpress]:before, ul.twp-social-icons li a:focus-within[href*=wordpress]:before {
    color: white;
}
ul.twp-social-icons li a[href*=pinterest]:before {
    content: "\f0d2";
}
ul.twp-social-icons li a:hover[href*=pinterest], ul.twp-social-icons li a:focus-within[href*=pinterest] {
    background-color: #bd071c;
}
ul.twp-social-icons li a:hover[href*=pinterest]:before, ul.twp-social-icons li a:focus-within[href*=pinterest]:before {
    color: white;
}
ul.twp-social-icons li a[href*=tumblr]:before {
    content: "\f173";
}
ul.twp-social-icons li a:hover[href*=tumblr], ul.twp-social-icons li a:focus-within[href*=tumblr] {
    background-color: #3e5a70;
}
ul.twp-social-icons li a:hover[href*=tumblr]:before, ul.twp-social-icons li a:focus-within[href*=tumblr]:before {
    color: white;
}
ul.twp-social-icons li a[href*=whatsapp]:before {
    content: "\f232";
}
ul.twp-social-icons li a:hover[href*=whatsapp], ul.twp-social-icons li a:focus-within[href*=whatsapp] {
    background-color: #00e676;
}
ul.twp-social-icons li a:hover[href*=whatsapp]:before, ul.twp-social-icons li a:focus-within[href*=whatsapp]:before {
    color: white;
}
ul.twp-social-icons li a[href*=reddit]:before {
    content: "\f1a1";
}
ul.twp-social-icons li a:hover[href*=reddit], ul.twp-social-icons li a:focus-within[href*=reddit] {
    background-color: #ff4500;
}
ul.twp-social-icons li a:hover[href*=reddit]:before, ul.twp-social-icons li a:focus-within[href*=reddit]:before {
    color: white;
}
ul.twp-social-icons li a[href*=vk]:before {
    content: "\f189";
}
ul.twp-social-icons li a:hover[href*=vk], ul.twp-social-icons li a:focus-within[href*=vk] {
    background-color: #4a76a8;
}
ul.twp-social-icons li a:hover[href*=vk]:before, ul.twp-social-icons li a:focus-within[href*=vk]:before {
    color: white;
}
.twp-social-icon-rounded {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-social-icon-rounded i {
    font-size: 1.2rem;
    font-weight: 600;
}
.twp-social-icon-rounded:hover i {
    color: white;
}
.twp-widget-social-icons-rounded li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: white;
    border-style: solid;
    border-width: 2px;
    font-size: 1.2rem;
    font-weight: 600;
}
.twp-widget-social-icons-rounded li a[href*="t.me"] {
    color: #0088CC;
    border-color: #0088CC;
}
.twp-widget-social-icons-rounded li a[href*=twitter] {
    border-color: #1ca0fe;
    color: #1ca0fe;
}
.twp-widget-social-icons-rounded li a[href*=facebook] {
    border-color: #3b5999;
    color: #3b5999;
}
.twp-widget-social-icons-rounded li a[href*=dribbble] {
    border-color: #ea4c89;
    color: #ea4c89;
}
.twp-widget-social-icons-rounded li a[href*=linkedin] {
    border-color: #0177b5;
    color: #0177b5;
}
.twp-widget-social-icons-rounded li a[href*=instagram] {
    border-color: #E1306c;
    color: #E1306c;
}
.twp-widget-social-icons-rounded li a[href*=youtube] {
    border-color: #ff0000;
    color: #ff0000;
}
.twp-widget-social-icons-rounded li a[href*=vimeo] {
    border-color: #1ab7ea;
    color: #1ab7ea;
}
.twp-widget-social-icons-rounded li a[href*=wordpress] {
    border-color: #0074aa;
    color: #0074aa;
}
.twp-widget-social-icons-rounded li a[href*=pinterest] {
    border-color: #bd071c;
    color: #bd071c;
}
.twp-widget-social-icons-rounded li a[href*=tumblr] {
    border-color: #3e5a70;
    color: #3e5a70;
}
.twp-widget-social-icons-rounded li a[href*=whatsapp] {
    border-color: #00e676;
    color: #00e676;
}
.twp-widget-social-icons-rounded li a[href*=reddit] {
    border-color: #ff4500;
    color: #ff4500;
}
.twp-widget-social-icons-rounded li a[href*=vk] {
    border-color: #4a76a8;
    color: #4a76a8;
}
.twp-widget-social-icons-rounded li a[href*=telegram] {
    border-color: #0088cc;
    color: #0088cc;
}
.twp-tag-caption {
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    position: relative;
    margin-right: 10px;
}
.twp-tag-caption:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -26px;
    transform: translateY(-50%);
    border-color: transparent transparent transparent #c20017;
    border-style: solid;
    border-width: 13px;
}
.twp-tags-items {
    display: flex;
    flex-wrap: wrap;
}
.twp-tags-items li a {
    display: inline-block;
    text-decoration: none;
    padding: 0 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 30px;
    color: black;
}
.night-mode .twp-tags-items li a {
    color: #fff;
}
.twp-tags-items li a:hover,
.twp-tags-items li a:focus {
    color: #c20017;
}
.widget-title a,
.entry-title a,
.page-title a,
.twp-post-title a,
.twp-section-title a,
.twp-widget-title a {
    word-break: break-word;
}
.widget-title,
.twp-section-title {
    font-size: 22px;
}
.twp-post-title,
.twp-widget-title,
.twp-section-title-sm {
    font-size: 16px;
}
.twp-post-title-md,
.twp-widget-title-md,
.twp-section-title-md {
    font-size: 18px;
}
.twp-post-title-sm,
.twp-widget-title-sm {
    font-size: 0.8rem;
}
.twp-title {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
    line-height: 1;
}
.twp-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
}
.twp-title i {
    padding-left: 15px;
}
.twp-title.twp-sm-title {
    font-size: 1.2rem;
}
.twp-secondary-title {
    margin: 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #f3f3f3;
    padding-bottom: 10px;
    position: relative;
}
.twp-secondary-title .twp-post-format-icon {
    position: relative;
}
.desktop .twp-main-menu > ul {
    display: flex;
    flex-wrap: wrap;
}
.desktop .twp-main-menu > ul > li {
    font-weight: 600;
}
.desktop .twp-main-menu > ul > li.current-menu-item > a,
.desktop .twp-main-menu > ul > li:hover > a,
.desktop .twp-main-menu > ul > li:focus > a {
    background-color: rgba(123, 123, 123, 0.1);
}
.desktop .twp-main-menu > ul > li > a {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: transparent;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.desktop .twp-main-menu .sub-menu,
.desktop .twp-main-menu .children {
    background-color: #f3f3f3;
    box-shadow: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.desktop .twp-main-menu .sub-menu a,
.desktop .twp-main-menu .children a {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #D5D5D5;
    display: block;
    overflow: hidden;
}
.desktop .twp-main-menu .sub-menu a:before,
.desktop .twp-main-menu .children a:before {
    display: block;
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    bottom: -100%;
    left: 0;
    background-color: #c20017;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.desktop .twp-main-menu .sub-menu a:hover:before,
.desktop .twp-main-menu .children a:hover:before {
    bottom: 0;
}
.desktop .twp-main-menu > ul > li .sub-menu,
.desktop .twp-main-menu > ul > li .children {
    position: absolute;
    top: 110%;
    left: 0;
    width: 220px;
    opacity: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    z-index: 3;
}
.desktop .twp-main-menu > ul > li:hover > .sub-menu,
.desktop .twp-main-menu > ul > li:focus-within .sub-menu,
.desktop .twp-main-menu > ul > li:hover .children,
.desktop .twp-main-menu > ul > li:focus-within .children {
    top: 100%;
    opacity: 1;
    height: auto;
    overflow: visible;
    visibility: visible;
}
.desktop .twp-main-menu > ul > li .sub-menu > li .sub-menu,
.desktop .twp-main-menu > ul > li .children > li .children {
    top: 20%;
    left: 100%;
    overflow: hidden;
    visibility: hidden;
}
.desktop .twp-main-menu > ul > li .sub-menu > li:hover .sub-menu,
.desktop .twp-main-menu > ul > li .sub-menu > li:focus-within .sub-menu,
.desktop .twp-main-menu > ul > li .children > li:hover .children,
.desktop .twp-main-menu > ul > li .children > li:focus-within .children {
    opacity: 1;
    height: auto;
    top: 0;
    overflow: visible;
    visibility: visible;
}
.desktop .twp-main-menu > ul > li .sub-menu > li .sub-menu > li .sub-menu,
.desktop .twp-main-menu > ul > li .children > li .children > li .children {
    top: 20%;
    left: 100%;
    overflow: hidden;
    visibility: hidden;
}
.desktop .twp-main-menu > ul > li .sub-menu > li .sub-menu > li:hover .sub-menu,
.desktop .twp-main-menu > ul > li .sub-menu > li .sub-menu > li:focus-within .sub-menu,
.desktop .twp-main-menu > ul > li .children > li .children > li:hover .children,
.desktop .twp-main-menu > ul > li .children > li .children > li:focus-within .children {
    opacity: 1;
    height: auto;
    top: 0;
    overflow: visible;
    visibility: visible;
}
.twp-menu-description {
    display: inline-block;
    background: #c20017;
    color: white;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 3px;
}
.desktop .twp-main-menu li {
    position: relative;
}
.desktop .twp-main-menu a {
    position: relative;
    color: black;
    display: inline-block;
    text-decoration: none;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
}
.night-mode .desktop .twp-main-menu a {
    color: #fff;
}
.desktop .twp-main-menu a:hover,
.desktop .twp-main-menu a:focus {
    color: #f88c00;
}
.desktop .twp-main-menu .down-arrow > a:after,
.desktop .twp-main-menu .right-arrow > a:after {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: fontAwesome;
}
.desktop .twp-main-menu .down-arrow > a {
    padding: 0px 30px 0 15px;
}
.desktop .twp-main-menu .down-arrow > a:after {
    content: "";
}
.desktop .twp-main-menu .right-arrow > a:after {
    content: "";
}
.desktop .twp-main-menu .twp-menu-description {
    margin-left: 5px;
}
.desktop .twp-main-menu .menu-item-has-children ul .twp-menu-description,
.desktop .twp-main-menu .page_item_has_children ul .twp-menu-description {
    display: none;
}
.twp-single-page-post-section {
    margin: 0;
}
.twp-single-page-post-section p {
    text-align: justify;
}
.twp-single-page-post-section .entry-content .entry-title,
.twp-single-page-post-section .entry-content p, .twp-single-page-post-section .entry-content h2, .twp-single-page-post-section .entry-content h3,
.twp-single-page-post-section .entry-content .post-thumbnail,
.twp-single-page-post-section .entry-content figure, .twp-single-page-post-section .entry-content figcaption,
.twp-single-page-post-section .entry-content .wp-block-cover,
.twp-single-page-post-section .entry-header .entry-title,
.twp-single-page-post-section .entry-header p,
.twp-single-page-post-section .entry-header h2,
.twp-single-page-post-section .entry-header h3,
.twp-single-page-post-section .entry-header .post-thumbnail,
.twp-single-page-post-section .entry-header figure,
.twp-single-page-post-section .entry-header figcaption,
.twp-single-page-post-section .entry-header .wp-block-cover {
    margin-bottom: 0;
    margin-top: 20px;
}
.twp-single-page-post-section .entry-header {
    padding-top: 15px;
}
.twp-single-page-post-section .entry-header p {
    font-style: italic;
    font-size: 1.1rem;
}
.twp-single-page-post-section .entry-header .twp-author-desc {
    padding-top: 15px;
}
.twp-single-page-post-section figure {
    text-align: center;
}
.twp-single-page-post-section .post-thumbnail {
    margin-top: 15px;
}
.twp-single-page-post-section .entry-content {
    margin: 0;
}
.twp-single-page-post-section .entry-content figcaption {
    font-style: italic;
    font-size: 1rem;
    color: inherit;
}
.twp-single-page-post-section .entry-content pre.wp-block-verse, .twp-single-page-post-section .entry-content pre.wp-block-preformatted {
    background-color: #f3f3f3;
    font-size: 1rem;
    font-family: inherit;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 15px;
    white-space: pre-line;
    text-align: justify;
    color: black;
}
.twp-single-page-post-section .entry-footer {
    padding: 15px 0 20px 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    font-weight: 600;
    border-color: #f3f3f3;
}
.twp-single-page-post-section .entry-footer span, .twp-single-page-post-section .entry-footer a {
    display: inline-block;
}
.twp-single-page-post-section .entry-footer .twp-icon, .twp-single-page-post-section .entry-footer i {
    padding-right: 5px;
}
.twp-single-page-post-section .entry-footer .twp-links {
    padding-right: 15px;
}
.twp-single-page-post-section .entry-footer a {
    padding-left: 5px;
}
.twp-single-page-post-section .entry-footer .edit-link .twp-icon {
    padding-right: 0;
}
.twp-single-page-post-section .entry-footer .edit-link a {
    padding-left: 0;
}
.twp-single-page-post-section blockquote.wp-block-quote {
    padding: 0;
    margin: 0;
}
.twp-single-page-post-section blockquote.wp-block-quote p {
    font-size: 1.2rem;
    padding: 30px;
    position: relative;
}
.twp-single-page-post-section blockquote.wp-block-quote p:before, .twp-single-page-post-section blockquote.wp-block-quote p:after {
    display: block;
    font-family: fontAwesome;
    position: absolute;
    font-size: 24px;
    color: #f88c00;
}
.twp-single-page-post-section blockquote.wp-block-quote p:before {
    content: "";
    left: 0;
    top: 0;
}
.twp-single-page-post-section blockquote.wp-block-quote p:after {
    content: "";
    right: 0;
    bottom: 0;
}
.twp-single-page-post-section blockquote cite {
    display: block;
    margin-top: 10px;
    text-align: end;
}
.twp-single-page-post-section ul {
    margin: 0;
}
.twp-single-page-post-section ul li {
    padding-top: 15px;
}
.twp-single-page-post-section .wp-block-categories {
    padding-top: 15px;
}
.twp-single-page-post-section .wp-block-categories select {
    padding: 7px 15px;
}
.twp-single-page-post-section table td {
    padding: 10px 15px;
    text-align: center;
}
.twp-single-page-post-section .wp-block-gallery .blocks-gallery-item {
    margin-bottom: 0;
}
.twp-single-page-post-section .wp-block-gallery figcaption {
    color: white;
}
.twp-single-page-post-section hr {
    height: 2px;
    background-color: #f3f3f3;
    margin: 20px 0 0;
}
.twp-single-page-post-section .wp-block-image {
    margin-bottom: 0;
}
.widget {
    padding: 0 15px 15px;
    box-shadow: 0 0 11px 5px rgba(238, 238, 238, 0.7);
    margin-bottom: 15px;
}
.widget:last-child {
    margin-bottom: 0;
}
.widget .widget-title {
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    padding: 15px 0;
    line-height: 1;
}
.widget .widget-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25px;
    height: 3px;
}
.widget select {
    width: 100%;
    padding: 10px;
}
.widget .gallery figcaption {
    display: none;
}
.widget .tagcloud {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.widget .tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    background-color: rgba(213, 213, 213, 0.27);
    padding: 1px 10px 2px;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
    margin: 5px 5px 0;
}
.widget ul {
    font-weight: 600;
}
.widget ul li {
    padding: 15px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f3f3f3;
}
.twp-footer-widget .widget ul li {
    border-color: rgba(255, 255, 255, 0.2);
}
.widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.widget ul li:first-child {
    padding-top: 0;
}
.widget ul li ul {
    margin-top: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #f3f3f3;
}
.twp-footer-widget .widget ul li ul {
    border-color: rgba(255, 255, 255, 0.2);
}
.widget ul li ul li {
    padding: 10px 30px 10px 15px;
}
.widget ul li ul li:first-child {
    padding-top: 10px;
}
.widget .calendar_wrap table {
    border-collapse: collapse;
}
.widget .calendar_wrap table caption {
    font-size: 1.3rem;
    line-height: 1;
    padding-bottom: 15px;
    font-weight: 600;
}
.widget .calendar_wrap table tbody tr {
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #f3f3f3;
}
.widget .calendar_wrap table tbody tr td {
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #f3f3f3;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget .calendar_wrap table tbody tr:last-child {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f3f3f3;
}
.widget .calendar_wrap table tfoot {
    text-align: center;
}
.widget .calendar_wrap table tfoot td {
    padding-top: 10px;
    padding-bottom: 10px;
}
.widget .search-form {
    padding-top: 15px;
}
.widget .search-form label {
    width: calc(100% - 90px);
    float: left;
    padding-right: 5px;
}
.widget .search-form label input {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
    border-color: #f3f3f3;
}
.widget .search-form .search-submit {
    width: 90px;
    height: 45px;
    float: left;
    font-size: 1rem;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
}
.widget.default_mag_social_widget .widget-title {
    margin-bottom: 0;
}
.widget ul.twp-widget-social-icons-rounded li {
    border-bottom: 0;
    padding: 15px 5px 0 0;
}
.twp-single-next-post {
    padding: 30px 0 45px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #f3f3f3;
    position: relative;
    z-index: 1;
}
.twp-single-next-post:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 150px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 86%, white 87%, white 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 86%, white 87%, white 100%);
}
.night-mode .twp-single-next-post:before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 86%, #000 87%, #000 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000 86%, #000 87%, #000 100%);
}
.twp-single-next-post .twp-title,
.twp-single-next-post .twp-categories,
.twp-single-next-post .twp-secondary-title,
.twp-single-next-post .twp-caption,
.twp-single-next-post .twp-image-section,
.twp-single-next-post .twp-time {
    margin-top: 15px;
}
.twp-single-next-post .twp-caption {
    font-style: italic;
}
.twp-single-next-post .twp-image-section {
    position: relative;
    height: 200px;
    overflow: hidden;
    text-align: center;
}
.twp-single-next-post .twp-time i {
    padding-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.wp-block-gallery .slick-dots,
.widget_media_gallery .slick-dots {
    display: none !important;
}
.wp-block-gallery .slick-arrow:before,
.widget_media_gallery .slick-arrow:before {
    border-color: #f88c00;
}
.widget_media_gallery .gallery {
    margin: 0;
}
.widget_media_gallery .gallery .gallery-item {
    padding: 0 7.5px;
    margin-bottom: 15px;
    margin-top: 0;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon {
    display: flex;
    justify-content: center;
}
.twp-articles-list {
    background-color: #dfe0e4;
}
.twp-articles-list .twp-post {
    background-color: rgba(255, 255, 255, 0.15);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f3f3f3;
    padding: 10px;
}
.twp-articles-list .twp-post:hover {
    background-color: rgba(128, 128, 128, 0.3);
    border-color: rgba(128, 128, 128, 0.3);
}
.twp-articles-list .twp-article-header {
    padding: 10px 15px;
    position: relative;
}
.twp-articles-list .twp-article-header .twp-section-title {
    margin: 0;
    color: black;
}
.twp-articles-list .twp-article-header .twp-close-icon-section {
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.twp-breadcrumbs {
    background-color: #D5D5D5;
    font-weight: 600;
}
.twp-breadcrumbs ul li {
    float: left;
    padding: 10px 30px 10px 0;
    position: relative;
    color: black;
}
.twp-breadcrumbs ul li a {
    color: black;
}
.night-mode .twp-breadcrumbs ul li,
.night-mode .twp-breadcrumbs ul li a {
    color: #fff;
}
.twp-breadcrumbs ul li a:hover,
.twp-breadcrumbs ul li a:focus {
    color: #f88c00;
}
.twp-breadcrumbs ul li:after {
    content: "";
    display: block;
    font-family: fontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.twp-breadcrumbs ul li:last-child:after {
    display: none;
}
.twp-footer {
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 15px 0;
}
.twp-footer.twp-m-5 {
    margin-bottom: 50px;
}
.twp-footer a {
    color: white;
    text-decoration: none;
}
.twp-footer .twp-footer-menu {
    text-align: left;
    padding-top: 10px;
}
@media (min-width: 992px) {
    .twp-footer .twp-footer-menu {
        text-align: right;
        padding-top: 0;
    }
}
.footer-active.show {
    margin-bottom: 50px;
}
.twp-footer-widget {
    padding-bottom: 30px;
    background-color: rgba(0, 0, 0, 0.91);
    color: white;
}
.twp-footer-widget .widget {
    color: white;
    box-shadow: none;
    padding: 30px 0 0;
}
.twp-footer-widget .widget a {
    color: white;
}
.twp-footer-widget .widget a:hover {
    color: #f88c00;
}
.twp-footer-widget .widget .widget-title {
    font-size: 1.3rem;
    padding-top: 0;
}
.twp-footer-widget .widget table caption {
    padding-top: 0;
}
.twp-site-branding.data-bg {
    background-color: transparent;
}
.twp-site-branding .twp-wrapper {
    padding: 15px 0;
}
@media (min-width: 768px) {
    .twp-site-branding .twp-wrapper {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
@media (min-width: 1050px) {
    .twp-site-branding .twp-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}
.twp-site-branding .twp-wrapper .twp-logo {
    text-align: center;
    line-height: 1.4;
    padding: 0 7.5px;
}
.twp-site-branding .twp-wrapper .twp-logo h1 {
    margin-top: 0;
    margin-bottom: 0;
}
@media (min-width: 1050px) {
    .twp-site-branding .twp-wrapper .twp-logo {
        flex: 0 0 calc(100% - 728px);
        max-width: calc(100% - 728px);
        text-align: inherit;
    }
}
.twp-site-branding .twp-wrapper .twp-logo .twp-image-wrapper {
    display: block;
    width: 260px;
    max-width: 100%;
}
@media (max-width: 1049px) {
    .twp-site-branding .twp-wrapper .twp-logo .twp-image-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
.twp-site-branding .twp-wrapper .twp-logo .site-title {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1;
    text-transform: capitalize;
}
.twp-site-branding .twp-wrapper .twp-logo .site-title a {
    font-size: 35px;
    font-weight: 800;
    font-family: "EB+Garamond";
}
.twp-site-branding .twp-wrapper .twp-logo .site-description {
    margin: 0;
}
.twp-site-branding .twp-wrapper .twp-ad {
    padding: 15px 7.5px 0 7.5px;
    text-align: center;
}
@media (min-width: 1050px) {
    .twp-site-branding .twp-wrapper .twp-ad {
        flex: 728px;
        max-width: 728px;
        padding-top: 0;
        text-align: inherit;
    }
}
.twp-site-branding .twp-wrapper .twp-ad a {
    display: inline-block;
    width: 100%;
}
.twp-site-branding .twp-wrapper .twp-ad a .data-bg {
    background-color: transparent;
    background-size: contain;
    transition: transform 1s ease;
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
}
.twp-site-branding .twp-wrapper .twp-ad a:hover .data-bg {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
}
.twp-site-branding .twp-wrapper .twp-ad .twp-ad-image {
    height: 45px;
    overflow: hidden;
}
@media (min-width: 576px) {
    .twp-site-branding .twp-wrapper .twp-ad .twp-ad-image {
        height: 90px;
    }
}
.twp-site-branding.twp-logo-center .twp-logo {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 15px 0;
}
.twp-mobile-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: white;
    padding: 30px;
    color: white;
    overflow-y: auto;
    transition: all 0.5s ease;
}
.twp-mobile-menu .twp-menu-description {
    margin: 0 10px;
}
@media (min-width: 768px) {
    .twp-mobile-menu {
        width: 300px;
    }
}
.twp-mobile-menu.show {
    left: 0;
}
.twp-mobile-menu .twp-mobile-close-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 0;
}
.twp-mobile-menu ul li a {
    display: block;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px 0;
    position: relative;
}
.twp-navigation .theme-mode a, .twp-navigation .twp-search-section {
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    background-color: gray;
    color: white;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.admin-bar .twp-navigation.sticky {
    top: 30px;
}
@media screen and (max-width: 782px) {
    .admin-bar .twp-navigation.sticky {
        top: 46px;
    }
}
@media screen and (max-width: 600px) {
    .admin-bar .twp-navigation.sticky {
        top: 0;
    }
}
.twp-navigation {
    position: relative;
}
.twp-navigation.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    left: 0;
}
.twp-navigation.sticky .twp-menu-description {
    display: none !important;
}
.twp-navigation .twp-nav-left-content {
    display: flex;
}
.twp-nav-off-canvas {
    margin-right: 15px;
}
.twp-navigation .twp-nav-left-content .twp-nav-sidebar-menu {
    display: flex;
    padding-top: 10px;
}
@media (min-width: 1050px) {
    .twp-navigation .twp-nav-left-content .twp-nav-sidebar-menu .twp-mobile-menu-icon {
        display: none;
    }
}
.twp-navigation .twp-nav-left-content .twp-nav-sidebar-menu .twp-mobile-menu-icon .twp-menu-icon:before {
    width: 80%;
}
.twp-navigation .twp-nav-left-content .twp-menu-section {
    display: none;
}
@media (min-width: 1050px) {
    .twp-navigation .twp-nav-left-content .twp-menu-section {
        display: block;
    }
}
.twp-navigation .twp-nav-right-content .twp-latest-news-button-section .twp-nav-button {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}
.twp-navigation .twp-articles-list {
    position: absolute;
    top: 100%;
    left: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    z-index: 2;
}
.twp-navigation .twp-articles-list.twp-open {
    height: 80vh;
    padding-bottom: 30px;
    padding-top: 30px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .twp-navigation .twp-articles-list.twp-open {
        height: initial;
        overflow: visible;
    }
}
.twp-navigation .twp-search-field-section {
    background: #D5D5D5;
    padding: 30px 0;
    display: none;
}
.night-mode .twp-navigation .twp-search-field-section {
    background: #000;
}
@media (min-width: 576px) {
    .twp-navigation .twp-search-field-section {
        padding: 30px;
    }
}
#sticky-nav-menu {
    margin-top: -1px;
}
.twp-offcanvas-sidebar-wrapper {
    padding-top: 15px;
    background-color: white;
    color: black;
}
.twp-offcanvas-sidebar-wrapper .twp-offcanvas-close-icon {
    margin-bottom: 15px;
    text-align: right;
}
.twp-offcanvas-sidebar-wrapper a {
    color: black;
}
.twp-offcanvas-sidebar-wrapper a:hover,
.twp-offcanvas-sidebar-wrapper a:focus {
    color: #f88c00;
}
.twp-offcanvas-sidebar-wrapper .container {
    padding: 0;
}
.sidr-open .twp-navigation .twp-nav-off-canvas .twp-menu-icon:before {
    content: none;
}
.sidr-open .twp-navigation .twp-nav-off-canvas .twp-menu-icon span:before, .sidr-open .twp-navigation .twp-nav-off-canvas .twp-menu-icon span:after {
    top: 8px;
    width: 80%;
    height: 3px;
}
.sidr-open .twp-navigation .twp-nav-off-canvas .twp-menu-icon span:before {
    transform: rotate(45deg);
}
.sidr-open .twp-navigation .twp-nav-off-canvas .twp-menu-icon span:after {
    transform: rotate(135deg);
}
.twp-post-layout-1 {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: rgba(123, 123, 123, 0.17);
}
.twp-post-layout-1 .twp-post {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f3f3f3;
    padding: 15px;
}
.twp-post-layout-2 {
    border-style: solid;
    border-width: 1px;
    border-color: #f3f3f3;
    padding: 0 15px;
}
.twp-post-layout-2 .twp-recent-feature-image-section {
    position: relative;
}
.twp-post-layout-2 .twp-block-post {
    padding-top: 15px;
    padding-bottom: 15px;
}
.widget ul.twp-tab {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.widget ul.twp-tab li {
    flex-grow: 1;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #f3f3f3;
    text-align: center;
    font-weight: 600;
    padding: 0;
}
.widget ul.twp-tab li a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
}
.widget ul.twp-tab li:last-child {
    border-right: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f3f3f3;
}
.widget .twp-tab-content {
    padding-top: 15px;
}
.widget .twp-tab-content .tab-pane {
    display: none;
}
.widget .twp-tab-content .tab-pane.active {
    display: block;
}
.twp-ticker-pin-slider-section .twp-ticker-pin-slider:not(.slick-initialized) {
    opacity: 0;
    visibility: hidden;
    max-height: 50px;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.twp-ticker-pin-slider-section .twp-ticker-pin-slider {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.twp-ticker-pin-slider-section {
    background-color: #f3f3f3;
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -200px;
    z-index: 9;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-ticker-pin-slider-section.twp-ticker-active.show {
    bottom: 0;
}
.twp-ticker-pin-slider-section .twp-ticker-close {
    position: absolute;
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
}
@media (min-width: 1050px) {
    .twp-ticker-pin-slider-section .twp-ticker-close {
        left: 0;
    }
}
.twp-ticker-pin-slider-section .twp-wrapper {
    position: relative;
}
.twp-ticker-pin-slider-section .twp-section-title {
    float: left;
    padding: 0 10px;
    position: relative;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    margin: 0 0px 0 60px;
    display: none;
}
@media (min-width: 1050px) {
    .twp-ticker-pin-slider-section .twp-section-title {
        display: block;
    }
}
.twp-ticker-pin-slider-section .twp-section-title:before, .twp-ticker-pin-slider-section .twp-section-title:after {
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    content: "";
}
.twp-ticker-pin-slider-section .twp-section-title:before {
    left: -20px;
    border-left: 20px solid transparent;
    border-bottom: 50px solid #c20017;
}
.twp-ticker-pin-slider-section .twp-section-title:after {
    border-top: 50px solid #c20017;
    border-right: 20px solid transparent;
    right: -20px;
}
.twp-ticker-open {
    position: fixed;
    bottom: 60px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-ticker-open.show {
    left: 60px;
}
.twp-ticker-open.close {
    left: -200px;
}
.twp-ticker-open .twp-plus-icon {
    display: none;
    justify-content: center;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 5px 5px #eeeeee;
}
@media (min-width: 1050px) {
    .twp-ticker-open .twp-plus-icon {
        display: flex;
    }
}
.twp-ticker-open .twp-plus-icon:hover {
    background-color: #f3f3f3;
}
.twp-top-bar {
    font-weight: 600;
    background-color: #D5D5D5;
}
.twp-top-bar .twp-header-tags {
    display: none;
    height: 30px;
    align-items: center;
}
@media (min-width: 1050px) {
    .twp-top-bar .twp-header-tags {
        display: flex;
    }
}
.twp-top-bar .twp-social-icon-section {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1050px) {
    .twp-top-bar .twp-social-icon-section {
        width: initial;
        justify-content: initial;
        align-items: initial;
    }
}
.twp-top-bar .twp-social-icon-section .twp-social-icons {
    line-height: 30px;
}
.twp-top-bar .twp-social-icon-section .twp-todays-date {
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    display: none;
}
@media (min-width: 1050px) {
    .twp-top-bar .twp-social-icon-section .twp-todays-date {
        display: block;
    }
}
.comments-area .comment-list li .comment-content p:before,
.twp-comments-section .comment-list li .comment-content p:before, .comments-area .comment-list li .comment-meta .comment-metadata .edit-link:before, .comments-area .comment-list li .comment-meta .comment-metadata time:before,
.twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before,
.twp-comments-section .comment-list li .comment-meta .comment-metadata time:before {
    display: block;
    position: absolute;
    font-family: fontAwesome;
    left: 0;
    color: black;
}
.comments-area .comment-list li,
.twp-comments-section .comment-list li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #f3f3f3;
}
.comments-area .comment-list li .comment-reply-link,
.twp-comments-section .comment-list li .comment-reply-link {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.comments-area .comment-list li .comment-meta .comment-author img,
.twp-comments-section .comment-list li .comment-meta .comment-author img {
    margin-right: 15px;
}
.comments-area .comment-list li .comment-meta .comment-metadata,
.twp-comments-section .comment-list li .comment-meta .comment-metadata {
    padding-top: 15px;
}
.comments-area .comment-list li .comment-meta .comment-metadata a, .comments-area .comment-list li .comment-meta .comment-metadata span, .comments-area .comment-list li .comment-meta .comment-metadata time,
.twp-comments-section .comment-list li .comment-meta .comment-metadata a,
.twp-comments-section .comment-list li .comment-meta .comment-metadata span,
.twp-comments-section .comment-list li .comment-meta .comment-metadata time {
    display: inline-block;
    position: relative;
}
.comments-area .comment-list li .comment-meta .comment-metadata .edit-link, .comments-area .comment-list li .comment-meta .comment-metadata time,
.twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link,
.twp-comments-section .comment-list li .comment-meta .comment-metadata time {
    padding-left: 25px;
    padding-right: 20px;
}
.comments-area .comment-list li .comment-meta .comment-metadata time:before,
.twp-comments-section .comment-list li .comment-meta .comment-metadata time:before {
    content: "";
}
.comments-area .comment-list li .comment-meta .comment-metadata .edit-link:before,
.twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before {
    content: "";
}
.comments-area .comment-list li .comment-content p,
.twp-comments-section .comment-list li .comment-content p {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.comments-area .comment-list li .comment-content p:last-child,
.twp-comments-section .comment-list li .comment-content p:last-child {
    margin-bottom: 0;
}
.comments-area .comment-list li .comment-content p:before,
.twp-comments-section .comment-list li .comment-content p:before {
    content: "";
}
.comments-area .comment-list li .reply,
.twp-comments-section .comment-list li .reply {
    padding-top: 15px;
}
.comments-area .comment-respond,
.twp-comments-section .comment-respond {
    padding-top: 15px;
}
.comments-area .comment-respond .comment-reply-title,
.twp-comments-section .comment-respond .comment-reply-title {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 0;
}
.comments-area .comment-respond p,
.twp-comments-section .comment-respond p {
    margin-top: 15px;
    margin-bottom: 0;
}
.comments-area .comment-respond .comment-form-ratings,
.twp-comments-section .comment-respond .comment-form-ratings {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    flex: 0 0 100%;
    max-width: 100%;
}
.comments-area .comment-respond .comment-form-ratings span,
.comments-area .comment-respond .comment-form-ratings label,
.twp-comments-section .comment-respond .comment-form-ratings span,
.twp-comments-section .comment-respond .comment-form-ratings label {
    display: inline-block;
}
.comments-area .comment-respond .comment-form-ratings .comments-rating,
.comments-area .comment-respond .comment-form-ratings .twp-comment-rating-label,
.twp-comments-section .comment-respond .comment-form-ratings .comments-rating,
.twp-comments-section .comment-respond .comment-form-ratings .twp-comment-rating-label {
    padding-left: 5px;
    padding-right: 5px;
}
.comments-area .comment-respond .comment-form,
.twp-comments-section .comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comments-area .comment-respond .comment-form p,
.twp-comments-section .comment-respond .comment-form p {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .comments-area .comment-respond .comment-form p,
    .twp-comments-section .comment-respond .comment-form p {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 10px;
    }
}
.comments-area .comment-respond .comment-form p.comment-notes, .comments-area .comment-respond .comment-form p.comment-form-comment, .comments-area .comment-respond .comment-form p.comment-form-cookies-consent, .comments-area .comment-respond .comment-form p.form-submit, .comments-area .comment-respond .comment-form p.logged-in-as,
.twp-comments-section .comment-respond .comment-form p.comment-notes,
.twp-comments-section .comment-respond .comment-form p.comment-form-comment,
.twp-comments-section .comment-respond .comment-form p.comment-form-cookies-consent,
.twp-comments-section .comment-respond .comment-form p.form-submit,
.twp-comments-section .comment-respond .comment-form p.logged-in-as {
    flex: 0 0 100%;
    max-width: 100%;
}
.comments-area .comment-respond .comment-form p label,
.twp-comments-section .comment-respond .comment-form p label {
    display: block;
    margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent,
.twp-comments-section .comment-respond .comment-form .comment-form-cookies-consent {
    position: relative;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent input,
.twp-comments-section .comment-respond .comment-form .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 2px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label,
.twp-comments-section .comment-respond .comment-form .comment-form-cookies-consent label {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    text-align: justify;
}
.comments-area .comment-respond .comment-form .logged-in-as,
.twp-comments-section .comment-respond .comment-form .logged-in-as {
    margin-top: 0;
}
.comments-area .comment-respond .comment-form .logged-in-as a,
.twp-comments-section .comment-respond .comment-form .logged-in-as a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
@media (min-width: 768px) {
    .comments-area .comment-respond .comment-form .logged-in-as a,
    .twp-comments-section .comment-respond .comment-form .logged-in-as a {
        margin-right: 10px;
        width: initial;
    }
}
.comments-area .comment-respond .comment-form .logged-in-as a:last-child,
.twp-comments-section .comment-respond .comment-form .logged-in-as a:last-child {
    margin-right: 0;
}
.comment-form textarea,
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url] {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f3f3;
    padding: 10px 15px;
}
.comment-form input[type=submit] {
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 36px;
    border-style: solid;
    border-width: 2px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    font-family: "Merriweather";
    font-size: 1rem;
}
.comments-area,
.twp-comments-section {
    padding: 30px;
    font-weight: 600;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #f3f3f3;
    margin-top: 30px;
    box-shadow: 0 0 5px 5px #eeeeee;
}
.comments-area .comments-title,
.twp-comments-section .comments-title {
    margin: 0;
}
.twp-not-found {
    text-align: center;
    color: black;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.twp-not-found .twp-error-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}
@media (min-width: 1050px) {
    .twp-not-found .twp-error-title {
        font-size: 100px;
    }
}
.twp-not-found h1 {
    margin: 0;
}
.twp-not-found .page-header,
.twp-not-found .page-content {
    flex: 0 0 100%;
    max-width: 100%;
}
.twp-not-found .page-content {
    padding: 20px 0 0 0;
    margin: 0;
}
.twp-not-found .page-content p {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-style: italic;
    font-family: "Merriweather";
}
.twp-not-found .search-form {
    width: 70%;
    margin: 0 auto;
}
.twp-not-found .search-form label {
    width: calc(100% - 90px);
    float: left;
    padding-right: 5px;
}
.twp-not-found .search-form label input {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
}
.twp-not-found .search-form .search-submit {
    width: 90px;
    height: 45px;
    float: left;
    font-size: 1rem;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
}
.page-header .twp-title {
    margin-top: 30px;
}
.twp-archive-post-list .twp-archive-post {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 7.5px;
    margin-top: 30px;
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .twp-archive-post-list .twp-archive-post {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.twp-archive-post-list .posts-navigation {
    margin: 0;
}
.twp-archive-post-list .twp-pagination {
    margin-top: 30px;
    padding: 0 7.5px;
}
.page-header .archive-description {
    font-style: italic;
    font-family: "Merriweather";
}
.page-header .archive-description p {
    margin-top: 20px;
    margin-bottom: 0;
}
.page-header .page-title {
    margin-top: 30px;
    margin-bottom: 0;
    line-height: 1;
    padding-top: 15px;
}
.twp-single-page-related-article-section .twp-title {
    margin-top: 30px;
}
.twp-single-related-post-list .twp-post {
    margin-top: 30px;
}
.twp-banner-main-section {
    padding-bottom: 30px;
}
.twp-banner-main-section .twp-title {
    margin-top: 30px;
    margin-bottom: 0;
}
.twp-banner-main-section .twp-exclusive-post-list,
.twp-banner-main-section .twp-recent-post-list,
.twp-banner-main-section .twp-banner-article-slider {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .twp-banner-main-section .twp-exclusive-post-list .twp-image-section {
        flex: 0 0 60px;
        max-width: 60px;
    }
}
@media (min-width: 1050px) {
    .twp-banner-main-section .twp-exclusive-post-list .twp-image-section {
        flex: 0 0 100px;
        max-width: 100px;
    }
}
@media (min-width: 992px) {
    .twp-banner-main-section .twp-exclusive-post-list .twp-desc {
        flex: 0 0 calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
}
@media (min-width: 1050px) {
    .twp-banner-main-section .twp-exclusive-post-list .twp-desc {
        flex: 0 0 calc(100% - 100px);
        max-width: calc(100% - 100px);
    }
}
.twp-banner-main-section .twp-banner-article-slider .slick-dots {
    margin-top: 15px;
}
.twp-banner-main-section .twp-banner-slider-section .twp-post-list .twp-post {
    margin-top: 20px;
}
.twp-related-articles-slider-section {
    padding: 30px 0;
}
.twp-related-articles-slider-section .twp-title {
    margin-bottom: 15px;
    margin-left: 5px;
    color: black;
}
.twp-related-articles-slider-section .twp-post {
    padding: 0 5px;
    position: relative;
}
.twp-related-articles-slider-section .twp-post .twp-image {
    background-color: #7b7b7b;
}
.twp-related-articles-slider-section .slick-arrow {
    top: 27%;
    transform: translateY(0);
    background-color: white;
    border-radius: 0;
}
.twp-related-articles-slider-section .slick-arrow:hover::before {
    border-color: #c20017;
}
.twp-related-articles-slider-section .slick-prev {
    left: 5px;
}
.twp-related-articles-slider-section .slick-next {
    right: 3px;
}
.twp-featured-category-post-list {
    padding-bottom: 30px;
}
.twp-featured-category-post-list .twp-title,
.twp-featured-category-post-list .twp-post-list {
    margin-top: 30px;
}
.twp-home-widget-section section {
    margin: 0;
    padding: 15px 0 45px;
    box-shadow: none;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #f3f3f3;
}
.twp-home-widget-section section .widget-title {
    margin: 0;
    padding-top: 30px;
}
@media (min-width: 768px) {
    .twp-home-widget-section .default_mag_popular_post_widget .twp-recent-widget-list,
    .twp-home-widget-section .default_mag_widget_tabbed .twp-recent-widget-list {
        display: flex;
        flex-wrap: wrap;
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
}
@media (min-width: 768px) {
    .twp-home-widget-section .default_mag_popular_post_widget .twp-recent-widget-list li,
    .twp-home-widget-section .default_mag_widget_tabbed .twp-recent-widget-list li {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-left: 7.5px;
        margin-right: 7.5px;
    }
}
.twp-home-widget-section .default_mag_widget_tabbed .section-head {
    padding-top: 15px;
}
.twp-home-widget-section .default_mag_widget_tabbed .section-head ul {
    border-top-style: solid;
    border-top-width: 1px;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #f3f3f3;
}
.twp-home-widget-section .default_mag_author_widget {
    padding-top: 45px;
}
.twp-home-widget-section .default_mag_author_widget .widget-title {
    padding-top: 15px;
}
.twp-home-widget-section .default_mag_author_widget .twp-author-bio {
    text-align: center;
}
.twp-home-widget-section .default_mag_author_widget .twp-author-wrapper {
    box-shadow: 0 0 11px 5px rgba(238, 238, 238, 0.7);
    padding: 0 15px 15px;
}
@media (min-width: 768px) {
    .twp-home-widget-section .default_mag_author_widget .twp-author-wrapper {
        max-width: 400px;
        margin: auto;
    }
}
.twp-home-widget-section .widget .twp-recent-widget-section .twp-post:first-child {
    padding-top: 15px;
}
.twp-home-widget-section .widget .twp-recent-widget-section .twp-desc {
    padding-left: 15px;
    padding-right: 15px;
}
.twp-home-page-widget-style-1-section .twp-block-post,
.twp-home-page-widget-style-1-section .twp-widget-post-list-section {
    margin-top: 30px;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .twp-home-page-widget-style-1-section .twp-block-post,
    .twp-home-page-widget-style-1-section .twp-widget-post-list-section {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.twp-home-page-widget-style-1-section .twp-block-post {
    min-height: 300px;
    max-height: 600px;
}
.twp-home-page-widget-style-1-section .twp-block-post .twp-image-section {
    height: 100%;
}
.twp-home-page-widget-style-1-section .twp-widget-post-list-section {
    border-style: solid;
    border-width: 1px;
    border-color: #f3f3f3;
    padding: 0 15px;
}
.twp-home-page-widget-style-1-section .twp-widget-post-list-section .twp-post:first-child {
    padding-top: 15px !important;
}
.twp-home-page-widget-style-1-section .twp-widget-post-list-section .twp-post:last-child {
    padding-bottom: 15px !important;
}
.twp-home-page-widget-style-2-section .twp-post-list,
.twp-home-page-widget-style-2-section .twp-block-post-list {
    margin-top: 15px;
}
.twp-home-page-widget-style-2-section .twp-post-list .twp-post,
.twp-home-page-widget-style-2-section .twp-block-post-list .twp-post {
    padding-top: 15px;
}
.twp-home-page-widget-style-2-section .twp-ad-image-section {
    text-align: center;
    margin-top: 30px;
}
.twp-home-page-widget-style-2-section .twp-ad-image-section a {
    display: block;
}
@media (min-width: 576px) {
    .twp-home-page-widget-style-2-section .twp-ad-image-section a {
        width: 50%;
        margin: 0 auto;
    }
}
@media (min-width: 1050px) {
    .twp-home-page-widget-style-2-section .twp-ad-image-section a {
        width: 100%;
    }
}
.widget-area .container,
.twp-footer-widget .widget .container,
.twp-offcanvas-sidebar-wrapper .container {
    max-width: 100%;
}
.widget-area .twp-row,
.twp-footer-widget .widget .twp-row,
.twp-offcanvas-sidebar-wrapper .twp-row {
    margin-left: 0;
    margin-right: 0;
}
.widget-area .twp-col,
.widget-area .twp-block-post,
.widget-area .twp-widget-post-list-section,
.twp-footer-widget .widget .twp-col,
.twp-footer-widget .widget .twp-block-post,
.twp-footer-widget .widget .twp-widget-post-list-section,
.twp-offcanvas-sidebar-wrapper .twp-col,
.twp-offcanvas-sidebar-wrapper .twp-block-post,
.twp-offcanvas-sidebar-wrapper .twp-widget-post-list-section {
    flex: 0 0 100%;
    max-width: 100%;
}
.widget-area .twp-widget-post-list-section,
.twp-footer-widget .widget .twp-widget-post-list-section,
.twp-offcanvas-sidebar-wrapper .twp-widget-post-list-section {
    border-left-style: solid;
    border-left-width: 1px;
    border-color: #f3f3f3;
}
.widget-area .twp-ad-image-section,
.twp-footer-widget .widget .twp-ad-image-section,
.twp-offcanvas-sidebar-wrapper .twp-ad-image-section {
    margin-top: 15px;
    text-align: center;
}
.twp-home-static-page,
.twp-home-page-latest-post {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #f3f3f3;
    padding-bottom: 30px;
}
.theme-mode .fa-adjust:before {
    content: "";
}
.twp-primary-color {
    color: #c20017;
}
.twp-secondary-color {
    color: #f88c00;
}
.twp-default-color {
    color: black;
}
a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
a:hover,
a:focus {
    color: #f88c00;
}
a.twp-white-anchor-text {
    color: white;
}
a.twp-white-anchor-text:hover,
a.twp-white-anchor-text:focus {
    color: #f88c00;
}
.twp-primary-text {
    color: #c20017;
}
.twp-primary-text:hover,
.twp-primary-text:focus {
    color: #f88c00;
}
.twp-default-bg {
    background-color: #f3f3f3;
}
.twp-primary-bg {
    background-color: #c20017;
    color: white;
}
.twp-bg-primary-opacity {
    background-color: rgba(194, 0, 23, 0.6);
    color: white;
}
.twp-secondary-bg-opacity {
    background-color: rgba(248, 140, 0, 0.8);
    color: white;
}
.night-mode body {
    background-color: #252525;
    color: white;
}
.night-mode .boxed-layout {
    background-color: rgba(0, 0, 0, 0.63);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
}
.night-mode .theme-mode .fa-adjust:before {
    content: "";
}
.night-mode a {
    color: white;
}
.night-mode a:hover,
.night-mode a:focus {
    color: #f88c00;
}
.night-mode a.twp-default-anchor-text {
    color: #fff;
}
.night-mode a.twp-default-anchor-text:hover,
.night-mode a.twp-default-anchor-text:focus {
    color: #f88c00;
}
.night-mode .twp-default-bg a.twp-default-anchor-text {
    color: #fff;
}
.night-mode .twp-default-bg a.twp-default-anchor-text:hover,
.night-mode .twp-default-bg a.twp-default-anchor-text:focus {
    color: #f88c00;
}
.night-mode .twp-mobile-menu {
    background-color: #252525;
}
.night-mode .twp-articles-list {
    background-color: black;
}
.night-mode .twp-offcanvas-sidebar-wrapper {
    background-color: black;
    color: white;
}
.night-mode .twp-logo p {
    color: white;
}
.night-mode .twp-box-shadow,
.night-mode .twp-comments-section {
    box-shadow: none;
    background-color: rgba(128, 128, 128, 0.08);
}
.night-mode .widget {
    box-shadow: none;
    background-color: rgba(128, 128, 128, 0.08);
}
.night-mode .comments-area .comment-list li .comment-content p:before,
.night-mode .twp-comments-section .comment-list li .comment-content p:before,
.night-mode .comments-area .comment-list li .comment-meta .comment-metadata .edit-link:before,
.night-mode .comments-area .comment-list li .comment-meta .comment-metadata time:before,
.night-mode .twp-comments-section .comment-list li .comment-meta .comment-metadata .edit-link:before,
.night-mode .twp-comments-section .comment-list li .comment-meta .comment-metadata time:before {
    color: white;
}
.night-mode .twp-single-page-post-section .post-thumbnail img,
.night-mode .twp-single-page-post-section .wp-block-image img,
.night-mode .twp-single-page-post-section .twp-author-avatar img,
.night-mode .twp-single-author-info .post-thumbnail img,
.night-mode .twp-single-author-info .wp-block-image img,
.night-mode .twp-single-author-info .twp-author-avatar img {
    box-shadow: none;
}
.night-mode .twp-footer-widget .widget {
    background-color: transparent;
}
.boxed-layout {
    max-width: 1140px;
    margin: 0 auto;
    border: 2px solid #f3f3f3;
}
#scroll-top {
    display: none;
}
@media (min-width: 768px) {
    #scroll-top {
        position: fixed;
        z-index: 1;
        right: -200px;
        display: block;
    }
}
#scroll-top.show {
    right: 15px;
}
@media (min-width: 1050px) {
    #scroll-top.show {
        right: 30px;
    }
}
#scroll-top span {
    display: inline-block;
    padding: 5px 10px;
    font-size: 20px;
    cursor: pointer;
}
@media (min-width: 1050px) {
    #scroll-top span {
        padding: 10px 15px;
    }
}
#scroll-top span:hover {
    background-color: #c20017;
}
.night-mode .twp-post-layout-1 .twp-post,
.night-mode .twp-post-layout-2,
.night-mode .twp-post.twp-post-with-border,
.night-mode .twp-home-static-page,
.night-mode .twp-home-page-latest-post,
.night-mode .widget ul li,
.night-mode .twp-archive-post .twp-wrapper,
.night-mode .twp-single-related-post .twp-desc,
.night-mode .twp-single-next-post,
.night-mode .twp-secondary-title,
.night-mode .twp-single-page-post-section .entry-footer,
.night-mode .booster-reactions-block,
.night-mode .desktop .twp-main-menu .sub-menu a,
.night-mode .desktop .twp-main-menu .children a,
.night-mode .twp-home-widget-section section,
.night-mode .twp-home-page-widget-style-1-section .twp-widget-post-list-section {
    border-color: rgba(255, 255, 255, 0.1);
}
.night-mode .twp-breadcrumbs {
    background-color: rgba(255, 255, 255, 0.1);
}
.night-mode .twp-top-bar,
.night-mode .desktop .twp-main-menu .sub-menu,
.night-mode .desktop .twp-main-menu .children,
.night-mode .twp-default-bg,
.night-mode .twp-ticker-pin-slider-section {
    background-color: #161616;
}
.night-mode .twp-default-bg .twp-title {
    color: #fff;
}
.night-mode .be-author-details .be-author-wrapper,
.night-mode .slick-dots li {
    background-color: rgba(0, 0, 0, 0.4);
}
.night-mode .twp-articles-list .twp-article-header .twp-section-title,
.night-mode .twp-logo a {
    color: #fff;
}
.night-mode .twp-logo a:hover,
.night-mode .twp-logo a:focus {
    color: #f88c00;
}