/*
Theme Name: Glowflare Horror Festival
Author: Glowflare Limited
Author URI: http://glowflare.com/
Description: Website design for Glowflare Short Film Festival.
Version: 1.0
*/

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ Global ---------------------------------------- */
/* ------------------------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, legend, table, caption, 
tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
  }
  
* {
  margin: 0px;
  padding: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #000000;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}  

body { height: 100%; background: radial-gradient(ellipse at top, #1b2735 0%, #000000 100%), radial-gradient(ellipse at bottom, #1b2735 0%, #000000 100%) no-repeat; margin: 0px; padding: 0px; }

.wrap { z-index: 1; margin: 0 auto; position: relative; width: 960px; padding: 0px 10px 0px 10px; }
input,
textarea { background: #eee; border-color: #ccc #efefef #efefef #ccc; border-style: solid; border-width: 1px; color: #777; padding: 6px; }
input:focus, 
textarea:focus { background: #fff; }
img#wpstats{ width:0px; height:0px; padding:0px; border:none; overflow:hidden; }
.antispam {display:none;} 
:focus { outline: 0; } 
table { border-collapse: separate; border-spacing: 0; } 
caption, th, td { font-weight: normal; text-align: left; } 
a img { border: 0; }
.left { float: left; }
.center { margin-left: auto; margin-right: auto; }
.right { float: right; }
* html .clear { height: 1%; }
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; } 
.clear { display: block; }
article, aside, details, figcaption, figure, hgroup, menu, nav, section { display: block; }
select {border-radius: 10px !important;}
iframe {border-radius: 10px;}

/* ------------------------------------------------------------------------------------ */
/* ---------------------------- Global Fonts & Hyperlinks ----------------------------- */
/* ------------------------------------------------------------------------------------ */

