/* ----------------------
Stylesheet Guide
-------------------------

GENERAL STYLES
TOPBAR SEARCH
READING POSITION INDICATOR
GENERAL BOOTSTRAP
BUTTONS
MODAL
FORMS
PROGRESS BARS
ALERTS
BADGES
TABS
PAGINATION
RESPONSIVE IFRAME
TOP ICONS
SIDEBAR
MAIN MENU
SLIDING PANEL
SOCIAL ICONS
PAGE STRUCTURE
POST NAVIGATION
CARDS
COMMENTS
WIDGETS
FOOTER
AUTHOR BOX
POST LIST
ACCORDION
MEDIA QUERIES

*/

/* ================= GOOGLE FONT ================== */

@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700|Merriweather:400,400i,700,700i&subset=latin-ext');

:root {
    --rossypi-accent: #3A8B95;
    --rossypi-accent-soft: rgba(58, 139, 149, 0.25);
    --rossypi-ink: #333333;
    --rossypi-border: rgba(0, 0, 0, 0.08);
    --rossypi-shadow: 0 18px 40px rgba(17, 24, 39, 0.16);
}

/* ================= GENERAL STYLES ================== */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-weight: 400;
    color: #444;
    font-family: 'Merriweather', Georgia, serif;
    line-height: 1.88;
    font-size: 1rem;
    background-color: #ffffff;
    font-variant-ligatures: no-common-ligatures;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
}

.card-footer,
.card-horizontal-meta,
.card-date,
.badge,
.card-category,
.rossypi-menu-ul,
.rossypi-page-title-meta,
.btn,
input,
button,
.rossypi_fn,
.rossypi_comment_links,
#rossypi-menu-toggle,
.button,
.alert,
.rossypi-post-nav-wrapper,
.progress,
.mp-accordion-title,
.rossypi-related-posts {
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
}

