/******************************************************************
Theme Name: Dana Masters Music
Theme URI: https://www.danamastersmusic.com
Description: 
Author: Ark Digital Media
Author URI: https://www.arkdigitalmedia.com
Version: 5.0 (Development)
License: GNU General Public License & MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Sass
******************************************************************/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


.grid-container{
	max-width: 1500px;
}

body{
	background-color: #f8f4ec;
}

.button{
	background-color: #FFFFFF00;
	font-family: "Lora", Sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	fill: #2b1e1a;
	color: #2b1e1a;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c39b6f;
	padding: 2em 3em 2em 3em;
	transition: all .3s;
}


.button:hover {
	transition: all .3s;
	background: #FFFFFF00;
	border-radius: 30px;
	color: #2b1e1a;
  }
  
  p{
	  color: #2b1e1a;
  }


/*====Mailchimp ====*/

#mc_embed_signup{
	background:transparent;
	font: 14px Helvetica,Arial,sans-serif; 
	width: 600px;
	max-width: 100%;
}

#mc_embed_signup .mc-field-group {
	clear: left;
	position: relative;
	width: 100%;
	padding-bottom: 0;
	min-height: 50px;
	display: flex;
}

#mc_embed_signup .mc-field-group input{
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
	border-radius: 0;
	box-shadow: none;
	height: 3rem;
}

#mc_embed_signup .foot{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#mc_embed_signup .button{
	border-radius: 0;
	clear: both;
	background-color: #111;
	border: 0 none;
	transition: all 0.23s ease-in-out 0s;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: auto;
	line-height: 32px;
	margin: 0 5px 10px 0;
	padding: 8px 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: fit-content;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}

#mc_embed_signup div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup #fn-wrap{
  display: block;
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
  z-index: 1;
  clear: none;
}

#mc_embed_signup #ln-wrap{
  display: block;
  width: calc(50% - 5px);
  float: left;
  z-index: 1;
  clear: none;

}

/*====Navigation ====*/

img.custom-logo{
	height: 40px;
	width: auto;
}

nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active{
	background-color: #141416;
}

.nav-wrap{
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
	-ms-flex-align: center;
	  align-items: center;
  -webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap; 
	  padding: 1em 0em;
	  border-bottom: 1px solid hwb(0deg 0% 100% / 49%);
	  border-color: #C39B6F;

}

.sticky-topbar{
	z-index: 99 !important;
	/* transition: all 0.5s ease; */
}

.sticky.is-stuck{
  background-color: #F8F4EC;
  transition: transform 0.5s ease;
  transform: translateY(0rem);
}

.sticky.is-stuck .nav-wrap{
	border-bottom: 0;
}

.sticky.is-anchored{
	background-color: transparent;

}

.top-bar-title{
  margin: .5rem 1rem .5rem 0;
}

.top-bar, .top-bar ul {
	/* background-color: transparent; */
}

.menu a, .menu .button{
	font-family: "Lora", serif;
	transition: all 0.5s ease;
	font-weight: 400;
	font-style: normal;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	font-size: 13px;
}

 .menu .active > a { 
	/* padding: 0 0 3px 0; */
	color: #C39B6F;
	background: transparent;
	
}

/* .sticky.is-anchored .menu a{
  color: #fff;
} */

.menu a{
	font-family: "Lora", serif;
	transition: all 0.5s ease;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #2B1E1A;
}

.menu a:hover{
	color:  #C39B6F;
		-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
		transition: all 0.5s ease;
}


.top-bar-right{
	display: flex;
	align-items: center;
}


.is-dropdown-submenu{
	background: #141416;
	border-top: 1px solid #fff;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	margin-top: 25px;
	padding: 0.5em 0.2em;

}

.dropdown.menu>li.is-active>a{
	color: #FC4C02;
}

.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{
	right: auto;
	left: 0;
}

.dropdown .is-dropdown-submenu a{
	padding: 1em 1em;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-right-width: 2px;
	border-top: none;
	border-left: none;
	content: "";
	display: inline-block;
	height: 12px;
	position: absolute;
	width: 12px;
	border-color: #FC4C02;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -8px;
	right: 4px;
}

.menu a:hover::after{
	transform: scaleX(1.2); 
	transition: transform 0.3s ease;  /* Smooth transition for scaling */

}

