/*
Theme Name: Sculpture Sense Theme
Theme URI: https://www.sculpturesense.com/
Description: A super light weight theme, that only responsive grid css is based on Bootstrap, and for the rest is just building from scratch.
Version: 1.0
Author: Nidcha

 Default styles for the element */
body {
    font-size: 16px;
    padding-top: 7rem;
}

.bg-body-secondary {
    background-color: #232023 !important; /* Charcoal */
}

.themed-element {
    background-color: #ffffff; /* Light background color */
    color: #000000; /* Dark text color */
}

/* Dark theme styles */
[data-bs-theme=dark] .themed-element {
    background-color: #000000; /* Dark background color */
    color: #ffffff; /* Light text color */
}

.hero h1 {
    font-family: var(--color-secondary);
}

.hero p {
    color: rgba(255, 255, 255, 0.8);
}

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

.hero h1,
.h1, h1 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: var(--color-primary) !important;
}

.text-bg-primary {
    background-color: var(--color-primary) !important;
}

.start-170px {
    left: 170px;
}

.text-secondary a,
.text-secondary,
.link-secondary {
    color: #EFEFEF !important;
}

.text-secondary a:hover,
a:hover.link-secondary {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.social-links ul {
    list-style: none;
    display: inline-flex;
    flex-flow: row;
}

.social-links ul a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.social-links ul a:hover {
    color: #fff;
    text-decoration: none;
}

.footer h2 {
    font-weight: 700;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-primary-hover);
    --bs-btn-hover-border-color: var(--color-primary-hover);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-primary-active);
    --bs-btn-active-border-color: var(--color-primary-active);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #7d0d15;
    --bs-btn-disabled-border-color: #7d0d15;
}

.btn-outline-primary {
    --bs-btn-color: var(--color-primary);
    --bs-btn-border-color: var(--color-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--color-primary-hover);
    --bs-btn-hover-border-color: var(--color-primary-hover);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--color-primary-active);
    --bs-btn-active-border-color: var(--color-primary-active);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #7d0d15;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #7d0d15;
    --bs-gradient: none;
}

.btn-link {
    --bs-link-color: #ff4a56;
    --bs-link-hover-color: #ff7d85;
}

.btn-outline-light.btn-primary,
.btn-outline-light {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    padding: 0.5rem 1.5rem;
    font-size: 1.25rem;
}

.btn-outline-light.btn-primary:hover,
.btn-outline-light:hover,
a:hover.btn-outline-light.btn-primary,
a:hover.btn-outline-light {
    color: var(--color-primary);
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
}

.btn-outline-red {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
}

.btn-outline-red:hover,
a:hover.btn-outline-red {
    color: #FFFFFF;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.btn-primary-red {
    color: #FFFFFF;
    background: var(--color-primary);
    border: 1px solid var(--color-primary);
    width: auto;
}

.btn-primary-red:hover,
a:hover.btn-primary-red {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background: #FFFFFF;
}

#footer .footer-info p {
    font-size: 0.875rem;
    line-height: 1.714em;
    margin-bottom: 0;
    color: #fff;
}

.inner-page .page-header {
    padding: 140px 0 80px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-page .page-header:before {
    content: "";
    background-color: rgba(54, 0, 4, 0.8);
    position: absolute;
    inset: 0;
}

.without-featured-img .page-header {
    padding: 2rem 0 1rem 0;
    min-height: auto;
}

.without-featured-img .page-header:before {
    background-color: transparent;
}

.inner-page nav {
    background-color: #1a1a1a;
    padding: 20px 0;
}

.without-featured-img .page-header h1 {
    margin-bottom: 0.5em;
    line-height: 1.1em;
}

.inner-page nav .breadcrumb {
    margin-bottom: 0;
    list-style: none;
    display: inline-flex;
}

.breadcrumb a {
    color:inherit;
}

.text-primary-emphasis,
.related-post .text-primary-emphasis {
    color: #9CA4B5 !important;
}

.related-post .border {
    border: var(--bs-border-width) var(--bs-border-style) #232323 !important;
}

.gallery {
    margin: 2rem auto;
}

.gallery .gallery-item {
    padding: 0.875rem;
}

.gallery .gallery-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: none !important;
    border-radius: 10px;
}

.related-post .post-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.related-post .post-categories li {
    display: inline-block;
    float: left;
}

.related-post .read-more {
    line-height: 1em;
    padding-top: 1rem;
}

.related-post .read-more.icon-link > .bi {
    line-height: 1em;
}

#sidebar h2,
#sidebar h3 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    font-family: var(--font-secondary);
}

#sidebar h2:after,
#sidebar h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    bottom: 0;
}

.wpcf7-spinner {
    margin: 0 auto !important;
}

