/*
 * gutter
 *
 */
/*
 * colors
 *
 */
/*
 * units
 *
 */
/*
 * mixins
 *
 */
/*
 * animation mixins
 *
 */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body {
  font-weight: 400;
}

.inline-block {
  display: inline-block;
}

.align-self-center {
  align-self: center;
}

hr {
  width: 100%;
  max-width: 100%;
  border-top: none;
  border-bottom: 1px solid #DDDDDD;
  opacity: .8;
}

.clear-fix {
  clear: both;
}

.clearfix:after {
  display: table;
  content: '';
  clear: both;
}

.mn-fxb {
  min-height: 80px;
}

a {
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
}

.navbar {
  padding: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-light .navbar-toggler {
  border: none;
  outline: none;
}

/* --------------------------------------------------------------------------------------------------------

                                Brand Color class 

-------------------------------------------------------------------------------------------------------- */
.brand-primary {
  color: #D71920;
}

.brand-subprimary {
  color: #333333;
}

h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  color: #D71920;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  color: #D71920;
  margin-bottom: 1rem;
}

h3 {
  font-size: 20px;
  line-height: 20px;
}

h4 {
  font-size: 20px;
  line-height: 20px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

h3, h4, h5, h6 {
  font-weight: 400;
}

.entry-content a, .entry-content a:hover, .entry-content a:focus, .intro a, .intro a:hover, .intro a:focus {
  text-decoration: underline;
}

/* --------------------------------------------------------------------------------------------------------

                                Helper padding class 

-------------------------------------------------------------------------------------------------------- */
.p0 {
  padding: 0;
}

.p1 {
  padding: 1rem;
}

.p2 {
  padding: 2rem;
}

.p3 {
  padding: 3rem;
}

.p4 {
  padding: 4rem;
}

.p5 {
  padding: 5rem;
}

.pr0 {
  padding-right: 0;
}

.pr1 {
  padding-right: 1rem;
}

.pr2 {
  padding-right: 2rem;
}

.pr3 {
  padding-right: 3rem;
}

.pr4 {
  padding-right: 4rem;
}

.pr5 {
  padding-right: 5rem;
}

.pl0 {
  padding-left: 0;
}

.pl1 {
  padding-left: 1rem;
}

.pl2 {
  padding-left: 2rem;
}

.pl3 {
  padding-left: 3rem;
}

.pl4 {
  padding-left: 4rem;
}

.pl5 {
  padding-left: 5rem;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.px1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt0 {
  padding-top: 0rem;
}

.pt1 {
  padding-top: 1rem;
}

.pt2 {
  padding-top: 2rem;
}

.pt3 {
  padding-top: 3rem;
}

.pt4 {
  padding-top: 4rem;
}

.pt5 {
  padding-top: 5rem;
}

.pb0 {
  padding-bottom: 0rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pb5 {
  padding-bottom: 5rem;
}

/* --------------------------------------------------------------------------------------------------------

                                Helper Margin class 

-------------------------------------------------------------------------------------------------------- */
.m0 {
  margin: 0;
}

.m1 {
  margin: 1rem;
}

.m2 {
  margin: 2rem;
}

.m3 {
  margin: 3rem;
}

.m4 {
  margin: 4rem;
}

.m5 {
  margin: 5rem;
}

.mr0 {
  margin-right: 0;
}

.mr1 {
  margin-right: 1rem;
}

.mr2 {
  margin-right: 2rem;
}

.mr3 {
  margin-right: 3rem;
}

.mr4 {
  margin-right: 4rem;
}

.mr5 {
  margin-right: 5rem;
}

.ml0 {
  margin-left: 0;
}

.ml1 {
  margin-left: 1rem;
}

.ml2 {
  margin-left: 2rem;
}

.ml3 {
  margin-left: 3rem;
}

.ml4 {
  margin-left: 4rem;
}

.ml5 {
  margin-left: 5rem;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.mx1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx5 {
  margin-left: 5rem;
  padding-right: 5rem;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.mt0 {
  margin-top: 0rem;
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mt5 {
  margin-top: 5rem;
}

.mb0 {
  margin-bottom: 0rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.column:last-child, .columns:last-child {
  float: left;
}

.text-center {
  text-align: center;
}

.lft-border {
  border-left: 1px solid #333 !important;
  border-radius: 0;
  border: 0;
}

.right-border {
  border-right: 1px solid #333 !important;
  border-radius: 0;
  border: 0;
}

.dump {
  width: 100%;
  padding: 15px;
  margin: 0 0 20px;
  font-size: 15px;
  background-color: #f1f1f1;
  color: #333;
  border-radius: 5px;
}

.hidden {
  display: none;
}

.transition {
  transition: all 0.3s;
}

.no-transition {
  transition: none;
}

.no-pointer {
  pointer-events: none;
}

.no-select {
  user-select: none;
}

.ellipsis {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.opacity-10 {
  opacity: .1;
}

.opacity-20 {
  opacity: .2;
}

.opacity-30 {
  opacity: .3;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/*
 * text general
 *
 */
.weight-400 {
  font-weight: 400;
}

.weight-500 {
  font-weight: 500;
}

.weight-600 {
  font-weight: 600;
}

.weight-700 {
  font-weight: 700;
}

.weight-800 {
  font-weight: 800;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-black {
  color: #111;
}

.text-white {
  color: #fff;
}

.w-100 {
  width: 100% !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.5rem !important;
}

.mt-2 {
  margin-top: 1rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mt-5 {
  margin-top: 2.5rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.5rem !important;
}

.mr-2 {
  margin-right: 1rem !important;
}

.mr-3 {
  margin-right: 1.5rem !important;
}

.mr-4 {
  margin-right: 2rem !important;
}

.mr-5 {
  margin-right: 2.5rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.mb-5 {
  margin-bottom: 2.5rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.5rem !important;
}

.ml-2 {
  margin-left: 1rem !important;
}

.ml-3 {
  margin-left: 1.5rem !important;
}

.ml-4 {
  margin-left: 2rem !important;
}

.ml-5 {
  margin-left: 2.5rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-column {
  flex-direction: column !important;
}

.justify-start {
  justify-content: start !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-space {
  justify-content: space-between !important;
}

.justify-end {
  justify-content: end !important;
}

.align-stretch {
  align-items: stretch;
}

.align-start {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.alert-error {
  width: 100%;
  padding: 8px 13px;
  margin: 0.75rem 0;
  background-color: red;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
}

.alert-error ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.alert-error ul li {
  display: block;
  margin: 0;
  font-weight: 700;
}

.scrollbar::-webkit-scrollbar {
  width: 7px;
}

.scrollbar::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scrollbar::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 10px;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #444;
}

.relative {
  position: relative;
}

.icon-box span {
  background: #333;
  height: 50px;
  width: 50px;
  display: inline-block;
  text-align: center;
  padding: 15px;
  font-size: 15px;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}

.arr-crl-rght {
  color: #999;
  opacity: 1;
  font-size: 40px;
  border-left: 1px solid #999;
  height: 70px;
  padding-left: 25px;
  padding-top: 15px;
  right: 0px;
  position: absolute;
}

.arr-crl-left {
  color: #999;
  opacity: 1;
  font-size: 40px;
  border-right: 1px solid #999;
  height: 70px;
  padding-right: 25px;
  padding-top: 15px;
  left: 40px;
  position: absolute;
}

.carousel-control-next {
  opacity: 1 !important;
  right: 0px;
  width: 10% !important;
}

.carousel-control-prev {
  opacity: 1 !important;
  left: -40px;
  width: 10% !important;
}

.carousel-inner {
  padding: 0 90px;
}

.learn-more {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 1rem 1rem 0.5rem 1rem;
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

.learn-more:hover {
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border-radius: 2px;
  padding: 1rem 1rem 0.5rem 1rem;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s;
}

.sml-txt {
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  margin: 15px 0 0 0;
}

/* **********************************************************
*                                                           *
*                 Form Css                                  *
*                                                           *
********************************************************** */
.txt-box {
  border-bottom: 1px solid #666666 !important;
  padding: 10px 0;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: 0px solid #666;
  border-radius: 0;
  margin-bottom: 30px;
  width: 100%;
  color: #666666;
}

.txt-box:hover {
  border-bottom: 1px solid #D71920 !important;
  padding: 10px 0;
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border: 0px solid #666;
  border-radius: 0;
  margin-bottom: 30px;
  width: 100%;
  color: #000;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, 0);
}

.submit-btn {
  background: #D71920;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  transition: 0.5s;
  padding: 0px !important;
  padding: 12px 20px 10px 20px !important;
  width: 100%;
  border: 0px solid #666;
  transition: 0.5s;
  border-radius: 0;
}

.submit-btn:hover {
  background: #333;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  transition: 0.5s;
  display: block;
  padding: 12px 20px 10px 20px !important;
  text-align: center;
  width: 100%;
  border: 0px solid #000;
  transition: 0.5s;
  border-radius: 0;
}

.p-policy {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}

.gen-pass {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #666666;
}

.gen-pass label {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 15px;
}

.gen-pass p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.gen-pass hr {
  border-bottom: 1px solid #666666 !important;
  margin: 20px 0 !important;
}

.yes-consent {
  font-weight: 500;
  font-size: 18px;
  line-height: 140.5%;
  padding-left: 10px;
}

.right-spter {
  border-right: 1px solid #C2C2C2;
}

.wnr-lst {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
}

.panels-trader {
  font-weight: 500;
  font-size: 18px;
  color: #D71920;
}

.spnr-tg {
  font-size: 14px;
}

.pretty .state label:after, .pretty .state label:before {
  top: calc((0% - (100% - 1.5em)) - 8%);
}

.year-list ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.year-list ul li {
  display: inline-block;
  margin-right: 10px;
  border-right: 1px solid #333333;
  padding-right: 15px;
}

.pn-catg {
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
  display: block;
}

.catg-crl {
  border: 1px solid #666666;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 10px 15px;
  font-size: 16px;
  display: block;
}

.prev .catg-crl {
  margin: 0 2.5em;
  padding-left: .85em;
}

.next .catg-crl {
  margin: 0 11.5em;
  padding-right: 1.25em;
}

.text-ctr {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}

.dt-txtctr {
  font-size: 16px;
  line-height: 24px;
}

.dt-txtctr ul {
  padding-left: 15px;
}

.dt-txtctr ul li {
  line-height: 24px;
}

.srtlist-tg span, .winners-tg span {
  background: #752118;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  display: inline-block;
  padding: 10px 25px 5px 25px;
}

.winners .col-lg-12 {
  display: block;
}

.srtlist-tg {
  border-bottom: 1px solid #C2C2C2;
}

.read-more {
  text-decoration: none;
  color: #D71920;
  display: block;
  text-align: center;
  background: #d71920;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  transition: 0.5s;
  padding: .75em 1.5em;
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
  border-radius: 25px;
}

.read-more-wrapper {
  justify-content: center;
  width: 100%;
  margin-left: 0;
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 94%;
}

.button-wrapper .read-more {
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
  color: #D71920;
  transition: .4s all;
}

.five-clms span {
  background: #FFFFFF;
  border: 1px solid #333333;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  font-size: 16px;
  /*position: relative;*/
  text-align: center;
  padding-top: 7px;
  color: #333333;
  /*bottom: 10px;
    right: 45px; */
}

.five-clms img {
  border-radius: 50%;
}

.five-clms h6 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.five-clms p {
  margin-bottom: 0px;
}

.crt-active {
  padding-bottom: 20px;
}

.crt-active span {
  border-bottom: 4px solid #D71920;
}

/* sponsor  section css */
.sponsors {
  justify-content: center;
}

.spr-closebar {
  margin-bottom: 10px;
  cursor: pointer;
  color: #000000;
}

#spall-close p {
  line-height: 19px;
}

.spr-closebar span i {
  color: #000000;
}

#spall-open-close {
  cursor: pointer;
}

.spr-openbar {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #000000;
}

.spr-openbar h2 {
  color: #000 !important;
}

.spr-openbar span i {
  color: #000000;
}

.block-photos span {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #A3956D;
  cursor: pointer;
}

.wnrblc-active span {
  background: #A3956D;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  padding: 10px 25px 5px 25px;
  cursor: pointer;
}

.subcatlist ul {
  padding-left: 0px;
}

.subcatlist ul li {
  list-style-type: none;
  /* color: #A3956D; */
  font-size: 18px;
  line-height: 40px;
}

.subcatlist ul li a {
  text-decoration: none;
}

.subcatlist ul li a:hover {
  text-decoration: none;
}

.subcatlist-active {
  text-decoration: none;
}

.modal-dialog {
  max-width: 800px;
  margin: 1.75rem auto;
}

.modal-header {
  border-bottom: 0px solid #dee2e6;
}

.lft-brndbg {
  background-color: #D71920;
}

.mdl-txtpr h2 {
  color: #000000;
  font-weight: 500;
  font-size: 35px;
  line-height: 35px;
}

.small-txt {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #666666 !important;
}

.mdl-txtpr p {
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}

.close-mdlbtn {
  background: #000000 !important;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  position: absolute;
  z-index: 9999;
  opacity: 1;
  right: 0;
  border-radius: 50%;
  padding: 10px;
  height: 60px;
  width: 60px;
}

.lft-brndbg {
  text-align: center;
}

.lft-brndbg span {
  background-color: #999999;
  height: 30px;
  width: 30px;
  margin-right: 10px;
  border-radius: 50%;
  display: inline-block;
  padding: 9px;
  color: #fff;
}

.accordion .card-header {
  padding: 10px 0;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0px solid #000;
}

.accordion .card-header .btn {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #D71920;
}

.accordion .card-header .btn-link:hover {
  text-decoration: none;
  color: #000;
}

.accordion .card-header .btn span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #666666;
  display: inline-block;
  border-right: 1px solid #666666;
  padding-right: 10px;
  margin-right: 10px;
}

.accordion .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #000 !important;
  border-radius: 0;
  border: 0px solid #000;
}

.accordion .btn-link.focus, .btn-link:focus {
  text-decoration: none;
}

.accordion .btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.accordion .card-body {
  padding: 1.25rem 0;
  font-size: 16px;
}

.btn .btn-link .acrd-bt:before {
  content: "-";
  font-size: 22px;
}

button.btn.btn-link.btn-block.acrd-bt.text-left:before {
  content: ">";
  font-size: 22px;
  display: inline-block;
  float: right;
  color: #000;
  transform: rotate(90deg);
}

button.btn.btn-link.btn-block.acrd-bt.text-left.collapsed:before {
  content: ">" !important;
  font-size: 22px;
  transform: rotate(360deg);
}

.entry-content h1 {
  padding: .25em 0;
}

img {
  height: auto;
}

.btn {
  position: relative;
}

.btn span {
  transition: all 0.3s;
}

.btn .fa-spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
  line-height: 30px;
  margin: -15px 0 0 -7px;
}

.ajaxing .btn span {
  opacity: 0;
}

.ajaxing .btn .fa-spin {
  opacity: 1;
}

.error-output {
  display: none;
  margin: 20px 0;
  font-size: 15px;
  padding: 20px 24px;
  background-color: #fcd7d7;
  color: #c94343;
  border-radius: 4px;
}

.error-output ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.error-output.visible {
  display: block;
}

.is-error input,
.is-error select,
.is-error .pretty .state label:before {
  border-color: red !important;
}

.success {
  display: none;
  margin: 20px 0;
  font-size: 15px;
  padding: 20px 24px;
  background-color: #e0fae1;
  color: #43c94c;
  border-radius: 4px;
  text-align: center;
}

.success.visible {
  display: block;
}

.year-list li:last-child {
  padding-right: 0;
  border: 0;
}

.year-list .active a {
  border-bottom: 1px solid #111;
}

.year-winners {
  display: none;
}

.year-winners.active {
  display: block;
}

.catg-crl {
  line-height: 19px;
}

.navbar .container {
  min-height: 93px;
}

.sponsors .col-lg-3 {
  max-width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
}

hr.mt-0 {
  margin-bottom: 0;
}

.relative {
  position: relative;
}

.custom-search::after {
  content: url("../../theme/images/search-white.png");
}

.search-form.visible .custom-search::after {
  content: url("../../theme/images/search-black.png");
}

.search-form.visible .custom-search {
  color: #666;
  font-size: 21px;
  position: relative;
  right: .5em;
  top: .1em;
}

.search-form {
  position: absolute;
  top: 2em;
  right: 0;
  bottom: 0;
  align-items: center;
  display: none;
}

.search-form fieldset {
  border: 1px solid #c4c4c4;
  border-radius: 525px;
  background: #fff;
  height: 40px;
}

.search-form.visible {
  display: block;
  width: 100%;
}

.search-form.visible .fa-search {
  color: #666;
  font-size: 21px;
  position: relative;
  right: .5em;
}

.search-form .search-form-close {
  flex: 0 0 60px;
  padding-right: 10px;
  text-align: center;
  align-items: center;
  display: flex;
}

.search-form .search-form-close .search-toggle-close {
  flex: 1;
  padding: 10px;
  font-size: 24px;
  color: #D71920;
}

.search-form .search-form-input {
  flex: 1;
  max-height: 40px;
  padding: 15px 20px;
  border: 0;
  color: #111;
  font-size: 16px;
  background-color: transparent;
}

.search-form .search-form-submit {
  flex: 0 0 80px;
  height: 100%;
  max-height: 40px;
  margin: auto 0;
  border: 0;
  text-align: center;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  border-radius: 0 5px 5px 0;
  float: right;
  padding-top: 4px;
}

.paging {
  margin: 30px 0;
  font-size: 0;
  font-weight: 700;
  text-align: center;
  justify-content: center;
}

.paging a,
.paging span {
  list-style: none;
  display: inline-block;
  height: 35px;
  min-width: 35px;
  padding: 0 4px;
  margin: 0 2px;
  background-color: #fff;
  color: #111;
  font-size: 15px;
  line-height: 35px;
  border-radius: 50%;
  text-decoration: none;
}

.paging a.next, .paging a.prev,
.paging span.next,
.paging span.prev {
  box-shadow: inset 0 0 0 1px #ddd, 0 2px 4px rgba(0, 0, 0, 0.18) !important;
}

.paging a.current,
.paging span.current {
  background-color: #111;
  color: #fff;
  border-color: #111;
}

.paging a:hover {
  background-color: #eee;
  color: inherit;
}

.paging:first-child a {
  margin-left: 0;
}

.paging:last-child a {
  margin-right: 0;
}

.learn-more {
  padding: 6px 10px !important;
  line-height: 24px !important;
}

.judge-nav {
  display: none;
}

.judge-line {
  display: none;
}

.section-judge {
  display: none;
}

.section-judge.active {
  display: block;
}

.navbar-nav {
  margin: 0 auto;
}

.navbar .container {
  align-items: center;
  padding-top: 2.25em;
  padding-bottom: 2em;
}

.category-section {
  justify-content: center;
}

@media (min-width: 600px) {
  .sponsors .col-lg-3 {
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .brd-right {
    border-right: 1px solid #333;
  }
  .brd-left {
    border-left: 1px solid #333;
  }
  .read-more-wrapper {
    margin: auto;
    width: auto;
  }
  .read-more {
    border-radius: 0;
    width: auto;
  }
  .winners .col-lg-12 {
    display: flex;
  }
  .year-list {
    text-align: right;
  }
}

@media (min-width: 1025px) {
  .search-form.visible {
    width: 513px;
    right: 0;
    top: 1.33em;
  }
  .search-form {
    position: absolute;
    top: 2.6em;
  }
  .toggle-search .fa-search {
    font-size: 22px;
  }
  .navbar .container {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .button-wrapper {
    margin: auto;
    width: auto;
  }
}

.light-mode .burger,
.light-mode .burger::before,
.light-mode .burger::after {
  border-bottom: 2px solid #666;
}

.light-mode .attend-btn .nav-item .nav-link {
  color: #fff;
}

.light-mode .top-line {
  display: block;
}

.light-mode .subcatlist-active {
  color: #000;
  text-decoration: none;
}

.light-mode .submit-btn span {
  color: #fff;
}

.light-mode #spall-close p {
  padding: 4px 0;
}

.light-mode .sponsor-box {
  border: 2px solid #9a9a9a;
}

.light-mode .submit-btn span {
  color: #fff;
}

.light-mode .custom-search::after {
  content: url("../../theme/images/search-black.png");
}

@media (min-width: 992px) {
  .light-mode .sponsor-box {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 3rem);
  }
  .sponsor-box .bottom {
    margin-bottom: 0;
    margin-top: auto;
  }
  .sponsor-box .min-box {
    height: 580px;
    overflow: hidden;
  }
}

.header {
  display: flex;
}

.logo {
  display: inline-block;
}

nav.nav {
  display: inline-block;
}

.top-bar {
  background-color: #fff;
}

.top-bar,
.top-bar ul {
  background-color: #fff;
}

.nav-item {
  padding: 15px 0 0;
}

.navbar-light .navbar-nav .nav-link {
  text-align: center;
}

#navbar-content .nav-link:focus {
  color: unset;
}

.attend-btn {
  background: #d71920;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  transition: 0.5s;
  padding: .75em 1.5em;
  margin-top: 5px;
  padding: 0px;
  height: 40px;
}

.attend-btn a {
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  transition: 0.5s;
  display: block;
  text-align: center;
}

.register-btn {
  margin-left: 2em;
}

.burger {
  display: inline-block;
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  width: 20px;
}

.burger::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.burger:before {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
  margin-bottom: 5px;
}

.burger:after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
  width: 100%;
  margin-bottom: 5px;
}

.burger-check {
  display: none;
}

.burger-check:checked ~ .burger {
  border-bottom: 4px solid transparent;
}

.burger-check:checked ~ .burger:before {
  transform: rotate(-45deg) translateY(3px) translateX(-5px);
  -webkit-transform: rotate(-45deg) translateY(3px) translateX(-5px);
}

.burger-check:checked ~ .burger:after {
  transform: rotate(45deg) translateY(0px) translateX(-2px);
  -webkit-transform: rotate(45deg) translateY(0px) translateX(-2px);
}

.navbar-toggler {
  padding-left: 0;
}

.navbar-brand {
  margin-right: 0;
}

.top-line {
  display: none;
}

.navbar-brand {
  position: absolute;
  left: 0;
  right: 0;
}

.navbar-brand img {
  max-width: 65%;
}

.header-image {
  text-align: center;
}

.navbar-nav ul {
  list-style: none;
}

@media (min-width: 1024px) {
  .navbar {
    padding: .5rem 0;
  }
  .navbar-nav {
    margin-right: auto;
  }
  .navbar-brand img {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .navbar .navbar-nav .attend-btn a {
    padding: 12px 20px 10px 20px;
  }
  .search-icn {
    position: relative;
    bottom: 6px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    position: static;
  }
  .navbar-nav ul li {
    position: relative;
  }
  .navbar-nav li.menu-item-has-children > a::after {
    content: "\25bc";
    font-size: 7px;
    vertical-align: 1px;
    padding-left: 5px;
    opacity: 0.75;
  }
  .navbar-nav ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    left: -999em;
    z-index: 99999;
    padding: 0;
  }
  .navbar-nav ul a {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .navbar-nav li li.page_item_has_children > a::after,
  .navbar-nav li li.menu-item-has-children > a::after {
    content: "\25b6";
    font-size: 7px;
    vertical-align: 1px;
    padding-left: 5px;
    opacity: 0.75;
  }
  .navbar-nav ul ul {
    left: -999em;
    top: 2px;
  }
  .navbar-nav li:hover > ul,
  .navbar-nav li.focus > ul {
    left: auto;
  }
  .navbar-nav ul li:hover > ul,
  .navbar-nav ul li.focus > ul {
    left: 100%;
    width: 100%;
  }
}

.icon-box span i {
  line-height: 20px;
  font-size: 23px;
}

.icon-box a, .icon-box a:hover {
  text-decoration: none;
}

.link, .link:hover {
  color: #84aeff;
}

footer .col-lg-12 {
  padding-left: 0;
}

footer a {
  letter-spacing: -.5px;
}

.site-footer p {
  line-break: anywhere;
}

.site-footer.row {
  display: block;
}

.site-footer .col {
  padding-bottom: 2em;
}

@media (min-width: 60em) {
  .footer-wrapper {
    justify-content: center;
  }
  .site-footer.row {
    display: flex;
  }
  .site-footer .col {
    padding: 0 15px;
  }
  .icon-box {
    width: 120%;
  }
}

@media (min-width: 80em) {
  .three-col {
    min-width: 1180px;
    padding-left: 3em;
  }
}

/* Pop up css-only solution */
.popup {
  position: fixed;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  width: 95%;
  max-width: 1035px;
  /* "delay" the visibility transition */
  transition: opacity .5s, visibility 0s linear .5s;
  z-index: 1;
  background-color: #fff;
}

.popup:target {
  visibility: visible;
  opacity: 1;
  /* cancel visibility transition delay */
  transition-delay: 0s;
}

.popup-close {
  position: absolute;
  padding: 10px;
  max-width: 500px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
}

.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  color: #000;
  transition: color .3s;
  font-size: 2em;
  font-weight: bold;
  background: #7F241B;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  line-height: 45px;
  text-align: center;
  opacity: 1;
  display: none;
}

.popup .close:hover {
  opacity: 1 !important;
}

.close-popup {
  background: rgba(0, 0, 0, 0.7);
  cursor: default;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  /* "delay" the visibility transition */
  transition: opacity .5s, visibility 0s linear .5s;
}

.popup:target + .close-popup {
  opacity: 1;
  visibility: visible;
  /* cancel visibility transition delay */
  transition-delay: 0s;
}

.section-judge h6 {
  font-weight: 700;
}

/* Judge popup styles */
.popup-wrapper {
  height: 70vh;
  overflow: auto;
}

.popup-col.left {
  background-color: #7F241B;
}

.popup-wrapper .img-wrapper {
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  padding-top: 20px;
}

.popup-col h2 {
  text-transform: uppercase;
}

.popup-col h2, .popup-col p {
  color: #000;
}

.popup-col h5 {
  color: #666;
  font-size: 18px;
}

.popup-col.right .entry-content {
  padding: 3.75rem 3.75rem 0 1.75rem;
}

.popup-col.right .entry-content h5 {
  padding-bottom: 1.5rem;
}

.socials {
  padding: 2rem 0;
}

.icons a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #000;
  line-height: 28px;
  border-radius: 50%;
  margin-right: 3px;
}

.icons img {
  vertical-align: middle;
}

.icons i {
  color: #fff;
}

.judge-box {
  display: flex;
  align-items: center;
  position: relative;
}

.judge-box .img-wrapper {
  padding: 0 2em 1em 0;
}

.five-clms {
  position: relative;
}

.five-clms span {
  position: absolute;
  top: 7em;
  transform: translateX(-30px);
}

/* Mobile judges */
.judges-header {
  display: flex;
}

.judges-header h2 {
  padding-top: .4em;
}

.judge-filter {
  display: flex;
  align-items: baseline;
  padding-left: 3em;
}

.judge-filter {
  display: none;
}

.judge-filter ul {
  list-style: none;
  padding: 1em 0 1em 1em;
  border-left: 1px solid #fff;
}

.judge-filter a {
  font-size: 16px;
  line-height: 20px;
}

.arrow-down {
  position: relative;
  right: 1em;
}

/* Desktop styles */
@media (min-width: 768px) {
  .five-clms {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .section-judge .col {
    max-width: 20%;
  }
  .section-judge .row {
    justify-content: center;
  }
  .popup {
    width: 60vw;
    height: 70vh;
  }
  .popup-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .popup-col.left {
    width: 42%;
    max-width: 423px;
  }
  .popup-col.right {
    width: 58%;
  }
  .popup-col.right .entry-content {
    padding: 3.75rem 3.75rem 0 4.75rem;
  }
  .popup-col.right .entry-content h5 {
    padding-bottom: 1.5rem;
  }
  .popup-wrapper .img-wrapper {
    text-align: center;
    padding: 3.75rem 0 0;
  }
  .socials {
    padding: 3rem 0 1rem;
  }
  .popup .close {
    display: inline-block;
    top: -4rem;
    right: -4rem;
  }
}

.shortlist-bottom-line {
  display: none;
}

.timeline-bar p {
  margin-bottom: 0;
}

.timeline-bar.primary p {
  position: relative;
}

.timeline-bar span {
  width: 100px;
  height: 100px;
  max-height: 100px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #D71920;
}

.elipse span {
  padding-top: 16%;
}

.timeline-block {
  height: 4px;
  margin-top: -30px;
}

.timeline-wrapper {
  line-height: 28px;
}

.timeline-wrapper .timeline-block {
  position: relative;
  bottom: 7.7em;
}

.timeline-textsec p {
  margin-left: 0rem;
  margin-right: 0rem;
  padding: 15px 0;
  margin-bottom: 0;
}

.timeline-sec p {
  display: inline-block;
  margin-bottom: 0;
  margin-bottom: -3px;
  width: 24.7%;
}

.timeline-sec span {
  background-color: #000;
  width: 1px;
  height: 70px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: .75em;
}

.spn-block p {
  width: 24.7%;
  display: inline-block;
  text-align: center;
}

.spn-block span {
  background: #333;
  height: 25px;
  width: 25px;
  margin: 0 auto;
  border-radius: 50%;
  display: inline-block;
}

.timeline-bar .entry-content {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: inherit;
  width: 75px;
  top: 3em;
}

/* Timeline secondary layout */
.timeline-bar.secondary span::after {
  margin: 0 -55% 0 4.5em;
}

.timeline-bar.secondary span::before {
  margin: 0 1em 0 -55%;
}

.timeline-bar.secondary span::before, .timeline-bar.secondary span::after {
  content: "";
  display: inline-block;
  width: 31%;
  vertical-align: middle;
  position: absolute;
  left: 25em;
  top: 4.75em;
}

.timeline-bar.secondary span {
  width: 208px;
  height: 208px;
  max-height: 208px;
  line-height: 128px;
  font-size: 22px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 2em;
}

.timeline-title {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 3.5em;
}

/* Timeline mobile */
.timeline-mobile .tml-brd {
  background: #fff;
}

.tml {
  display: flex;
}

.tml-brd span {
  padding: 1em .5em;
}

.tml .left {
  width: 30%;
  border-right: 1px solid #333;
}

.tml .right {
  width: 70%;
}

.tml .right .title {
  text-align: end;
}

/* Desktop styles */
@media (min-width: 60em) {
  .slider-arrow {
    position: absolute;
    top: 10%;
    font-size: 22px;
    z-index: 10;
    height: 80px;
  }
  .slider-arrow.fa-chevron-left {
    left: 10px;
    right: auto;
    border-right: 1px solid #999;
    padding-right: 15px;
    padding-top: 30px;
  }
  .slider-arrow.fa-chevron-right {
    right: 10px;
    border-left: 1px solid #999;
    padding-left: 15px;
    padding-top: 30px;
  }
}

@media (min-width: 75em) {
  .timeline-bar.secondary span::before, .timeline-bar.secondary span::after {
    width: 34%;
    left: 29em;
  }
}

.entry-form input, .entry-form input:hover, .entry-form select {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.privacy-policy p {
  font-size: 18px;
  line-height: 25px;
}

.page-template-template-contact-us .entry-content p {
  padding-bottom: 1.2em;
}

@media (min-width: 1025px) {
  .page-template-template-contact-us .entry-content p {
    padding-bottom: 2em;
  }
}

.txt-box, .txt-box:focus {
  background: transparent;
}

#how-it-works h1 {
  color: #333333;
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
}

#how-it-works p {
  color: #000000;
  color: #666;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#search-terms h1 {
  color: #333333;
  font-family: 'Router';
  font-weight: 500;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 0 !important;
}

#section-gallery-lists figure {
  height: 45vw;
}

#section-gallery-lists img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  #section-gallery-lists .col-lg-4 + .col-lg-8,
  #section-gallery-lists .col-lg-8 + .col-lg-4,
  #section-gallery-lists .col-lg-4 + .col-lg-4 {
    padding-left: 0;
  }
  #section-gallery-lists figure img {
    object-fit: cover;
  }
  #section-gallery-lists .col-lg-8 figure {
    height: 515px;
  }
  #section-gallery-lists .col-lg-8 img {
    height: 100%;
    object-fit: cover;
  }
  #section-gallery-lists .row > .col-lg-4 figure,
  #section-gallery-lists .col-lg-4 > .row figure {
    height: 250px;
  }
  #section-gallery-lists .row > .col-lg-4 img,
  #section-gallery-lists .col-lg-4 > .row img {
    height: 100%;
    object-fit: cover;
  }
}

