/*
Theme Name: ItPulp Coffee
Theme URI: https://itpulp.com
Author: Your Name
Author URI: https://itpulp.com
Description: Premium Coffee Shop WordPress Theme
Version: 1.0.0
License: ThemeForest License
Text Domain: itpulp-coffee
*/
body {
    margin: 0;
    padding: 0;
}
.coffee-header {
    position: relative;
    background: url('/wp-content/uploads/2026/04/coffee-bg.png') center/cover no-repeat;
    padding: 0;
    color: #d4b483;
    font-family: 'Georgia', serif;
}

.header-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.7);
}

.header-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* Left & Right */
.header-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-item .icon {
    font-size: 28px;
}

.label {
    font-size: 12px;
    color: #aaa;
    margin: 0;
}

.value {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

/* Center Logo */
.header-center {
    text-align: center;
}

.logo {
    font-size: 36px;
    font-weight: bold;
    color: #d4b483;
}

.logo span {
    display: block;
    font-size: 18px;
    letter-spacing: 3px;
}

.itpulp-sticky-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}
.itpulp-main-menu {
    background: #ad3f20;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.itpulp-main-menu .menu-inner {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}

.itpulp-main-menu li {
    display: inline-block;
}

.itpulp-main-menu a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

.itpulp-main-menu a:hover {
    color: #c59d5f;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{margin-bottom:0px !important ;}
/* MENU LAYOUT */
.itpulp-main-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ad3f20;
    padding: 15px 30px;
}

.menu-left,
.menu-right {
    width: 20%;
}

.menu-center {
    width: 60%;
    text-align: center;
}

/* MENU */
.menu-inner {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.menu-inner a {
    color: #fff;
    text-decoration: none;
}

.menu-inner a:hover {
    color: #c59d5f;
}

/* SOCIAL ICONS */
.menu-left a {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

/* SEARCH ICON */
#search-toggle {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}

/* SEARCH POPUP */
#search-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.search-box {
    position: relative;
    width: 400px;
}

.search-box input {
    width: 100%;
    padding: 15px;
    font-size: 18px;
}

#search-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
}
div#navlogo img {
    max-width: 300px;
}
.sp-testimonial-title h3 {
    color: #fff !important;
}
.bdpp-post-grid-wrap h2 a, .bdpp-post-grid-wrap div {
    color: #000;
}
/* DROPDOWN MENU (DESKTOP) */
.menu-inner li {
    position: relative;
}

.menu-inner li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #111;
    display: none;
    min-width: 200px;
    padding: 0;
}

.menu-inner li:hover > ul {
    display: block;
}

.menu-inner li ul li {
    display: block;
}

.menu-inner li ul li a {
    display: block;
    padding: 10px;
}
.menu-left {
    display: flex;
    gap: 15px;
	padding-left:10%;
}

.itpulp-social-icon {

    width: 25px;
    height: 25px;

    display: inline-block;

    background-image: url('/wp-content/uploads/2026/05/social-icons.png');

    background-repeat: no-repeat;

    background-size: cover;

    transition: opacity 0.3s ease;
}

.itpulp-social-icon:hover {
    opacity: 0.7;
}

.itpulp-facebook {
    background-position: 0 0;
}

.itpulp-twitter {
    background-position: -40px 0;
}

.itpulp-instagram {
    background-position: -80px 0;
}
@media (max-width:768px){

    .menu-left,
    .menu-right {
        display: none;
    }

    .menu-center {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: #111;
        z-index: 9999;
        transition: 0.3s;
        overflow-y: auto;
    }

    .menu-center.active {
        right: 0;
    }

    .menu-inner {
        display: block;
    }

    .menu-inner li {
        border-bottom: 1px solid #333;
    }

    .menu-inner li a {
        display: block;
        padding: 15px;
        color: #fff;
    }

    /* SUBMENU MOBILE */
    .menu-inner li ul {
        position: static;
        display: none;
        background: #222;
    }

    .menu-inner li.active > ul {
        display: block;
    }

    /* HAMBURGER */
    .mobile-hamburger {
        position: fixed;
        z-index: 10000;
        width: 30px;
        cursor: pointer;
    }

    .mobile-hamburger span {
        display: block;
        height: 3px;
        background: #fff;
        margin: 5px 0;
        transition: 0.3s;
    }
	.menu-left {
		padding-left:10px !important;
	}
}
