.fullscreen-wrapper .SpecialHeading .special-title, .fullscreen-wrapper .SpecialHeading .special-subtitle {
    font-family: 'Aster Slab Serif', Georgia, serif;
    color: #eee2d0;
    text-transform: capitalize;
    line-height: 60px;
	font-size:90px;
}

.status-publish .fullscreen-wrapper {
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.status-publish .fullscreen-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(55, 37, 24, 0.4); 
  z-index: -1;
}

.shortcode-button.btn.btn-normal {
  font-family: 'Aster Slab Serif', Georgia, serif;
  text-transform: uppercase;
  background-color: #f9e3c9;
  border:0px;
  color: #4a3622;
  padding: 12px 20px;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  /* display: inline-block; */
}

.shortcode-button.btn.btn-normal:hover {
  background-color: #e4c9a0;
  color: #000;
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}
.status-publish .fullscreen-wrapper  .fw-row {
  text-align: center;
}
.fullscreen-wrapper {
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px!important;
}

/**.fullscreen-wrapper .SpecialHeading {
    margin-bottom: 30px;
}**/

.status-publish .fullscreen-wrapper  .fw-col-xs-12.fw-col-md-6 {
  display: inline-block;
  float: none;
  width: auto;
	padding-inline:5px;
}
.fullscreen-wrapper .SpecialHeading .special-title {
 font-weight: 500;
  
}
/* .special-subtitle {
    border-bottom: 3px dotted #546764;
} */
.fullscreen-wrapper .special-subtitle{
  border:0px!important;
  font-size:30px;font-weight: 300;
	 letter-spacing: 0px;
}
@media(max-width:767px){
 .fullscreen-wrapper .special-subtitle {
    font-size: 20px!important;
    margin-top: 10px;
   
}
	.shortcode-button.btn.btn-normal{
		font-size:12px;
	}
}

.SpecialHeading h1.special-title {
  font-family: 'Aster Slab Serif', Georgia, serif;
  text-transform: uppercase;
  font-weight:500px;color:#000;}

.special-subtitle {
    border-bottom: none;
}
.SpecialHeading h2.special-title {color:#000;}