.business-car {
  /* Category */
}

.business-car .navbar-brand img {
  max-width: 30%;
}

.business-car footer .col-lg {
  padding-bottom: 2em;
}

@media (min-width: 80em) {
  .business-car footer .col-lg {
    padding-bottom: 0;
  }
}

.business-car .timeline-textsec p {
  color: #A3956D;
}

.business-car .section-judge h6 {
  font-weight: 700;
}

.business-car .judge-line {
  display: block;
}

.business-car .judge-filter {
  display: flex;
}

.business-car .judge-nav {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0 -10px;
}

.business-car .judge-nav li {
  position: relative;
  padding: 0 10px;
}

.business-car .judge-nav li:after {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 10px;
  content: '';
  width: 1px;
  background-color: #fff;
}

.business-car .judge-nav li:last-child:after {
  content: none;
}

.business-car .judge-nav li a {
  display: inline-block;
  line-height: 32px;
  color: #fff;
}

.business-car .judge-nav li.active a {
  border-bottom: 1px solid #fff;
}

.business-car .carousel-item .col-lg-3 {
  height: 57px;
}

.business-car .how-it-works {
  line-height: 20px;
}

.business-car .sub-categories li a, .business-car .regions li a {
  font-size: 18px;
}

.business-car .srtlist-tg span, .business-car .winners-tg span {
  background: #A3956D;
}

