/*!
Theme Name: My Theme
Theme URI: https://www.hasdarot.com
Author: FRQ
Author URI: https://www.hasdarot.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Hasdarot
*/



section.background .content{align-items:center;display:flex;flex-direction:column;}

@keyframes glow{
  50%{
    border-color:lime;
    width:95%;
    box-shadow:0px 0px 10px -2px green;
  }
  100%{
    border-color:green;
    width:35%;
    box-shadow:0px 0px 10px -2px green;
  }
}
.sep{
  width:35%;
  border-bottom:2px solid green;
  margin-bottom:20px;
  animation:glow 8s infinite;
}


.loader{
  width:100px;
  height:100px;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:10px 20px;
}

@keyframes load7{
  100%{
    transform:rotatez(360deg);
  }
}
.loader7::before{
  content:"";
  color:white;
  height:70px;
  width:70px;
  background:transparent;
  border-radius:50%;
  border:10px solid blue;
  border-color:#0277BD #0277BD #0277BD #81D4FA;
  animation:load7 .6s infinite ease-in-out;
  box-shadow:0px 0px 40px -2px skyblue;
}

.contentt {display:none;}

.m-5{
  margin-bottom: 5px;
}
.prs_upcom_movie_box_wrapper{
  border: 1px solid #ccc;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.prs_upcom_movie_box_wrapper h1{
  font-size: 20px;
  text-align: center;
  color: #000;
  padding-bottom: 18px;
}
.prs_upcom_movie_box_wrapper a{
  background: #0075de;
  color: #fff;
  border-radius: 3px;
  padding:8px 25px;
  text-align: center; 
}
.prs_upcom_movie_box_wrapper a:hover{
  color: #fff;
  text-decoration: none;
}
.disabled { pointer-events: none; cursor: default; opacity: 0.6; }

.hov{
  margin-bottom: 26px;
}

.advance-search {text-align:center;padding-top:20px;}
.advance-search select {	}
#watchEpisode ul.list-inline li{
  cursor: pointer;
}

/* ------------------  Ajax search Tray ---------------------  */
/* ------------------  Ajax search Tray ---------------------  */
#nav-tray{
	background-color: #0075de;
    list-style-type: none;
    margin: 0;
	width:100%;
    position: absolute;
    z-index: 100;
    padding-left: 0;
	text-align:center;
	color:black;
}
.try-titl{
	display:block;
	padding:7px;
	width:100%;
}
.try-titl:hover{background:#024078;}
.input-btn li{
	text-decoration:none;
	list-style-type:none;
}
.try-titl li a{
    color: #fff;
	text-decoration:none;
	font-family: 'Open Sans Hebrew',sans-serif;
	font-size:16px;
}
 