/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Banner variables
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-giveaway_template .hero-giveaway {
  background-color: #017eff;
}

.page-template-giveaway_template .hash-tag-section {
  background-color: #06326b;
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-template-giveaway_template .hash-tag-txt {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .page-template-giveaway_template .hash-tag-txt {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-giveaway_template .hash-tag-txt {
    font-size: 80px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 369px) {
  .page-template-giveaway_template .hash-tag-txt {
    font-size: 20px;
  }
}
.page-template-giveaway_template .logos-section {
  background-color: #fff;
}

.page-template-giveaway_template .logos-section .support-txt {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 10px;
}

.page-template-giveaway_template .logos-section .support-txt-container {
  position: relative;
}

.page-template-giveaway_template .logos-section .support-txt-container:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 8px;
  background-color: #000;
}

@media (max-width: 575px) {
  .page-template-giveaway_template .logos-section .support-txt-container:before {
    height: 4px;
  }
}
@media screen and (min-width: 768px) {
  .page-template-giveaway_template .logos-section .support-txt {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-giveaway_template .logos-section .support-txt {
    font-size: 50px;
  }
}
@media (max-width: 369px) {
  .page-template-giveaway_template .logos-section .support-txt {
    font-size: 20px;
  }
}
@media (max-width: 329px) {
  .page-template-giveaway_template .logos-section .support-txt {
    font-size: 18px;
  }
}
.page-template-giveaway_template .main-content {
  background-color: #e4edf7;
}

@media (max-width: 575px) {
  .page-template-giveaway_template .main-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-template-giveaway_template .main-content * {
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .page-template-giveaway_template .main-content * {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .page-template-giveaway_template .main-content *:last-child {
    margin-bottom: 0;
  }
}
.page-template-giveaway_template .main-content p {
  color: #023158;
}

.page-template-giveaway_template .main-content span {
  color: #ff0000;
}

/*# sourceMappingURL=giveaway_template.css.map*/