html,
body { font-family: 'Helvetica Neue', Arial, sans-serif; }
blockquote,
blockquote a { color: #666; font-size: 1em; font-style: italic; }
blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ""; } 
blockquote, 
q { quotes: "" ""; } 
ul, 
ol {  }
ul li, 
ol li {  }

  
h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: inherit; }
h1 { font-size: 44px ; line-height: 52px; font-weight: bold; }
h2 { font-size: 32px ; line-height: 32px; font-weight: bold; }
h3 { font-size: 22px; line-height: 22px; font-weight: bold; }
h4 { font-size: 20px; line-height: 20px; font-weight: bold;}
h5 { font-size: 12px; }
h6 { font-size: 12px; }
hr { background-color: #ffffff; height: 3px; } 
strong { font-weight:bold; }

body a, 
body a:visited, 
body a:active, 
body a:focus, 
body a:hover {
    text-decoration: none;
    color: #fe0000;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ 404 page -------------------------------------- */
/* ------------------------------------------------------------------------------------ */

/* Error page container */
#error-content {
	background-color: #3f3f3f;
    text-align: center;
    padding: 20px;
    color: #ffffff;
	margin-bottom: 10px;
	border-radius: 10px;
}

/* Font Awesome icon */
.error-image {
    margin: 10px auto;
    display: block;
}

.error-image i {
    font-size: 180px;
    color: #fe0000;
}

/* Error code text */
.error-code {
    font-size: 150px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

/* Error page text */
.error-page {
    font-size: 24px;
    color: #ffffff;
    margin: 10px 0;
}

/* Search box styles */
.search-box {
    margin: 20px 0;
}

.search-box p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}

.search-box form {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.search-box input[type="search"] {
    padding: 10px;
    font-size: 16px;
    border: 2px solid #333;
    border-radius: 5px;
    width: 300px;
}

.search-box input[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-box input[type="submit"]:hover {
    background-color: #ff6347;
}

/* Adjusted button styles */
.buttons {
    display: flex;
    justify-content: center; /* Center the buttons horizontally */
    align-items: center; /* Center the buttons vertically */
    gap: 10px; /* Add space between buttons */
    width: 100%; /* Ensure the container takes full width */
}


/* ------------------------------------------------------------------------------------ */
/* -------------------------------------- Travel -------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.hotel, 
.attraction,
.cinema {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    background: #3f3f3f;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.hotel img, 
.attraction img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.hotel .col-md-3, 
.attraction .col-md-3 {
    padding-right: 0;
    display: flex;
    align-items: center;
}

.hotel .col-md-5, 
.attraction .col-md-5 {
    padding-left: 10px;
}

.hotel h4, 
.attraction h4,
.cinema h4 {
    color: #fe0000;
}

.hotel p, 
.attraction p,
.cinema p {
    margin: 0;
}

.hotel i, 
.attraction i,
.cinema i {
    color: #fe0000;
    margin-right: 5px; /* Adjust the margin here */
}

.hotel a, 
.attraction a,
.cinema a {
    color: #fe0000;
    text-decoration: none;
}

.hotel iframe, 
.attraction iframe {
    width: 100%;
    height: 100%; /* Make iframe fill the parent container's height */
    border: none;
    border-radius: 10px;
}

.hotel .stars {
    margin-bottom: 10px; 
}

.hotel .col-md-3, 
.hotel .col-md-4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cinema-map {
    width: 100%;
    height: 230px;
    margin-bottom: 10px;
}

.cinema-map iframe {
    border: none;
}

@media (max-width: 767.98px) {
  .mt-10px {
    margin-top: 10px !important;
  }
}

/* ------------------------------------------------------------------------------------ */
/* ----------------------------------- Press Hub -------------------------------------- */
/* ------------------------------------------------------------------------------------ */

/* Hero Section */
.hero {
    background: #3f3f3f;
    color: #ffffff;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 10px;
    transition:
      background-color 0.5s,
      color 0.5s;
  }
  
  .hero h1 {
    font-size: 3em;
    margin-bottom: 20px;
  }
  
  .hero p {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
  
  .hero .cta-button {
    background-color: #fe0000;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 30px;
    font-size: 1.1em;
    border-radius: 10px;
    text-decoration: none;
    transition:
      background-color 0.5s,
      color 0.5s;
  }
  
  .hero .cta-button:hover {
    background-color: #ffffff;
    color: #fe0000;
  }

  .cta-button {
    background-color: #fe0000;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.5s, color 0.5s;
    border: none;
    cursor: pointer;
  }
  
  .cta-button:hover {
    background-color: #ffffff;
    color: #fe0000;
  }
  
  /* Footer CTA Section */
  .footer-cta {
    background: #3f3f3f url("../png/question-background.png") no-repeat center center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: background-color 0.5s, color 0.5s;
  }
  
  .footer-cta h2 {
    margin-bottom: 30px;
  }
  
  .footer-cta a,
  .footer-cta button {
    background-color: #fe0000;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 30px;
    border-radius: 10px;
    text-decoration: none;
    transition: background-color 0.5s, color 0.5s;
    border: none;
    cursor: pointer;
  }
  
  .footer-cta a:hover,
  .footer-cta button:hover {
    background-color: #ffffff;
    color: #fe0000;
  }
  
  /* Timeline Section */
  .timeline-section {
    background: #3f3f3f;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  
  .timeline {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
  }
  
  .timeline:before {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #fe0000;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .timeline-item {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .timeline-item:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fe0000;
    border-radius: 50%;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  
  .timeline-item-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 2;
    margin: 10px 0;
  }
  
  .timeline-item-content h3 {
    margin-bottom: 10px;
    color: #333;
  }
  
  .timeline-item-content p.date {
    font-size: 1.3em;
    color: #fe0000;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .timeline-item-content p {
    margin-bottom: 0;
    color: #666;
  }
  
  .fee-details {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
    text-align: left;
  }
  
  /* General Content Box */
  .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    gap: 10px;
  }
  
  .content-box-info {
    flex: 2;
    color: #3f3f3f;
    margin-right: 10px;
  }
  
  .content-box-info h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #fe0000;
  }
  
  .content-box-info p {
    font-size: 1em;
    color: #3f3f3f;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  
  .content-box-cta {
    flex: 1;
    text-align: right;
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    align-items: flex-end; /* Align buttons to the right */
    gap: 10px; /* Add spacing between buttons */
  }
  
  .content-box-cta .cta-button {
    padding: 10px 20px; /* Reduced padding for better formatting */
    font-size: 1em; /* Slightly smaller font size for compact design */
    font-weight: bold;
    background-color: #fe0000;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    transition:
      background-color 0.3s,
      color 0.3s;
    width: 100%; /* Default to full width inside flex container */
    max-width: 160px; /* Set max width to standardize across buttons */
    text-align: center; /* Center-align text inside the button */
  }
  
  .content-box-cta .cta-button:hover {
    background-color: #3f3f3f;
    color: #fe0000;
  }
  
  /* Responsive Layout */
  @media (max-width: 768px) {
    .content-box {
      flex-direction: column;
      text-align: center;
    }
  
    .content-box-info {
      margin-right: 0;
      margin-bottom: 20px;
    }
  
    .content-box-cta {
      text-align: center;
    }
  }
  
  /* Section Styling */
  .section {
    margin-bottom: 10px;
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
  }
  
  .section-header {
    background: #fe0000;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 26px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
  }
  
  .section-header h2 {
    line-height: 36px;
  }
  
  .section-header i {
    margin-right: 10px;
    line-height: 26px;
  }
  
  .logo-box-container {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
  }
  
  .logo-box {
    flex: 1;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background: #f4f4f4;
  }
  
  .logo-box img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: #cccccc;
  }
  
  .logo-box p {
    margin-top: 10px;
  }
  
  .logo-box .cta-button {
    display: inline-block;
  }
  
  .dos-donts {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    align-items: stretch; /* Ensures both boxes are the same height */
  }
  
  .dos,
  .donts {
    flex: 1; /* Ensures equal width */
    display: flex;
    flex-direction: column; /* Allows content inside to stack vertically */
    justify-content: space-between; /* Adjusts inner spacing if needed */
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box; /* Includes padding in size calculation */
  }
  
  .dos {
    background: #e8f5e9;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
  }
  
  .dos ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
  }
  
  .dos li {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-left: 5px solid #4caf50;
    border-radius: 5px;
  }
  
  .dos li:last-of-type {
    margin-bottom: 0px;
  }
  
  .donts {
    background: #ffebee;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }
  
  .donts ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0px;
  }
  
  .donts li {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-left: 5px solid #f44336;
    border-radius: 5px;
  }
  
  .donts li:last-of-type {
    margin-bottom: 0px;
  }
  
  .color-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .color-swatch {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 15px;
  }
  
  .color-details {
    flex: 1;
  }
  
  .color-details p {
    margin: 0;
    font-size: 1.1em;
    font-weight: bold;
  }
  
  .color-code {
    margin-top: 5px;
    display: flex;
    align-items: center;
  }
  
  .color-code strong {
    margin-right: 10px;
  }
  
  .color-code input {
    flex: 1;
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
  }
  
  .color-code input:focus {
    outline: 2px solid #fe0000;
  }
  
  .color-description h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #fe0000;
  }
  
  .color-description ul {
    margin: 10px 0;
    padding-left: 20px;
  }
  
  .color-description li {
    margin-bottom: 5px;
  }
  
  /* Social Media Section */
  .content-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  
  .content-card {
    flex: 1 1 calc(45% - 20px); /* 2 cards per row */
    background-color: #3f3f3f;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
  }
  
  .content-card h3 {
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #fe0000;
  }
  
  .content-card p {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1em;
  }
  
  .content-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .content-card ul li {
    line-height: 1.4;
  }
  
  /* Grid Section */
  .grid-section {
    padding: 0px;
    margin-bottom: 10px;
  }
  
  .grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  
  .grid-item {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    flex: 1 1 calc(25% - 40px); /* Four items per row */
    min-width: 200px;
    -webkit-transition:
      transform 0.5s,
      background-color 0.5s,
      color 0.5s;
    -moz-transition:
      transform 0.5s,
      background-color 0.5s,
      color 0.5s;
    -ms-transition:
      transform 0.5s,
      background-color 0.5s,
      color 0.5s;
    -o-transition:
      transform 0.5s,
      background-color 0.5s,
      color 0.5s;
    transition:
      transform 0.5s,
      background-color 0.5s,
      color 0.5s;
  }
  
  .grid-item:hover {
    background-color: #fe0000;
    color: #ffffff;
  }
  
  .grid-item i {
    font-size: 36px;
    color: #fe0000;
    margin-bottom: 10px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
  
  .grid-item:hover i {
    color: #ffffff;
  }
  
  .grid-item h2 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
  
  .grid-item p {
    font-size: 0.9em;
    color: #666666;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
  
  .grid-item:hover p {
    color: #ffffff;
  }
  /* Styling Unavailable Buttons */
  .grid-item .unavailable-button {
    display: inline-block;
    background-color: #b0b0b0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
    transition: none;
  }
  
  .grid-item .unavailable-button:hover {
    background-color: #b0b0b0;
    color: #fff;
  }
  
  .grid-item .download-button {
    display: inline-block;
    background-color: #fe0000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    transition:
      background-color 0.3s,
      color 0.3s;
  }
  
  .grid-item .download-button:hover {
    background-color: #ffffff;
    color: #fe0000;
  }
  
  /* Notice Section */
  .notice-section {
    background-color: #fff3e0;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    text-align: center;
  }
  
  .notice-section h2 {
    color: #333333;
    font-size: 1.5em;
    margin-bottom: 10px;
  }
  
  .notice-section p,
  .notice-section ul {
    color: #666666;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  
  .notice-section ul {
    padding-left: 20px;
  }
  
  .notice-section ul li {
    margin-bottom: 10px;
  }
  
  /* Steps Section */
  .steps-section {
    padding: 20px;
    background-color: #3f3f3f;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .steps-section h2 {
    color: #fe0000;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .steps-section h2:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 5px;
    height: 2px;
    background-color: #fe0000;
  }
  
  .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  
  .step {
    flex: 1 1 calc(33% - 40px);
    background: #3f3f3f;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition:
      transform 0.3s,
      box-shadow 0.3s;
  }
  
  .step h3 {
    font-size: 1.5em;
    color: #fe0000;
    margin-bottom: 10px;
  }
  
  .step p {
    margin-bottom: 0px;
  }
  
  .flexible-details {
    background-color: #3f3f3f;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .flexible-details h2 {
    color: #fe0000;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .flexible-details h2:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 5px;
    height: 2px;
    background-color: #fe0000;
  }
  
  .flexible-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  
  .flexible-card {
    background-color: #fe0000;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #fff;
  }
  
  .flexible-card h3 {
    font-size: 1.5em;
    color: #fe0000;
    margin-bottom: 10px;
  }
  
  .flexible-card p {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  /* Information Section */
  .information-section {
    background-color: #3f3f3f;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .information-section h2 {
    margin-bottom: 20px;
    color: #fe0000;
  }
  
  .information-section h2:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 5px;
    height: 2px;
    background-color: #fe0000;
  }
  
  .information-section a {
    background-color: #fe0000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
  }
  
  .information-section a:hover {
    background-color: #fff;
    color: #fe0000;
  }
  
  .flexible-details {
    background-color: #3f3f3f;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    margin-bottom: 10px;
  }
  
  .flexible-details h2 {
    color: #fe0000;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .flexible-details h2:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 5px;
    height: 2px;
    background-color: #fe0000;
  }
  
  .flexible-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }
  
  .flexible-card {
    background-color: #535353;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #fff;
  }
  
  .flexible-card h3 {
    font-size: 1.5em;
    color: #fe0000;
    margin-bottom: 10px;
  }
  
  .flexible-card p {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  
  /* About the Director Section */
  .about-director {
    text-align: center;
    background-color: #3f3f3f;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
  }
  
  .about-director h2 {
    color: #fe0000;
    margin-bottom: 20px;
  }
  
  .about-director img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  
  .about-director p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  
  /* Steps Section */
  .steps-section {
    padding: 30px 20px;
    background-color: #3f3f3f;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .steps-section h2 {
    width: 100%;
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #fe0000;
  }
  
  .steps-section h2:after {
    content: "";
    display: block;
    width: 100%;
    margin-top: 5px;
    height: 2px;
    background-color: #fe0000;
  }
  
  .steps {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  
  .step {
    flex: 1 1 calc(33% - 40px);
    background: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition:
      transform 0.3s,
      box-shadow 0.3s;
  }
  
  .step h3 {
    font-size: 1.5em;
    color: #fe0000;
    margin-bottom: 10px;
  }
  
  .step p {
    margin-bottom: 0px;
  }
  
  /* Content Section */
  .content-section {
    background: #3f3f3f;
    max-width: 1000px;
    font-size: 1.1em;
    line-height: 1.6em;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  
  .content-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #fe0000;
    position: relative;
    padding-bottom: 10px;
  }
  
  .content-section h2:after {
    content: "";
    display: block;
    width: 100%; /* Matches the container width */
    margin-top: 5px;
    height: 2px;
    background-color: #fe0000;
    position: relative;
    left: 0; /* Aligns with the container's left edge */
    bottom: 0;
  }
  
  .content-section p {
    color: #ffffff;
  }
  
  .content-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
  }
  
  .content-section ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #ffffff; /* Text color for list items */
  }
  
  .content-section ul li:before {
    content: "";
    width: 12px; /* Adjust size for prominence */
    height: 12px; /* Keep width and height equal for a circle */
    background-color: #fe0000; /* Match the theme color */
    border-radius: 50%; /* Creates the circular shape */
    position: absolute;
    left: 0; /* Aligns it to the left margin */
    top: 50%; /* Center it vertically */
    transform: translateY(-50%); /* Adjust position for perfect centering */
  }
  
  /* Press Releases Section */
  .press-release-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Align content at the top */
    background-color: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 10px; /* Adds spacing between items */
    gap: 20px;
  }
  
  .press-release-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px; /* Set a fixed width for the left side */
  }
  
  .press-release-image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px; /* Space between image and button */
  }
  
  .press-release-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .press-release-button {
    width: 100%; /* Button matches the width of the image */
  }
  
  .press-release-button .view-press-release {
    display: block;
    width: 100%; /* Button takes full width of the container */
    padding: 10px;
    font-size: 1em;
    font-weight: bold;
    background-color: #fe0000;
    color: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    transition:
      background-color 0.3s,
      color 0.3s;
  }
  
  .press-release-button .view-press-release:hover {
    background-color: #ffffff;
    color: #fe0000;
  }
  
  .press-release-right {
    flex: 1;
    color: #3f3f3f; /* Neutral text color */
  }
  
  .press-release-right .press-release-date {
    font-size: 0.9em;
    color: #777; /* Subdued text for date */
    margin-bottom: 10px;
  }
  
  .press-release-right h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #fe0000; /* Highlighted heading color */
  }
  
  .press-release-right p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  
  /* Responsive Layout */
  @media (max-width: 768px) {
    .press-release-box {
      flex-direction: column;
      text-align: center;
    }
  
    .press-release-left {
      max-width: 100%; /* Ensure the image and button take full width */
      margin-bottom: 20px; /* Space between left and right sections */
    }
  
    .press-release-left img {
      max-width: 100%;
    }
  
    .press-release-right {
      text-align: left; /* Center-align the text on small screens */
    }
  }


  /* General Footer Styling */