.content ol li {
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

.content p {
    margin-bottom: 1.5rem;
}

#sidebar .widget_block .related-portfolio-posts h3,
.gallery-single #sidebar .portfolio-info h3.project-name {
    font-size: 1.3rem;
    font-family: var(--font-primary);
    font-weight: 300;
    padding: 0;
    margin: 0;
}

#sidebar .widget_block .related-portfolio-posts h3 {
    font-weight: 500;
}

#sidebar .widget_block .related-portfolio-posts h3:after,
.gallery-single #sidebar .portfolio-info h3.project-name:after {
    content: "";
    position: unset;
    display: block;
    width: unset;
    height: unset;
    background: none !important;
}

#sidebar .wp-block-heading a {
    color: inherit;
}

#lightbox #imageContainer img {
    max-width: 100%;
    height: auto;
}

#imageDataContainer {
    font-family: var(--font-default);
    font-size: 1rem;
    line-height: 1.2em;
}

#imageDataContainer #imageData #caption {
    color: #000;
    font-weight: normal;
}

#imageData #numberDisplay {
    color: #666;
    padding-bottom: 0.5em;
}

.rating-score {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.rating-score {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.rating-score > .rating-score-item {
    display: inline-block;
    line-height: 1em;
    margin: 0.1rem;
}

.rating-score > .rating-score-item::after {
    width: 1.3em;
    height: 1.3em;
    background-size: contain;
    display: inline-block;
}

.rating-score[data-rating="1"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4"] > .rating-score-item:nth-child(-n + 4):after, .rating-score[data-rating="5"] > .rating-score-item:nth-child(-n + 5):after, .rating-score[data-rating="0.5"] > .rating-score-item:nth-child(-n + 0):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(-n + 1):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(-n + 2):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(-n + 3):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(-n + 4):after {
    content: url('assets/img/full-star.svg');
}

.rating-score[data-rating="0.5"] > .rating-score-item:nth-child(1):after, .rating-score[data-rating="1.5"] > .rating-score-item:nth-child(2):after, .rating-score[data-rating="2.5"] > .rating-score-item:nth-child(3):after, .rating-score[data-rating="3.5"] > .rating-score-item:nth-child(4):after, .rating-score[data-rating="4.5"] > .rating-score-item:nth-child(5):after {
    content: url('assets/img/half-star.svg');
}

.gallery-single .portfolio-description .testimonial-item h3 {
    margin: 0.5rem;
    padding-top: 0;
}

.gallery-single .portfolio-description .testimonial-item h4 {
    margin: 0 0 0.5rem 0;
}

.content .frhd__post-grid-3 .frhd__post-btn a {
    display: inline-flex;
    width: auto;
    padding: 0.5rem 1rem;
}

.image-container {
    position: relative;
}

.pagination-links .page-numbers {
    padding: 0.75rem 1.25rem;
    margin-right: 0.5rem;
}

.pagination-links a.page-numbers {
    color: var(--color-primary);
}

.pagination-links a:hover.page-numbers {
    color: #FFFFFF;
    background: var(--color-primary);
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    padding-bottom: 1rem;
}

.wp-block-latest-posts__featured-image img {
    border-radius: 0.3rem;
}

#sidebar .widget_block .wp-block-heading {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

#sidebar .widget_block .wp-block-heading:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    bottom: 0;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    font-weight: 400;
    color: #6b7075;
    font-size: 0.875rem;
}

.widget_archive .wp-block-archives-list,
.widget_categories .wp-block-categories-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.widget_categories .wp-block-categories-list li:before,
.widget_archive .wp-block-archives-list li:before {
    font-size: 1rem;
    margin-right: 5px;
    color: var(--color-link);
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f285";
}

.wp-block-tag-cloud a,
.post-tags a {
    color: inherit;
}

.wp-block-tag-cloud a:hover,
.post-tags a:hover {
    color: inherit;
    text-decoration: underline;
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 16 16" viewBox="0 0 16 16"><path clip-rule="evenodd" d="m1.6 4.6c.2-.2.5-.2.7 0l5.7 5.7 5.6-5.6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c-.2.2-.5.2-.7 0l-6-6c-.1-.2-.1-.6 0-.8z" fill="%23ff4a56" fill-rule="evenodd"/></svg>');
    --bs-accordion-btn-active-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 16 16" viewBox="0 0 16 16"><path clip-rule="evenodd" d="m1.6 4.6c.2-.2.5-.2.7 0l5.7 5.7 5.6-5.6c.2-.2.5-.2.7 0s.2.5 0 .7l-6 6c-.2.2-.5.2-.7 0l-6-6c-.1-.2-.1-.6 0-.8z" fill="%23ff4a56" fill-rule="evenodd"/></svg>');
}

.accordion {
    --bs-accordion-active-color: var(--color-link-hover);
    --bs-accordion-active-bg: var(--color-primary-active);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
    padding-top: 1.5rem;
}

.features .icon-box {
    padding-left: 1rem;
}

.features .icon-box h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0.313rem 0 0.625rem 3.75rem;
}

