/*
Theme Name: alexanderideas
Theme URI: https://alexanderideas.net/
Author: Alexanderideas
Author URI: https://alexanderideas.net/
Description: Custom theme for alexanderideas
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alexanderideas
*/

p.site-footer__copy {
    text-align: center;
}
.tnp-field label {
    display: none !important;
}
div.tnp-subscription, form.tnp-subscription, form.tnp-profile {
    max-width: 570px !important;
    width: 100%;
}
input#tnp-1 {
    line-height: 36px;
        border-radius: 5px;
}
.tnp-field.tnp-field-button {
    position: absolute;
    right: 170px;
    top: 8px;
}
.tnp.tnp-subscription {
    position: relative;
}
input.tnp-submit {
    background: #de987c !important;
    border-radius: 20px;
    padding: 12px 40px !important;
}
.contact-map-one {
    margin-bottom: 50px;
}
.contact-one {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
.festival-table {
    width: 100%;
    margin: 30px auto;
    border-collapse: collapse;
/*    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    font-size: 16px;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: #fff;
  }

  .festival-table thead {
    background-color: #222;
    color: #fff;
  }

  .festival-table th, .festival-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  .festival-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  /*.festival-table tr:hover {
    background-color: #f1f1f1;
  }*/

  .status-winner {
    color: #28a745;
    font-weight: bold;
  }

  .status-nominated {
    color: #ff9800;
    font-weight: bold;
  }

  .status-selected {
    color: #007bff;
    font-weight: bold;
  }

  .status-finalist, .status-semi, .status-quarter {
    color: #6f42c1;
    font-weight: bold;
  }


  .filmography-table {
    width: 100%;
    max-width: 100%;
    margin: 30px auto;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    color: #333;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  }

  .filmography-table thead {
    background-color: #222;
    color: #fff;
  }

  .filmography-table th, .filmography-table td {
    padding: 12px 16px;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }

  .filmography-table tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .filmography-table tr:hover {
    background-color: #f1f1f1;
  }

  .filmography-table .lead {
    color: #28a745;
    font-weight: bold;
  }

  .filmography-table .support {
    color: #17a2b8;
    font-weight: bold;
  }

  .filmography-table .featured {
    color: #ff9800;
    font-weight: bold;
  }

  .filmography-table .guest {
    color: #6f42c1;
    font-weight: bold;
  }

 @media screen and (max-width: 980px){
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    overflow: hidden;
    background: #fff;
}
	 
	 .tnp-field.tnp-field-button{
		 position:static;
	 }
	 
	 .header-navigation .container .logo-box{
		 justify-content:space-between;
		 padding-right:0;
	 }
	 
	 
  }



.phga img {
    width: 100%;
    height: 250px !important;
}
.exhibhition-one__btn {
    border-color: #de987c !important;
    
}
