/*

Theme Name: Fotonia Child

Theme URI: https://matchthemes.com/premium/fotonia-photography-theme-wordpress/

Description: Child theme for the Fotonia theme 

Author: MatchThemes

Author URI: https://matchthemes.com

Version: 1.0

Template: fotonia

*/

.right-contact a {
    display: block;
}

.mobile-footer-ul-word li {
    list-style: none;
}
.mobile-footer-ul-word li a {
    color: #ea9629;
}

/*25-2-2025*/
.work-time dl {
    line-height: 20px;
}

.work-time dt {
    position: relative;
    float: left;
    width: 28px;
    padding: 0 49px 0 30px;
}

.work-time dd {
    border-bottom: 1px solid rgb(255 255 255 / .3);
}

.work-time {
    position: relative;
    margin-top: 33px;
    padding: 20px 0 1px;
    color: #fff;
    background: #f5a02c;
}

.single-post-content h2 {
    font-size: 1.6em;
    font-weight: 400;
    margin: .4em 0;
    line-height: 1em;
    color: #7c7c7c;
}

.single-post .topSingleBkg {
    margin: 40px 0 50px 0;
}

/*26-2-2025*/

.meta-nav-holder {
    margin: 40px 0px;
}

/*28-2-2025*/
.blog-item {
    margin-bottom: 40px;
    box-shadow: 2px 2px 2px 2px #9cc930;
    height: 444px;
    padding: 10px;
    border-radius: 10px;
}
.prev-next, .page-links {
    padding: 30px;
}
/*3-3-2025*/
.blog-item:hover {
    transform: translate(0, -3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.blog-item:hover {
    transform: translate(0, -3px);
    box-shadow: 0 2px 8px #9cc930;
}

/*Product Slider*/
.product-cards {
    padding: 4rem 0;
}
.productSlider .swiper-wrapper {
    padding-bottom: 2px;
}
.cards {
    border: 1px solid #8080804d;
    padding: 15px !important;
    border-radius: 12px;
    height: 540px;
}
.cards .image img {
    width: 100%;
    box-shadow: rgba(17, 17, 26, .05) 0 4px 16px, rgba(17, 17, 26, .05) 0 8px 32px;
    border-radius: 20px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.cards .heading h5 {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1rem;
}
.swiper-button-next, .swiper-button-prev {
    color: #213540;
}
.label-btn a {
    display: inline-block;
    border: 3px #90ca00 solid;
    border-radius: 12px;
    text-align: center;
    padding: 3px 12px;
    margin: 12px 0;
    font-size: 18px;
    white-space: nowrap;
    color: #fff;
    background: linear-gradient(to bottom, rgba(180, 221, 180, 1) 0%, rgba(131, 199, 131, 1) 17%, rgba(82, 177, 82, 1) 33%, rgba(0, 138, 0, 1) 67%, rgba(0, 87, 0, 1) 83%, rgba(0, 36, 0, 1) 100%);
}
.label-btn {
    text-align: center;
}
.details-list ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    line-height: 1.6em;
    color: #7c7c7c;
}
.details-list ul li strong {
    color: #9cc930;
}
.details-list ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    margin-left: 0;
}
.details-list ul li .box-color {
/*    background-color: #000000;*/
    /*width: 20px;
    height: 12px;*/
    width: 42px;
    height: 19px;
    display: inline-block;
}
.card-button {
    gap: 1.5rem;
}
.card-button .s-button.swiper-button-disabled {
    opacity: .7;
}
.tittle-row h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #9CC930;
}

.tittle-row {
    margin-bottom: 3rem;
}
.card-button .s-button {
    background-color: #9CC930;
    padding: 10px 24px;
    border-radius: 8px;
    cursor: pointer;
}
.card-button .s-button i {
    color: #ffffff;
    font-size: 18px;
}
@media (max-width: 767px) {
    .card-button {
    gap: 1rem;
}
.card-button .s-button {
    padding: 6px 20px;
}
    .tittle-row h3 {
    font-size: 1.4rem;
}
    .card-button .s-button i {
    font-size: 1rem;
}
}
/*Close*/

.img-featured{
    max-width: 40%;
}