footer .box {
  width: 100%;
  margin: 0 auto; /* Center-align the footer content */
}

footer .row {
  display: flex;
  flex-wrap: wrap; /* Enable wrapping for smaller screens */
  justify-content: space-between; /* Distribute content evenly */
}


/* ------------------------------------------------------------------------------------ */
/* -------------------------------------- Footer -------------------------------------- */
/* ------------------------------------------------------------------------------------ */

/* Copyright Section */
footer .copyright {
  text-align: left;
  font-size: 14px; /* Text size */
  line-height: 1.5;
}

/* Cookie Banner Styling */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #3f3f3f;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between; /* Align text and buttons */
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Cookie Header and Message */
.cookie-content {
  flex: 1;
  margin-right: 20px; /* Space between content and buttons */
}

.cookie-header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fe0000;
}

.cookie-header i {
  margin-right: 8px;
  font-size: 24px;
}

.cookie-message {
  margin: 0;
  font-size: 14px;
  color: #fff;
}

.cookie-message a {
  color: #fe0000;
  text-decoration: underline;
}

/* Buttons for Cookie Banner */
.button-container {
  display: flex;
  flex-direction: column; /* Stack buttons vertically on desktop */
  align-items: flex-end; /* Align buttons to the right */
  gap: 10px; /* Space between buttons */
}

.cookie-button,
.cookie-policy-button {
  background-color: #fe0000;
  color: #ffffff;
  border: none;
  min-width: 120px;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}

.cookie-button:hover,
.cookie-policy-button:hover {
  background-color: #535353; /* Hover color */
  text-decoration: none;
}

.cookie-policy-button {
  margin-bottom: 10px;
}

.logo-container {
display: flex;
justify-content: flex-end; /* Align icons to the right by default */
width: 100%;
margin: 5px auto 15px;
}

.logo-container .footer-logo {
max-height: 40px;
width: auto;
margin: 0px 20px;
}

.logo-container a:first-child .footer-logo {
margin-left: 0;
}

.logo-container a:last-child .footer-logo {
margin-right: 0;
}

.logo-container .separator {
width: 2px;
height: 40px;
background-color: #ffffff; /* Adjust line color */
}

/* Responsive Styling */
@media (max-width: 768px) {
  /* General Footer Adjustments */
  footer .row {
      flex-direction: column; /* Stack rows vertically */
      text-align: center; /* Center-align all text */
  }

  footer .social-media-links {
      justify-content: center; /* Center-align icons on mobile */
      margin-top: 10px;
      margin-bottom: 10px;
      gap: 10px; /* Add more space between icons */
  }

  footer .social-media-links a {
      width: 36px; /* Slightly smaller icons on mobile */
      height: 36px;
      font-size: 20px; /* Smaller icon font size */
  }

  footer .social-media-links a i {
      font-size: 24px; /* Smaller icons */
  }

  footer .copyright {
      text-align: center; /* Center-align text */
      font-size: 12px; /* Smaller text size */
  }

  /* Cookie Banner Adjustments */
  .cookie-banner {
      flex-direction: column; /* Stack content vertically */
      align-items: center; /* Center content horizontally */
      text-align: center;
      padding: 20px 10px;
  }

  .cookie-content {
      text-align: center; /* Center-align text content */
      margin-bottom: 15px; /* Add spacing below text */
  }

  .button-container {
      flex-direction: row; /* Align buttons horizontally */
      justify-content: center;
      gap: 10px; /* Space between buttons */
      width: 100%;
  }

  .cookie-button,
  .cookie-policy-button {
      flex: 1; /* Equal width for buttons on mobile */
      padding: 10px;
      font-size: 14px;
  }
  .logo-container {
  justify-content: center; /* Align content to the center on smaller screens */
}
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ Countdown ------------------------------------- */
/* ------------------------------------------------------------------------------------ */

  .countdown-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto; /* Center the container */
    background: #3f3f3f;
  }
  
  .deadline {
    margin-bottom: 20px;
    background: #ccc;
    padding: 10px; /* Increased padding */
    border-radius: 10px;
    display: flex;
    flex-direction: column; /* Updated to column layout */
    align-items: center;
    width: 100%; /* Full width */
  }

  .past-deadline {
    background: #f7a3a3; /* Different color for past deadline */
  }

  .countdown-costs {
display: flex;
justify-content: center; /* Center items horizontally */
align-items: center; /* Center items vertically */
background: #3f3f3f;
padding: 7px;
border-radius: 10px;
width: 100%;
text-align: center;
margin: 0 auto;
}

.cost-item {
color: #fe0000;
}

.cost-price {
color: #fff;
}