.rossypi-pager {
    font-family: "Helvetica", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.card-title {
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.6rem;
}

h5,
.h5 {
    font-size: 1.45rem;
}

h6,
.h6 {
    font-size: 1.3rem;
}

.lead {
    font-size: 1.3rem;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

a {
    color: #3A8B95;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

a:hover,
a:focus {
    color: #2ba9cd;
    text-decoration: none;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0;
}

hr {
    border-color: #efefef;
    margin-top: 60px;
    margin-bottom: 55px;
}

img {
    max-width: 100%;
    height: auto;
    color: transparent;
}

dl,
ol,
ul {
    margin-bottom: 2rem;
}

dd {
    margin-bottom: 1rem;
}

table {
    margin: 2rem 0;
    table-layout: auto;
    /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

table:not([class]) {
    border-collapse: collapse;
}

table:not([class]),
table:not([class]) th,
table:not([class]) td {
    border: 1px solid #ddd;
}

table:not([class]) th,
table:not([class]) td {
    padding: 10px 15px;
}

blockquote {
    font-style: italic;
    border-left: 4px solid #3A8B95;
    padding-left: 1.5rem;
    margin-left: -1.5rem;
    font-size: 120%;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.fa {
    font-weight: normal !important;
}

.no-margin {
    margin: 0px !important;
}

.hide-on-load {
    overflow: hidden;
    height: 0;
}

.rossypi-add-shadow {
    -webkit-box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .2);
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .2);
}

.rossypi-img-shadow {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.rossypi-add-border {
    border: 1px solid #e5e5e5;
    padding: 2rem 2rem 2rem 2rem;
}

.rossypi-title-with-border {
    border-bottom: 3px solid rgba(0, 0, 0, 0.02);
}

.rossypi-title-with-border span {
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
}

.rossypi-title-with-border span:after {
    content: "";
    height: 3px;
    width: 100%;
    background: #3A8B95;
    left: 0;
    bottom: -3px;
    position: absolute;
    z-index: 2;
}

.no-border {
    border:none !important;
}

/* ================= TOPBAR SEARCH ================== */

.rossypi-topbar-search {
    position: absolute;
    top: 50%;
    right: var(--rossypi-search-right-offset, 96px);
    display: block;
    width: 44px;
    height: 44px;
    min-width: 44px;
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 4;
    transition: width 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rossypi-topbar-search__toggle,
.rossypi-topbar-search__submit,
.rossypi-topbar-search__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: transparent;
    color: #2f3840;
    line-height: 1;
    transition: background 0.2s cubic-bezier(0.34, 2, 0.6, 1), color 0.2s ease, transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
}

.rossypi-topbar-search__toggle {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    transition: opacity 120ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1), background 0.2s cubic-bezier(0.34, 2, 0.6, 1), color 0.2s ease;
}

.rossypi-topbar-search__toggle:hover,
.rossypi-topbar-search__toggle:focus,
.rossypi-topbar-search__submit:hover,
.rossypi-topbar-search__submit:focus,
.rossypi-topbar-search__close:hover,
.rossypi-topbar-search__close:focus {
    background: rgba(58, 139, 149, 0.08);
    color: #3A8B95;
    outline: none;
}

.rossypi-topbar-search__toggle .fa,
.rossypi-topbar-search__submit .fa,
.rossypi-topbar-search__close .fa {
    transform: scale(1.1);
}

.rossypi-topbar-search__form {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    min-width: 0;
    gap: 8px;
    padding: 0 0 0 14px;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translateX(12px);
    transition: opacity 120ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rossypi-topbar-search__input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0 !important;
    outline: none;
    box-shadow: none !important;
    background: transparent;
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 0.95rem;
    appearance: none;
}

.rossypi-topbar-search__input:focus {
    background: transparent;
    border: 0 !important;
    outline: none;
    box-shadow: none !important;
}

.rossypi-topbar-search__input::placeholder {
    color: rgba(47, 56, 64, 0.52);
}

.rossypi-topbar-search__submit,
.rossypi-topbar-search__close {
    flex: 0 0 auto;
}

.rossypi-topbar-search.is-active .rossypi-topbar-search__toggle {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.92);
}

.rossypi-topbar-search.is-active .rossypi-topbar-search__form {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

/* ================= READING POSITION INDICATOR ================== */

progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    color: #3A8B95;
    z-index: 9999;
}

progress::-webkit-progress-bar {
    background-color: transparent;
}

progress::-webkit-progress-value {
    background-color: #3A8B95;
}

progress::-moz-progress-bar {
    background-color: #3A8B95;
}

/* ================= GENERAL BOOTSTRAP ================== */

.row {
    margin-right: -30px;
    margin-left: -30px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}

.card-title,
.card-title a {
    color: #333333;
    text-decoration: none;
}

.card-title a:hover,
.card-title a:focus {
    color: #222;
    text-decoration: none;
}

.text-light,
a.text-light,
a.text-light:hover {
    color: #ccc;
}

.text-primary,
a.text-primary,
a.text-primary:hover {
    color: #3A8B95 !important;
}

.text-info,
a.text-info,
a.text-info:hover {
    color: #51bcda !important;
}

.text-success,
a.text-success,
a.text-success:hover {
    color: #6bd098 !important;
}

.text-warning,
a.text-warning,
a.text-warning:hover {
    color: #fbc658 !important;
}

.text-danger,
a.text-danger,
a.text-danger:hover {
    color: #f5593d !important;
}

.pagination .page-item .page-link .fa {
    width: auto;
}

.bg-primary {
    background-color: #3A8B95 !important;
}

.bg-info {
    background-color: #6ec7e0 !important;
}

.bg-success {
    background-color: #86d9ab !important;
}

.bg-warning {
    background-color: #fcd27b !important;
}

.bg-danger {
    background-color: #f7765f !important;
}

/* Animations */

.form-control,
.input-group-addon,
.carousel-control.right,
.carousel-control.left {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.filter,
.btn-hover,
[data-toggle="collapse"] i,
.animation-transition-fast,
.dropdown-menu .dropdown-item {
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

/* ================= BUTTONS ================== */

input[type="submit"]:not(.btn):not(.slick-arrow),
input[type="button"]:not(.btn):not(.slick-arrow),
.button,
.btn {
    box-sizing: border-box;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.5rem 18px;
    line-height: 1.75;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #333;
    border: 2px solid #333;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.btn.btn-border,
.btn.btn-link {
    background-color: transparent;
}

input[type="submit"]:not(.btn):hover,
input[type="button"]:not(.btn):hover,
.button:hover,
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.show > .btn.dropdown-toggle {
    background-color: #222;
    color: #FFFFFF;
    border-color: #222;
}

.btn .caret {
    border-top-color: #FFFFFF;
}

.btn.btn-link {
    color: #66615B;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active,
.btn.btn-link.active,
.open > .btn.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #403D39;
}

.btn.btn-link .caret {
    border-top-color: #66615B;
}

.btn .caret {
    border-top-color: #FFFFFF;
}

.btn:hover,
.btn:focus {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:active,
.btn.active,
.open > .btn.dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.btn[class*="btn-outline-"] {
    background-image: none;
    background-color: transparent;
}

.btn-just-icon {
    border-radius: 50px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
}

.btn-just-icon i {
    font-size: 16px;
}

.btn-link.btn-just-icon {
    padding: 8px;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -2px;
}

.btn-default {
    background-color: #333;
    border-color: #333;
    color: #FFFFFF;
    opacity: 1;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.show > .btn-default.dropdown-toggle {
    background-color: #222;
    color: #FFFFFF;
    border-color: #222;
}

.btn-primary {
    background-color: #3A8B95;
    border-color: #3A8B95;
    color: #FFFFFF;
    opacity: 1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    background-color: #327982 !important;
    color: #FFFFFF;
    border-color: #327982 !important;
}

.btn-primary .caret {
    border-top-color: #FFFFFF;
}

.btn-primary.btn-link {
    color: #3A8B95;
}

.btn-primary.btn-link:hover,
.btn-primary.btn-link:focus,
.btn-primary.btn-link:active,
.btn-primary.btn-link.active,
.open > .btn-primary.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #327982;
}

.btn-primary .caret {
    border-top-color: #FFFFFF;
}

.btn-success {
    background-color: #6bd098 !important;
    border-color: #6bd098 !important;
    color: #FFFFFF;
    opacity: 1;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
    background-color: #44c47d !important;
    color: #FFFFFF;
    border-color: #44c47d !important;
}

.btn-success .caret {
    border-top-color: #FFFFFF;
}

.btn-success.btn-link {
    color: #6bd098;
}

.btn-success.btn-link:hover,
.btn-success.btn-link:focus,
.btn-success.btn-link:active,
.btn-success.btn-link.active,
.open > .btn-success.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #44c47d;
}

.btn-success.btn-link .caret {
    border-top-color: #6bd098;
}

.btn-success .caret {
    border-top-color: #FFFFFF;
}

.btn-info {
    background-color: #51bcda !important;
    border-color: #51bcda !important;
    color: #FFFFFF;
    opacity: 1;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
    background-color: #2ba9cd !important;
    color: #FFFFFF;
    border-color: #2ba9cd !important;
}

.btn-info .caret {
    border-top-color: #FFFFFF;
}

.btn-info.btn-link {
    color: #51bcda;
}

.btn-info.btn-link:hover,
.btn-info.btn-link:focus,
.btn-info.btn-link:active,
.btn-info.btn-link.active,
.open > .btn-info.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #2ba9cd;
}

.btn-info.btn-link .caret {
    border-top-color: #51bcda;
}

.btn-info .caret {
    border-top-color: #FFFFFF;
}

.btn-warning {
    background-color: #fbc658 !important;
    border-color: #fbc658 !important;
    color: #FFFFFF;
    opacity: 1;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
    background-color: #fab526 !important;
    color: #FFFFFF;
    border-color: #fab526 !important;
}

.btn-warning .caret {
    border-top-color: #FFFFFF;
}

.btn-warning.btn-link {
    color: #fbc658;
}

.btn-warning.btn-link:hover,
.btn-warning.btn-link:focus,
.btn-warning.btn-link:active,
.btn-warning.btn-link.active,
.open > .btn-warning.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #fab526;
}

.btn-warning.btn-link .caret {
    border-top-color: #fbc658;
}

.btn-warning .caret {
    border-top-color: #FFFFFF;
}

.btn-danger {
    background-color: #f5593d !important;
    border-color: #f5593d !important;
    color: #FFFFFF;
    opacity: 1;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
    background-color: #f33816 !important;
    color: #FFFFFF;
    border-color: #f33816 !important;
}

.btn-danger .caret {
    border-top-color: #FFFFFF;
}

.btn-danger.btn-link {
    color: #f5593d;
}

.btn-danger.btn-link:hover,
.btn-danger.btn-link:focus,
.btn-danger.btn-link:active,
.btn-danger.btn-link.active,
.open > .btn-danger.btn-link.dropdown-toggle {
    background-color: transparent;
    color: #f33816;
}

.btn-danger.btn-link .caret {
    border-top-color: #f5593d;
}

.btn-danger .caret {
    border-top-color: #FFFFFF;
}

.btn-outline-default {
    border-color: #222 !important;
    color: #222;
}

.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default:active,
.btn-outline-default.active,
.open > .btn-outline-default.dropdown-toggle {
    background-color: #222 !important;
    color: #fff;
    border-color: #222 !important;
}

.btn-outline-default:hover .caret,
.btn-outline-default:focus .caret,
.btn-outline-default:active .caret,
.btn-outline-default.active .caret,
.open > .btn-outline-default.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-default .caret {
    border-top-color: #FFFFFF;
}

.btn-outline-default.disabled,
.btn-outline-default.disabled:hover,
.btn-outline-default.disabled:focus,
.btn-outline-default.disabled.focus,
.btn-outline-default.disabled:active,
.btn-outline-default.disabled.active,
.btn-outline-default:disabled,
.btn-outline-default:disabled:hover,
.btn-outline-default:disabled:focus,
.btn-outline-default:disabled.focus,
.btn-outline-default:disabled:active,
.btn-outline-default:disabled.active,
.btn-outline-default[disabled],
.btn-outline-default[disabled]:hover,
.btn-outline-default[disabled]:focus,
.btn-outline-default[disabled].focus,
.btn-outline-default[disabled]:active,
.btn-outline-default[disabled].active,
fieldset[disabled] .btn-outline-default,
fieldset[disabled] .btn-outline-default:hover,
fieldset[disabled] .btn-outline-default:focus,
fieldset[disabled] .btn-outline-default.focus,
fieldset[disabled] .btn-outline-default:active,
fieldset[disabled] .btn-outline-default.active {
    background-color: transparent !important;
    border-color: #66615B !important;
}

.btn-outline-primary {
    border-color: #3A8B95 !important;
    color: #3A8B95;
    opacity: 1;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .btn-outline-primary.dropdown-toggle {
    background-color: #3A8B95 !important;
    color: #fff;
    border-color: #3A8B95 !important;
}

.btn-outline-primary:hover .caret,
.btn-outline-primary:focus .caret,
.btn-outline-primary:active .caret,
.btn-outline-primary.active .caret,
.open > .btn-outline-primary.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-primary .caret {
    border-top-color: #FFFFFF;
}

.btn-outline-primary.disabled,
.btn-outline-primary.disabled:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:active,
.btn-outline-primary.disabled.active,
.btn-outline-primary:disabled,
.btn-outline-primary:disabled:hover,
.btn-outline-primary:disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:active,
.btn-outline-primary:disabled.active,
.btn-outline-primary[disabled],
.btn-outline-primary[disabled]:hover,
.btn-outline-primary[disabled]:focus,
.btn-outline-primary[disabled].focus,
.btn-outline-primary[disabled]:active,
.btn-outline-primary[disabled].active,
fieldset[disabled] .btn-outline-primary,
fieldset[disabled] .btn-outline-primary:hover,
fieldset[disabled] .btn-outline-primary:focus,
fieldset[disabled] .btn-outline-primary.focus,
fieldset[disabled] .btn-outline-primary:active,
fieldset[disabled] .btn-outline-primary.active {
    background-color: transparent;
    border-color: #3A8B95 !important;
}

.btn-outline-success {
    border-color: #6bd098 !important;
    color: #6bd098;
    opacity: 1;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.open > .btn-outline-success.dropdown-toggle {
    background-color: #6bd098 !important;
    color: rgba(255, 255, 255, 0.8);
    border-color: #6bd098 !important;
}

.btn-outline-success:hover .caret,
.btn-outline-success:focus .caret,
.btn-outline-success:active .caret,
.btn-outline-success.active .caret,
.open > .btn-outline-success.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-success .caret {
    border-top-color: #FFFFFF;
}

.btn-outline-success.disabled,
.btn-outline-success.disabled:hover,
.btn-outline-success.disabled:focus,
.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:active,
.btn-outline-success.disabled.active,
.btn-outline-success:disabled,
.btn-outline-success:disabled:hover,
.btn-outline-success:disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:active,
.btn-outline-success:disabled.active,
.btn-outline-success[disabled],
.btn-outline-success[disabled]:hover,
.btn-outline-success[disabled]:focus,
.btn-outline-success[disabled].focus,
.btn-outline-success[disabled]:active,
.btn-outline-success[disabled].active,
fieldset[disabled] .btn-outline-success,
fieldset[disabled] .btn-outline-success:hover,
fieldset[disabled] .btn-outline-success:focus,
fieldset[disabled] .btn-outline-success.focus,
fieldset[disabled] .btn-outline-success:active,
fieldset[disabled] .btn-outline-success.active {
    background-color: transparent;
    border-color: #6bd098 !important;
}

.btn-outline-info {
    border-color: #51bcda !important;
    color: #51bcda;
    opacity: 1;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.open > .btn-outline-info.dropdown-toggle {
    background-color: #51bcda !important;
    color: rgba(255, 255, 255, 0.8);
    border-color: #51bcda !important;
}

.btn-outline-info:hover .caret,
.btn-outline-info:focus .caret,
.btn-outline-info:active .caret,
.btn-outline-info.active .caret,
.open > .btn-outline-info.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-info .caret {
    border-top-color: #FFFFFF;
}

.btn-outline-info.disabled,
.btn-outline-info.disabled:hover,
.btn-outline-info.disabled:focus,
.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:active,
.btn-outline-info.disabled.active,
.btn-outline-info:disabled,
.btn-outline-info:disabled:hover,
.btn-outline-info:disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:active,
.btn-outline-info:disabled.active,
.btn-outline-info[disabled],
.btn-outline-info[disabled]:hover,
.btn-outline-info[disabled]:focus,
.btn-outline-info[disabled].focus,
.btn-outline-info[disabled]:active,
.btn-outline-info[disabled].active,
fieldset[disabled] .btn-outline-info,
fieldset[disabled] .btn-outline-info:hover,
fieldset[disabled] .btn-outline-info:focus,
fieldset[disabled] .btn-outline-info.focus,
fieldset[disabled] .btn-outline-info:active,
fieldset[disabled] .btn-outline-info.active {
    background-color: transparent;
    border-color: #51bcda !important;
}

.btn-outline-warning {
    border-color: #fbc658 !important;
    color: #fbc658;
    opacity: 1;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .btn-outline-warning.dropdown-toggle {
    background-color: #fbc658 !important;
    color: rgba(255, 255, 255, 0.8);
    border-color: #fbc658 !important;
}

.btn-outline-warning:hover .caret,
.btn-outline-warning:focus .caret,
.btn-outline-warning:active .caret,
.btn-outline-warning.active .caret,
.open > .btn-outline-warning.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-warning .caret {
    border-top-color: #FFFFFF;
}

.btn-outline-warning.disabled,
.btn-outline-warning.disabled:hover,
.btn-outline-warning.disabled:focus,
.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:active,
.btn-outline-warning.disabled.active,
.btn-outline-warning:disabled,
.btn-outline-warning:disabled:hover,
.btn-outline-warning:disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:active,
.btn-outline-warning:disabled.active,
.btn-outline-warning[disabled],
.btn-outline-warning[disabled]:hover,
.btn-outline-warning[disabled]:focus,
.btn-outline-warning[disabled].focus,
.btn-outline-warning[disabled]:active,
.btn-outline-warning[disabled].active,
fieldset[disabled] .btn-outline-warning,
fieldset[disabled] .btn-outline-warning:hover,
fieldset[disabled] .btn-outline-warning:focus,
fieldset[disabled] .btn-outline-warning.focus,
fieldset[disabled] .btn-outline-warning:active,
fieldset[disabled] .btn-outline-warning.active {
    background-color: transparent;
    border-color: #fbc658 !important;
}

.btn-outline-danger {
    border-color: #f5593d !important;
    color: #f5593d;
    opacity: 1;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .btn-outline-danger.dropdown-toggle {
    background-color: #f5593d !important;
    color: rgba(255, 255, 255, 0.8);
    border-color: #f5593d !important;
}

.btn-outline-danger:hover .caret,
.btn-outline-danger:focus .caret,
.btn-outline-danger:active .caret,
.btn-outline-danger.active .caret,
.open > .btn-outline-danger.dropdown-toggle .caret {
    border-top-color: rgba(255, 255, 255, 0.8);
}

.btn-outline-danger .caret {
    border-top-color: #FFFFFF;
}

.btn-outline-danger.disabled,
.btn-outline-danger.disabled:hover,
.btn-outline-danger.disabled:focus,
.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:active,
.btn-outline-danger.disabled.active,
.btn-outline-danger:disabled,
.btn-outline-danger:disabled:hover,
.btn-outline-danger:disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:active,
.btn-outline-danger:disabled.active,
.btn-outline-danger[disabled],
.btn-outline-danger[disabled]:hover,
.btn-outline-danger[disabled]:focus,
.btn-outline-danger[disabled].focus,
.btn-outline-danger[disabled]:active,
.btn-outline-danger[disabled].active,
fieldset[disabled] .btn-outline-danger,
fieldset[disabled] .btn-outline-danger:hover,
fieldset[disabled] .btn-outline-danger:focus,
fieldset[disabled] .btn-outline-danger.focus,
fieldset[disabled] .btn-outline-danger:active,
fieldset[disabled] .btn-outline-danger.active {
    background-color: transparent;
    border-color: #f5593d !important;
}

.btn:disabled,
.btn[disabled],
.btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.btn-link {
    border-color: transparent !important;
    padding: 7px 18px;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    text-decoration: none;
    border-color: transparent;
}

.btn-link.btn-icon {
    padding: 7px;
}

.btn-lg {
    font-size: 1rem;
    padding: 11px 30px;
}

.btn-lg.btn-simple {
    padding: 13px 30px;
}

.btn-sm {
    font-size: 0.8rem;
    padding: 4px 10px;
}

.btn-sm.btn-simple {
    padding: 6px 10px;
}

.btn-group.select {
    width: 100%;
}

.btn-group.select .btn {
    text-align: left;
}

.btn-group.select .caret {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 8px;
}

.btn-just-icon.btn-sm {
    height: 30px;
    width: 30px;
    min-width: 30px;
    padding: 0;
}

.btn-just-icon.btn-sm i {
    font-size: 12px;
}

.btn-just-icon.btn-lg {
    height: 50px;
    width: 50px;
    min-width: 50px;
    padding: 13px;
}

.btn-just-icon.btn-lg i {
    font-size: 18px;
    padding: 0;
    vertical-align: top;
}

.btn-round {
    border-radius: 30px;
}

.btn.btn-link:focus {
    box-shadow: none !important;
    text-decoration: none;
}

.btn-group.select {
    overflow: visible !important;
}

/* ================= MODAL ================== */

.modal {
    background: rgba(250, 250, 250, 0.9);
}

.modal-dialog {
    max-width: 540px;
}

.modal-header,.modal-footer {
    padding:2rem 2.5rem;
}

.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20);
}

.modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 18px;
    right: 18px;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 9;
    color: #FFFFFF;
    background: #333;
    opacity:1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 12px;
}

.modal-header .close:hover,
.modal-header .close:focus {
    color: #FFFFFF;
    background: #222;
    opacity: 1;
}

.modal-body {
    padding: 2rem 2.5rem;
}

.rossypi-auth-switch {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.rossypi-auth-message {
    margin-bottom: 0;
    line-height: 1.7;
}

.rossypi-auth-modal .modal-content {
    border-radius: 18px;
}

.rossypi-auth-modal .modal-body form .form-control {
    border-radius: 12px;
}

.rossypi-auth-modal .modal-body form .btn {
    border-radius: 12px !important;
}

/* ================= FORMS ================== */

.form-row {
    margin-right: 0;
    margin-left: 0;
}

.form-control::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
}

.form-control:-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
}

input[type="text"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="number"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="tel"]:not(.form-control),
textarea,
.form-control {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    color: inherit;
    font-size: 0.875rem;
    padding: 12px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.form-control.form-control-sm {
    padding: 7px 10px;
}

.form-control.form-control-lg {
    padding: 20px 24px;
    font-size: 1.2rem;
    border-radius: 10px 0 0 10px;
}

.rossypi-lg-form button {
    font-size: 1.2rem;
    min-width: 100px;
    border-radius: 0 10px 10px 0;
}

input[type="text"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
textarea:not(.form-control):focus,
.form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
}

.form-control.no-border {
    border: medium none !important;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    border: 1px solid #ccc;
    color: #66615b;
}

.has-success .form-control:focus {
    border: 1px solid #6bd098;
    color: #6bd098;
}

.has-danger .form-control {
    background-color: #FFC0A4;
    border: 1px solid #f5593d;
    color: #f5593d;
}

.has-danger .form-control:focus {
    background-color: #FFFFFF;
    border: 1px solid #f5593d;
}

.input-group.input-group-focus .input-group-addon {
    border-color: #9A9A9A;
}

.input-lg {
    height: 55px;
    padding: 11px 30px;
}

.has-error .form-control-feedback,
.has-error .control-label {
    color: #f5593d;
}

.has-success .form-control-feedback,
.has-success .control-label {
    color: #6bd098;
}

.input-group-addon {
    background-color: #FFFFFF;
    border-radius: 4px;
}

.input-group-addon.no-border {
    border: medium none !important;
}

.has-success .input-group-addon,
.has-error .input-group-addon {
    background-color: #FFFFFF;
}

.has-error .form-control:focus + .input-group-addon {
    color: #f5593d;
}

.has-success .form-control:focus + .input-group-addon {
    color: #6bd098;
}

.form-control:focus + .input-group-addon,
.form-control:focus ~ .input-group-addon {
    background-color: #FFFFFF;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
    padding-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #E3E3E3;
    color: #66615B;
    cursor: not-allowed;
}

.input-group[disabled] .input-group-addon {
    background-color: #E3E3E3;
    cursor: not-allowed;
    border-color: rgba(0, 0, 0, 0.1);
}

.input-group-btn .btn {
    border-width: 1px;
    padding: 9px 18px;
}

.input-group-btn .btn-default:not(.btn-fill) {
    border-color: rgba(0, 0, 0, 0.1);
}

.input-group-btn:last-child > .btn {
    margin-left: 0;
}

textarea.form-control {
    padding: 10px 18px;
    height: auto;
}

.form-group {
    position: relative;
}

.form-group-no-border .form-control,
.form-group-no-border .input-group-addon {
    border: 0 !important;
}

.has-success .form-control.form-control-success {
    padding-right: 2.5em;
}

.has-danger .form-control.form-control-danger {
    padding-right: 2.5em;
}

.form-control.form-fixed-height {
    height: 195px;
}

.ajax-success,
.ajax-error {
    padding: 20px;
    margin: 40px 0px 0px 0px;
    display: block;
    width: 100%;
}

.ajax-success,
.ajax-error {
    background-color: #efefef;
}

.ajax-success {
    border-left: 3px solid #6bd098;
}

.ajax-error {
    border-left: 3px solid #f5593d;
}

#ajax-form {
    margin-bottom:-2rem;
}

/* ================= PROGRESS BARS ================== */

.progress {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    box-shadow: none;
    height: 30px;
    margin-top: 1rem;
    font-size: 0.875rem;
}

.progress-bar {
    position: relative;
    text-align: right;
    padding-right: 0.5rem;
}

.progress-bar span {
    position: absolute;
    left: 0.5rem;
    top: 0rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
}

.progress-bar-striped {
    background-size: 2rem 2rem;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 2rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 2rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress-bar,
.progress-bar-primary {
    background-color: #3A8B95;
}

.progress-bar-info {
    background-color: #51bcda;
}

.progress-bar-success {
    background-color: #6bd098;
}

.progress-bar-warning {
    background-color: #fbc658;
}

.progress-bar-danger {
    background-color: #f5593d;
}

/* ================= ALERTS ================== */

.alert {
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    padding: 15px 20px;
    font-size: 1rem;
}

.alert .close {
    font-size: 20px;
    color: #FFFFFF;
}

.alert.message {
    padding-right: 60px;
}

.alert i {
    position: relative;
    font-size: 20px;
    top: 5px;
    margin-top: -5px;
    font-weight: 700;
}

.alert-info {
    background-color: #6ec7e0;
}

.alert-success {
    background-color: #86d9ab;
}

.alert-warning {
    background-color: #fcd27b;
}

.alert-danger {
    background-color: #f7765f;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6,
.alert p {
    color: #fff;
}

.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
    margin-bottom: 0.5rem;
}

.alert p {
    margin: 0;
}

/* ================= BADGES ================== */

.badge {
    padding: 0.4em 0.7em;
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 1;
}

.badge a {
    color: #fff
}

.badge-primary {
    background-color: #3A8B95;
}

.badge-info {
    background-color: #51bcda;
}

.badge-success {
    background-color: #6bd098;
}

.badge-warning {
    background-color: #fbc658;
}

.badge-danger {
    background-color: #f5593d;
}

.badge-default {
    background-color: #333;
}

/* ================= PAGINATION ================== */

.rossypi-pager {
    display: block;
}

.pagination {
    justify-content: center;
    margin: 0;
    padding: 0;
}

.pagination > .page-item > .dots,
.pagination > .page-item > .page-link,
.pagination > .page-item > span {
    background-color: transparent;
    border: 2px solid #333;
    border-radius: 20px;
    color: #333;
    height: 40px;
    margin: 0 2px;
    min-width: 40px;
    font-weight: 700;
    line-height: 38px;
    padding: 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    outline: none;
    box-shadow: none;
    font-size: 1rem;
}

.pagination > .page-item > a:hover,
.pagination > .page-item > a:focus,
.pagination > .page-item > a:active {
    background-color: #333;
    border-color: #333;
    color: #FFFFFF;
}

.pagination > .page-item.active .page-link {
    background-color: #333;
    color: #fff;
    border-color: #333;
    pointer-events: none;
}

.rossypi-pager .fa-chevron-right {
    margin-left: 2px;
}

.rossypi-pager .fa-chevron-left {
    margin-right: 2px;
}

iframe,
object,
embed,
video {
    max-width: 100%;
}

/* ================= TOP ICONS ================== */

.rossypi-site-topbar {
    --rossypi-search-right-offset: 108px;
    --rossypi-search-left-boundary: 220px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
    display: grid;
    grid-template-columns: auto auto minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 28px;
    min-height: 78px;
    padding: 14px 40px;
    border-bottom: 1px solid rgba(47, 56, 64, 0.08);
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.rossypi-site-topbar.rossypi-mobile-toolbar-hidden {
    transform: translateY(calc(-100% - 4px));
}

.rossypi-site-topbar--search-active .rossypi-topbar-nav {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(18px);
}

.rossypi-site-topbar--search-active .rossypi-topbar-search {
    width: calc(100% - var(--rossypi-search-right-offset) - var(--rossypi-search-left-boundary));
    min-width: 0;
}

.rossypi-mobile-brand,
.rossypi-mobile-brand:hover,
.rossypi-mobile-brand:focus {
    display: block;
    color: #2f3840;
    text-decoration: none;
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
}

.rossypi-topbar-nav {
    min-width: 0;
    transition: opacity 160ms ease, visibility 160ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rossypi-topbar-nav .rossypi-menu-ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0;
    font-size: 0.8rem;
    letter-spacing: 0.12em;
    line-height: 1;
}

.rossypi-topbar-nav .rossypi-menu-ul > li {
    position: relative;
    width: auto;
    padding: 0;
    border: none;
}

.rossypi-topbar-nav .rossypi-menu-ul > li > a {
    padding: 0;
    color: #2f3840;
}

.rossypi-topbar-nav .rossypi-menu-ul > li > a:before,
.rossypi-topbar-nav .rossypi-menu-ul > li > a:after,
.rossypi-topbar-nav .rossypi-menu-ul > li > ul > li a:before {
    display: none;
}

.rossypi-topbar-nav .rossypi-menu-ul > li > ul {
    position: absolute;
    top: calc(100% + 18px);
    left: 50%;
    display: block;
    min-width: 240px;
    margin: 0;
    padding: 18px 20px;
    list-style: none;
    border: 1px solid rgba(47, 56, 64, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.rossypi-topbar-nav .rossypi-menu-ul > li:hover > ul,
.rossypi-topbar-nav .rossypi-menu-ul > li:focus-within > ul {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.rossypi-topbar-nav .rossypi-menu-ul ul li {
    padding: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.rossypi-topbar-nav .rossypi-menu-ul ul li + li {
    margin-top: 12px;
}

.rossypi-topbar-nav .rossypi-menu-ul ul li a {
    color: #556067;
}

.rossypi-topbar-nav .rossypi-menu-ul ul li a:hover,
.rossypi-topbar-nav .rossypi-menu-ul ul li a:focus {
    color: #3A8B95;
}

.rossypi-mobile-toolbar {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.rossypi-top-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    position: static;
    display: flex;
    align-items: center;
    gap: 2px;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.rossypi-top-icons li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    border-radius: 12px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    -webkit-transition: background 0.2s cubic-bezier(0.34, 2, 0.6, 1);
    -moz-transition: background 0.2s cubic-bezier(0.34, 2, 0.6, 1);
    transition: background 0.2s cubic-bezier(0.34, 2, 0.6, 1);
    color: #2f3840;
    border: none;
}

.rossypi-top-icons li a {
    color: #2f3840;
    display: block;
    position: relative;
}

.rossypi-top-icons li a .fa {
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.rossypi-top-icons li:hover .fa {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
}

/* ================= SIDEBAR ================== */

#rossypi-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .2);
    box-shadow: 0 30px 50px 0 rgba(1, 1, 1, .2);
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    z-index: 99;
    width: 310px;
    background-color: #fff;
}

/* ================= MAIN MENU ================== */

#rossypi-menu-toggle {
    display: none;
    position: relative;
    margin: 0;
    padding: 20px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 1.45rem;
    font-weight: 700;
    cursor: pointer;
}

.rossypi-menu-ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1.4;
}

.rossypi-menu-ul li {
    margin: 0;
    padding: 20px 40px;
    display: block;
    width: 100%;
}

.rossypi-menu-ul > li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.rossypi-menu-ul > li > a {
    padding: 0 1em 0 0;
}

.rossypi-menu-ul li a {
    position: relative;
    display: block;
    outline: none;
    text-decoration: none;
    color: #333;
    padding: 0;
}

.rossypi-menu-ul li a:hover,
.rossypi-menu-ul li a.rossypi-menu-up {
    outline: none;
    color: #3A8B95;
}

.rossypi-menu-ul > li > ul {
    display: none;
    margin: 20px 0px 0.5rem 0px;
    padding: 0;
    list-style: none;
}

.rossypi-menu-ul > li > ul > li > ul,
.rossypi-menu-ul > li > ul > li > ul > li > ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0.75rem;
    list-style: none;
}

.rossypi-menu-ul ul li {
    position: relative;
    font-size: 1rem;
    padding: 1rem 0 0 0;
    text-transform: none;
    line-height: 1;
    font-weight: 400;
}

.rossypi-menu-ul > li > ul > li:first-of-type {
    padding-top: 0
}

.rossypi-menu-ul > li > a:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 0.8em;
    height: 3px;
    transform-origin: 50% 50%;
    transition: all 0.2s linear;
    background: #ddd;
    right: 0px;
    z-index: 2;
    margin-top: -1px;
    transform: rotate(90deg);
    transform-origin: 50% 50%;
}

.rossypi-menu-ul > li > a:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 0.8em;
    height: 3px;
    background: #ddd;
    transform-origin: 50% 50%;
    right: 0px;
    z-index: 1;
    transition: all 0.2s linear;
    margin-top: -1px;
    transform: rotate(0deg);
}

.rossypi-menu-ul > li > a:hover:after {
    background: #3A8B95;
    transform: rotate(90deg);
}

.rossypi-menu-ul > li > a:hover:before {
    background: #3A8B95;
    transform: rotate(180deg);
}

.rossypi-menu-ul > li > a.rossypi-menu-up:before {
    transform: rotate(-45deg);
    background: #3A8B95;
}

.rossypi-menu-ul > li > a.rossypi-menu-up:after {
    transform: rotate(45deg);
    background: #3A8B95;
}

.rossypi-menu-ul > li > a:not([class]):before,
.rossypi-menu-ul > li > a:not([class]):after {
    display: none;
}

.rossypi-menu-ul > li > ul > li a {
    position: relative;
}

.rossypi-menu-ul > li > ul > li a:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 6px;
    width: 6px;
    background: #ddd;
    right: 5px;
    border-radius: 100%;
    margin-top: -3px;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.1s ease-in-out;
}

.rossypi-menu-ul > li > ul > li a:hover:before {
    background: #3A8B95;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

/* ================= PAGE STRUCTURE ================== */

#rossypi-site-wrapper {
    position: relative;
    padding-left: 0;
    margin: 0;
    background-color: #fff;
}

#rossypi-main-container {
    position: relative;
    display: block;
    padding: 96px 95px 100px;
    overflow-x: hidden;
}

.rossypi-page-title {
    margin-bottom: 60px;
    background:#333;
    border-radius: 10px 0 0 10px;
    padding:3rem 0 3rem 60px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
}

.rossypi-page-title h1 {
    position: relative;
    display: block;
    margin: 0px;
    text-transform: uppercase;
    border-bottom: 4px solid rgba(255, 255, 255, 0.1);
    color:#fff;
}

.rossypi-page-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.rossypi-page-title span small {
    font-size: 1rem;
    display: block;
    font-weight: 700;
}

.rossypi-page-title span:after {
    content: "";
    height: 4px;
    width: 100%;
    background: #3A8B95;
    left: 0;
    bottom: -4px;
    position: absolute;
    z-index: 2;
}

.rossypi-page-title img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.rossypi-page-title-meta {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    display: block;
    margin-top: 15px;
}

.rossypi-page-title-meta div {
    display: inline-block;
}

.rossypi-page-title-meta a,.rossypi-page-title-meta {
    color: #fff;
}

.rossypi-page-title-meta a:hover {
    color: #3A8B95;
}

.rossypi-page-title--centered {
    max-width: 980px;
    margin: 0 auto 60px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    text-align: center;
}

.rossypi-page-title--centered h1 {
    display: inline-block;
    margin: 0;
    padding-bottom: 1.35rem;
    border-bottom: none;
    color: #2f3840;
    text-transform: none;
}

.rossypi-page-title--centered h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 1.35rem;
    background: linear-gradient(90deg, rgba(58, 139, 149, 0.18) 0%, rgba(58, 139, 149, 0.75) 50%, rgba(58, 139, 149, 0.18) 100%);
}

.rossypi-page-title--centered .rossypi-page-title-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem 0;
    margin-top: 1.4rem;
    color: #556067;
}

.rossypi-page-title--centered .rossypi-page-title-meta a,
.rossypi-page-title--centered .rossypi-page-title-meta {
    color: #556067;
}

.rossypi-page-title--centered .rossypi-page-title-meta a:hover {
    color: #3A8B95;
}

/* Tighten post header spacing and replace slash separators with flex gaps. */
.rossypi-page-title--post {
    margin-bottom: 42px;
}

.rossypi-page-title--post .rossypi-page-title-meta {
    gap: 0.55rem 1.4rem;
}

.rossypi-page-title--post .rossypi-page-title-meta > div {
    display: inline-flex;
    align-items: center;
}

.rossypi-page-title--post .rossypi-cat-meta a {
    color: var(--rossypi-accent);
}

.rossypi-page-title--post .rossypi-cat-meta a:hover {
    color: var(--rossypi-accent);
}

.rossypi-page-intro {
    max-width: 42rem;
    margin: 1.5rem auto 0;
    color: #556067;
    font-size: 1.05rem;
    line-height: 1.85;
}

.rossypi-home-welcome {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: var(--rossypi-shadow);
}

.rossypi-home-welcome::before {
    display: none;
}

.rossypi-home-welcome::after {
    display: none;
}

.rossypi-home-welcome-body {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(220px, 260px);
    align-items: center;
    gap: 40px;
    padding: 48px 52px;
    z-index: 1;
}

.rossypi-home-welcome-mobile {
    display: none;
}

.rossypi-home-welcome-copy {
    color: #4a4a4a;
}

.rossypi-home-welcome-copy h1 {
    margin-bottom: 1.25rem;
    color: #2f3840;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.65);
}

.rossypi-home-welcome-lead {
    max-width: 40rem;
    margin-bottom: 1.5rem !important;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #556067;
}

.rossypi-home-welcome-author {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 24px;
    border: 1px solid rgba(58, 139, 149, 0.14);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.rossypi-home-welcome-author-copy {
    min-width: 0;
}

.rossypi-home-welcome-author-label {
    display: block;
    margin-bottom: 0.45rem;
    color: rgba(47, 56, 64, 0.56);
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.rossypi-home-welcome-signoff {
    display: inline-block;
    width: fit-content;
    position: relative;
    margin-bottom: 0 !important;
    padding-top: 1rem;
    font-size: 1.1rem;
    font-style: italic;
    letter-spacing: 0.01em;
    line-height: inherit;
    color: #556067;
}

.rossypi-home-welcome-signoff::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(58, 139, 149, 0.18) 0%, rgba(58, 139, 149, 0.75) 100%);
}

.rossypi-home-welcome-media {
    justify-self: end;
    width: 100%;
    max-width: 260px;
}

.rossypi-home-welcome-media img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 32px;
    border: 6px solid rgba(255, 255, 255, 0.75);
    box-shadow: 0 22px 45px rgba(69, 86, 94, 0.16);
}