/*====Mobile Nav ====*/


@media print, screen and (min-width: 1025px) { 
	
	.mobile-nav{
		display: none !important;
	}

}

@media print, screen and (max-width: 1024px) { 
	
	.off-canvas-content{
		display: none;
	}
  
  .mobile-nav {
	  background: #000;
  }
  
  #main-menu{
	display: none;
  }

}

.off-canvas-content{
  background:  transparent;
  z-index: 999;
}

.mobile-nav img.custom-logo{
  height: auto;
  width: 120px;
}

.mobile-nav-wrap{
  z-index: 2;
}

.mobile-nav .sticky.is-anchored{
  background: #141416;
  /* border-bottom: 2px solid hwb(0deg 0% 100% / 49%); */
}

.mobile-nav .sticky.is-stuck{
	background: #141416;
	border-bottom: 2px solid hwb(0deg 0% 100% / 49%);
}

.mobile-nav-wrap{
	z-index: 2;
  background: #141416;
}

.mobile-logo-wrap{
	padding: 8%;
}

.mobile-btn-wrap{
	padding-right: 30px;
}

.menu-icon{
	padding: 0px 15px 15px 15px !important;
}


.menu-icon::after{
	-webkit-box-shadow: 0 7px 0 #F5F5F7, 0 14px 0 #F5F5F7 !important;
	box-shadow: 0 7px 0 #F5F5F7, 0 14px 0 #F5F5F7000 !important;
	background: #F5F5F7 !important;
}


/*====Off Canvas ====*/


.off-canvas{
  background: #fff !important;
  
}

.off-canvas.position-right{
  width: 350px !important;
  padding: 100px 0px;
}

.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
		  backface-visibility: hidden;
  background: #141416;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
	  -ms-transform: translateX(100%);
		  transform: translateX(100%);
  overflow: hidden;
  
}

.off-canvas.is-transition-overlap{
  z-index: 100 !important;
}

[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0;
}

.offcanvas-full-screen.is-transition-overlap {
  z-index: 2000;
}

.offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
	  -ms-transform: translate(0, 0);
		  transform: translate(0, 0);
}

.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(100%);
	  -ms-transform: translateX(100%);
		  transform: translateX(100%);
}

.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
	  -ms-transform: none;
		  transform: none;
}

.js-off-canvas-overlay{
  z-index: 4;
}

/*==== Inner Off Canvas ====*/

.offcanvas-full-screen-inner {
 /* padding-top: 5rem;
   padding-left: 30px;
   padding-right: 30px; */
   /* text-align: center; */
}

.offcanvas-full-screen-top {
	padding-top: 1%;
}

.oc-logo-wrap{
	padding: 1rem 2rem 0 2rem;
}

.oc-logo-wrap img{
	height: 60px;
	width: auto;
}

.oc-close-wrap{
	padding: 0;
}

#off-canvas-close-button{
  /* font-size: 50px !important;
  font-weight: 100 !important;
  right: 1rem !important;
  top: 2rem !important;
  padding: 5px 0px 10px 0; */
}

button.offcanvas-full-screen-close{
	/* position: absolute;
	right: 35px;
	top: 20px;
	padding: 0px !important; */
}

.offcanvas-full-screen-close {
  color: #F5F5F7;
  font-size: 8rem;
  font-weight: 100;
}

.offcanvas-full-screen-close:hover {
  color: #F05906;
}


/*====Off Canvas Menu ====*/

.offcanvas-full-screen-menu {
	padding: 2rem 1rem;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 auto;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
}

#offcanvas-nav li{
	position: relative;
}

.offcanvas-full-screen-menu #offcanvas-nav .current_page_item a{
	color: #fc4c02;
}
/* .offcanvas-full-screen-menu #offcanvas-nav a:after{
	content: '';
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 0;
	transition: width .35s ease-out;
	background-color: #F05906;
	height: 8px !important;
	border: 0;
} */

/* .offcanvas-full-screen-menu #offcanvas-nav .current_page_item a:after{
	content: '';
	 position: absolute;
	 /* top: calc(100% + 9px); */
	 /* bottom: -3px;
	 left: 1rem;
	 height: 12px !important;
	 width: 90% !important;
	 background-color: #fc4c02;
	 transition: width .25s ease;
	 width: 90%; */
} */