.cost-item,
.cost-price {
font-size: 14px;
font-weight: bold;
margin: 0 4px; /* Adjust margin for spacing between items */
}


  .deadline-passed-box {
    text-align: center;
    background: #3f3f3f;
    border-radius: 8px;
    font-size: 1.5rem; /* Increase font size */
    color: red; /* Make text red */
    font-weight: bold; /* Make text bold */
    line-height: 77px;
    height: 77px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #earlybird-deadline,
  #normal-deadline,
  #late-deadline,
  #extended-deadline,
  #final-deadline,
  #notification-deadline { background: #f0f0f0; padding: 10px; border-radius: 10px; margin-bottom: 10px;}


/* ------------------------------------------------------------------------------------ */
/* --------------------------------- Accessibility ------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.options-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px 0px 10px 10px;
    margin: auto;
}
  
.options-container div {
    flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    margin: 5px;
    background-color: #fe0000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
  
/* Icon styles */
.options-container div .icon {
    font-size: 30px;
}
  
.options-container div .text {
    margin-top: 5px;
    font-size: 14px;
}
  
/* High contrast mode for entire site */
.highContrast {
    background-color: #000 !important;
    color: #fff !important;
}
  
/* High contrast mode for interactive elements */
.highContrast a,
.highContrast p,
.highContrast select,
.highContrast button,
.highContrast input,
.highContrast .options-container div {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
}
  
.highContrast a:hover {
    color: #fe0000 !important;
}
  
  /* Greyscale mode */
.greyscale {
    filter: grayscale(100%) !important;
}
  
/* Font inheritance and text size adjustments */
select, 
button, 
input, 
.options-container div {
    font-family: inherit;
    font-size: 1rem; /* Scalable text size */
}
  
/* Focus outline for better keyboard accessibility */
select:focus, 
button:focus, 
input:focus {
    outline: 2px solid #fe0000;
    border-color: #fe0000;
}
  
/* Default font size and zoom settings */
html, 
body {
    font-size: 16px; /* Default font size, adjustable via JS */
    zoom: 1; /* Reset zoom for normal view */
}
  
.spacedText {
    letter-spacing: 2px !important;
}
  

.largerCursor {
    cursor: zoom-in !important;
}

/* Added CSS for border around sections */
.section-container {
    border-radius: 10px;
    padding: 5px;
    background: #3f3f3f;
}

       /* Hide FilmFreeway link by default */
.nav-bottom {
    display: none;
}

.access-arrow {
    position: absolute;
    top: 21px;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    border: solid #fe0000;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
    transition: border 0.25s ease-in-out;
}

.access-up {
    transform: translateY(-50%) rotate(-135deg);
    -webkit-transform: translateY(-50%) rotate(-135deg);
}

.active .access-arrow,
.access-content:hover .access-arrow {
    border: solid #ffffff;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.active .access-up,
.access-content:hover .access-up {
    border: solid #ffffff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/* ------------------------------------------------------------------------------------ */
/* --------------------------------- Share Buttons ------------------------------------ */
/* ------------------------------------------------------------------------------------ */

.post-share-buttons {
    display: flex; /* Use flexbox for the container */
    flex-direction: column; /* Stack the title and buttons vertically */
    align-items: center; /* Center the content horizontally */
    justify-content: center; /* Center the content vertically */
    text-align: center;
    margin-top: 10px; /* Add some vertical margin to separate it from other content */
}

.share-buttons {
    display: flex; /* Use flexbox for share buttons container */
    justify-content: center; /* Center align buttons */
    flex-wrap: wrap; /* Allow buttons to wrap if needed */
    gap: 8px; /* Add a 10px gap between the buttons */
}

.share-buttons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px; /* Adjust button width as needed */
    height: 34px; /* Adjust button height as needed */
    border-radius: 10px; /* Rounded buttons */
    font-size: 20px; /* Adjust icon size */
    transition: background-color 0.3s ease, color 0.3s ease; /* Smooth transition for hover effect */
    color: #fff; /* Default icon color */
}

.share-buttons a:hover {
    text-decoration: none;
}

/* Facebook */
.share-buttons .facebook {
    background-color: #1877f2; /* Facebook brand color */
    color: #ffffff !important;
}
.share-buttons .facebook:hover {
    background-color: #ffffff;
    color: #1877f2 !important;
}

/* X (formerly Twitter) */
.share-buttons .x {
    background-color: #000000; /* X brand color */
    color: #ffffff !important;
}
.share-buttons .x:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

/* LinkedIn */
.share-buttons .linkedin {
    background-color: #0077b5; /* LinkedIn brand color */
    color: #ffffff !important;
}
.share-buttons .linkedin:hover {
    background-color: #ffffff;
    color: #0077b5 !important;
}

/* Pinterest */
.share-buttons .pinterest {
    background-color: #bd081c; /* Pinterest brand color */
    color: #ffffff !important;
}
.share-buttons .pinterest:hover {
    background-color: #ffffff;
    color: #bd081c !important;
}

/* Reddit */
.share-buttons .reddit {
    background-color: #ff4500; /* Reddit brand color */
    color: #ffffff !important;
}
.share-buttons .reddit:hover {
    background-color: #ffffff;
    color: #ff4500 !important;
}

/* WhatsApp */
.share-buttons .whatsapp {
    background-color: #25d366; /* WhatsApp brand color */
    color: #ffffff !important;
}
.share-buttons .whatsapp:hover {
    background-color: #ffffff;
    color: #25d366 !important;
}

/* Telegram */
.share-buttons .telegram {
    background-color: #0088cc; /* Telegram brand color */
    color: #ffffff !important;
}
.share-buttons .telegram:hover {
    background-color: #ffffff;
    color: #0088cc !important;
}

/* Email */
.share-buttons .email {
    background-color: #000000; /* Black for email */
    color: #ffffff !important;
}
.share-buttons .email:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

/* SMS */
.share-buttons .sms {
    background-color: #34b7f1; /* SMS brand color (similar to Messenger) */
    color: #ffffff !important;
}
.share-buttons .sms:hover {
    background-color: #ffffff;
    color: #34b7f1 !important;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ Author ---------------------------------------- */
/* ------------------------------------------------------------------------------------ */

    /* Basic styling for the author archive page */
    .author-header {
        padding: 30px 0;
        background-color: #f5f5f5;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .author-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center all children horizontally */
    justify-content: center; /* Center all children vertically */
}

.author-avatar {
    position: relative;
    width: 200px; /* Ensure fixed width */
    height: 200px; /* Ensure fixed height */
    border-radius: 50%;
    border: 5px solid #fe0000; /* Keeps the orange border */
    background-color: transparent;
    z-index: 20;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.avatar-image {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden; /* Ensures the image is contained within the circle */
}

.avatar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: none;
    background-color: transparent;
    display: block;
    padding: 0; /* Ensure no padding */
    margin: 0; /* Remove any margin */
    outline: none; /* Ensure no outline on the image */
}

/* Verified Icon Styling */
.verified-icon {
    position: absolute;
    bottom: 10px; /* Positioned slightly above the bottom of the container */
    right: 10px; /* Positioned slightly inside the right of the container */
    background-color: #fe0000;
    border-radius: 50%;
    border: 2px solid #fe0000;
    font-size: 30px;
    color: #3f3f3f; /* Green color for the check icon */
    z-index: 30;
}

    .author-description h1 {
        margin: 0 0 10px;
        font-size: 2em;
        color: #333;
    }

    .author-description p {
        margin: 0;
        font-size: 1.1em;
        color: #666;
    }

    .author-media-links {
    display: block; /* Ensures it takes up the full width */
    width: 100%;    /* Takes the full width below the image */
    margin-top: 20px; /* Optional: Adds some space between the image and links */
    clear: both;     /* Clears any float behavior and places it below the avatar */
}

.author-media-links {
    display: block;
    text-align: center; /* Center the content within the parent container */
    margin-left: auto;
    margin-right: auto;
}

    .author-media-links a {
        display: inline-block;
        width: 40px;
        height: 40px;
        padding: 7px;
        line-height: 26px;
        text-align: center;
        border-radius: 10px;
        background-color: #fe0000; /* Background color for the icon */
        margin: 0px;
        transition: background-color 0.3s ease, color 0.3s ease;
        color: #fff;
        font-size: 26px;
    }

    .author-media-links a i {
        font-size: 28px; /* Increase the size of the icon */
        line-height: 28px; /* Center the icon vertically */
    }

    .author-media-links a:hover {
        background-color: #3f3f3f; /* Background color on hover */
        color: #fe0000; /* Icon color on hover */
    }

    .author-posts {
        padding: 20px;
    }

    /* Responsive styling */
    @media (max-width: 767px) {
        .author-header .author-description {
            text-align: center;
            margin-top: 20px;
        }
    }

    /* Basic styling for the WordPress theme elements */
    .site-main {
        margin: 0 auto;
    }

    /* Entry Header */
    .entry-header {
        position: relative;
        padding: 0;
        text-align: center;
    }

    .entry-header .post-thumbnail {
        width: 100%;
        overflow: hidden;
        margin: 0px auto;
    }

    .entry-header .post-thumbnail img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    /* Post Content */
    .post-content {
        padding: 20px;
        background: #fff;
    }

    .entry-title {
        font-size: 2em;
        margin: 0;
        color: #333;
        margin-bottom: 10px;
    }

    .entry-content {
        line-height: 1.6;
        font-size: 1.1em;
        color: #333;
    }

    .entry-content p {
        margin-bottom: 20px;
    }

    .entry-excerpt {
        font-style: italic;
        color: #555;
        margin-bottom: 20px;
    }

    .comments-template {
        margin-top: 40px;
    }

    /* Entry Meta */
    .entry-meta {
        font-size: 0.9em;
        color: #666;
        margin-bottom: 5px;
    }

    .entry-meta .posted-by {
        display: block;
        margin-bottom: 5px;
    }

    /* Change hyperlink color in meta section to the orange used in the page */
    .entry-meta a,
    .entry-meta a:visited {
        color: #fe0000; /* Use the same orange color as in other parts of your site */
        text-decoration: none;
    }

    .entry-meta a:hover {
        color: #ff6600; /* Optionally, you can change the hover color to a different shade of orange */
        text-decoration: underline; /* Optional: add underline on hover for emphasis */
    }

    /* Sidebar Author Profile Styling */
    .author-bio {
        text-align: center;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

    /* Author Avatar Styling for Posts */
    .post-avatar {
        position: absolute;
        bottom: -35px;
        right: 10px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 5px solid #fe0000; /* Keeps the orange border */
        background-color: transparent; /* Ensure no background color is applied */
        overflow: hidden;
        z-index: 20;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }

    .post-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
        border: none; /* Remove any border applied to the image itself */
        background-color: transparent; /* Ensure no background color is applied */
        padding: 0; /* Ensure no padding is added */
        margin: 0; /* Remove any margin */
    }

    /* Date Styling */
    .the-date {
        display: flex;
        flex-direction: column; /* Stack elements vertically */
        align-items: center; /* Center align horizontally */
    }

    .the-date a.month {
        font-size: 32px;
        line-height: 32px;
        font-weight: bold;
        margin-bottom: 5px; /* Add some space between month and day */
    }

    .the-date a.day {
        font-size: 28px;
        line-height: 28px;
        font-weight: bold;
        display: inline-block; /* Ensure the day remains inline */
    }

    /* Styling for the Recent Posts Section */
    .entry-box {
        position: relative;
        margin-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

    .entry-box a {
        text-decoration: none;
        color: inherit;
    }

    .entry-box img {
        width: 100%;
        height: auto;
    }

    .date-box {
        position: absolute; /* Absolute positioning */
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        background: #fe0000; /* Background color */
        color: #fff; /* Ensure text is white */
        padding: 5px 10px;
        border-radius: 0 0 10px 0;
        text-align: center;
        z-index: 10; /* Keep the date box above the image */
    }

    .entry-content {
        padding: 10px;
        background: #fff;
    }

    .entry-title {
        font-size: 1.25em;
        margin-bottom: 10px;
        color: #fe0000; /* Use the same orange color for titles */
    }

    .entry-meta {
        font-size: 0.9em;
        color: #666;
        margin-bottom: 10px;
    }

    .entry-text {
        font-size: 1em;
        color: #333;
    }
    .row:last-of-type .col-md-6:last-child .entry-box {
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------------ Global ---------------------------------------- */
/* ------------------------------------------------------------------------------------ */


.logo {
    width: 100%;
    max-width: 400px;
    padding: 14px 10px 4px 10px;
    box-sizing: border-box;
    text-align: center;
}
.logo img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.page-heading {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#content { border-radius: 10px; padding: 15px; background: #f0f0f0; width: 100%; margin-bottom: 10px; overflow: hidden; flex: 1; display: flex; flex-direction: column; position: relative; }
#content a, 
#content a:visited { text-decoration: none; color: #fe0000; }
#content a:active { text-decoration: none; color: #fe0000; outline: 0; }
#content a:hover { text-decoration: none; color: #fe0000; }
#content ul,
#content ol { margin: 0; padding: 0; margin-left: 20px; }
#content ul { list-style-type: disc; margin-bottom: 10px; }
#content ol { list-style-type: decimal; }
#content li { }
#content h1 { text-align: center; }
#content .text { flex: 1; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; }
#content .image { flex: 1; display: flex; justify-content: center; align-items: center; max-width: 475px; height: auto; }
#content .image img { height: auto; width: 100%; max-width: 475px; }
#content .submitfilm { text-align: center; }

#section {
    border-radius: 10px;
    background: #f0f0f0;
    color: #3f3f3f;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden; /* Add this line */
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

#section .text {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically */
    align-items: center; /* Centers content horizontally */
    position: relative;
    height: 100%; /* Ensures it fills the parent's height */
    padding: 15px; /* Optional: Add padding if needed */
}

  #section .image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    height: auto;
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
  }

  #section .image img {
    height: auto;
    width: 100%;
    max-width: 500px;
    margin: 0; /* Ensure no margin around the image */

  }

  #section .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0; /* Remove default margin from the row */
    padding: 0; /* Remove any padding */
}

#section .col-md-6 {
    padding: 0; /* Remove padding between columns */
}



#section a {
    color: #3f3f3f;
}