.rossypi-section-divider {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 32px;
    padding-top: 72px;
    line-height: 1;
    color: #666;
}

.rossypi-section-divider::before,
.rossypi-section-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, var(--rossypi-border) 0%, var(--rossypi-accent) 100%);
}

.rossypi-section-divider::after {
    background: linear-gradient(90deg, var(--rossypi-accent) 0%, var(--rossypi-border) 100%);
}

.rossypi-section-divider span {
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    white-space: nowrap;
}

.rossypi-section-divider--toggle {
    justify-content: center;
}

.rossypi-section-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    color: rgba(68, 68, 68, 0.55);
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.2s ease, opacity 0.2s ease;
    cursor: pointer;
}

.rossypi-section-toggle__lead,
.rossypi-section-toggle__label {
    display: inline;
}

.rossypi-section-toggle__lead::after {
    content: " ";
}

.rossypi-section-toggle:hover,
.rossypi-section-toggle:focus,
.rossypi-section-toggle:focus-visible {
    color: var(--rossypi-accent);
    outline: none;
    box-shadow: none;
}

.rossypi-section-toggle.is-active {
    color: #444444;
    cursor: default;
}

.rossypi-home-section[hidden] {
    display: none !important;
}

.rossypi-home-comments-list {
    display: grid;
    gap: 32px;
}

