@import url('ux.css');
/* RESET */

:root {
    --button-primary-color: #000;
    --primary-color: #000;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    background: #e7e7e7;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d1d1d1;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #333;
}

::placeholder {
    color: #333;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #333;
}

.button-note{
    font-size: 14px;
    text-transform: capitalize;
}

.p-1 {
    padding: 10px;
}

.p-2 {
    padding: 20px;
}

.p-3 {
    padding: 30px;
}

.p-4 {
    padding: 40px;
}

.p-5 {
    padding: 30px;
}

.m-1 {
    margin: 10px;
}

.m-2 {
    margin: 20px;
}

.m-3 {
    margin: 30px;
}

.m-4 {
    margin: 4rem;
}

.m-5 {
    margin: 5rem;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}


.radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.radius-15 {
    border-radius: 15px;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.button,
input[type=button].button,
input[type=reset].button,
input[type=submit],
input[type=submit].button {
  

}

.ph {
    vertical-align: middle;
}

.w-100 {
    width: 100%;
}

.color-primary {
    color: var(--primary-color);
}

.is-loading {
    color: hsla(0, 0%, 100%, .05);
    opacity: 1 !important;
    pointer-events: none !important;
    position: relative;
}

.is-loading::after {
    animation: spin .5s linear infinite;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: #26b34b !important;
    border-top-color: #28b151 !important;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.is-divider {
    background-color: rgba(0, 0, 0, .8);
}



.ratio{
    background-position: 50% 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
    background: #f7f7f7;
}

.ratio img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}


.ratio.ratio-16\/9{
    padding-top: 56.25%;
}


.ratio.ratio-2\/3{
    padding-top: 60%;
}




.border{
    border: 1px solid #d1d1d1;
    border-radius: 10px;
}

.border.border-white{
    border-color: #FFF;
}


.card-shade {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.card-shade .card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #FFF;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 10px;
}


.nav.nav-pills li {
    margin-right: 10px;
}

.nav.nav-pills li:last-child {
    margin-right: 0;
}



/** HEADER **/

header#header {
    /* box-shadow:  -1px 2px 6px -1px #d1d1d1 */
}

.page-template-page-transparent-header-light header#header,
.page-template-page-transparent-header header#header {
    box-shadow: none;
}

header#header .header-nav > li > a {
    font-size: 15px;
    text-transform: uppercase;
}


