
@font-face {
	font-family: 'Moonshiner';
	src: url('/wp-content/themes/hngrooming/assets/webfonts/Moonshiner-Round.eot');
	src: url('/wp-content/themes/hngrooming/assets/webfonts/Moonshiner-Round.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/hngrooming/assets/webfonts/Moonshiner-Round.woff2') format('woff2'),
		url('/wp-content/themes/hngrooming/assets/webfonts/Moonshiner-Round.woff') format('woff'),
		url('/wp-content/themes/hngrooming/assets/webfonts/Moonshiner-Round.ttf') format('truetype'),
		url('/wp-content/themes/hngrooming/assets/webfonts/Moonshiner-Round.svg#Moonshiner-Round') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/********Header Css*********/
.header-area .container{
    max-width: 1320px;
}
/********Blog Page Css*********/
/*******Hero Section Css******/
.hn_hair-cutH{
    display: flex;
    align-items: center;
    background-size: cover
}
.m-img {
    display: none;
}
.hn_hair-cutH.gift{
    min-height: 500px;
    background-position: center;
    padding-top: 150px;
}

.hn_hair-cutH .inner {
    max-width: 700px;
    width: 100%;
}
.hn_hair-cutH .inner.bannerback-bg {
    padding-left: 40px;
    padding-top: 20px;
}
.hn_hair-cutH .inner.bannerback-bg {
    background-image: url('../assets/images/bg-pagination.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 80px;
}
.hn_hair-cutH .Hheading {
    font-size: 98px;
    font-family: 'Moonshiner';
    color: #fff;
}
.hn_hair-cutH.gift .inner.bannerback-bg ul {
    margin-top: 23px;
}
.hn_hair-cutH.gift ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.hn_hair-cutH.gift ul li {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 23px;
    color: #fff;
    font-size: 18px;
}
.hn_hair-cutH.gift ul li:first-child {
    padding-left: 0;
}
.hn_hair-cutH.gift ul li:last-child {
    padding-right: 0;
    border: none;
}
.hn_hair-cutH ul.banner-pagination li a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
}

/**********BLog List Section**********/
.blog-list-outer {
    padding: 100px 0;
    background-color: #0f0f12;
    background-image: url(/wp-content/uploads/2021/10/shadow1-min.png);
    background-position: top center;
    background-repeat: repeat-y;
}
.blog-list-outer-left {
    width: 95%;
}
.blog-list-outer-left-outer {
    position: relative;
    margin-bottom: 50px;
}
.blog-list-outer-left-outer::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    bottom: 0;
    border-top: 10px;
    left: 0;
    background-image: linear-gradient(to right, #e2c76c, #af9b56, #807141, #534a2d, #2a261a78);
    z-index: 5;
}
.blog-list-outer-left-outer::after {
    position: absolute;
    content: "";
    width: 1px;
    background-image: linear-gradient(to top, #e2c76c, #af9b56, #807141, #534a2d, #0f0f14);
    height: 43%;
    z-index: 10;
    bottom: 0;
    left: 0;
}
.blog-list-outer-left-inner .image {
    width: 85%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.blog-list-outer-left-inner .image img {
    width: 100%;
}
.blog-list-outer-left-inner-content {
    padding: 50px 50px 80px;
    background: rgb(10, 12, 19);
    background: linear-gradient(0deg, rgba(10, 12, 19, 1) 0%, rgba(10, 12, 19, 0.4990371148459384) 100%);
    padding-top: 300px;
    position: relative;
    margin-top: -250px;
    border: 1px solid #0d0d0d;
}
.blog-list-outer-left-inner-content::before {
    position: absolute;
    content: "";
    width: 1px;
    background-image: linear-gradient(to top, #0f0f14, #534a2d, #807141, #af9b56, #e2c76c);
    height: 56%;
    z-index: 10;
    top: 0;
    right: 0;
}
.blog-list-outer-left-inner-content::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    top: 0;
    border-top: 10px;
    right: 0;
    background-image: linear-gradient(to right, #2a261a78, #534a2d, #807141, #af9b56, #e2c76c);
}
.blog-list-outer-left-inner-content .inner {
    width: 95%;
    margin: auto;
    display: flex;
}
.blog-left-date {
    width: 15%;
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 18px;
    color: #bfbfc7;
    position: relative;
}
.blog-left-date::before {
    width: 1px;
    height: 149px;
    content: "";
    position: absolute;
    background: #292e33;
    right: 30px;
    top: 10px;
}
.blog-left-date strong {
    font-size: 80px;
    font-family: moonshiner;
    color: #fff;
    font-weight: normal;
    line-height: 85px;
}
.blog-left-date span {
    color: #e3c76c;
    font-size: 20px;
    font-weight: bold;
}
.blog-right-content {
    width: 85%;
}
.blog-right-content h3, 
.blog-right-content h3 a, 
.blog-right-content h1, 
.blog-right-content h1 a {
    font-size: 80px;
    font-family: moonshiner;
    color: #fff;
    text-decoration: none;
    line-height: 80px;
}
.author-list-blog {
    margin: 15px 0;
    color: #bfbfc7;
    font-size: 17px;
}
.author-list-blog span {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #292e33;
}
.blog-pagination ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    justify-content: center;
    margin-bottom: 16px;
}
.blog-pagination ul li {
    margin: 5px;
}
.blog-pagination ul li a, .blog-pagination ul li span {
    width: 40px;
    height: 40px;
    display: block;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}
.blog-pagination ul li span.current {
    background: #e3c76c;
    color: #000;
}
.blog-pagination ul li a, .blog-pagination ul li span {
    width: 40px;
    height: 40px;
    display: block;
    background: transparent;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
}
.blog-pagination a.next.page-numbers, .blog-pagination a.prev.page-numbers {
    font-size: 0;
    position: relative;
}
.blog-pagination a.next.page-numbers::before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: " ";
    background-image: url(../assets/images/arrow-right-solid.svg);
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
}
.blog-pagination a.prev.page-numbers::before {
	position: absolute;
	width: 20px;
	height: 20px;
	content: " ";
    background-image: url(../assets/images/arrow-right-solid.svg);
	left: 0;
	right: 0;
	margin: auto;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
}
a.Hlink, button.Hlink {
    max-width: 350px;
    text-align: center;
    display: block;
    padding: 10px;
    text-decoration: none;
    border: 2px solid #e3c76c;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin-top: 50px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a.Hlink::after, button.Hlink::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../assets/images/hlinkbg.png);
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 0;
}
a.Hlink:hover, button.Hlink:hover {
    border-color: #fff;
    background: #fff;
}
a.Hlink:hover, button.Hlink:hover {
    color: #e3c76c;
}
a.Hlink:hover::after, button.Hlink:hover::after {
    left: 0;
    top: 0;
}
[class*=col-] {
    padding-inline: 12px;
}
/*****Sidebar*****/
#secondary section#block-2 {
    padding: 0;
    background: #06060a;
}
form.wp-block-search {
    background: transparent;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
form.wp-block-search .wp-block-search__label{
    display: none;
}
form.wp-block-search input.wp-block-search__input{
    background: #06060a;
    border-color: #292e33 !important;
    color: #fff !important;
    padding: 10px;
    border: 1px solid #ced4da;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
form.wp-block-search button.wp-block-search__button.wp-element-button {
    background-color: #e3c76c;
    border: none;
    width: 45px;
    background-image: url(../assets/images/search-black.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    margin-left: 0;
    border-radius: 4px;
    border-top-left-radius:0 ;
    border-bottom-left-radius:0 ;
}
aside#secondary .widget {
    margin-bottom: 24px;
}
section#block-6 {
    background: transparent!important;
    padding: 0;
    margin: 0;
    border-radius: 0;
}
#secondary h2 {
    padding-bottom: 10px!important;
    font-size: 50px;
    text-align: left;
    font-family: moonshiner;
    color: #fff;
    border-bottom: 1px solid #292e33!important;
    margin-bottom: 20px;
    position: relative;
}
#secondary h2::before {
    width: 100px;
    height: 3px;
    position: absolute;
    content: "";
    background: #e3c76c;
    bottom: -2px;
    left: 0;
}
.widget-area ul, .bootscore-footer ul {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#categories_custom-2 ul li a{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
#categories_custom-2 ul li a span:last-child{
    width: 30px;
    height: 30px;
    border: 1px solid #292e33;
    border-radius: 50%;
    line-height: 27px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
}

