h4,h5,h6 {
    line-height: normal
}

h1,h2,h3,h4,h5,h6 {
    letter-spacing: 0;
    margin-bottom: 20px
}

.btn-theme,.top_bar li a,.white {
    color: var(--white)
}

.head::after,.head::before,.s-content h2::after,.s-content h2::before {
    content: '';
    width: 100%;
    position: absolute;
    background-color: var(--primary);
    right: 0;
    left: 0
}

.btn-theme,.search-form input {
    border: 2px solid var(--primary);
    height: 50px
}

.head:after,.s-content h2:after,.top_bar {
    background-color: var(--primary)
}

.mainMenu li a,.subscribe-form .btn {
    text-transform: uppercase;
}

.bredcrumb,.menu-item-has-children:hover .sub-menu {
    display: block
}

.comment-list,.f-list ul,.pot-wid .widget ul,.top_bar ul,ol.children {
    list-style: none
}

:root {
    --primary: #3b2314;
    --Secondary: #007bff;
    --white: #fff;
    --white-f1: #f1f1f1;
    --white-f5: #f5f5f5;
    --black: #000;
    --l-black: #121c1d;
    --black-head: #0b1332;
    --black-11: #111111;
    --blue: #2471a5;
    --grey-d7: #d7d7d7;
    --grey-c4: #c4c4c4;
    --grey-e9: #e9ecef;
    --brown: #3b2314;
    --l-brown: #4d3628;
    --gray-2dc: #eae2dc;
    --yellow: #efab25;
    --gray-c7: #c7c7c7;
}
.gray-2dc { color: var(--gray-2dc); }
.brown { color: var(--brown); }
@font-face {
    font-family: Poppins-Light;
    src: url('../fonts/Poppins-Light.otf');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/Poppins-Regular.otf');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/Poppins-Medium.otf');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/Poppins-SemiBold.otf');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/Poppins-Bold.otf');
    font-weight: 400;
    font-style: normal
}

strong {
    font-family: Poppins-Bold
}

.search-form input,body {
    font-family: Poppins-Light
}

@font-face {
    font-family: Poppins-ExtraBold;
    src: url('../fonts/Poppins-ExtraBold.otf');
    font-weight: 400;
    font-style: normal
}

body {
    font-size: 18px;
    font-weight: 300;
    overflow-x: hidden;
    line-height: inherit;
    color: var(--black)
}

a,table a {
    font-family: font-family: Poppins-Medium;
    outline: 0;
    display: inline-block;
    position: relative
}

p {
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 25px
}

body,html {
    height: 100%;
    scroll-behavior: smooth
}

._rel,.header-home,.menu-item-has-children,.rel,.search-form {
    position: relative
}

