.movie-awr {
	margin: 0;
	padding-left: 10px;
	font-size: 13px;
}
.loader-hook {
  display: flex;
}
.sp-loading {
  width: 24px;
  height: 24px;
  margin-left: 5px;
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.sp-table-cont {
  margin: 100px 0;
}
.sp-gallery-metabox {
	  line-height: 0 !important;
}
.sp-gallery-metabox img {
 margin-bottom: 4px;
 margin-left: 4px;
 width: 80px;
 height: 80px;
}
/*======= SP CARD STYLES ========*/
.sp-card {
	-moz-box-shadow: 0px 5px 7px #DFDFDF;
	-webkit-box-shadow: 0px 5px 7px #DFDFDF;
	box-shadow: 0px 5px 7px #DFDFDF;
	border: 1px solid #dfdfdf;
	height: 280px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	text-decoration: none !important; 
}
.sp-card div:first-child {
  	display: flex;
	justify-content: center;
	align-items: center;
  	height: 279px;
  	width:100%;
  	transition: height 0.5s;
} 
.sp-card div:first-child img {
	max-height: 110px;
	width: auto;
}
.boxes-row .col-md-4 {
	padding: 0 10px;
}
.card-image {
	background-origin: content-box;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	padding: 10px 40px;
}
.sp-card-text {	
  	border-top: 1px solid #dfdfdf;
  	height: 0px;
  	width:100%;
  	background-color: #F8F8F8;
  	overflow: hidden;
    -webkit-transition: height 1s;
    transition: height 0.5s;
   	text-align: justify;
    text-justify: inter-word;
 	font-size: 14px;
 	padding: 10px; 
 	text-decoration: none !important; 	
}
.sp-card-text p {
	padding: 10px 15px;
}
.sp-card:hover div:first-child {
	height:139px;
}
.sp-card:hover .sp-card-text {
	height:139px;
}  
.sp-card img {
	max-width: 277px !important;
}
/* movie cards */

.sp-movie-card {
	overflow: hidden;
	border: 1px solid #dfdfdf;
	box-shadow: 0px 5px 7px #DFDFDF;
	cursor: pointer;
	position: relative;
	margin: 8px -8px;
}
.card-content {
	border-top: 1px solid #dfdfdf !important;
	position: absolute;
	bottom: 0;
	background-color: #F8F8F8 !important;	
	max-height: 28px;
	transition: max-height 0.5s;	
	width: 100%;
}
.card-title {
	color: #323232 !important;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.card-title span {
	font-weight: normal;
}
.card-text {
	color: #000000 !important;
	text-align: justify;
	height: 100%;
	font-size: 13px;
	line-height: 18px;
	padding: 0px 15px 10px 15px;
	width: 100%;
}
.sp-movie-card:hover .card-content {
	max-height: 200px;
}
/*======= SINGLE MOVIE TEMPLATE STYLES =======*/

.pc-movie-cont {
	display: flex;
	margin: 50px 0 20px 0;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0px 5px 7px #DFDFDF;
	-webkit-box-shadow: 0px 5px 7px #DFDFDF;
	box-shadow: 0px 5px 7px #DFDFDF;
	color: #32323e;
}
.pc-instructor-container {
	flex-wrap: wrap;
}
.instructor-content {
	border-top: 1px solid #e5e5e5;
}
.movie-left-col {
	width: 60%;
}
.instructor-left-col {
	width: 20%;
	border: 0;
}
.instructor-right-col {
	width: 80%;
	padding: 20px 15px 20px 15px;
}
.instructor-right-col > div {
	padding: 0;
}
.movie-right-col {
	width: 40%;
	/*background-color: rgba(40, 500, 60, 0.5);*/
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	border-left: 1px solid #e5e5e5;
}
.movie-right-col > div {
	padding: 0 25px;
}
.movie-image {
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	height: 385px;
	background-position: center center;
	background-size: cover;
}
.instructor-portrait {
	width: 227.6px;
	height: 260px;
	border: 0;
}
.movie-image img {
	width: 100%;
}
.movie-desc {
	padding: 20px 15px 20px 15px;
	text-align: justify;
}
.pc-movie-tags {
	min-height: 100px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
}
.pc-tags-container {
	display: flex;
	justify-content: center;
}
.pc-movies-empty {
	margin-bottom: 50px;	
}
.pc-movie-tags > div {
	/*margin-right: 17px;*/
	margin: 8px;
		border: 1px solid #e5e5e5;
	box-shadow: 0px 5px 7px #DFDFDF;
}
.pc-movie-tags div a img {
	height: 100px !important;
}
.movie-title {
	font-weight: bold;
	font-size: 30px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	margin-top: 15px;
}
.movie-title div:nth-child(2) {
	margin-left: 38px;
	font-weight: normal;
	font-size: 16px;
	margin-bottom: 7px;
}
.movie-detail {
	margin-top: 50px;
}
.instructor-detail {
	margin-top: 30px;
}
.movie-media {
	display: flex;
	align-items: normal;
	flex-direction: column;
}
.movie-media > div {
	display: flex;
	align-items: center;
}
.movie-yt {
	display: inline-block;
	width: 60px;
	height: 20px;
	background-image: url('http://wajdaschool.pl/wp-content/plugins/wajda-school/assets/images/yt.png');
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center center;
}
.movie-vod {
	display: inline-block;
	width: 60px;
	height: 20px;
	background-image: url('http://wajdaschool.pl/wp-content/plugins/wajda-school/assets/images/vod.png');
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center center;
}
.movie-fb {
	display: inline-block;
	width: 35px;
	height: 20px;
	background-image: url('http://wajdaschool.pl/wp-content/plugins/wajda-school/assets/images/fb.png');
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center center;
}
.movie-www {
	display: inline-block;
	width: 35px;
	height: 20px;
	background-image: url('http://wajdaschool.pl/wp-content/plugins/wajda-school/assets/images/www.jpg');
	background-repeat: no-repeat;
	background-size: auto 20px;
	background-position: center center;
}
.movie-trailer {
	margin-bottom: 10px;
}
.movie-presskit {
	/*margin-top: 15%;*/
	border-top: 1px solid #e5e5e5;
}
.movie-presskit div {
	padding-top: 20px;
}
/*======= opcje twórców w movies ======*/
.creators-options {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	display: flex;
	align-items: center;
	justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.3);
}
.creators-content {
	width: 500px;
	height: 500px;
	background-color: white;
	border-radius: 3px;
	display: flex;
	flex-wrap: wrap;
	padding: 0px 25px;
	justify-content: center;
	padding-bottom: 3px;
	color: rgb(50, 55, 60);
}
.creators-content > div {
	width: 50%;
}
.creators-content input[type="checkbox"] {
	margin-bottom: -10px;
}
.crt-cnt-cls {
	margin: auto;
}
/*========== movie template, render mini gallery ============*/
.movie-gal {
	height: 50px;
	display: flex;
	justify-content: center;
	border-bottom: 1px solid #e5e5e5;
}
.movie-gal div {
	width: 50px;
	height: 50px;
	background-size: 50px auto;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 0 10px;
}
.movie-image-background {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 384px;
	background-size: contain;
}
.ins-courses {
	display: flex;
}
.ins-courses td {
	padding: 3px;
}
.course-min {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 105px;
	height: 40px;
	margin-left: 25px;
}
.instructor-course {
	display: flex;
	margin-top: 3vw;
	flex-wrap: wrap;
}
.instructor-course a {
	margin: 8px;
}
.sp-ins-card a {
	text-decoration: none;
}
.sp-ins-card {
	border: 1px solid #dfdfdf;
	box-shadow: 0px 5px 7px #DFDFDF;
	padding: 0 !important;
	margin: 15px;
	max-width: 200px;
}
.ins-title {
	text-align: center;
	font-weight: 500;
	padding: 3px;
}
.instructors-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.spero-front-posts span, .spero-front-posts div, .spero-front-posts p {
	color: black !important;
}