.searchform {
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

.searchform input[type="search"] {
    border: 0 !important;

}

.searchform input[type="submit"] {
    border: 0;
}



/** BREADCRUMBS **/
.site-breadcrumb {
    background-color: #F8F8F8;
    color: #777777;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    padding: 10px 0;
    font-size: 14px;
    text-transform: capitalize
}

.site-breadcrumb p {
    margin: 0;
    font-size: 14px
}

.site-breadcrumb a {
    color: #666;
    font-size: 14px
}


/** CONTACT FORM 7 **/
.wpcf7 .form-input-group .wpcf7-not-valid-tip {
    position: absolute;
    top: calc(100% + 10px);
    font-size: 14px;
    opacity: 1;
}

.wpcf7-spinner {
    display: none;
}


.wpcf7 textarea{
    max-height: 150px;
}

.wpcf7 .form-notice {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
    margin-bottom: 10px;
}

/** flickity SLIDER **/
.flickity-prev-next-button svg {
    background: #d1d1d1;
}

.slider-nav-circle .flickity-prev-next-button .arrow,
.slider-nav-circle .flickity-prev-next-button svg {
    border: 1px solid #e7e7e7;
}

/** SLICK SLIDER **/

.slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.slick-dots {
    list-style: none;
    display: flex;
    margin-top: 10px;
}

.dots-center .slick-dots {
    justify-content: center;
}

.slick-dots li button {
    padding: 0;
    border-radius: 99px;
    background: #D9D9D9;
    width: 8px;
    height: 8px;
    margin: 0;
    overflow: hidden;
    text-indent: -100px;
}

.slick-dots li.slick-active button {
    background: #FFD004;
}

.slick-dots li {
    margin-right: 10px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-slider .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 50% !important;
    left: 5px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.slick-slider .slick-arrow:hover{
    background: #FFF;
}

.slick-slider .slick-arrow.slick-next{
    right: 5px;
    left: auto;
}

.slick-initialized.slick-slider .slick-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CART PAGE */


/* GENERAL */
.section-title {
    text-transform: uppercase;
    font-weight: bold;
}

.section-title.section-title-center .section-title-main {
    position: relative;
}

.section-title-center span:after {
    content: "";
    display: table;
    clear: both;
    background: url(img/after-title.png);
    width: 100%;
    height: 0;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    padding-top: 18px;
    background-size: 220px;
    position: absolute;
    left: 0;
}

.card .card-header {
    border-left: 2px solid var(--primary-color);
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 700;
}

.nav-horizontal {
    margin-bottom: 15px;
}

.nav-horizontal ul {
    list-style: none;
    display: flex;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 0px;
}

.nav-horizontal ul li {
    margin-bottom: 0;
}

.nav-horizontal ul li a {
    padding: 10px 10px;
    background: #f7f7f7;
    display: block;
    transition: all 500ms ease;
    font-weight: 600;
    text-transform: uppercase;

}

.nav-horizontal ul li:hover a,
.nav-horizontal ul li.active a {
    background: #f2b600;
    color: #000;
}

.post-list-wrap .post-list-item {
    box-shadow: 0px 0px 8px -2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}


.post-list-item-excerpt {
    font-size: 14px;
}

.post-list-item-excerpt ul {
    list-style: none;
}

.post-list-item-content {
    padding: 20px;
}


.post-list-item-thumb .image-thumb {
    height: 100%;
    min-height: 250px;
    position: relative;

}

.post-list-item-thumb .image-thumb img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.post-list-item-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.price {
    font-size: 18px;
    font-weight: bold;
}

.single-product .product-data .price{
    font-size: 30px;
}

.post-list-item-excerpt ul li {
    margin-bottom: 3px;
}

.post-list-item-excerpt ul li * {}

.post-list-item-excerpt ul li strong {
    width: 120px;
    display: inline-block;
}


.block-title {
    font-size: 28px;
}

.post-item .box.box-default {
    background: #FFFFFF;
    overflow: hidden;
}

.post-item .box.box-default .box-text {

}

.box.box-text-bottom .box-text h2,
.box.box-text-bottom .box-text h4,
.box.box-text-bottom .box-text h3{
    margin-bottom: 0;
    font-size: 15px;
}

.box-blog-post .post-title a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-item .box.box-default .box-text .post-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 35px;
    margin-bottom: 5px;
}

.post-item .box.box-default .cat-label {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
    background: #FEEA93;
    color: #000;
    border-radius: 10px;
    padding: 7px 7px 3px;
    line-height: 1.2;
}


.post-item .post-item-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.post-item .post-item-date {
    color: #777777;
}



@keyframes pulse {
    0% {
        transform: scale(1);

    }

    70% {
        transform: scale(1.2);

    }

    100% {
        transform: scale(1);

    }
}

/** CATEGORY **/
.tags-wrap {
    display: flex;
}

.post-tags a {
    background: #f7f7f8;
    border-radius: 5px;
    padding: 4px 12px 4px 12px;
    color: #272d37;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    font-weight: 500;
    margin-right: 10px;
}

.post-tags a:hover,
.post-tags a.active{
    background-color: var(--fs-color-primary);
}

/** POST SINGLE **/
.single-post-meta {
    margin-top: 10px;
}

.single-post-meta .post-author {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #aaa;


}

.single-post-meta .post-meta-tags a {
    padding: 4px 12px;
    background: var(--fs-color-primary);
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    letter-spacing: -0.1px;
    color: #000;
    margin-right: 10px;

}

.single-post-title {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    color: #333;
}

.single-exceprt {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    /* Grey/01 */
    color: #57595d;

}

.single-thumbnail img {
    border-radius: 5px;
    margin-top: 10px;
}

.single-main {
    margin-top: 10px;
}

.single-share-wrap .author-inline img {
    width: 40px;
    height: 40px;
    border-radius: 99px;
}

.entry-content {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.entry-content iframe{
    max-width: 100% !important;
    aspect-ratio: 16/9;
}


@media(max-width: 570px){
    .entry-content iframe{
        height: auto;
    }
}


.entry-content blockquote{
    padding: 10px;
    margin: 15px 0;
}

.entry-content blockquote p{
    margin-bottom: 0;
}

.post-sidebar aside figure{
    max-width: 100% !important;
    height: auto !important;
}

.entry-content .section-title-container {
    margin-bottom: 0;
}

.entry-content img {
    border-radius: 3px;
    margin-bottom: 15px;
}

.entry-content figure img {
    margin-bottom: 0;
}

.entry-content figure{
    margin-bottom: 20px;
}

.entry-content p {
    margin-bottom: 20px;
}

.single .entry-content table{
    width: 100% !important;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 24px;
    color: #333;
    margin-top: 15px;
}

.entry-content h3 {
    display: flex;
    align-items: center;
}

.entry-content ul,
.entry-content ol {
    padding-left: 20px;
    margin-bottom: 20px;
}

.entry-content a{
    color: blue;
}

.recent-posts-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recent-posts-head-title h2 {
    font-size: 2rem;
    line-height: 130%;
    text-transform: capitalize;
    color: #1B2124;
}

.recent-posts-head-title p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: -0.1px;
    color: #5F6D7E;

}

.recent-posts-head-more {}

.recent-posts-content {
    margin-top: 20px;
}

.posts-more-lst {

}

.posts-lst-inline{
    margin-top: 10px;
}

.posts-lst-inline li{
    color: #8bc34a;

}

.posts-lst-inline li h3{
    margin-bottom: 10px;
}

.posts-lst-inline li a{
    font-size: 16px;
    color: #333;
    font-weight: 400;
}

.entry-html {
    line-height: 1.5;
}

.entry-html p {
    margin-bottom: 20px;
}

.entry-html ul,
entry-html ol {
    margin-top: 20px;
    padding-left: 20px;
}

table {
    border-collapse: collapse;
}

table.table-primary {
    background: #fffae7;
    border-radius: 8px;
    overflow: hidden;
}

table.table-primary thead {
    background-color: var(--primary-color);

}

table.table-primary thead th {
    border: 1px solid #bdbdbd;
    text-align: center;
    padding: 20px;
}

table.table-primary tbody td {
    border: 1px solid #bdbdbd;
    padding: 10px;
    vertical-align: top;
}

.single-share-wrap {
    
}

.post-star-rating > div{
    display: flex;
    align-items: center;
}

.post-star-rating p{
    margin-bottom: 0 !important;
}

.post-star-rating .star-rating{
    margin-left: 5px;
    margin-right: 10px;
    
}


#product-gallery-wrap{
    padding: 10px;
    background: #e7e7e7;
    border-radius: 5px;
}

