/*
	Theme Name: Gillion Child
	Theme URI: http://example.com/gillion-child/
	Description: A custom child theme for Gillion
	Author: Bob Haefele
	Author URI: http://example.com
	Template: gillion
	Version: 1.0.3
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Inter:wght@300;400;500;600&display=swap');

h1 {
	font-size:36px!important;
}
h2 {
	font-size:30px!important;
}
h3 {
	font-size:24px!important;
}
p {
	font-size:18px!important;
	
}

.sh-header-middle { background-color: #ffffff;}
.sh-nav.sh-nav-left.sf-js-enabled img {
	width:auto;
	max-height:75px;
}

#wrapper.default-content-after-posts > div.sh-page-layout-default{	
	background-image: url(./img/globe.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 80px center;
    z-index: -1;
}

.apbPost.apbOverlay, .apbPost.apbOverlay img{height: 250px !important;}



#menu-menu li.menu-item a {
	font-size:18px;
}

#rchNavW {
	float:right!important;
}
.sh-header-3 .sh-header-standard {
	border-top:	none;
	border-bottom: none;
}
header.primary-desktop .sh-header-3 {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1 !important;
	border-bottom-width:0.6667px !important;
}

.sh-header-3 .sh-header-standard .sh-nav > li.menu-item {
	padding:0px 25px;
}

.sh-copyrights-info {
	text-align:center;
	margin-top:0px!important;
	
}
div.sh-copyrights {
	padding:10px 10px;
}
#rchNavSearchBox {
	width:300px;
}

.rchChefImg {
	margin-right:25px;
	margin-bottom:25px;
	
}
.chef-bio {
	clear:both;
	overflow:auto;
}

body.page-template-chefs div#wrapper,
body.home div#wrapper {
	background-image:url(/wp-content/uploads/globe.svg);
	background-color: rgba(255,255,255,0.4);
  background-blend-mode: lighten;
  
}
.apbText, article.apbPost {
	background-color:#ffffff;
}

.rchModHeadLogo {
	max-width:90%;
}
div.sh-header-logo-container {
	text-align:center;
}

a.clw-chef-link {
	font-size:18px!important;
}

.rchFootCellSml {
	width:15%;
}
.rchFootCellLrg {
	width:70%;
}
.rchFootSocialBtns ul {
	justify-content: flex-end;
}

#apbAdvancedPosts-1 .apbPost .apbTitle, #apbAdvancedPosts-1 .apbPost .apbTitle a {
	font-size:18px!important;
}

#ciawVideoW {
	text-align:center;
	max-width:50%;
	margin:0 auto;
	
}

.apbGridPosts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px; /* optional spacing */
}
.apbThumb img{width: 100%;}
#apbAdvancedPosts-1 .apbPost .apbTitle a{font-family: Arial, Helvetica, sans-serif !important;}
#content .page-content p:nth-child(1){background-color: #f3f3f3;padding: 20px; font-weight: 500; opacity: .8; color: #000; font-style: italic; font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; border: 1px solid #ccc; border-top: none;}

#chef-name a {
	text-align: left;
	color: #146EF5;
	font-family: Arial, Helvetica, sans-serif !important;
}


/* Two-column wrapper */
.chef-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}

/* Individual column box */
.chef-column {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}

/* Section Headings */
.chefs-heading {
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    position: relative;
    color: #222;
}

.chefs-heading::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #e63946; /* Accent color */
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
}

/* List Styling */
.chef-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chef-list-item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.chef-list-item:last-child {
    border-bottom: none;
}

.chef-link {
    color: #111;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 600;
}

.chef-link:hover {
    color: #e63946;
    text-decoration: underline;
}

/* Responsive stacking */
@media (max-width: 768px) {
    .chef-columns {
        grid-template-columns: 1fr;
    }
	#apbAdvancedPosts-1 .apbGridPosts, #apbAdvancedPosts-1 .apbGrid1Posts{
    	grid-template-columns: repeat(1, 1fr);
	}
}

.sh-header-mobile-dropdown{background-color: #fff;}