body{
	overflow-x: hidden;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

/* Meteor slider specific style */

.meteor-buttons{
    right: 50%;
    transform: translate(50%, 100%);
}

.meteor-slides .mslide img{
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

/*  Meteor slider ends */
.home-title {
    margin: 0 !important;
    padding: 15px 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

.home-description {
    margin-top: -12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #777;
}

.d-none{
    display: none;
}

.archive-title.taxonomy-title {
    text-transform: uppercase;
    font-weight: 200;
}

.d-flex{
    display: flex;
    flex-flow: row wrap;
}

.tf-pagination {
    text-align: center;
    justify-content: center;
}

.tf-pagination a,
.tf-pagination span {
    margin-left: 4px;
    margin-right: 4px;
}

/* Catalogue specifc styles */

.homepage-catalogue {
    display: flex;
    flex-wrap: wrap;
}

div.thumbnail_wrapper {
    width: 100%;
    /*height: 312px;*/
    overflow: hidden;
}

div.thumbnail_wrapper > div {
    padding-top: 150%;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.25s ease-in-out;
}


.tf-af-link:hover div.thumbnail_wrapper > div {
    transform: scale(1.05);
}

/*.tf-home div.thumbnail_wrapper {*/
/*    height: 336px;*/
/*}*/

.box {
    margin: 0;
    clear: both;
    float: none;
}

.box h2.film-title, .taxonomybox h2.entry-title {
    position: relative;
    top: -5px;
}

p.film-desc {
    position: relative;
    color: #a6a6a6;
    padding: 0 8px;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.box h2.film-title a, .taxonomybox h2.entry-title a {
    max-width: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.festivals-title{
    margin-top: 15px;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}

.home .widget-title {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}

/* Category Specific Styles */

h1.taxonomy-title{
    width: 100%;
    padding: 0;
    margin: 0;

    padding-top: 2.5px;
    margin-bottom: 30px;
}

.boxheight .thumbnail_wrapper img {
    min-width: -webkit-fill-available;
}

/* Custom post styles */

.featured-image{
    width: 100%;
}

.film_header {
    width: 100%;
}
.film_header img{
    width: 100%;
    /* position: inherit; */
    object-fit: cover;
    object-position: center;

}

.poster img{
    width: 100%;
}


.mb-3{
    margin-bottom: 2rem;
  }

  .p-0{
      padding: 0 !important;
  }

.entry-content img{
    max-width: 100%;
}

.thumbnail{
    height: 170px;
    min-height: 170px;
    max-height: 170px;
}

a.button{
    max-width: 220px;
    margin-left: 0;
    margin-right: 20px;
    width: auto;
}

/*
.box h2.film-title a, .taxonomybox h2.entry-title a {
    background: #00DD58;
}
*/

.box h2.film-title,
.taxonomybox h2.entry-title {
	z-index:1 !important;
    margin-bottom: 12px;
    top: 8px;
    transition: padding-left 0.25s, padding-right 0.25s;
}

.box .tf-af-link:hover h2.film-title {
    padding-left: 16px;
    padding-right: 0;
}

#post-10588 {
	position: relative;
	z-index:0;
}

.block-featuredImage .featImg.ng-scope {
    max-height: 112px;
    width: 100% !important;
    object-fit: cover;
    min-height: 112px;
}

.p-0{
	padding: 0;
}
select.js-category {
	width:100%;
	text-transform:uppercase;
}

.thumbnail_wrapper {
    overflow: hidden;
}

/*.thumbnail_wrapper:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 30%;*/
/*    background: linear-gradient(to top,rgba(255,255,255,1) 0, rgba(255,255,255,0.8) 10%, rgba(255,255,255,0) 100%);*/
/*    pointer-events: none;*/
/*    z-index: 1;*/
/*}*/

.thumbnail_wrapper img {
    width: 100%;
    object-fit: cover;
    height: 312px;
    transition: transform 0.25s;
}

.tf-af-link:hover .thumbnail_wrapper  img {
    transform: scale(1.05);
}

.resetButton{
    all: unset;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0.5px 5px 15px -10px rgba(0,0,0,0.25);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
}

/* Remove IE arrow */

select::-ms-expand {
  display: none;
}

/* Custom Select */

.select {
  position: relative;
  display: flex;
  height: 36px;
  line-height: 3;
  background: #ffffff;
  overflow: hidden;
  border-radius: .25em;
  border: 1px solid #EC1848;
}

select {
  flex: 1;
  padding: 0 .5em;
  color: #EC1848;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}

/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #ffffff;
  color: #EC1848;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

/* Transition */

.select:hover,
.select:hover::after {
    color: #333333;
}

select option {
    font-weight: 600;
}




h2.categoryTitle {
    margin-bottom: 15px;
}

.featured-image.custom img {
	max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

h3.banner-text {
    color: white !important;
}

 /* PR & PUBLICITY */

.tf-separator span {
    border-top: 7px solid #EC1847 !important;
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 1rem;
}

.tf-separator .elementor-divider {
    padding-top: 0 !important;
}

/*.we-do h1,*/
/*.we-do h6,*/
/*.we-do a,*/
/*.nav-pr-and-publicity a,*/
/*.pr-publicity-film .elementor-post-info span,*/
/*.press-festivals p,*/
/*.clients h6,*/
/*.clients p {*/
/*    font-family: 'Montserrat', sans-serif !important;*/
/*}*/

.pr-and-publicity h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    line-height: 46px;
    margin-top: 10rem;
    text-align: center;
}

.pr-and-publicity h6 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    text-align: center;
}

.pr-and-publicity .text {
    text-align: center;
}

.pr-and-publicity .elementor-text-editor a {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 0.75rem 1rem;
    margin-bottom: 2rem;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
}

.pr-and-publicity .elementor-text-editor a:hover {
    background-color: #ffffff;
    color: #666666;
}

.pr-and-publicity .logo {
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
}

.nav-pr-and-publicity {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.nav-pr-and-publicity li {
    padding: 0.75rem;
}

.nav-pr-and-publicity a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.pr-publicity-film {
    margin-bottom: 1rem;
}

.pr-publicity-film .elementor-post-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.pr-publicity-film .elementor-post-info span {
    color: #a6a6a6;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    padding: 0 8px;
}

.pr-publicity-film .elementor-post-info li:first-of-type span {
    color: #111;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
}

.films-projects {
    margin-bottom: 1rem;
}

/*.films-projects .elementor-widget-wrap,*/
/*.elementor-page-15069 div[data-elementor-type="wp-page"] section:not(.divider) .elementor-widget-wrap {*/
/*    padding-left: 0 !important;*/
/*    padding-right: 0 !important;*/
/*}*/

.films-projects .elementor-widget-loop-grid .elementor-grid {
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.press-festivals p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.press-festivals strong {
    font-weight: 600;
}

.press-festivals a {
    color: #000000;
}

.press-festivals .light p,
.press-festivals .light a {
    color: #FFFFFF;
}

.clients p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.clients h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 0.25rem;
    text-align: center;
}

.categoryTitle.home-title {
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
    word-wrap: break-word;
}

.about-us .elementor-tab-content p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px;
    line-height: 28px;
    text-shadow: none;
    letter-spacing: 0;
}

.we-do p,
.we-do ul {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 200;
}

.we-do p {
    margin-bottom: 1rem;
}

.we-do p a {
    color: #fff;
}

.we-do p a:hover {
    text-decoration: underline;
}

.we-do ul {
    padding-left: 18px;
}

.we-do ul li {
    list-style: disc;
    margin-top: 8px;
    margin-bottom: 8px;
}

.we-do .publicity-and-pr h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 200;
}

.we-do .footer p {
    text-align: center;
}

.we-do .footer p a {
    color: #FFFFFF;
}

.we-do .footer p a:hover {
    text-decoration: underline;
}

.we-do .menu {
    text-align: center;
}

.we-do .menu p {
    margin-bottom: 2rem;
}

.we-do .we-do-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.we-do .we-do-nav div {
    text-transform: uppercase;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}

.we-do .we-do-nav div a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: #ffffff;
}

.we-do .we-do-nav div a:hover {
    text-decoration: underline;
}

.pr-publicity-film {
    padding-left: 16px;
    padding-right: 16px;
}

.pr-publicity-film .elementor-widget-theme-post-featured-image {
    margin-bottom: 8px !important;
}

@media (max-width: 1439.98px) {
    .films-projects {
        margin-left: 0;
        margin-right: 0;
    }

    .films-projects .elementor-widget-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pr-publicity-film {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1199.98px) {
    .films-projects {
        margin-left: -8px;
        margin-right: -8px;
    }

    .films-projects .elementor-widget-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pr-publicity-film {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .elementor-nav-menu--main .elementor-nav-menu a,
    .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
    .elementor-nav-menu--main .elementor-nav-menu a:focus,
    .elementor-nav-menu--main .elementor-nav-menu a:hover {
        padding: 13px 15px !important;
    }

    .pr-publicity-film .elementor-post-info li span {
        font-size: 12px;
        line-height: 18px;
        padding: 0 4px;
    }

    .pr-publicity-film .elementor-post-info li:first-of-type span {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 767.98px) {
    .home-title {
        padding: 15px 0;
    }

    .pr-and-publicity h1 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 1rem;
    }

    .pr-and-publicity h6 {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .pr-and-publicity .elementor-text-editor a {
        font-size: 16px;
        line-height: 22px;
        padding: 0.5rem 0.75rem;
        margin-bottom: 2rem;
    }

    .nav-pr-and-publicity {
        justify-content: space-around;
        flex-flow: wrap;
    }

    .nav-pr-and-publicity li {
        padding: 0.375rem 0.625rem;
    }

    .nav-pr-and-publicity a {
        font-size: 14px;
        line-height: 20px;
    }

    .pr-publicity-film .elementor-post-info li:first-of-type span {
        font-size: 16px;
        line-height: 22px;
    }
}


@media (max-width: 379.98px) {
    .nav-pr-and-publicity li {
        padding: 0.375rem 0.5rem;
    }

    .pr-and-publicity h1 {
        font-size: 28px;
        line-height: 34px;
        margin-top: 1rem;
    }

    .pr-and-publicity h6 {
        font-size: 12px;
        line-height: 18px;
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .pr-and-publicity .elementor-text-editor a {
        font-size: 13px;
        line-height: 19px;
        padding: 0.5rem 0.5rem;
        margin-bottom: 2rem;
    }

    .pr-and-publicity .logo {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto;
    }
}