[data-whatinput='mouse'] .offcanvas-full-screen-menu > li {
  outline: 0;
}

.offcanvas-full-screen-menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.offcanvas-full-screen-menu input,
.offcanvas-full-screen-menu select,
.offcanvas-full-screen-menu a,
.offcanvas-full-screen-menu button {
  margin-bottom: 0;
}

.offcanvas-full-screen-menu > li {
  -webkit-flex: 0 0 100%;
	  -ms-flex: 0 0 100%;
		  flex: 0 0 100%;
  max-width: 100%;
}

.offcanvas-full-screen-menu > li > a {
  -webkit-justify-content: flex-start;
	  -ms-flex-pack: start;
		  justify-content: flex-start;
  -webkit-align-items: flex-start;
	  -ms-flex-align: start;
		  align-items: flex-start;
}


.offcanvas-full-screen-menu #offcanvas-nav a {
	color: #fff;
	font-family: "Oswald", Sans-serif;
	font-size: 32px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: all 0.5s ease;
	font-style: normal;
	text-align: left;
	padding: 0rem 0rem 1rem 0rem;
}

.offcanvas-full-screen-menu .menu .active > a{
  color: #F05906;
}

.offcanvas-full-screen-menu a:hover {
  color: #F05906;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{
  border-color: #F05906 transparent transparent;
}


/*====Off Canvas Widget ====*/

.oc-widget{
  text-align: left;
}

.oc-widget .btn{
	font-family: "Oswald", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	border-radius: 2px 2px 2px 2px;
	padding: 15px 40px 15px 40px;
	fill: #fff;
	color: #fff;
	background-color: #141416;
	transition-duration: 0.8s;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #FC4C02;
	width: 100%;
	text-align: center;
}


.oc-widget .widget{
  padding: 2rem 0rem 0rem 0rem;
  display: flex;
}

.oc-widget .wp-block-social-link svg{
	height: 40px;
	width: auto;
}

/*==== IPad Menu  ====*/

 @media only screen and (min-width: 768px) and (max-width: 1024px)  {
	 
	 #main-menu{
		 display: none;
	   }
	
	.off-canvas-content{
		display: none;
	}
	
	.mobile-nav img.custom-logo{
		height: 50px;
	}
	
	.mobile-btn-wrap{
		padding-right: 5em;
	}
	
	/*=== Ipad OffCanvas ===*/
	
	#oc-logo img {
		height: 60px;
		width: auto;
	}
	
	.offcanvas-full-screen-menu{
		padding: 10% 5%;
	}
	
	.offcanvas-full-screen-menu #offcanvas-nav a{
		font-size: 80px;
	}
	
	.oc-widget .btn{
		font-size: 30px;
	}
 }
 
 /*======= Footer =======*/
 
 
 .footer{
	 background-color: #f8f4ec;
	 margin-top: 0;
 }
 
 .footer-top{
	 border-top: 1px solid hwb(0deg 0% 100% / 49%);
	 border-color: #C39B6F;
	 padding: 4em 2em;
 }
 
 .footer-bottom-bar{
	 padding: 1em 2em;
 }
 
 .footer-area-one p{
	 font-family: "Georgia", Sans-serif;
	 font-size: 15px;
	 font-weight: 400;
	 color: #2b1e1a;
 }


.footer-area-two h1{
	color: #2B1E1A;
	text-align: right;
	font-family: "Playfair", serif;
	font-weight: 400;
}

.footer .copyright{
	align-items: center;
	display: flex;
	justify-content: flex-end;
	font-family: "Georgia", Sans-serif;
	transition: all 0.5s ease;
	font-weight: 400;
	font-style: normal;
	text-transform: capitalize;
	font-size: 14px;
	color: #2B1E1A;
}

.footer .dev-link{
	align-items: center;
	display: flex;
	justify-content: flex-end;
	font-family: "Georgia", Sans-serif;
	transition: all 0.5s ease;
	font-weight: 400;
	font-style: normal;
	text-transform: capitalize;
	font-size: 14px;
	color: #2B1E1A;
}

.footer .dev-link a{
	color: #000;
	font-weight: 400;
}