.features .icon-box i {
    font-size: 3rem;
    float: left;
    color: var(--color-primary);
}

.features .icon-box p {
    font-size: 1rem;
    margin-left: 3.75rem;
}

.features .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 25rem;
}

.contact-info i {
    font-size: 1.25rem;
    background: var(--color-primary);
    color: #FFFFFF;
    float: left;
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    transition: all 0.3s ease-in-out;
}

.contact-info h4,
.contact-info .h5 {
    padding: 0 0 0 60px;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact-info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 0.875rem;
}

.contact-info a {
    color: inherit;
}

.wpcf7 form .wpcf7-response-output {
    border-width: 1px;
}

.frhd__slider-mode .swiper-button-next:after, .frhd__slider-mode .swiper-button-prev:after {
    text-shadow: none;
    box-shadow: none;
}

.frhd__slider-mode a.frhd__post-slider-rmbtn {
    border-radius: 8px;
    display: inline-block;
    background-color: transparent;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: 8px 20px;
}

.frhd__slider-mode a:hover.frhd__post-slider-rmbtn {
    background-color: var(--color-primary);
    color: #FFFFFF;
}

.frhd__slider-content h2 a {
    color: #000000;
    font-weight: 500;
}

.frhd__post-slider-excerpt {
    color: #000000;
}

.hero .btn-get-started {
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
}

.frhd__slider-mode .swiper-slide {
    background: transparent;
}

.frhd__slider-mode .swiper-slide img {
    height: auto;
    max-height: none;
    border-radius: 0.375rem;
}

.frhd__post-slider-excerpt {
    display: none;
}

.frhd__slider-mode a.frhd__post-slider-rmbtn {
    display: none;
}

/* Style for wp-caption */
.wp-caption {
    border: 0; /* Add border around caption */
    margin: 0.625rem; /* Add margin to provide spacing */
    max-width: 100%; /* Ensure captions don't exceed their container */
    padding: 0.313rem; /* Add padding inside the caption */
    font-size: 0.875rem;
}

/* Alignment for captions */
.wp-caption.alignnone {
    margin-right: 0; /* Remove right margin for left-aligned captions */
    margin-left: 0; /* Remove left margin for right-aligned captions */
}

.wp-caption.aligncenter {
    display: block; /* Center-align the caption */
    margin-left: auto; /* Center-align the caption */
    margin-right: auto; /* Center-align the caption */
}

.wp-caption.alignleft {
    float: left; /* Float the caption to the left */
    margin-right: 1rem; /* Add margin to the right for spacing */
}

.wp-caption.alignright {
    float: right; /* Float the caption to the right */
    margin-left: 1rem; /* Add margin to the left for spacing */
}

.rounded img {
    border-radius: var(--bs-border-radius)!important;
}

.testimonials .testimonial-item {
    font-size: 1rem;
}

.invalid-feedback {
    color: red;
}

.is-invalid {
    border-color: red;
}

.wp-block-comments a {
    color: var(--color-link-hover);
}

.wp-block-comments a:hover {
    text-decoration: underline;
}

.footer a {
    color: #FFFFFF;
}

.footer a:hover {
    text-decoration: underline;
}

.featured-img-home {
    border: 3px solid white;
}

@media (max-width: 767px) {
    .gallery .gallery-item {
        width: 100% !important;
        float: none;
        margin: 1rem auto;
    }
}

@media (min-width: 480px) {
    .hero .btn-get-started {
        font-size: 1.3rem;
        padding: 0.8rem 2rem;
    }

}

@media (min-width: 768px) {
    .without-featured-img .page-header {
        padding: 3rem 0 2rem 0;
    }

    .footer {
        margin-top: 3rem;
    }

    .frhd__post-slider-excerpt {
        display: block;
    }

    .frhd__slider-mode a.frhd__post-slider-rmbtn {
        display: inline-block;
    }
}

@media (min-width: 993px) {
    .featured-img-home {
        display: none !important;
    }
}

@media (min-width: 992px) {
    [data-bs-theme=dark] .home .themed-element::before {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-repeat: no-repeat !important;
        background-size: auto 100%;
        background-position: right top;
    }

    .footer {
        margin-top: 4rem;
    }

    .border-end-lg {
        border-right: var(--bs-border-width) var(--bs-border-style) #FFFFFF !important;
    }

    .image-container img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensures the image covers the entire container */
    }

    .frhd__slider-mode .swiper-slide img {
        max-height: 500px;
    }
}

@media (min-width: 1200px) {
    .hero h1,
    .h1, h1 {
        font-size: 3rem;
    }
}