.card.rossypi-home-comment-card {
    display: block;
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.rossypi-home-comment-card:hover,
.rossypi-home-comment-card:focus-visible {
    color: inherit;
    text-decoration: none;
}

.rossypi-home-comment-card .card-body {
    padding: 2.5rem;
}

.rossypi-home-comment-card__header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 28px;
}

.rossypi-home-comment-card__avatar {
    width: 60px;
    flex: 0 0 60px;
}

.rossypi-home-comment-card__avatar img {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.rossypi-home-comment-card__meta {
    min-width: 0;
    flex: 1 1 auto;
}

.rossypi-home-comment-card__meta-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 8px;
}

.rossypi-home-comment-card__author {
    color: #333333;
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.1;
}

.rossypi-home-comment-card__date {
    color: rgba(68, 68, 68, 0.68);
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
}

.rossypi-home-comment-card__details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #444444;
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
}

.rossypi-home-comment-card__post {
    color: var(--rossypi-accent);
    font-weight: 700;
}

.rossypi-home-comment-card__text p {
    font-size: 1rem;
 }

.rossypi-home-comment-card__text p + p {
    margin-top: 1rem;
}

.rossypi-page-content {
    font-size: 1.15rem;
}

.rossypi-search-page-form {
    margin-bottom: 60px;
}

