@charset "UTF-8";
/*!
Theme Name: ePortfolio
Theme URI: https://www.themeinwp.com/theme/eportfolio
Author: ThemeInWP
Author URI: https://www.themeinwp.com
Description: ePortfolio is a free minimalist, SEO optimized multi-purpose WordPress Portfolio theme. ePortfolio is an ideal choice to create portfolio sites for photographers, digital marketers, agencies, graphic designers, video producers, web designers, web developers, professional bloggers and other freelance artistic or creative workers. This theme is compatible with Gutenberg, Elementor as well as other page builder plugins which helps you to deliver your content smoothly. Check our demo here:https://demo.themeinwp.com/eportfolio/
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eportfolio
Tags: portfolio, blog, photography, grid-layout, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, featured-images, featured-image-header, rtl-language-support, flexible-header, translation-ready, theme-options, threaded-comments
*/
/*--------------------------------------------------------------
>>> 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:visited {
    color: purple;
}
a:hover, a:focus, a:active {
    color: midnightblue;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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 select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}
.updated:not(.published) {
    display: none;
}
.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;
}
@-webkit-keyframes scale-in-bottom-left {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@-moz-keyframes scale-in-bottom-left {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@keyframes scale-in-bottom-left {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@-webkit-keyframes scale-out-bottom-left {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@-moz-keyframes scale-out-bottom-left {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@keyframes scale-out-bottom-left {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@-webkit-keyframes scale-bottom-left {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@-moz-keyframes scale-bottom-left {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@keyframes scale-bottom-left {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform-origin: 0% 100%;
        -webkit-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        opacity: 1;
    }
}
@-webkit-keyframes scale-in-hor-left {
    0% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@-moz-keyframes scale-in-hor-left {
    0% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@keyframes scale-in-hor-left {
    0% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
    100% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        opacity: 1;
    }
}
@-webkit-keyframes scale-out-hor-left {
    0% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
    }
    100% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
    }
}
@-moz-keyframes scale-out-hor-left {
    0% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
    }
    100% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
    }
}
@keyframes scale-out-hor-left {
    0% {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
    }
    100% {
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
    }
}
@-webkit-keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
        -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
        -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
        -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    }
}
@-moz-keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
        -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
        -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
        -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    }
}
@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
        -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
        -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
        -moz-transform: translate(-50%, -50%) rotate(-45deg) translate3d(0, 0, 0);
    }
}
@-webkit-keyframes lift1 {
    0%, 10%, 90% {
        top: 40px;
        left: 40px;
    }
    50% {
        top: 0px;
        left: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-moz-keyframes lift1 {
    0%, 10%, 90% {
        top: 40px;
        left: 40px;
    }
    50% {
        top: 0px;
        left: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@keyframes lift1 {
    0%, 10%, 90% {
        top: 40px;
        left: 40px;
    }
    50% {
        top: 0px;
        left: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-webkit-keyframes lift2 {
    0%, 10%, 90% {
        top: 40px;
        right: 40px;
    }
    50% {
        top: 0px;
        right: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-moz-keyframes lift2 {
    0%, 10%, 90% {
        top: 40px;
        right: 40px;
    }
    50% {
        top: 0px;
        right: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@keyframes lift2 {
    0%, 10%, 90% {
        top: 40px;
        right: 40px;
    }
    50% {
        top: 0px;
        right: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-webkit-keyframes lift3 {
    0%, 10%, 90% {
        bottom: 40px;
        right: 40px;
    }
    50% {
        bottom: 0px;
        right: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-moz-keyframes lift3 {
    0%, 10%, 90% {
        bottom: 40px;
        right: 40px;
    }
    50% {
        bottom: 0px;
        right: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@keyframes lift3 {
    0%, 10%, 90% {
        bottom: 40px;
        right: 40px;
    }
    50% {
        bottom: 0px;
        right: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-webkit-keyframes lift4 {
    0%, 10%, 90% {
        bottom: 40px;
        left: 40px;
    }
    50% {
        bottom: 0px;
        left: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-moz-keyframes lift4 {
    0%, 10%, 90% {
        bottom: 40px;
        left: 40px;
    }
    50% {
        bottom: 0px;
        left: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@keyframes lift4 {
    0%, 10%, 90% {
        bottom: 40px;
        left: 40px;
    }
    50% {
        bottom: 0px;
        left: 0px;
        background-color: white;
    }
    0%, 10% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
    }
    90%, 100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-webkit-keyframes rotate-center {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-center {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@keyframes rotate-center {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate-partial {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@-moz-keyframes rotate-partial {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
@keyframes rotate-partial {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}
.comments-area .comment-list, .widget-area ul, .twp-list-post-list, .twp-mobile-menu-section .twp-mobile-menu ul, ul.twp-social-icons-rounded, ul.twp-social-icons, .slick-dots, .twp-categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.twp-not-found .search-form:before, .twp-masonary-gallery-no-space:before, .twp-masonary-gallery-with-space:before, .widget .search-form:before,
.twp-menubar-search .search-form:before, .post-navigation .nav-links:before, .posts-navigation .nav-links:before, .single #content:before,
.page-template-default #content:before,
.page-template-front-page-template #content:before, .clearfix:before, .twp-not-found .search-form:after, .twp-masonary-gallery-no-space:after, .twp-masonary-gallery-with-space:after, .widget .search-form:after,
.twp-menubar-search .search-form:after, .post-navigation .nav-links:after, .posts-navigation .nav-links:after, .single #content:after,
.page-template-default #content:after,
.page-template-front-page-template #content:after, .clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.twp-not-found .search-form .search-submit, .twp-header .site-branding .site-description, .twp-close-icon span, .page-title span:after, .widget-title:after, .pagination .page-numbers.current,
.pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current {
    background-color: #cf2e2e;
}
.twp-single-article .entry-footer .tags-links a, .pagination .page-numbers.current,
.pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current, .twp-categories.twp-categories-with-line li {
    border-color: #cf2e2e;
}
.twp-not-found h1, .comments-area .comment-list li .comment-meta a:visited, .comments-area .comment-list li .comment-meta a, .twp-single-article .entry-footer .edit-link a, .twp-single-article .entry-footer .edit-link, .twp-bio-widget .twp-basic-info .twp-title-with-social-icon h5, .twp-author-meta.twp-author-meta-primary {
    color: #cf2e2e;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next, .twp-full-width-post .twp-gallery-post .post-thumbnail, .twp-overlay-image-hover, .twp-overlay-black, .twp-overlay, .comments-area .comment-respond .comment-form .logged-in-as a, .comments-area .comment-list li .comment-reply-link, .posts-navigation a, .pagination .page-numbers,
.pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers, .twp-border-btn.twp-border-btn-white {
    transform: perspective(1px) translateZ(0);
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next, .twp-full-width-post .twp-gallery-post .post-thumbnail, .twp-overlay-image-hover, .twp-overlay-black, .twp-overlay {
    position: relative;
    z-index: 1;
}
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before, .twp-full-width-post .twp-gallery-post .post-thumbnail:before, .twp-overlay-image-hover:before, .twp-overlay-black:before, .twp-overlay:before {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.posts-navigation a, .pagination .page-numbers,
.pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers, .wpcf7-form input[type=submit], .twp-border-btn {
    display: inline-block;
    line-height: 1;
    border-style: solid;
    border-width: 1px;
    padding: 10px 30px;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.comments-area .comment-respond .comment-form .logged-in-as a, .comments-area .comment-list li .comment-reply-link, .posts-navigation a, .pagination .page-numbers,
.pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers, .twp-border-btn.twp-border-btn-white {
    overflow: hidden;
}
.comments-area .comment-respond .comment-form .logged-in-as a:after, .comments-area .comment-list li .comment-reply-link:after, .posts-navigation a:after, .pagination .page-numbers:after,
.pagination .post-page-numbers:after,
.page-links .page-numbers:after,
.page-links .post-page-numbers:after, .twp-border-btn.twp-border-btn-white:after {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    z-index: -1;
    left: 0;
    background-color: #cf2e2e;
    animation: scale-out-hor-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    content: "";
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover, .comments-area .comment-list li .comment-reply-link:hover, .posts-navigation a:hover, .pagination .page-numbers:hover,
.pagination .post-page-numbers:hover,
.page-links .page-numbers:hover,
.page-links .post-page-numbers:hover, .twp-border-btn.twp-border-btn-white:hover {
    border-color: #cf2e2e;
    color: white;
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover:after, .comments-area .comment-list li .comment-reply-link:hover:after, .posts-navigation a:hover:after, .pagination .page-numbers:hover:after,
.pagination .post-page-numbers:hover:after,
.page-links .page-numbers:hover:after,
.page-links .post-page-numbers:hover:after, .twp-border-btn.twp-border-btn-white:hover:after {
    animation: scale-in-hor-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.twp-float-left {
    float: left;
}
.twp-float-right {
    float: right;
}
.clearfix:before, .clearfix:after {
    clear: both;
    content: "";
    display: block;
}
.twp-d-flex {
    display: flex;
    flex-wrap: wrap;
}
.twp-w-100 {
    width: 100%;
}
.twp-text-center {
    text-align: center;
}
.twp-d-block {
    display: block;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
.data-bg,
.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    background-color: #7b7b7b;
}
a {
    text-decoration: none;
    color: black;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
a:visited {
    color: black;
}
a:hover {
    color: #cf2e2e;
}
.twp-image-hover {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.twp-image-hover:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.twp-border-btn.twp-border-btn-white {
    border-color: white;
}
.twp-primary-bg {
    background-color: #cf2e2e;
}
.twp-text-white {
    color: white;
}
.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.twp-row {
    display: flex;
    flex-wrap: wrap;
}
@media (min-width: 1050px) {
    .admin-bar .twp-header {
        top: 30px;
    }
}
.twp-header {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1050px) {
    .twp-header {
        flex: 0 0 25%;
        max-width: 25%;
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
        left: 0;
    }
}
@media (min-width: 1050px) {
    .twp-page-content {
        padding-left: 25%;
    }
}
.single #content,
.page-template-default #content,
.page-template-front-page-template #content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.single #content #primary,
.page-template-default #content #primary,
.page-template-front-page-template #content #primary {
    background-color: #f8f9fa;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1050px) {
    .single #content #primary,
    .page-template-default #content #primary,
    .page-template-front-page-template #content #primary {
        flex: 0 0 70%;
        max-width: 70%;
    }
}
.single #content #secondary,
.page-template-default #content #secondary,
.page-template-front-page-template #content #secondary {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #e7eff2;
}
@media (min-width: 1050px) {
    .single #content #secondary,
    .page-template-default #content #secondary,
    .page-template-front-page-template #content #secondary {
        flex: 0 0 30%;
        max-width: 30%;
    }
}
.single.right-sidebar #content #primary,
.page-template-default.right-sidebar #content #primary,
.page-template-front-page-template.right-sidebar #content #primary {
    order: 1;
}
.single.right-sidebar #content #secondary,
.page-template-default.right-sidebar #content #secondary,
.page-template-front-page-template.right-sidebar #content #secondary {
    order: 2;
}
.single.left-sidebar #content #primary,
.page-template-default.left-sidebar #content #primary,
.page-template-front-page-template.left-sidebar #content #primary {
    order: 2;
}
.single.left-sidebar #content #secondary,
.page-template-default.left-sidebar #content #secondary,
.page-template-front-page-template.left-sidebar #content #secondary {
    order: 1;
}
.single.no-sidebar #content #primary,
.page-template-default.no-sidebar #content #primary,
.page-template-front-page-template.no-sidebar #content #primary {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 1050px) {
    .single.no-sidebar #content #primary,
    .page-template-default.no-sidebar #content #primary,
    .page-template-front-page-template.no-sidebar #content #primary {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.single.no-sidebar #content #secondary,
.page-template-default.no-sidebar #content #secondary,
.page-template-front-page-template.no-sidebar #content #secondary {
    display: none;
}
body {
    color: black;
    font-family: "Open Sans";
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
body::-webkit-scrollbar {
    width: 0;
    height: 0;
}
p a {
    color: #cf2e2e;
}
p a:visited {
    color: #cf2e2e;
}
p a:hover {
    color: black;
}
.twp-author-meta {
    display: flex;
    align-items: center;
    font-weight: 600;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    font-size: 0.8rem;
}
.twp-author-meta span, .twp-author-meta a {
    display: inline-block;
}
.twp-author-meta .twp-author-caption,
.twp-author-meta .twp-post-date,
.twp-author-meta .twp-comment {
    padding-left: 5px;
    padding-right: 5px;
}
.twp-author-meta .twp-author-image {
    width: 35px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle;
}
.twp-author-meta .twp-author-image img {
    border-radius: 100%;
}
.twp-categories ul {
    margin-left: -15px;
    margin-right: -15px;
}
.twp-categories ul li {
    display: inline-block;
}
.twp-categories ul li a {
    display: inline-block;
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    color: gray;
}
.twp-categories ul li a:after {
    position: absolute;
    content: "/";
    display: inline-block;
    top: 0;
    right: 0;
}
.twp-categories ul li a:visited {
    color: gray;
}
.twp-categories ul li a:hover {
    color: #cf2e2e;
}
.twp-categories ul li:last-child a:after {
    content: none;
}
.twp-categories.twp-categories-with-line li {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-left: 5px;
    margin-right: 5px;
}
.twp-categories.twp-categories-with-line li a {
    padding: 0;
}
.twp-categories.twp-categories-with-line li a:after {
    content: none;
}
.twp-categories.twp-categories-with-line ul {
    margin: 0;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #CFD8DC;
    width: 100%;
    padding: 10px 15px;
}
.wpcf7-form textarea {
    height: 100px;
}
.wpcf7-form input[type=submit] {
    border-color: black;
    background-color: black;
    color: white;
    font-weight: 600;
    cursor: pointer;
}
.twp-meta {
    color: gray;
}
.twp-meta span {
    font-size: 0.8rem;
}
.twp-body-overlay {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-body-overlay.show {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
.twp-overlay:before {
    content: "";
    background-color: rgba(248, 249, 250, 0.6);
}
.twp-overlay-black:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
}
.twp-overlay-image-hover:before {
    background-color: rgba(255, 170, 166, 0.6);
    content: "";
    -webkit-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -o-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -moz-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.twp-overlay-image-hover:hover:before {
    -webkit-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -o-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -moz-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.home .pagination {
    padding-bottom: 30px;
}
.twp-pagination-numeric {
    flex: 0 0 100%;
    max-width: 100%;
}
.pagination,
.page-links {
    text-align: center;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers,
.page-links .prev.page-numbers,
.page-links .next.page-numbers {
    display: inline-block;
    background-color: black;
    color: white;
}
.pagination .page-numbers,
.pagination .post-page-numbers,
.page-links .page-numbers,
.page-links .post-page-numbers {
    display: none;
    margin-top: 30px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .pagination .page-numbers,
    .pagination .post-page-numbers,
    .page-links .page-numbers,
    .page-links .post-page-numbers {
        display: inline-block;
    }
}
.pagination .page-numbers.current,
.pagination .post-page-numbers.current,
.page-links .page-numbers.current,
.page-links .post-page-numbers.current {
    color: white;
}
.pagination .twp-caption,
.page-links .twp-caption {
    border: 0;
    padding: 10px 15px;
}
.pagination .twp-caption:after,
.page-links .twp-caption:after {
    content: none;
}
.pagination .twp-caption:hover,
.page-links .twp-caption:hover {
    color: black;
}
.posts-navigation {
    text-align: center;
}
@media (min-width: 992px) {
    .posts-navigation {
        padding-bottom: 30px;
    }
}
.posts-navigation .nav-links {
    display: flex;
    justify-content: center;
}
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
    float: none;
    width: initial;
    padding: 15px 30px 0;
}
.posts-navigation a {
    font-weight: 600;
}
.page-links {
    margin: 0;
}
.twp-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #cf2e2e;
}
.twp-preloader .status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
    width: 160px;
    height: 160px;
    -webkit-animation: spin 1.2s infinite ease;
    -o-animation: spin 1.2s infinite ease;
    -moz-animation: spin 1.2s infinite ease;
    animation: spin 1.2s infinite ease;
}
.twp-preloader .twp-square {
    background-color: #CFD8DC;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
}
.twp-preloader .twp-square:nth-child(1) {
    top: 40px;
    left: 40px;
    -webkit-animation: lift1 1.2s infinite ease;
    -o-animation: lift1 1.2s infinite ease;
    -moz-animation: lift1 1.2s infinite ease;
    animation: lift1 1.2s infinite ease;
}
.twp-preloader .twp-square:nth-child(2) {
    top: 40px;
    right: 40px;
    -webkit-animation: lift2 1.2s infinite ease;
    -o-animation: lift2 1.2s infinite ease;
    -moz-animation: lift2 1.2s infinite ease;
    animation: lift2 1.2s infinite ease;
}
.twp-preloader .twp-square:nth-child(3) {
    bottom: 40px;
    right: 40px;
    -webkit-animation: lift3 1.2s infinite ease;
    -o-animation: lift3 1.2s infinite ease;
    -moz-animation: lift3 1.2s infinite ease;
    animation: lift3 1.2s infinite ease;
}
.twp-preloader .twp-square:nth-child(4) {
    bottom: 40px;
    left: 40px;
    -webkit-animation: lift4 1.2s infinite ease;
    -o-animation: lift4 1.2s infinite ease;
    -moz-animation: lift4 1.2s infinite ease;
    animation: lift4 1.2s infinite ease;
}
.slick-arrow {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 0;
    z-index: 1;
    font-size: 0;
    cursor: pointer;
    outline: 0;
    border-radius: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    background-color: white;
}
.slick-arrow.slick-disabled {
    z-index: -1;
}
.slick-arrow:before {
    display: block;
    font-family: fontAwesome;
    font-size: 1rem;
}
.slick-arrow:hover {
    color: #cf2e2e;
}
.slick-prev {
    left: 10px;
}
.slick-prev:before {
    content: "";
}
.slick-next {
    right: 10px;
}
.slick-next:before {
    content: "";
}
.slick-dots button {
    height: 15px;
    width: 15px;
    padding: 0;
    border-style: solid;
    border-width: 2px;
    border-color: #cf2e2e;
    background-color: transparent;
    color: transparent;
    border-radius: 100%;
    cursor: pointer;
    outline: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.widget-title {
    padding: 5px 0;
    font-size: 1.2rem;
    position: relative;
}
.widget-title:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -2px;
}
.page-title span {
    padding: 5px 0;
    position: relative;
    display: inline-block;
}
.page-title span:after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 3px;
    left: 0;
    bottom: -2px;
}
.twp-title-with-bar {
    position: relative;
    padding: 15px 0 15px 15px;
}
.twp-title-with-bar:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 6px;
    left: 0;
    top: 0;
    background-color: #cf2e2e;
}
.twp-title-with-bar {
    position: relative;
    padding: 15px 0 15px 15px;
}
.twp-title-with-bar:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 6px;
    left: 0;
    top: 0;
    background-color: #cf2e2e;
}
.twp-title-with-bar .page-title span:after {
    content: none;
}
.twp-post-format-icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.twp-post-format-white .twp-post-format-icon {
    background-color: white;
    color: #cf2e2e;
}
.mfp-content .mfp-bottom-bar {
    top: inherit;
    margin-top: 0;
    bottom: 40px;
    background: rgba(255, 170, 166, 0.7);
    padding: 15px 15px 30px 15px;
}
.mfp-content .mfp-bottom-bar .mfp-title {
    color: white;
    padding-right: 0;
}
.mfp-content .mfp-bottom-bar .mfp-counter {
    top: inherit;
    bottom: 15px;
    right: 15px;
    color: white;
}
.twp-close-icon {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    vertical-align: middle;
}
@media (min-width: 1050px) {
    .twp-close-icon:hover {
        -webkit-animation: rotate-center 0.3s linear both;
        -o-animation: rotate-center 0.3s linear both;
        -moz-animation: rotate-center 0.3s linear both;
        animation: rotate-center 0.3s linear both;
    }
}
.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: 100%;
    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;
}
@media (min-width: 1050px) {
    .twp-close-icon.twp-rotate-90:hover {
        -webkit-animation: rotate-partial 0.3s linear both;
        -o-animation: rotate-partial 0.3s linear both;
        -moz-animation: rotate-partial 0.3s linear both;
        animation: rotate-partial 0.3s linear both;
    }
}
.twp-menu-icon {
    cursor: pointer;
    width: 60px;
}
.twp-menu-icon span {
    display: block;
    position: relative;
    height: 4px;
    margin-top: 4px;
}
.twp-menu-icon span:before, .twp-menu-icon span:after {
    position: absolute;
    content: "";
    background-color: black;
    display: block;
}
.twp-menu-icon span:before {
    height: 4px;
    width: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.twp-menu-icon span:first-child, .twp-menu-icon span:last-child, .twp-menu-icon span:nth-child(2), .twp-menu-icon span:nth-child(3) {
    transition: width 0.2s ease;
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
}
.twp-menu-icon span:first-child, .twp-menu-icon span:last-child {
    width: 50px;
}
.twp-menu-icon span:nth-child(2) {
    width: 35px;
}
.twp-menu-icon span:nth-child(3) {
    width: 30px;
}
.twp-menu-icon span:after {
    height: 2px;
    width: 100%;
    left: 10px;
}
.twp-menu-icon.twp-white-menu-icon span:before, .twp-menu-icon.twp-white-menu-icon span:after {
    background-color: white;
}
.twp-menu-icon:hover span:first-child {
    width: 40px;
}
.twp-menu-icon:hover span:nth-child(2) {
    width: 50px;
}
.twp-menu-icon:hover span:nth-child(3) {
    width: 45px;
}
.twp-menu-icon:hover span:last-child {
    width: 40px;
}
ul.twp-social-icons {
    display: flex;
    flex-wrap: wrap;
}
ul.twp-social-icons li a {
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    border: 0;
    font-size: 0;
}
ul.twp-social-icons li a span {
    display: none;
}
ul.twp-social-icons li a:before {
    display: block;
    font-family: fontAwesome;
    font-size: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
ul.twp-social-icons li a[href*="t.me"]:before {
    content: "";
}
ul.twp-social-icons li a[href*=twitter]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=twitter]:before, ul.twp-social-icons li a:focus-within[href*=twitter]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=facebook]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=facebook]:before, ul.twp-social-icons li a:focus-within[href*=facebook]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=dribbble]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=dribbble]:before, ul.twp-social-icons li a:focus-within[href*=dribbble]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=linkedin]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=linkedin]:before, ul.twp-social-icons li a:focus-within[href*=linkedin]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=instagram]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=instagram]:before, ul.twp-social-icons li a:focus-within[href*=instagram]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=youtube]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=youtube]:before, ul.twp-social-icons li a:focus-within[href*=youtube]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=vimeo]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=vimeo]:before, ul.twp-social-icons li a:focus-within[href*=vimeo]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=wordpress]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=wordpress]:before, ul.twp-social-icons li a:focus-within[href*=wordpress]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=pinterest]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=pinterest]:before, ul.twp-social-icons li a:focus-within[href*=pinterest]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=tumblr]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=tumblr]:before, ul.twp-social-icons li a:focus-within[href*=tumblr]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=whatsapp]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=whatsapp]:before, ul.twp-social-icons li a:focus-within[href*=whatsapp]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=reddit]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=reddit]:before, ul.twp-social-icons li a:focus-within[href*=reddit]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=vk]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=vk]:before, ul.twp-social-icons li a:focus-within[href*=vk]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a[href*=telegram]:before {
    content: "";
}
ul.twp-social-icons li a:hover[href*=telegram]:before, ul.twp-social-icons li a:focus-within[href*=telegram]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons li a:hover[href*="t.me"]:before, ul.twp-social-icons li a:focus-within[href*="t.me"]:before {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
ul.twp-social-icons.twp-social-icons-white a {
    color: white;
}
ul.twp-social-icons.twp-social-icons-white a:visited {
    color: white;
}
ul.twp-social-icons-rounded {
    display: flex;
    flex-wrap: wrap;
}
ul.twp-social-icons-rounded li {
    padding-left: 5px;
    padding-right: 5px;
}
ul.twp-social-icons-rounded li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
ul.twp-social-icons-rounded li a span {
    display: none;
}
ul.twp-social-icons-rounded li a:before {
    display: block;
    font-family: fontAwesome;
    font-size: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
ul.twp-social-icons-rounded li a[href*="t.me"] {
    color: white;
    border-color: #0088CC;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a[href*="t.me"]:before {
    content: "";
}
ul.twp-social-icons-rounded li a[href*=twitter] {
    border-color: #1ca0fe;
    color: white;
    background-color: #1ca0fe;
}
ul.twp-social-icons-rounded li a[href*=twitter]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=twitter] {
    color: white;
    background-color: #1ca0fe;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=twitter], ul.twp-social-icons-rounded li a:focus-within[href*=twitter] {
    color: #1ca0fe;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=facebook] {
    border-color: #3b5999;
    color: white;
    background-color: #3b5999;
}
ul.twp-social-icons-rounded li a[href*=facebook]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=facebook] {
    color: white;
    background-color: #3b5999;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=facebook], ul.twp-social-icons-rounded li a:focus-within[href*=facebook] {
    color: #3b5999;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=dribbble] {
    border-color: #ea4c89;
    color: white;
    background-color: #ea4c89;
}
ul.twp-social-icons-rounded li a[href*=dribbble]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=dribbble] {
    color: white;
    background-color: #ea4c89;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=dribbble], ul.twp-social-icons-rounded li a:focus-within[href*=dribbble] {
    color: #ea4c89;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=linkedin] {
    border-color: #0177b5;
    color: white;
    background-color: #0177b5;
}
ul.twp-social-icons-rounded li a[href*=linkedin]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=linkedin] {
    color: white;
    background-color: #0177b5;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=linkedin], ul.twp-social-icons-rounded li a:focus-within[href*=linkedin] {
    color: #0177b5;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=instagram] {
    border-color: #E1306c;
    color: white;
    background-color: #E1306c;
}
ul.twp-social-icons-rounded li a[href*=instagram]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=instagram] {
    color: white;
    background-color: #E1306c;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=instagram], ul.twp-social-icons-rounded li a:focus-within[href*=instagram] {
    color: #E1306c;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=youtube] {
    border-color: #ff0000;
    color: white;
    background-color: #ff0000;
}
ul.twp-social-icons-rounded li a[href*=youtube]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=youtube] {
    color: white;
    background-color: #ff0000;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=youtube], ul.twp-social-icons-rounded li a:focus-within[href*=youtube] {
    color: #ff0000;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=vimeo] {
    border-color: #1ab7ea;
    color: white;
    background-color: #1ab7ea;
}
ul.twp-social-icons-rounded li a[href*=vimeo]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=vimeo] {
    color: white;
    background-color: #1ab7ea;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=vimeo], ul.twp-social-icons-rounded li a:focus-within[href*=vimeo] {
    color: #1ab7ea;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=wordpress] {
    border-color: #0074aa;
    color: white;
    background-color: #0074aa;
}
ul.twp-social-icons-rounded li a[href*=wordpress]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=wordpress] {
    color: white;
    background-color: #0074aa;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=wordpress], ul.twp-social-icons-rounded li a:focus-within[href*=wordpress] {
    color: #0074aa;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=pinterest] {
    border-color: #bd071c;
    color: white;
    background-color: #bd071c;
}
ul.twp-social-icons-rounded li a[href*=pinterest]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=pinterest] {
    color: white;
    background-color: #bd071c;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=pinterest], ul.twp-social-icons-rounded li a:focus-within[href*=pinterest] {
    color: #bd071c;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=tumblr] {
    border-color: #3e5a70;
    color: white;
    background-color: #3e5a70;
}
ul.twp-social-icons-rounded li a[href*=tumblr]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=tumblr] {
    color: white;
    background-color: #3e5a70;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=tumblr], ul.twp-social-icons-rounded li a:focus-within[href*=tumblr] {
    color: #3e5a70;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=whatsapp] {
    border-color: #00e676;
    color: white;
    background-color: #00e676;
}
ul.twp-social-icons-rounded li a[href*=whatsapp]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=whatsapp] {
    color: white;
    background-color: #00e676;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=whatsapp], ul.twp-social-icons-rounded li a:focus-within[href*=whatsapp] {
    color: #00e676;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=reddit] {
    border-color: #ff4500;
    color: white;
    background-color: #ff4500;
}
ul.twp-social-icons-rounded li a[href*=reddit]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=reddit] {
    color: white;
    background-color: #ff4500;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=reddit], ul.twp-social-icons-rounded li a:focus-within[href*=reddit] {
    color: #ff4500;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=vk] {
    border-color: #4a76a8;
    color: white;
    background-color: #4a76a8;
}
ul.twp-social-icons-rounded li a[href*=vk]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=vk] {
    color: white;
    background-color: #4a76a8;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=vk], ul.twp-social-icons-rounded li a:focus-within[href*=vk] {
    color: #4a76a8;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a[href*=telegram] {
    border-color: #0088CC;
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a[href*=telegram]:before {
    content: "";
}
ul.twp-social-icons-rounded li a:visited[href*=telegram] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:visited[href*="t.me"] {
    color: white;
    background-color: #0088CC;
}
ul.twp-social-icons-rounded li a:hover[href*=telegram], ul.twp-social-icons-rounded li a:focus-within[href*=telegram] {
    color: #0088CC;
    background-color: white;
}
ul.twp-social-icons-rounded li a:hover[href*="t.me"], ul.twp-social-icons-rounded li a:focus-within[href*="t.me"] {
    color: #0088CC;
    background-color: white;
}
.twp-bio-social-widget span,
.twp-bio-social-widget a {
    display: inline-block;
}
.twp-bio-social-widget span {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.twp-bio-social-widget a {
    height: 40px;
    width: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    color: white;
}
.twp-bio-social-widget a[href*=facebook] {
    background-color: #3b5999;
    border-color: #3b5999;
}
.twp-bio-social-widget a[href*=twitter] {
    background-color: #1ca0fe;
    border-color: #1ca0fe;
}
.twp-bio-social-widget a[href*=linkedin] {
    background-color: #0177b5;
    border-color: #0177b5;
}
.twp-bio-social-widget a[href*=instagram] {
    background-color: #E1306c;
    border-color: #E1306c;
}
.twp-bio-social-widget a:hover {
    background-color: white;
}
.twp-bio-social-widget a:hover[href*=facebook] {
    color: #3b5999;
}
.twp-bio-social-widget a:hover[href*=twitter] {
    color: #1ca0fe;
}
.twp-bio-social-widget a:hover[href*=linkedin] {
    color: #0177b5;
}
.twp-bio-social-widget a:hover[href*=instagram] {
    color: #E1306c;
}
.twp-mobile-menu-section .twp-mobile-menu ul > li > a {
    font-size: 1.2rem;
}
.twp-mobile-menu-section .twp-mobile-menu ul > li ul {
    position: relative;
}
@media (min-width: 1050px) {
    .twp-mobile-menu-section .twp-mobile-menu ul > li ul {
        top: -30px;
        height: 0;
        overflow: hidden;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
    }
}
.twp-mobile-menu-section .twp-mobile-menu ul > li ul li a {
    font-size: 1rem;
}
.twp-mobile-menu-section .twp-mobile-menu ul > li ul li:hover > ul, .twp-mobile-menu-section .twp-mobile-menu ul > li ul li:focus-within > ul {
    height: auto;
    overflow: visible;
    top: 0;
}
.twp-mobile-menu-section .twp-mobile-menu ul > li:hover > ul, .twp-mobile-menu-section .twp-mobile-menu ul > li:focus-within > ul {
    height: auto;
    overflow: visible;
    top: 0;
}
.twp-menu-description {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
    background-color: #cf2e2e;
    color: white;
}
.twp-mobile-menu-section .twp-mobile-menu ul {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-mobile-menu-section .twp-mobile-menu ul li a {
    display: block;
    padding: 15px 0;
    position: relative;
    border: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-mobile-menu-section .twp-mobile-menu ul li a:hover {
    color: #cf2e2e;
}
.twp-mobile-menu-section .twp-mobile-menu ul li a .twp-menu-description {
    margin: 0 5px;
}
.twp-mobile-menu-section .twp-mobile-menu ul .down-arrow > a {
    position: relative;
}
.twp-mobile-menu-section .twp-mobile-menu ul .down-arrow > a:after {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: fontAwesome;
    content: "";
}
.twp-mobile-menu-section {
    position: fixed;
    height: 100%;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: black;
    padding: 30px;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 100%;
}
.twp-mobile-menu-section a {
    color: white;
}
@media (min-width: 1050px) {
    .twp-mobile-menu-section {
        padding: 30px;
        width: 25%;
    }
}
.twp-mobile-menu-section.show {
    left: 0;
}
.twp-mobile-menu-section .twp-mobile-close-icon {
    text-align: right;
}
.twp-mobile-menu-section .twp-menubar-search {
    padding-top: 30px;
}
.twp-mobile-menu-section .twp-menubar-search .search-form .search-submit {
    background-color: white;
    color: black;
}
.twp-bio-widget .twp-basic-info {
    margin-top: 15px;
}
.twp-bio-widget .twp-basic-info .twp-image-section {
    height: 100px;
    overflow: hidden;
    flex: 0 0 100px;
    max-width: 100%;
}
.twp-bio-widget .twp-basic-info .twp-image-section .data-bg {
    height: 100%;
    width: 100%;
    border-radius: 100%;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.twp-bio-widget .twp-basic-info .twp-image-section .data-bg:hover {
    border-radius: 0;
}
.twp-bio-widget .twp-basic-info .twp-title-with-social-icon {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 0 15px;
}
.twp-bio-widget .twp-basic-info .twp-title-with-social-icon h2,
.twp-bio-widget .twp-basic-info .twp-title-with-social-icon h5 {
    margin: 0;
}
.twp-bio-widget .twp-basic-info .twp-title-with-social-icon .twp-bio-social-widget {
    margin-top: 10px;
}
.twp-bio-widget .twp-quote {
    padding: 5px 10px;
    margin-top: 20px;
    background-color: rgba(255, 170, 166, 0.7);
    font-weight: 600;
    border-radius: 5px;
    font-size: 0.9rem;
}
.twp-bio-widget .twp-quote p {
    padding: 15px;
    position: relative;
    text-align: justify;
}
.twp-bio-widget .twp-quote p:before, .twp-bio-widget .twp-quote p:after {
    display: block;
    font-family: fontAwesome;
    position: absolute;
    color: white;
    font-size: 0.9rem;
}
.twp-bio-widget .twp-quote p:before {
    content: "";
    left: 0;
    top: 0;
}
.twp-bio-widget .twp-quote p:after {
    content: "";
    right: 0;
    bottom: 0;
}
.twp-blog-post {
    display: flex;
    flex-wrap: wrap;
}
.twp-blog-post .twp-image-section,
.twp-blog-post .twp-desc {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .twp-blog-post .twp-image-section,
    .twp-blog-post .twp-desc {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.twp-blog-post .twp-image-section {
    min-height: 400px;
}
.twp-blog-post .twp-desc {
    padding: 15px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-color: #f8f9fa;
}
.twp-blog-post .twp-desc .twp-section-title, .twp-blog-post .twp-desc p {
    margin-top: 15px;
    margin-bottom: 0;
}
.twp-blog-post .twp-categories li {
    padding-top: 15px;
}
.twp-list-post-list .twp-list-post {
    margin-top: 15px;
}
.twp-list-post .twp-image-section {
    flex: 0 0 100px;
    max-width: 100px;
    height: 70px;
    position: relative;
    overflow: hidden;
}
.twp-list-post .twp-image-section a {
    height: 100%;
    display: block;
}
.twp-list-post .twp-desc {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding: 5px 10px;
}
.twp-list-post .twp-desc h5 {
    margin: 0;
}
.twp-list-post .twp-desc h5 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-with-bg-image .twp-gallery-post {
    position: relative;
    overflow: hidden;
    background-color: gray;
}
.twp-post-with-bg-image .twp-gallery-post.twp-only-title {
    background-color: rgba(231, 239, 242, 0.5);
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.twp-post-with-bg-image .twp-gallery-post.twp-overlay-image-hover:before {
    z-index: 1;
}
.twp-post-with-bg-image .twp-gallery-post .post-thumbnail {
    position: relative;
}
.twp-post-with-bg-image .twp-gallery-post .post-thumbnail .twp-post-format-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.twp-post-with-bg-image .twp-gallery-post .twp-desc {
    padding: 5px 10px;
    font-weight: 600;
    background-color: #e7eff2;
}
.twp-post-with-bg-image .twp-gallery-post .twp-desc.twp-overlay-black {
    background-color: transparent;
    color: white;
}
.twp-post-with-bg-image .twp-gallery-post .twp-desc.twp-overlay-black a {
    color: white;
}
.twp-post-with-bg-image .twp-gallery-post .twp-desc.twp-overlay-black a:visited {
    color: white;
}
.twp-post-with-bg-image .twp-gallery-post .twp-desc.twp-overlay-black a:hover {
    color: #cf2e2e;
}
@media (min-width: 768px) {
    .twp-post-with-bg-image .twp-gallery-post .twp-desc {
        position: absolute;
        bottom: 30px;
        width: calc(100% - 60px);
        left: 30px;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        z-index: 2;
        background-color: white;
    }
}
@media (min-width: 1050px) {
    .twp-post-with-bg-image .twp-gallery-post .twp-desc {
        left: 100%;
    }
}
.twp-post-with-bg-image .twp-gallery-post .entry-title {
    margin: 0;
}
.twp-post-with-bg-image .twp-gallery-post .entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
@media (min-width: 1050px) {
    .twp-post-with-bg-image .twp-gallery-post:hover .twp-desc {
        left: 30px;
    }
}
.twp-post-with-bg-image .twp-gallery-post:hover .post-thumbnail .twp-post-format-icon {
    position: absolute;
    left: 50%;
    bottom: initial;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -o-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -moz-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.twp-full-width-post .twp-gallery-post:before {
    content: none;
}
.twp-full-width-post .twp-gallery-post.twp-only-title .twp-desc {
    flex: 0 0 100%;
    max-width: 100%;
    background-color: rgba(248, 249, 250, 0.4);
    padding: 60px 15px;
}
@media (min-width: 576px) {
    .twp-full-width-post .twp-gallery-post .post-thumbnail,
    .twp-full-width-post .twp-gallery-post .twp-desc {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
}
.twp-full-width-post .twp-gallery-post .twp-desc {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f8f9fa;
    padding: 15px;
}
.twp-full-width-post .twp-gallery-post .twp-desc .entry-title {
    margin: 0;
    font-size: 1.2rem;
}
.twp-full-width-post .twp-gallery-post .twp-desc .twp-categories {
    font-size: 1rem;
    text-transform: uppercase;
}
.twp-full-width-post .twp-gallery-post .twp-desc .twp-categories li {
    padding-top: 5px;
}
.twp-full-width-post .twp-gallery-post .post-thumbnail {
    display: block;
    min-height: 400px;
}
.twp-full-width-post .twp-gallery-post .post-thumbnail:before {
    background-color: rgba(255, 170, 166, 0.6);
    content: "";
    -webkit-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -o-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -moz-animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: scale-out-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.twp-full-width-post .twp-gallery-post .post-thumbnail .twp-post-format-icon {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-animation: scale-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -o-animation: scale-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    -moz-animation: scale-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
    animation: scale-bottom-left 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.twp-full-width-post .twp-gallery-post .post-thumbnail img {
    display: none;
}
.twp-full-width-post .twp-gallery-post .post-thumbnail:hover:before {
    -webkit-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -o-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -moz-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.twp-full-width-post .twp-gallery-post .post-thumbnail:hover .post-thumbnail .twp-post-format-icon {
    position: absolute;
    left: 50%;
    bottom: initial;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -o-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -moz-animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-bottom-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.twp-single-article .entry-footer {
    font-size: 16px;
    font-weight: 600;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #CFD8DC;
    padding-top: 15px;
    margin-top: 15px;
}
.twp-single-article .entry-footer .tags-links {
    display: inline-block;
}
.twp-single-article .entry-footer .tags-links a {
    display: inline-block;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    margin-left: 5px;
    margin-right: 5px;
    color: gray;
    font-size: 0.9rem;
}
.twp-single-article .entry-footer .tags-links a:visited {
    color: gray;
}
.twp-single-article .entry-footer .tags-links a:hover {
    color: #cf2e2e;
}
.twp-single-article .entry-footer .edit-link {
    display: inline-block;
}
.twp-single-article .entry-footer .edit-link a {
    display: inline-block;
    padding: 0 10px;
}
.twp-single-article .entry-header {
    padding-bottom: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #CFD8DC;
}
.twp-single-article .entry-header .twp-categories li {
    padding-top: 15px;
}
.twp-single-article .entry-header .entry-title {
    margin-top: 15px;
    margin-bottom: 0;
    line-height: 1.2;
}
.twp-single-article .entry-header .twp-author-meta {
    padding-top: 15px;
}
.twp-single-article .entry-header .twp-author-meta a {
    color: #cf2e2e;
}
.twp-single-article .entry-header .twp-author-meta a:visited {
    color: #cf2e2e;
}
.twp-single-article .entry-header .twp-author-meta a:hover {
    color: gray;
}
.post-navigation {
    padding-top: 30px;
}
.post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
    float: none;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 15px 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: initial;
    font-weight: 700;
    transition: transform 0.3s linear;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
}
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
}
.post-navigation .nav-links .nav-previous:after,
.post-navigation .nav-links .nav-next:after {
    position: absolute;
    display: block;
    font-family: fontAwesome;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    color: white;
}
.post-navigation .nav-links .nav-previous:hover:before,
.post-navigation .nav-links .nav-next:hover:before {
    background-color: rgba(255, 170, 166, 0.7);
}
.post-navigation .nav-links .nav-previous:hover a,
.post-navigation .nav-links .nav-next:hover a {
    color: black;
}
.post-navigation .nav-links .nav-previous:hover:after,
.post-navigation .nav-links .nav-next:hover:after {
    color: black;
}
.post-navigation .nav-links .nav-previous:after {
    content: "";
}
.post-navigation .nav-links .nav-next:after {
    content: "";
}
.post-navigation .nav-links a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    color: white;
}
.post-navigation .nav-links a:visited {
    color: white;
}
.post-navigation .nav-links a:hover {
    color: black;
}
.twp-single-article .post-thumbnail {
    text-align: center;
}
.twp-single-article table {
    margin-top: 15px;
    margin-bottom: 0;
}
.twp-single-article table td {
    padding: 15px;
}
.twp-single-article table.is-style-regular {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: #CFD8DC;
    border-spacing: 0;
}
.twp-single-article table.is-style-regular td {
    border-left-style: solid;
    border-left-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #CFD8DC;
}
.twp-single-article .post-thumbnail {
    margin-top: 30px;
    background-color: white;
    padding: 10px;
}
@media (min-width: 992px) {
    .twp-single-article .post-thumbnail {
        height: 500px;
        overflow: hidden;
    }
}
.twp-single-article p, .twp-single-article h1, .twp-single-article h2, .twp-single-article h3, .twp-single-article h4, .twp-single-article h5,
.twp-single-article pre {
    margin-top: 10px;
    margin-bottom: 0;
}
.twp-single-article hr {
    margin-top: 15px;
    margin-bottom: 0;
    background-color: #CFD8DC;
}
.twp-single-article figure {
    margin-bottom: 0;
    margin-top: 15px;
}
.twp-single-article .wp-block-gallery {
    margin: 15px 0 0;
}
.twp-single-article figure {
    text-align: center;
}
.twp-single-article figure figcaption {
    background-color: white;
    color: black;
    padding: 15px;
    margin: 0;
    font-size: 0.8rem;
}
.twp-single-article figure.alignleft {
    width: 100%;
    text-align: initial;
    margin-right: 0;
}
.twp-single-article .wp-block-cover {
    margin: 30px 0 0;
}
.twp-single-article .wp-block-cover p {
    text-align: center;
}
.twp-single-article ul {
    margin: 10px 0 0;
}
.twp-single-article ul li {
    font-size: 0.9rem;
}
.twp-single-article .wp-block-code {
    background-color: black;
    color: white;
}
.twp-single-article pre.wp-block-verse, .twp-single-article pre.wp-block-preformatted {
    font-size: 1rem;
    font-family: inherit;
    padding: 20px;
    margin-bottom: 0;
    margin-top: 15px;
    white-space: pre-line;
    text-align: justify;
    border-radius: 5px;
}
.twp-single-article blockquote.wp-block-quote {
    padding: 15px;
    background-color: white;
    margin: 15px 0 0;
    font-weight: 600;
}
.twp-single-article blockquote.wp-block-quote p {
    padding: 15px 30px;
    position: relative;
}
.twp-single-article blockquote.wp-block-quote p:before, .twp-single-article blockquote.wp-block-quote p:after {
    display: block;
    font-family: fontAwesome;
    position: absolute;
    font-size: 1rem;
    color: #cf2e2e;
}
.twp-single-article blockquote.wp-block-quote p:before {
    content: "";
    left: 0;
    top: 0;
}
.twp-single-article blockquote.wp-block-quote p:after {
    content: "";
    right: 0;
    bottom: 0;
}
.twp-single-article blockquote cite {
    display: flex;
    justify-content: flex-end;
    color: gray;
}
.twp-single-article .wp-block-button {
    margin-top: 15px;
    margin-bottom: 0;
}
.twp-single-article .wp-block-button a {
    display: inline-block;
    line-height: 1;
    border-style: solid;
    border-width: 1px;
    padding: 10px 30px;
    font-size: 0.9rem;
    background-color: black;
    color: white;
    border-radius: 0;
}
.widget_calendar table {
    border-spacing: 1px;
    margin: 0;
}
.widget_calendar thead {
    background-color: #e7eff2;
}
.widget_calendar thead th {
    padding: 10px;
}
.widget_calendar tbody {
    background-color: #f8f9fa;
}
.widget_calendar tbody td {
    text-align: center;
    padding: 10px;
}
.widget_calendar caption,
.widget_calendar tfoot {
    font-weight: 600;
}
.widget_calendar caption {
    padding-bottom: 15px;
}
.widget_calendar tfoot a {
    display: inline-block;
    padding-top: 15px;
}
.widget-area ul {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #CFD8DC;
}
.widget-area ul li {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #CFD8DC;
    padding-top: 10px;
    margin-bottom: 10px;
}
.widget-area ul li:first-child {
    border-top: 0;
}
.widget-area ul li a {
    display: inline-block;
}
.widget-area ul li ul {
    margin-top: 10px;
    border-bottom: 0;
    font-size: 0.9rem;
}
.widget-area ul li ul li {
    width: 100%;
}
.widget-area ul li ul li:first-child {
    border-top-style: solid;
    border-top-width: 1px;
    border-color: #CFD8DC;
}
.widget-area ul li ul li a {
    padding-left: 15px;
    display: inline-block;
}
.widget-area ul li ul li ul {
    list-style: dots;
}
.widget-area ul li ul li li a {
    padding-left: 45px;
    display: inline-block;
}
.widget-area .menu {
    font-weight: 700;
}
.widget-area .menu ul {
    font-weight: 600;
}
.widget-area .menu ul ul {
    font-weight: 400;
}
.widget .tagcloud a {
    display: inline-block;
    font-size: 1rem !important;
    font-weight: 600;
    margin: 5px 5px 0;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
.widget .search-form label,
.twp-menubar-search .search-form label {
    width: calc(100% - 90px);
    float: left;
    padding-right: 5px;
}
.widget .search-form label input,
.twp-menubar-search .search-form label input {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
    border-color: #CFD8DC;
}
.widget .search-form .search-submit,
.twp-menubar-search .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;
    background-color: black;
    color: white;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.widget .search-form .search-submit:hover,
.twp-menubar-search .search-form .search-submit:hover {
    background-color: #cf2e2e;
    color: black;
}
.widget-area .twp-social-widget {
    border-bottom: 0;
    background-color: #f8f9fa;
    justify-content: center;
    padding: 15px 15px 5px;
}
.widget-area .twp-social-widget li {
    border: 0;
    padding-top: 0;
}
.widget-area .twp-social-widget-section {
    margin-top: 15px;
}
.widget-area .widget-title {
    margin: 0;
    padding-top: 0;
}
.widget-area figure,
.widget-area .wp-caption {
    margin: 0 auto;
    padding-top: 15px;
}
.widget-area .search-form {
    padding-top: 15px;
}
.widget-area select {
    width: 100%;
    padding: 10px;
    font-family: inherit;
    margin-top: 15px;
}
.widget-area p img {
    margin-top: 15px;
}
.gallery figure {
    padding-left: 5px;
    padding-right: 5px;
}
.gallery.gallery-columns-1 img {
    display: inline-block;
}
.widget .gallery figcaption {
    display: none;
}
.twp-blog-slider-section .twp-blog-slider {
    position: relative;
}
.twp-blog-slider-section .twp-blog-slider .slick-dots {
    position: absolute;
    top: 50%;
    width: 15px;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1;
}
@media (min-width: 768px) {
    .twp-blog-slider-section .twp-blog-slider .slick-dots {
        left: 45px;
    }
}
.twp-blog-slider-section .twp-blog-slider .slick-dots:before, .twp-blog-slider-section .twp-blog-slider .slick-dots:after {
    content: "";
    height: 40px;
    width: 4px;
    display: block;
    background-color: white;
    position: relative;
    left: 5px;
}
.twp-blog-slider-section .twp-blog-slider .slick-dots li {
    line-height: 1.3;
}
.twp-blog-slider-section .twp-blog-slider .slick-dots li:first-child {
    margin-top: 10px;
}
.twp-blog-slider-section .twp-blog-slider .slick-dots li:last-child {
    margin-bottom: 10px;
}
.twp-blog-slider-section .twp-blog-slider .slick-dots li button {
    border-color: rgba(255, 255, 255, 0.6);
}
.twp-blog-slider-section .twp-blog-slider .slick-dots li.slick-active button {
    background-color: rgba(255, 255, 255, 0.6);
}
.twp-blog-slider-section .twp-blog-slider .slick-arrow {
    display: none !important;
}
.twp-blog-slider-section .twp-blog-slider .twp-blog-post {
    position: relative;
    padding: 50px 0 50px 50px;
}
@media (min-width: 768px) {
    .twp-blog-slider-section .twp-blog-slider .twp-blog-post {
        padding: 60px 60px 60px 100px;
    }
}
@media (min-width: 768px) {
    .twp-blog-slider-section .twp-blog-slider .twp-blog-post:before {
        content: "";
        position: absolute;
        width: 200px;
        height: 100%;
        background-color: #cf2e2e;
        display: block;
        top: 0;
        left: 0;
        z-index: -1;
    }
}
.twp-blog-slider-section .twp-blog-slider .twp-blog-post .twp-image-section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: calc(100% - 100px);
}
@media (min-width: 768px) {
    .twp-blog-slider-section .twp-blog-slider .twp-blog-post .twp-image-section {
        position: relative;
        width: initial;
    }
}
.twp-blog-slider-section .twp-blog-slider .twp-blog-post .twp-desc {
    height: 300px;
    overflow: hidden;
}
@media (min-width: 768px) {
    .twp-blog-slider-section .twp-blog-slider .twp-blog-post .twp-desc {
        height: initial;
    }
}
.twp-blog-slider-section .twp-blog-slider .twp-blog-post .twp-desc .twp-section-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
}
@media (min-width: 1050px) {
    .twp-blog-slider-section .twp-blog-slider .twp-blog-post .twp-desc .twp-section-title a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        box-orient: vertical;
        line-clamp: initial;
        -webkit-line-clamp: initial;
    }
}
.twp-blog-slider-section .twp-blog-slider .twp-blog-post p {
    display: none;
}
@media (min-width: 1050px) {
    .twp-blog-slider-section .twp-blog-slider .twp-blog-post p {
        display: block;
    }
}
.site-footer {
    background-color: black;
    color: white;
    padding: 15px;
    text-align: center;
}
.site-footer a {
    color: white;
}
.site-footer a:visited {
    color: white;
}
.site-footer a:hover {
    color: #cf2e2e;
}
.twp-full-width-post {
    height: initial !important;
}
.twp-full-width-post .twp-gallery-post {
    width: 100%;
    top: initial !important;
    left: initial !important;
    position: initial !important;
}
@media (min-width: 576px) {
    .twp-full-width-post .twp-gallery-post {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (min-width: 576px) {
    .twp-full-width-post .twp-gallery-post:nth-child(even) .post-thumbnail {
        order: 2;
    }
}
@media (min-width: 576px) {
    .twp-full-width-post .twp-gallery-post:nth-child(even) .twp-desc {
        order: 1;
    }
}
.twp-gallery-grid-section {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.twp-gallery-grid-section span {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 5px 9px;
    font-size: 1.2rem;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
@media (min-width: 768px) {
    .twp-gallery-grid-section span {
        font-size: 1.4rem;
    }
}
@media (min-width: 1050px) {
    .twp-gallery-grid-section span {
        font-size: 1.8rem;
    }
}
.twp-gallery-grid-section span.twp-active {
    background-color: #cf2e2e;
    color: white;
}
.twp-header {
    color: white;
}
.twp-header a {
    color: white;
}
.twp-header a:visited {
    color: white;
}
.twp-header a:hover {
    color: #cf2e2e;
}
.twp-header .twp-nav-section,
.twp-header .site-branding {
    z-index: 2;
}
.twp-header .twp-nav-section {
    display: none;
}
.twp-header .twp-menu-section {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.twp-header .twp-menu-section button {
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.twp-header .site-branding {
    padding: 90px 30px 90px 30px;
    height: calc(100% - 50px);
    display: flex;
    align-items: flex-end;
    width: 100%;
}
.twp-header .site-branding .twp-wrapper {
    display: block;
    width: 100%;
}
.twp-header .site-branding .site-title,
.twp-header .site-branding .site-description,
.twp-header .site-branding p {
    margin-top: 15px;
    margin-bottom: 0;
}
.twp-header .site-branding .site-description {
    padding: 10px 15px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.twp-header .site-branding .twp-btn-section {
    padding-top: 15px;
}
.twp-widget-slider {
    position: relative;
}
.twp-widget-slider .slick-dots {
    display: none !important;
}
.twp-widget-slider .slick-arrow {
    background-color: transparent;
    border-radius: 0;
}
.twp-widget-slider .slick-prev:before {
    content: "";
}
.twp-widget-slider .slick-next:before {
    content: "";
}
.twp-widget-slider .post-thumbnail {
    height: 400px;
}
.twp-widget-slider.twp-post-with-bg-image .twp-gallery-post .twp-desc {
    left: 0;
    width: 100%;
    bottom: 0;
}
.twp-widget-slider.twp-post-with-bg-image .twp-gallery-post ul, .twp-widget-slider.twp-post-with-bg-image .twp-gallery-post li {
    border: 0;
}
.twp-widget-slider.twp-post-with-bg-image .twp-gallery-post li {
    margin: 0;
    padding: 0;
}
.comment-form input[type=submit], .comments-area .comment-respond .comment-form .logged-in-as a, .comments-area .comment-list li .comment-reply-link {
    display: inline-block;
    line-height: 1;
    border-style: solid;
    border-width: 2px;
    border-color: #cf2e2e;
    padding: 10px 30px;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: transparent;
    color: black;
}
.comment-form input[type=submit]:visited, .comments-area .comment-respond .comment-form .logged-in-as a:visited, .comments-area .comment-list li .comment-reply-link:visited {
    color: black;
}
.comments-area .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 {
    display: block;
    position: absolute;
    font-family: fontAwesome;
    left: 0;
    color: black;
    top: 0;
}
.comments-area .comment-list > li {
    padding-bottom: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #CFD8DC;
}
.comments-area .comment-list li {
    padding-top: 30px;
}
.comments-area .comment-list li .comment-meta a:hover {
    color: gray;
}
.comments-area .comment-list li .comment-meta b {
    font-weight: 600;
}
.comments-area .comment-list li .comment-meta .comment-author img {
    margin-right: 15px;
}
.comments-area .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 {
    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 {
    padding-left: 25px;
    padding-right: 20px;
}
.comments-area .comment-list li .comment-meta .comment-metadata time:before {
    content: "";
}
.comments-area .comment-list li .comment-meta .comment-metadata .edit-link:before {
    content: "";
}
.comments-area .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 {
    margin-bottom: 0;
}
.comments-area .comment-list li .comment-content p:before {
    content: "";
}
.comments-area .comment-list li .reply {
    padding-top: 15px;
}
.comments-area .comment-list .children {
    padding: 0;
    margin-left: 15px;
}
.comments-area .comment-respond {
    padding-top: 15px;
}
.comments-area .comment-respond .comment-reply-title {
    font-size: 1.3rem;
    margin-top: 15px;
    margin-bottom: 0;
}
.comments-area .comment-respond p {
    margin-top: 15px;
    margin-bottom: 0;
}
.comments-area .comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
}
.comments-area .comment-respond .comment-form p {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
    .comments-area .comment-respond .comment-form p {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.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 {
    flex: 0 0 100%;
    max-width: 100%;
}
.comments-area .comment-respond .comment-form label {
    display: block;
    margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form .comment-form-cookies-consent label {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    text-align: justify;
}
.comments-area .comment-respond .comment-form .logged-in-as {
    color: transparent;
}
@media (min-width: 768px) {
    .comments-area .comment-respond .comment-form .logged-in-as {
        display: flex;
        justify-content: space-between;
    }
}
.comments-area .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;
}
@media (min-width: 768px) {
    .comments-area .comment-respond .comment-form .logged-in-as a {
        width: initial;
    }
}
.comments-area .comment-respond .comment-form .logged-in-as a:hover {
    color: white;
}
.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: #CFD8DC;
    padding: 10px 15px;
}
.comment-form input[type=submit] {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    width: 100%;
    text-align: center;
}
.comment-form input[type=submit]:hover {
    background-color: #cf2e2e;
    color: white;
}
@media (min-width: 768px) {
    .comment-form input[type=submit] {
        margin-right: 10px;
        width: initial;
    }
}
.comment-form input[type=checkbox] {
    position: relative;
    top: 6px;
}
.comment-form .comment-form-cookies-consent {
    display: flex;
}
.comments-area {
    padding: 30px;
    font-weight: 600;
    margin-top: 30px;
    background-color: white;
}
.comments-area .comments-title {
    margin: 0;
}
@media (min-width: 768px) {
    .twp-masonary-gallery-with-space.twp-3-col-masonary.twp-post-with-bg-image .twp-gallery-post {
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: calc(50% - 15px);
    }
}
@media (min-width: 1050px) {
    .twp-masonary-gallery-with-space.twp-3-col-masonary.twp-post-with-bg-image .twp-gallery-post {
        width: calc(33.33% - 15px);
    }
}
.twp-masonary-gallery-no-space.twp-3-col-masonary.twp-post-with-bg-image .twp-gallery-post, .twp-masonary-gallery-no-space.twp-2-col-masonary.twp-post-with-bg-image .twp-gallery-post {
    float: left;
    width: calc(100% - 15px);
    margin: 15px 7.5px 0;
    border-left-style: solid;
    border-left-width: 2px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-color: #fff;
}
@media (min-width: 576px) {
    .twp-masonary-gallery-no-space.twp-3-col-masonary.twp-post-with-bg-image .twp-gallery-post, .twp-masonary-gallery-no-space.twp-2-col-masonary.twp-post-with-bg-image .twp-gallery-post {
        width: calc(50% - 15px);
    }
}
@media (min-width: 768px) {
    .twp-masonary-gallery-no-space.twp-3-col-masonary.twp-post-with-bg-image .twp-gallery-post, .twp-masonary-gallery-no-space.twp-2-col-masonary.twp-post-with-bg-image .twp-gallery-post {
        margin: 0;
        width: 50%;
    }
}
@media (min-width: 1050px) {
    .twp-masonary-gallery-no-space.twp-3-col-masonary.twp-post-with-bg-image .twp-gallery-post {
        width: 33.33%;
    }
}
@media (min-width: 1050px) {
    .twp-masonary-gallery-no-space.twp-2-col-masonary.twp-post-with-bg-image .twp-gallery-post {
        width: 50%;
    }
}
@media (max-width: 575.99px) {
    .masonry-blocks {
        height: initial !important;
    }
}
.twp-archive-section {
    padding-left: 15px;
    padding-right: 15px;
}
.twp-archive-section .page-header h1, .twp-archive-section .page-header p {
    margin: 0;
}
.twp-archive-section .masonry-blocks {
    padding: 15px 0;
}
.twp-search-section {
    padding: 0 15px 30px;
}
@media (min-width: 1050px) {
    .twp-search-section {
        padding: 15px 15px 45px;
    }
}
.twp-search-section .page-header h1 {
    margin: 0;
    padding-top: 30px;
}
.twp-search-section .twp-full-width-post {
    padding-top: 30px;
}
.twp-eportfolio-photography-slider {
    position: relative;
}
.twp-eportfolio-photography-slider a {
    color: white;
}
.twp-eportfolio-photography-slider a:visited {
    color: white;
}
.twp-eportfolio-photography-slider a:hover {
    color: #cf2e2e;
}
.twp-eportfolio-photography-slider .slick-arrow {
    top: initial;
    bottom: 60px;
    height: 60px;
    border-radius: 0;
    width: 60px;
    color: white;
    background: transparent;
    border-left-style: solid;
    border-left-width: 1px;
    border-color: rgba(255, 255, 255, 0.52);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
}
.twp-eportfolio-photography-slider .slick-arrow.slick-disabled {
    z-index: 1;
}
.twp-eportfolio-photography-slider .slick-arrow:hover {
    color: #cf2e2e;
}
.twp-eportfolio-photography-slider .slick-prev {
    left: initial;
    right: 60px;
}
@media (min-width: 768px) {
    .twp-eportfolio-photography-slider .slick-prev {
        right: 120px;
    }
}
.twp-eportfolio-photography-slider .slick-prev:before {
    content: "";
}
.twp-eportfolio-photography-slider .slick-next {
    left: initial;
    right: 0;
    border-right-style: solid;
    border-right-width: 1px;
}
@media (min-width: 768px) {
    .twp-eportfolio-photography-slider .slick-next {
        right: 60px;
    }
}
.twp-eportfolio-photography-slider .slick-next:before {
    content: "";
}
.twp-eportfolio-photography-slider .twp-photography-post {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    padding-bottom: 60px;
    height: 600px;
    position: relative;
}
@media (min-width: 1050px) {
    .twp-eportfolio-photography-slider .twp-photography-post {
        height: 100vh;
    }
}
.twp-eportfolio-photography-slider .twp-photography-post > a {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 0;
    justify-content: center;
    align-items: center;
    display: none;
}
@media (min-width: 768px) {
    .twp-eportfolio-photography-slider .twp-photography-post > a {
        display: flex;
        z-index: 2;
    }
}
.twp-eportfolio-photography-slider .twp-photography-post > a img {
    display: none;
}
.twp-eportfolio-photography-slider .twp-photography-post .entry-title,
.twp-eportfolio-photography-slider .twp-photography-post .twp-categories {
    width: calc(100% - 120px);
}
@media (min-width: 768px) {
    .twp-eportfolio-photography-slider .twp-photography-post .entry-title,
    .twp-eportfolio-photography-slider .twp-photography-post .twp-categories {
        width: calc(100% - 150px);
    }
}
.twp-eportfolio-photography-slider .twp-photography-post .twp-categories a {
    font-size: 0.8rem;
    color: white;
}
.twp-eportfolio-photography-slider .twp-photography-post .twp-categories a:visited {
    color: white;
}
.twp-eportfolio-photography-slider .twp-photography-post .twp-categories a:hover {
    color: #cf2e2e;
}
.twp-eportfolio-photography-slider .twp-photography-post .twp-desc {
    height: 60px;
    overflow: hidden;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.52);
    padding: 0 30px 5px;
}
.twp-eportfolio-photography-slider .twp-photography-post .twp-desc.twp-overlay-black:before {
    background-color: rgba(0, 0, 0, 0.3);
}
.twp-eportfolio-photography-slider .twp-photography-post .twp-desc .entry-title {
    margin: 0;
    padding-top: 5px;
}
.twp-eportfolio-photography-slider .twp-photography-post .twp-desc .entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}
.page-template-photography-template footer {
    display: none;
}
@media (min-width: 1050px) {
    .twp-page-template-portfolio-with-widget .twp-page-content {
        padding-left: 60%;
    }
}
.twp-page-template-portfolio-with-widget .twp-portfolio-gallery-section {
    padding: 0 15px 15px;
}
.twp-page-template-portfolio-with-widget .twp-portfolio-gallery-section .twp-title-section {
    padding-top: 15px;
}
.twp-page-template-portfolio-with-widget .twp-portfolio-gallery-section .twp-title-section .twp-section-title {
    margin: 0;
}
.twp-page-template-portfolio-with-widget .twp-portfolio-widget-section {
    padding: 0 15px 15px;
    background-color: #e7eff2;
}
.twp-page-template-portfolio-with-widget .twp-portfolio-widget-section section {
    padding-top: 15px;
}
.twp-page-template-portfolio-with-widget .twp-portfolio-widget-section .widget-title {
    padding-top: 0;
}
@media (min-width: 1050px) {
    .twp-page-template-portfolio-with-widget .twp-portfolio-widget-section {
        position: fixed;
        max-width: 35%;
        width: 35%;
        left: 25%;
        top: 0;
        overflow-y: scroll;
        height: 100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .twp-page-template-portfolio-with-widget .twp-portfolio-widget-section::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
.twp-page-template-portfolio-with-widget .twp-portfolio-widget-section section {
    margin-top: 30px;
}
.twp-page-template-portfolio-with-widget .twp-portfolio-widget-section .eportfolio_slider_post_widget {
    margin-top: 0;
}
.twp-page-template-portfolio-with-widget .twp-portfolio-widget-section .twp-blog-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.twp-page-template-portfolio-with-widget .twp-portfolio-widget-section .twp-social-widget-section {
    margin-top: 15px;
}
.twp-page-template-portfolio-with-widget .masonry-blocks {
    padding-top: 15px;
}
.twp-page-template-portfolio-only-gallery .twp-portfolio-gallery-section {
    padding: 0 7.5px 15px;
}
.twp-page-template-portfolio-only-gallery .twp-portfolio-gallery-section .twp-gallery-post {
    margin-top: 15px;
}
.twp-page-template-portfolio-only-gallery .twp-portfolio-gallery-section .twp-title-section {
    padding: 15px 7.5px 0;
}
.twp-page-template-portfolio-only-gallery .twp-portfolio-gallery-section .twp-title-section .twp-section-title {
    margin: 0;
}
.twp-page-template-portfolio-only-widget .twp-portfolio-widget-section {
    padding: 0 15px 15px;
}
.twp-page-template-portfolio-only-widget .twp-portfolio-widget-section section {
    padding-top: 15px;
}
@media (min-width: 1050px) {
    .twp-page-template-portfolio-only-widget .twp-portfolio-widget-section .twp-widget-slider .post-thumbnail {
        height: 600px;
    }
}
.twp-not-found {
    text-align: center;
    padding: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.twp-not-found.data-bg {
    color: white;
}
.twp-not-found h1 {
    margin: 0;
}
.twp-not-found .twp-icon {
    font-size: 60px;
}
.twp-not-found .twp-icon i {
    -webkit-animation: rotate-center 3s ease infinite both;
    -o-animation: rotate-center 3s ease infinite both;
    -moz-animation: rotate-center 3s ease infinite both;
    animation: rotate-center 3s ease infinite both;
}
.twp-not-found .page-header,
.twp-not-found .page-content {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
}
.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;
}
.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;
    color: white;
    cursor: pointer;
    font-weight: 600;
    padding: 0;
}
.single #primary,
.page-template-default #primary {
    padding: 0 15px 15px;
}
.single #secondary,
.page-template-default #secondary {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f9fa;
    padding: 0 15px 30px;
}
@media (min-width: 1050px) {
    .single #secondary,
    .page-template-default #secondary {
        display: block;
        padding: 0 15px 15px;
    }
}
.single #secondary section,
.page-template-default #secondary section {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 30px;
}
@media (min-width: 1050px) {
    .single #secondary section:nth-child(odd),
    .page-template-default #secondary section:nth-child(odd) {
        background-color: rgba(213, 213, 213, 0.1);
    }
}
@media (min-width: 576px) {
    .single #secondary section,
    .page-template-default #secondary section {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1050px) {
    .single #secondary section,
    .page-template-default #secondary section {
        max-width: 100%;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }
}
/* ============================================================
   HALEY ISADORA — REDESIGN OVERRIDE (2026-08-06)
   Appended to eportfolio style.css. Kills the fixed left sidebar
   split-screen; makes the header a full-screen hero with the new
   portrait photo, inline top nav, and the signature logo.
   ============================================================ */