#section ul,
#section ol { margin: 0; padding: 0; margin-left: 20px; }
#section ul { list-style-type: disc; margin-bottom: 20px; }
#section ol { list-style-type: decimal; }
#section li { padding-right: 10px; }
#section li a { color: #3f3f3f; }

#main {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden; /* Add this line */
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}
#main ul,
#main ol { margin: 0; padding: 0; margin-left: 20px; }
#main ul { list-style-type: disc; margin-bottom: 20px; }
#main ol { list-style-type: decimal; }
#main li { padding-right: 10px; }

.read-more,
.read-article { width: fit-content; background: #fe0000; color: #fff; padding: 10px 20px; border: none; border-radius: 10px; cursor: pointer; font-size: 16px; font-weight: bold; }
.read-more,
.read-more:after,
.read-article,
.read-article:after { -webkit-transition: background 0.5s, color 0.5s; -moz-transition: background 0.5s, color 0.5s; -ms-transition: background 0.5s, color 0.5s; -o-transition: background 0.5s, color 0.5s; transition: background 0.5s, color 0.5s; }
.read-more:hover, 
.read-more.active, 
.read-more:hover:after, 
.read-more.active:after,
.read-article:hover, 
.read-article.active, 
.read-article:hover:after, 
.read-article.active:after { background: #3f3f3f; color: #fe0000 !important;}

.countdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    margin: 0px;
}

.countdown-title {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: #3f3f3f;
}

.countdown-title .nextfest {
   color: #fe0000;
   font-size: 26px;
   line-height: 34px;
   font-weight: bold;
}

.countdown-title .nextdate {
   color: #fff;
   font-size: 20px;
   line-height: 30px;
}

.countdown-items {
   display: flex;
   justify-content: space-between;
   width: 100%;
   gap: 10px;
   color: #fff;
}

.countdown-item {
   margin: 10px 0px;
   text-align: center;
   background-color: #3f3f3f;
   padding: 4px;
   border-radius: 10px;
   flex: 1;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.countdown-item span {
   font-size: 35px;
   line-height: 42px;
   font-weight: bold;
   display: block;
   color: #fe0000;
}

.countdown-item small {
   display: block;
   font-size: 15px;
   line-height: 27px;
   color: #fff;
}

.social-media-links {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.social-media-links a {
    display: inline-flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    background-color: #fe0000;
    margin: 0px;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #fff;
    font-size: 26px;
    text-decoration: none;
}

.social-media-links a i {
    font-size: 28px;
    line-height: 28px;
    text-decoration: none;
}

.social-media-links a:hover {
    background-color: #3f3f3f;
    color: #fe0000;
    text-decoration: none;
}

.social-media-links a:visited,
.social-media-links a:active {
    color: #fff; /* Ensures color remains white */
    background-color: #fe0000; /* Keeps the background unchanged */
    text-decoration: none;
}

.filmfreeway-link {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 129 / 50;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 8px;
}

.filmfreeway-link::before, 
.filmfreeway-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
    z-index: 1;
}

.filmfreeway-link::before {
    background-image: url('../png/filmfreeway.png');
    background-position: top left;
    opacity: 1;
}

.filmfreeway-link::after {
    background-image: url('../png/filmfreeway.png');
    background-position: bottom left;
    opacity: 0;
}

.filmfreeway-link:hover::before {
    opacity: 0;
}

.filmfreeway-link:hover::after {
    opacity: 1;
}

.filmfreeway-link a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}


  /* Style for the FAQ options */
  .faq-option {
    cursor: pointer;
    padding: 10px;
    background-color: #3f3f3f;
    border-radius: 6px;
    margin: 5px;
    text-align: center;
    width: 150px;
  }

  /* Hide all FAQs initially */
  .faq {
    display: none;
  }
   @media only screen and (max-width: 768px) {
    }
    h2 {
      font-size: 32px;
      color: #fff;
      line-height: 1.25;
    }
    @media only screen and (max-width: 768px) {
      h2 {
        font-size: 24px;
      }
    }
    .text-control-1 h2 {
      margin-bottom: 20px;
    }
    @media only screen and (max-width: 768px) {
      .text-control-1 h2 {
        margin-bottom: 16px;
      }
    }
    .q-mark {
      font-size: 28px; /* Increased font size */
      font-weight: bold;
      color: #fe0000;
      padding: 10px 20px; /* Adjusted padding */
      transition: color 0.25s ease-in-out;
    }
    .question {
        font-size: 18px; /* Increased font size */
        color: #ffffff;
        line-height: 1.5;
        margin-bottom: 0;
        flex: 1; 
      }
      .catergory {
        font-size: 18px; /* Increased font size */
        color: #ffffff;
        line-height: 1.5;
        margin-bottom: 0;
        flex: 1; 
        padding: 15px 20px; /* Adjusted padding */
      }
      .travelicon {
        width: 70px; /* Adjusted padding */
        padding: 10px 20px; /* Adjusted padding */
        text-align: center;
      }
      .travelicon i {
        font-size: 28px; /* Increased font size */
        line-height: 1.5;
        color: #fe0000;
        transition: color 0.25s ease-in-out;
      }
      .title {
        font-size: 18px; /* Increased font size */
        padding: 15px 20px; /* Adjusted padding */
        color: #ffffff;
        line-height: 1.5;
        margin-bottom: 0;
        flex: 1; 
      }
    .answer-wrapper {
      display: none;
    }
    .active .answer-wrapper {
      display: flex;
    }
    .answer {
      width: 100%;
      background: #f0f0f0;
      font-size: 16px; /* Adjusted font size */
      color: #3f3f3f;
      padding: 20px; /* Adjusted padding */
      margin-bottom: 0;
      flex: 1; 
    }    
    .header-title {
      background: #fe0000;
      color: #ffffff;
      font-weight: bold;
      line-height: 40px;
      font-size: 26px;
      border-radius: 10px;
      margin-bottom: 10px;
      padding: 10px 20px;
    }
    .accordion {
      color: #fff;
      cursor: pointer;
      width: 100%;
      margin-bottom: 10px;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
      background: #3f3f3f;
      border-radius: 10px;
      overflow: hidden;
    }
    .arrow {
  	  position: relative;
      margin-right: 20px; /* Adjusted margin */
      border: solid #fe0000;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 5px;
      transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transition: border 0.25s ease-in-out;
    }
	.up {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
    }

    .question-wrapper,
    .catergory-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background-color 0.25s ease-in-out;
    }
    .answer-wrapper {
      color: #3f3f3f;
      display: none;
      flex-direction: column; /* Change direction to column for small screens */
      align-items: flex-start; /* Align items to the start for small screens */
    }
    .active,
    .accordion:hover .question-wrapper {
      background-color: #fe0000;
    }

    .active,
    .accordion:hover .catergory-wrapper {
      background-color: #fe0000;
    }

    .active p {
        color: #3f3f3f;
    }
    .accordion:hover .question-wrapper p {
      color: #ffffff;
    }
    .active .q-mark,
    .accordion:hover .q-mark {
      color: #ffffff;
    }
    .active i,
    .accordion:hover i {
      color: #ffffff;
    }
    .active .arrow,
    .accordion:hover .arrow {
  	  position: relative;
      margin-right: 20px; /* Adjusted margin */
      border: solid #ffffff;
      border-width: 0 5px 5px 0;
      display: inline-block;
      padding: 5px;
      transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
    }
    .active .up,
    .accordion:hover .up {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
    }
    .wrapper {
      max-width: 960px;
      margin: 0 auto;
    }
    .section {
      width: 100%;
      margin-right: auto;
      margin-left: auto;
    }