.btn-theme,.overly,a,a:after,a:before,img {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

a {
    text-decoration: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: var(--brown);
}

table a {
    text-decoration: underline;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    color: #fff
}

a:active,a:focus,a:hover {
    text-decoration: none;
    outline: 0;
    color: var(--primary)
}

.copy-right a,.post-style-1 .readmore:hover,.post-style-1 h2 a:hover,.s-content a {
    text-decoration: underline
}

.btn-theme {
    font-family: Poppins-Regular;
    font-size: 16px;
    background: var(--primary);
    padding: 0 40px;
    line-height: 48px;
    height: 50px;
    border-radius: 5px;
    border: 0;
}
.btn-theme:hover{

    background-color: var(--yellow);
    color: var(--brown);
}
/*.btn-theme:hover {
    opacity: .9;
}*/

img {
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: Poppins-ExtraBold;
    font-size: 48px;
    line-height: 60px;
    color: var(--black-11);
}

.mainMenu li a,h2,h3,h4,h5,h6 {
    font-family: Poppins-Regular;
}

h2,h3,h4,h5 {
    font-size: 30px;
}

h2 {
    line-height: 55px;
}

h3 {
    line-height: 35px;
}

h6 {
    font-size: 18px;
    margin-bottom: 12px;
}
.f-25 {
    font-size: 25px;
    line-height: 1.5;
}
.f-24 {
    font-size: 24px;
    line-height: 38px;
}
.f-20 {
    font-size: 20px;
    line-height: 1.5;
}
.f-14 {
    font-size: 14px;
    line-height: 20px
}
.f-12 {
    font-size: 12px;
    line-height: 16px
}

section {
    width: 100%;
    padding: 70px 0;
    position: relative;
    clear: both;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.pl-30 {
    padding-left: 30px
}

.mb-15 {
    margin-bottom: 15px
}

.mt-20 {
    margin-top: 20px
}
.mt-30 {
    margin-top: 30px
}
.mt-40 {
    margin-top: 40px
}
.mt-50 {
    margin-top: 50px
}
.mt-60 {
    margin-top: 60px
}

.bold {
    font-weight: 700
}

.max-385 {
    max-width: 385px;
    width: 100%
}

.head,.s-content h2 {
    position: relative;
    padding: 10px 0
}

.head:before,.s-content h2:before {
    height: 4px;
    top: 0
}

.head:after,.s-content h2:after {
    height: 1px;
    bottom: 0
}



/*.top_bar ul {
    padding: 0;
    margin-bottom: 0
}

.top_bar li a:hover {
    color: var(--grey-d7)!important
}

.top_bar .contact li a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400
}

.top_bar img {
    width: 20px
}*/

.social-links li {
    display: inline-block;
    margin-right: 15px
}

.social-links a {
    font-size: 30px;
    line-height: 30px
}

.navbar-brand {
    font-family: Poppins-Bold;
    font-size: 50px
}

.mainMenu {
    padding: 10px 0;
    /*border-bottom: 1px solid #f2f2f2;*/
    background-color: var(--brown);
    left: 0;
    right: 0;
    top: 0;
    z-index: 999
}

.mainMenu._transparent {
    position: absolute
}

.mainMenu.sticky {
    /* position: fixed;
    background-color: #fff;
    padding: 5px 0;
    box-shadow: 10px 0 25px 0 rgb(0 0 0 / 6%);
    animation: .7s stickyMenuAnimation; */
}

.mainMenu li a {
    color: var(--gray-2dc);
    padding: 4px 0;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    position: relative
}

.mainMenu li:not(:first-child) {
    margin-left: 25px
}

.mainMenu li a:hover,.mainMenu li.current-menu-item a {
    color: var(--yellow);
    /*border-color: var(--primary);*/
}

.menu-item-has-children .sub-menu {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    background-color: var(--black);
    display: none
}

.menu-item-has-children .sub-menu li {
    margin: 0!important
}

.menu-item-has-children .sub-menu li a {
    color: var(--white);
    padding: 10px 20px;
    border: 0;
    font-size: 16px
}

.btn-blue:hover,.menu-item-has-children .sub-menu li a:hover,.menu-item-has-children .sub-menu li.current-menu-item a {
    color: var(--primary)
}

/*.search-form input {
    font-size: 14px;
    padding: 0 20px;
    width: 220px;
    border-radius: 25px
}*/

/*.search-form button {
    height: 50px;
    width: 50px;
    color: #fff;
    border: 0;
    border-radius: 0 25px 25px 0;
    position: absolute;
    right: 0
}*/

.subscribe-form .btn,.subscribe-form input {
    height: 50px;
    line-height: 46px;
    color: var(--white)
}

@keyframes stickyMenuAnimation {
    from {
        top: -200px
    }

    to {
        top: 0
    }
}

.mainMenu.active {
    background-color: #fff
}

.mainMenu ul {
    align-items: center
}

.logo {
    /*color: var(--blue);
    font-size: 40px;
    font-style: italic;
    font-family: Poppins-SemiBold;
    line-height: 50px*/
}

.bredcrumb,.subscribe-form .btn,.subscribe-form input,footer {
    font-family: Poppins-Light
}



.footer-top {
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.bredcrumb,.f-list li:not(:last-child) {
    margin-bottom: 10px
}

.subscribe-form .btn {
    background-color: var(--primary);
    padding: 0 30px;
    border: 2px solid var(--primary);
    border-radius: 0 50px 50px 0;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    letter-spacing: 3px
}

.cat-search .btn-theme,.search-slt {
    width: 100%;
    height: calc(3rem + 2px)!important
}

.subscribe-form input {
    background-color: transparent;
    border-radius: 50px 0 0 50px;
    border: 2px solid var(--primary);
    padding: 0 20px;
    max-width: 225px;
    font-size: 16px
}

.subscribe-form input:active,.subscribe-form input:focus {
    border-color: var(--primary)
}

.subscribe-form input::placeholder {
    color: var(--white);
    opacity: 1
}

.subscribe-form input::-ms-input-placeholder {
    color: var(--white)
}

.btn-blue,footer .logo:hover {
    color: var(--Secondary)
}





.single-post .title {
    font-size: 45px;
    line-height: 50px;
    font-weight: 400;
    font-family: Poppins-Medium
}

.share-article a {
    background-color: #f2f7f8;
    color: var(--black-11);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    font-size: 16px
}

.share-article a:hover {
    color: var(--white);
    background-color: var(--Secondary)
}

.bredcrumb {
    background-color: var(--grey-e9);
    width: 100%;
    padding: 15px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 100
}

.btn-blue,.hero-sec,ul.tabs {
    padding: 0
}

.post-style-1 h2,.pot-wid .widget h6,.title {
    font-family: Poppins-Bold
}

.title {
    font-size: 18px;
    line-height: 25px;
    margin: 10px 0
}

.comment-form .submit,.post-content,.tabs .tab-title {
    font-family: Poppins-Light
}

.pot-wid .widget,.reply,.vcard {
    margin-bottom: 20px
}

.post-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.search-slt,.tabs .tab-title {
    display: block;
    font-size: 16px
}

.blog-box .img img {
    width: 100%
}

.widget p {
    font-size: 16px;
    line-height: normal
}

.copy-right a {
    color: var(--primary)
}

.tabs li,.tabs li a {
    color: #fff
}

.hero-sec .content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%
}

.cat-search .btn-theme {
    background-color: var(--Secondary);
    border-color: var(--Secondary);
    line-height: height: calc(3rem + 2px)!important
}

.f-posts .f-item,.pot-wid .widget h6,.pot-wid .widget ul li {
    border-bottom: 1px solid #e6e6e6
}

.search-slt {
    color: #55595c;
    text-transform: capitalize;
    background-image: none;
    border: 1px solid #666;
    border-radius: 0;
    background-color: #fff
}

ul.tabs {
    margin: 15px auto;
    text-align: center
}

ul.tabs li {
    cursor: pointer;
    padding: 0 6px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    display: inline-block
}

.tabs li {
    width: 90px;
    background-color: rgba(26,70,104,.51);
    margin: 10px;
    height: 75px
}

.comment-form .submit,.reply a,table thead {
    background-color: var(--primary)
}

.tabs li img {
    height: 30px;
    width: 30px;
    margin-top: 6px
}

.post-category {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    letter-spacing: .2em;
    font-weight: 700;
    font-size: .6rem;
    text-transform: uppercase
}

.post-style-1 h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
    font-weight: 700
}

.post-style-1 h2 a {
    color: #000
}

.post-style-1 h2 a:hover {
    color: #0d6efd!important
}

.post-style-1 .excerpt p {
    font-size: 16px;
    color: #333;
    margin-bottom: 18px
}

.post-style-1 .img {
    display: block;
    overflow: hidden
}

.post-style-1 .img:hover img {
    transform: scale(1.1)!important;
    -webkit-transform: scale(1.1)!important
}

.post-style-1 .readmore {
    color: #007bff;
    font-size: 16px
}

.latest-loop article {
    margin-bottom: 25px
}

.pot-wid .widget h6 {
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 20px
}

.pot-wid .widget ul {
    margin: 0;
    padding: 0
}

.pot-wid .widget ul li a {
    opacity: .8;
    color: var(--primary);
    font-size: 16px;
    line-height: normal;
    padding: 15px 0
}

.pot-wid .widget ul li a:hover {
    padding: 15px;
    opacity: 1;
    background-color: #0d6efd;
    color: var(--white)
}

.de-page {
    padding: 50px 0 100px
}

.c-form input,.c-form textarea {
    height: 50px;
    width: 100%;
    border: 1px solid var(--primary);
    padding: 0 20px
}

.c-form textarea {
    height: 120px;
    padding: 20px
}

.s-content p {
    color: rgb(0 0 0 / 80%)
}

.comment-form input,.comment-form textarea {
    width: 100%;
    padding: 0 20px;
    border: 2px solid var(--primary);
    height: 50px;
    border-radius: 25px
}

.comment-form textarea {
    height: 200px;
    padding: 20px
}

.comment-form input[type=checkbox] {
    height: auto;
    width: auto
}

.comment-form label {
    width: 100%;
    margin-bottom: 15px
}

.comment-form-cookies-consent {
    position: relative;
    padding-left: 30px
}

.comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 5px
}

