@charset "UTF-8";
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot");
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://netdna.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://netdna.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://netdna.bootstrapcdn.com/bootstrap/3.3.6/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.recent-posts-wrapper {
  border-top: 1px solid #ffd8b6;
  margin-top: 25px;
}
.recent-posts-wrapper h3 {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #676767;
  font-weight: 800;
  font-size: 30px;
}
.recent-posts-wrapper .posts-wrapper {
  position: relative;
  display: table;
  width: 100%;
}
.recent-posts-wrapper .posts-wrapper .single-recent-post {
  width: 33.3333333333%;
  display: table-cell;
  float: left;
  height: 100%;
  vertical-align: top;
  padding-right: 15px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
.recent-posts-wrapper .posts-wrapper .single-recent-post .link_wrapper {
  display: block;
}
.recent-posts-wrapper .posts-wrapper .single-recent-post .post-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}
.recent-posts-wrapper .posts-wrapper .single-recent-post h2 {
  margin-top: 0;
  line-height: normal;
  font-size: 18px;
}
.recent-posts-wrapper .posts-wrapper .single-recent-post > div {
  width: 90%;
}
.recent-posts-wrapper .posts-wrapper .single-recent-post:last-child {
  display: none;
}
.recent-posts-wrapper .posts-wrapper .single-recent-post .readmore-link {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .recent-posts-wrapper .posts-wrapper .single-recent-post .readmore-link {
    bottom: 10px;
  }
}
@media (max-width: 991px) {
  .recent-posts-wrapper .posts-wrapper .single-recent-post {
    width: 50%;
  }
  .recent-posts-wrapper .posts-wrapper .single-recent-post:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .recent-posts-wrapper .posts-wrapper .single-recent-post {
    width: 100%;
    border-bottom: 2px solid grey;
    padding-bottom: 40px;
  }
  .recent-posts-wrapper .posts-wrapper .single-recent-post:nth-child(3) {
    border-bottom: none;
    margin-bottom: 0;
  }
  .recent-posts-wrapper .posts-wrapper .single-recent-post:last-child {
    display: none;
  }
}

.view_blog_wrapper {
  text-align: center;
}
.view_blog_wrapper .view_blog {
  color: #ffffff !important;
  text-transform: uppercase;
  background-color: #ff9933;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #ff9933;
  border-radius: 10px;
  font-size: 20px;
}
.view_blog_wrapper .view_blog:hover {
  color: #ff9933 !important;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #ff9933;
}

.facebook_rating_wrapper {
  clear: none;
  width: 19%;
  max-width: 150px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  padding-top: 30px;
}
.facebook_rating_wrapper a {
  color: #556ea3;
}
.facebook_rating_wrapper h3 {
  margin-top: 0;
  color: #000000;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.facebook_rating_wrapper .score_wrapper {
  text-align: center;
}
.facebook_rating_wrapper .score_wrapper .score {
  background-color: #556ea3;
  color: #ffffff;
  font-size: 24px;
  height: 54px;
  width: 54px;
  line-height: 45px;
  align-items: center;
  border: 2px #ffffff solid;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.facebook_rating_wrapper .score_wrapper p {
  color: #556ea3;
  margin: 0;
  font-weight: 800;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 830px) {
  .facebook_rating_wrapper .score_wrapper p {
    font-size: 9px;
  }
}
.facebook_rating_wrapper .powered {
  text-align: center;
}
.facebook_rating_wrapper input {
  font-family: serif;
  color: #222;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
}
.facebook_rating_wrapper input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.facebook_rating_wrapper input:invalid {
  background-color: #f0dddd;
}
@media print {
  .facebook_rating_wrapper * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
}
.facebook_rating_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.facebook_rating_wrapper input {
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: normal;
}
.facebook_rating_wrapper input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@media print {
  .facebook_rating_wrapper * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .facebook_rating_wrapper *:before, .facebook_rating_wrapper *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}
.facebook_rating_wrapper .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.facebook_rating_wrapper .glyphicon-star:before {
  content: "";
}
.facebook_rating_wrapper .glyphicon-star-empty:before {
  content: "";
}
.facebook_rating_wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.facebook_rating_wrapper *:before, .facebook_rating_wrapper *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.facebook_rating_wrapper input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.facebook_rating_wrapper .rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.facebook_rating_wrapper .rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: 0 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}
.facebook_rating_wrapper .rating-container.is-display-only .rating-input, .facebook_rating_wrapper .rating-container.is-display-only .rating-stars {
  cursor: default;
}
.facebook_rating_wrapper .rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}
.facebook_rating_wrapper .rating-container .empty-stars {
  color: #aaa;
}
.facebook_rating_wrapper .rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}
.facebook_rating_wrapper .rating-animate .filled-stars {
  transition: width 0.25s ease;
}
.facebook_rating_wrapper .rating-sm {
  font-size: 24px;
  padding: 3px 0;
}
@media (max-width: 880px) {
  .facebook_rating_wrapper .rating-sm {
    font-size: 19px;
  }
}
.facebook_rating_wrapper:hover h3 {
  color: #ff9933;
}
.facebook_rating_wrapper:hover .score {
  background-color: #ff9933;
}
@media (max-width: 767px) {
  .facebook_rating_wrapper {
    display: none;
  }
  .facebook_rating_wrapper.footer {
    display: block;
    width: 100%;
    max-width: unset;
    padding-top: 0;
    margin-top: 18px;
  }
  .facebook_rating_wrapper.mobile {
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 5px;
    background-color: white;
    border: 1px solid #f7951d;
    max-width: unset;
    border-top: 0;
    border-bottom: 0;
    line-height: normal;
  }
  .facebook_rating_wrapper.mobile a {
    height: auto;
  }
  .facebook_rating_wrapper.mobile p {
    line-height: normal;
  }
  .facebook_rating_wrapper.mobile .rating-sm {
    line-height: normal;
  }
}
@media (min-width: 768px) {
  .facebook_rating_wrapper.mobile {
    display: none;
  }
  .facebook_rating_wrapper.footer {
    display: none;
  }
}

