@charset "UTF-8";/* itreallydoes.com — custom.css (cleaned) */

/* -----------------------------
   Avatars / Toolbar
----------------------------- */
.fd-toolbar__avatar > div:nth-child(1) > div:nth-child(2) > img:nth-child(1) {
    border-radius: 50px !important;
}

#eb .o-avatar--rounded .o-avatar__content img,
.o-avatar--rounded .o-avatar__content {
    border-radius: 0 !important;
}

/* -----------------------------
   EasyBlog / Inputs / Buttons
----------------------------- */
#eb .input-group .form-control:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 45px;
}

.eb-mod-search .btn-default {
    text-transform: uppercase;
    height: 45px !important;
    font-size: 16px;
    font-weight: 400 !important;
}

.eb-mod-search .btn-default:hover {
    background-color: #62298b;
}

/* -----------------------------
   Nav collapse (hamburger)
----------------------------- */
@media (max-width: 1420px) {
    #offcanvas-toggler {
        display: block !important;
    }
    #sp-menu .sp-megamenu-parent {
        display: none !important;
    }
    #btn-15711400619420 {
        margin-top: 30px;
    }
}

/* Logo / section tweak between 1421–1472px */
@media (min-width: 1421px) and (max-width: 1472px) {
    #sppb-addon-1571140061942 {
        padding-top: 40px !important;
    }
}

/* -----------------------------
   Blog / Cards / Typography
----------------------------- */
.blog-image-spacing {
    margin: 10px 0;
}

.feat-bx {
    min-height: 190px;
}

#daily-pages {
    border-top: 64px solid #333333;
}

#sp-page-builder .sppb-section-title .sppb-title-heading {
    margin-bottom: 0;
}

.home-blog .eb-mod-media-title,
.blog-listing .eb-post-simple__title a {
    display: block;
    white-space: normal; /* was invalid 'wrap' */
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 42ch;
    min-height: 46px;
}

.homepage-adjust #sp-main-body {
    padding-bottom: 0 !important;
}

.supplemental-pages-section {
    border-bottom-color: #333333 !important;
}

.home-page-features .sppb-addon-text {
    padding: 0 10px;
}

/* -----------------------------
   Font Awesome list (split pill)
----------------------------- */
.faiconlist {
    list-style: none;
    font-size: 18px;
    padding: 0;
    margin: 25px 0;
}

.faiconlist li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.faiconlist li i {
    font-size: 2em;
    min-width: 36px;
    text-align: center;
}

.fa-pills {
    position: relative;
    color: #87ceeb; /* left side */
}

.fa-pills::after {
    content: "\f484"; /* FA Pills */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    color: #e57373; /* right side */
    clip-path: inset(0 0 0 0);
}

/* -----------------------------
   Utility spacing / layout
----------------------------- */
.indent-right {
    margin: -20px 0 0 30px !important;
}

ul.fas-li {
    padding-left: 0;
}

.fas-li .fas {
    font-size: 28px;
    text-align: center;
}

.fas-li li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.fas-li li i {
    flex-shrink: 0;
    width: 20px;
    text-align: center;
    margin-right: 10px;
}

/* -----------------------------
   Buttons
----------------------------- */
.btn-secondary,
.btn-danger {
    border-radius: 50px;
}

.btn-secondary.input-password-toggle {
    border-radius: 4px;
}

.kt-comment-message .overflow-hidden a {
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #d91c5c !important;
    padding: 4px 15px;
    border-radius: 50px;
}

.kt-comment-message .overflow-hidden a:hover {
    background-color: #662d91;
    border-color: #662d91 !important;
    color: #fff;
    cursor: auto;
}

/* Corrected .btn-primary block (removed invalid selector/properties) */
.easystore-btn-add-to-cart,
.btn-primary {
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #d91c5c;
    border-color: #d91c5c;
}

.dmt-poll .btn {
    border-radius: 50px !important;
}

.dmt-poll .btn-primary {
    border-color: #d91c5c !important;
    background: #d91c5c !important;
}

.btn-outline-primary {
    color: #d91c5c;
    border-color: #d91c5c;
    border-radius: 50px;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #662d91;
    border-color: #662d91;
}

/* -----------------------------
   Poll block
----------------------------- */
.dmt-poll strong {
    margin: 0 0 25px -10px !important;
    padding-bottom: 20px;
    font-size: 26px;
    line-height: 46px;
    font-weight: normal;
}

.dmt-poll {
    background: #fff;
    padding: 25px 25px 25px 50px;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-bottom: 50px !important;
}

.dmt-poll div.radio {
    padding-left: 25px;
}

.dmt-poll .radio {
    margin-bottom: 20px !important;
}

.dmt-poll .radio input[type="radio"] {
    margin-top: 6px !important;
}

/* -----------------------------
   EasyStore tweaks
----------------------------- */
.easystore-checkout-shipping__weight {
    display: none;
}

.easystore-product-taxable-price-status {
    margin-left: 20px;
}