#secondary section#locationOur form .location-item{
    flex-direction: column;
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
#secondary section#locationOur form .location-item button.button{
    margin-left: 0;
    margin-top: 20px;
    max-width: calc(100% - 8px);
}
aside#secondary .sidebar-recent-post {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
aside#secondary .sidebar-recent-post .post-img {
    width: 33%;
}
aside#secondary .post-title {
    width: 60%;
    display: flex;
    flex-direction: column;
}
aside#secondary .post-title a {
    font-size: 26px;
    font-family: moonshiner;
    color: #fff;
    line-height: 27px;
    font-weight: 500;
    text-decoration: none;
}
aside#secondary .sidebar-recent-post .date {
    padding-left: 20px;
    margin: 10px 0 0;
    color: #fff;
    background-image: url(../assets/images/time-blog.png);
    background-repeat: no-repeat;
    background-position: center left;
}

/***** Blog Single Page Css*****/
/***** Hero Section Css *****/
ul.banner-pagination li span {
    text-transform: uppercase;
    color: #e3c76c;
    font-weight: bold;
}
/***** Main Page Css *****/
.single-content {
    padding: 80px 0;
}
.single-content img.top-image-single {
    width: 95%;
}
.inner-uppers {
    width: 95%;
    display: flex;
    margin: 20px 0;
}
.single-content .blog-left-date::before {
    height: 100%;
}
.blog-right-content p,
.blog-right-content {
    color: #fff;
    font-family: montserrat;
    font-size: 18px;
    margin: 0;
}
.single .full-single h3 {
    font-size: 55px;
    margin: 30px 0 20px;
    font-family: moonshiner;
    color: #fff;
}
.single .full-single h3 strong{
    font-family: montserrat;
    line-height: 55px;
}
.single .full-single p {
    color: #fff;
    font-family: montserrat;
    font-size: 18px;
    margin-bottom: 16px;
}
.single .full-single li {
    color: #fff;
    font-family: montserrat;
    font-size: 18px;
    position: relative;
    padding-left: 25px;
    margin: 10px 0;
}
.single .full-single li::before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    background: #e3c76c;
    left: 3px;
    top: 9px;
    border-radius: 50%;
}
.about-single {
    position: relative;
}
.about-single::before {
    background-image: linear-gradient(to top, #0f0f1429, #534a2d00, #80714126, #23232e, #23232e);
    position: absolute;
    content: "";
    width: 3px;
    height: 96%;
    left: 0;
    top: 0;
}
.about-single::after {
    position: absolute;
    content: "";
    width: 56%;
    height: 2px;
    top: 0;
    border-top: 10px;
    left: 0;
    background-image: linear-gradient(to right, #23232e, #23232e, #23232e, #23232e, #00000078);
}
.about-single .about-single-inner {
    margin: 50px 0 0;
    display: flex;
    padding: 20px;
    background: #0b0b0f;
}
.about-single-inner::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    bottom: 0;
    border-top: 10px;
    right: 0;
    background-image: linear-gradient(to left, #23232e, #23232e, #23232e, #23232e, #23232e00);
    top: auto;
    left: auto;
}
.about-single-inner::after {
    background-image: linear-gradient(to top, #23232e, #23232e, #23232e, #23232e, #23232e00);
    position: absolute;
    content: "";
    width: 3px;
    height: 70%;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
}
.about-single .image {
    width: 30%;
}
.about-single .image img {
    border-radius: 10px;
}
.about-single .content {
    width: 70%;
    padding-left: 2%;
}
.about-single .content span {
    color: #a4a4b2;
}
.about-single .content h3 {
    font-weight: 500;
    border-bottom: 1px solid #a4a4b2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 1px;
    font-size: 28px;
}
.about-single .content p {
    color: #fff;
}
/*****Media Css*****/
@media (max-width:1399.98px){
    .hn_hair-cutH .Hheading {
        font-size: 80px;
        line-height: 70px !important;
    }
}
@media (max-width:1199.98px){
    .hn_hair-cutH .Hheading {
        font-size: 70px;
        line-height: 60px !important;
    }
}
@media(max-width: 991.98px){    
    header{
        position: static;
    }
    header.sticky{
        position: fixed;
    }    
    #secondary section#locationOur form .location-item{
        align-items: center;
    }
}
@media(max-width:800px){
    .hn_hair-cutH .m-img {
        display: block;
        width: 100%;
    }
    .hn_hair-cutH.gift{
        min-height: auto;
        padding-bottom: 20px;
        background: none !important;
        background-color: #060610 !important;
        display: block;
    }
    .inner.bannerback-bg {
        margin-top: 30px;
    }
    .blog-right-content h3, 
    .blog-right-content h3 a {
        font-size: 50px;
        line-height: 50px;
    }
    .blog-list-outer-left-inner-content {
        padding: 100px 10px 50px;
        margin-top: -80px;
    }
    .blog-left-date strong {
        font-size: 44px;
        line-height: 45px;
    }
    .blog-left-date::before {
        top: 5px;
    }
    .blog-left-date {
        width: 80px;
        font-size: 15px;
    }
}
@media (max-width:767.98px){
    .container {
        max-width: calc(100% - 12px);
    }
    .hn_hair-cutH .Hheading {
        font-size: 78px;
        line-height: 88px !important;
    }
}
@media(max-width:500px){
    .blog-right-content h3, .blog-right-content h3 a {
        font-size: 40px;
        line-height: 40px;
    }
}