/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .sf-field.conditional, .field_with_return_label, .field_without_return_label, .field_volunteer_return_label {
 	display: none;
 }
 blockquote p {
  margin: 0 auto;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  max-width: 80%;
}
.hide-desktop {
  display: none;
}
.lottery-image-header.align-right .lottery-image-header-overlay {
  left: auto;
  right: 0;
  text-align: right;
}
.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.field_address_type {
  height: 69px;
  overflow: hidden;
  vertical-align: top;
}
.radio_field {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}
.radio_field:first-child {
  margin-right: 4%;
}
.border-wrap {
  width: 100%;
  height: 40px;
  border: 1px solid #cfd5db;
  overflow: hidden;
  padding: 0 10px;
}
.radio_field label {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.radio_field input {
  height: auto !important;
  vertical-align: middle;
  margin: -1px 5px 0 0 !important;
  padding: 0 !important;
  width: auto !important;
}
.validation-error {
  border: 1px solid rgb(255, 176, 176) !important;
}
.sf-required {
  color: #c00d0d !important;
}
.image-choose .design_1_wrap, .image-choose .design_2_wrap {
  margin-right: 4%;
  float: left;
  width: 46%;
  text-align: center;
}
.image-choose label {
  cursor: pointer;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.image-choose  input:checked + label:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.5) url(../images/checkbox-checked.png) no-repeat center;
}
.image-choose label:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255,255,255,.2);
}
.image-choose input {
  display: none;
}
.image-choose:after {
  content: '';
  display: table;
  float: none;
  clear: both;
  width: 1px;
  height: 1px;
}
.field_target_group, .field_calendar_design {
  position: relative;
  display: inline-block;
  width: calc(31% - 6px);
  border: 1px solid #cfd5db;
  padding: 12% 0;
  text-align: center;
  margin-right: 4%;
  margin-top: 35px;
}
.field_calendar_design {
  padding: 14% 0;
  width: calc(40% - 6px);
}
.field_calendar_design {
  margin-top: 0px;
  margin-bottom: 0 !important;
}
.field_target_group:nth-child(3n+3) {
  margin-right: 0;
}
.field_target_group label,.field_calendar_design label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding-top: 20%;
  background: url(../images/checkbox.png) no-repeat 50% 62%;
}
.field_target_group input:checked + label, .field_calendar_design input:checked + label {
  color: #c00d0d;
  background: url(../images/checkbox-checked.png) no-repeat 50% 62%;
}
.field_target_group input, .field_calendar_design input {
  display: none;
}
.sf-field.input input {
  width: 100%;
  height: 40px;
  border: 1px solid #cfd5db;
  padding: 10px;
}
.sf-field {
  margin-bottom: 25px;
}
.sf-field.textarea, .sf-field.textarea textarea {
  width: 100%;
}
.sf-field.textarea textarea {
  height: 150px;
  border: 1px solid #cfd5db;
  border-radius: 0;
  box-shadow: none;
}
.sf-field.input {
  display: inline-block;
  width: calc(48% - 6px);
  margin-right: 5%;
}
.sf-field.input.last {
  margin-right: 0;
}
#sf-lottery-form .checkbox {
  padding: 0;
  margin-bottom: 20px;
}
#sf-lottery-form .checkbox label {
  position: relative;
  left: 50px;
  cursor: pointer;
  line-height: 1.5;
  width: calc(100% - 50px);
}
#sf-lottery-form .checkbox input {
  display: none;
}
#sf-lottery-form .checkbox label:before {
  content: '';
  position: absolute;
  left: -50px;
  top: 6px;
  width: 25px;
  height: 25px;
  border: 1px solid #cfd5db;
}
#sf-lottery-form .checkbox input:checked + label:before {
  background: url(../images/cross.png) no-repeat center;
}
#sf-lottery-form .checkbox input.validation-error + label:before {
  border-color: rgb(255, 176, 176) !important;
}
.quantity-wrapper {
  width: 50%;
  height: 73px;
  float: left;
  font-size: 0;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -ms-user-select: initial;
  pointer-events: initial;
}
.quantity-wrapper * {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -ms-user-select: initial;
}
.quantity-arrow {
  width: 24%;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  transition: all .5s ease;
  pointer-events: auto;
}
.quantity-arrow:hover {
  opacity: .8;
}
.quantity-down {
  background: url('../images/arrow-down.png') no-repeat center right;
}
.quantity-up {
  background: url('../images/arrow-up.png') no-repeat center left;
}
.quantity-count {
  width: 52%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  pointer-events: auto;
}
.quantity-count input {
  width: 100% !important;
  padding: 0 !important;
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  height: 42px !important;
  box-shadow: none !important;
  font-size: 25px !important;
  text-align: center;
  margin: 0 !important;
  color: #4e4e4e;
  outline: none !important;
}
#with_return::-webkit-outer-spin-button, #without_return::-webkit-outer-spin-button,
#with_return::-webkit-inner-spin-button, #without_return::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity-count .quantity-count-pieces {
  font-size: 12px;
  display: block;
  line-height: 1;
  text-indent: 2px;
  position: relative;
  top: -4px;
}
.field_with_return, .field_without_return, [class^=field_reseller_with_return_] {
  position: relative;
  border: 1px solid #cfd5db;
  margin-top: 5px;
}
.field_without_return, [class^=field_reseller_with_return_] {
  margin-right: 0 !important;
}
.field_with_return > label, .field_without_return > label, [class^=field_reseller_with_return_] > label {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #4e4e4e;
}
.field_with_return > div, .field_without_return > div, [class^=field_reseller_with_return_] > div {
  float: right;
}
[class^=field_reseller_with_return_] {
  float: none !important;
  clear: both !important;
  display: block !important;
  overflow: hidden !important;
  width: 100% !important;
}
#sf-lottery-form h4 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}
.total-bar.x-section {
  padding: 15px 0;
  color: #fff;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.total-bar.x-section h3 {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
}
.total-bar.x-section .calc-bar {
  font-size: 14px;
}
.total-bar .x-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.submitting {
  cursor: wait;
}
#sf-lottery-form {
  transition: opacity .3s ease;
}
.submitting #sf-lottery-form {
  opacity: .3;
  pointer-events: none;
  cursor: wait;
}
.submitting .x-btn, .submitting .button, .submitting [type="submit"] {
  background-image: url(../images/spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
  pointer-events: none;
}
.submitting .x-btn:hover, .submitting .button:hover, .submitting [type="submit"]:hover {
  background-image: url(../images/spinner.gif);
  background-position: center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0);
}
.total-bar .profit {
  font-weight: bold;
}
ul.lottery-gallery-full, ul.lottery-gallery-thumb {
  margin: 0;
  padding: 0;
}
.single-sf_lotteri ul.lottery-gallery-full {
  margin-top: 70px;
}
ul.lottery-gallery-full li {
  border: 1px solid #cfd5db;
}
ul.lottery-gallery-thumb {
  margin-top: 20px;
  margin-bottom: 35px;
}
ul.lottery-gallery-thumb li {
  border: 1px solid #cfd5db;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
}
ul.lottery-gallery-thumb li:last-child {
  margin-right: 0;
}
ul.sales-guides {
  margin: 0;
  list-style: none;
  padding: 0;
  float: left;
  text-align: center;
  width: 33.3333%;
  padding: 2.7%;
}
ul.sales-guides h4 {
  padding-top: 20px;
  margin-bottom: 0;
}
ul.sales-guides .sales-guides-thumbnail {
  border: 1px solid #cfd5db;
  display: inline-block;
}
ul.sales-guides .sales-guides-thumbnail img {
  width: 100%;
  height: auto;
}
.lottery-image-header {
  position: relative;
  height: 380px;
}
.lottery-image-header img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lottery-image-header .h2 {
  color: #fff;
  margin-bottom: 10px;
}
.lottery-image-header .lottery-image-header-overlay {
  background: transparent;
  z-index: 9;
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 35px;
  color: #fff;
  line-height: 1.2;
}
.lottery-preview {
  width: calc(50% - 10px);
  margin-right: 20px;
  background: #fff;
  float: left;
  margin-bottom: 20px;
}
.lottery-preview:nth-child(2n+2) {
  margin-right: 0;
}
.lottery-preview-text {
  padding: 10px 35px 35px 35px;
}
.lottery-preview-image {
  position: relative;
}
.lottery-preview-image img {
  width: 100%;
}
.lottery-preview-overlay {
  padding: 0 35px;
  color: #fff;
  width: 100%;
  height: 38px;
  overflow: hidden;
  line-height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(109, 160, 191, .78);
}
.lottery-preview-overlay span:first-child {
  float: left;
}
.lottery-preview-overlay span {
  float: right;
}
.lottery-preview-logo {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/scraped.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 267px;
  height: 146px;
  text-align: center;
  pointer-events: none;
}
.lottery-preview-logo-container {
 margin-top: 7%;
 width: 60%;
 height: 60%;
 left: 55%;
 transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 position: absolute;
 background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
}
.lottery-preview-logo img {
  width: 65%;
  margin-top: 30px;
}
.lottery-percentage-bar {
  position: relative;
  color: #fff;
  background: #f8f8f8;
  height: 28px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 12px;
}
.lottery-percentage-filler {
  background: #c00d0d;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.lottery-percentage-text {
	padding-left: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: none;
  font-weight: 100;
  z-index: 2;
}
.lottery-accordion-trigger {
  cursor: pointer;
  -webkit-touch-callout: initial;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}
