/*
Theme Name: Naked Wordpress Copro25
Theme URI: http://bckmn.com/naked-wordpress
Author: J Beckman
Author URI: http://bckmn.com
Description: A super bare theme for designers who don't know Wordpress PHP but want to build with Wordpress.
Version: 1.2
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.w-col-2 {
    width: 16.66666667%;
}
.w-col-6 {
    width: 50%;
}
.w-col-4 {
    width: 33.33333333%;
}
.w-col-8 {
    width: 66.66666667%;
}
.column-2 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.w-row:before, .w-row:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.w-row:after {
    clear: both;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 44px;
  font-weight: 300;
}
.post-hero{
	height:300px;
	background-size: cover;
}
.page-template-default h1, .page-template-page-news  h1{margin-top: 38px;
    margin-bottom: 25px;
	font-family: Exo, sans-serif;
	font-size: 40px;
    line-height: 40px;
}
.page-id-15314 li{ list-style-type: disc;}
.page-template-page-general-info .the-content{margin-bottom:30px;}
.page-template-page-login .modal-window{top:50%!important;}
.modal-background-login{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #09655e;
    background-image: url(images/xs-black-20_1.svg);
    background-position: 0px 0px;
    background-size: 125px;
}
.post-img-container{width:70%;}
.post-img-container img{
	margin: 15px 0;
	max-width:100%; height:auto;}
h1, h2, h3, h4, h5{}
a, a:hover{ color: #06b4a7;}
.image {
  display: inline-block;
}
a:hover, a:focus{text-decoration:none;}
a.button:hover, a.button:focus, a.user-menu-item:hover, a.user-menu-item:focus{ color:#fff;text-decoration:none;}
.centerBtn    {margin: 0 auto 50px;
    display: table;}
.blackText{color: #000!important;}
.whiteText{color: #fff!important;}
.modal-window a:hover, .modal-window a:focus{color: #06b4a7;text-decoration:none;}
.modal-window a.button:hover, .modal-window a.button:focus{color: #fff;text-decoration:none;}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
#scheduleItme .gform_wrapper{float: left;margin-bottom: 0;    margin-top: 0;}
#scheduleItme .gform_wrapper .gform_footer, .page-template-page-industry-sessions .gform_wrapper .gform_footer {padding: 0px 0 10px 0;    margin: 0px 0 0 0;}
.screenerBtn {background: url("images/play-screener.png") no-repeat 10px 5px; padding-left: 49px!important; background-size: 28px;}
/*----------------about page start--------------*/
.about-container{margin-top:90px;}
/*#aboutpage h1{
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 40px;
  font-family: Exo, sans-serif;
  font-weight: 300;}*/
.hebText{direction:rtl; text-align:right;    font-family: 'ArbelG', sans-serif;}
.hebText li{list-style:circle}
.tabs-menu {
    position: relative;
    z-index: 200;
    border-bottom: 4px solid #06b4a7;
    background-color: #fff;
    text-align: center;
}
.tab.w--current {
    width: 48%;
    background-color: #06b4a7;
    background-image: none;
    color: #fff;
    font-weight: 700;
}
.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}
.tab {
    width: 48%;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #06b4a7;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#094640), color-stop(20%, #09655e));
    background-image: linear-gradient(0deg, #094640, #09655e 20%);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.tab:hover{color: #fff;}
.tabs-content {
    padding-top: 40px;
    border: 1px none #000;
    background-color: #f2f6f6;
    text-align: center;
}
.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.w-tab-pane {
    position: relative;
    display: none;
}
.w--tab-active {
    display: block;
}
.blog-recent{
	padding: 2vh 2vw 0vh;
    border-top: 2px solid #f5f5f5;
	float: left;
    width: 100%;
}

.blog-recent h3{margin-top: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    color: #333;
    font-size: 36px;
    line-height: 30px;
    font-weight: 300;}

.blog-recent .recent-image{
	background-size: cover;
	height:150px;
	width:100%;
	position: relative;
}
.blog-recent .card:hover .card-info-hover{
	opacity:1;
	transition:all 1s;
} 
.single .heading{
	font-size:20px!important;
	line-height:24px!important;
	margin-top:8px!important;
	font-weight:700;
}
.single h1{line-height:60px!important;}
.features-details {
    text-align: center;
}
.how-it-works {
    margin: 72px 120px;
    padding: 2px 48px 24px;
    background-color: #fff;
    box-shadow: 0 8px 20px -8px #09655e;
    text-align: center;
}
.how-it-works-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px dashed #b0dbd6;
    border-bottom: 1px none #b0dbd6;
}
.stage-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
}
.fontawesome-stars.stage-icon {
    font-size: 18px;
    line-height: 24px;
	    color: #06b4a7;
}
.text-block-10 {
    font-weight: 700;
}
#aboutpage{
	color: #333;
    font-family: Exo, sans-serif;
    font-size: 16px;
    line-height: 24px;
	font-weight: 400; margin-bottom: 40px;
}
#aboutpage h3{font-family: Exo, sans-serif;}
#ds-for-filmmakers, #ds-for-buyers{
	margin-top: 120px;
    margin-bottom: 40px;
}
.page-template-page-about .contact-us-unregistered{
	background-image: url(images/xs-black-20_1.svg), linear-gradient(180deg, #09655e, #09655e);
	background-position: 0px 0px, 0px 0px;
    background-size: 72px, auto;
    background-attachment: fixed, scroll;
}
/*-----------about page end----------------*/
/*#films-category1{  background-color: #fd0;}*/
#films-category1 .w-row .w-row{  background-color:transparent!important;}

.companyLogo{filter: grayscale(100);}
.single-buyer .companyLogo{filter: grayscale(0);}
.navbar.unregistered-nav {
  display: block;
}

.navlink {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #06b4a7;
  font-size: 14px;
  font-weight: 500;
}

.navlink:hover {
  color: #39c4ba;
}

.navlink.w--current {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #b0dbd6;
}

.navlink.user {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border-style: none;
  border-left-width: 1px;
  border-left-color: #35ccd3;
  color: rgba(77, 204, 211, .5);
}

.navlink.logout {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  opacity: 0.55;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
}

.navlink.user-drop-trigger {
  cursor: pointer;
}

.navlink.login {
  padding: 8px 20px;
  border: 1px solid #06b4a7;
  border-radius: 3px;
  cursor: pointer;
}

.navlink.login:hover {
  background-color: #011f1c;
}

.navlink.signup-btn {
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #06b4a7;
  border-radius: 2px;
  background-color: #011f1c;
}

.body {
	 background-color: #000;
	  -webkit-perspective: 0px;
	 perspective: 0px;
	
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.redMessage{color: red; font-weight: 700; text-align: center; margin: 50px 0;}

.slider-title.black {
    margin-top: 8px;
    color: #000;
    line-height: 3rem;
}

.slider-date.black {
    color: #000;
}
h1.slider-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height:30px;
  font-weight: 700;
}

.slider-description {
  color: #fff;
  font-size: 18px;
    line-height: 24px;
}

.slider-description.selection-intro {
  margin-top: 4px;
  margin-bottom: 4px;
}

.button {
	color:#fff;
	    margin-top: 0px;
    padding: 8px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 2px;
    background-color: #06b4a7;
    -webkit-transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase; border: 0;
}


.button:hover {
  background-color: #39c4ba;
  box-shadow: 0 5px 16px -5px rgba(0, 0, 0, .5);
}
.backBtn{ background: url(images/backBtn.png) no-repeat 1px 0px;
    background-size: 23px;
    padding-left: 27px;}
.exportBtn{
	color:#fff;
	    margin-top: 0px;
    padding: 8px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 2px;
    background-color: #06b4a7;
    -webkit-transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase; border: 0; cursor: pointer; width: 250px; float: left;
}
#url_link{padding: 6px;}
.return-to-shop{display: none;}
.button._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #06b4a7;
  background-color: transparent;
  color: #06b4a7;
  text-decoration: none;
}


.button._2:hover {
	color: #06b4a7;
  background-color: rgba(6, 180, 167, .1);
}

.button.form {
  display: none;
}

.button.on-slider {
  background-color: #06b4a7;
}

.button.on-slider:hover {
  margin-top: 0px;
}

.button.disabled {
  opacity: 0.5;
}

.button.disabled:hover {
  background-color: #06b4a7;
}

.button.signup-button {
  margin-top: 24px;
  margin-bottom: 57px;
}

.button.slider-button {
 margin-top: 12px;
    padding: 4px 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;
}
.slider-text-area .button{margin-top: 12px;
    padding: 4px 12px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 12px;}
.slider-subtitle {
  width: 40%;
  margin-top: 10px;
  margin-right: 4%;
  margin-bottom: 11px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}


.ewd-ufaq-post-margin-symbol{
    display: none;
}
.ufaq-faq-body {
    padding-left: 5px;
	
}

.ewd-ufaq-hidden{transition: display .5s;}
.ufaq-faq-div {
   transition: all .5s;
    margin-top: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b0dbd6;
}
.ufaq-faq-title-text h4{
	font-family: Exo, sans-serif;
	color: #333;
	font-weight: 500;
	font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}
.list-icon-visible-2 {
    display: inline;
    margin-right: 8px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #06b4a7;
}
.mylist-icons.visible.guide {
    margin-left: 8px;
    font-size: 24px;
}
.list-icon-visible-3 {
    display: inline;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #b0dbd6;
}
.list-icon-visible-3 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #06b4a7;
}
.action-bar {
  position: relative;
  z-index: 20;
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.action-bar.revealed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 16;
  display: none;
  margin-top: -4px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, .8);
}



.search-results-top {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 16px;
    padding-right: 24px;
    padding-left: 24px;
    background-color: #011f1c; position:relative;
}
.page-template-search .category-strip {
    position: relative;
    z-index: 15;
    padding: 5vh 2vw 0vh;
    background-color: #fff;
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}
.page-template-search .filter-search-wrapper{margin-left:-22px; padding-left:0;}
.sort-dropdown-wrapper {
    position: relative;
    z-index: 260;
    width: 120px;
    margin-right: 48px;
}
.dropdown-trigger:hover {
    background-color: rgba(21, 134, 126, .4);
}
.search-results-title-area {
        float: right;
    width: 176px;

}
.active-filters-title {
    margin-right: 16px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #b0dbd6;
    font-size: 13px;  margin-bottom: 42px;  
}
.filter-parameter-display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 8px;
    padding: 8px 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-color: #15867e;
    color: #fff; height: 26px;
}
.applied-filter {
    margin-right: 12px;
    color: #b0dbd6;
    font-size: 13px;
    line-height: 16px;
}
.filters-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #011f1c;
}
.search-results-title {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 36px;
}
.resultsCount{ margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 36px;}
.countResults{position: absolute;
    top: 56px;}
.dropdown-title {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Exo, sans-serif;
    color: #06b4a7;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    cursor: pointer;
}
.close-search {
    width: 40px;
    border: 1px solid #35ccd3;
    border-radius: 50%;
    background-color: rgba(6, 180, 167, 0.17);
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;    height: 40px;
    margin: 7px 20px 0 20px;
}
.topSearch .close-search{margin: 17px 20px 0 20px;}
.fullCatSearch{    width: 15%;float:right;
    text-align: center;padding-top: 8px;
    }