.business-car .dt-txtctr ul li, .business-car .dt-txtctr p {
  color: #A3956D;
  font-size: 18px;
}

.business-car .dt-txtctr.entry-content ul li {
  line-height: 22px;
}

.business-car.page-template-template-contact-us .entry-content p {
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 1em;
}

.business-car .entry-form .submit-btn {
  background: #A3956D;
}

@media (min-width: 540px) {
  .business-car .navbar-brand img {
    max-width: 16%;
  }
}

@media (min-width: 992px) {
  .business-car .navbar-brand img {
    max-width: 100%;
  }
}

@media (min-width: 1025px) {
  .business-car .search-form.visible {
    right: 12%;
  }
}

/* The css file for World Of Fine Wine Website */
.wow.night-mode #spall-close span {
  color: #000;
}

.wow h1, .wow h2 {
  font-weight: 400;
}

.wow .intro h1 {
  text-transform: none;
}

.wow .single .year-winners h3,
.wow .single .year-winners h4 {
  color: #A3956D;
}

.wow .top-line {
  display: block;
}

.wow hr {
  border-bottom: 1px solid #d3d3d3;
}

.wow #spall-close p {
  line-height: 34px;
  position: static;
}

.wow .tml .right .title {
  font-size: 20px;
}

.wow .timeline-bar.secondary span {
  border: 1px solid #ddd;
}