.lottery-accordion-trigger:before {
  content: '?';
  border: 2px solid #c00d0d;
  padding: 0 8px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}
.lottery-accordion-trigger.open:before {
  background: #c00d0d;
  color: #fff;
}
.lottery-accordion {
  display: none;
}
.webko-accordion-trigger {
  cursor: pointer;
}
.webko-accordion {
  display: none;
}
.profit-calc-widget h3 {
  color: #fff !important;
}
.profit-calc-widget {
  color: #fff;
  padding: 35px !important;
}
.profit-calc-widget .x-column {
  padding: 0 !important;
}
.profit-calc-widget .total-profit-container {
  margin-top: 35px;
}
.profit-calc-widget .range-output {
  margin-top: 10px;
}
.organization-video-thumbnail {
  vertical-align: middle;
}
@media only screen and (min-width : 768px) {
 .total-bar.x-section .calc-wrapper {
  min-height: 48px;
}
}
@media only screen and (max-width : 979px) {
  .responsive-1-2 .x-column {
    max-width: 47%;
    display: inline-block;
    vertical-align: top;
  }
  .responsive-1-2 .x-column:nth-child(2n+2) {
    margin-left: 3%;
    margin-right: 0;
  }
  .hide-desktop {
    display: initial !important;
  }
  .blog-image:not(.hide-desktop) {
    display: none;
  }
  .lottery-preview {
   margin: 0 0 35px 0;
   width: 100%;
 }
 ul.lottery-gallery-full img {
  width: 100%;
}
ul.sales-guides { 
 width: 100%;
 padding: 0;
 margin-bottom: 40px;
}
ul.sales-guides .sales-guides-thumbnail {
 max-height: none;
 height: auto;
}
.sf-field.input {
 width: 100%;
 margin-right: 0;
}
.single-sf_lotteri .x-2-5 {
  padding: 0 35px 35px 35px !important;
}
.x-column.x-sm {
  float: none !important;
  width: 100% !important;
  margin-right: 0 !important;
}
.single-sf_lotteri .x-3-5 {
  padding: 35px !important;
}

}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  select,
  textarea,
  input {
    font-size: 16px;
  }
}
@media only screen and (max-width : 768px) {
  .responsive-1-2 .x-column {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .responsive-1-2 .x-column:nth-child(2n+2) {
    margin-left: 0%;
    margin-right: 0;
  }

}
@media only screen and (max-width : 1200px;) {
  .upload-field-wrap {
    width: 44.2395% !important;
}
}

.lottery-gallery-full {
  position: relative;
}
.lottery-gallery-full .slick-arrow {
  width: 10px;
  height: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain !important;
  text-indent: -9999px;
  overflow: hidden;
  border: 0;
  position: absolute;
  outline: none !important;
  z-index: 99;
}
.lottery-gallery-full .slick-prev, .lottery-gallery-full .slick-prev:hover {
  left: 10px;
  top: 0;
  background-image: url(../images/arrow-down.png);
  width: 10px;
  height: 100%;
}
.lottery-gallery-full .slick-next, .lottery-gallery-full .slick-next:hover {
  right: 10px;
  top: 0;
  background-image: url(../images/arrow-up.png);
  width: 10px;
  height: 100%;
}
.upload-field-wrap {
  width: 30%;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 25px;
}
.dropzone {
  position: relative;
  min-height: 186px;
  border: 2px dashed #c00d0d;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.dropzone .dz-preview {
  left: 0;
  top: 0;
  max-width: 100%;
  margin: 0;
  min-height: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.dz-remove {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 20px;
  height: 20px;
  background: url(../images/remove-icon.png) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 9999;
}
.dropzone .dz-preview .dz-image {
  border-radius: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 0;
}
.dropzone .dz-preview .dz-image img {
  padding: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#x-section-4 {
  display: none;
}