/*====Mailchimp Footer ====*/


#mc_embed_signup_footer{
	background: transparent;
	width: 600px;
	max-width: 100%;
	font-family: "Georgia", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #2b1e1a;
}

#mc_embed_signup_footer .mc-field-group {
	clear: left;
	position: relative;
	width: 100%;
	padding-bottom: 0;
	min-height: 50px;
	display: flex;
}

#mc_embed_signup_footer .mc-field-group input{
	display: block;
	width: 100%;
	padding: 8px 0;
	text-indent: 2%;
	border-radius: 0;
	box-shadow: none;
	height: 3rem;
	background-color: transparent;
	border-bottom: 1px solid #000;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-size: 14px;
}

#mc_embed_signup_footer .foot{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#mc_embed_signup_footer .mc-field-group .button{
	border-radius: 0;
	clear: both;
	background-color: transparent;
	border-bottom: 1px solid #000;
	transition: all 0.23s ease-in-out 0s;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: normal;
	height: auto;
	line-height: 0;
	/* margin: 0 5px 10px 0; */
	padding: 0px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	width: fit-content;
	font-family: "Lora", serif;
	transition: all 0.5s ease;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 12px;
	color: #2B1E1A;
}


#mc_embed_signup_footer #mc-embedded-subscribe-form div.mce_inline_error {
	display: inline-block;
	margin: 2px 0 1em 0;
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
	z-index: 1;
	color: #e85c41;
}

#mc_embed_signup_footer div.response {
	margin: 1em 0;
	padding: 1em .5em .5em 0;
	font-weight: bold;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 80%;
}

#mc_embed_signup_footer #mce-success-response {
	color: #529214;
	display: none;
}

#mc_embed_signup_footer #fn-wrap{
  display: block;
  width: calc(50% - 5px);
  float: left;
  margin-right: 10px;
  z-index: 1;
  clear: none;
}

#mc_embed_signup_footer #ln-wrap{
  display: block;
  width: calc(50% - 5px);
  float: left;
  z-index: 1;
  clear: none;

}

/*======== Events ========*/

/*==TEC Fonts ==*/
.tribe-common .tribe-common-b2{
	font-family: "Georgia", Sans-serif;
}

.tribe-common .tribe-common-h3{
	font-family: "Georgia", Sans-serif;
}

