:root{
    --primary:#FDE394;
    --secondary: #ffffff;
}

.dark-bg{
    background-color: #000000;
    color: #ffffff;
}
.light-black-bg{
    background-color: #080808;
}
.font-moonshiner{
    font-family: 'Moonshiner';
}
.z-1{
    z-index: 1;
}
.z-2{
    z-index: 2;
}
.mt--80{
    margin-top: -80px !important;
}
.cigar-landing-page a {
    color: #fff;
    text-decoration: none;
}
.cigar-landing-page a:hover {
    color: var(--primary);
}
/*******************************************/
/***************Cigar Header***************/
/*****************************************/
.com_menu a {
    position: relative;
    padding-left: 46px !important;
    display: block;
}

.com_menu a::before {
    content: "CIGAR OF THE";
    display: block;
    font-size: 10px;
    font-weight: 300;
    line-height: 8px;
}

header.cigar-header ul li a {
    font-size: 14px;
}

/*******************************************/
/***************Cigar Footer***************/
/*****************************************/

#menu-cigar-footer-menu {
    column-gap: 22px;
}

.cigar-footer .below-logo-text {
    font-weight: 300;
}

.cigar-footer ul li a{
    font-size: 14px;
}

.cigar-footer ul li a i {
    color: #7a7a7a;
}

.cigar-footer ul.social-media-footer {
    background-image: url(/wp-content/uploads/2023/12/cg_socialBg.png) !important;
}

.cigar-footer .footer-bottom {
    flex-direction: column;
}

.cigar-footer .footer-bottom ul li a {
    text-transform: inherit;
}

.cigar-footer .footer-bottom ul li:last-child::before {
    content: "|";
    position: relative;
    color: #fff;
    font-weight: 100;
    left: 4px;
}

.cigar-footer .footer-bottom ul li:last-child a {
    padding-left: 0px;
}

.cigar-footer img {
    max-width: inherit;
    width: auto;
}
.cigar-footer .footer-bottom ul li:last-child a {
    padding-left: 4px;
}

/*******************************************/
/************Cigar Landing Page************/
/*****************************************/

/************Hero Section************/
.page-template-cigar-landing section.hair-cutH.common-banner {
    min-height: 804px;
}
.cg-hero-content {
    margin-top: -804px;
    position: relative;
    height: 804px;
    padding-top: 6%;
    display: flex;
    align-items: center;
}
.cg-hero-content .sub_heading{
    color: var(--primary);
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    position: relative;
}
.cg-hero-content h4 {
    font-size: 30px;
    line-height: 40px !important;
    font-family: 'Moonshiner';
    color: #fff;
    letter-spacing: 13.5px;
}
.cg-hero-content p {
    color: #fff;
}

section.hair-cutH.common-banner::before {
    display: none;
}

/************Contact Section************/
.c-thumb h3{
    font-family: 'Moonshiner';
    font-size: 40px;
    line-height: 48px !important;
    font-weight: 400;
    text-transform: uppercase;
}


/************About Section************/
.sub-headerOne{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color:var(--primary) ;
    font-family: 'Montserrat';
}
.titleOne{
    font-size: 74px;
    line-height: 74px;
    font-weight: 400;
    font-family: 'Moonshiner';
}
.about-content-holder {
    display: flex;
    align-items: center;
    height: 100%;
}
.bg-text{
    position: relative;
}
.bg-text::after {
    content: "ABOUT";
    font-size: 398px;
    line-height: 298px;
    font-weight: 400;
    font-family: 'Moonshiner';
    background-image: linear-gradient(#12121200, #121212, #12121200);
    position: absolute;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 0;
    left: 130px;
}


/************Selection Section************/
.selection_links ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 40px;
}
.selection_section .Hservice-inner-section {
    background-image: url(/wp-content/uploads/2023/12/selection-frame.png);
    background-size: 100% 100%;
    margin: 0;
}
.selection_links ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Moonshiner';
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
}
.selection_links ul li a:hover{
    color: var(--primary);
}

