@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/



/* =========================
   RESET + GLOBAL
========================= */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.6;
      color: #111;
      background: #fefefe;
    }

    a {
      text-decoration: none;
      color: inherit;
    }

    header {
      display: flex;
      flex-wrap: wrap;
      background: #ff7a7a;
      color: #111;
    }

    /* Left Image */
    .header-img {
      flex: 1;
      min-width: 250px;
    }

    .header-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

/* =========================
   HEADER + NAVIGATION
========================= */

    .header-content_right {
      flex: 1;
    }
    .header-content {
      flex: 1;
      padding: 2rem 5rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    nav {
      display: flex;
      justify-content: flex-end;
      gap: 1.5rem;
      font-weight: bold;
    }
    nav a {font-size: 20px;}

    nav a:hover {
      text-decoration: underline;
    }

    .intro h1 {
      letter-spacing: 1.9px;
      font-size: 82px;
      margin-top:150px;
      line-height: 88px;
      font-weight: 900!important;
/*      font-family: "Anton", sans-serif;*/
      border-bottom: 2px solid #000;
      margin-bottom: 20px;
      padding-bottom: 20px;
    }

    .intro p {
      margin-top: 0.5rem;
      font-size: 19px;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.4;
    }
    .intro p span {
      margin-top: 0.5rem;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.4;
    }
    h1, h2 {font-weight: 800!important;}


/* =========================
   HERO SECTIONS
========================= */
    /* Journey Section */
    .lightsubhead {font-weight: 300; display: block;}
    .innerpart {
      padding: 3rem 1rem;
      max-width: 1000px;
      margin: auto;
    }

    .journey {
      background: #f8f6f1;
      text-align: center;
    }
    .timeline img {
      width:100%;
    }

    .journey h2 {
      font-size: 42px;
      margin-bottom: 2rem;
    }

   

    /* Storytelling Section */
    .storytelling {
      background: #ff7a7a;
      padding: 3rem 2rem;
      text-align: left;
    }

    .storytelling h2 {
      font-size: 42px;
      margin-bottom: 1.5rem;
      line-height: 56px;
    }

    .content-part p {
      margin-bottom: 20px;
      font-size: 18px;
    }

    .storytelling button {
      background: #111;
      color: #fff;
      border: none;
      padding: 0.7rem 1.5rem;
      margin-top: 1rem;
      cursor: pointer;
      border-radius: 4px;
    }

    button {font-family: "Open Sans", sans-serif; font-weight: 500;}

    .storytelling button:hover {
      opacity: 0.8;
    }
    .center-button {text-align: center;}

    /* Newsletter */
    .newsletter {
      text-align: center;
      padding: 5rem 2rem;
    }

    .newsletter input {
      padding: 0.7rem;
      width: 250px;
      border: 2px solid #111;
      margin-top: 0.5rem;
      font-size: 18px;
    }

    .newsletter span {color:#ff5757; display: block; font-weight: 600; margin-top:20px;}
    .nslight {background: #f8f6f1!important;}
    .newsletter h2 {
      font-weight: 500 !important;
      font-size: 40px;
      line-height: 48px;
      color: #313637;
      width: 750px;
      margin: 0 auto;
    }

/* =========================
   GRID + CONTENT BLOCKS
========================= */


/* =========================
   HOME SECTIONS
========================= */


/* =========================
   BLOG PAGES
========================= */
    .colorHeader {
      display: flex;
      justify-content: space-between;
      padding-top: 30px !important;
      align-items: center;
      padding: 1rem 2rem;
      background: #ff7a7a;
      color: #111;
    }

    .colorHeader .logo {
      font-weight: 800;
      letter-spacing: 1px;
          font-size: 20px;
/*      font-family: "Anton", sans-serif;*/
      line-height: 20px;
    }

    .colorHeader nav {
      display: flex;
      gap: 1.5rem;
      font-weight: bold;
    }

    .colorHeader nav a:hover {
      text-decoration: underline;
    }

    /* Hero */
    .hero {
      background: #ff7a7a;
      color: #111;
      padding: 3rem 2rem;
    }

    .hero h1 {
      font-size: 42px;
      font-weight: 400;
      line-height: 38px;
    }

    .hero p {
      margin-top: 0.5rem;
      font-size: 1rem;
    }

    /* Blog Section */
    .blog {
      max-width: 900px;
      margin: 2rem auto;
      padding: 0 1rem;
    }

    .post {
      border-bottom: 1px solid #ddd;
      padding: 1.5rem 0;
    }

    .post h2 {
      font-size: 32px;
      font-weight: 600 !important;
      color: #ff7a7a;
      margin: 0.5rem 0;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .post-date {
      font-size: 0.9rem;
      color: #666;
    }

    .content {
      display: none;
      margin-top: 1.5rem;
      padding-right: 40px;
    }

    .content p {
      margin-bottom: 0.5rem;
    }

    .accordion-icon {
    font-size: 2.3rem;
    font-weight: 400;
    }

    .see-more {
      display: block;
      margin: 2rem auto;
      background: #333;
      color: #fff;
      border: none;
      padding: 0.7rem 1.5rem;
      cursor: pointer;
      border-radius: 4px;
    }

    .see-more:hover {
      opacity: 0.8;
    }

    .newsletter.darkbg { background: #ff7a7a;}


  /* -----------*/
      .hero .date {
      margin-top: 0.5rem;
      font-size: 0.9rem;
    }

    /* Featured Image */
    .featured-image {
      max-width: 900px;
      margin: 2rem auto;
      padding: 0 1rem;
    }

    .featured-image img {
      width: 100%;
      border-radius: 12px;
      display: block;
    }

    /* Blog Content */
    .blog-content {
      max-width: 900px;
      margin: 1rem auto 2rem;
      padding: 0 1rem;
    }

    .blog-content p {
      margin-bottom: 1rem;
    }

    /* Action Buttons */
    .actions {
      text-align: center;
      margin: 2rem 0;
    }

    .actions button {
      background: #333;
      color: #fff;
      border: none;
      padding: 0.6rem 1.2rem;
      margin: 0.5rem;
      cursor: pointer;
      border-radius: 6px;
      font-size: 0.9rem;
    }

    .actions button:hover {
      opacity: 0.85;
    }

    /* Next Blog */
    .next-blog {
      background: #ff7a7a;
      padding: 2rem;
      margin-top: 2rem;
    }

    .next-blog h3 {
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
    }

    .next-blog h2 {
      font-size: 1.5rem;
      font-weight: 800;
    }

    .next-blog p {
      margin: 0.5rem 0;
      font-size: 0.95rem;
    }





/* =========================
   BIO PAGE
========================= */
.page-id-17 .award-logos img:nth-child(3) {
        grid-column: 1 / -1;
        justify-self: center;
    }
    
.page-id-27 .media-box p {

    min-height: auto;
}
.page-id-17 .media-box p {

    min-height: auto;
}
    /* Background section */
    .whbg {background: #f8f6f1;}
    .background {background: #ff7a7a; padding: 3rem 5%; color: #000; position: relative;}
    .bgimageprofile {position: absolute; top: 50px; left:0; width:400px;}
    .background-image {width:65%; margin-left: auto;}
    .background-image p a {text-decoration: underline;}
    .background h4 { margin-bottom: 12px; font-size: 32px; font-weight: bold;  font-weight: 800 !important;}
    .background p { margin-bottom: 12px; }
    .btn {border-radius: 5px; background: #000; color: #fff; padding: 0.4rem 1.2rem; display: inline-block; margin-top: 1rem; }

    h2.section-title { font-size: 32px; text-align: center; margin-bottom: 2rem; font-weight: 700; }
    .film-grid {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
    }
    .myFilmography {background: #f8f6f1; border-bottom: 1px solid #ff5757;}
    .film-card img { border-radius: 8px; width:100%;}
    .film-card p { font-size: 0.9rem;}

    /* Initiatives */
    .myInitiatives {background: #f8f6f1; border-bottom: 1px solid #ff5757;}
    .myTalks {background: #f8f6f1; border-bottom: 1px solid #ff5757;}
    .initiatives {
      display: grid; grid-template-columns: 1fr 5fr; gap: 1.5rem; align-items: center; margin-bottom: 2rem;
    }
    .initiatives img { max-width: 150px; background: #313637;}
    .initiatives p { margin-bottom: 0.5rem; }

    /* Talks */
    .talks {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem;
    }
    .talk-card img { border-radius: 8px; width:100%;}
    .talk-card p {font-size: 0.9rem; }

    /* Newsletter */
    .newsletter {
      background: #ff6f6f; text-align: center; padding: 3rem 5%;
    }
    .newsletter h3 { font-size: 1.5rem; margin-bottom: 1rem; }
    .newsletter input {
      padding: 0.7rem; width: 300px; max-width: 100%;
      border: 2px solid #333; margin-top: 1rem;
    }

  /* Thumbnail box */
  .thumb {
    position: relative;
    overflow: hidden; /* keeps zoomed image inside */
    display: inline-block;
    width: 100%;   /* set as per your layout */
    height: 173px;  /* set as per your layout */
    border-radius: 8px; /* optional */
  }

  /* Image inside */
  .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* keeps image properly filled */
    transition: transform 0.2s ease-in-out;
    transform: scale(1);
  }

  /* Hover zoom effect */
  .thumb:hover img {
    transform: scale(1.05); /* zoom in */
  }
  .film-card h4 a:hover {color:#ff5757;}
  .initiatives a:hover {color:#ff5757;}
  .talk-card h4 a:hover {color:#ff5757;}

  .content_part p a {color:#ff5757;}
  .content_part p a:hover {text-decoration: underline;}
  .content_part p {margin-bottom: 20px;}
    .content_part h3 {cursor: pointer; font-size: 24px; color:#1c1c1c; font-weight: 500; margin-bottom: 20px; display: flex; justify-content: space-between;}
    .content_part h3 a {text-decoration: none;}


    .content_part h2 {font-size: 20px; color:#000; font-weight: 700!impoprtant; margin-bottom: 20px;}
    .content_part h2 a {text-decoration: none;}

    .content_part  ul {padding-left: 30px;}
    .content_part  ul li {margin-bottom: 20px;}
    .content_part  ol {padding-left: 30px;}
    .content_part  ol li {margin-bottom: 20px;}
.wpcf7-submit {cursor: pointer; color:#fff;}
.wpcf7-submit:hover {background: #000!important;}
.newsletter .wpcf7 {width: 300px;}
.emailbody a:hover {text-decoration: underline;}
.wpcf7-submit {
    background-color: #333!important;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    transition: background 0.3s;}
    .wpcf7 form.sent .wpcf7-response-output {
    border-color: #313637;
}

/* =========================
   FILM INDIVIDUAL PAGE
========================= */
    .banner {
      width: 100%;
      height: auto;
    }

    .caption-info {
        padding: 25px 40px;
    }
    .caption-info p {color:#313637; font-size: 18px; font-weight: 400;}
    .film-info {
      padding: 25px 40px;
    }
    .film-infoBackground {position: relative;}
    .film-infoBackground .film-info {position: absolute; bottom:20px}

    .film-info h2 {
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 5px;
      color: #f8f6f1;
    }

    .film-info p {
      font-size: 18px;
      color: #f8f6f1;
      margin-bottom: 0px;
    }

    /* Awards */
    .awards-section {
      text-align: center;
      padding: 40px 20px;
    }

    .awards-section h3 {
      font-size: 32px;
      color: #ff7a7a;
      margin-bottom: 30px;
      font-weight: 800;
    }

    .award-list li h4 {font-size: 18px;}
    .award-list li p {font-size: 18px;}

    .awards-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      align-items: center;
    }

    .award-logos img {
      width: 185px;
      margin-bottom: 15px;
    }
    .award-logos {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .award-list {
      padding: 20px;
      text-align: left;
      max-width: 400px;
      border-radius: 8px;
      list-style: none;
    }

    .award-list li {
      margin-bottom: 20px;
    }

    /* Buttons */
    .buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
      margin: 25px 0;
    }
    .buttons.btnstart { justify-content: start;}
    .fet-video {position: relative;}
    .fet-video span {position: absolute; top: 5px; right: 15px;}
    .fet-video span img {width: 32px;}

    .buttons a {
      background-color: #333;
      color: #fff;
      padding: 10px 20px;
      border-radius: 5px;
      font-size: 14px;
      transition: background 0.3s;
    }

    .buttons a:hover {
      background-color: #000;
    }

    .popup_model {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000c7;
    padding: 30px;
    width: 100%;
    z-index: 9999999;
}
.popup_model .inner_model {
    background: none;
    padding: 30px;
    margin-top: 100px;
}
.inner_model {
    width: 720px;
    margin: 0 auto;
    padding-top: 50px;
}
.close_pop {
    float: right;
    margin-right: -20px;
    margin-top: -20px;
    cursor: pointer;
    width: 28px !important;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

    /* Media Section */
    .media-section {
      background-color: #333;
      color: #fff;
      padding: 50px 20px;
      text-align: center;
    }

    .media-section h3 {
      font-size: 32px;
      color: #ff7a7a;;
      margin-bottom: 80px;
      font-weight: 800;
    }

    .media-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 85px;
      margin-top: 30px;
    }

    .rvwtext img { margin-bottom: 20px; width: 34px;}
    .media-box {
      max-width: 292px;
      text-align: left;
    }
    .media-box img {margin-bottom: 20px; width: 34px;}

    .media-box p {
      font-size: 18px;
      margin-bottom: 10px;
      min-height: 146px;
    }

    .media-box span {
      display: block;
      font-weight: 700;
      font-size: 22px;
      border-top: 2px solid #ff7a7a;
      padding-top: 20px;
      margin-top: 20px;
      line-height: 26px;
      color: #ff7a7a;
/*      font-family: "Anton", sans-serif;*/
    }

    /* Public Reviews */
    .reviews {
      background-color: #ff7a7a;
      padding: 50px 20px;
      text-align: center;
    }

    .reviews h3 {
      font-size: 32px;
      font-weight: 800;
      margin-bottom: 25px;
    }

    .reviews p {
      font-size: 18px;
      line-height: 1.5;
      border-bottom: 2px solid #313637;
      padding-bottom: 30px;
      margin-bottom: 20px;
    }
    .reviews .rvwtext {
      max-width: 600px;
      margin: 0 auto 15px auto;
      text-align: left;
    }

    .reviews a {
      font-weight: 700;
/*      font-family: "Anton", sans-serif;*/
      text-decoration: none;
      font-size: 22px;
    }
    .wpcf7 form .wpcf7-response-output {margin: 2px;}
    .wpcf7 form p span {    margin-top: 5px;}



/* =========================
   WORK WITH ME PAGE
========================= */
.contact .introcnt p  {font-size: 32px; line-height: 42px;text-align: center;}
    .contact {
      display: block;
      grid-template-columns: 1fr 4fr 1fr;
      gap: 40px;
      padding: 160px 120px 0;
      max-width: 1100px;
      margin: auto;
    }

    .articlelist .content p {margin-bottom: 20px;}
    .articlelist .content p a {color:#ff5757;}

    .articlelist h3 {cursor: pointer; font-size: 24px; color:#1c1c1c; font-weight: 500; margin-bottom: 20px; display: flex; justify-content: space-between;}
    .articlelist h3 a {text-decoration: none;}


    .articlelist h2 {font-size: 20px; color:#000; font-weight: 700!impoprtant; margin-bottom: 20px;}
    .articlelist h2 a {text-decoration: none;}

    .articlelist  ul {padding-left: 30px;}
    .articlelist  ul li {margin-bottom: 20px;}
    .articlelist  ol {padding-left: 30px;}
    .articlelist  ol li {margin-bottom: 20px;}



    .articlelist {
      padding: 3rem 22rem 2rem 7rem;
      border-bottom: 1px solid #ff5757;
    }

    .introcnt {
      border: 1px solid #ff7a7a;
      padding: 30px 90px;
      border-radius: 10px;
      font-size: 1.1rem;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom: 0;
    }

    .help h2 {
      font-size: 1.3rem;
      margin-bottom: 20px;
      font-weight: 700;
    }

    .help ul {
      list-style: none;
    }

    .help ul li {
      margin-bottom: 10px;
    }

    .help ul li button {
      width: 100%;
      padding: 12px;
      border: none;
      background: #444;
      color: #fff;
      cursor: pointer;
      font-size: 1rem;
      border-radius: 4px;
      transition: background 0.3s;
    }

    .help ul li button:hover {
      background: #000;
    }

    /* Appointment Form */
    .appointment {
      padding: 40px 20px;
      text-align: center;
      max-width: 800px;
      margin: auto;
    }

    .appointment h2 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      font-weight: 700;
    }

    form {
      display: grid;
      gap: 15px;
      text-align: left;
    }

    label {
      font-weight: bold;
    }

    input, select, textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #333;
      border-radius: 4px;
    }

    textarea {
      min-height: 120px;
      resize: vertical;
    }
    .appointment button.submit {
      background: #ff6f6f;
      border: none;
      padding: 12px;
      font-size: 1rem;
      cursor: pointer;
      border-radius: 6px;
      font-weight: bold;
      transition: background 0.3s;
    }

    .appointment button.submit:hover {
      background: #e85a5a;
    }

/* =========================
   FOOTER
========================= */
    footer {
      background: #313637;
      color: #fff;
      padding: 3rem 4rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: 0.9rem;
    }

    footer .footer-link a {
      display: block;
      margin-bottom: 20px;
      color: #fff;
      margin-right: 1rem;
      font-size: 20px;
    }
    footer .footer-link a:hover {text-decoration: underline;}

    .footer-social h5 {
      font-weight: 400;
      margin-bottom: 6px;
      font-size: 20px;
    }
    .footer-social {margin-bottom: 20px;    width: 300px;}
    .subscribe-footer input {    
      padding: 0.9rem;
      border: 3px solid #ff5757;
      width:100%;
      font-size: 18px;
      text-align: center;
      outline: none;
    }

    .footer-social img {width:32px;}

    .heroh2 h2 {font-size:32px; text-align:center;}






.navbar-toggle {
    border: 0px solid transparent;
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#open-menu {
    display: none;
    margin-left: auto;
    padding-right: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.display-menu {
  display: none;
    padding: 0px 20px;
    width: 100%;
    height: 100vh;
    position: fixed;
    background: #ff7a7a;
    z-index: 9999;
    left: 0;
    top: 0;
}
#close-menu {
    top: 32px;
    right: 32px;
    position: absolute;
    width: 18px;
}
.display-menu ul {
    margin-top: 66px;
    margin-bottom: 30px;
    padding-left: 0;
    list-style: none;
}
.display-menu ul li {
    margin-bottom: 18px;
}
.display-menu ul li a {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}


/* =========================
   RESPONSIVE
========================= */
@media (max-width: 992px) {
nav {display:none!important;}


      nav {
        justify-content: center;
        margin-bottom: 1rem;
      }

      .intro h1 {
        font-size: 2rem;
      }

      .timeline::before {
        left: 20px;
      }

      .timeline-item {
        width: 100%;
        padding-left: 50px;
        text-align: left !important;
      }

      .timeline-item.left,
      .timeline-item.right {
        left: 0;
      }

      .timeline-item::before {
        left: 20px;
      }
}
@media (min-width: 1400px) {
  .background-image {
    width: 72%;
    padding-right: 7%;
  }
  .bgimageprofile {left: 20px;}
}
/*@media (min-width: 1600px) {
  .background-image {width: 63%; padding-right: 22%;}
  .bgimageprofile {left: 340px;}
}*/




@media (max-width: 768px) {
  .newsletter h2 {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
  }
  .intro h1 {
    letter-spacing: 1.9px;
    font-size: 32px;
    margin-top: 20px;
    line-height: 34px;
  }
  .header-content {
    padding: 20px 30px 30px;
  }
  .journey h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .storytelling h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .storytelling {
    padding: 15px;
  }
  footer {
    padding: 2rem 2rem;
  }
  .footer-social h5 {
    margin-bottom: 8px;
  }
  .hero h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .background-image {
    width: 100%;
  }
  .background h4 {
    font-size: 24px;
  }
  .background {
    padding: 30px;
  }
  .bgimageprofile {
    width: 100%;
    display: none;
  }
  h2.section-title {
    font-size: 28px;
  }
  .thumb {
    height: auto;
  }
  .thumb:hover img {
    transform: scale(1); /* zoom in */
  }
  .myFilmography {
    padding: 0 13px;
  }
  .myInitiatives {
    padding: 0 13px;
  }
  .myTalks {
    padding: 0 13px;
  }
  .initiatives {
    display: block;
    text-align: center;
  }
  .initiatives p {
    text-align: center!important;
  }
  .initiatives > div {margin-top: 10px;}
  .inner_model {
    width: 100%;
  }
  .popup_model .inner_model {
    padding: 0px;
  }
  .post h2 {
    font-size: 18px;
    line-height: 27px;
  }
  .contact {
    padding: 50px 30px 0;
  }
  .contact .introcnt p {
    font-size: 18px;
    line-height: 28px;
  }
  .introcnt {
    padding: 30px 20px;
  }
  .heroh2 h2 {font-size:24px;}

  .articlelist h3 {
    align-items: center;
    font-size: 20px;
    line-height: 28px;
  }
  .articlelist {
    padding: 2rem 2rem 2rem 2rem;
  }
  .articlelist h3 {
    margin-bottom: 0;
  }
  .content {
    padding-right: 10px;
  }
  .film-infoBackground .film-info {
    bottom: 0px;
  }
  .film-info {
    padding: 25px 30px;
  }
  .caption-info {
    padding: 25px 30px;
  }
  .awards-section h3 {
    font-size: 28px;
  }
  .awards-container {
    gap: 20px;
  }
  .award-logos img {
    width: 160px;
  }
  .award-list {
    padding: 0px 10px;
  }
  .media-section h3 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .media-box {
    max-width: 100%;
  }
  .media-section {
    padding: 50px 30px;
  }
  .media-box img {
    margin-bottom: 5px;
    width: 27px;
  }
  .media-box span {
    padding-top: 10px;
    font-size: 20px;
  }
  .media-box p {
    min-height: auto;
  }
  .rvwtext img {
    margin-bottom: 10px;
    width: 30px;
  }
  .reviews {
    padding: 50px 30px;
  }
  .reviews h3 {
    font-size: 28px;
  }
  .reviews a {
    font-size: 18px;
  }
  .banner {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }

  #open-menu {
    display: block;
  }
  .display-menu {
    padding: 0px 30px;
  }
  #close-menu {
    top: 47px;
    right: 34px;
  }
  .intro {margin-top: -60px;}
  .footer-social {width: 100%;}
  .newsletter .wpcf7 {width: 100%!important;}

  .wpcf7 form p {text-align:center;}
  .intro p {font-size: 16px;}
  .background-image .buttons.btnstart {justify-content: center;}
  .introcnt p span {display: block;}
  .downonmo {display: block;}
  .content p span {display: block;}
  .film-info h2 {font-size: 22px;margin-bottom: 0px;}
  .film-info p {font-size: 16px;}

  .page-id-17 .award-logos img:nth-child(3) {
  grid-column: 1 / -1;   /* make it span full row */
  justify-self: center;  /* center horizontally */
}

}