.tribe-common .tribe-common-h5, .tribe-common .tribe-common-h6{
	font-family: "Lora", serif;
	transition: all 0.5s ease;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8{
	font-family: "Playfair", Sans-serif;
	font-size: 45px;
	font-weight: 100;
	text-transform: uppercase;
}


/*==Search Bar==*/

.tribe-events .tribe-events-c-search__button, .tribe-events button.tribe-events-c-search__button{
	background-color: #FFFFFF00;
	font-family: "Lora", Sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #2b1e1a;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c39b6f;
	font-style: normal;
	outline: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover, .tribe-events button.tribe-events-c-search__button:focus, .tribe-events button.tribe-events-c-search__button:hover{
	background-color: #2b1e1a;
	font-family: "Lora", Sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #f8f4ec;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #2b1e1a;
	font-style: normal;
	outline: none;
	-webkit-text-decoration: none;
	text-decoration: none;
	text-shadow: none;
}

.tribe-events .tribe-events-c-view-selector__list-item-text{
	font-family: "Lora", Sans-serif;
}

.tribe-common .tribe-common-c-btn-border-small, .tribe-common a.tribe-common-c-btn-border-small{
	background-color: #FFFFFF00;
	font-family: "Lora", Sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	color: #2b1e1a;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c39b6f;
}

.tribe-common .tribe-common-c-btn-border-small:active, .tribe-common .tribe-common-c-btn-border-small:focus, .tribe-common .tribe-common-c-btn-border-small:hover, .tribe-common a.tribe-common-c-btn-border-small:active, .tribe-common a.tribe-common-c-btn-border-small:focus, .tribe-common a.tribe-common-c-btn-border-small:hover{
	background-color: #2b1e1a;
	color: #f8f4ec;
	border-color: #2b1e1a;
}

/*== TEC List ==*/

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday{
	font-family: "Playfair", Sans-serif;
}


.tribe-events .tribe-events-calendar-list-nav{
	border-top: 1px solid hwb(0deg 0% 100% / 49%);
	border-color: #C39B6F;
}

.tribe-events .tribe-events-calendar-list__month-separator:after{
	background-color: #C39B6F;
	content: "";
	display: block;
	flex: auto;
	height: 1px;
	margin-left: 20px;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border{
	background-color: #FFFFFF00;
	font-family: "Lora", Sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	fill: #2b1e1a;
	color: #2b1e1a;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c39b6f;
	border-radius: 50px 50px 50px 50px;
	padding: 2em 3em 2em 3em;
	line-height: 0;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .single-tribe_events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button-text, .tribe-events .tribe-events-c-subscribe-dropdown button.tribe-events-c-subscribe-dropdown__button-text{
	text-transform: uppercase;
}

.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover{
	background-color: #2b1e1a;
	color: #f8f4ec;
	border-color: #2b1e1a;
}


/*======== Blog/Members ========*/

.blog .content{
	padding: 5em 0em;
}

/*==== Blog Page Titles ====*/


.archive-page-title {
	display: flex;
	align-items: flex-end; /* Change to: flex-start, center, or flex-end */
	justify-content: flex-start; /* Change to: center, flex-end, etc. */
	padding: 2em; /* Optional: padding inside the section */
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: bottom center !important;
	background-attachment: fixed !important;
	min-height: 65vh;
	margin-top: -90px;
	position: relative;
}

.archive-page-title-content-wrapper {
	width: 100%;
}


.archive-page-title-content {
	display: flex;
	justify-content: flex-start;
}

/*==== Main Blog Page ====*/


h1.entry-title.single-title{
	font-family: "Playfair", serif;
	font-size: 70px;
	font-weight: 100;
	color: #2b1e1a;
	z-index: 2;
	position: relative;
}

.post-content{
  padding: 0em 2em 0em 2em;

}

.post-pagination-wrap {
	padding: 0em 2em 0em 2em;
	border-top: 1px solid #1d1d1d;
	margin: 0 2em;
}


.archive-grid{
	/* gap: 2em; */
}

.featured-image-cover {
	width: 100%;
	height: 300px; /* adjust this for your design */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.archive-card {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	background: transparent;
	padding: 0rem;
	transition: box-shadow 0.2s ease;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.archive-card:hover {
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.archive-card .article-header{
	padding: 2rem;
}

.archive-card h3{
	font-family: "Lora", serif;
	transition: all 0.5s ease;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #3c2b26;
	font-size: 20px;
}

span.post-category{
	font-family: "Playfair", Sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
	color: #C39B6F;
}

.post-meta {
	font-size: 0.8rem;
	color: #777;
	margin: 0.5rem 0;
	display: flex;
	gap: 0.75rem;
}

.post-category a {
	color: #555;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 0.75rem;
	text-decoration: none;
}

.post-date {
	color: #999;
	font-size: 0.75rem;
	font-style: italic;
}

/*==== Single ====*/

.article-header{
	padding: 5em 0em;
}

.single .wp-post-image{
	padding-bottom: 2em;
}



/*==== Sidebar ====*/

#members-sidebar{
	padding: 6rem 5rem;

	
}

button.wp-block-search__button.wp-element-button {
	background-color: #FFFFFF00;
	font-family: "Lora", Sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-transform: uppercase;
	fill: #2b1e1a;
	color: #2b1e1a;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #c39b6f;
	border-radius: 50px 50px 50px 50px;
	padding: 2em 3em 2em 3em;
	line-height: 0;
}

#members-sidebar h4{
	font-family: "Georgia", Sans-serif;
	padding-top: 1em;
}

.widget_categories a{
	font-family: "Playfair", Sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #C39B6F;
}

.wp-block-latest-posts__post-title{
	font-family: "Lora", serif;
	transition: all 0.5s ease;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #3c2b26;
	font-size: 16px;
}

/*==== Comments ====*/

/* Comments wrapper */
#comments {
  padding: 4rem 3rem;
  border-top: 1px solid #C39B6F;
  margin-top: 4rem;
  background: transparent;
}

/* Comment Title */
#comments h2,
.comment-reply-title {
  font-family: "Playfair", Sans-serif;
  font-weight: 100;
  font-size: 45px;
  text-transform: uppercase;
  color: #2b1e1a;
  margin-bottom: 2rem;
}

/* Comment Item */
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #C39B6F;
}

.comment {
  padding: 2rem 0;
  display: flex;
  gap: 2rem;
}

.comment:last-child {
  border-bottom: none;
}

.comment-author {
  font-family: "Georgia", serif;
  font-size: 14px;
  font-weight: 400;
  color: #2b1e1a;
  margin-bottom: 0.5rem;
}

.comment-author a {
  font-family: "Lora", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  color: #C39B6F;
  text-decoration: none;
}

.comment-author a:hover {
  color: #2b1e1a;
}

.comment time {
  font-family: "Lora", serif;
  font-size: 12px;
  font-style: italic;
  color: #999;
}

.comment_content p {
  font-family: "Georgia", serif;
  color: #2b1e1a;
  font-size: 16px;
  line-height: 1.6;
}

/* Avatar */
.comment .avatar {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

/* Reply & Edit Links */
.comment-edit-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-family: "Lora", serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: #C39B6F;
}

.comment-reply-link{
	background-color: transparent;
	font-family: "Lora", serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: #2b1e1a;
	border: 1px solid #C39B6F;
	padding: 1.5em 3em;
	border-radius: 50px;
	cursor: pointer;
}

.comment-reply-link:hover,
.comment-edit-link:hover {
  color: #2b1e1a;
}

/* Comment Form */
.comment-respond {
  margin-top: 4rem;
  padding-top: 2rem;
  /* border-top: 1px solid #C39B6F; */
}

#commentform label {
  font-family: "Lora", serif;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
  color: #2b1e1a;
}

#commentform textarea {
  width: 100%;
  padding: 1rem;
  font-family: "Georgia", serif;
  font-size: 16px;
  border: 1px solid #C39B6F;
  border-radius: 0;
  background: #f8f4ec;
  color: #2b1e1a;
}

#commentform .form-submit input[type="submit"] {
  background-color: transparent;
  font-family: "Lora", serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2b1e1a;
  border: 1px solid #C39B6F;
  padding: 1.5em 3em;
  border-radius: 50px;
  cursor: pointer;
}