/* ---- 1. Unpin the header: full-width hero, not a fixed 25% sidebar ---- */

/* Remove the red full-screen preloader entirely (was shown on load) */
.twp-preloader {
    display: none !important;
}

@media (min-width: 1050px) {
    .twp-header {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        min-height: 640px;
        top: auto;
        left: auto;
        overflow: hidden;
    }
    .twp-page-content {
        padding-left: 0;
    }
}

/* Hero background = the new portrait photo (retina 2x).
   !important overrides the theme's inline data-background style. */
.twp-header {
    background-image: url('../../uploads/redesign/hero-wide-900.jpg') !important;
    background-size: cover;
    background-position: center 0%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Center the branding (signature + buttons) in the free space below
   the nav, keeping the social icons + nav pinned together at the top. */
.twp-header .site-branding {
    margin-top: auto;
    margin-bottom: auto;
}

/* Soft dark overlay so white text stays readable over the photo */
.twp-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}
.twp-header > * {
    position: relative;
    z-index: 2;
}

/* ---- 2. Top bar: social icons ABOVE the nav, centered ---- */
.twp-header .twp-menu-section {
    order: -2; /* above the nav (order -1) */
    padding: 8px 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

/* Hide the hamburger icon AND the "Primary Menu" toggle button entirely */
.twp-menu-icon,
.twp-header .twp-nav-section .menu-toggle {
    display: none !important;
}

/* Show the primary nav inline (was display:none) — pinned to the TOP,
   with a little breathing room below the social icons */
.twp-header .twp-nav-section {
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    padding-top: 10px;
}
.twp-header .twp-nav-section .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.twp-header .twp-nav-section .menu li {
    margin: 0;
}
.twp-header .twp-nav-section .menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 4px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.twp-header .twp-nav-section .menu a:hover,
.twp-header .twp-nav-section .menu .current-menu-item a {
    color: #fff;
    border-bottom-color: #cf2e2e;
}

/* Social icons: centered above the nav */
.twp-social-icon-section {
    order: 3;
}
.twp-social-icon-section .twp-social-icons {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.twp-social-icon-section .twp-social-icons a {
    color: #fff;
    font-size: 0; /* hide the label text; the theme renders the icon via ::before */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}
.twp-social-icon-section .twp-social-icons a:before {
    font-size: 18px; /* make the icons a bit bigger */
}
.twp-social-icon-section .twp-social-icons a:hover {
    color: #cf2e2e;
    opacity: 1;
}

/* The theme has no ::before rules for soundcloud or spotify — add them.
   (instagram/youtube already render via the theme's fontAwesome ::before.) */
.twp-social-icon-section .twp-social-icons li a[href*="soundcloud"]:before {
    content: "\f1be";
}
.twp-social-icon-section .twp-social-icons li a[href*="spotify"]:before {
    content: "\f1bc";
}

/* ---- 3. Branding: signature logo centered in the hero ---- */
.twp-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0 30px 8vh;
    text-align: center;
}
.twp-header .site-branding .twp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Replace the text site-title with the signature logo image */
.twp-header .site-branding .site-title {
    margin: 0 0 20px;
    font-size: 0;
    line-height: 0;
}
.twp-header .site-branding .site-title a {
    display: inline-block;
    background-image: url('../../uploads/redesign/logo-haley.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 420px;
    max-width: 80vw;
    height: 120px;
    text-indent: -9999px;
    overflow: hidden;
}

/* Tagline + caption */
.twp-header .site-branding .site-description {
    display: inline-block;
    padding: 0;
    margin: 0 0 8px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
}
.twp-header .site-branding .twp-caption p {
    margin: 0 0 24px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* Hero buttons: primary (private lessons) filled, secondary (shows) outline */
.twp-header .site-branding .twp-btn-section {
    padding-top: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.twp-header .site-branding .twp-border-btn {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}
/* Primary button (first = private lessons): filled red */
.twp-header .site-branding .twp-btn-section .twp-border-btn:first-child {
    background: #cf2e2e;
    border-color: #cf2e2e;
}
.twp-header .site-branding .twp-border-btn:hover {
    background: #cf2e2e;
    border-color: #cf2e2e;
    color: #fff;
}
/* Secondary button (shows): keep outline, fill on hover */
.twp-header .site-branding .twp-btn-section .twp-border-btn:last-child:hover {
    background: #cf2e2e;
    border-color: #cf2e2e;
}

/* ---- 4. Content: single column, no sidebar offset ---- */
.twp-page-content {
    width: 100%;
}

/* Hide the "Home" page title + its underline on the homepage */
#post-33 .entry-header {
    display: none;
}
#content {
    max-width: 100%;
}
#primary {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* ---- 4b. Full-site black background (continuation of the hero photo) ---- */
body,
.twp-page-content,
#content,
#primary,
.site-main,
.entry-content {
    background-color: #000 !important;
    color: #fff;
}
/* Headings + body text white on black */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content li,
.entry-content figcaption,
.entry-title {
    color: #fff;
}
/* Links: warm accent, readable on black */
.entry-content a {
    color: #e8a0a0;
}
.entry-content a:hover {
    color: #cf2e2e;
}
/* The album caption had a white bg — make it transparent */
.entry-content .wp-element-caption {
    background: transparent !important;
    color: #fff;
}

/* ---- 4c. Private lessons highlight section (home) ---- */
.haley-lessons-highlight {
    max-width: 720px;
    margin: 0 auto 60px;
    padding: 48px 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
}

/* Breathing room between the hero photo and the lessons box (home) */
body.home .haley-lessons-highlight {
    margin-top: 80px;
}
.haley-lessons-highlight .haley-lessons-title {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}
.haley-lessons-highlight .haley-lessons-text,
.haley-lessons-highlight .haley-lessons-text-en {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.6;
    color: #e8e8e8;
}
.haley-lessons-highlight .haley-lessons-text-en {
    color: #b8b8b8;
    font-size: 15px;
}
.haley-lessons-highlight .haley-lessons-cta {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 40px;
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.haley-lessons-highlight .haley-lessons-cta:hover {
    background: transparent;
    border-color: #cf2e2e;
    color: #cf2e2e;
}

/* ---- 4d. Spotify album player (home) ---- */
.haley-spotify-album {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}
.haley-spotify-album .haley-spotify-title {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}
.haley-spotify-album iframe {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

/* ---- 4e. Subpages: compact header (no full-screen hero photo) ----
   The full-screen hero photo stays on the homepage only. On every other
   page the header is a compact black bar: social icons + nav on top,
   small logo, then content starts right away. */
body:not(.home) .twp-header {
    height: auto;
    min-height: 0;
    background-image: none !important;
    background-color: #000;
    justify-content: flex-start;
    padding-bottom: 0;
}
body:not(.home) .twp-header::before {
    display: none;
}
body:not(.home) .twp-header .site-branding {
    padding: 30px 30px 40px;
}
body:not(.home) .twp-header .site-branding .site-title a {
    width: 300px;
    height: 90px;
}
body:not(.home) .twp-header .site-branding .twp-caption,
body:not(.home) .twp-header .site-branding .twp-btn-section {
    display: none;
}

/* ---- 4f. Order page: contained album cover + comfortable form ----
   The album cover was stretched into a full-width banner (cropped) and
   the form filled the whole page. Contain both, centered, on a clean
   black background. */
#post-205 .post-thumbnail {
    max-width: 400px;
    margin: 0 auto 48px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.7);
}
#post-205 .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Order form: contained, centered, comfortable reading width */
#post-205 .nf-form-cont {
    max-width: 640px;
    margin: 0 auto;
}
#post-205 .nf-form-cont .nf-form-fields-areelayout,
#post-205 .nf-form-cont .nf-field-container {
    max-width: 100%;
}
/* Order form inputs: dark, readable, consistent */
#post-205 .nf-form-cont input[type="text"],
#post-205 .nf-form-cont input[type="email"],
#post-205 .nf-form-cont input[type="number"],
#post-205 .nf-form-cont select,
#post-205 .nf-form-cont textarea {
    width: 100%;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 15px;
}
#post-205 .nf-form-cont input:focus,
#post-205 .nf-form-cont select:focus,
#post-205 .nf-form-cont textarea:focus {
    border-color: #cf2e2e;
    outline: none;
}
#post-205 .nf-form-cont label {
    color: #ddd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