.sppb-collection-item .easystore-product-taxable-price-status,
.easystore-product-taxable-price-status {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

.easystore-zoom-gallery-wrapper {
    height: 90% !important;
    top: 100px;
}

.easystore-product-gallery {
    margin-top: 20px;
}

.apparel .easystore-product-image {
    padding-bottom: 0;
}

.easystore-product-price-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.easystore-product-variants {
    max-width: 165px !important;
    text-align: center;
}

.easystore-product-single .easystore-variant-title.easystore-block-label {
    margin-bottom: 7px;
}

.easystore-form-select {
    appearance: auto !important;
    -moz-appearance: auto !important;
    -webkit-appearance: auto !important;
}

.easystore-collections__item {
    background: #fff;
    padding: 25px;
    border: 1px solid #ececec;
    border-radius: 4px;
}

.easystore-product-description .alert {
    margin-top: 25px;
}

h3.easystore-collections__item-title {
    text-align: center;
}

.easystore-collections__item-button .btn {
    padding: 10px 40px;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.easystore-product-single .easystore-price-original {
    margin-top: 8px;
}

.easystore-price-original::before {
    margin-top: 0;
}

.sppb-collection-item {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 4px;
    padding: 25px;
}

.sppb-collection-item img {
    max-height: 150px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#sppb-addon-f5920c47-dd7b-4b37-bb0f-9ccf45bc3d68 {
    max-height: 150px;
}

h1.easystore-product-title {
    font-size: 22px;
    text-align: center;
    margin-top: 25px !important;
}

.addon-root-easystore-list-ratings {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Title / author / entries */
#eb .eb-entry-article .eb-post-thumb {
    margin-bottom: 50px !important;
}

.eb-blog-grids .eb-post-thumb {
    margin-bottom: 5px !important;
}

hr.eb-block-rule-style3 {
    margin: 0 0 30px 0 !important;
}

#entry-7 h4 {
    font-weight: 400;
    margin-top: -10px !important;
}

#sam-signature .eb-image-viewport {
    border: 0 !important;
    border-color: transparent;
    margin-bottom: 100px;
}

#sam-signature img {
    text-align: center !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* -----------------------------
   EasyBlog: general
----------------------------- */
#eb hr {
    border-color: #333 !important;
    padding-top: 0;
}

.eb-entry a.eb-post-image {
    pointer-events: none;
    cursor: default;
}

.eb-entry-author {
    margin-top: 75px;
    border: 1px solid #efefef;
    background: #fff;
    padding: 10px 25px;
}

#eb .btn-primary,
#eb .btn-secondary {
    border-radius: 50px !important;
}

.eb-brand-bio {
    text-align: center;
    margin-top: -50px;
}

#eb li {
    padding-bottom: 15px;
}

.eb-post-simple {
    border: 1px solid #efefef !important;
    background: #fff !important;
    padding: 20px !important;
    border-radius: 3px !important;
}

.eb-entry-author-bio {
    display: flex;
    align-items: center;
    gap: 10px;
}

.o-avatar {
    margin-right: 10px;
}

.eb-authors-name {
    margin: 0;
}

/* -----------------------------
   Page structure / spacing
----------------------------- */
#sp-main-body {
    padding: 25px 0 !important;
    padding-bottom: 75px !important; /* consolidate both occurrences */
}

.ebd-block[data-type="text"] {
    padding-bottom: 25px !important;
}

#eb h3 {
    font-size: 26px !important;
    font-weight: 400 !important;
}

.sp-page-title {
    padding: 60px 0 !important;
}

.page-heading .sp-page-title .sp-page-title-heading {
    font-size: 36px;
}

.sppb-btn.sppb-btn-primary:hover {
    background: #662d91 !important;
}

/* -----------------------------
   Book size labels
----------------------------- */
.book-size {
    font-size: 16px;
    text-align: center;
}

.book-size span {
    display: inline-block;
}

.number {
    font-size: 18px;
}

.unit {
    font-size: 12px;
    vertical-align: bottom;
}

.dimension {
    font-size: 12px;
    vertical-align: middle;
    margin: -5px 5px 0 5px;
}

/* -----------------------------
   Contact page / RSForm
----------------------------- */
.contact-us h2.sp-page-title-heading,
.contact-us h3.sp-page-title-sub-heading {
    color: #ffffff;
}

.rsform-input-box,
#comments,
#reason {
    transition: 0.35s;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    border-radius: 0;
    padding: 16px 25px;
}

#reason {
    min-height: 55px;
}

#rsform_3_page_0 .form-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rsform-submit-button {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    border-radius: 50px;
    min-height: 45px;
    padding: 15px 20px;
    text-transform: uppercase;
}

.contact-info {
    text-align: center;
    background: #662d91;
    border-radius: 3px;
    color: #ffffff;
    padding: 20px;
}

.contact-info h3 {
    color: #ffffff;
}

/* -----------------------------
   Mobile tweaks
----------------------------- */
@media (max-width: 768px) {
    #sam-signature {
        justify-content: center !important;
    }
    .eb-reading-progress {
        display: none;
    }
    .view-product .sppb-row-column {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 375px) {
    .formContainer {
        margin-right: 20px;
    }
}