.rossypi-search-summary {
    margin: -25px 0 35px 0;
    color: #666;
    font-size: 0.95rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.rossypi-search-empty {
    margin: 0 0 50px 0;
    padding: 30px;
    border-left: 4px solid #333;
    background: #f7f7f7;
}

.rossypi-search-empty h3 {
    margin-bottom: 10px;
}

.rossypi-search-empty p {
    margin-bottom: 0;
}

.card-excerpt mark {
    padding: 0 0.2em;
    background: #ffe36a;
    color: #222;
}

/* ================= RELATED POSTS ================== */

.rossypi-related-posts {
    margin-top: 60px;
}

.rossypi-related-posts__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
}

.rossypi-related-posts__list--more {
    margin-top: 24px;
}

.card.rossypi-related-posts__card {
    margin-bottom: 0;
}

.rossypi-related-posts__card .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rossypi-related-posts__heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem 1rem;
    margin-bottom: 18px;
}

.rossypi-related-posts__details {
    min-width: 0;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.rossypi-related-posts__title {
    color: #333333;
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
}

.rossypi-related-posts__heading .rossypi-home-comment-card__date {
    flex: 0 0 auto;
    white-space: nowrap;
}

.rossypi-related-posts__text p {
    margin-bottom: 0;
    font-size: 0.9375rem;
}

.rossypi-related-posts__card .rossypi-related-posts__text {
    margin-bottom: 18px;
}

.rossypi-related-posts__card .card-horizontal-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    margin-top: auto;
    font-size: 0.95rem;
    line-height: 1.4;
    text-transform: none;
}