#docuFilms .close-search, #search_result .close-search{display: none;}
#search_result .fullCatSearch {
    width: 17%;
    padding-top: 9px;
}
.topSearch .fullCatSearch {padding-top: 26px;}
.fullCatSearch a{color: #06b4a7;
    margin-top: 0px;
    padding: 10px 10px 9px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 2px;
    background-color: #011f1c;
    -webkit-transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid #06b4a7;}
.error404 {background:#000000!important;}
.search-input {
  margin-bottom: 0px;
  border-radius: 4px;
}

.icon {
  color: #fff;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, .8);
}

.category-strip {
 position: relative;
    z-index: 15;
    padding: 2vh 2vw 0vh;
   
    -webkit-transition: box-shadow 200ms ease;
    transition: box-shadow 200ms ease;
}
.category-strip h2.heading{height: 37px; overflow: hidden;}
.category-strip.recommended {
  border-top: 2px solid #f5f5f5;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.heading {
    margin-top: 4px;
  margin-bottom: 4px;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 700; line-height: 25px!important;
	color: hsla(171.8181818181818, 57.89%, 7.45%, 1.00);
}
.fullCatTitle{    margin-top: 108px;
    padding: 0 2vw;}
.page-template-search-php .heading, .archive .heading, .page-template-all-films-php .heading{  font-size: 18px; height: 52px; overflow: hidden;}
.page-template-page-development .heading {  font-size: 18px; height: 36px; overflow: hidden;}
#films-area .heading {  height: 52px; overflow: hidden;}

.heading.filmmaker-list-title {
  margin-top: 0px;
  padding-left: 16px;
  line-height: 22px;
}
.w-inline-block:hover{text-decoration: none;}
.dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-left: 1px none #35ccd3;
  color: #fff;
  font-size: 14px;
}

.text-block.user-area {
  overflow: hidden;
  padding-right: 10px;
  color: #06b4a7;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.redText{    color: #e00000;}
.text-block.powered-by {
  display: table-cell;
  margin-right: 8px;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 7px;
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 1.2px;
  text-decoration: none;text-align: left;
}

.text-block.user-area {
  overflow: hidden;
  margin-top: 10px;
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 0px;
  color: #06b4a7;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.avatar-32 {
  margin-right: 8px;
  margin-left: 20px;
  border-radius: 24px;
}
.avatar-80 {
  margin-right: 8px;
  border-radius: 24px;
}

 .home-top-space {
    height: 74px;
  } 

.new-slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/My-Home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/My-Home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.new-slide-1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/My-Home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/My-Home.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.new-slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/Until-the-Last-Step.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Until-the-Last-Step.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.new-slide-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5))), url('../images/Until-the-Last-Step.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Until-the-Last-Step.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slider-3 {
  z-index: 20;
  height: 80vh;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-3 {
  opacity: 0.5;
}

.container-3 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #06b4a7;
  text-decoration: none;
  text-transform: none;
}
.link:hover{color: #06b4a7; text-decoration:underline;}

.link.forgot-password {
  display: block;
  text-align: right;
}

.background-video {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.background-video:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-buttons-strip {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-3 {
  width: 44%;
}


.section-heading.news-heading {
     position: relative;
    margin-top: 0vh;
    margin-bottom: 0vh;
    padding-right: 6px;
    padding-left: 2vw;
    color: #fff;
    font-size: 36px;
    line-height: 48px;
}

.section-heading.films-area-heading {
  position: relative;
  z-index: 300;
  margin-top: 0vh;
  margin-bottom: 0vh;
  padding-left: 0vw;
  color: #fff;
  text-align: left;
}

.section-heading.modal-title {
  padding-left: 0vw;
}
.topUserName{float: right;}
.section-heading.white {
 padding-right: 2vw;
    padding-left: 2vw;
    color: #fff;
}

.section-heading._404 {
  color: #fff;
}

.slide-nav {
  opacity: 0.3;
}

.slider-arrow {
  opacity: 0.63;
}

.image-5 {
  position: relative;
  height: auto;
}

.separator {
  margin-top: 4vh;
  border-bottom: 1px dashed #35ccd3;
}

.lightbox-link {
  text-decoration: none;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-input-2 {
  margin-right: 2%;
  margin-bottom: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-image {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 56.25vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.film-page-content {
  padding-top: 2vh;
  background-color: #fff;
}

.film-content-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
}

.film-content-field-title {
  display: inline;
  overflow: visible;
  margin-right: 5%;
}

.film-page-trailer {
height: 507px;
}
.film-page-trailer iframe{width: 100%; height: 520px;}
.navbar-logo {
  position: static;
  margin-top: 16px;
}

.navbar-logo.w--current {
  display: block;
  margin-top: 16px;
  margin-right: auto;
  margin-left: 0px;
}

.text-block-2 {
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.film-page-title {
  margin-bottom: 2vh;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

.card {
  position: relative;
  z-index: 120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: box-shadow 408ms ease;
  transition: box-shadow 408ms ease;
}
.floatR{float: right;}
.card:hover {
  background-color: #f2f6f6;
 /* box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);*/
}
#topFilmButtons{ float: right;width: 285px;}
#topFilmButtons .button, #topFilmButtons .gform_footer .button{    font-size: 14px;
    float: right;
    margin: 5px 0;
    letter-spacing: 0;}
#topFilmButtons .RequestSentCal{  width: 215px;font-size: 14px;    float: right; margin: 0;}
#topFilmButtons .gform_footer{margin: 0; padding: 0;}
.card.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card.contact-from-list {

}

.card.intro {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-btn-text {
  color: #06b4a7;
  font-size: 16px; margin-left: 8px;
}

.hero-btns-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  margin-top: 40px;
}

.lightbox-link-2 {
  position: relative;
  z-index: 22;
  text-decoration: none;
}

.film-description {
  margin-top: 4vh;
  font-size: 18px;
  line-height: 28px;
}

.film-description.details {
  margin-top: 1vh;
  line-height: 32px;
}

.film-description.details.rate {
  margin-bottom: 1vh;
}

.advanced-search {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.advanced-search-parameter {
  color: #7e2c79;
  font-size: 14px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field {
  margin-top: 8px;
  margin-right: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-4 {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-block {
  margin-bottom: 1vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.adv-search-trigger {
  margin-right: 1vw;
  margin-left: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: context-menu;
}

#filmForm .acf-fields>.acf-field{padding: 15px 0; border: 0;}
#filmForm .acf-table{border: 0;}
#filmForm .acf-table>thead>tr>th, #filmForm .acf-table>tbody>tr>td{border: 0;}
#filmForm{margin-bottom: 30px;}
.acf-add-checkbox{float: left;}
.navbar-list-icon {
  margin-right: -20px;
}
#myListContact .gfield_label{color: #333;}

.animate-advanced-search {
  background-color: #000;
}

.animate-advanced-search.revealed {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 7500px;
}

.dropdown {
  margin-left: 0px;
}

.dropdown.advanced {
  margin-right: 0px;
}

.select-field {
  margin-top: 10px;
  margin-right: 1vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  background-color: #06b4a7;
}

.select-field:focus {
  border: 1px solid #06b4a7;
}

.container-5 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.film-add-to-list-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.image-6 {
  position: relative;
  left: 0px;
  z-index: 200;
  overflow: visible;
}

.image-7 {
  position: relative;
  z-index: 100;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  padding: 40px 6vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  text-transform: none;
}

.contact-person-area {
  margin-top: 4vh;
}

.contact-person-image {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: 1vw;
  border-radius: 40px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.center-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4vh;
  margin-bottom: 4vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tab-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-link.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#primary{min-height: 80vh;}
.promo-section {
  position: relative;
  z-index: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .7)), to(rgba(0, 0, 0, .7))), url('../images/video-2562034_1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/video-2562034_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.intro-subtitle {
  color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 2px;
}

.promo-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-5 {
  text-align: left;
}

.image-8 {
  width: 200px;
}

.copro-logo {
  width: 80px;
}
.profile-name-2 {
    margin-bottom: 0px;
    font-size: 32px;
    font-weight: 300;
}
.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.slider-arrow-icon {
  text-shadow: 0 0 15px #000;
}

.intro-title {
 margin-top: 20px;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}



.contact-filmmaker-form {
  margin-top: 3vh;
}
.w-form-done {
    padding: 20px;
    text-align: center;
     background-color: #ffffff;
    font-weight: 700; margin: 10px;
}

.film-page-title-area { text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.film-page-title-area h1{text-transform: none;}
.dev-tabs-content {
    padding-top: 40px;
    background-color: #011f1c;
    text-align: left;
}
.indev-tab.w--current {
    width: 45%;
    background-color: #011f1c;
    background-image: none;
    color: #fff;
    font-weight: 700;
}
.indev-top {
    width: 90%;
    margin: -40px auto 0;
    padding: 16px 0;
    background-color: #011f1c;
    color: #fff;
    text-align: left;
}
.indev-top h2{ font-weight: 300;}
.dev-tabs-menu {
    position: relative;
    z-index: 200;
    border-bottom: 0px solid #06b4a7;
    background-color: #fff;
    text-align: center;
}
.indev-tab {
    width: 45%;
    margin-right: 8px;
    margin-left: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #06b4a7;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#094640), color-stop(20%, #09655e));
    background-image: linear-gradient(0deg, #094640, #09655e 20%);
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
a.indev-tab{    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;}
.section-4 {
  margin-top: 60px;
}
.about-filmmaker-text {
    line-height: 28px;
}
.filmmaker-image {
  width: 80px;
  margin-right: 16px;
  border-radius: 60px;
}
.news-column img{height:auto;}
.filmmaker-page-head img{  width: 80px; height: 80px;
  margin-right: 16px;
  border-radius: 60px;}
.buyer-page-head img{ float: left; margin-right: 25px;}
.buyer-page-head h1{font-weight: 600; margin: 0;}
.buyer-page-head h2{font-weight: 300; margin: 10px 0 30px;}
.buyerImgCon{width: 280px; height: 280px; background: url("images/buyerMask.png") no-repeat; position: absolute; z-index: 9;}
.filmmaker-title {
  margin-top: 10px;
  margin-left: 2vw;
}
.user_country{color: #0fb4a4; font-size: 30px; margin: 0 0 20px 0;}
.buyerSubTitle{ background: url("images/buyerInfoTitleBG.jpg") no-repeat right #f5f5f5; line-height: 80px; padding: 0 0 0 20px; font-size: 36px;margin: 20px 0;}
.buyerSubTitle_contact{ background: url("images/buyerInfoTitleBG2.jpg") no-repeat right #f5f5f5; line-height: 80px; padding: 0 0 0 20px; font-size: 36px; margin-top: 20px; overflow: hidden;}
.buyer-page-head {
    padding: 4vh 6vw; overflow: hidden;
	background-color: #fff;}
.buyer-page-content{ padding: 0 6vw; margin-bottom: 80px; }
.buyerTopRight{float: left;}
.filmmaker-page-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4vh 6vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: #fff;}
.buyer-page-content ul{padding: 0 0 0 0;}
.about-filmmaker-text {
  line-height: 28px;
}
#contactBuyer{margin-bottom: 50px;}
#contactBuyer .gfield_label{color: #000;}
.listing li {
    list-style: disc;
    list-style-position: inside;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    margin-bottom: 3px;
}
.buyer-filmmaker-text {
  line-height: 28px; overflow: hidden;
}
.buyer-filmmaker-text h3{font-size: 20px; font-weight: 700}
.filmmaker-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filmmaker-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-column-content {
    padding-right: 6vw;
    padding-left: 6vw;
}

.filmmaker-content {
  margin-bottom: 4vh;
}
.text-field-4 {
    min-height: 120px;
    margin-bottom: 30px;
    border: 1px solid #06b4a7;
    background-color: hsla(0, 0%, 100%, .8);
}
.filmmaker-film-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4vh;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}
.film-list-info {
    margin-bottom: 4px;
    padding-left: 16px;
    font-size: 13px;
    line-height: 18px;
	font-family: Exo, sans-serif;
}
.link-block-3 {
    text-decoration: none;
}
.filmmaker-film-list-item:hover {
  border-radius: 0px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);
}

.heading.filmmaker-list-title {
    margin-top: 0px;
    padding-left: 16px;
    line-height: 22px;
}
.heading-2 {
    text-decoration: none;
}
.no-top-margin {margin-top:0!important;}

.card-3 {
    position: relative;
    z-index: 120;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: box-shadow 408ms ease;
    transition: box-shadow 408ms ease;
}

.card-3:hover {
  background-color: #f2f6f6;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);
}
.film-list-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
ul.festivalList {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; padding-left: 10px;
}
.festivalList li{list-style: none;    display: inline-block; float: left; width: 100%;}
.festival-logos-strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 4vh;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.festival-strip-cell {
  display: block;
  overflow: auto;
  padding: 1vh 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.festival-strip-cell:hover {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.festival-strip-cell img{height:auto;}
.buttons-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-7 {
  margin-top: 0vh;
  margin-bottom: 16px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.column-2 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-youtube {
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #4e4e4e;
}

.card-details {
  display: inline-block;
  margin-bottom: 0px;
}

.card-details.label {
  margin-right: 8px;
  font-weight: 700;color: #333; padding: 0; font-size: 100%;
}

._3-film-strip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.card-info-columns {
  line-height: 20px;
}

.card-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.filter-section {
  width:100%;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #011f1c;
  box-shadow: 1px 1px 20px 3px rgba(0, 0, 0, .2);
}
.topSearch .filter-section{ height: 75px;}
.topSearch .multiselect-native-select{margin-top: 9px;}
.filter-section.fixed-to-top {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 150;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-section.results-page {
  position: static;
}

.clear-filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    cursor: pointer;
}
.dropdown-trigger {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}


.dropdown-content {
  position: absolute;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #15867e;
  cursor: pointer;
}

.dropdown-link {
  display: block;
  padding-top: 2px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  color: #fff;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #06b4a7;
}

.link-block {
  display: block;
}

.dropdown-text {
        display: block;
    margin: 12px 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.filter-section .button{margin-right:2vw;}
.sign-in-logo {
    width: 30%;
    margin-top: -24px;
    padding-top: 0px;
    padding-bottom: 24px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}


.contactFilmmaker textarea.medium {
    height: 133px!important;border: 1px solid #06b4a7;
}
.contactFilmmaker .gform_button{ float: right;}
.contactFilmmaker .gform_footer{padding: 0!important; margin: 10px 0 0 0!important;}
.contactFilmmaker .top_label .gfield_label{ display: none!important;}
#gform_fields_3 .chosen-container-multi{width:100%!important;}
#gform_fields_login .ginput_container_text input{
	display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;}
#gform_fields_login label{display: block; color: #000;
margin-bottom: 5px;
font-weight: bold!important; text-align: left;}
#gform_fields_login .gfield_checkbox{
	width: 24%;
	padding-top:7px;
    position: absolute;
	margin-left:120px;}
#gform_fields_login .gfield_checkbox #label_3_1{text-align:left; font-weight: normal!important;
    font-size: 16px;}
.paragraph{text-align: left;}
.newsfeed {
  position: relative;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #011f1c;
  background-image: url('images/xs-black-20_1.svg'), -webkit-gradient(linear, left top, left bottom, from(#09655e), to(#09655e));
  background-image: url('images/xs-black-20_1.svg'), linear-gradient(180deg, #09655e, #09655e);
  background-position: 0px 0px, 0px 0px;
  background-size: 72px, auto;
  background-repeat: repeat, repeat;
  background-attachment: fixed, scroll;
}

.dropdown-title {
  margin-top: 10px;
margin-bottom:10px;
	
  font-family: Exo, sans-serif;
  color: #06b4a7;
  font-size: 13px;
  font-weight: 400;
}

.filter-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
margin-left:-10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-search-wrapper:hover {
  background-color: rgba(21, 134, 126, .4);
}

.filter-search-field, #input_1_1 {
  height: 40px;
  margin-right: 12px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #15867e;
  border-radius: 2px;
  background-color: #ffffff;
  font-size: 16px;
}

.filter-search-field:focus {
  background-color: #fff;
}

.filter-search-field::-webkit-input-placeholder {
  color: #15867e;
}

.filter-search-field:-ms-input-placeholder {
  color: #15867e;
}

.filter-search-field::-ms-input-placeholder {
  color: #15867e;
}

.filter-search-field::placeholder {
  color: #15867e;
}

#gform_fields_2 li.gfield{margin-top:0;}
#gform_fields_2 textarea.medium {
	height: 120px;}
#gform_fields_2 label{
margin-bottom: 0px;
    padding-top: 4px;
    padding-bottom: 2px;
    color: #fff;
    font-weight: 400;
}
#input_1_1:focus {
  background-color: #fff;
}

#input_1_1::-webkit-input-placeholder {
  color: #15867e;
}

#input_1_1:-ms-input-placeholder {
  color: #15867e;
}

#input_1_1::-ms-input-placeholder {
  color: #15867e;
}

#input_1_1::placeholder {
  color: #15867e;
}

#gform_1 .gform_footer{
	margin:0;
	padding:0;
	width:141px;
}


#gform_wrapper_1{margin:0;}
#field_1_1{
	padding-right:12px;
	margin:0;
}

.validation_message{
	padding-left: 20px!important;
	color: red!important;
	padding-top:0!important;
}
#gform_1 .ginput_container{
	margin: 0;
}
#gform_submit_button_1 {
	width:100%;
	margin:0;
	font-size: 16px;
}
.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter-search-area {
	margin-left:2vw;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
	padding:8px 0;
}
.devSearch .filter-search-area {	margin-left:0;}
.filter-main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.by-copro {
  margin-left: 20px;
}
.by-copro img{width:64px; height: 64px;}
.slider-4 {
 overflow: hidden;
    width: 66vw;
    height: 44vh;
    background-color: #000;
    box-shadow: 0 20px 50px -14px rgba(0, 0, 0, .65);
}
.slide {
  background-position: left center;
  background-size: contain;
	background-repeat: no-repeat;
	background-color: #000000;
	/*transform: translateX(-951px);*/
}



.slider-text-area {
  position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding: 2vh 2vw 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #000;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}
.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}
.icon-2 {
  margin-top: 40.5vh;
  margin-right: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #06b4a7;
  font-size: 20px;
}

.icon-2:hover {
  color: #fff;
}

.icon-3 {
  margin-top: 40.5vh;
  margin-right: 26px;
  margin-left: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #06b4a7;
  font-size: 20px;
}

.icon-3:hover {
  color: #fff;
}

.slider-date {
  margin-top: 8px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
}
.button._3 {
    border: 1px solid #06b4a7;
    background-color: #011f1c;
    color: #06b4a7;
}
.slide-nav-2 {
  height: 28px;
    padding-right: 27vw;
    font-size: 8px;
    line-height: 10px;
}

.films-area {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 60;
  display: block;
  overflow: visible;
}

.category-strip-head {
  display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.acf-checkbox-list{    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;}

/*SIGN UP PAGES START*/

.sign-in-with-google.button.white {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b0dbd6;
    background-color: hsla(175.51724137931035, 0.00%, 100.00%, 1.00);
}
.signin-btn-text {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 8px;
}
.sign-in-with-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.signup-section {
    position: relative;
    z-index: 10;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .9)), to(hsla(0, 0%, 100%, .9))), url(images/xs-black-20_1.svg);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .9), hsla(0, 0%, 100%, .9)), url(images/xs-black-20_1.svg);
    background-position: 0px 0px, 0px 0px;
    background-size: auto, 72px;
}
.page-template-page-sign-up .validation_message{color: #ff0000!important;}
.page-template-page-sign-up p{margin-bottom:20px;}
.page-template-page-sign-up .gform_title{display:none;}
.page-template-page-sign-up .w-form-done{display:block;}
.page-template-page-sign-up input.medium{width:100%!important;}
.page-template-page-sign-up select {width:100%!important;}
.page-template-page-sign-up .ginput_container_fileupload{padding: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;}
.gfmuf-g2{margin-top: 180px;}
#fileupload .fileinput-button{color: #fff;
    margin-top: 0px;
    padding: 8px 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 2px;
    background-color: #06b4a7;
    -webkit-transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 0;}
.Student_lab_tag{position: absolute; top: 20px; left: 0; background: rgba(0,0,0,0.81); color: #fff; font-size: 14px;    padding: 0 7px;}
#uploadbox1 .well{    min-height: 20px;
    padding: 19px 0;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid #e3e3e3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);}

#uploadbox1 .progress .bar {
    background-color: #06b4a7;
    background-image: -moz-linear-gradient(top, #06b4a7, #02988d);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#02988d), to(#02988d));
    background-image: -webkit-linear-gradient(top, #02988d, #02988d);
    background-image: -o-linear-gradient(top, #02988d, #02988d);
    background-image: linear-gradient(to bottom, #02988d, #02988d);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff02988d', endColorstr='#ff02988d', GradientType=0);
}

#uploadbox1 .progress-success .bar, .progress .bar-success {
    background-color: #5eb95e;
}

/*SIGN UP PAGES END*/

.newsletter-signup {
  width: 80%;
}

.conact-info {
  margin-bottom: 0px;
  padding-right: 2vw;
  color: #fff;
  line-height: 40px;
  text-transform: none; text-align: left;
}

.link-2 {
  color: #06b4a7;
}

/*.field-label, .gfield_label {
  padding-top: 1vh;
  padding-bottom: 0.5vh;
 
  font-weight: 400!important;
  font-family: Exo, sans-serif;
}
*/
.viewReport{font-size: 12px;}
.gf_login_form .gform_footer{ 
	float:left;
	padding:8px 0 10px!important;
	width:7%!important;
	margin-top:0!important;
}
.front-lost-pass{
	color: #06b4a7;
    text-decoration: none;
	float:right;
margin-top:12px;}
#choice_3_1{float:left; margin-right:10px;    margin-top: 5px!important;}
.unfavorit .simplefavorite-button{ font-size: 10px;
    text-align: center;
    font-weight: 700; line-height: 11px;
    padding: 2px;}
.unfavorit .simplefavorite-button:hover {
    background-color: #06b4a7;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    color: hsla(175.51724137931035, 0.00%, 100.00%, 1.00);
}
#gform_fields_login .ginput_container{margin-top:0;}
#gform_fields_login li{padding-right:0;}
.gform_wrapper .gfield_label { color: #fff;}
.signup-container .gform_wrapper .gfield_label { color: #000000;}
.topSearch {
    position: fixed; display: none;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #000;
}
#PandaPlayer{height: 100%;}
.admin-bar .topSearch{top: 32px; }
.form-3 {
  padding-right: 8vw;
}

.contacText textarea{
  min-height: 120px;
  margin-bottom: 9px;
  border: 1px solid #06b4a7;
  background-color: hsla(0, 0%, 100%, .8);
}

.contacText textarea:focus {
  border: 1px solid #06b4a7;
  background-color: #fff;
}

.contacText textarea::-webkit-input-placeholder {
  color: #15867e;
}

.contacText textarea:-ms-input-placeholder {
  color: #15867e;
}

.contacText textarea::-ms-input-placeholder {
  color: #15867e;
}

.contacText textarea::placeholder {
  color: #15867e;
}
#searchSection{ display: block;    position: relative;    top: -85px;    visibility: hidden;}
#gform_wrapper_2{margin:0;}
#gform_2 .gform_footer {margin:0; padding:0;}
#gform_2 .ginput_container {margin:0;}
.contact-us {
  position: relative;
    z-index: 350;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #011f1c;
    background-image: url(images/xs-black-20_1.svg), -webkit-gradient(linear, left top, left bottom, from(#09655e), to(#09655e));
    background-image: url(images/xs-black-20_1.svg), linear-gradient(180deg, #09655e, #09655e);
    background-position: 0px 0px, 0px 0px;
    background-size: 72px, auto;
    background-attachment: fixed, scroll;
}

.contact-us.dark-bg {
  background-image: none;
}

.container-7 {
  padding-top: 4vh;
  padding-bottom: 8vh;
}
.woocommerce-page #content{margin-top: 74px;}
.woocommerce-page h3{color: #fff;}
.woocommerce-page label{color: #fff;}
.woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-1{max-width: 48%;flex: none;}
.woocommerce-page .col2-set .col-2, .woocommerce-page .col2-set .col-2{max-width: 48%;flex: none;}
#order_review{color: #fff;}
.woocommerce-page table.shop_table td {
    border-top: 1px solid rgb(255 255 255 / 77%);
}
.woocommerce-cart .product-thumbnail img{display: none;}
.woocommerce-form-coupon p{color: #fff;}
.woocommerce-page ul.order_details li{color: #fff;}
.woocommerce-page table.shop_table{color: #fff;}
.woocommerce-page h2{color: #fff;}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{background-color: #06b4a7;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{background-color: #06b4a7;}
#payment, #payment label{color: #000;}

.woocommerce-checkout .woocommerce-additional-fields{display: none}
.woocommerce-cart #content table.cart td.actions .input-text, .woocommerce-cart table.cart td.actions .input-text, .woocommerce-cart #content table.cart td.actions .input-text, .woocommerce-cart table.cart td.actions .input-text{    width: 170px!important;}
.woocommerce-page .form-row{flex: none; display: block;}
.contactUsInput input{
  height: 40px;
  margin-bottom:10px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .8);
  background-color: hsla(0, 0%, 100%, .8);
}
.woocommerce-checkout .woocommerce-message{display: none;}
.woocommerce .button.toUpload{color: #fff!important; background-color: #06b4a7!important;}
.contactUsInput input:focus {
  border-style: solid;
  border-color: #06b4a7;
  background-color: #fff;
}

.text-field-3 {
  height: 44px;
  background-color: hsla(0, 0%, 100%, .8);
}

.text-field-3:focus {
  border: 1px solid #06b4a7;
  background-color: #fff;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar-logo-image {
    width: 200px;
    margin-right: 12px;
}
.bold-text {
  letter-spacing: 1.1px;
}

.recent-news-head {
    position: absolute;
    left: 0%;
    top: 6%;
    right: auto;
    bottom: auto;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
}

.card-logline {
    position: relative;
}
.card-logline a{color:#ffffff;}
.dropdown-arrow1 {
  margin-right: 0px;
  margin-left: 16px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #06b4a7;
}

.slides{width: 66vw;
    height: 44vh!important;
background-color: #000;
    box-shadow: 0 20px 50px -14px rgba(0, 0, 0, .65);
}
.card-info-hover {
    position: absolute;
    display: block;
    width: 100%;
    padding: 8px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 1000ms ease;
	    bottom: 0;
}
a .card-info-hover {color:#ffffff;}

.card-image-linked:hover > .card-info-hover{
	opacity: 1; color:#ffffff;
}
.card-image-linked:hover > .add-to-list-card {
	opacity: 1; 
}
.card-image-linked .card-image-hover-overlay{width: 100%; height: auto;}
.card-categories {
    font-size: 13px;
}
.card-year {
    font-size: 13px;
}


.contact-us-unregistered {
    position: relative;
    z-index: 350;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #011f1c;
}
.add-to-list-card a{color:#ffffff;}
.add-to-list-card {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size:12px;
  color:#ffffff;
  margin-right:8px;
 margin-left: 8px;
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-transition: box-shadow 200ms ease;
  
  transition: all 1000ms ease;
  cursor: pointer;
}
 .card-title-link {
    text-decoration: none;color:#000000;
}
.add-to-list-card:hover {
  box-shadow: 0 4px 8px -3px rgba(0, 0, 0, .7);
}
.showReportBtn {
    background: #06b4a7 !important;
    width: 200px;
    height: 49px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
    cursor: pointer;
    text-transform: uppercase !important;
    margin: 0;
    line-height: 49px;
    text-align: center;
    float: right;
    border: 0px;
}

.filterDate {
    width: 100%;
    border-bottom: 5px solid #f2f4f4;
    padding: 20px 0;
    margin-bottom: 20px;
    overflow: hidden;
}

.filterDateItem1 {
    width: 100%;
    margin-right: 30px;
    float: left;
    line-height: 49px;
}

.filterDateItem {
    width: 270px;
    margin-right: 30px;
    float: left;
    line-height: 49px;
}

.filterDateItem input {
    padding: 8px 3px;
    font-size: 18px;
}
#report2excel th, #buyerTable th {
    line-height: 18px;
    text-align: left;
    background: #06b4a7;padding: 8px;
}
#report2excel td, #buyerTable td {
    border-top: 1px solid #000;
    line-height: 18px;
    text-align: left;    padding: 8px;
}

#report2excel tr:nth-child(even) {
    background: #f2f4f4
}

#report2excel tr:nth-child(odd) {
    background: #fff
}
.add-to-list-card.filmpage {
  position: static;
  width: 200px; height: 50px;
  padding-left: 10px;
  clear: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(0, 0, 0, .7);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
	    margin: 2px 0;
}
.add-to-list-card.filmpage:hover{ }


.add-to-list-btn {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;  white-space: nowrap;
}

.add-to-list-btn.filmpage {
  margin-right: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  text-decoration: none;
}
#gform_wrapper_11{display: block!important;}
.modal-window.sign-in-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 672px;
    position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
    padding: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px;
    text-align: left;
}

.link.forgot-password {
    display: block;
    text-align: right;
}
.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1200;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .9);
}

.modal-container {
  padding-right: 36px;
  padding-left: 36px;
  background-color: #fff;
}

.video {
  width: 100%;
  margin-top: 0vh;
  margin-bottom: 2vh;
}
.projectTypeLink{float: right;}
.modal-head h1{    margin-bottom: 8px;}
.modal-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-window {
  display: block;
  width: 60vw;
  padding: 0vw 2vw 2vw;
  background-color: #fff;
}
.page-template-page-xd-php header, .page-template-page-xd-php footer{display: none;}
.page-template-page-xd-php #cookie-notice{display: none;}

/*.newsfeed-div {
  margin-top: 92px;
}*/

.intro-text {
 margin-top: 8px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 500;
}

.contact-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  padding-left: 2vw;
}

.inline-icon {
  width: 24px;
  margin-right: 8px;
  text-align: center;
}

.footer-copyright {
  margin-top: 20px;
  margin-bottom: 0;
	width:100%;
}

.column-4 {
  display: inline-block;
}

.secondary-btn-text-2 {
  margin-left: 10px;
  color: #06b4a7;
  font-size: 16px;
}

.navlink-2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #06b4a7;
  font-size: 14px;
  font-weight: 500;
}

.navlink-2.logout {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  opacity: 0.55;
  font-size: 11px;
  line-height: 12px;
  font-weight: 700;
}

.film-page-title-area-2 {
  background-color: #fff;
}

.button-2 {
  margin-top: 0px;
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #06b4a7;
  -webkit-transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
  transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #13857d;
  box-shadow: 0 5px 16px -5px rgba(0, 0, 0, .5);
}
.card-director-line{ height: 62px;}
.button-2._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #06b4a7;
  background-color: transparent;
  text-decoration: none;
}

.button-2._2:hover {
  background-color: rgba(6, 180, 167, .1);
}

.filmpage-hero {
  margin-top: 40px;
  display: block;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container-8 {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 40vh;
  padding-right: 2vw;
  padding-left: 2vw;
}

.filmpage-actionbar {
  position: absolute;
  top: 108px;
  left: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 112px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#docuFilms .filmThumb{    height: 21vh; }
#DevFilm .filmThumb{    height: 31vh; }
.devSearch{margin: 15px 10px;}
.filmThumb{    height: 31vh;    background-size: cover; background-position: center;}
.filmpage-contact-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#ratingForm{ width: 345px;}
#ratingForm .gform_wrapper .gform_footer{position: absolute; top: 36px; right: 0;    width: auto;}

#ratingForm .gsurvey-rating > input:checked ~ label{
	    background-image: url(images/starOn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 35px;
}
#ratingForm .gsurvey-rating:not(:checked) > label {
    float: right;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px!important;
    line-height: 35px;
    color: #ddd;
    background-image: url(images/starOff.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35px 35px;
	margin: 0 9px;
}
#ratingForm .gfield_label{display: none;}
.CapDetails{text-transform: capitalize;}
.profile-image-round {
  margin-right: 12px;
  border-radius: 50%;
}
.film-contact-head img{ margin-right: 12px;
  border-radius: 50%;}

.film-contact-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-name {
  margin-bottom: 0px;
  color: #06b4a7;
  font-size: 32px;
  font-weight: 300;
}

.bold-text-3 {
  color: #06b4a7;
  font-size: 32px;
  font-weight: 400;
}

.div-block-11 {
  text-align: right;
}

.action-bar-icon {
  margin-right: 10px;
}

.films-area-intro {
 position: relative;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 2vw 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #011f1c;
}
.image-20 {
    max-width: 24%;
}
.listBtn{color: #06b4a7; font-size: 24px; cursor: pointer;}
.films-area-intro.blackBG{background: #15867e;}
.films-area-intro.blackBG.sks-my-list {}
.w-inline-block{position: relative;}
.partners-section {
  position: relative;
    z-index: 400;
    padding: 40px 2vw 59px;
    background-color: #ededed;
}
.film-selection-text-blockList{    width: 320px;
    margin: 0 auto;
    background: url(images/my-listHome.png) no-repeat 0 10px;
    background-size: 27px;
    padding-left: 34px;}
.partners-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-right: 2vw;
  padding-left: 2vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.companyLogo img{width: 100px; height: auto;}
.partner-logo {
  width: 8vw;
  margin-right: 1vw;
  margin-left: 1vw;
  padding-right: 1vw;
  padding-left: 1vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;height: auto;
}

.partner-logo:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.h2 {
  margin-top: 10px;
  border-bottom: 1px none #b0dbd6;
  font-weight: 300; line-height: 36px!important;
}

.h2.intro {
  font-size: 38px;
  text-align: center;
margin-bottom: 30px;
}
.h2.homeBottom {
  font-size: 38px;
  text-align: center;
margin-bottom: 30px; margin-top: 44px;
}
.Who_is_itBtn{padding-bottom:45px;}
.actionbar-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.nav-search-link {
  margin-right: -16px;
}

.films-selection {
  position: relative;
  z-index: 250;
  padding-top: 0;
  background-color: #000;
}

.filter-apply {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 10vw;
  margin-right: 4vw;
  margin-left: 1vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-links a{
  color: #06b4a7;
  line-height: 35px;
  text-decoration: none;
}
.footer-links li{text-align: left;}
.menu-footer-menu-container ul{list-style-type: none; padding-left:0;}


.link-3 {
  color: #06b4a7;
}

.rating-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fontawesome-stars {
  margin-right: 24px;
  font-family: 'Font awesome 5 free solid 900';
  color: #06b4a7;
  font-size: 32px;
  line-height: 40px;
  cursor: pointer;
}

.stars-n-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.filter-mobile {
  display: none;
}

.filter-search-wrapper-mobile {
  display: none;
  padding-right: 16px;
  padding-left: 16px;
}

.admin-bar .user-dropdown{top:106px; }
.user-dropdown {
    position: fixed;
    top: 72px;
    right: 80px;
    z-index: 1200;
    display: none;
    overflow: hidden;
    width: 160px;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #15867e;
    box-shadow: 0 11px 35px -5px rgba(1, 31, 28, .5);
}
.admin-bar .projects-dropdown{top:106px; }
.project-drop-trigger{cursor: pointer;}
.projects-dropdown {
    position: fixed;
    top: 72px;
    right: 308px;
    z-index: 1200;
    display: none;
    overflow: hidden;
    width: 160px;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #15867e;
    box-shadow: 0 11px 35px -5px rgba(1, 31, 28, .5);
}
.sum-to-pay output{display: initial!important;}
.projects-dropdown-2019, .projects-dropdown-2020{  position: fixed;
    top: 106px;
    right: 148px;
    z-index: 1200;
    display: none;
    overflow: hidden;
    width: 160px;
    margin-top: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    background-color: #15867e;
    box-shadow: 0 11px 35px -5px rgba(1, 31, 28, .5);}

.div-block-12 {
  overflow: hidden;
}

.user-menu-item {
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  color: #fff;
  text-decoration: none;
}

.user-menu-item:hover {
  background-color: #06b4a7;
}

.field-label-2 {
  font-weight: 400;
}

.title-grey-bg {
  margin-top: 4vh;
  margin-bottom: 2vh;
  padding: 1px 1vw;
  border-left: 2px solid rgba(1, 31, 28, .2);
  background-color: #f5f5f5;
}
.addMylistSingleTitle{overflow: hidden;}

.filmpage-title-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-section {
  min-height: 60vh;
  margin-top: 56px;
    margin-bottom: 18px;
  background-color: #fff;
}
.contact-filmmakerCon{border-bottom:0!important;}
.category-intro-text {
    margin-bottom: 48px;
	font-family: Exo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.collectionLogo {margin: 20px 0 35px 0;}
.top-space{height: 60px;
    background-color: #fff;}	
.no-padding{    
	padding-right: 0px;
   	padding-left: 0px;}

.list-row {
  display: -ms-grid;
  display: grid;
  margin-top: 32px;
  margin-bottom: 32px;
  grid-auto-columns: 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-areas: ". . . . . . . .";
  -ms-grid-columns: 0.5fr 8px 1fr 8px 1fr 8px 1fr 8px 0.5fr 8px 0.5fr 8px 0.25fr 8px 0.25fr;
  grid-template-columns: 0.5fr 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-row:hover {
  background-color: #f2f6f6;
}

.list-row.legend {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f5f5f5;
}

.list-row.legend:hover {
  background-color: transparent;
}

.list-row.legend.mobile-list-legend {
  grid-template-areas: ". . . . . . .";
  -ms-grid-columns: 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
}

.list-row.mobile-row {
  grid-auto-columns: 0.25fr;
  grid-template-areas: ". . . . . . .";
  -ms-grid-columns: 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
}

.mylist-icons {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Font awesome 5 free solid 900';
  font-size: 14px;
}

.mylist-icons.link {
  cursor: pointer;
  
}
.userFilmData{}
.reportLink{width: 20px;}
/*.mylist-icons.link:hover {
  background-color: #06b4a7; padding: 2px; color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}
.mylist-icons.link:hover > a{color: #fff;}*/
.reportIcon{font-size:20px; }
.limited-time-offer{    margin: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 8px;
    background-color: #09655e;
    color: #fff;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;}
.card-2 {
  position: relative;
  z-index: 120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: box-shadow 408ms ease;
  transition: box-shadow 408ms ease;
}

.card-2:hover {
  background-color: #f2f6f6;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .15);
}

.button-3 {
  margin-top: 0px;
  padding: 12px 20px;
  border-radius: 2px;
  background-color: #06b4a7;
  -webkit-transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
  transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #39c4ba;
  box-shadow: 0 5px 16px -5px rgba(0, 0, 0, .5);
}

.button-3._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #06b4a7;
  background-color: transparent;
  color: #06b4a7;
  text-decoration: none;
}
.bottomSpace{ margin-bottom: 100px;}
.button-3._2:hover {
  background-color: rgba(6, 180, 167, .1);
}

.secondary-btn-text-3 {
  margin-left: 10px;
  color: #06b4a7;
  font-size: 16px;
}

.mylist-link {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #011f1c;
  text-decoration: none;
  cursor: pointer;
}

.mylist-column-title {
  font-size: 13px;
}

.mylist.mobile-list {
  display: none;
}


.list-item {
  margin-top: 24px;
  margin-bottom: 12px;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 24px;
  text-align: center;
}

.list-item.fontawesome-stars {
  margin-top: 57px;
  margin-right: 0px;
  font-weight: 900;
}


/* Film maker home - start */

.page-content-area {
    padding-top: 0px;
  }

.filmmaker-my-films-container {
    margin-bottom: 80px;
}
.filmmaker-home-section-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
.empty-area-filmmaker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.package-subtitle {
        margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.empty-state-text {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 160px;
    padding-left: 160px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}
.packages-grid {
    display: none;
    margin-bottom: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    grid-row-gap: 4px;
    grid-template-areas: ". . ." ". . ." ". . ." ". . .";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto 4px auto 4px auto 4px auto;
    grid-template-rows: auto auto auto auto;
    background-color: #f2f6f6;
}
.package-title {
        margin-top: 8px;
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.profile-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; margin-bottom: 20px;
}
.profile-box-pic {
    width: 80px;
    margin-right: 16px;
    float: none;
    border-radius: 50%;
}
.profile-box img{ width: 80px; height: 80px;
    margin-right: 16px;
    float: none;
    border-radius: 50%;}

.modal-window.plans-popup {
    width: 960px;
    padding-top: 1vw;
    border-radius: 8px;
	margin:20px auto 0;
}
.modal-window {
    display: block;
    width: 60vw;
    padding: 0vw 2vw 2vw;
    background-color: #fff;
}
.modal-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    margin-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    color: #fff;
}
.section-heading.modal-title {
    margin-top: 4px;
    padding-left: 0vw; color: #000;
}
.page-template-page-home-film-maker h1{margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;}
.page-template-page-home-film-maker .modal-background {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1200;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .9); overflow-y: auto;
}
.zoom-window-wrap .loader{display: none!important;}
ul.zoom-meeting-countdown{color: #fff;}
.register-meeting-btn{margin-top: 0;}
.meeting-view{color: #fff;}
.close-modal {
  position: absolute;
    right: 15px;
    top: 15px;
}
.hideField{display: none;}
.sks_submission_hide{display: none;}
.page-template-new-submission .hideField{display: block;}
.activateSection{    margin-left: auto;
    margin-right: auto;
    max-width: 940px; padding: 80px 0; }
#get_quantity .close-modal {
  position:relative;
    right: 15px;
    top: 15px;
}
.noAccess{padding: 300px 0;}
.page-id-186 .topSearch{display: none;}
.modal-head .close-modal {
    position: relative;
    right: -6px;
    top: -37px;
}
.set-number-of-films {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 200px;
    padding: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f6f6;
}
.all-packages-description {
    margin: 8px 200px;
    padding: 8px;
    background-color: #f2f6f6;
    line-height: 24px;
    text-align: left;
}
.card.plan {
       margin: 8px 16px;
    padding: 2vw 1vw 1vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-color: #eafffd;
    border-radius: 8px;
    background-color: #09655e;
    background-image: url(images/bg_texture.svg);
    background-position: 0px 0px;
    background-size: 36px; color: #fff;
}
.card.plan.batch {
       padding-top: 2vw;
}
.card.plan.single {
       padding-top: 2vw;
    background-color: #09655e;
    background-image: url(images/bg_texture.svg);
    background-position: 0px 0px;
    background-size: 36px;
    -webkit-transition-property: none;
    transition-property: none;color: #fff;
}
.package-icon {
    max-width: 80px;
    margin-bottom: 8px;
}
.price {
    margin-top: 9px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;}
.card {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px none #f2f6f6;
    -webkit-transition: box-shadow 408ms ease;
    transition: box-shadow 408ms ease;
}

.confirm-cancel-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pagenum.num-set-btn {
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 8px;
}
.pagenum {
    margin-right: 8px;
    margin-left: 8px;
    padding: 16px;
    background-color: #f2f6f6;
    cursor: pointer;
}
.fontawesome-icon {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    color: #b0dbd6;
    line-height: 16px;
    cursor: pointer;
}
.bold-text-6 {
    color: #39c4ba;
}
.submission-number-form {
    margin-bottom: 0px;
}
.number-set-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.set-number-of-films {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 200px;
    padding: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f2f6f6;
}
.price-subtitle {
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.price-quote {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 200px;
    padding: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #f2f6f6;
}
.text-field-6.submissions-number {
    width: auto;
    max-width: 48px;
    min-width: 40px;
    padding-right: 4px;
    padding-left: 4px;
    color: #06b4a7;
    font-size: 22px;
    text-align: center;
}

.progress-percent {
    width: 55%;
    height: 16px;
    margin-left: 3px;
    border-radius: 12px;
    background-color: #06b4a7;
    background-image: -webkit-gradient(linear, left top, right top, from(#06b4a7), to(#15867e));
    background-image: linear-gradient(90deg, #06b4a7, #15867e);
}
.image-upload-frame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    background-color: #fff;
    cursor: pointer;
}
.upload-icon {
    font-family: 'Font awesome 5 free 400', sans-serif;
    color: #b0dbd6;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
}
.progress-percent-number {
    margin-left: 16px;
    color: #09655e;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
}
.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #06b4a7;
    border-radius: 12px;
    background-color: #fff;
}
.text-block-3 {
    color: #f50000;
    text-align: left;
}
.progress-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.upload-icon.success {
    color: #39c4ba;
    font-size: 80px;
    line-height: 88px;
}
.success-message-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #06b4a7;
    background-color: #fff;
}
.success-text {
    margin-top: 16px;
    margin-bottom: 40px;
    text-align: center;
}
.signup-container {
    position: relative;
    padding-top: 16px;
    padding-right: 80px;
    padding-left: 80px;
	color:#000;
}
.column-11 {
    padding-right: 0px;
    padding-left: 0px;
}
.column-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.column-13 {
    padding-right: 0px;
    padding-left: 0px;
}

.list-row-2.legend {
    padding-top: 8px;
    padding-bottom: 8px;
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 1fr 0.25fr 1.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
    grid-template-columns: 1fr 0.25fr 1.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
    border-bottom: 1px solid #f5f5f5;
}
.list-row-2.legend:hover {
  background-color: transparent;
}
.list-row-2 {
    display: -ms-grid;
    display: grid;
    padding: 4px 8px;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 1fr 8px 0.25fr 8px 1.5fr 8px 0.5fr 8px 0.5fr 8px 0.5fr 8px 0.5fr 8px 0.25fr;
    grid-template-columns: 1fr 0.25fr 1.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
.list-row-2:hover {
  background-color: #f2f6f6;
}
.mylist-link-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #011f1c;
    text-decoration: none;
    cursor: pointer;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}


.mylist-pending {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #e00000;
}
.favCount{    border-radius: 20px;
    background-color: #06b4a7;
    box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    cursor: pointer;
    float: left;
    color: #fff;
    margin-top: 7px;
    padding: 5px 14px;}
.listArrowWhite{margin-top: 8px;cursor: pointer;}

.reportLink {}
	.reportLink img {width:24px}
.mylist-duration:last-of-type {text-align:center;} 	
	.mylist-duration img {width:16px;}

.sks-delete-report-btns {width:35px;}	
	.sks-delete-report-btns img {display:inline-block; margin:5px;}
/*--------------------------------Film maker home - end-------------------*/
.expand-list-btn-div {
   float: left; margin-top: 12px;
}
.mylist-home-section {
    position: relative;
    z-index: 200;
    overflow: hidden;
    background-color: #fff;
}
.sorting-arrow {
    font-family: 'Font awesome 5 free solid 900', sans-serif;
    font-size: 11px;
    line-height: 16px;
}

#list-header{
	padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
	font-size: 13px; text-align: left;
}
#list-header .list-titles{
	padding-top: 8px;
    padding-bottom: 8px;
}
.list-titles{
	width: 193px;
    padding: 0 6px; display: flex;}
.list-images {width:98px;}
.bold-text-7 {
    margin-right: 9px;
    margin-left: 9px;
}
.list-director{width:183px; padding-right:8px;}
.list-sales{width:183px; padding-right:8px;}
.list-duration{width:99px;padding-right:8px;}
.list-rating{width: 105px;
    padding-right: 8px;}
.list-contact, .list-trash{width:53px;}
.list-gap{height: 16px;}
.my-list-table tr{border-bottom: 16px solid #ffffff;}
.delete-list{width:55px;}
.list-row-table td {padding-bottom:10px;}


.HomeListTitle{    margin-top: 6px; cursor: pointer;    color: #fff;    font-size: 24px;    font-weight: 300; width: auto; margin-right: 16px; float: left;text-transform: uppercase; }
.devHead{ text-align: center; margin-top: 31px;}
.indev-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #06b4a7;
    border-radius: 6px;
    background-color: #eafffd;
    text-align: center;
    cursor: pointer;
}

.indev-categoryActive{-webkit-box-shadow: inset 0px 0px 0px 4px rgba(6,180,167,1);
-moz-box-shadow: inset 0px 0px 0px 4px rgba(6,180,167,1);
box-shadow: inset 0px 0px 0px 4px rgba(6,180,167,1);}
.indev-icon {
    width: 64px;
    margin-right: 2px;
    margin-left: 2px;
}
.overflowHidden{overflow: hidden;}
.indev-category h2{    padding-left: 3px;
    font-family: Exo, sans-serif;
    color: #081e1b;
    font-size: 20px;
    font-weight: 700;}
#myListCon{ -webkit-transition: all 3000ms ease;
  transition: all 200ms ease; height:auto; background: #fff; width: 100%; overflow-x: auto;}
.table-container{height:0px!important; overflow: hidden}

.table-container .homeTableCon{height:196px!important; overflow: hidden}
.homeTableCon{margin: 0 auto}
.homeTableCon .simplefavorite-button, .page-template-page-mylist .simplefavorite-button{ position: relative;    font-size: 0;
     width: 27px;
    height: 27px; cursor: pointer;}
.homeTableCon .simplefavorite-button:hover:after, .page-template-page-mylist .simplefavorite-button:hover:after{color: #fff;}
.homeTableCon .simplefavorite-button:after, .page-template-page-mylist .simplefavorite-button:after{
	    content: ""; font-size: 12px;
    display: table; color: #06b4a7; position: absolute;     top: 7px;
    right: 7px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{margin-top: 0!important;}
.gform_wrapper textarea.medium{height: 80px!important;}
.gform_wrapper input[type=text]:focus, .gform_wrapper textarea:focus{
    outline: none !important;
    border:1px solid #39c4ba;
    box-shadow: 0 0 1px #39c4ba;
}
.addMylistSingle{float: right; margin: 9px 0 0 0;}
#Shortlist, #PDF, #meet_me{float: left;}
.marginTop70{margin-top: 70px;}

.list-image-size{width:196px;}
.edit-icon-list{width:45px;}
.list-title-filmmaker{width:264px;}
.ex-date-list{width:97px;}
.filmNumlist{width:89px;}
.filmNumlist-trailer{width:103px;}
.filmNumlist-contact{width:91px;}
.list-title-link{text-decoration: none;color:#000000; font-weight: bold;}
.film-maker-list #list-header{font-weight: bold; height:42px;}
.film-maker-list a{text-decoration: none;}
.mylist-duration{}
.list-image-filmMaker img{margin:5px 0;}
.deleteButton{margin-left:95%; cursor: pointer;}
.button.red.small {
    padding: 6px 8px;
    font-size: 12px;
    line-height: 16px;
}
.button.red {
    background-color: #e00000;
}
.list-notification.red {
    border-color: #e00000;
}
.list-notification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #06b4a7;
}
.single-film_maker .w-col{min-height: 76px;}

.homeTopVideoBG{position:absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100; opacity: 1;}
.homeTopVideoBG_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*vistior hero section start*/
.homeReadMore {
    margin-left: 16px;
    border: 1px solid #06b4a7;
    border-radius: 4px;
    background-color: rgba(1, 31, 28, 0.3);
    color: #06b4a7; padding: 8px 20px;
}
.visitor-hero {
  position: relative;
  z-index: 170;
  display: block;
  height: 70vh;
/*  padding-top: 80px;*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #09655e;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.checkout-frame iframe{border: 0;}
#footerForm input{    padding: 10px 4px;
    border: 0;
    border-radius: 2px;}
#footerForm ul li.gfield{margin-top: 0; padding-top: 0;}
 #footerForm .gform_footer{margin: 0; padding: 0;}
#footerForm label{display: none;}
#footerForm .top_label div.ginput_container{margin-top: 0;}
#footerForm .gform_footer input[type=image]{margin: 0!important;}
#footerForm ginput_container_email{margin-top: 0;}
#gform_confirmation_message_13{ float: right; padding: 20px; font-weight: 700;}
#gform_wrapper_13{    margin: 0 auto;    width: 100%;}
#gform_wrapper_13 .gform_footer{    padding: 0px 0 10px;    margin: 11px 0 0;}
#gform_wrapper_13 input[type=submit]{margin: 0;}
#gform_13{width: 43%;}
.openRequest{cursor: pointer;}
.RequestSent{ float: right; 
    color: #fff;
    margin-top: 8px;
    padding: 8px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 2px;
    background-color: #06b4a7;
    -webkit-transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;}
.RequestSentCal{ float: left; 
    color: #fff;
    margin: 0 8px 0 0;
    padding: 8px 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 2px;
    background-color: #09655e;
    -webkit-transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    transition: box-shadow 300ms cubic-bezier(.433, .079, .25, 1), margin 300ms ease;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;}
.hero-head {
  margin-bottom: 0px;
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  color: #fff;
  font-size: 40px;
  line-height: 54px;
  font-weight: 100;
}
.hero-text._1 {
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    font-weight: 100;
}
.hero-text {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    color: #011f1c;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    text-align: left;
}
.container-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.visitor-hero .w-container .w-row{
    width: 100%;
}
.w-container {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 940px;*/
}
.w-container:before, .w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}
.line-bubbles-hero {
    width: 70%;
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
    opacity: 0.27;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sucmsg{    width: 100%;
    text-align: center;
    background: #06b4a7;
    color: #fff;}
.column-16 {
    border-left: 1px solid #b0dbd6;
}
.gfmuf-upload-wrap .gfmuf-crop-wrap{top: -113px!important;}

.h3-centered.popup {
    padding-right: 28px;
    padding-left: 28px;
    font-size: 20px;
}
.hero-sign-up .hmodal-background{
position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1200;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    background-color: rgba(0, 0, 0, .9);
}
#lost-pass{
position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1200;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    background-color: rgba(0, 0, 0, .9);
}
.signup-as-btn-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.signup-as-btn-row .w-col-6{text-align: center;}
.hero-container{
	max-width: 940px;
    padding-top: 200px;
    margin: 0 auto;
}

.hero-text-container{width:50%; float:left;}
#hero-bubble-container{
	
	width: 40%;
    top: 30px;
    position: absolute;
    right: 0;
}
/*vistior hero section end*/
body.modal-open {
    overflow: hidden;
}
.close_playerpopup{ position: absolute; cursor: pointer; z-index: 10000;right: 11%;}
#requestMeetingPopup{    width: 30%;
    height: 30%;
    background: rgba(26,24,24,0.95);
    position: fixed;
    z-index: 99999;
    top: 22%;
    left: 35%; color: #fff; text-align: center; padding: 15px;}
.topPopup{width: 100%; height: 69px; text-align: center;}
.closePopup{ float: right; position: relative; right: 30px; width: 20px; height: 20px;    top: 20px; cursor: pointer;}
.closePopup img{ margin: 0;}
#playerpopup{width: 100%; height: 100%; position: fixed;z-index: 9999;}
.filmEmbed{position: absolute; width: 80%; height: 80%; top: 10%; left: 10%;z-index: 2;}
.mask{width: 100%; height: 100%; background:hsla(0,0%,0%,0.70); position: absolute; z-index: 1;}
/*benefit section start*/
.buyer-logo-in-strip.yle {
    padding-right: 16px;
    padding-left: 16px;
}
.buyer-logo-in-strip.svt {
    padding-right: 16px;
    padding-left: 16px;
}
.buyer-logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.buyer-logo-in-strip:hover {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
}
.buyer-logo-in-strip {
    width: 8%;
    margin-right: 32px;
    margin-left: 32px;
    padding: 16px 8px;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    -webkit-transition: -webkit-filter 200ms ease;
    transition: -webkit-filter 200ms ease;
    transition: filter 200ms ease;
    transition: filter 200ms ease, -webkit-filter 200ms ease;
}
.buyer-popup { display: none;
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2000;
    width: 360px;
    margin-right: 16px;
    margin-left: 16px;color: #fff;
    padding: 20px;
    border-radius: 0px;
    background-color: rgba(0, 0, 0, 0.88); max-width:100%;
}
@media all and (max-width:560px){
	.buyer-popup {margin:0;}
}

.popup-title {
    display: inline;
    margin-top: 0px;
    color: #fff;
}
.popupClose{
    position: absolute; cursor: pointer;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
}
.button.signup {
    margin-top: 16px;
    margin-bottom: 16px;
}

.benefit-text.link {
    margin-top: 16px;
}
.benefit-icon {
    margin-top: 16px;
}
.benefit-text {
    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
    text-transform: uppercase;
}
.benefits-section .card.intro{
    padding: 40px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b0dbd6;
}
.features-2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricing {
    width: 100%;
    margin-top: 16px;
    background-color: #f2f6f6; overflow: hidden;
}
.h3-centered {
    padding-right: 48px;
    padding-left: 48px;
    color: #011f1c;
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.bold-text-4 {
    text-transform: uppercase;
}

.benefits-section {
  position: relative;
  z-index: 170;
  min-height: 80vh;
  background-color: #fff;
}

.benefits-container {
  height: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

#footerForm .gform_body{height: 41px;}
/*benefit section end*/
@media screen and (max-width: 991px) {
	.navbar{padding:0;}
.w-nav[data-collapse="medium"] .w-nav-button {
  display: block;
}
	.filmpage-hero{ height:63vh;}

  .button {
    padding: 8px 16px;
    font-size: 13px;
  }
  .heading {
    font-size: 18px;
    line-height: 28px!important;
  }
  .text-block.powered-by {
    font-size: 9px;
  }
  .link {
    font-size: 13px;
  }
  .btn-icon {
    display: none;
  }

  .utility-page-content {
    width: 80vw;
  }
  .card {
    padding: 1vw;
  }
  .secondary-btn-text {
    margin-left: 0px;
    font-size: 13px;
  }
  .footer {
    padding-bottom: 4vh;
  }
  .promo-content {
    padding-right: 16px;
    padding-left: 16px;
  }
  .intro-title {
    font-size: 32px;
  }
	
.category-intro-text{
	margin-top:10px;
	font-family: Exo, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	}
  .card-details {
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 16px;
  }
  .card-details.label {
    margin-bottom: 4px;
  }
  .card-column-right {
    text-align: left;
  }
  .filter-section {
    display: none;
  }
  .dropdown-trigger {
    padding: 4px 8px;
  }
  .dropdown-text {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 13px;
    line-height: 18px;
  }
  .dropdown-title {
    font-size: 13px;
  }
  .filter-search-wrapper {
    width: 100vw;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .filter-search-field {
    height: 36px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }
  .form-2 {
    width: 100%;
    padding-right: 2vw;
  }
  .newsletter-signup {
    width: 100%;
  }
  .conact-info {
    font-size: 13px;
    line-height: 32px;
  }
  .field-label {
    font-size: 13px;
  }
  .dropdown-arrow1 {
    margin-left: 4px;
    font-size: 13px;
  }
  .add-to-list-card {
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
  }
  .add-to-list-btn {
    font-size: 10px;
  }
  .newsfeed-div {
    width: 86%;
  }
  .intro-text {
    font-size: 16px;
    line-height: 24px;
  }
  .bold-text-2 {
    font-size: 18px;
  }
  .footer-copyright {
    margin-top: 2vh;
    margin-bottom: 2vh;
  }
  .icon-4 {
    color: #06b4a7;
  }
  .footer-links {
    font-size: 13px;
    line-height: 32px;
  }
  .filter-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .filter-search-wrapper-mobile {
    display: block;
    width: 50vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }
  .column-5 {
    line-height: 13px;
  }
  .mylist-icons.rating {
	  
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 9px;
  }

  .card-2 {
    padding: 1vw;
  }
  .button-3 {
    padding: 8px 16px;
    font-size: 13px;
  }
  .secondary-btn-text-3 {
    margin-left: 0px;
    font-size: 13px;
  }
  .mylist-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 13px;
  }
  .mylist-column-title {
    font-size: 11px;
  }
  .mylist-duration {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 13px;
  }
  .mylist.mobile-list {
    display: none;
  }
	.slider-4 {
    width: 100%;
}
	.newsfeed-div {
    width: 86%;
}
	.w-container {
    max-width: 728px;
}
  .buyer-logos {
    padding-right: 0px;
  }
  .buyer-logo-in-strip {
    margin-right: 16px;
    margin-left: 16px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .buyer-logo-in-strip.svt {
    padding-right: 12px;
    padding-left: 12px;
  }
	.slider-text-area {
    padding-right: 2vh;
    padding-left: 2vh;
}
	.div-block-8 {padding-bottom:18px; padding-left:10px;}	
	.home-top-space {
    height: 40px;
}
}

@media  screen and (max-width: 991px) {
	.w-container {
    margin-left: 8px;
		margin-right: 8px;}
	.how-it-works {
		margin: 0;}
	.page-template-page-home-film-maker h1{font-size: 18px;
    line-height: 24px;}
	.w-nav-button{display:block;}
.copro-container{
	margin: 0 auto;
    width: 64px;}
	.list-image-filmMaker img{height: auto;}
	.list-title-link{font-size: 12px;}
	.mylist-pending{font-size: 12px;}
	.notification-text{font-size: 12px;}
nav .avatar-32{display:none;}
	nav{width:100%;}
	/*.festival-strip-cell img{max-width: 150px;}*/
	.sign-in-logo{margin-top: 9px;}
.nav-menu {
    display: none;
	background-color: #011f1c;
	}
.nav-search-link{display:none;}
.w-nav-button{
	position: absolute; 
	right:0; 
	padding:18px;}
	nav .user-drop-trigger{padding-left:19px;}	

	

	.filmpage-actionbar{padding:0;}
	.single-films h1{font-size: 24px!important;
    line-height: 34px!important;}
	.film-page-content{margin:0 8px;}
	.filmpage-hero {
    height: 43vh;
}
	.modal-window.sign-in-popup {
    width: 96%;margin:0;
  }
	
	.modal-head .close-modal {
    top: -20px;
}
	.hero-text-container {
    width: 90%;
	
    margin-left: 5%;
}
	.gf_login_form .gform_footer {
		width:83px!important;
		
	}
	#gform_fields_login .gfield_checkbox {
    width: 160px;
    margin-left: 100px;
}
	h1.slider-title {
    font-size: 18px!important;
    line-height: 22px!important;
}
.slider-description {
    margin-bottom: 4px;
    font-size:13px;
    line-height: 15px;
}
	.slider-text-area .button {	margin-top: 4px;}
	
	.slider-date {font-size:12px;}
.page-template-page-home-film-maker .slider-title {
    font-size: 1rem;
    line-height: 1rem;
}
	.h3-centered.popup {
    padding-right: 4px;
    padding-left: 4px;
    font-size: 15px;
    line-height: 20px;
}
	.signup-as-btn-row{ margin-top: 0;}
	.newsfeed{
		height: 51vh;
    padding-top: 34px;
    padding-bottom: 17px;
	}
	.recent-news-head {
    left: 0%;
	top: 6%;}
	.empty-state-text {
    padding-right: 15px;
		padding-left: 15px;}
	.list-row-2 {
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
  }
  .list-row-2.legend {
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr 0.25fr;
  }
	.recent-news-head {top:11%;}
	.sign-in-with-buttons {
    display: block;}
	.column-14 {
    margin-bottom: 16px;}
	.slider-text-area {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
}
	.top-space {
    height: 40px;
}
  .utility-page-content {
    width: 90vw;
  }
  .list-row {
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
  }
  .mylist-icons.rating {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 6px;
  }
  .mylist-image {
    display: none;
  }
  .mylist.mobile-list {
    display: none;
  }
  .mylist.filmmaker-list {
    padding-right: 8px;
    padding-left: 8px;
  }
  .features-2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top-space {
    height: 60px;
  }
  .card-3 {
    padding: 2vw;
  }
  .signup-container {
    margin-bottom: 69px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
	
  }
  .hero-text {
    padding-right: 64px;
    padding-left: 64px;
    font-size: 18px;
    line-height: 26px;
  }
  .grid {
    margin-right: 16px;
    margin-left: 16px;
  }
  .card-4 {
    padding: 2vw;
  }
  .list-row-2 {
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
  }
  .list-row-2.legend {
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.25fr 0.25fr;
  }
  .filmmaker-home-section-head {
    padding-right: 8px;
    padding-left: 8px;
  }
  .package-subtitle {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 13px;
  }
  .all-packages-description {
    margin-right: 0px;
    margin-left: 0px;
  }
  .set-number-of-films {
    margin-right: 0px;
    margin-left: 0px;
  }
  .price-quote {
    margin-right: 0px;
    margin-left: 0px;
  }
  .package-icon {
    max-width: 40px;
  }
  .price {
    font-size: 15px; margin-top: 0
  }
  .buyer-logo-in-strip {
    margin-right: 24px;
    margin-left: 24px;
  }
  .buyer-logo-in-strip.yle {
    padding-right: 8px;
    padding-left: 8px;
  }
  .buyer-logo-in-strip.svt {
    padding-right: 8px;
    padding-left: 8px;
  }
  .sign-in-with-buttons {
    display: block;
  }
  .column-14 {
    margin-bottom: 16px;
  }
  .text-field-6.submissions-number {
    max-width: 48px;
    padding-right: 4px;
    padding-left: 4px;
    text-align: center;
  }
  .category-intro-area {
    margin-bottom: 24px;
  }
	.slider-text-area {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
	.slides{width:100%;}
	.slide{background-position: top;}
}




@font-face {
  font-family: 'Font awesome 5 free 400';
  src: url('fonts/Font-Awesome-5-Free-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font awesome 5 free solid 900';
  src: url('fonts/Font-Awesome-5-Free-Solid-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
   width: 14vw;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
	color:#06b4a7
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "\e601";
  top: 30px;
  
  width: 0;
  height: 0;
  
	font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	margin-right: 0px;
    margin-left: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #06b4a7;
    font-size: 13px;
    line-height: 13px;

}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  /*border-color: transparent transparent #fff transparent;
  top: 7px;*/
}

/*style the items (options), including the selected item:*/
.multiselect,.select-selected {
  padding: 14px 16px;
 
  border:0;
  cursor: pointer;
  user-select: none;
  font-size:13px;
  line-height: 28px;
  font-family: Exo, sans-serif;
  background-color: transparent;
  color: #06b4a7;
  text-transform: uppercase;
  
}
 

/*style items (options):*/
.select-items {
color: #ffffff;
  position: absolute;
  background-color: #15867e;
 
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.multiselect-container>li>a>label{padding: 12px 20px 12px 40px;}
.multiselect-container li a{
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  color: #ffffff!important;
  background-color: #15867e;
  font-family: Exo, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.btn-group button{
	text-align: left;
	position: relative;
    width: 14vw;
    margin-right: 8px;}
.dropdown-menu>.active>a{background-color: #06b4a7!important;}
.dropdown-menu {
	border:0;
	 background-color: #15867e;
    }
.multiselect-container li a:hover{
	color: #ffffff!important;
  background-color: #06b4a7!important;}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.multiselect-container{width: 20vw;    max-height: 478px;
    overflow-y:auto;}
.select-items div:hover, .same-as-selected {
  background-color: #06b4a7;
  
}
.multiselect:hover {background-color: rgba(21, 134, 126, .4);color: #06b4a7;border-radius: 0;border:0;}
.open .dropdown-toggle.btn-default {background-color: rgba(21, 134, 126, .4);color: #06b4a7;border-radius: 0;border:0;}
.filter-livesearch-area{width:100%;}

/*.dropdown-wrapper :hover{background-color:#15867e;}*/
.clearFiltersCon{ float: left;    width: 121px;}
h3.dropdown-title.clear_all {
   
}
.loader img {
    position: relative;
    z-index: 99999;
    width: 6%;
    top: 10%;
}
.loader {
    position: absolute;
    width: 100%;
    height: 100vh;
    text-align: center;
}

@media screen and (max-width: 779px) {
	.mobileLogo{    position: absolute;
    display: block!important;
    top: 68px;
    width: 80%;
    margin-left: 15px;}
	.mobileLogo img{height: auto;}
	.section-heading img{display: none;}
	#slider .flex-control-paging{display: none;}
	.multiselect-container{width: 300px;}
	.slider-4 {height: 46vh;}
	#requestMeetingPopup {
    width: 90%;
    height: 49%;
    top: 22%;
    left: 5%;
}
	#gform_13 {
    width: 80%;
}
	.menu-button.w--open {
    background-color: #011f1c;}
	.filmpage-hero{ background-size: contain;    height: 32vh;    background-position: center 72px;}
	.category-strip h2.heading{height: 50px;}
	.navbar-logo {width: 50vw;padding-left: 4px;}
	.filmpage-actionbar{display: none;}
	.film-page-title-area{display: block;}
	#topFilmButtons {
    float: left;
    width: 100%;
}
	.addMylistSingle {
    float: left;
    margin: 9px auto;
}
	#Shortlist, #PDF, #meet_me{width: 100%;}
	.heading.filmmaker-list-title{padding-left: 0;}
	.text-block.powered-by {
		text-decoration: none;
    display: block;
    margin-right: 0px;
    font-size: 7px;
    line-height: 8px;}
	.h1 {font-size: 32px;}
	.filter-section.fixed-to-top{display:none!important;}
	.topSearch .close-search{    position: absolute;
    top: 284px;
    left: 0;}
	.modal-window.plans-popup{width: 94%;}
	.tab.w--current, .tab{width: 40%; text-align: center;}
	.w-tab-link{padding: 9px 0;}
	#get_quantity .close-modal {
    right: 0px;
    top: 0px;
}
	.devHead img{width: 100%; height: auto;}
	#docuFilms .fullCatSearch {      top: 209px;}
	.fullCatSearch {    width: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 226px;}
	#search_result .fullCatSearch {
    width: 50%;
    padding-top: 0px;
}
	.btn-group button{width: 100%;}
	a.indev-tab {
    font-weight: 300;
    letter-spacing: 0;
    font-size: 13px;
    text-align: center;
}
	.indev-category{margin: 4px 0;}
	.filters-active {
    display: block;
}
	.filter-parameter-display {
    margin-right: 7px;
    padding: 4px 5px;
    border-radius: 5px;
    margin-bottom: 6px;    float: left; height: 26px;
}
	span.multiselect-native-select {
    width: 100%;
    float: left;
}
	.topSearch{display: none; height: 449px;}
	.page-template-search .filter-search-wrapper {
    margin-left: 0;
    padding-left: 0;
}
	.projects-dropdown{right: 0; top: 145px;}
	.sort-dropdown-wrapper {
    width: 96px;
    margin-right: 37px;
}
	h3.dropdown-title.clear_all {    right: 3px!important;}
	.filter-search-wrapper{width: 96%;
    padding: 0;
    margin-left: 1%;}
	.filter-section{display: block;}
	.filter-section .button{    margin-left: 20px;    margin-bottom: 11px;}
	#ratingForm{    width: 87%;    position: absolute;    top: 54px; margin: 0}
	#gform_confirmation_message_9{position: absolute; top: 60px;}
	#ratingForm .gform_wrapper .gform_footer{top: 53px;}
	.film-description.details.rate {    position: absolute;}
	.rate-div .stars-n-button{    width: 100%;    height: 160px}
	.stars-n-button{display: block}
	.selection-intro{font-size: 14px;line-height: 16px;margin-bottom:18px!important;}
	.h2.intro{font-size:25px;}
	.newsfeed {
		padding-top: 17px;}
	.icon-2, .icon-3{margin-top:41vh;}
	.slider-text-area {
    background-color: rgba(0, 0, 0, .3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000));
    background-image: linear-gradient(180deg, transparent, #000 50%);
}
	 .list-row-2 {
    grid-column-gap: 2px;
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 0.25fr 2px 1fr 2px 1fr 2px 1fr 2px 0.5fr 2px 0.25fr 2px 0.25fr 2px 0.25fr;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.25fr 0.25fr 0.25fr;
  }
	.w-nav-button.w--open {
		background-color: #011f1c;}
	filter-search-field, #input_1_1 {
		height: 37px; width:220px;margin-right:0;}
	#gform_submit_button_1{padding:6px 8px;width:67px!important;}
	#field_1_1 label{display:none;}
	#gform_1 .ginput_container{padding-bottom:0;}
	
	
	#gform_wrapper_1 {margin: 15px 0;}
	.page-template-page-sign-up p {
     margin-bottom: 10px;}
	.row-2 {
    display: block;}
	.button {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    line-height: 20px;}
	.column-14 {
    padding-right: 0px;
    padding-left: 0px;}
	.column-15 {
    padding-right: 0px;
    padding-left: 0px;}
.signup-container {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
	
}	
  .user-navbar-pic {
    display: none;
    overflow: hidden;
}
  
  .section-heading.news-heading {
    font-size: 18px;
    line-height: 24px;
  }
  .section-heading.white {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .navbar-logo.w--current {
    width: 50%;
  }
  .card {
    padding: 4vw;
  }
  .card.contact-from-list {
    position: relative;
    left: 25vw;
    display: none;
    padding: 4vw;
  }
  .card.intro {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .card.plan {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 2vw;
    padding-left: 2vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .card.plan.single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .secondary-btn-text {
    font-size: 12px;
  }
  .row-2 {
    display: block;
  }
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .intro-subtitle {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .image-8 {
    width: 80px;
  }
  .intro-title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  ._3-film-strip {
    display: block;
  }
  .card-info-columns {
    display: block;
  }
  .card-column-2 {
    line-height: 14px;
  }


  .dropdown-trigger {
    padding-left: 4px;
  }
  .dropdown-link {
    padding-top: 0px;
  }
  .dropdown-text {
    font-size: 10px;
    line-height: 14px;
  }
  .dropdown-title {
    font-size: 10px;
    line-height: 14px;
  }
  .by-copro {
    margin-bottom: 16px;
  }

  .slider-text-area {
    background-color: rgba(0, 0, 0, .3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000));
    background-image: linear-gradient(180deg, transparent, #000 50%);
  }
  .slide-nav-2 {
    padding-right: 0vw;
  }
  .category-strip-head {
    margin-bottom: 16px;
  }
  .conact-info {
    line-height: 36px;
  }
  .form-3 {
    padding-right: 0vw;
  }
  .text-field {
    margin-bottom: 8px;
  }
  .navbar-logo-image {
    margin-right: 4px;
  }
  .dropdown-arrow1 {
    font-size: 10px;
  }
  .add-to-list-card {
    margin-top: 12px;
    margin-right: 12px;
  }
  
  .newsfeed-div {
    width: 92%;
  }
  .intro-text {
    font-size: 13px;
    line-height: 20px;
  }
  .bold-text-2 {
    font-size: 14px;
    line-height: 18px;
  }
  .profile-image-round {
    width: 48px;
  }
  .profile-name {
    font-size: 20px;
  }
  .films-area-intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .partner-logo {
    width: 20vw;
  }
  .h2 {
    font-size: 20px;
    line-height: 20px!important;
    letter-spacing: 0px;
  }
  .filter-apply {
    max-width: none;
  }
  .filter-mobile {
    padding: 8px 0vw;
  }
  .filter-search-wrapper-mobile {
    width: 100vw;
  }
  .user-dropdown {
    top: 64px;
    right: 0px;
  }
  .field-label-2 {
    margin-top: -8px;
    font-size: 13px;
  }
  .single-films .h1 {
    font-size: 24px;
	line-height: 25px;
  }
  .list-section {
    margin-top: 32px;
	overflow: scroll;
	padding:0 10px;
	font-size: 11px;
    line-height: 14px;
  }
  .list-container {
    background-color: #fff;
  }
  .list-row {
    grid-column-gap: 2px;
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 0.25fr 2px 1fr 2px 1fr 2px 1fr 2px 0.5fr 2px 0.25fr 2px 0.25fr 2px 0.25fr;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.25fr 0.25fr 0.25fr;
  }
  .list-row.legend.mobile-list-legend {
    width: 125vw;
    padding-left: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-template-areas: ". . . . . . .";
    -ms-grid-columns: 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
    font-size: 6px;
    line-height: 8px;
    letter-spacing: 0px;
  }
  .list-row.mobile-row {
    width: 125vw;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 4px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    grid-template-areas: ". . . . . . .";
    -ms-grid-columns: 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
    grid-template-columns: 1fr 1fr 1fr 0.5fr 0.5fr 0.25fr 0.25fr;
  }
  .mylist-icons.link {
    padding: 12px; 
  }
  .mylist-icons.rating {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 4px;
  }
	
  .mylist-icons.link {
    padding: 12px;
  }
  .card-2 {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 4vw;
  }
  .mylist-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 11px;
    line-height: 14px;
  }
  .mylist-column-title {
    line-height: 12px;
  }
  .mylist-duration {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 11px;
  }
  .mylist {
    display: none;
  }
  .mylist.mobile-list {
    display: block;
    overflow: scroll;
    width: 100vw;
    padding-left: 8px;
  }
  .visitor-hero {
    
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .container-9 {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-head {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .benefits-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .features-2col {
    margin-bottom: 24px;
  }
  .profile-name-2 {
    font-size: 20px;
  }
  .text-field-4 {
    margin-bottom: 8px;
  }
  .signup-container {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .signup-form {
    margin-bottom: 40px;
  }
  .menu-button {
    padding: 16px;
  }

 
  .image-11 {
    display: none;
  }
  .div-block-14 {
    text-align: left;
  }
  .menu-button-2 {
    background-color: transparent;
  }
  .menu-button-2.w--open {
    background-color: #000;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-7 {
    margin-top: 17px;
  }
  .hero-text {
    padding: 14px 0px;
    font-size: 13px;
    line-height: 18px;
  }
  .hero-text._1 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    font-size: 18px;
  }
  .h3-centered {
    font-size: 19px;
  }
  .h4-centered {
    font-size: 14px;
    text-align: center;
  }
  .bold-text-4 {
    font-size: 16px;
  }
  .mylist-link-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 11px;
    line-height: 14px;
  }
  .profile-name-3 {
    font-size: 20px;
  }

  .button-4 {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    line-height: 20px;
  }
  .card-4 {
    padding: 4vw;
  }
  .card-4.contact-from-list {
    position: relative;
    left: 25vw;
    display: none;
    padding: 4vw;
  }
  .list-row-2 {
    grid-column-gap: 2px;
    grid-template-areas: ". . . . . . . .";
    -ms-grid-columns: 0.25fr 2px 1fr 2px 1fr 2px 1fr 2px 0.5fr 2px 0.25fr 2px 0.25fr 2px 0.25fr;
    grid-template-columns: 0.25fr 1fr 1fr 1fr 0.5fr 0.25fr 0.25fr 0.25fr;
  }
  .text-field-5 {
    margin-bottom: 16px;
  }
  .pagenum.num-set-btn {
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 12px;
    padding-left: 12px;
  }
  .success-message-div {
    padding-right: 16px;
    padding-left: 16px;
    text-align: center;
  }
  .package-title {
    font-size: 16px;
  }
  .package-subtitle {
    margin-right: 2px;
    margin-left: 2px;
  }
  .all-packages-description {
    margin-right: 0px;
    margin-left: 0px;
  }
  .set-number-of-films {
    margin-right: 0px;
    margin-left: 0px;
  }
  .price-quote {
    margin-right: 0px;
    margin-left: 0px;
  }
  .price {
    font-size: 12px;
  }
  .benefit-text {
    font-size: 14px;
  }
  .buyer-logo-in-strip {
    width: 13%;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .category-intro-area {
    padding-top: 0px;
  }
}


/* sks custom style */
.conact-info {}
	.conact-info strong {font-size:30px; font-weight:normal;}

form.resetForm {}
	form.resetForm p {color:#000;}
.modal-window.sign-in-popup p.paragraph {color:#000;}

/* custom style for page home filme maker */
.row-fluid.sks-ser {background:#fff; padding:0 0 8rem;}
	.row-fluid.sks-ser .newsfeed {background:var(--green-color); padding:5rem 0;}
.row-fluid.sks-ser .slide {background:#fff; background-size:contain; background-position:top right;  background-repeat:no-repeat;}
		.row-fluid.sks-ser .checkbox_col {display:flex; padding:0 .5em; border:1px solid #ff0000; border-radius:5px; align-items:center;}
			.row-fluid.sks-ser input[type="checkbox"] {cursor:pointer; border:1px solid #ff0000; border-radius:0;}
			.row-fluid.sks-ser p {background:none; color:#000; margin-bottom:0; text-transform:inherit;}
				.row-fluid.sks-ser p:hover {box-shadow:none;}
			.row-fluid.sks-ser .mylist-pending.mylist-duration {width:135px;}
.row-fluid.sks-ser .filmmaker-home-section-head {background:#eee; justify-content:flex-end; gap:15px}
.row-fluid.sks-ser .filmmaker-home-section-head h1 {flex-grow:1;}
.tabs-outer .tab-content .card {opacity:1; display:none!important;}
.tabs-outer .tab-content .card.sks-active {display:block!important;}
.slider-text-area {background:#fff;}
.film-maker-list {color:#000;    width: 100%;}
.filmmaker-home-section-head {color:#000;}
.list-notification {color:#000;}
	.row-fluid.sks-ser h1.slider-title, .row-fluid.sks-ser .slider-date, .row-fluid.sks-ser .row-fluid.sks-ser {color:#000; }
.woocommerce-page h2 {color:#000;}
.w-container {color:#000;}



/* logo */
.text-block.powered-by {
  display: inline-block;
  margin-right: 8px;
  padding-top: 0px;
  padding-bottom: 2px;
  padding-left: 0px;
  font-size: 9px;
  line-height: 10px;
  letter-spacing: 1.2px;
  text-decoration: none;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}


/* popup  */
.costModal .modal-header {flex-wrap:wrap;}

  /* modal details */
  .costModal .modal-dialog {
  position: relative;
  display: table;
  width: auto;
  width: 100%;
  max-width: 720px;
  overflow-x: auto;
  }
  
  .costModal .modal-content {
  padding: 40px;
  border-radius: 20px;
  }
  
  .costModal .modal-body {
  position: relative;
  padding: 16px 40px 20px;
  }
  
  .costModal .modal-header {
  padding-bottom: 0px;
  padding: 0px 40px;
  }
  
  .costModal .modal-content h4.modal-title:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  background: #056B64;
  left: 0px;
  }
  
  .costModal .modal-header .close {
  margin-top: -12px;
  font-size: 44px;
  font-weight: 100;
  color: #bdbdbd;
  position: absolute;
  right: 40px;
  opacity: 1;
  }
  
  .costModal .modal-content h4.modal-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 37px;
  color: #000000;
  }
  
  .costModal .modal-header p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 16px;
  }
  
  .costModal .checkbox label {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  }
  
  .costModal .modal-content button.btn.btn-default {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #0FB4A4;
  border-radius: 4px;
  border: none;
  height: 38px;
  max-width: 242px;
  outline: none !important;
  }
  .costModal .modal-content .checkbox {
  margin-bottom: 16px;
  margin-top: 0px !important;
  }
  
  .costModal span.color_new {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #0FB4A4;
  padding: 0px 5px;
  }
  
  .costModal .text_body p {
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 8px;
  }
  
  .costModal p.font_lg {
  font-size: 28px;
  line-height: 37px;
  color: #000000;
  }
  
  .costModal p.font_lg span.color_new {
  font-size: 28px;
  line-height: 37px;
  }
  .costModal .modal-footer {
  padding: 20px 0px 0px;
  }
  .costModal .checkbox input[type=checkbox]{
     visibility: hidden;
  }
  
  .costModal .checkbox input[type=checkbox]:checked:before {
      content: '🗸';
      background: #0fb4a4;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
  }
  .costModal .checkbox input[type=checkbox]:before {
      content: '';
      display: block;
      width: 13px;
      height: 13px;
      border: 1px solid #0fb4a4;
      visibility: visible;
  }
  @media only screen and (max-width: 767px){
	  .costModal .modal-dialog {
	  	margin: auto;
	  }
  }



/* sks style advocate page */

@media all and (max-width:768px){
.festival-logos-strip {flex-wrap:wrap; width:100%; justify-content:center; gap:10px} 	
	.festival-strip-cell {width:30%;}
	..festival-strip-cell img {height:auto;}
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {background:none; color:#06b4a7}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color:#06b4a7; border:0;}
.nav-tabs {border:0;}
.tabs-content-inner .row::before {content:none;}


/* custom sks style that not working directly in file */
.sks-set-top-margin {padding-top:16rem!important}
@media all and (max-width:768px){
	.sks-wrapper .filter-bar > div {width:100%!important;}
	.sks-wrapper .asp_shortcodes_container .asp_shortcode_column {flex-basis:100%!important;}
	.sks-wrapper .asp_shortcodes_container .asp_shortcode_column {flex-basis:100%!important;}
	.sks-wrapper .asp-fss-flex {justify-content:center;}
	.sks-wrapper #ajaxsearchprobsettings2_1.searchsettings fieldset.asp_s_btn_container {width:100%;}
}

.sks-wrapper .filter-bar .asp_shortcodes_container {width:100%;}

.filter-bar div.asp_w.asp_s.searchsettings form, div.asp_w.asp_sb.searchsettings form {margin-bottom:0!important;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {color:#000;}

/* all submission style  */
.sks-main-section .wrapper {max-width:940px; width:100%; margin:0 auto;}
.all-submissions {margin:60px 0;}
	.all-submissions .submission-item {display:flex; transition:.5s; }
		.all-submissions .submission-item:hover {background:#f2f6f6; }
		.submission-item .si-item {width:50%; padding:25px; }
			.submission-item .si-item img {width: 100%;    height: auto;}		
		.submission-item .si-content {width:50%; display:flex; flex-direction:column; padding:25px; }
			.submission-item .si-content .si-content-cont {flex-grow:1;}
			.submission-item .si-content a {display:table;}
			

.submission-items {display:flex; flex-direction:column;}
	.submissions-item {margin-bottom:7px; padding-left:20px; display:flex; transition:.5s;}
		.submissions-item:nth-child(even){background:#eeeded;}
		.submissions-item:hover {background:#cacaca; }
		.submissions-item.sks-has-review {padding-left:20px; position:relative; }
			.submissions-item.sks-has-review div {display:inline-block;}
		.submissions-item.sks-has-review::before {content:""; position:absolute; left:0; top:4px; width:15px; height:15px; border-radius:50%; border:1px solid #06b4a7; }
			.submissions-item.sks-has-review::after {content:''; width:4px; height:7px; border-bottom:1px solid #06b4a7; border-right:1px solid #06b4a7; transform:rotate(27deg); left:5px; top:7px; position:absolute;}
			.submissions-item.sks-has-review a {font-weight:bold; flex-grow:1;} 	
.modal-window.sign-in-popup.new-submission-page {position:relative; top:0; left:0; transform:translate(0,0); margin:100px auto;}
/* page-template-admin-all-proposal-list */
body.page-template-admin-all-proposal-list, body.single-call-for-proposals {display:flex; flex-direction:column; }
	.list-of-proposal, .single-item-proposal {flex-grow:1; padding-top:90px;}
/* lector-reviews */
.lector-reviews {padding-bottom:25px;}
	.lector-reviews form {display:flex; flex-wrap:wrap;}
		.lector-reviews form .form-response {width:100%; display:block; }
			.lector-reviews form .form-response p {font-size:18px; color:#ff0000;}
		.lector-reviews form .field {width:calc(95% - 70px - 100px); margin:0 15px;}
		.lector-reviews form .field.grade {width:70px; margin-left:0; align-self:flex-start;}
			.lector-reviews form .field input, .lector-reviews form .field textarea {width:100%; height:100%; }
			.lector-reviews form .field textarea {width:100%; min-height:250px;}
			.lector-reviews form .field input[type="submit"] {box-sizing:border-box; width:100%; height:100%; }

form#lectorReview {}
	form#lectorReview .field {}
		form#lectorReview input[type="submit"]{background:#056B64; color:#fff; font-size:16px; text-transform:uppercase; border:0; width:100px; align-self:flex-start;}

			
/* singlie call for proposal */
.single-item-proposal {}
	.single-item-proposal .wrapper .review {display:flex;}
	.single-item-proposal .wrapper .review:nth-child(even) {background:rgba(5,107,100,.1);}
	.single-item-proposal .wrapper .review.head {background:#056B64; color:#fff;}
	.single-item-proposal .submission-row {}
	.single-item-proposal .submission-row:nth-child(even) {background:rgba(0,0,0,0.2); padding:10px;}
	.single-item-proposal .wrapper .review > * {padding:.5em 1em; width:19%;}
	a.show-description-of-review svg {width:25px; height:25px; display:inline-block; margin-left:20px;}
	a.show-description-of-review svg path {fill:#056B64}
/*  review-description-popup */
.review-description-popup {position:fixed; top:0; right:0; width:100%; height:100%; z-index:9999; background:rgba(0,0,0,0.4); }
	.review-description-popup-container {position:absolute; width:500px; height:auto; padding:15px; background:rgba(0, 0, 0, 0.85); color:#fff; top:50%; left:50%; transform:translate(-50%, -50%); }
	.review-description-popup-container .close-popup {cursor:pointer; position:absolute; right:10px; top:10px;}
	.review-description-popup-container p {color:#fff;}

.costModal {}
	.costModal .modal-title {display:block; width:100%;}
	.costModal p {}
#get_quantity .close-modal {top:auto;}

a span.sks-selected-film {background:#06b4a7; color:#fff; padding:0 1em; border-radius:15px; font-weight:normal; font-style:normal; font-size:14px; display:inline-block;}
/* checkout page */
.woocommerce form .form-row .input-checkbox {position:absolute; left:-5px; top:7px; cursor:pointer;}

/* page-template-new-submission */
.page-template-new-submission {}
	.page-template-new-submission .modal-background.sign-up.hero-sign-up {background:rgba(0, 0, 0, .9)!important}
	.page-template-new-submission .modal-head .close-modal {position:absolute;}
	
/* all-submissions */
.all-submissions {}
	.submissions-items {background:#f2f6f6; padding:10px; margin-bottom:10px;}
	
/* single films */
.play-screener {}
	.play-screener::before {content:''; width:45px; height:45px; overflow:hidden; border-radius:50%; background:rgba(255,255,255,0.5); position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
	.play-screener::after {content:''; width:0; height:0; top:50%; left:50%; transform:translate(-36%, -50%); border-style:solid; border-width:8px 0 8px 15px; border-color:transparent transparent transparent #000; position:absolute;}	