.comments-box li,.f-posts .f-item {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.comment-form .submit {
    color: var(--white);
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase
}

.comments-box {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid var(--primary)
}

.comments-title {
    font-size: 25px;
    line-height: normal
}

.comments-box li {
    border-bottom: 1px solid #0c5d6947
}

ol.children li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.commentmetadata {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: 700
}

.vcard .avatar {
    height: 45px;
    width: 45px;
    border-radius: 50%
}

.vcard {
    font-size: 16px;
    font-weight: 700
}

.reply a {
    padding: 0 30px;
    border-radius: 30px;
    color: var(--white);
    font-size: 16px;
    height: 50px;
    line-height: 50px
}

.navbar-toggler {
    color: var(--primary);
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 ;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.s-content a {
    color: var(--primary);
    font-weight: 700
}

.s-content table thead tr th a {
    text-decoration: underline;
    color: var(--white);
    font-weight: 700
}

table {
    width: 100%;
    margin-bottom: 30px;
    word-break: break-all
}

table thead {
    color: var(--white)
}

table td,table th {
    padding: 8px 15px;
    border: 1px solid
}

.f-posts .f-item {
    padding-left: 90px;
    min-height: 80px
}

.f-posts .f-item img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0
}

.f-posts .f-item strong {
    font-size: 16px;
    line-height: normal;
    font-family: Poppins-Medium
}

.menu-item-has-children .drop {
    display: inline-block;
    margin-left: 5px;
}

.bredcrumb a,.f-posts a,.tagcloud a {
    color: var(--primary);
    font-weight: 700;
}

/* New CSS Lovers Coffee  13--05--25*/
.pt-30 { padding-top: 30px; }
.container-fluid {
    padding: 0 30px;
}
.max-400 { width: 100%; max-width: 400px; }

/* Footer */
.top-fotter {
	background-color: var(--l-brown);
	padding: 60px 0;
}
.social-icons {
	list-style: none;
    margin: 0;
    padding: 0;
}
.social-icons li {
	display: inline-block;
}
.social-icons li:not(:last-child) {
	margin-right: 4px;
}
.social-icons li a {

}
.social-icons a img {

}
.search-form {
    position: relative;
    width: 388px;
}
.search-form input {
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border: 0 solid #e5e7eb;
    font-size: .875rem;
    line-height: 1.25rem;
    /* border-radius: 10px; */
}
.search-form button {
    height: 50px;
    min-width: 130px;
    color: var(--brown);
    border: 0;
    /* border-radius: 0 10px 10px 0; */
    position: absolute;
    right: 0;
    background-color: var(--yellow);
}
.search-form.menu-search button{
    width: 40px;
    min-width: 10px;
}
.search-form button:hover {
    background-color: var(--yellow);
    color: var(--brown);
}
.store-info {
    justify-content: center;
}
.icon-box {
	display: flex;
    /*justify-content: space-between;*/
    align-items: flex-start;
    max-width: 240px;
    margin-bottom: 40px;
}
.icon-box img {
	margin-right: 15px;
}
.icon-box .content h6 {
	font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}
.icon-box .content p {
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 0;
}

footer {
    background-color: var(--brown);
    padding: 60px 16px 26px 16px;
}
.copy-right a:hover,.f-list li a:hover,footer .logo {
    color: var(--yellow);
}
.f-list ul {
    padding: 0;
    margin: 0;
}
.f-list li a {
    color: var(--gray-2dc);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
}
.f-list li a:hover { text-decoration: underline; }
.widget h6 {
	font-size: 18px;
    text-transform: uppercase;
}
.column_last .widget.widget_media_image {
	display: flex;
    flex-direction: row-reverse;
}
.column_last .widget.widget_media_image h6 {
	font-size: 14px;
}
.widget.widget_text .textwidget p {
	font-size: 14px;
}
.get-question {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
}
.get-question h6 {
	font-size: 14px;
	margin-bottom: 0;
}
.get-question a {
	color: var(--yellow);
    font-size: 20px;
    font-weight: 500;
}
.get-question a:hover { text-decoration: underline; }
.f-address {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.f-address a {
	font-size: 14px;
    color: var(--white);
}
.f-address a:hover { color: var(--yellow); }

.copy-right .cr {
	font-size: .875rem;
    line-height: 1.25rem;
}
.copy-right {
    padding: 16px 0 0 0;
    border-top: 1px solid #c7c7c733;
    margin-top: 30px
}
.copy-right-menu {
	padding-top: .5rem;
	list-style: none;
	margin: 0;
}
.copy-right-menu li {
	display: inline-block;
}
.copy-right-menu li:not(:last-child) {
	margin-right: 1rem;
	padding-right: 1rem;
	border-right: 1px solid var(--gray-2dc);
}
.copy-right-menu li a {
	color: var(--gray-2dc);
	font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    text-decoration-line: underline;
}
.copy-right-menu li a:hover {
	color: var(--yellow);
}
/* Header */

.top_bar {
    padding: 5px 0;
    background-color: var(--yellow);
}
.top_bar .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-bar-menu {
    padding-top: 0;
    list-style: none;
    margin: 0;
}
.top-bar-menu li {
    display: inline-block;
}
.top-bar-menu li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid var(--brown);
}
.top-bar-menu li a {
    color: var(--brown);
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    text-decoration-line: underline;
}
.top-bar-menu li a:hover {
    color: var(--white);
}
.logo-bar {
    background-color: var(--brown);
    padding: 12px 0px;
}
.logo_bar_detail {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-img img {
    width: 100%;
    max-width: 250px;
}
.logo-bar .search-form {
    width: 53vw;
    margin: 0 14px;
}
.logo-bar .search-form input {
    height: 40px;
}
.logo-bar .search-form button {
    height: 40px;
}
.info-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.info-links li {
    display: inline-block;
}
.info-links li:not(:last-child) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid var(--gray-2dc);
}
.info-links li a {
    color: var(--gray-2dc);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 300;
    text-decoration-line: underline;
}
.info-links li a:hover {
    color: var(--yellow);
}
/* Home */
/* Blog Box */
.blog-card {
    background-color: #FFF;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
	/* border-radius:10px; */
	overflow:hidden;
}
.blog-card .feature-img {
    width: 100%;
}
.blog-card .feature-img img {
   
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.blog-card .cat {
    background-color: var(--yellow);
    color: var(--brown);
    font-size: 13px;
    padding: 5px 25px 5px 5px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: 9;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%, 93% 50%);
}
.blog-card .cat:hover  {
    background-color: var(--brown);
    color: var(--white);
}
.blog-card .content {
    padding: 15px 10px;
}
.blog-card .post-title {
    margin-bottom: 10px;
}
.blog-card .post-title a {
    color: var(--brown);
    font-size: 14px;
    font-weight: 400;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px; */
}
.blog-card .post-title a:hover {
    color: var(--yellow);
    text-decoration: underline;
}
.blog-card .disc {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 13px;
    line-height: normal;
    min-height: 60px;
}
.blog-card .bottom-bar {
    border-top: 1px solid var(--white-f1);
    background-color: var(--white-f5);
    padding: 5px 10px;
}
.post-info {
    list-style: none;
    padding: 0;
    margin: 0;
}
.post-info li {
    display: inline-block;
    font-size: 12px;
}
.post-info li:not(:last-child) {
    margin-right: 10px;
}
.post-info li i {
    margin-right: 7px;
}
.post-info li a {
    color: var(--brown);
}
.post-info li a:hover {
    color: var(--yellow);
}
.single-info {
    margin-bottom: 15px;
}
.single-info li {
    font-size: 16px;
}
/* Home Side bar */
.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
}
.category-list li {
    border-bottom: 1px solid var(--white-f1);
    flex: 0 0 auto;
    width: 50%;
    padding: 10px 0;
}
.category-list li a {
    color: var(--black);
    font-size: 12px;
}
.category-list a span {
    color: var(--yellow);
    font-size: 10px;
    font-weight: 700;
}
.category-list li a:hover {
    color: var(--yellow);
}
.home-sidebar {
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 30px 20px;
}
.sec-2, .sec-sidebar {
    padding: 0;
}
.sec-2 .container-fluid, .sec-sidebar .container-fluid {
    padding: 0 30px 0 0;
}
.single-post.sec-sidebar .container-fluid {
    padding: 0 0 0 30px;
}
.sec-sidebar .col-md-9 {
    padding-top: 30px;
    padding-bottom: 30px;
}
/* Home Products */
.product-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid var(--white-f1);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.product-box .procut-img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    margin-right: 15px;
}
.product-box .procut-img img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.product-box .detail{
	width: calc(100% - 80px);
}
.product-box .detail h6 {
    
}
.product-box .product-title  {
    color: var(--black);
    font-size: 13px;

}
.product-box .product-title:hover  {
    color: var(--yellow);

}
.product-box .price {
    margin-bottom: 0;
    font-weight: bold;
    color: var(--brown);
    font-size: 14px;
}
.products_list .product-box:first-child {
    display: inline-block;
    width: 100%;
}
.products_list .product-box:first-child .procut-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 15px 0;
}
.products_list .product-box:first-child .procut-img img {
    width: 100%;
    height: 100%;
    margin: 0 0 15px 0;
}
.products_list .product-box:first-child .detail{
	width: 100%;
}
/* Home */
/* .home-banner {
    padding: 200px 0 30px 0;
    background-image: url('https://ngh.zbc.mybluehost.me/website_ff9d41a5/wp-content/uploads/2025/05/slider.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-slider {
    height: 65vh;
}
.home-slider .carousel-inner img {
    height: 60vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
} */
/* .home-slider .carousel-indicators {
    bottom: 40px
} */
.max-750 { max-width: 750px; width: 100%; }
.max-700 { max-width: 700px; width: 100%; }
.max-650 { max-width: 650px; width: 100%; }