/* Order submit button: red, prominent */
#post-205 .nf-form-cont .submit-container input[type="button"],
#post-205 .nf-form-cont .submit-container input[type="submit"] {
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
#post-205 .nf-form-cont .submit-container input[type="button"]:hover,
#post-205 .nf-form-cont .submit-container input[type="submit"]:hover {
    background: transparent;
    color: #cf2e2e;
}

/* ---- 4g. Keep in touch (home): centered, clean newsletter block ----
   The original was a lopsided two-column split (text left, oversized
   email field right). Redesign as a single centered column: title,
   bilingual blurb, then a compact inline email field + button. */
#post-33 .wp-block-heading.has-text-align-center {
    text-align: center;
}
#post-33 .wp-block-columns {
    display: block !important;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
#post-33 .wp-block-columns .wp-block-column {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px;
    text-align: center;
}
#post-33 .wp-block-columns .wp-block-column p {
    text-align: center;
    margin: 0 auto 8px;
    max-width: 480px;
}
/* Newsletter form: inline email + button on one row, centered */
#post-33 .nf-form-cont {
    max-width: 480px;
    margin: 0 auto;
}
#post-33 .nf-form-cont .nf-field-container {
    max-width: 100%;
}
#post-33 .nf-form-cont .nf-field-label {
    text-align: center;
}
#post-33 .nf-form-cont .nf-field-label label {
    color: #ddd;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#post-33 .nf-form-cont input[type="email"] {
    width: 100%;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 13px 16px;
    border-radius: 6px;
    font-size: 15px;
}
#post-33 .nf-form-cont input[type="email"]:focus {
    border-color: #cf2e2e;
    outline: none;
}
#post-33 .nf-form-cont .submit-container {
    text-align: center;
    margin-top: 14px;
}
#post-33 .nf-form-cont .submit-container input[type="button"],
#post-33 .nf-form-cont .submit-container input[type="submit"] {
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 12px 36px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
#post-33 .nf-form-cont .submit-container input[type="button"]:hover,
#post-33 .nf-form-cont .submit-container input[type="submit"]:hover {
    background: transparent;
    color: #cf2e2e;
}