.rossypi-related-posts__more {
    margin-top: 24px;
}

.rossypi-related-posts__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    cursor: pointer;
    list-style: none;
    border: 0;
    background: transparent;
    color: #3A8B95;
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.rossypi-related-posts__toggle::-webkit-details-marker {
    display: none;
}

.rossypi-related-posts__toggle:hover,
.rossypi-related-posts__toggle:focus,
.rossypi-related-posts__toggle:focus-visible {
    color: #2f7179;
    outline: none;
}

.rossypi-related-posts__toggle::after {
    content: "";
    flex: 0 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transform-origin: center;
    transition: transform 0.2s ease;
}

.rossypi-related-posts__toggle-label--collapse {
    display: none;
}

.rossypi-related-posts__more[open] .rossypi-related-posts__toggle::after {
    transform: rotate(-135deg) translateY(-1px);
}

.rossypi-related-posts__more[open] .rossypi-related-posts__toggle-label--expand {
    display: none;
}

.rossypi-related-posts__more[open] .rossypi-related-posts__toggle-label--collapse {
    display: inline;
}

#rossypi-comments-wrapper {
    margin-top: 60px;
}

/* ================= CARDS ================== */

.card {
    border-radius: 10px;
    box-shadow: none;
    background-color: #fff;
    margin: 0px;
    position: relative;
    z-index: 1;
    border: 0 none;
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1), box-shadow 200ms ease;
}

.card:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.20);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.card.no-transition:hover {
    box-shadow: none;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

.rossypi-post-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.rossypi-post-card:hover,
.rossypi-post-card:focus {
    color: inherit;
    text-decoration: none;
}

.rossypi-post-card:hover,
.rossypi-post-card:focus-visible,
.rossypi-home-comment-card:hover,
.rossypi-home-comment-card:focus-visible {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
}

.card-title {
    margin-bottom: 1rem;
}

.card img {
    max-width: 100%;
    height: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 2.5rem;
}

.card-body p {
    margin: 0px;
}

.card > a {
    overflow: hidden;
}

.card-excerpt p,
.card-body p {
    font-size: 1rem;
}

.card .card-footer {
    padding: 1.5rem 2.5rem;
    background: transparent;
    border-top-color: rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1.4;
}

.card .fa-circle {
    font-size: 0.3rem;
    vertical-align: 0.15rem;
    width: 15px;
    text-align: center;
}

.card-reading .fa {
    width: 20px;
    text-align: center;
}

.card .card-footer a {
    color: inherit;
}

.card .card-footer a:hover {
    color: #3A8B95;
}

.card .card-footer div {
    display: inline-block;
}

.card-category {
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    color: #3A8B95;
}

.rossypi-post-card__eyebrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    margin-bottom: 1.7rem;
}

.rossypi-post-card__date {
    color: rgba(68, 68, 68, 0.68);
    font-weight: 400;
    text-transform: none;
}

.card.card-horizontal {
    margin-bottom: 60px;
}

.card-horizontal .card-body {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
}

.card-horizontal .card-body .card-title {
    margin-bottom: 1.1rem;
}

.card-horizontal-left,
.card-horizontal-right {
    display: table-cell;
    vertical-align: top;
}

.card-horizontal-left {
    width: 61.8%;
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-right: none;
    border-radius: 10px 0 0 10px;
    -webkit-transition: border 200ms ease;
    -moz-transition: border 200ms ease;
    -o-transition: border 200ms ease;
    -ms-transition: border 200ms ease;
    transition: border 200ms ease;
}

.card:hover .card-horizontal-left {
    border-color: transparent;
}

.card-horizontal-right {
    position: relative;
    width: 38.2%;
    border-radius: 0 10px 10px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.02);
}

.card-horizontal-meta {
    display: block;
    margin-top: 2rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    line-height: 1;
}

.card-horizontal-meta div {
    display: inline-block;
}

.card-horizontal-meta a {
    color: inherit;
}

.card-horizontal-meta a:hover {
    color: #3A8B95;
}

.rossypi-post-card .card-horizontal-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem 1.5rem;
    font-size: 0.95rem;
    line-height: 1.4;
    text-transform: none;
}

.rossypi-post-card__read-more {
    color: var(--rossypi-accent);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.rossypi-post-card__comments {
    color: rgba(68, 68, 68, 0.68);
}

.rossypi-post-card__comments .fa {
    margin-right: 0.35rem;
}

/* ================= COMMENTS ================== */

.rossypi-profile-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 30px;
    margin-bottom: 60px;
}

.rossypi-profile-toolbar {
    display: flex;
    justify-content: flex-end;
    margin: -20px 0 32px;
}

.rossypi-profile-logout-form {
    margin: 0;
}

.rossypi-profile-logout-button {
    min-width: 0;
    padding-right: 22px;
    padding-left: 22px;
}

.rossypi-profile-card {
    padding: 35px 40px;
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 15px 40px rgba(17, 24, 39, 0.06);
}

.rossypi-profile-card h3 {
    margin-bottom: 1.5rem;
}

