﻿body {
}


.tf-page-title.style-2 {
    background-image: url(../images/background/page-title-blog.png);
    padding: 44px 0 50px;
}
.tf-page-title h1 {
    font-size: 46px;
    line-height: 54px;
}
.pages .heading h3 {
    font-size: 28px;
    line-height: 33.6px;
}
.pages .flat-title {
    align-items: flex-start;
    margin-bottom:0px;
}
.pages ol{
    padding-left: 20px;
}
.pages ol li {
    list-style: decimal;
}
.pages .starsymbol {
    position: relative;
    margin-left: 0px;
    padding-left: 1.2em;
    list-style: none;
}
.pages .starsymbol li:before {
    content: "*";
    position: absolute;
    left: 0;
    font-size: 23px;
}



/* Common CSS Start */

body {
    font-family: 'ArcherMedium', sans-serif;
    color: #A28D5F;
    padding: 0px !important;
    margin: 0px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'ArcherMedium', sans-serif;
}

.main-color1 {
    color: #a39161;
}
.main-color2 {
    color: #e11837;
}

.bg-color3 {
    background-color: #E4313D;
}
.bg-color4 {
    background-color: #F9FAF0;
}
.bg-color5 {
    background-color: #000000;
}

a {
    color: #a39161;
}

.btn-fill {
    background-color: #a39161;
    color: #fff;
    border: 1px solid #a39161;
}

.ls-1 {
    letter-spacing: 2px;
}

.ls-2 {
    letter-spacing: 2px;
}
.ls-3 {
    letter-spacing: 2px;
}
/* Common CSS End */


/* Header CSS */

.mega-menu .row-demo {
    grid-template-columns: repeat(8, 1fr);
}
.mega-menu .demo-item .demo-name {
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .top-bar-text {
        font-size: 12px;
    }
}

/* Header CSS End */


/* Footer CSS */

.footer .footer-infor ul li p a {
    color: #e11837;
    font-weight: 400;
}
.footer .footer-wrap .footer-bottom .footer-bottom-wrap {
    border-color: #a39161;
}
    .footer .footer-wrap .footer-bottom .footer-bottom-wrap .footer-menu_item {
        color: #a39161;
    }
#goTop .border-progress {
    border-color: #e11837;
}
#goTop {
    color: #e11837;
}
/* Footer CSS End */


/* Home Page CSS Start */
.celeb-section .celeb-col-1 img, .celeb-section .celeb-col-3 img, .celeb-section .celeb-col-9 img, .celeb-section .celeb-col-8 img {
    width: 191px;
}
a.celeb-col-1, a.celeb-col-3 {
    text-align: right;
}
#celeb-section .cols .col:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
}
#celeb-section #celeb-section-col1 { 
    padding-right: 15px !important;
}
#celeb-section #celeb-section-col2 {
    padding-top: 95px !important;
}
#celeb-section #celeb-section-col3 {
    padding-left: 15px !important;
}
#celeb-section a {
    display: block;
    margin-bottom: 14px;
    transition: opacity 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
    #celeb-section #celeb-section-col2 {
        padding-top: 0px !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
    #celeb-section #celeb-section-col3 {
        padding-left: 7px !important;
    }
    #celeb-section #celeb-section-col1 {
        padding-right: 7px !important;
    }
}





.testimonial-item.lg-2 .icon {
    width: 75px;
}



#home-block-social .icon-instagram {
    font-size: 65px;
}
#home-block-social h3{
    font-size: 24px; 
    line-height:36px;
}
#home-block-social .instashop-header img{
    margin: auto;
    border: 1px solid rgba(0, 0, 0, .0975);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-top: 20px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .15);
}


/* Home Page CSS End */

/* Divider image styling for Home page (mirrors styles.css) */
.divider-section img.divider-img {
    width: 132px;
    height: 72px;
    display: block;
    margin: 10px auto;
    object-fit: contain;

}