.home-banner{
	padding: 150px 0 0 0;
    background-blend-mode: overlay;
   background-color: rgb(0 0 0 / 37%);
}

.home-banner ._oh.mt-5{
	margin-top:120px !important;
}

._oh{overflow:hidden;}
.comment-count{
	position:absolute;
	right:0;
	top:0;
	z-index: 9;
	display:inline-block;
	background-color: var(--yellow);
    color: var(--brown);
    font-size: 13px;
    padding: 5px;
	display:none;
}


.recepies-box{
	position:relative;
    background-color: rgba(0, 0, 0, 0.9);
}
.recepies-box .wp-post-image{
	height: 200px;
	width:100%;
	object-fit: cover;
}
.recepies-box .rec-feature{
	width:100%;
	object-fit:cover;
}
.recepies-box .detail{
	position:absolute;
	height:100%;
	width:100%;
	left:0;
	top:0;
	z-index:10;
	display:flex;
	align-items:flex-end;
/* 	padding:20px; */
/* 	background-color: rgba(0,0,0,0.4); */

}
.recepies-box .title{
	font-size:14px;
	color:#fff;
	line-height:1.5;
	font-weight:400;
	margin:0;
	letter-spacing:normal;
	 font-family: Poppins-Regular;
	padding:25px 15px 15px;
	background: linear-gradient(to bottom, transparent 0px, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0% 0% transparent;
}
.recepies-box .title:hover{
	color:var(--yellow);
	text-decoration:underline;
}


.events-holders{
	/* display:flex;
	justify-content:space-between; */
}
.slider-wrapper{
	/* width:calc(100% - 155px); */
}
.events-holders .arrow-box{
	padding:25px;
	color:#fff;
	background-color:#000;
	width:150px;
}
.arrow-box a{
	color:#fff;
	font-size:20px;
}
.recepies-box .comment-count{
	z-index:20;
}
.ads_links{
	width:100%;
}

.newsleter{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
	background-color: #f5f5f5;
	padding: 0.781vw;
	/* border-radius: 10px; */
}
.c-form{

}
.c-form label{
	width: 100%;
	margin-bottom: 5px;
	font-family: Poppins-Medium;
	font-size: 14px;
}
.c-form input{
	width: 100%;
	height: 50px;
	padding: 0 12px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.3);
}
.c-form .form-group{
	margin-bottom: 20px;
}
.home-all-blog .feature-img img{
	height:270px;
	object-fit:cover;
}
.single-post .container-fluid{
    padding-right: 15px;
    padding-left: 15px;
}