.wow .timeline-wrapper .timeline-block {
  bottom: 7.4em;
}

.wow .timeline-bar.secondary span::before, .wow .timeline-bar.secondary span::after {
  border-bottom: 1px solid #DDD;
  opacity: .8;
}

.wow .five-clms h6 {
  font-size: 20px;
  font-weight: 400;
}

.wow .sponsor-box .min-box {
  font-size: 16px;
}

.wow.how-it-works .entry-content p {
  line-height: 18px;
  padding-bottom: .85em;
}

.wow.how-it-works .entry-content .button a:hover {
  color: unset;
}

.wow .entry-content .button a:hover {
  color: unset;
}

.wow .dt-txtctr.entry-content p {
  font-size: 18px;
}

.wow .wnr-lst {
  color: #A3956D;
}

@media (min-width: 600px) {
  .wow .sponsors .col-lg-3 {
    max-width: 14%;
  }
}

@media (min-width: 1025px) {
  .wow p {
    line-height: 28px;
  }
  .wow .intro p {
    letter-spacing: .5px;
  }
  .wow .intro .left-text {
    padding-left: 3em;
  }
  .wow .intro .right-spter {
    padding-right: 2.5em;
  }
  .wow.how-it-works .entry-content .button {
    width: 33%;
    margin: 0 auto 1em;
    background: #752118;
    margin-bottom: .85em;
    padding-top: .25em;
    padding-bottom: .25em;
  }
  .wow.how-it-works .entry-content p {
    line-height: 28px;
  }
  .wow.how-it-works .entry-content .essentials p {
    line-height: 20px;
  }
  .wow .entry-content .button {
    width: 33%;
    margin: 0 auto 1em;
    background: #752118;
    margin-bottom: .85em;
    padding-top: .25em;
    padding-bottom: .25em;
  }
  .wow .entry-content .button a {
    color: #fff;
  }
}