#product-thumbs{
    margin-top: 10px;
}

#product-thumbs .product-thumbs-item{
    width: 80px;
    height: 80px;
    border-radius: 3px;
    border: 2px solid #e7e7e7;
    padding: 3px;
    position: relative;
    object-position: center;
    object-fit: cover;
    background-size: cover;
}

#product-thumbs .product-thumbs-item img{
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.readmore-expand {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}
.readmore-expand-btn {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.readmore-expand-btn:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.readmore-expand-btn a {
    color: #1e73be;
    display: block;
}
.readmore-expand-btn a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #1e73be;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.readmore-expand-hide:before {
    display: none;
}
.readmore-expand-hide a:after {
    border-top: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #1e73be;
}

/** FOOTER **/
footer#footer ul li{
    margin-top: 5px;
}
footer#footer ul li,
footer#footer ul li a{
    color: #FFF;
}

@media(max-width: 767px) {
    .row .row .col{
        padding: 0 10px 20px;
    }
    .box-push .box-text{
        padding: 10px;
    }
    .post-list-item {
        margin-bottom: 30px;
    }
  
    .single-share-wrap .social-icons{
        margin-top: 10px;
    }
    .posts-more-lst{
        margin-top: 20px;
    }
}

@media(min-width: 768px) {

    .post-list-wrap .post-list-item {
        display: flex;
        margin-bottom: 30px;
        border: 1px solid #e7e7e7;
        align-items: stretch;
    }

    .post-list-item-thumb {
        width: 40%;
    }

    .post-list-item-content {
        flex: 1;
    }
    .single-share-wrap {
        display: flex;
        flex-grow: wrap;
        justify-content: space-between;
        align-items: center;
    }
}