.table__content{
    position: sticky;
    top: 60px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    padding: 15px;
    border-radius: 5px;
}
.table__content h2{
    font-size: 20px !important;
    line-height: 1.5;
    font-family: Poppins-Regular !important;
    font-weight: 400 !important;
}
.table__content h2 span{font-weight: 400 !important;}
/* .table__content .widget  h2{display: none;} */
.ez-toc-widget-sticky-container nav{
    max-height:50vh !important;
    width: 100%;
}
div.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list{
    padding: 0;
    margin: 0 ;
}
.table__content nav{

}
.table__content nav ul{
    padding: 0 !important;
}
.table__content nav li{
    
}
.table__content nav li a{
    color: var(--black-11);
    font-size: 14px !important;
    font-family: Poppins-Regular !important;
}
.table__content nav li a:hover{
    color: 
}

.s-content #ez-toc-container{display: none;}

.sblog-sidebar{
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    padding: 15px;
    border-radius: 5px; */
}
.product-card{
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    padding: 4px;
    border-radius: 0px;
    border: 1px solid var(--grey-e9);
}
.product-card a{
    color: var(--black-11);
}
.product-card a img{
    width: 100%;
    height: 250px;
    object-fit: contain;
    background-color: var(--grey-e9);
    margin-bottom: 15px;
}
.product-card a span{
    display: inline-block;
    font-size: 14px;
    /* font-family: Poppins-SemiBold; */
}
.product-card a strong{
    display: inline-block;
    font-size: 14px;
     font-family: Poppins-Medium;
}
.product-card .btn-theme{
    margin-top: 15px;
    height: 40px;
    line-height: 40px;
    color: var(--white);
}