.whatvan .navbar-brand {
  padding-top: 1em;
}

.whatvan .navbar-brand img {
  max-width: 22%;
}

.whatvan p {
  line-height: 28px;
  font-size: 18px;
}

.whatvan .tml-brd span {
  color: #000;
}

.whatvan .read-more {
  font-size: 18px;
}

.whatvan .link,
.whatvan .link:hover {
  color: #1472a8;
}

.whatvan .tml .right .title {
  font-size: 16px;
}

.whatvan .navbar .container {
  align-items: center;
}

.whatvan .timeline-textsec p {
  font-size: 16px;
}

.whatvan .section-judge h6 {
  font-size: 18px;
  font-weight: 700;
}

.whatvan .sponsor-box .min-box {
  font-size: 16px;
}

.whatvan.how-it-works p {
  line-height: 32px;
}

.whatvan .dt-txtctr ul li,
.whatvan .dt-txtctr p {
  color: #999;
}

.whatvan .year-winners p {
  font-size: 18px;
  line-height: 25.74px;
}

.whatvan .dt-txtctr.entry-content ul li {
  line-height: 20.5px;
}

.whatvan .step {
  font-weight: bold;
}

.whatvan .step span {
  font-size: 24px;
}

@media (min-width: 540px) {
  .whatvan .navbar-brand img {
    max-width: 12%;
  }
}

