.cat-links,
#post-navigation,
#comments {
	display: none!important;
}

.aligncenter {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.alignright {
	margin-left: auto;
	display: block;
	max-width: 100%;
}
.article {
	margin-top: 80px;
	background: #fff;
	border-radius: 72px;
	position: relative;

}
.article .container {
	max-width: 100%;
	width: 1600px;
	margin: 0 auto;
	padding: 48px 300px 94px 300px;
}
.woocommerce-breadcrumb {
	margin-bottom: 48px;
}
.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.36px; 
}
.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	margin-bottom: 16px;
	color: #050505;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.article h1 {
  font-family: Philosopher-c;
	margin-bottom: 6px;
	font-size: 52px; 
}
.article h2 {
  font-family: Philosopher-c;
	font-size: 48px; 
}
.article h3 {
  font-family: Philosopher-c;
	font-size: 48px; 
}
.article h4 {
	font-size: 32px; 
}
.article h5,
.article h6 {
	font-size: 24px; 
	letter-spacing: -0.48px; 
}
.article p {
	margin-bottom: 24px;
	color: var(--Text, #5D5D5D);
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.32px; 
}
.article img {
	max-width: 100%;
	height: auto;
  border-radius: 24px;
}


/*=========== META ================*/

.single__meta {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 24px;
}
.single__author {
	max-width: 100%;
	width: 300px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.single__author__avatar {
	width: 56px;
	height: 56px;
	border-radius: 100px;
	border: 1.5px solid #B91842;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single__author__avatar--img {
	display: block;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	object-fit: cover;
	border-radius: 100%;
}
.single__author--name {
	color: #050505;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.36px; 
}
.single__date {
	margin-left: auto;
	color: #1D1919;
	font-size: 18px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.36px; 
}
.single__copy-link {
	width: 48px;
	height: 48px;
	border-radius: 8px;
	background: #B91842;
	display: flex;
	align-items: center;
	justify-content: center;
}
.single__copy-link:hover {
	background: #780f2a;
	cursor: pointer;
}
.single__cat {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 16px;
}
.single__cat--item {
	width: fit-content;
	padding: 8px 24px;
	border-radius: 12px;
	background: rgba(230, 230, 230, 0.44);
	color: #A0A0A0;
	font-size: 20px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.4px; 
}
.single__cat--item a{
	color: #A0A0A0;
}
blockquote {
  max-width: 100%;
  width: 500px;
  margin: 108px auto 34px auto;
  position: relative;
}
.article blockquote,
.article blockquote p {
  color: var(--Black, #171B26);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px;
}
blockquote::after {
  content: "";
  display: block;
  width: 66px;
  height: 57px;
  background: url(../../romantic/q.svg);
  position: absolute;
  top: -73px;
  right: 0;
}
blockquote .b-author {
  position: absolute;
  top: -74px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.entry-content ul li{
	list-style-type: disc;
    list-style-position: inside;
}
/*=========== EXTRA BTNS ================*/

.subscribe {
	width: 225px;
	height: auto;
	position: fixed;
	left: 50px;
	top: 50%;
	transform: translatey(-50%);
}
.block-stop {
    position: absolute !important;
	top: auto !important;
    bottom: 200px;
	transform: translate(0) !important;
}
.subscribe--title {
	margin-bottom: 2px;
	color: #050505;
	font-size: 18px;
	font-weight: 600;
	line-height: 110.484%;
	letter-spacing: -0.54px; 
}
.subscribe--text {
	margin-bottom: 14px;
	color: #5D5D5D;
	font-size: 12px;
	font-weight: 500;
	line-height: 114.576%; /* 13.749px */
	letter-spacing: -0.24px; 
}
.subscribe .wpcf7-form {
	position: relative;
	width: 100%;
	height: 51px;
}
.subscribe .wpcf7-form br {
	display: none;
}
.subscribe .wpcf7-form > p {
	display: flex;
	gap: 8px;
}
.contact-us__form--email {
	display: block;
	width: 165px;
	height: 51px;
	border-radius: 8px;
	border: 2px solid #DFC070;
	padding: 16px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	outline: none;
	margin-bottom: 20px;
}
.subscribe--button {
	min-width: 52px;
	height: 51px;
	border-radius: 8px;
	border: 2px solid var(--Main-Red, #B91842);
	background: var(--Main-Red, #B91842) no-repeat;
	background-image: url('/wp-content/uploads/2025/01/subscribe-form_svg.svg');
	background-position: center;
	box-shadow: 0px 0px 20.2px 0px rgba(236, 228, 153, 0.46);
	font-size: 0;
	position: relative;
}
.subscribe--button:hover {
	background: #780f2a no-repeat;
	border: #780f2a;
	cursor: pointer;
	background-image: url('/wp-content/uploads/2025/01/subscribe-form_svg.svg');
	background-position: center;
}
.subscribe__form--svg {
	position: absolute;
	top: 13.5px;
	right: 14px;
}
.share {
	width: 170px;
	height: auto;
	position: fixed;
	right: 100px;
	top: 50%;
	transform: translatey(-50%);
}
h4.share--h4 {
	margin-bottom: 4px;
	color: var(--Black, #050505);
	font-size: 18px;
	font-weight: 600;
	line-height: 110.484%;
	letter-spacing: -0.54px; 
}
p.share--p {
	margin-bottom: 20px;
	color: var(--Text, #5D5D5D);
	font-size: 12px;
	font-weight: 500;
	line-height: 114.576%; /* 13.749px */
	letter-spacing: -0.24px; 
}
.share__box {
	display: flex;
	gap: 26px;
}
.share__box a:hover .share__item--svg path{
	fill: #780f2a;
}
.wp-post-image {
  margin-bottom: 30px;
}
@media(max-width: 1200px){
  .subscribe {
    right: 200px;
    bottom: 50px;
  }
  .share {
    bottom: 30px;
  }
  .article .global-scroll-top {
/*     right: auto;
    bottom: 55px;
    left: 400px; */
  }
  .article .container {
    padding: 48px 72px 194px 72px;
  }
}
@media(max-width: 880px){
  .article {
    margin-top: 0;
    border-radius: 42px;
  }
  .article .container {
    padding: 48px 16px 94px 16px;
  }
  .single__meta {
    gap: 16px 8px;
  }
  .single__author {
    width: 160px;
  }
  .single__author__avatar {
    width: 32px;
    height: 32px;
  }
  .single__author--name {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .single__date {
    font-size: 14px;
    letter-spacing: -0.28px;
  }
  .single__copy-link {
    width: 40px;
    height: 40px;
  }
  .single__copy-link--svg {
    width: 16px;
    height: 16px;
  }
  .single__cat--item {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .article h1 {
    font-size: 32px; 
  }
  .article h2,
  .article h3 {
    font-size: 28px; 
  }
  .article h4 {
    font-size: 24px;
  }
  .subscribe,
  .share {
    display: none;
  }
}


.thr {
  margin-top: 38px;
  border-top: 1px solid #BABABA;
  padding-top: 24px;
  position: relative;
}
h3.thr--h3 {
  margin-bottom: 8px;
  max-width: 100%;
  width: 450px;
  color: var(--Main-Red, #B91842);
  font-family: Philosopher-c;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%; /* 33.6px */
  letter-spacing: -0.84px; 
}
p.thr--p {
  max-width: 100%;
  width: 450px;
  color: var(--Black, #000);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%; /* 21.6px */
  letter-spacing: -0.36px; 
}
.thr--btn {
  position: absolute;
  right: 6px;
  bottom: 30px;
  width: 211px;
  height: 67px;
  border-radius: 16px;
  background: #961335;
  box-shadow: 0px 0px 20.2px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Yellow---Main, #ECE499);
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize; 
}
.thr--btn:hover {
  cursor: pointer;
  background: #780f2a;
  
}
.single__more {
  margin: 0 auto;
  max-width: 100%;
  width: 1284px;
  padding: 0 16px 100px 16px;
}
.single__more__head {
  margin-bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
h3.single__more--h3 {
  color: var(--Black, #000);
  font-family: Philosopher-c;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 110.484%; /* 46.403px */
  letter-spacing: -1.26px
}
.single__more--a {
  display: flex;
  align-items: center;
  color: var(--Yellow---Secondary, #DFC070);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px; 
}
@media(max-width: 1300px){
  .blog__box.single__box {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
  }
}
@media(max-width: 880px){
  .single__more {
    padding-top: 10px;
  }
  .global-scroll-top {
    display: none;
  }
  .thr--btn {
    position: static;
    margin-top: 32px;
    width: 100%;
    max-width: 500px;
    font-size: 16px;
  }
  .single__cat {
    flex-wrap: wrap;
  }
  h3.single__more--h3 {
    font-size: 24px;
    letter-spacing: -0.72px; 
  }
  .single__more--a {
    font-size: 14px;
    letter-spacing: -0.28px; 
  }
}