#commentform .form-submit input[type="submit"]:hover {
  background-color: #2b1e1a;
  color: #f8f4ec;
  border-color: #2b1e1a;
}

.comment .avatar {
  display: none;
}

/*==== Guest List ====*/

.event-tickets .tribe-tickets__rsvp-wrapper{
	max-width: 100% !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-form, .event-tickets .tribe-tickets__tickets-form{
	max-width: 100% !important;
}

/* RSVP Block Styling */
.tribe-tickets__rsvp-wrapper {
  font-family: "Georgia", serif;
  background-color: #f8f4ec;
  border: 1px solid #c39b6f;
  padding: 2rem;
  margin-top: 2rem;
}

/* RSVP Title */
.tribe-tickets__rsvp-title {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  font-weight: 100;
  text-transform: uppercase;
  color: #2B1E1A;
  margin-bottom: 1rem;
}

/* RSVP Availability and Numbers */
.tribe-tickets__rsvp-attendance-number,
.tribe-tickets__rsvp-attendance-going,
.tribe-tickets__rsvp-availability {
  font-family: "Lora", serif;
  font-size: 14px;
  color: #2B1E1A;
  margin: 0.5rem 0;
}

/* RSVP Button */
.tribe-tickets__rsvp-actions-button-going {
  background-color: transparent;
  font-family: "Lora", serif;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2b1e1a;
  border: 1px solid #c39b6f;
  padding: 2em 3em;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.tribe-tickets__rsvp-actions-button-going:hover {
  background-color: #2b1e1a;
  color: #f8f4ec;
  border-color: #2b1e1a;
}

/* RSVP Section Headers */
.tribe-tickets__rsvp-actions-rsvp > span,
.tribe-tickets__rsvp-attendance-going {
  font-family: "Lora", serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #C39B6F;
}

/* Add spacing and gold border between multiple RSVP sections */
.tribe-tickets__rsvp + .tribe-tickets__rsvp {
  border-top: 1px solid #C39B6F;
  margin-top: 3rem;
  padding-top: 2rem;
}