.bg-newsletter{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
}
.bg-newsletter input{
    background-color: transparent;
    border: 0;
    border: 1px solid #fff;
    /* border-radius: 0; */
    color: #fff;
    height: 40px;
    font-size: 14px;
}
.bg-newsletter input:focus{
    outline: none;
}
.bg-newsletter .form-group{margin-bottom: 10px;}


.comment-form a{
    color: var(--black-11);
}
.comment-form a:hover{
    color: var(--yellow);
}
.right-sidebar{
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 15px;
}
.blogImage img{
	object-fit: cover !important;
	aspect-ratio: 1 / 1 !important;
	height: auto !important;
}
.f-14{font-size: 14px !important;line-height: normal !important;}
.blogImage .title{
	 font-family: Poppins-Regular;
}

.event-box{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--white);
    padding: 0.85vw;
}
.event-box .image{
	margin-bottom: 20px;	
}
.event-box .image img{
	width: 100%;
}
.event-box .text{
	
}
.event-box .soon{
	color: var(--gray-c7);	
	font-family: Poppins-SemiBold;
	font-size: 14px;
}

.event-box .link{
	color:var(--primary);
	font-size:14px;
}

.desktop-menu{display: block;}
.mobile-menu{display: none;}
.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
.side-menu{
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    max-width: 65%;
    height: 100vh;
    overflow: auto;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #371406;
    padding: 20px;
    z-index: 9999999999999;
    display: none;
}
.moblogodiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-ul{

}
.mobile-ul h6{
    color: var(--white);
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
}
.mobile-ul .menu{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
.mobile-ul .menu li{
    margin-bottom: 10px;
}
.mobile-ul .menu li a{
    color: var(--white);
    font-size: 16px;
}
.mobile-ul .menu li a:hover,.mobile-ul .menu li.current-menu-item a{
    color: var(--yellow);
    font-weight: 500;
}

.events-holders{
    position: relative;
    max-height: 300px;
    overflow: hidden;
}
.events-holders .arrows{
    position: absolute;
    top: 0;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--white);
    z-index: 10;
}
.events-holders .arrows.__prev{left: 0;}
.events-holders .arrows.__next{right: 0;}
.events-holders .arrows:hover{
    color: var(--yellow);
    background-color: rgba(0, 0, 0, 0.8);
}