/************Gallery Section************/
.gallery_images {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/************Testimonial Section************/
.testi_rating_star .fa.checked {
    color: var(--primary);
}
.testi_rating_star .fa {
    color: #ffffff;
}
.testi-name {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.testimonial_section .slick-dots li button {
    border: 1px solid #fff;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: relative;
}
.testimonial_section .slick-dots li.slick-active button{
    border-color: var(--primary);
    background-color: var(--primary);
}
.testimonial_section .slick-dots li.slick-active button:before{
    display: none;
}
.testimonial_section .slick-dots {
    text-align: left;
}
/************COM Section************/
section.com_section .content_holder {
    height: 100%;
    display: flex;
    align-items: center;
}

@media(min-width:992px){
    .img-top{
        position: relative;
        top: -50px;
    }
    
    .com_menu a::after {
        content: url('/wp-content/uploads/2023/12/cigar_icon.png');
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }
    .about_bSection picture img {
        margin-top: -45px;
    }
}

@media(max-width:1399px){
    .cigar-header .hammer-innerheader ul li {
        margin: 0 16px;
    }
}

@media(max-width:1199px){
    .cigar-header .hammer-innerheader ul li {
        margin: 0 8px;
    }
    footer.website-footer ul li a {
        font-size: 14px;
    }
}

@media(max-width:991px){
    .cigar-header .hammer-innerheader ul li {
        margin: 0 6px;
    }
    .cigar-header .hammer-innerheader ul li a {
        padding: 12px 0;
        font-size: 12px;
    }
    .com_menu a::after {
        content: "";
        position: absolute;
        left: 0;
        top: -4px;
        bottom: 0;
        margin: auto;
        height: 21px;
        background-image: url('/wp-content/uploads/2023/12/cigar_icon.png');
        background-size: cover;
        width: 28px;
    }
    .com_menu a {
        padding-left: 33px !important;
    }
    #menu-cigar-footer-menu {
        column-gap: 0;
    }
    footer.cigar-footer ul.footer-menu li {
        margin: 0px 12px;
    }
    .gallery_images li {
        width: 50%;
    }
    
    .cigar-testimonial-slider .slick-slide {
        padding-inline: 4px;
    }
    
    .testimonial_section {
        text-align: center;
    }
    .testimonial_section .titleOne {
        max-width: 330px;
        margin: auto;
    }
    .testimonial_section .slick-dots{
        text-align: center;
    }
    .testi_rating_star {
        margin-block: 22px !important;
    }    
    .content_holder {
        background-color: #000;
        position: relative;
        padding: 60px 30px;
        text-align: center;
        margin-top: -30px;
    }
    .com_section .main_content img {
        margin-block: 30px;
    }
    .selection_section img {
        margin-block: 40px !important;
    }
    .com_section picture img {
        width: 100%;
    }

}
@media(max-width:800px){   
    .mob-justify-center{
        justify-content: center;
    } 
    .cigar-header,
    .cg-hero-content,
    .contact-info,
    .about_section,
    .selection_section,
    .gallery_section,
    .testimonial_section,
    .com_section {
        padding-inline:8px !important;
    }
    .mt--80 {
        margin-top: 0 !important;
    }
    .cigar-header .hamburger .line {
        border-radius: 8px;
        height: 2px;
        width: 20px;
        margin-block: 5px;
    }
    
    .cigar-header .hamburger .line:nth-child(2)::after {
        content: "";
        width: 5px;
        height: 2px;
        display: block;
        background: #ffffff;
        position: relative;
        margin-left: auto;
        left: 8px;
    }
    .cigar-header #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-9px) rotate(-45deg);
        -ms-transform: translateY(-9px) rotate(-45deg);
        -o-transform: translateY(-9px) rotate(-45deg);
        transform: translateY(-9px) rotate(-45deg);
    }
    .cigar-header #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    .page-template-cigar-landing section.hair-cutH.common-banner {
        height: 651px;
    }
    .cigar-header .hamburger .line:nth-child(2) {
        margin-left: -8px;
        width: 15px;
    }
    .cigar-header .com_menu a::after {
        top: -9px;
        width: 38px;
        height: 29px;
        left: -50px;
    }
    footer.cigar-footer .com_menu a::after{
        right: 130px;
        top: -9px;
        width: 38px;
        height: 29px;
    }
    .cigar-header .hammer-innerheader ul li a {
        padding: 22px 0;
        font-size: 14px;
    }
    #menu-cigar-mobile-menu {
        padding-bottom: 40px !important;
        border-bottom: 1px solid var(--primary);
    }
    .cigar-header .com_menu a{
        padding-left:0 !important ;
    }
    footer.cigar-footer ul li a {
        padding: 0 !important;
    }
    #menu-cigar-footer-menu {
        justify-content: center;
        row-gap: 30px;
    }
    #menu-cigar-footer-menu li {
        margin: 10px auto;
    }
    footer.cigar-footer .com_menu a::before {
        position: relative;
        left: 8px;
    }
    #menu-cigar-footer-menu li:last-child {
        padding-right: 12px;
    }
    .cg-hero-content {
        text-align: center;
        height: 460px;
        margin-top: -500px;
    }
    .cg-hero-content .sub_heading {
        font-size: 24px;
        line-height: 34px !important;
    }
    .cg-hero-content .Hheading {
        font-size: 74px;
    }
    .cg-hero-content h4 {
        letter-spacing: 12px;
    }
    .contact-info .c-thumb:has(img[alt="Address Icon"]) p br {
        display: none;
    }
    .contact-info .c-thumb {
        margin-bottom: 40px;
    }
    .about_section .secondHalf,
    .about_bSection img,
    .com_section img {
        transform: scale(1.1);
    }
    .about_section .firstHalf {
        order: 2;
        margin-block: 60px;
    }
    .about_section .col-md-5, .about_section .col-md-7 {
        width: 100%;
    }
    .about_bSection .about-content-holder {
        margin-block: 30px;
    }
    .bg-text::after {
        left: -76px;
        right: 0;
        margin: auto;
        white-space: nowrap;
        bottom: 0;
        top: 126px;
        height: fit-content;
    }
    .titleOne {
        margin-top: 10px;
        margin-bottom: 30px;
        font-size: 64px;
        line-height: 70px !important;
    }
    .selection_section,
    .about_section,
    .testimonial_section,
    .com_section{
        overflow: hidden;
    }
    .selection_section img {
        min-height: 276px;
        width: unset !important;
        max-width: unset;
        margin: 40px -50% !important;
    }
    .testimonial_section img {
        min-height: 223px;
        width: unset !important;
        max-width: unset;
        margin: 40px -28% !important;
        height: 223px;
    }
    .selection_section .Hservice-inner {
        margin-top: 20px;
        flex-direction: unset;
        flex-wrap: wrap;
    }
    .selection_section .Hservice-inner-section {
        width: 50%;
    }
    .gallery_images {
        margin-top: 20px;
    }
    .com_section picture img {
        width: 100%;
    }
    .cigar-header .center-logo a img,
    .cigar-header .page .center-logo a img, 
    .cigar-header .single .center-logo a img  {
        max-width: 109px;
    }
}

@media(max-width:480px){
    footer.cigar-footer .com_menu a::after {
        margin-left: -8px;
    }
}