/* ------------------------------------------------------------------------------------ */
/* ---------------------------------- Breadcrumbs ------------------------------------- */
/* ------------------------------------------------------------------------------------ */

#breadcrumbs { width: 100%; overflow: hidden; border-radius: 10px; background: #3f3f3f; margin-bottom: 10px;}
#breadcrumbs .breadcrumbs { display: inline-block; color: #555; }
#breadcrumbs .breadcrumbs a { text-decoration: none; outline: none; display: block; float: left; font-size: 14px; font-weight: bold; line-height: 40px; color: #ffffff; padding: 0 10px 0 40px; position: relative; }
#breadcrumbs .breadcrumbs a:first-child { padding-left: 40px; border-radius: 0px; background: }
#breadcrumbs .breadcrumbs a:first-child:before { left: 14px }
#breadcrumbs .breadcrumbs a:last-child { border-radius: 0px; padding-right: 20px; border-right: 3px solid #fe0000;}
#breadcrumbs .breadcrumbs a:after {content: '';position: absolute;top: 0; right: -20px; width: 40px; height: 40px; transform: scale(0.707) rotate(45deg);z-index: 1; box-shadow: 2px -1px 0 1px #fe0000, 2px -2px 0 2px #fe0000; border-radius: 0 5px 0 50px;}
#breadcrumbs .breadcrumbs a:last-child:after { content: none; }
#breadcrumbs .breadcrumbs a.home-icon {background: url('../png/home-icon2.png') center right 8px; background-size: 26px 26px; background-repeat: no-repeat; display: block !important; text-indent: -9999px !important;}
#breadcrumbs .breadcrumbs a.home-icon:hover {background: #fe0000 url('../png/home-icon.png') center right 8px; background-size: 26px 26px; background-repeat: no-repeat; display: block !important; text-indent: -9999px !important;}
#breadcrumbs .flat a, 
#breadcrumbs .flat a:after { background: #3f3f3f; color: #ffffff; transition: all 0.5s; }
#breadcrumbs .flat a:before {}
#breadcrumbs .flat a:hover, 
#breadcrumbs .flat a.active, 
#breadcrumbs .flat a:hover:after, 
#breadcrumbs .flat a.active:after{ background: #fe0000; color: #ffffff !important; cursor: pointer;}

/* ------------------------------------------------------------------------------------ */
/* ------------------------------- Tertiary Nav Menu ---------------------------------- */
/* ------------------------------------------------------------------------------------ */