.rossypi-profile-section {
    padding: 0;
    overflow: hidden;
}

.rossypi-profile-section-summary {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 28px 32px;
    cursor: pointer;
    list-style: none;
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    color: #2f3840;
}

.rossypi-profile-section-summary::-webkit-details-marker {
    display: none;
}

.rossypi-profile-section-summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(58, 139, 149, 0.1);
    color: #3A8B95;
    font-size: 1.35rem;
    line-height: 2rem;
    text-align: center;
}

.rossypi-profile-section[open] .rossypi-profile-section-summary {
    border-bottom: 1px solid #efefef;
}

.rossypi-profile-section[open] .rossypi-profile-section-summary::after {
    content: "−";
}

.rossypi-profile-section-body {
    padding: 28px 32px 32px;
}

.rossypi-profile-form {
    margin-bottom: 0;
}

.rossypi-profile-form .form-text {
    display: block;
    margin-top: 8px;
    line-height: 1.6;
}

.rossypi-profile-actions {
    margin-top: 30px;
}

.rossypi-empty-state {
    margin-top: 40px;
    margin-bottom: 0;
}

.rossypi_comments_block {
    position: relative;
    display: block;
}

.rossypi_comment {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    table-layout: fixed;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rossypi_comment_inner {
    display: table-row;
}

.rossypi_comment_left,
.rossypi_comment_right {
    display: table-cell;
    vertical-align: top;
}

.rossypi_comment_left {
    width: 60px;
}

.rossypi_comment_left img {
    border-radius: 100%;
    width:60px;
    height: 60px;
}

.rossypi_comment_right {
    width: 100%;
}

.rossypi_comment_right_inner {
    padding-left: 20px;
    position: relative;
}

.rossypi_comment_meta {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem 1rem;
}

.rossypi_commentlist {
    margin: 0px;
    padding: 0px;
}

.rossypi_commentlist {
    margin-top: 36px;
}

.rossypi_commentlist .rossypi_comment_wrapper > .rossypi_comment_wrapper {
    position: relative;
}

.rossypi_comment_wrapper {
    scroll-margin-top: 96px;
}

.rossypi_commentlist .rossypi_comment_wrapper > .rossypi_comment_wrapper .rossypi_comment {
    padding-left: 40px;
}

.rossypi_commentlist .rossypi_comment_wrapper > .rossypi_comment_wrapper:before {
    font-family: 'FontAwesome';
    content: "\f122";
    speak: none;
    text-indent: 0em;
    text-align: center;
    position: absolute;
    top: 20px;
    left: 5px;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin: 0px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 1;
    color: rgba(0, 0, 0, 0.1);
}

.rossypi_comment_text {
    margin: 0px;
    display: block;
    font-style: normal;
}

.rossypi_comment_text p {
    margin: 0;
}

.rossypi_comment_text p + p {
    margin-top: 1rem;
}

.rossypi_comment_text--spaced {
    margin-top: 1rem;
}

.rossypi_comments pre {
    padding: 0px;
}

.rossypi_fn {
    font-weight: 700;
    display: block;
    font-style: normal;
    font-size: 1.2rem;
    line-height: 1;
}

.rossypi_comment_date {
    color: rgba(68, 68, 68, 0.68);
    font-family: "Merriweather Sans", "Helvetica", Arial, sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-align: right;
}

.rossypi_comment_links {
    display: inline-block;
    margin-top: 0.35rem;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    margin-bottom: 2rem;
    line-height: 1.4;
}

.rossypi_comment_links a {
    color: inherit;
}

.rossypi-comment-separator {
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.35);
}

/* ================= FOOTER ================== */

#rossypi-footer {
    position: relative;
    padding: 0 95px;
    background: #fafafa;
}

.rossypi-footer-credits {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
}

.rossypi-footer-credits:before {
    background: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), transparent);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 1;
    content: "";
}

.rossypi-footer-credits p {
    margin: 0;
    font-size: 0.875rem;
    text-align: center;
}

#rossypi-gototop {
    position: fixed;
    right: 30px;
    bottom: -50px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #333;
    color: #fff;
    line-height: 50px;
    padding: 0;
    border-radius: 10px 10px 0 0;
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    font-size: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#rossypi-gototop .fa {
    -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform:scale(1.1);
    transform: scale(1.1);
}

#rossypi-gototop:hover .fa {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform:scale(1.4);
    transform: scale(1.4);
}

/* ================= ACCORDION ================== */

.mp-accordion {
    position: relative;
    border-top: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.mp-accordion-title {
    position: relative;
    font-weight: 700;
    display: block;
    padding: 1.5rem 2rem 0rem 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.mp-accordion-title.collapsed {
    color: inherit;
    padding: 1.5rem 2rem;
}

.mp-accordion-title.collapsed:hover {
    color: #222;
}

.mp-accordion-title span {
    margin-right: 0.5rem
}

.mp-accordion-title:after {
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    font-family: 'FontAwesome';
    content: "\f077";
    speak: none;
    text-indent: 0em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mp-accordion-title.collapsed:after {
    content: "\f078";
}

.mp-accordion-content {
    padding: 0rem 2rem 2.5rem 2rem;
}

.mp-accordion-content p:last-child {
    margin-bottom: 0px;
}

/* ================= MEDIA QUERIES ================== */

@media only screen and (max-width: 1399px) {
    .card-horizontal-left,
    .card-body {
        padding: 2rem;
    }
    .card .card-footer {
        padding: 1.5rem 2rem;
    }
    #rossypi-main-container {
        padding: 88px 45px 80px;
    }
    #rossypi-footer {
        padding: 0 45px;
    }
    #rossypi-gototop {
        display: none;
    }
}

@media only screen and (max-height: 700px) {
    .rossypi-menu-ul li {
        padding: 15px 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .rossypi-site-topbar {
        --rossypi-search-right-offset: 112px;
        --rossypi-search-left-boundary: 220px;
        grid-template-columns: auto minmax(0, 1fr) auto auto;
        gap: 36px;
        min-height: 74px;
        padding: 12px 40px;
    }
    #rossypi-menu-toggle {
        display: none;
    }
    #rossypi-sidebar {
        display: none;
    }
    .rossypi-topbar-nav {
        display: block;
        width: 100%;
    }
    .rossypi-mobile-toolbar {
        width: auto;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 1199px) {
    html {
        font-size: 15px;
    }
    #rossypi-sidebar {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: 0;
        margin-bottom: 0;
        border: none;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
        background: transparent;
    }
    #rossypi-site-wrapper {
        padding-left: 0px;
    }
    body.rossypi-mobile-menu-open {
        overflow: hidden;
    }
    .rossypi-site-topbar {
        --rossypi-search-right-offset: 60px;
        --rossypi-search-left-boundary: 72px;
        grid-template-columns: 80px minmax(0, 1fr) auto auto;
        gap: 12px;
        min-height: 56px;
        padding: 8px 16px;
    }
    .rossypi-site-topbar.rossypi-mobile-toolbar-hidden {
        transform: translateY(calc(-100% - 4px));
    }
    .rossypi-site-topbar--search-active .rossypi-mobile-brand {
        opacity: 0;
        transform: translateX(18px);
        pointer-events: none;
    }
    .rossypi-mobile-brand,
    .rossypi-mobile-brand:hover,
    .rossypi-mobile-brand:focus {
        overflow: hidden;
        font-size: 1.35rem;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: opacity 160ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .rossypi-topbar-nav {
        display: none;
    }
    .rossypi-mobile-toolbar {
        width: auto;
        justify-content: flex-end;
        gap: 8px;
    }
    .rossypi-topbar-search__toggle,
    .rossypi-topbar-search__submit,
    .rossypi-topbar-search__close {
        width: 40px;
        height: 40px;
    }
    .rossypi-topbar-search {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .rossypi-topbar-search__form {
        padding: 0 0 0 12px;
    }
    #rossypi-menu-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        width: 40px;
        height: 40px;
        padding: 0;
        border: none;
        border-radius: 12px;
        background: transparent;
        color: #2f3840;
        font-size: 1.1rem;
        line-height: 1;
    }
    #rossypi-main-container {
        padding-top: 72px;
    }
    #rossypi-sidebar-cell {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
        padding: 84px 24px 32px;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow-y: auto;
        transition: opacity 180ms ease, visibility 180ms ease;
    }
    body.rossypi-mobile-menu-open #rossypi-sidebar-cell {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    #rossypi-main-menu {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        display: block !important;
    }
    .rossypi-menu-ul {
        font-size: 0.94rem;
        line-height: 1.5;
    }
    .rossypi-menu-ul li {
        padding: 14px 0;
    }
    .rossypi-menu-ul ul li {
        padding: 1rem 0 0 0;
    }
    .rossypi-menu-ul > li {
        border-bottom: 1px solid rgba(47, 56, 64, 0.08);
    }
    .rossypi-menu-ul > li:last-child {
        border-bottom: none;
    }
    .rossypi-page-title {
        padding:2.5rem !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }
    .rossypi-page-title--centered {
        padding: 0 !important;
    }
    .rossypi-home-welcome-body {
        padding: 40px;
    }
    .rossypi-section-divider {
        padding-top: 36px;
    }
}

