/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* ==========================================
   Subheader Styling
========================================== */
#Subheader {
    overflow: hidden;
	  background: #f6f2ea;
	  padding-top: 0;
}

#Subheader:before {
    content: "L&L";
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    font-family: "Cormorant Garamond";
    font-size: 280px;
    color: rgba(189,165,129,.08);
    z-index: 0;
}

#Subheader::after {
    content: "";
    position: absolute;
	  z-index: 5;
    top: 20px;
    left: 0;
    right: 0;
    height: 1px;
    background:
        linear-gradient(
            to right,
            #2F2B28 0%,
            #2F2B28 35%,
            transparent 35%,
            transparent 65%,
            #2F2B28 65%,
            #2F2B28 100%
        );
}

#Subheader .title,
#Subheader .breadcrumbs {
    position: relative;
    z-index: 2;
}

#Subheader .title {
	  padding: 25px;
    font-family: "Cormorant Garamond";
    font-size: clamp(60px, 7vw, 110px);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 600;
    color: #2F2B28;
    line-height: .85;
    text-shadow:
        0 1px 0 rgba(255,255,255,.5),
        0 -1px 0 rgba(0,0,0,.08);
	
	 background:
    linear-gradient(#2F2B28,#2F2B28)
        top left / calc(50% - 100px) 2px no-repeat,
    linear-gradient(#2F2B28,#2F2B28)
        top right / calc(50% - 100px) 2px no-repeat,
    linear-gradient(rgba(47,43,40,.18),rgba(47,43,40,.18))
        top left / calc(50% - 100px) 6px no-repeat,
    linear-gradient(rgba(47,43,40,.18),rgba(47,43,40,.18))
        top right / calc(50% - 100px) 6px no-repeat,
    linear-gradient(#2F2B28,#2F2B28)
        bottom left / calc(50% - 100px) 1px no-repeat,
    linear-gradient(#2F2B28,#2F2B28)
        bottom right / calc(50% - 100px) 1px no-repeat,
    linear-gradient(rgba(47,43,40,.12),rgba(47,43,40,.12))
        bottom left / calc(50% - 100px) 3px no-repeat,
    linear-gradient(rgba(47,43,40,.12),rgba(47,43,40,.12))
        bottom right / calc(50% - 100px) 3px no-repeat;
}

#Subheader .title:before {
    content: "⊕";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #645a4e03;
    font-size: 24px;
}

#Subheader .title:after {
    content: "⊕";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #645a4e03;
    font-size: 24px;
}

#Subheader .breadcrumbs {
	  font-family: 'Cormorant Unicase';
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: 10px;
    font-weight: 600;
    justify-content: center;
    position: relative;
}

#Subheader .breadcrumbs:before {
    content: "EST. 2026 • LIME & LEDGER";
    display: block;
    color: #bda581;
    margin-bottom: 10px;
    letter-spacing: .2em;
}

/* ==========================================
   Footer - Color Split Lime & Ledger Text
========================================== */

#footer-company-text .title {
    font-weight: bold;
    color: transparent;
    background: repeating-linear-gradient(0deg, #2f2b28 0% 50%, #bda581 50% 100%) !important;
    -webkit-background-clip: text !important;
}

/* ==========================================
   Lime & Ledger Header CTA Button
========================================== */

.ll-btn a.button {
    border: none;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    transition: all .25s ease;
}

#header-cta a.button {
	background: #2F2B28 !important;
  color: #F6F2EA !important;
	font-size: 13px;
	letter-spacing: .08em;
	font-weight: 600;
  text-transform: uppercase;
	padding: 14px 32px !important;
}

/* Inner printer's frame */
.ll-btn a.button::before {
    content: '';
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid rgba(246,242,234,.25);
    pointer-events: none;
}

#header-cta a.button::before {
	border: 1px solid rgba(246,242,234,.25);
}

#footer-cta a.button::before {
	border: 1px solid rgba(246,242,234,.25);
}

.ll-btn a.button:hover { transform: translateY(-1px); }

/* Hover */
#header-cta a.button:hover {
    background: #1f1d1b !important;
}

/* Remove BeTheme extras */
#header-cta a.button::after {
    display: none;
}

/* ==========================================
   Stamped Button Style
========================================== */
.ll-btn-stamped a.button {
    background: transparent !important;
    color: #79291C !important;

    border: 2px solid #79291C;
    border-radius: 0;

    text-transform: uppercase;
    letter-spacing: .12em;

    font-size: 13px;
    font-weight: 700;

    padding: 14px 32px !important;

    transform: rotate(-1deg);

    transition: all .25s ease;
}

.ll-btn-stamped a.button:hover {
    background: #79291C !important;
    color: #F6F2EA !important;

    transform: rotate(-1deg) scale(1.03);
}

/* ================================
 * Subtitle Paragraph Styles
================================= */
.ll-subtitle{
    text-align:center;
}

.ll-subtitle p{
    display:inline-block;
    font-family:"Cormorant Garamond";
    font-size:25px;
    font-style:italic;
    color:#8c8174;
    position:relative;
}

.ll-subtitle p::after{
    content: "LIME & LEDGER PRESSWORKS";
    display: block;
    margin-bottom: 5px;
    font-family: "Raleway";
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #332c293d;
    text-shadow: 0px -1px 0px #7b291c12;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(45deg, transparent, #2f2b2814, transparent) 1;
    box-shadow: 0px -3px 3px -3px #fbc268ba;
}

/* ================================
 * Custom Heading Styles
================================= */
.ll-heading h2 {
    text-align:center;
    font-family:"Cormorant Garamond";
    text-transform:uppercase;
    letter-spacing:4px;
    position:relative;
}

.ll-heading h2::before,
.ll-heading h2::after {
    content:"";
    display:inline-block;
    width:80px;
    height:1px;
    background:#a05c3b;
    vertical-align:middle;
    margin:0 20px;
}

.ll-dark h2 {
    position: relative;
    display: inline-block;
    font-family: "Cormorant Unicase";
    font-size: clamp(2.5rem, 4vw, 4rem);
    font-weight: 600;
    color: #2f2b28;
    letter-spacing: -1px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.ll-dark h2::before {
    content: "EST. 2026";
    display: block;
    font-family: "Raleway";
    font-size: 10px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #8b7a66;
    margin-bottom: -15px;
}

.ll-dark h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background:
        linear-gradient(
            90deg,
            transparent,
            #a05c3b,
            transparent
        );
}

/* ================================
 * HR
================================= */
hr.one {
    border: none;
    position: relative;
	  overflow: auto;
}

hr.one::before {
    content: "";
    display: block;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(189,165,129,.35),
            transparent
        );
}

hr.one::after {
    content: "✣";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f6f2ea;
    padding: 0 .75rem;
    color: #a05c3b;
}

hr.two {
    border: none;
    position: relative;
    height: 1px;
    background: rgba(189,165,129,.3);
    margin: 4rem 0;
}

hr.two::after {
    content: "✦";
    display: block;
	  height: 30px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #f6f2ea;
    padding: 0 1rem;
    color: #a05c3b;
}