/* ---- 4h. Remove the white divider line under page titles on subpages ---- */
.twp-single-article .entry-header {
    border-bottom: none !important;
}

/* ---- 4j. Contact form: match the site (dark fields, red button) ----
   The contact form had white fields and a grey submit button that
   clashed with the black/red identity. Restyle to match the order form. */
#post-109 .nf-form-cont {
    max-width: 640px;
    margin: 0 auto;
}
#post-109 .nf-form-cont .nf-form-fields-areelayout,
#post-109 .nf-form-cont .nf-field-container {
    max-width: 100%;
}
#post-109 .nf-form-cont input[type="text"],
#post-109 .nf-form-cont input[type="email"],
#post-109 .nf-form-cont input[type="number"],
#post-109 .nf-form-cont select,
#post-109 .nf-form-cont textarea {
    width: 100%;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 15px;
}
#post-109 .nf-form-cont input:focus,
#post-109 .nf-form-cont select:focus,
#post-109 .nf-form-cont textarea:focus {
    border-color: #cf2e2e;
    outline: none;
}
#post-109 .nf-form-cont label {
    color: #ddd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
#post-109 .nf-form-cont .submit-container input[type="button"],
#post-109 .nf-form-cont .submit-container input[type="submit"] {
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
#post-109 .nf-form-cont .submit-container input[type="button"]:hover,
#post-109 .nf-form-cont .submit-container input[type="submit"]:hover {
    background: transparent;
    color: #cf2e2e;
}