@media (max-width: 765px) {
    .footer-badge {
        margin-bottom: 20px;
    }
    .easystore-product-variant {
        margin-left: auto !important;
        margin-right: auto !important;
        position: relative !important;
        display: block !important;
        text-align: center !important;
    }
    #easystore-product-detail-sppb .sppb-section {
        padding-top: 25px !important;
    }
    #easystore-product-detail-sppb .page-content {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    #sp-title {
        margin-bottom: -50px;
        padding-bottom: 0;
    }
}

/* -----------------------------
   Misc
----------------------------- */
#jform_captcha-lbl {
    visibility: hidden;
}

.easystore-card-body::after {
    padding-bottom: 75px;
}

.footer-menu {
    text-align: center;
}

.footer-menu a {
    color: #ffffff !important;
}

.footer-menu a:hover {
    color: #d91c5c !important;
}

#sppb-addon-496ec05a-fb65-40f3-aef6-8e206dc976dc,
#sppb-addon-wrapper-e48e2ec1-c100-4ce0-b2a2-d4488f92e566,
#column-id-2244ed9d-b074-44cf-b35f-14a4c9ef6eda,
#column-id-3a1f900f-1729-4ea0-bd91-cad95da4baf6 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
}

.easystore-cart-item-title {
    display: inline-block;
    max-width: 25ch;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#reviewForm .form-control {
    margin-bottom: 10px;
}

/* -----------------------------
   FD Toolbar (Komento?)
----------------------------- */
.fd-toolbar__link {
    border-radius: 50px !important;
    padding: 5px 15px !important;
}

#fd .fd-toolbar .is-active .fd-toolbar__link:not(.no-active-state) {
    color: #fff !important;
    background-color: #662d91 !important;
}

.fd-toolbar__link:hover {
    color: #fff !important;
    background-color: #d91c5c !important;
}

/* -----------------------------
   Search input fix
----------------------------- */
input#fd-search {
    border: 1px solid #efefef; /* fixed typo */
}

/* -----------------------------
   EasyBlog builder rows
----------------------------- */
.ebb-block.has-nested .row {
    display: table;
    width: 100%;
}

/* -----------------------------
   Lhermitte’s sign column layout
----------------------------- */
#lhermittes-sign-column .row {
    display: flex;
    align-items: center;
}

#lhermittes-sign-column .col-md-9,
#lhermittes-sign-column .col-md-3 {
    display: flex;
    align-items: center;
}

#lhermittes-sign-column .col-md-9 {
    flex-direction: column;
    justify-content: center;
}

/* -----------------------------
   Popup Adjustments
----------------------------- */

.ms6x9-header {
    text-align: center;
}
.ms6x9-kicker {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    background: #d91c5c;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.ms6x9-title {
    margin: 6px 0 4px;
}
.ms6x9-subtitle {
    margin: 0 0 10px;
}

.ms6x9-body p {
    margin: 0 0 8px;
}
.ms6x9-highlights {
    margin: 8px 0 12px;
    padding: 0;
    list-style: none;
}
.ms6x9-highlights li {
    position: relative;
    padding-left: 18px;
    margin: 6px 0;
}
.ms6x9-highlights li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    color: #d91c5c;
}

.ms6x9-signup {
    border: 2px dashed #d91c5c;
    border-radius: 12px;
    padding: 12px;
    background: #fff; /* optional; remove if your popup bg should show through */
}
.ms6x9-cta-title {
    margin: 0 0 8px;
}
p.ms6x9-promise {
    margin: 8px 0 0;
    font-size: 8px!important;
    opacity: 0.9;
}

.ms6x9-shipping {
    margin: 12px 0 0;
    font-size: 0.95rem;
}
.ms6x9-footer {
    text-align: center;
    margin-top: 10px;
    font-size: 0.95rem;
}
.ms6x9-link {
    color: #d91c5c;
    font-weight: 800;
    text-decoration: none;
}
.ms6x9-link:hover,
.ms6x9-link:focus {
    text-decoration: underline;
}

.fieldacy2 {
  margin-left: 18px!important;
  text-align: center!important;
}

.ms6x9-highlights li:before {
  margin-top: 5px;
}

/* -----------------------------
   Footer 1/2 Adjustments
----------------------------- */

#sp-footer .sp-row {
  display: flex;
  align-items: center;
}

/* Equal height and vertical centering for footer1 + footer2 */
.sp-footer .row {
  display: flex;
  align-items: center; /* vertical center */
  flex-wrap: wrap;     /* keeps it responsive */
}

/* Keep both columns the same height */
.sp-footer .col-lg-6 {
  display: flex;
  align-items: center;  /* centers content vertically within each column */
}

/* Optional: if you want footer1 content aligned right and footer2 left */
.sp-footer .col-lg-6:first-child {
  justify-content: flex-end;
}
.sp-footer .col-lg-6:last-child {
  justify-content: flex-start;
}

/* Small padding tweak if images look too high or low */
.sp-footer .col-lg-6 img {
  margin: 0 10px;
}