@media (min-width: 992px) {
  .whatvan .navbar-brand img {
    max-width: 100%;
  }
}

.blueprint {
  /* Categories */
  /* How it works */
  /* Judges */
}

.blueprint .navbar-brand {
  padding-top: 0;
}

.blueprint p {
  line-height: 31px;
  font-size: 18px;
}

.blueprint.how-it-works p {
  line-height: 27.5px;
}

.blueprint .nav-link,
.blueprint .nav-link:hover {
  font-size: 18px;
  font-weight: 700;
}

.blueprint .five-clms h6 {
  font-size: 18px;
  color: #312783;
}

.blueprint .intro p {
  color: #666;
}

.blueprint .category-section h3 {
  color: #666;
}

.blueprint .link {
  color: #312783;
}

.blueprint h1,
.blueprint h2,
.blueprint h3 {
  font-weight: 700;
}

.blueprint footer p {
  color: #666;
}

.blueprint .how-it-works p {
  line-height: 27px;
}

.blueprint .popup-col.left,
.blueprint .popup .close {
  background-color: #312783;
}

.blueprint .judge-nav {
  display: none;
}

.blueprint .judge-line {
  display: none;
}

.blueprint .shortlist-bottom-line {
  display: block;
}

.blueprint .submit-btn {
  background: #2E2A7E;
}