/* ---- 4i. Footer social icons (cloned from header via JS) ---- */
.haley-footer-social {
    display: flex;
    justify-content: center;
    padding: 24px 0 8px;
}
.haley-footer-social .twp-social-icons {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.haley-footer-social .twp-social-icons a {
    color: #fff;
    font-size: 0; /* hide label; icon via ::before */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}
.haley-footer-social .twp-social-icons a:before {
    font-size: 18px;
}
.haley-footer-social .twp-social-icons a:hover {
    color: #cf2e2e;
    opacity: 1;
}
.haley-footer-social .twp-social-icons li a[href*="soundcloud"]:before {
    content: "\f1be";
}
.haley-footer-social .twp-social-icons li a[href*="spotify"]:before {
    content: "\f1bc";
}

/* ---- 5. Responsive: tighten for tablet/mobile ---- */
@media (max-width: 1050px) {
    .twp-header {
        height: auto;
        min-height: 0;
        padding-bottom: 40px;
    }
    .twp-menu-section {
        flex-wrap: wrap;
        padding: 18px 20px;
    }
    .twp-header .twp-nav-section {
        order: 3;
        width: 100%;
        margin-top: 8px;
    }
    .twp-header .twp-nav-section .menu {
        gap: 6px 16px;
    }
    .twp-header .twp-nav-section .menu a {
        font-size: 13px;
    }
    .twp-social-icon-section {
        order: 2;
        margin-left: 0;
    }
    .twp-header .site-branding {
        padding: 6vh 20px 4vh;
    }
    .twp-header .site-branding .site-title a {
        width: 300px;
        height: 90px;
    }
}

@media (max-width: 600px) {
    .twp-header .twp-nav-section .menu {
        gap: 4px 12px;
    }
    .twp-header .twp-nav-section .menu a {
        font-size: 12px;
        padding: 4px 2px;
    }
    .twp-header .site-branding .site-title a {
        width: 240px;
        height: 72px;
    }
    .twp-header .site-branding .twp-caption p {
        font-size: 15px;
    }
}
/* ============================================================
   HALEY ISADORA — REDESIGN OVERRIDE (2026-08-06)
   Appended to eportfolio style.css. Kills the fixed left sidebar
   split-screen; makes the header a full-screen hero with the new
   portrait photo, inline top nav, and the signature logo.
   ============================================================ */

/* ---- 1. Unpin the header: full-width hero, not a fixed 25% sidebar ---- */

/* Remove the red full-screen preloader entirely (was shown on load) */
.twp-preloader {
    display: none !important;
}

@media (min-width: 1050px) {
    .twp-header {
        position: relative;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        min-height: 640px;
        top: auto;
        left: auto;
        overflow: hidden;
    }
    .twp-page-content {
        padding-left: 0;
    }
}

/* Hero background = the new portrait photo (retina 2x).
   !important overrides the theme's inline data-background style. */
.twp-header {
    background-image: url('../../uploads/redesign/hero-wide-900.jpg') !important;
    background-size: cover;
    background-position: center 0%;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Center the branding (signature + buttons) in the free space below
   the nav, keeping the social icons + nav pinned together at the top. */
.twp-header .site-branding {
    margin-top: auto;
    margin-bottom: auto;
}

/* Soft dark overlay so white text stays readable over the photo */
.twp-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}
.twp-header > * {
    position: relative;
    z-index: 2;
}

/* ---- 2. Top bar: social icons ABOVE the nav, centered ---- */
.twp-header .twp-menu-section {
    order: -2; /* above the nav (order -1) */
    padding: 8px 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

/* Hide the hamburger icon AND the "Primary Menu" toggle button entirely */
.twp-menu-icon,
.twp-header .twp-nav-section .menu-toggle {
    display: none !important;
}

/* Show the primary nav inline (was display:none) — pinned to the TOP,
   with a little breathing room below the social icons */
.twp-header .twp-nav-section {
    display: flex;
    align-items: center;
    justify-content: center;
    order: -1;
    padding-top: 10px;
}
.twp-header .twp-nav-section .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.twp-header .twp-nav-section .menu li {
    margin: 0;
}
.twp-header .twp-nav-section .menu a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 6px 4px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.twp-header .twp-nav-section .menu a:hover,
.twp-header .twp-nav-section .menu .current-menu-item a {
    color: #fff;
    border-bottom-color: #cf2e2e;
}

/* Social icons: centered above the nav */
.twp-social-icon-section {
    order: 3;
}
.twp-social-icon-section .twp-social-icons {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.twp-social-icon-section .twp-social-icons a {
    color: #fff;
    font-size: 0; /* hide the label text; the theme renders the icon via ::before */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}
.twp-social-icon-section .twp-social-icons a:before {
    font-size: 18px; /* make the icons a bit bigger */
}
.twp-social-icon-section .twp-social-icons a:hover {
    color: #cf2e2e;
    opacity: 1;
}

/* The theme has no ::before rules for soundcloud or spotify — add them.
   (instagram/youtube already render via the theme's fontAwesome ::before.) */
.twp-social-icon-section .twp-social-icons li a[href*="soundcloud"]:before {
    content: "\f1be";
}
.twp-social-icon-section .twp-social-icons li a[href*="spotify"]:before {
    content: "\f1bc";
}

/* ---- 3. Branding: signature logo centered in the hero ---- */
.twp-header .site-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 0 30px 8vh;
    text-align: center;
}
.twp-header .site-branding .twp-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/* Replace the text site-title with the signature logo image */
.twp-header .site-branding .site-title {
    margin: 0 0 20px;
    font-size: 0;
    line-height: 0;
}
.twp-header .site-branding .site-title a {
    display: inline-block;
    background-image: url('../../uploads/redesign/logo-haley.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 420px;
    max-width: 80vw;
    height: 120px;
    text-indent: -9999px;
    overflow: hidden;
}

/* Tagline + caption */
.twp-header .site-branding .site-description {
    display: inline-block;
    padding: 0;
    margin: 0 0 8px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1.2;
}
.twp-header .site-branding .twp-caption p {
    margin: 0 0 24px;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* Hero buttons: primary (private lessons) filled, secondary (shows) outline */
.twp-header .site-branding .twp-btn-section {
    padding-top: 0;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.twp-header .site-branding .twp-border-btn {
    display: inline-block;
    padding: 12px 32px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: background 0.2s ease, color 0.2s ease;
}
/* Primary button (first = private lessons): filled red */
.twp-header .site-branding .twp-btn-section .twp-border-btn:first-child {
    background: #cf2e2e;
    border-color: #cf2e2e;
}
.twp-header .site-branding .twp-border-btn:hover {
    background: #cf2e2e;
    border-color: #cf2e2e;
    color: #fff;
}
/* Secondary button (shows): keep outline, fill on hover */
.twp-header .site-branding .twp-btn-section .twp-border-btn:last-child:hover {
    background: #cf2e2e;
    border-color: #cf2e2e;
}

/* ---- 4. Content: single column, no sidebar offset ---- */
.twp-page-content {
    width: 100%;
}

/* Hide the "Home" page title + its underline on the homepage */
#post-33 .entry-header {
    display: none;
}
#content {
    max-width: 100%;
}
#primary {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* ---- 4b. Full-site black background (continuation of the hero photo) ---- */
body,
.twp-page-content,
#content,
#primary,
.site-main,
.entry-content {
    background-color: #000 !important;
    color: #fff;
}
/* Headings + body text white on black */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content p,
.entry-content li,
.entry-content figcaption,
.entry-title {
    color: #fff;
}
/* Links: warm accent, readable on black */
.entry-content a {
    color: #e8a0a0;
}
.entry-content a:hover {
    color: #cf2e2e;
}
/* The album caption had a white bg — make it transparent */
.entry-content .wp-element-caption {
    background: transparent !important;
    color: #fff;
}

/* ---- 4c. Private lessons highlight section (home) ---- */
.haley-lessons-highlight {
    max-width: 720px;
    margin: 0 auto 60px;
    padding: 48px 32px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
}

/* Breathing room between the hero photo and the lessons box (home) */
body.home .haley-lessons-highlight {
    margin-top: 80px;
}
.haley-lessons-highlight .haley-lessons-title {
    margin: 0 0 16px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}
.haley-lessons-highlight .haley-lessons-text,
.haley-lessons-highlight .haley-lessons-text-en {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 1.6;
    color: #e8e8e8;
}
.haley-lessons-highlight .haley-lessons-text-en {
    color: #b8b8b8;
    font-size: 15px;
}
.haley-lessons-highlight .haley-lessons-cta {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 40px;
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 0.2s ease, border-color 0.2s ease;
}
.haley-lessons-highlight .haley-lessons-cta:hover {
    background: transparent;
    border-color: #cf2e2e;
    color: #cf2e2e;
}

/* ---- 4d. Spotify album player (home) ---- */
.haley-spotify-album {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}
.haley-spotify-album .haley-spotify-title {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}
.haley-spotify-album iframe {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

/* ---- 4e. Subpages: compact header (no full-screen hero photo) ----
   The full-screen hero photo stays on the homepage only. On every other
   page the header is a compact black bar: social icons + nav on top,
   small logo, then content starts right away. */
body:not(.home) .twp-header {
    height: auto;
    min-height: 0;
    background-image: none !important;
    background-color: #000;
    justify-content: flex-start;
    padding-bottom: 0;
}
body:not(.home) .twp-header::before {
    display: none;
}
body:not(.home) .twp-header .site-branding {
    padding: 30px 30px 40px;
}
body:not(.home) .twp-header .site-branding .site-title a {
    width: 300px;
    height: 90px;
}
body:not(.home) .twp-header .site-branding .twp-caption,
body:not(.home) .twp-header .site-branding .twp-btn-section {
    display: none;
}

/* ---- 4f. Order page: contained album cover + comfortable form ----
   The album cover was stretched into a full-width banner (cropped) and
   the form filled the whole page. Contain both, centered, on a clean
   black background. */
#post-205 .post-thumbnail {
    max-width: 400px;
    margin: 0 auto 48px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.7);
}
#post-205 .post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}
/* Order form: contained, centered, comfortable reading width */
#post-205 .nf-form-cont {
    max-width: 640px;
    margin: 0 auto;
}
#post-205 .nf-form-cont .nf-form-fields-areelayout,
#post-205 .nf-form-cont .nf-field-container {
    max-width: 100%;
}
/* Order form inputs: dark, readable, consistent */
#post-205 .nf-form-cont input[type="text"],
#post-205 .nf-form-cont input[type="email"],
#post-205 .nf-form-cont input[type="number"],
#post-205 .nf-form-cont select,
#post-205 .nf-form-cont textarea {
    width: 100%;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 15px;
}
#post-205 .nf-form-cont input:focus,
#post-205 .nf-form-cont select:focus,
#post-205 .nf-form-cont textarea:focus {
    border-color: #cf2e2e;
    outline: none;
}
#post-205 .nf-form-cont label {
    color: #ddd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
