/*
OVERWRITE BOOTSTRAP DIRECTLY/CSS
 */
.dropdown-toggle::after {
  margin-left: 0 !important;
}
/*END*/
@font-face {
  font-family: Roboto Regular;
  src: url("plugins/fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: Roboto Bold;
  src: url("plugins/fonts/Roboto-Bold.ttf");
}
.archivo-black-regular {
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Roboto Regular", sans-serif;
  background-color: #ffffff;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
*.sb {
  font-family: "Roboto Bold", sans-serif;
  font-weight: bold;
}
nav {
  background-color: #cedbe9;
}
.nav-wrap {
  background-color: #cedbe9;
}
.site-top-banner {
  /*background-image: url("https://constructioncomputingawards.co.uk/images/cca2023_bgimg.jpg");*/
  background-image: url("images/2024webbanner.jpg");
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.site-top-banner img {
  width: 100%;
}
.site-top-banner .logo-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-top-banner .logo-wrap img {
  width: 100%;
  max-width: 400px;
}
.site-top-banner .awards-ceremony-date {
  font-family: Roboto Bold;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px #000000;
  line-height: 18px;
  margin-top: 2%;
  font-size: 18px;
}
.header-awards {
  color: #000099;
  font-size: 26px;
}
.calendar {
  text-align: center;
  margin: 10px 0 15px;
}
.content-wrap {
  background-color: #fff;
  padding: 1.5%;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-sponsors {
  background-color: #ededed;
  padding: 20px 0;
  margin-top: 15px;
}
.sponsor-wrap .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sponsor-wrap .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
.sponsor-wrap .slick-track .slick-slide img {
  max-width: 200px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free" !important;
  color: #333;
}
.slick-next:before {
  content: "\f35a" !important;
}
.slick-prev:before {
  content: "\f359" !important;
}
.slick-next {
  right: 0px;
  z-index: 1;
}
.slick-prev {
  left: 0px;
  z-index: 1;
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
  display: none !important;
}
.home-vid-wrap {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 10px 2px #e8eaee;
}
.category-explain-wrap {
  text-align: center;
}
.category-explain-wrap h6 {
  margin-top: 20px;
  color: #314d8b;
}
.faqs-wrap p em {
  color: #0000ff;
}
.topbannerdateplace {
  text-shadow: 0px 0px 5px BLACK;
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
}
/** MEDIAS **/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 575px) {
  .site-top-banner {
    height: 100%;
  }
  .topbannerdateplace {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (min-width: 670px) {
  .site-top-banner .awards-ceremony-date {
    left: -15%;
  }
}
