/*
Theme Name: Edward Cuss
Author: Kris Mayers
Author URI: 
Description: Requires Bootstrap 5 and ACF.
*/


/* Home Page */

html, body{
  background-color: #212529 !important;
}
body{
  font-family: 'Gabarito', cursive !important;
}
a{
  text-decoration: none !important;
}
footer svg{
  fill: #ffffff;
  transition: all .2s ease-in-out;
}
footer svg:hover{
  fill: #009933;
}
h1, h2{
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
h1{
  font-size: 60px;
}
h2{
  font-size: 40px;
}
p{
  color: #ffffff;
  font-size: 16px;
}
.bg-black{
  background-color:#000000!important;
}
.bg-dark{
  background-color:#1a1a1a!important;
}
.bg-grey{
  background-color:#2f2f2f!important;
}
.bg-img{
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.bg-img-cover{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-salford{
  background-image: url(http://edwardcuss.com/wp-content/uploads/2023/12/salford-quays-2-scaled.jpg);
}
.text-grey{
  color:#4b4b4b!important;
}
.text-justify{
  text-align: justify !important;
}
.fs-12{
  font-size: 12px !important;
}
nav a{
  color:#ffffff!important;
  font-weight: 700;
}
nav a:hover{
  color:#009933!important
}
.navbar-toggler:focus{
  box-shadow: none !important;
}
.navbar-toggler svg{
  fill: #009933;
}
.logo, .poster{
  transition: all .2s ease-in-out;
}
.logo:hover{
  transform:scale(1.025)
}
.poster:hover{
  cursor: pointer;
  opacity: 0.25;
}
.company-logoes img{
  display: inline-block;
  margin: 20px;
  max-width: 260px;
}

/* Single Page */

.film-details-top h2{
  text-transform: none !important;
}

.film-details-top h3,
.film-details-top h4,
.film-details-top h5{
  color: #ffffff !important;
}

.film-details-top h5{
  font-size: 18px;
}

.film-details-top{
  border-bottom: 1px solid #121212;
}

.film-details{
  padding: 20px !important;
  background-color: rgba(0,0,0,0.65);
  border-radius: 10px;
}

.btn-close{
  color: #ffffff;
}
input[type=submit],
.btn-ed{
  border: 0px;
  background-color: #121212 !important;
  border-radius: 5px !important;
  color: #ffffff;
  font-weight: 700;
  height: auto !important;
  padding: 7.5px 15px !important;
  text-transform: uppercase;
  transition: .3s all ease-in-out;
}
input[type=submit]:hover,
.btn-ed:hover{
  background-color: #009933 !important;
  border-radius: 0px !important;
  color: #ffffff !important;
}
.vh-100-calc{
  height: calc(100vh - 140px)
}
label{
  color: #ffffff !important;
}
.nf-form-fields-required{
  display: none !important;
}

@media only screen and (max-width: 819px) {
  .mobile-hide{
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .vh-100-calc {
    height: 100% !important;
  }
}
@media only screen and (max-height: 1000px) {
  .vh-100-calc {
    height: 100% !important;
  }
}

/* Makes oEmbeds responsive? */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}