.press-gazette {
  /* HOw it works*/
  /* Categories */
  /* Subscribe */
}

.press-gazette .navbar-brand img {
  max-width: 30%;
}

.press-gazette p {
  line-height: 31px;
  font-size: 18px;
}

.press-gazette .left {
  text-transform: uppercase;
  color: #666;
  padding-top: .85em;
}

.press-gazette .right {
  padding-top: .85em;
}

.press-gazette .right p {
  line-height: 28px;
  margin-bottom: 1.5em;
}

.press-gazette .spn-block {
  position: relative;
  bottom: 20px;
}

.press-gazette .intro p {
  color: #777777;
}

.press-gazette .category-section h3 {
  color: #777777;
}

.press-gazette .five-clms p {
  color: #777777;
}

.press-gazette.how-it-works p {
  color: #666;
}

.press-gazette .custom-search::after {
  content: url("../../theme/images/search-gray.png");
}

.press-gazette .search-form.visible .custom-search::after {
  content: url("../../theme/images/search-gray.png");
}

.press-gazette #subscribe {
  overflow-y: scroll;
}

.press-gazette .subscribe-form {
  width: 80%;
  margin: 0 auto;
}

.press-gazette .subscribe-form .button {
  background-color: transparent;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 2px;
  padding: .25em 2.85em;
}