@media only screen and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 2.15rem;
    }

    h2,
    .h2 {
        font-size: 1.9rem;
    }
    #rossypi-main-container {
        padding: 52px 0px 60px;
    }
    .card-horizontal .card-body {
        display: flex;
        flex-direction: column-reverse;
    }

    .card-horizontal-left,
    .card-horizontal-right {
        display: block;
        width: 100%;
    }
    .card-horizontal-left {
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0 0 10px 10px;
    }
    .card-horizontal-right {
        border-radius: 10px 10px 0 0;
        height: 400px
    }
    .rossypi-page-title img {
        width: 60px;
        height: 60px;
    }
    .rossypi-home-welcome-desktop {
        display: none;
    }
    .rossypi-home-welcome-mobile {
        display: block;
    }
    .rossypi-home-welcome {
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }
    .rossypi-home-welcome-body-mobile {
        grid-template-columns: 1fr;
        align-items: stretch;
        gap: 28px;
        padding: 40px;
        border: none;
        border-radius: 28px;
        background: #ffffff;
        box-shadow: 0 24px 45px rgba(17, 24, 39, 0.08);
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-copy {
        text-align: center;
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-lead {
        max-width: none;
        margin-bottom: 0 !important;
        font-size: 1.08rem;
        line-height: 1.85;
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-copy h1 {
        max-width: 12ch;
        font-size: clamp(2.5rem, 9vw, 4rem);
        line-height: 1.05;
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-media {
        justify-self: start;
        max-width: 108px;
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-media img {
        aspect-ratio: 4 / 5;
        border-radius: 24px;
        border: 4px solid rgba(255, 255, 255, 0.85);
        box-shadow: 0 16px 30px rgba(69, 86, 94, 0.14);
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-signoff {
        padding-top: 0;
        font-size: 1.45rem;
        line-height: 1.25;
        color: #3a444c;
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-signoff::before {
        display: none;
    }
    .rossypi-home-welcome-author {
        max-width: 380px;
        border: none;
        margin: 0 auto;
    }
    .rossypi-section-divider {
        justify-content: center;
        margin-bottom: 28px;
        padding-top: 36px;
    }
    .rossypi-section-divider::before,
    .rossypi-section-divider::after {
        display: none;
    }
    .rossypi-page-title,.card.card-horizontal {
        margin-bottom:40px
    }
    .rossypi-section-divider--toggle {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 0;
    }
    .rossypi-section-toggle {
        width: 100%;
        padding-bottom: 0.75rem;
        text-align: center;
    }
    .rossypi-section-toggle::after {
        content: "";
        display: block;
        width: clamp(68px, 42%, 120px);
        height: 2px;
        margin-top: 0.6rem;
        border-radius: 999px;
        background: currentColor;
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    .rossypi-section-toggle.is-active::after {
        opacity: 1;
    }
    .rossypi-home-comments-list {
        gap: 24px;
    }
    .rossypi-profile-layout {
        grid-template-columns: 1fr;
    }
    .rossypi-profile-toolbar {
        justify-content: center;
        margin-top: -8px;
    }
}


@media only screen and (max-width: 767px) {
    .card-horizontal-right {
        height: 300px;
    }
    .rossypi-related-posts__list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .rossypi-profile-card {
        padding: 28px 24px;
    }
    .rossypi-profile-section {
        padding: 0;
    }
    .rossypi-profile-section-summary {
        padding: 24px;
        font-size: 1.2rem;
    }
    .rossypi-profile-section-body {
        padding: 24px;
    }
}

@media only screen and (max-width: 575px) {
    html {
        font-size: 14px;
    }
    blockquote {
        margin: 2rem 0;
        font-size: 100%;
    }
    .card-horizontal-right {
        height: 250px
    }
    #rossypi-main-container {
        padding: 68px 0px 40px 0px;
    }
    #rossypi-footer {
        padding: 0px;
    }
    .rossypi-related-posts {
        margin-top: 40px;
    }
    .rossypi-related-posts__more {
        margin-top: 20px;
    }
    .rossypi-related-posts__list--more {
        margin-top: 20px;
    }
    .rossypi-related-posts__card .card-body {
        padding: 24px;
    }
    .rossypi-related-posts__toggle {
        gap: 10px;
        font-size: 0.92rem;
    }
    #rossypi-comments-wrapper {
        margin-top: 40px;
    }
    .rossypi_commentlist .rossypi_comment_wrapper > .rossypi_comment_wrapper .rossypi_comment {
        padding-left: 0px;
    }
    .rossypi_commentlist .rossypi_comment_wrapper > .rossypi_comment_wrapper:before {
        display: none;
    }
    .card.card-horizontal {
        margin-bottom: 40px;
    }
    .rossypi_comment_left {
        display: none;
    }
    .rossypi_comment_right_inner {
        padding: 0;
    }
    .rossypi-page-title {
        padding:2rem !important;
    }
    .rossypi-page-title--centered {
        padding: 0 !important;
    }
    .rossypi-home-welcome-body-mobile {
        padding: 28px 24px;
    }
    .rossypi-site-topbar {
        --rossypi-search-right-offset: 52px;
        --rossypi-search-left-boundary: 56px;
        grid-template-columns: 72px minmax(0, 1fr) auto auto;
        gap: 8px;
        min-height: 52px;
        padding: 6px 12px;
    }
    .rossypi-mobile-toolbar {
        width: auto;
        gap: 0;
    }
    .rossypi-topbar-search__toggle,
    .rossypi-topbar-search__submit,
    .rossypi-topbar-search__close {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .rossypi-topbar-search {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }
    .rossypi-topbar-search__form {
        gap: 6px;
        padding: 0 0 0 10px;
    }
    .rossypi-topbar-search__input {
        font-size: 0.9rem;
    }
    .rossypi-mobile-brand {
        font-size: 1.2rem;
    }
    .rossypi-top-icons {
        gap: 0;
    }
    .rossypi-top-icons li {
        width: 36px;
        height: 36px;
    }
    #rossypi-sidebar-cell {
        padding: 76px 16px 20px;
    }
    #rossypi-menu-toggle {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-copy h1 {
        max-width: none;
        font-size: 2.9rem;
    }
    .rossypi-home-welcome-author {
        grid-template-columns: 84px minmax(0, 1fr);
        gap: 14px;
        padding: 18px;
        border-radius: 22px;
        max-width: none;
    }
    .rossypi-home-welcome-body-mobile .rossypi-home-welcome-media {
        max-width: 84px;
    }
    .rossypi-section-divider {
        gap: 0;
        margin-bottom: 24px;
        padding-top: 28px;
    }
    .rossypi-section-divider span {
        letter-spacing: 0.14em;
    }
    .rossypi-section-divider--toggle {
        gap: 0;
    }
    .rossypi-section-toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 0.78rem;
        letter-spacing: 0.12em;
        line-height: 1.15;
        text-transform: none;
    }
    .rossypi-section-toggle__lead,
    .rossypi-section-toggle__label {
        display: block;
    }
    .rossypi-section-toggle__lead::after {
        content: "";
    }
    .rossypi-section-toggle__lead {
        margin-bottom: 0.28rem;
    }
    .rossypi-section-toggle__label {
        padding-bottom: 0.18rem;
    }
    .rossypi-home-comment-card .card-body {
        padding: 28px 24px;
    }
    .rossypi-home-comment-card__header {
        gap: 18px;
        margin-bottom: 22px;
    }
    .rossypi-home-comment-card__details {
        line-height: 1.6;
    }
    .rossypi-page-title--centered h1 {
        display: block;
    }
    .rossypi-page-title--centered .rossypi-page-title-meta {
        font-size: 0.78rem;
        line-height: 1.6;
    }
    .rossypi-page-intro {
        margin-top: 1.25rem;
        font-size: 1rem;
    }
    #rossypi-menu-toggle {
        width: 36px;
        height: 36px;
    }
    .rossypi-menu-ul li {
        padding: 12px 0;
    }
    .mp-accordion-title,
    .mp-accordion-content {
        padding: 20px !important;
    }
    .mp-accordion-title:after {
        right: 20px !important;
    }
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
