.content-post iframe {
    width: 100% !important;
}
.home-post h6.fw-light.text-white {
    direction: ltr;
    text-align: right;
    float: right;
}
.home a.h4.text-main.text-decoration-none{
	color: rgba(var(--bs-main-rgb),var(--bs-text-opacity))!important;
	text-decoration: none;
	    font-weight: 600 !important;
    font-size: 20px !important;
	position: absolute;
    margin-top: -25px;
}
img.aligncenter{
	display:block;
	    margin: 0 auto;
}
body span.datedir{
	font-family: ibm plex sans arabic !important;
}
.single a.h2 {
    font-size: 1.5rem !important;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



.hovereffect h2, .hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect button.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  margin: 50px 0 0 0;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20%;
  left: 8%;
  padding: 70px;
}

.hovereffect:hover button.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect i.fa-solid.fa-play {
    font-size: 4rem;
}
body.page-id-44002{
	background-color:#F8EFDD;
}
.hovereffect:hover .overlay{
	background-color:#F8EFDD;
	opacity: 0.8;
}
.pal-cards .card.border-0 {
    background: transparent;
}
body.page-id-44002 .theme-toggle{
	display:none;
}
.iron-audioplayer .srp_list{
	display: none;
}
button.single_add_to_cart_button.button.alt {
    background: black;
}
/* .ehover5 button.info {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 400;
    border: 1px solid #fff;
    height: 85%;
    width: 85%;
    position: absolute;
    top: -20%;
    left: 8%;
    padding: 70px;
} */
/*
 Name:CSS3 Media Queries
 Description:CSS3 Media Queries
 Version:1.0
 Author: wangzhe
 email hi@wangdaodao.com
*/
@charset "utf-8";
/* ===== == = === 20em (320px) === = == ===== */

@media only screen and (max-width : 20em) {
	body.home a.text-white.h2.text-decoration-none {
    min-width: 85vw;
    text-align: right;
}
}


/* ===== == = === 30em (480px) === = == ===== */

@media only screen and (max-width : 30em) {
body.home a.text-white.h2.text-decoration-none {
    min-width: 85vw;
    text-align: right;
}
}


/* ===== == = === 37.5em (600px) === = == ===== */

@media only screen and (min-width: 37.5em) {

}


/* ===== == = === 48em (768px) === = == ===== */

@media only screen and (min-width : 48em) {

}


/* ===== == = === 56.25em (900px) === = == ===== */

@media only screen and (min-width : 56.25em) {

}


/* ===== == = === 68.75em (1100px) === = == ===== */

@media only screen and (min-width : 68.75em) {

}


/* ===== == = === 81.25em (1300px) === = == ===== */

@media only screen and (min-width : 81.25em) {

}