body>nav { margin: 0px auto 0px; padding: 0px; width: 960px; overflow: hidden !important; border-radius: 6px !important; }
.nav { border-radius: 6px !important; list-style: none; margin: 0; overflow: hidden; padding: 0; }
.nav a { display: block; position: relative; text-decoration: none;  }
.nav li { border-right: 1px solid #bbb; }
.nav li:first-of-type:hover a{ border-radius: 5px 0px 0px 5px; border-right: none; }
.nav li:last-of-type:hover a{ border-radius: 0px 0px 0px 0px; border-right: none; }
.nav li a { color: #eee; font-weight: bold; text-decoration: none; }

.nav { border-radius: 10px; }
#tertiary-nav { border-radius: 10px; list-style: none; height: 40px; padding: 0; margin: 0px auto 10px; position: relative; width: 100%; }
#tertiary-nav #tertiary-navigation { float: left; display:table; table-layout: fixed; width: 100%; background: #fe0000; margin-bottom: 10px; }
#tertiary-nav #tertiary-navigation > li { border-right: 3px solid #ffffff; cursor:pointer; list-style:none; position:relative; display:table-cell; text-align: center; }
#tertiary-nav #tertiary-navigation > li:last-of-type { border-right: none; }
#tertiary-nav #tertiary-navigation > li a { color: #ffffff; font-weight: bold; display: block; position: relative; text-decoration: none;  line-height:40px; font-size: 14px; text-align: center; }
#tertiary-nav #tertiary-navigation > li,
#tertiary-nav #tertiary-navigation > li:after,
#tertiary-nav #tertiary-navigation > li a,
#tertiary-nav #tertiary-navigation > li a:after { -webkit-transition: background 0.5s, color 0.5s; -moz-transition: background 0.5s, color 0.5s; -ms-transition: background 0.5s, color 0.5s; -o-transition: background 0.5s, color 0.5s; transition: background 0.5s, color 0.5s; }
#tertiary-nav #tertiary-navigation > li a:hover, 
#tertiary-nav #tertiary-navigation > li a.active, 
#tertiary-nav #tertiary-navigation > li a:hover:after, 
#tertiary-nav #tertiary-navigation > li a.active:after { background: #3f3f3f; color: #fe0000 !important;}

/* ------------------------------------------------------------------------------------ */
/* ----------------------------------- Contact Form ----------------------------------- */
/* ------------------------------------------------------------------------------------ */

#contactForm {
    width: 100%;
    margin: 0 auto 10px;
    padding: 15px;
    border-radius: 10px;
    background-color: #3f3f3f;
}

#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm textarea,
#contactForm select {    
    background-color: #fff; 
    width: 100%;
    padding: 10px;
    color: #a9a9a9;
    border: none;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm select {
    margin-bottom: 20px;
}

#contactForm input[type="text"],
#contactForm input[type="email"] {
    height: 50px;
    border-radius: 10px !important;
}

#contactForm select {
    border-radius: 10px !important; 
    -webkit-appearance: none; /* Remove default dropdown styling for WebKit browsers (Safari, Chrome) */
    -moz-appearance: none; /* Remove default dropdown styling for Firefox */
    appearance: none; /* Remove default dropdown styling for all browsers */
    box-sizing: border-box;
    height: 50px;
}

#contactForm textarea {
    height: 223px;
    resize: none;
}

.checkbox-container {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; /* Adjust margin as needed */
}

.checkbox-container {
    display: flex;
    align-items: center;
    width: auto;
}

#privacyCheckbox {
    Width: 10px;
}

#privacyCheckbox + label {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #ffffff;
}

#contactForm button[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 10px;
    background-color: #fe0000;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

#contactForm button[type="submit"]:hover {
    background-color: #fe0000;
}

/* ------------------------------------------------------------------------------------ */
/* --------------------------------- Error Pages -------------------------------------- */
/* ------------------------------------------------------------------------------------ */

.error-code {
    text-align: center;
    font-size: 100px;
    line-height: 140px;
    font-weight: bold;
}

.error-page {
    text-align: center;
    font-size: 36px;
    line-height: 70px;
    font-weight: bold;
}

/* Section */



/* 2.6 Footer */

.copyright {
    text-align: left;
    font-size: 14px;
}

.copyright p {
    color: #fff;
}

.copyright .email {
    color: #fe0000;
}

/* =3. Posts ----------------------------------------------- */

.page-title {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin: 15px 0 25px 0;
}

/* SINGLE */

.single #content {
    background: transparent;
    width: 960px;
}

.single .entry-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.single .entry-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 15px 0;
}

.single .entry-content .entry-embed {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.single .entry-meta {
    margin-bottom: 10px;
}

.entry-edit-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 15px auto;
    width: 100% !important;
    box-shadow: 0 0 3px #444;
    -moz-box-shadow: 0 0 3px #444;
    -webkit-box-shadow: 0 0 3px #444;
    text-align: center;
    font-size: 20px;
}

/* 3.3 Pagination / WP-Pagenavi */


/* Pagination container */
.pagination {
    background: #3f3f3f;
    font-size: 14px;
    height: auto; /* Change to auto to ensure flexibility */
    font-weight: bold;
    width: 100%; /* Full width for responsiveness */
    border-radius: 10px !important;
    display: flex;  /* Use flexbox for better alignment and responsiveness */
    justify-content: center; /* Center the pagination links */
    align-items: center; /* Vertically align the pagination links */
    padding: 5px 0;  /* Increased padding for better spacing */
    flex-wrap: wrap;  /* Allow wrapping of pagination links on smaller screens */
}

/* Style for individual pagination links */
.pagination a, 
.pagination .page-numbers.current {
    color: #ffffff;  /* Dark text color */
    display: inline-block;  /* Ensure proper alignment */
    font-weight: bold;
    height: 32px;
    line-height: 32px;  /* Vertically center text */
    padding: 0 12px;     /* Padding for clickable area */
    position: relative;
    text-decoration: none;
    margin: 0 5px;  /* Add margin between pagination items */
    border-radius: 3px;  /* Slightly rounded corners */
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: #fe0000; /* Add background color for clarity */
}

/* Hover state for pagination links */
.pagination a:hover,
.pagination .page-numbers.current :hover {
    background-color: #3f3f3f;  /* Darker background on hover */
    color: #fe0000;  /* White text on hover */
    text-decoration: none;
}

/* Current page styling */
.pagination .page-numbers.current {
    background-color: #3f3f3f;  /* White background for active page */
    color: #fe0000;  /* Dark text for active page */
    border-radius: 3px;  /* Keep rounded corners */
}

/* Disabled links (e.g., "Previous" on first page or "Next" on last page) */
.pagination .disabled {
    color: #888;  /* Gray color for disabled links */
    cursor: not-allowed;  /* Show not-allowed cursor */
    opacity: 0.5;  /* Make the link appear semi-transparent */
    pointer-events: none; /* Ensure disabled links are not clickable */
}

/* Add responsiveness for smaller screens */
@media screen and (max-width: 600px) {
    .pagination {
        font-size: 12px;  /* Slightly reduce font size on small screens */
        padding: 10px 0;  /* Adjust padding for smaller screens */
    }

    .pagination a, 
    .pagination .page-numbers.current {
        padding: 0 8px;  /* Reduce padding for smaller screen sizes */
        height: 30px;    /* Adjust height for smaller links */
        line-height: 30px; /* Match line height with adjusted height */
        margin: 0 3px;  /* Reduce margin for smaller screen sizes */
    }
}








.entry-author-box {
    background: #f5f5f5;
    margin: 0 0 20px 0;
    padding: 11px;
    border: 1px solid #e6e6e6;
}

.entry-author-box h3 {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.author-avatar {
    float: left;
    margin: 0 10px 0 0;
    border: 1px solid #ECEDE8;
}

.author-avatar img {
    background: #fff;
    display: block;
    padding: 4px;
}

.entry-bottom {
    background: #fff;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #e9e9e9;
}

.entry-bottom h3 {
    font-size: 13px;
    margin-bottom: 5px;
}

.related-posts {
    float: left;
    width: 225px;
}

.related-posts h3 {
    margin: 0 0 10px 0;
}

.related-posts li a {
    display: block;
    background: url(../bullet.html) no-repeat 0 14px;
    padding: 9px 0 9px 11px;
    color: #333;
    border-top: 1px solid #e9e9e9;
}

.entry-bottom-ad {
    float: right;
    width: 300px;
    text-align: center;
}

.entry-bottom-ad .ad-title {
    font-weight: normal;
    font-size: 11px;
    color: #bbb;
    text-transform: uppercase;
}

#comments {
    margin: 20px 0 0;
    padding-top: 10px;
}

#comments h3 {
    font-size: 18px;
    padding: 10px 0 7px;
    margin: 0 0 20px;
    border-bottom: 1px solid #EFEFEF;
}

#comments #respond h3 {
    border-bottom: 0;
    padding: 10px 0 0;
}

#commentspost {
    border-top: 1px solid #e9e9e9;
    margin: -1px 0 20px 0;
    padding: 20px 0 0 0;
}

ol.commentlist {
    border-top: 1px solid #e9e9e9;
    clear: left;
    margin: 15px 0;
}