/* Order submit button: red, prominent */
#post-205 .nf-form-cont .submit-container input[type="button"],
#post-205 .nf-form-cont .submit-container input[type="submit"] {
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
#post-205 .nf-form-cont .submit-container input[type="button"]:hover,
#post-205 .nf-form-cont .submit-container input[type="submit"]:hover {
    background: transparent;
    color: #cf2e2e;
}

/* ---- 4g. Keep in touch (home): centered, clean newsletter block ----
   The original was a lopsided two-column split (text left, oversized
   email field right). Redesign as a single centered column: title,
   bilingual blurb, then a compact inline email field + button. */
#post-33 .wp-block-heading.has-text-align-center {
    text-align: center;
}
#post-33 .wp-block-columns {
    display: block !important;
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}
#post-33 .wp-block-columns .wp-block-column {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 16px;
    text-align: center;
}
#post-33 .wp-block-columns .wp-block-column p {
    text-align: center;
    margin: 0 auto 8px;
    max-width: 480px;
}
/* Newsletter form: inline email + button on one row, centered */
#post-33 .nf-form-cont {
    max-width: 480px;
    margin: 0 auto;
}
#post-33 .nf-form-cont .nf-field-container {
    max-width: 100%;
}
#post-33 .nf-form-cont .nf-field-label {
    text-align: center;
}
#post-33 .nf-form-cont .nf-field-label label {
    color: #ddd;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