.press-gazette .subscribe-form .attend-btn {
  text-align: center;
  padding: 0 5em;
  border: 0;
}

.press-gazette .subscribe-form h2 {
  font-size: 32px;
  line-height: 50px;
}

.press-gazette .subscribe-form * {
  color: #666;
}

.press-gazette .subscribe-form .entry-form input::placeholder, .press-gazette .subscribe-form :-ms-input-placeholder {
  color: #666;
}

.press-gazette .subscribe-form .entry-form input {
  font-size: 18px;
}

.press-gazette .subscribe-form .txt-box, .press-gazette .subscribe-form .txt-box:hover {
  margin-bottom: 20px;
}

.press-gazette .subscribe-form .cb label {
  font-size: 18px;
  line-height: 22px;
  padding-left: 1.5em;
}

.press-gazette .subscribe-form ul {
  padding-left: 1.5em;
}

.press-gazette .subscribe-form ul > li {
  font-size: 18px;
  padding-bottom: 1em;
}

@media (min-width: 600px) {
  .press-gazette .navbar-brand img {
    max-width: 16%;
  }
}

@media (min-width: 992px) {
  .press-gazette .navbar-brand img {
    max-width: 100%;
  }
}

.fx-awards .intro p {
  color: #777;
}

.fx-awards p {
  font-size: 18px;
  line-height: 31px;
}

.fx-awards .nav-link,
.fx-awards .nav-link:hover {
  font-size: 18px;
  font-weight: 700;
}

.fx-awards .spn-block {
  position: relative;
  bottom: 20px;
}

.fx-awards .category-section h3,
.fx-awards .category-section p {
  color: #777;
}

.fx-awards .five-clms h6 {
  color: #CD2C39;
}

.fx-awards .page-template-template-contact-us p {
  line-height: 21px;
}

.awards-network-ns .custom-search::after {
  content: url("../../theme/images/search-black.png");
}

.awards-network-ns .burger,
.awards-network-ns .burger::before,
.awards-network-ns .burger::after {
  border-bottom: 2px solid #666;
}

.awards-network-ns .submit-btn span {
  color: #fff;
}

.world-journalism-awards .navbar-brand img {
  max-width: 30%;
}

@media (min-width: 40em) {
  .world-journalism-awards .navbar-brand img {
    max-width: 16%;
  }
}

@media (min-width: 992px) {
  .world-journalism-awards .navbar-brand img {
    max-width: 100%;
  }
}

.british-journalism-awards .navbar-brand img {
  max-width: 30%;
}

@media (min-width: 40em) {
  .british-journalism-awards .navbar-brand img {
    max-width: 16%;
  }
}

@media (min-width: 992px) {
  .british-journalism-awards .navbar-brand img {
    max-width: 100%;
  }
}
/*# sourceMappingURL=app.css.map */