ol.commentlist div.comment-body {
    position: relative;
    margin: 15px 0 0;
    padding: 0 0 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

ol.commentlist div.reply {
    position: absolute;
    top: 0;
    right: 0;
}

ol.commentlist li {
    clear: left;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.7;
}

ol.commentlist li.comment li.comment {
    margin: 0 0 0 40px;
    clear: left;
}

ol.commentlist li.comment li.comment:last-child {
    border-bottom: none;
}

ol.commentlist li ul.children {
    padding: 1px 0 0;
    clear: both;
}

ol.commentlist li p {
    margin: 5px 0 0;
}

ol.commentlist img.avatar {
    float: left;
    display: inline;
    margin: 0 10px 10px 0;
    border: 2px solid #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background: #fff;
}

ol.commentlist cite {
    font-size: 12px;
    line-height: 19px;
    font-weight: bold;
    float: left;
    display: inline;
    margin-right: 10px;
}

ol.commentlist .commentmetadata a {
    line-height: 18px;
    font-size: 11px;
    margin-bottom: 5px;
    color: #777777;
}

ol.commentlist .commentmetadata a:hover {
    color: #333;
}

ol.commentlist blockquote {
    font-size: 12px;
    line-height: 18px;
}

ol.commentlist span.says {
    display: none;
}

.reply a,
.cancel-comment-reply a {
    font-size: 11px;
    display: block;
    margin: 0 0 5px 0;
}

.reply a:hover,
.cancel-comment-reply a:hover {
    text-decoration: none;
}

.navigation {
    font-style: italic;
    padding: 20px 0 0 0;
}

/* 5.2 Comment Form */

#formLabels {
    float: left;
}

#formLabels p {
    float: left;
    display: inline;
    margin: 0 0 10px;
    width: 100%;
    color: #8B8B8B;
}

#formLabels p label {
    width: 80px;
    float: left;
    color: #333;
    font-weight: bold;
}

#formLabels p.last {
    margin-right: 0;
}

#respond textarea {
    font-family: Arial;
    padding: 5px;
}

#respond input,
#respond textarea {
    margin-right: 5px;
    width: 79%;
    background: #F9F9F9;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#respond input {
    width: 50%;
}

#respond #submit {
    margin: 10px 0 15px 80px;
}

#respond #formContent {
    margin: 7px 0;
    float: right;
}

.comment-list li #respond p {
    margin-left: 0;
}

/* 5.3 Trackbacks */

#trackbacks {
    float: left;
    width: 100%;
}

#trackbacks ol {
    padding: 10px 0;
}

#trackbacks li {
    list-style-type: decimal;
    padding: 5px 0 5px 15px;
}











.submit-button,
.submit-button:visited {
    background: #555 url(../alert-overlay.html) repeat-x;
    border: none;
    display: inline-block;
    padding: 6px 15px !important;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
}

.submit-button:hover {
    color: #fff;
    opacity: 0.9;
}

.submit-button:active {
    top: 1px;
}

/* ---------- Small Tablet & Mobile (Note: Design for a width less than 960px) ---------- */

@media only screen and (max-width: 979px) {
	
  .box {
    display: flex;
    flex-direction: column-reverse; /* Reverse the order of image and text on mobile */
  }

	.wrap {width: auto; margin: 0px;} 

	#secondary-nav #secondary-navigation { display: block; }
	#secondary-nav #secondary-navigation > li { width: 100%; border-bottom: 3px solid #fff; display: block; }
	#secondary-nav #secondary-navigation > li:last-of-type {border-bottom: none;}
	
	#tertiary-nav #tertiary-navigation { margin-bottom:10px;}
	#tertiary-nav #tertiary-navigation > li { float: left; width: 50%; border-bottom: 3px solid #fff; }
	#tertiary-nav #tertiary-navigation > li:nth-child(odd) { float: left; }
	#tertiary-nav #tertiary-navigation > li:nth-child(even) { float: right; border-right: none; }
	#tertiary-nav #tertiary-navigation > li:last-child,
    #tertiary-nav #tertiary-navigation > li:nth-last-child(2) { border-bottom: none; }
	
	.titlebox { margin-bottom: 10px; overflow: visible; padding: 0px; }
	.description { margin-bottom: 10px; overflow: visible; padding: 0px; background: transparent; box-shadow: none; color: #fff; } 
	.lastdescription { margin-bottom: 0px; overflow: visible; padding: 0px; background: transparent; box-shadow: none; color: #fff; } 
	.fileupload{ width: calc(100% - 60px);}
	
	#breadcrumbs {width: 100%;}

	.sendpress-signup-form { display: block; padding: 6px 4px 10px 4px; width: calc(100% - 10px); }
	.sendpress-signup-form form#sendpress_signup { width: calc(100% - 10px); }
	.sendpress-signup-form form#sendpress_signup #form-wrap { text-align: center; padding: 0px; }
	.sendpress-signup-form form#sendpress_signup #form-wrap p {display: inline; padding: 0px; } 
	.sendpress-signup-form form#sendpress_signup #form-wrap p[name="extra_fields"] {display: none;} 
	.sendpress-signup-form form#sendpress_signup #form-wrap p input.sp_firstname[type="text"],
	.sendpress-signup-form form#sendpress_signup #form-wrap p input.sp_lastname[type="text"],
	.sendpress-signup-form form#sendpress_signup #form-wrap p input.sp_email[type="text"] { display: block; box-sizing: border-box; width: 100%; margin-top: 6px; box-shadow: inset 0 0 4px #222 !important; -moz-box-shadow: inset 0 0 4px #222 !important; -webkit-box-shadow: inset 0 0 4px #222 !important; border-radius: 6px !important;}
	.sendpress-signup-form form#sendpress_signup #form-wrap p input[type="submit"] { display: block; box-sizing: border-box; width: 100%; margin-top: 6px; box-shadow: inset 0 0 4px #222 !important; -moz-box-shadow: inset 0 0 4px #222 !important; -webkit-box-shadow: inset 0 0 4px #222 !important; border-radius: 6px !important}  
    
	.pagination {width: 100%;}

}

/* ------------------------------ Facebook Iframe CSS ------------------------------ */

@media (width: 810px) {}

/* ---------- Small Tablet & Mobile (Note: Design for a width less than 768px) ---------- */

@media only screen and (max-width: 768px) {}

/* ---------- Mobile (Note: Design for a width less than 600px) ---------- */

@media only screen and (max-width: 600px) {}

/* ---------- Mobile (Note: Design for a width less than 541px) ---------- */

@media only screen and (max-width: 540px) {}

/* ---------- Mobile (Note: Design for a width less than 539px) ---------- */

@media only screen and (max-width: 539px) {}

/* ---------- Mobile (Note: Design for a width less than 500px) ---------- */

@media only screen and (max-width: 500px) {}

/* ---------- Mobile (Note: Design for a width less than 450px) ---------- */

@media only screen and (max-width: 450px) {}

/* ---------- Mobile (Note: Design for a width less than 401px) ---------- */

@media only screen and (max-width: 400px) {}

/* ---------- Mobile (Note: Design for a width less than 320px) ---------- */

@media only screen and (max-width: 320px), only screen and (max-device-width: 320px) {}

/* Show FilmFreeway link within the menu on mobile devices */
@media (max-width: 991px) {
    .rd-navbar-nav {
        display: block;
    }

    .nav-bottom {
        display: block;
        text-align: center;
        padding: 10px;
    }

    .nav-bottom .countdown-title {
        width: 100%;
        text-align: center;
        padding: 8px 0px;
        border-radius: 10px;
        background: #fe0000;
    }

    .countdown-title .nextfest {
        color: #fff;
        font-size: 26px;
        line-height: 34px;
        font-weight: bold;
    }

    .countdown-title .nextdate {
        color: #fff;
        font-size: 20px;
        line-height: 30px;
    }

    .nav-bottom .countdown-items {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 10px;
        color: #fff;
    }

    .nav-bottom .countdown-item {
        margin: 10px 0px;
        text-align: center;
        background: #fe0000;
        padding: 4px;
        border-radius: 10px;
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nav-bottom .countdown-item span {
        font-size: 35px;
        line-height: 42px;
        font-weight: bold;
        display: block;
        color: #ffffff;
    }

    .nav-bottom .countdown-item small {
        display: block;
        font-size: 15px;
        line-height: 27px;
        color: #fff;
    }

    .nav-top {
        display: none;
    }
}