#post-33 .nf-form-cont input[type="email"] {
    width: 100%;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 13px 16px;
    border-radius: 6px;
    font-size: 15px;
}
#post-33 .nf-form-cont input[type="email"]:focus {
    border-color: #cf2e2e;
    outline: none;
}
#post-33 .nf-form-cont .submit-container {
    text-align: center;
    margin-top: 14px;
}
#post-33 .nf-form-cont .submit-container input[type="button"],
#post-33 .nf-form-cont .submit-container input[type="submit"] {
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 12px 36px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
#post-33 .nf-form-cont .submit-container input[type="button"]:hover,
#post-33 .nf-form-cont .submit-container input[type="submit"]:hover {
    background: transparent;
    color: #cf2e2e;
}

/* ---- 4h. Remove the white divider line under page titles on subpages ---- */
.twp-single-article .entry-header {
    border-bottom: none !important;
}

/* ---- 4j. Contact form: match the site (dark fields, red button) ----
   The contact form had white fields and a grey submit button that
   clashed with the black/red identity. Restyle to match the order form. */
#post-109 .nf-form-cont {
    max-width: 640px;
    margin: 0 auto;
}
#post-109 .nf-form-cont .nf-form-fields-areelayout,
#post-109 .nf-form-cont .nf-field-container {
    max-width: 100%;
}
#post-109 .nf-form-cont input[type="text"],
#post-109 .nf-form-cont input[type="email"],
#post-109 .nf-form-cont input[type="number"],
#post-109 .nf-form-cont select,
#post-109 .nf-form-cont textarea {
    width: 100%;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 15px;
}
#post-109 .nf-form-cont input:focus,
#post-109 .nf-form-cont select:focus,
#post-109 .nf-form-cont textarea:focus {
    border-color: #cf2e2e;
    outline: none;
}
#post-109 .nf-form-cont label {
    color: #ddd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