.custom-btn-size {
  width: 440px;
  font-size: 16px;
}
@media (max-width: 480px) {
  .custom-btn-size {
    width: 100%;
    font-size: 13px;
  }
}

.page-template-template-tnc-competition {
  /*!
  * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
  */
  /*!
   * Bootstrap v3.4.1 (https://getbootstrap.com/)
   * Copyright 2011-2019 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
   */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
}
.page-template-template-tnc-competition .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .page-template-template-tnc-competition .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-template-template-tnc-competition .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-tnc-competition .container {
    width: 1170px;
  }
}
.page-template-template-tnc-competition .row {
  margin-right: -15px;
  margin-left: -15px;
}

.competition_content .competition_details {
  padding-top: 40px;
}
.competition_content .competition_details h1 {
  font-family: "accent_sfregular";
  font-size: 32px;
}
@media (max-width: 991px) {
  .competition_content .competition_details h1 {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .competition_content .competition_details .col_image {
    text-align: center;
  }
}
.competition_content .competition_details .gift_image {
  margin-bottom: -50px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .competition_content .competition_details .gift_image {
    width: 200px;
    margin: 0 auto;
  }
}
.competition_content .competition_details div.competition_body {
  font-size: 18px;
  color: grey;
}
.competition_content .competition_form {
  padding: 20px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 12px rgba(103, 103, 103, 0.3);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.competition_content .competition_form .input-field input {
  font-family: "Open Sans", sans-serif;
}
.competition_content .competition_form .input-field input::-webkit-input-placeholder {
  font-family: "accent_sfregular";
}
.competition_content .competition_form .input-field input::-moz-placeholder {
  font-family: "accent_sfregular";
}
.competition_content .competition_form .input-field input:-ms-input-placeholder {
  font-family: "accent_sfregular";
}
.competition_content .competition_form .input-field input:-moz-placeholder {
  font-family: "accent_sfregular";
}
.competition_content .competition_form .input-field label {
  font-family: "accent_sfregular";
  pointer-events: none;
}
.competition_content .competition_form .submit_wrapper {
  text-align: right;
}
.competition_content .competition_form .send_competition_request {
  padding: 10px 20px;
  font-size: 18px;
  text-transform: capitalize;
  background-color: white;
  color: #ff9933;
  border-radius: 5px;
  border: 2px solid #ff9933;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-family: "accent_sfregular";
}
.competition_content .competition_form .send_competition_request:hover {
  background-color: #ff9933;
  color: white;
}
.competition_content .competition_form .send_competition_request.submitting {
  background-color: white;
  color: grey !important;
  border: 2px solid grey !important;
  cursor: not-allowed;
}
.competition_content .competition_form .send_competition_request.submitting.disabled {
  background-color: white;
  color: #018001 !important;
  border: 2px solid #018001 !important;
  cursor: not-allowed;
}
.competition_content .competition_form .response_wrapper {
  font-size: 20px;
  text-align: center;
}
.competition_content .competition_form:hover {
  box-shadow: 0px 10px 15px rgba(103, 103, 103, 0.5);
}

.datepicker-table .datepicker-row td {
  border: none;
}
.datepicker-table .datepicker-row td:hover, .datepicker-table .datepicker-row td.is-selected {
  background-color: #f7951d !important;
  color: #fff;
}
.datepicker-table .datepicker-row:hover td {
  background-color: transparent;
}

.page-template-template-tnc-competition input[type=text]:not(.browser-default):focus:not([readonly]), .page-template-template-tnc-competition input[type=email]:not(.browser-default):focus:not([readonly]) {
  border-bottom: 1px solid #f7951d;
  -webkit-box-shadow: 0 1px 0 0 #f7951d;
  box-shadow: 0 1px 0 0 #f7951d;
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #f7951d !important;
}

.dropdown-content {
  list-style: none;
  padding: 0;
}

.page-id-8132 .icon-list li {
  height: auto;
  margin-top: 40px;
}
.page-id-8132 .icon-list li:first-child, .page-id-8132 .icon-list li:nth-child(2), .page-id-8132 .icon-list li:nth-child(3), .page-id-8132 .icon-list li:nth-child(4) {
  margin-top: 0;
}
.page-id-8132 .icon-list li img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  .page-id-8132 .icon-list li:nth-child(3), .page-id-8132 .icon-list li:nth-child(4) {
    margin-top: 40px;
  }
}

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