.deal_of_day .desktop{display: block;}
.deal_of_day .mobile{display: none;}

.newsletter-box{
    background-color: var(--brown);
    position: relative;
    padding-bottom: 10px;

}
.newsletter-box .main{
    width: 100%;
    margin-bottom: 10px;
}
.newsletter-box .forn-holder{
    background-color: var(--yellow);
    width: 100%;
    padding: 15px;
    max-width: 90%;
    margin:-50px auto 0; 
    color: var(--white);
    position: relative;
    z-index: 5;
}
.newsletter-box form{
    position: relative;
}
.newsletter-box form input{
    width: 100%;
    height: 40px;
    border: 0;
    padding: 5px;
    font-size: 12px;
}
.newsletter-box form button{
    height: 40px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--white);
    background-color: var(--brown);
    padding: 0;
    border: 0;
	font-size:12px;
}
.newsletter-box{
	font-size:12px;
}
input:focus{
    outline: none;
    box-shadow: none;
}
/* .newsletter-box .footer{
    background-color: var(--brown);
} */
.blog-card .feature-img{
    position: relative;
}
.blog-card .feature-img .home-share{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-share a{
    width: 20%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    background-color: #3b5998;
    color: #FFF !important;
    text-align: center;
    opacity: 0.8;
}
.home-share a:hover{
    opacity: 1;
}
.home-share a.twbutton{
    background-color: #000;
}
.home-share a.pinbutton{
    background-color: #ca212a;
}
.home-share a.whatsapp{
    background-color: #0dc143;
}
.home-share a.emailbutton{
    background-color: #00688a;
}
.home-share a.instabutton{
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}
.home-share a.linkedinbutton{
    background-color: #0077B5;
}



/* sticky menu */
.fixed-menu.sticky{
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    left: 0;
}

.twbutton img{
    height: 15px !important; 
    width: 15px !important;
    object-fit: contain !important;
    display: inline-block !important;
}

.search-form.newslettetr{

}

.mob-nav .container-fluid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-cta{
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 10px;
    background-color: var(--yellow);
    color: var(--brown);
    text-align: center;
}
.btn-cta:hover,.btn-cta:active{
    background-color: var(--yellow);
    color: var(--brown);
}
.dealsSlider .product-card{
    max-width: calc(100% - 10px);
    margin: 0 auto;
    padding-bottom: 15px;
}
#dealsSlider{
    position: relative;
}
#dealsSlider .arrow{
    position: absolute;
    top: 30%;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background-color: var(--yellow);
    color: var(--brown);
}
#dealsSlider .left{
    left: 10px;
}
#dealsSlider .right{
    right: 10px;
}
.tags a{
   padding: 5px 7px;
   background-color: #f9f9f9;
   font-size: 12px;
   color: var(--brown);
   font-family: Poppins-Medium;
}
.tags a:hover{
    background-color: var(--brown);
    color: var(--white);
}
.mobile-only{display: none;}
.desktop-only{display: block;}

.row-ads-arrow{
	position:relative;
}
.row-ads-arrow .arrow {
	position: absolute;
    top: 30%;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background-color: var(--yellow);
    color: var(--brown);
	z-index:5;
	display:none;
}

.row-ads-arrow .right {
    right: 0px;
}
.row-ads-arrow  .left{
    left: 0px;
}