#post-109 .nf-form-cont .submit-container input[type="button"],
#post-109 .nf-form-cont .submit-container input[type="submit"] {
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 40px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}
#post-109 .nf-form-cont .submit-container input[type="button"]:hover,
#post-109 .nf-form-cont .submit-container input[type="submit"]:hover {
    background: transparent;
    color: #cf2e2e;
}

/* ---- 4i. Footer social icons (cloned from header via JS) ---- */
.haley-footer-social {
    display: flex;
    justify-content: center;
    padding: 24px 0 8px;
}
.haley-footer-social .twp-social-icons {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.haley-footer-social .twp-social-icons a {
    color: #fff;
    font-size: 0; /* hide label; icon via ::before */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.9;
}
.haley-footer-social .twp-social-icons a:before {
    font-size: 18px;
}
.haley-footer-social .twp-social-icons a:hover {
    color: #cf2e2e;
    opacity: 1;
}
.haley-footer-social .twp-social-icons li a[href*="soundcloud"]:before {
    content: "\f1be";
}
.haley-footer-social .twp-social-icons li a[href*="spotify"]:before {
    content: "\f1bc";
}

/* ---- 5. Responsive: tighten for tablet/mobile ---- */
@media (max-width: 1050px) {
    .twp-header {
        height: auto;
        min-height: 0;
        padding-bottom: 40px;
    }
    .twp-menu-section {
        flex-wrap: wrap;
        padding: 18px 20px;
    }
    .twp-header .twp-nav-section {
        order: 3;
        width: 100%;
        margin-top: 8px;
    }
    .twp-header .twp-nav-section .menu {
        gap: 6px 16px;
    }
    .twp-header .twp-nav-section .menu a {
        font-size: 13px;
    }
    .twp-social-icon-section {
        order: 2;
        margin-left: 0;
    }
    .twp-header .site-branding {
        padding: 6vh 20px 4vh;
    }
    .twp-header .site-branding .site-title a {
        width: 300px;
        height: 90px;
    }
}

@media (max-width: 600px) {
    .twp-header .twp-nav-section .menu {
        gap: 4px 12px;
    }
    .twp-header .twp-nav-section .menu a {
        font-size: 12px;
        padding: 4px 2px;
    }
    .twp-header .site-branding .site-title a {
        width: 240px;
        height: 72px;
    }
    .twp-header .site-branding .twp-caption p {
        font-size: 15px;
    }
}

/* ============================================================
   5. FOOTER — social icons + legal/news links
   ============================================================ */
.haley-footer-social {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
}
.haley-footer-social ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.haley-footer-social ul li a {
    font-size: 0;
    color: #fff;
}
.haley-footer-social ul li a::before {
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #fff;
}
.haley-footer-social ul li a[href*="instagram"]::before { content: "\f16d"; }
.haley-footer-social ul li a[href*="youtube"]::before { content: "\f167"; }
.haley-footer-social ul li a[href*="soundcloud"]::before { content: "\f1be"; }
.haley-footer-social ul li a[href*="spotify"]::before { content: "\f1bc"; }

.haley-footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 22px;
    margin: 10px 0 6px;
}
.haley-footer-links a {
    color: #aaa;
    font-size: 13px;
    text-decoration: none;
    letter-spacing: 0.4px;
}
.haley-footer-links a:hover {
    color: #cf2e2e;
}

/* ============================================================
   6. MUSIC PAGE — section titles
   ============================================================ */
.haley-music-section-title {
    color: #cf2e2e;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 40px 0 18px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* ============================================================
   7. MUSIC PAGE — layout fixes (2026-08-07)
   Hide the leftover sidebar, contain the video + form, align
   the lyrics gallery. The Music page is #post-999 (the order
   page's #post-205 rules don't apply to it).
   ============================================================ */

/* 7a. Hide the sidebar everywhere — the redesign is single-column.
   The Music page inherited `right-sidebar` from the order page,
   so the theme renders the <aside id="secondary"> widgets loose
   at the bottom of the page. Kill it. */
#secondary,
.widget-area {
    display: none !important;
}

/* 7b. Contain the featured YouTube video to a comfortable width,
   centered, instead of stretching across the full 1250px. */
#post-999 .epyt-video-wrapper,
#post-999 .epyt-facade,
#post-999 .__youtube_prefs__,
#post-999 iframe[src*="youtube"],
#post-999 .epyt-gallery {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

/* 7c. Order form on the Music page: same contained, centered
   treatment as the order page (#post-205), but scoped to #post-999. */
#post-999 .nf-form-cont {
    max-width: 640px;
    margin: 0 auto;
}
#post-999 .nf-form-cont .nf-form-fields-areelayout,
#post-999 .nf-form-cont .nf-field-container {
    max-width: 100%;
}
#post-999 .nf-form-cont input[type="text"],
#post-999 .nf-form-cont input[type="email"],
#post-999 .nf-form-cont input[type="number"],
#post-999 .nf-form-cont select,
#post-999 .nf-form-cont textarea {
    width: 100%;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 15px;
}
#post-999 .nf-form-cont input:focus,
#post-999 .nf-form-cont select:focus,
#post-999 .nf-form-cont textarea:focus {
    border-color: #cf2e2e;
    outline: none;
}
#post-999 .nf-form-cont label {
    color: #ddd;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
#post-999 .nf-form-cont .nf-form-fields-areelayout .nf-field-container .nf-field-element .ninja-forms-field {
    background: #111;
    border: 1px solid #333;
    color: #fff;
}
#post-999 .nf-form-cont .nf-form-fields-areelayout .nf-field-container .nf-field-element .ninja-forms-field:focus {
    border-color: #cf2e2e;
    outline: none;
}
#post-999 .nf-form-cont .submit-container .ninja-forms-field {
    background: #cf2e2e;
    border: 2px solid #cf2e2e;
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
}
#post-999 .nf-form-cont .submit-container .ninja-forms-field:hover {
    background: transparent;
    color: #cf2e2e;
}

/* 7d. Lyrics gallery: 3 square album covers in a balanced row,
   contained to a comfortable width, centered. The theme sets the
   inner <ul class="blocks-gallery-grid"> to display:block, which
   stacks the <li> vertically — force it to flex row. */
#post-999 .wp-block-gallery {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}
#post-999 .wp-block-gallery .blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
#post-999 .wp-block-gallery .blocks-gallery-item {
    flex: 1 1 0;
    max-width: 33.333%;
    margin: 0;
}
#post-999 .wp-block-gallery .blocks-gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
}



/* ============================================================
   8. ABOUT ME — redesigned (photo + bio + cards + spotify + CTA)
   ============================================================ */
#post-2 .entry-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}

/* Hero: photo left, text right */
#post-2 .haley-about-hero {
    display: flex;
    gap: 48px;
    align-items: flex-start;
    margin-bottom: 48px;
}
#post-2 .haley-about-photo {
    flex: 0 0 300px;
}
#post-2 .haley-about-photo figure {
    margin: 0;
}
#post-2 .haley-about-photo img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    border: 2px solid #cf2e2e;
    box-shadow: 0 12px 40px rgba(0,0,0,0.5);
}
#post-2 .haley-about-text {
    flex: 1;
}
#post-2 .haley-about-lead {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    margin: 0 0 20px;
    font-style: italic;
}
#post-2 .haley-about-en {
    color: #cf2e2e;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 0 16px;
}
#post-2 .haley-about-pt {
    color: #e0e0e0;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* Cards row */
#post-2 .haley-about-cards {
    display: flex;
    gap: 24px;
    margin-bottom: 48px;
}
#post-2 .haley-about-card {
    flex: 1;
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 28px 24px;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
}
#post-2 .haley-about-card:hover {
    transform: translateY(-4px);
    border-color: #cf2e2e;
}
#post-2 .haley-about-card-icon {
    font-size: 36px;
    margin-bottom: 12px;
}
#post-2 .haley-about-card-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
#post-2 .haley-about-card-text {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

/* Spotify player */
#post-2 .haley-about-spotify {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}
#post-2 .haley-about-spotify-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
#post-2 .haley-about-spotify iframe {
    display: block;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

/* CTA buttons */
#post-2 .haley-about-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
#post-2 .haley-about-btn {
    display: inline-block;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s ease;
}
#post-2 .haley-about-btn-primary {
    background: #cf2e2e;
    color: #fff;
    border: 2px solid #cf2e2e;
}
#post-2 .haley-about-btn-primary:hover {
    background: transparent;
    color: #cf2e2e;
}
#post-2 .haley-about-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
#post-2 .haley-about-btn-outline:hover {
    border-color: #cf2e2e;
    color: #cf2e2e;
}

/* Responsive */
@media (max-width: 768px) {
    #post-2 .haley-about-hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    #post-2 .haley-about-photo {
        flex: 0 0 auto;
        max-width: 260px;
    }
    #post-2 .haley-about-cards {
        flex-direction: column;
    }
}

/* Bilingual card text: EN in light grey, PT in red-ish to match bio */
#post-2 .haley-about-card-text {
    color: #bdbdbd;
}

/* ============================================================
   9. SHOWS PAGE — redesigned (no TEC plugin)
   ============================================================ */
.haley-shows-page {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px 60px;
}
.haley-shows-article .entry-header {
    text-align: center;
    margin-bottom: 10px;
}
.haley-shows-article .entry-title {
    font-size: 2.2rem;
    color: #fff;
    letter-spacing: 0.5px;
}
.haley-shows-intro {
    text-align: center;
    color: #bdbdbd;
    font-size: 1.05rem;
    max-width: 640px;
    margin: 0 auto 40px;
    line-height: 1.6;
}
.haley-shows-grid {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.haley-show-card {
    display: flex;
    gap: 24px;
    background: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 20px;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.haley-show-card:hover {
    border-color: #cf2e2e;
    transform: translateY(-2px);
}
.haley-show-img {
    flex: 0 0 180px;
    max-width: 180px;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
}
.haley-show-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.haley-show-body {
    flex: 1;
    min-width: 0;
}
.haley-show-title {
    font-size: 1.25rem;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.3;
}
.haley-show-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    color: #cf2e2e;
}
.haley-show-loc {
    color: #bdbdbd;
}
.haley-show-desc {
    color: #d0d0d0;
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 14px;
}
.haley-show-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}
.haley-cal-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.haley-cal-btn {
    display: inline-block;
    padding: 7px 14px;
    font-size: 0.85rem;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid #3a3a3a;
    color: #e0e0e0;
    background: #222;
    transition: all 0.25s ease;
}
.haley-cal-btn:hover {
    border-color: #cf2e2e;
    color: #fff;
    background: #2a2a2a;
}
.haley-tickets-btn {
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.9rem;
    border-radius: 6px;
    text-decoration: none;
    background: #cf2e2e;
    color: #fff;
    font-weight: 600;
    transition: all 0.25s ease;
}
.haley-tickets-btn:hover {
    background: #a82424;
    color: #fff;
}
@media (max-width: 640px) {
    .haley-show-card {
        flex-direction: column;
    }
    .haley-show-img {
        flex: 0 0 auto;
        max-width: 100%;
        height: 200px;
    }
    .haley-show-img img {
        height: 100%;
    }
}

/* Shows intro spacing */
.haley-shows-intro {
    margin-bottom: 60px;
}

/* Shows intro spacing — more breathing room */
.haley-shows-intro {
    margin-bottom: 80px !important;
}

/* ============================================================
   10. CLASSES | AULAS PAGE — enriched layout
   ============================================================ */
.haley-classes-hero {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-bottom: 40px;
}
.haley-classes-photo {
    flex: 0 0 46%;
    max-width: 46%;
    border-radius: 12px;
    overflow: hidden;
    border: 2px solid #cf2e2e;
    box-shadow: 0 8px 30px rgba(0,0,0,0.5);
}
.haley-classes-photo img {
    width: 100%;
    height: auto;
    display: block;
}
.haley-classes-text {
    flex: 1;
    min-width: 0;
}
.haley-classes-lead {
    font-size: 1.35rem;
    font-style: italic;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.4;
}
.haley-classes-en {
    color: #cf2e2e;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 12px;
}
.haley-classes-pt {
    color: #bdbdbd;
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
}
.haley-classes-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 40px;
}
.haley-classes-card {
    background: #111;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    transition: border-color 0.3s ease, transform 0.3s ease;
}
.haley-classes-card:hover {
    border-color: #cf2e2e;
    transform: translateY(-3px);
}
.haley-classes-card-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
}
.haley-classes-card-title {
    color: #fff;
    font-size: 1.1rem;
    margin: 0 0 10px;
}
.haley-classes-card-text {
    color: #bdbdbd;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
}
.haley-classes-cta {
    text-align: center;
    padding: 30px 20px;
    background: #161616;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
}
.haley-classes-cta-text {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 18px;
}
.haley-classes-cta-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #cf2e2e;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.25s ease;
}
.haley-classes-cta-btn:hover {
    background: #a82424;
    color: #fff;
}
@media (max-width: 900px) {
    .haley-classes-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .haley-classes-hero {
        flex-direction: column;
    }
    .haley-classes-photo {
        flex: 0 0 auto;
        max-width: 100%;
    }
    .haley-classes-cards {
        grid-template-columns: 1fr;
    }
}

/* Shows page — fix max-width (theme #content rule wins over .haley-shows-page) */
#content.haley-shows-page {
    max-width: 1000px !important;
    margin: 0 auto;
}

/* Classes page — limit width (theme #content rule wins) */
#content.haley-classes-page {
    max-width: 1000px !important;
    margin: 0 auto;
}

/* Classes CTA text spacing */
.haley-classes-cta-text {
    margin-bottom: 28px !important;
}

/* Limit max-width for Music, About, Contact pages */
#content.haley-music-page,
#content.haley-about-page,
#content.haley-contact-page {
    max-width: 1000px !important;
    margin: 0 auto;
}
