@import '_normalize.scss';
@import '_variables.scss';
@import "_wp.scss";
@import "_actions.scss";
@import '_common.scss';
@import '_prizes.scss';
@import '_slick-slider.scss';
@import '_slick-slider-theme.scss';
@import '../fontawesome/fontawesome.scss';
@import "../fontawesome/light.scss";
@import "../fontawesome/brands.scss";

.giveasap {
  padding: 10px;
  font-size: 16px;
}

.giveasap,
.giveasap * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}

/** Layout */
.giveasap_box {
  background-color: $white;
  width:90%;
  margin:0 auto;
  box-shadow:0px 0px 5px rgba(0, 0, 0, 0.2);

}

.giveasap {
  &.template1 {
    .giveasap_box {
      overflow: hidden;
      border-radius: 15px;
      margin-bottom: 20px;
    }
  }
}

.giveasap_box h1,
.giveasap_countdown,
.giveasap_meta,
.giveasap_form,
.giveasap-entries,
.giveasap-entries-title,
.giveasap_gallery,
.giveasap_alert,
.giveasap-center {
  text-align: center;
}

.giveasap-video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
 
.giveasap-video-container iframe, object, embed,video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.giveasap_section {
  padding:1.5em;
}

.giveasap_meta,
.giveasap_gallery {
  padding:0;
  margin:0;
  list-style: none;
}

.giveasap_meta {
  font-weight: 600;
  font-size: 1.25em;
  width: 100%;
}
.giveasap_meta li {
  padding: .5em;

  &.time {
    text-transform: capitalize;
  }
}

.giveasap_meta li {
  display: inline-block;
}

.giveasap_meta .meta-content {
  float:right;
  width: calc( 100% - 45px );
  font-size: 0.75em;
}

.giveasap_meta .fa {
  opacity: 0.5;
}

.giveasap .row li {
    display: flex;
    justify-content: center;
    align-items: center;

    &.icon-aside {
      align-items: flex-start;
    }
}

.giveasap .row:after {
  content:'';
  display:table;
  clear:both;
}
.giveasap .items-2 li {
  @media screen and (min-width:480px) {
    width: 50%;
    float:left;
  }
}

.giveasap_meta small {
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.75;
}

.giveasap_meta .icon-aside {
  text-align: left;
}
.giveasap_meta .icon-aside .fa{
  float:left;
  margin-right:5px;
}
.giveasap_meta .icon-aside small {
  display: block;
}

.giveasap_gallery {
  padding: 0;
  border-top:1px solid #e3e3e3; 
  margin-top:1em;
  margin-bottom:1em;

  li {
    margin:0;
    display:block;

    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
  }
}

.giveasap_form {
  padding: 1em 0;
  border-top:1px solid #e3e3e3; 
  font-size: 1.25em;

  &.hidden {
    display: none;
  }

  &.sg-mycred-form {
    padding: 1em;
    background: $grey_lighter;

    .giveasap-entries-title {
      margin-top: 0;
    }

    .giveasap_error {
      margin-bottom: 1em;
    }
    
    .sg-mycred-balance {
      font-size: 0.875em;
    }

    p {
      margin-top: 0;
    }

    button {
      background: #333;
      border: none;
      border-radius: 3px;
      color: white;
      padding: 0em 0.5em;
      height: 40px;
      line-height:40px;
      font-size: 0.875em;
    }

    input {
      &[name=sg_mycred_points] {
        height: 40px;
        line-height:40px;
        padding: 0 0.5em;
        border: 1px solid #333;
      }
    }
  }
}


.giveasap_form .giveasap_input,
.giveasap_button {
  padding:0.5em 1em;
  border-radius:3px;
}

.giveasap_form .giveasap_input {
  border: 1px solid #e3e3e3;
  display: block;
  width: auto;
  margin: 0 auto;
}

.giveasap_form {
  .sg-form-field {
    margin-bottom: 1em;
    position: relative;
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    align-items: center;

    &:not(:last-child) {
      margin-bottom: 1em;
    }

    .giveasap_input {
      width: 100%;
      margin: 0 auto;
      display: block;
      height: 50px;
      line-height: 26px;
      font-size: 18px;
      padding: 15px 15px 5px 15px;
      color: #333;
      border-radius: 3px;
      border: 2px solid rgba( 0, 0, 0, 0.1 );

      &:focus {
        outline: none;
        border-color: $purple;
      }

      &:disabled {
        color: rgba( 0, 0, 0, 0.35 );
      }
    }

    label {
      font-weight: 600;
      position: absolute;
      top: 0px;
      left: 10px;
      background: white;
      padding: 0 5px;
      font-size: 16px;
      line-height: 21px;
    }

    &.sg-form-field-radio {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      padding-top: 30px;
    }

    &.sg-form-field-checkbox,
    .sg-form-field-radio-option {
      label,
      .giveasap_input {
        display: inline-block;
        width: auto;
        margin: 0;
      }

      label {
        font-weight: 400;
        position: static;
        margin-left: 5px;
        vertical-align: middle;
      }
    }

    .sg-form-field-radio-option {
      .giveasap_input {
        height: auto;
      }
    }
  }
}

.giveasap_button {
  border:1px solid $black;
  background-color: $black;
  color: $white;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor:pointer;

  &.transparent {
    background: none;
    color: $black;
    font-size: 0.5em;
  }

  &.center {
    margin: 0 auto;
  }
}

.sg-button-link {
  display: inline-block;
  margin: 0;
  padding: 0;
  background: transparent;
  color: $black;
  box-shadow: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  vertical-align: inherit;

  &:hover,
  &:active,
  &:focus {
    background: transparent;
  }
}

#giveasap_request_link {
  margin-top: 1em;
  display: block;
}

.giveasap_button.secondary {
  background-color: white;
  color: #333;
}

.giveasap_button:hover,
.giveasap_button:active,
.giveasap_button:focus,
.giveasap_button.secondary:hover,
.giveasap_button.secondary:active,
.giveasap_button.secondary:focus {
  background-color: $grey_light;
  color: $black;
  border-color: $grey;
}

.g-recaptcha {
  width: 305px;

  margin:1em auto 1em auto;
}

.giveasap_error {
  background-color: $red;
  color: $white;
  padding: 1em;
  font-size: 0.75em;

  p {
    &:last-child { margin-bottom: 0; }
  }
}

.giveasap_success {
  background-color: rgba(41, 185, 50, 0.75);
  color: white;
  padding: 0.5em;
  font-size: 0.75em;
}

.giveasap_consent {
  font-size: 0.5em;
  text-align: center;
  display: block;
  margin: 1em 0;
}

.giveasap_rules {
  font-size:0.75em;
  text-align: justify;
}
.giveasap_rules .giveasap_heading {
  margin-bottom:0;
}

.giveasap_rules_extended {
  display:none;
}

.giveasap_rules_extended.active {
  display: block;
}

.giveasap_heading {
  text-transform: uppercase;
}

.giveasap-entries {
  padding: 1em 0;
  margin:0; 
  font-size: 1.5em;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f6f6f6;
}

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

.giveasap-restricted {

  .sg-form-field {
    &:last-child {
      margin-bottom: 1em;
    }
  }

  .giveasap-restricted-text {
    font-size: 0.875em;
  }

  ul {
    margin: 0 auto;
    padding: 0;
    max-width: 90%;
    list-style-type: none;

    li {
      margin-bottom: 1em;

      a {
        color: $purple;
        display: flex;
        align-items: center;
        width: 100%;
        box-shadow: 0 0 2px rgba(0,0,0,0.5);
        text-decoration: none;
        min-height: 50px;
        padding: 0.5em;

        img {
          max-height: 50px;
          max-width: 100px;
          width: auto;
          height: auto;
          display: block;
          margin-right: 1em;

        }

      }
    }
  }
}

/** WP Styles */

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;

  img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-caption-text {
    margin: 0.8075em 0;
    color: $grey;
    font-style: italic;
  }
}

.wp-caption-text {
  text-align: center;
  font-style: italic;
  font-size: 0.75em;
}


.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0;

  .gallery-columns-2 & {
    max-width: 50%;
  }

  .gallery-columns-3 & {
    max-width: 33.33%;
  }

  .gallery-columns-4 & {
    max-width: 25%;
  }

  .gallery-columns-5 & {
    max-width: 20%;
  }

  .gallery-columns-6 & {
    max-width: 16.66%;
  }

  .gallery-columns-7 & {
    max-width: 14.28%;
  }

  .gallery-columns-8 & {
    max-width: 12.5%;
  }

  .gallery-columns-9 & {
    max-width: 11.11%;
  }
}

.gallery-caption {
  display: block;
}

/** Countdown */

.giveasap_countdown {
  margin-bottom:1em;
}
 
.giveasap_countdown span {
  display:inline-block;
}
.giveasap_countdown .countdown-row {
  width: 100%;
}
.giveasap_countdown .countdown-section {
  padding:1em;

}

.giveasap_countdown .countdown-section span {
  display: block;
}

.giveasap_countdown .countdown-section .countdown-amount {
  font-weight: 600;
  font-size:1.5em;
  padding-bottom:0.2em;
  margin-bottom:0.2em;
  border-bottom:1px solid $grey;
}

/** Logo */
.giveasap_logo {
  max-width: 100%;
  height: auto;
}

.giveasap_logo_container .giveasap_logo {
  max-height: 100px;
}


/** Alert */

.giveasap_alert {
  font-size: 1.5em;
  text-transform: uppercase;
  padding-top: 1em;
  padding-bottom: 1em;
  border-top:1px solid $grey_light;

  &.giveasap_winners {
    font-size: 1em;
    ul {
      margin: 0;
      padding: 0;
      li {
        list-style: none;
        font-style: italic;
        text-transform: none;
      }
    }
  }

  &.giveasap_ended {
    background: $purple;
    color: white;
  }
}

/** Sharing */


.giveasap_sharing {
  padding:0 1.5em;
  list-style: none;
}

.giveasap_sharing li {
  min-height: 40px;
  padding:0 0.5em;
  line-height: 40px;
  margin-bottom:1em;
  display: block;

  @media screen and (min-width:640px) {
    float:left;
    width: 50%;
    display: block !important;
    
    &:nth-child(2n+1) {
      clear: both;
    }
  }
}

.giveasap_sharing li a {
  display:block;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.75em;
  padding:0 0.5em;
  text-align: left;
  padding-left:50px;
  position: relative;
  color: white;
  border-radius: 3px;
  overflow: hidden;
}

.giveasap_sharing li .fab,
.giveasap_sharing li .fal,
.giveasap_sharing li a:before,
.giveasap_sharing li .sg-sharing-icon {
  position: absolute;
  left: 0;
  line-height: 40px;
  width: 40px;
  color: white;
  text-align: center;
}

.giveasap_sharing li .sg-sharing-icon {
  svg {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.giveasap_sharing li .fal.method-entry {
  left: auto;
  padding: 0;
  background: green;
  font-weight: 600;
}

.giveasap_sharing li a:before {
  transition:width .4s ease;
  content:'';
  display:block;
  width:0px;
  height:40px;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.1);
}

.giveasap_sharing li input {
  background-color: $grey_lighter;
  width: 100%;
  display:block;
  height: 40px;
  padding-right: 45px;
}

.giveasap_sharing li .giveasap_description {
  line-height: 1em;
  font-size: 0.75em;
  font-style: italic;
  margin-bottom:0;
}

.sharing_method .fab {
  background-color: rgba(0, 0, 0, 0.1);
}
.giveasap_sharing li.sharing_method:hover a:before{
  width: 100%;
}

.giveasap_sharing {
  .sharing_method {
    .method-entry {
      position: absolute;
      right: 0;
      width: 40px;
      height: 40px;
      text-align: center;
    }
  }
}

.giveasap_facebook a{
  background-color:#3b5998;
} 

.giveasap_twitter a{
  background-color: #000;
  .sg-sharing-icon {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;

    svg {
      width: 30px;
      padding: 5px;
      path {
        fill: white;
      }
    }
  }
} 

.giveasap_gplus a{
  background-color: #db4437;
}

.giveasap_linkedin a {
  background-color: #287bbc;
}
.giveasap_pinterest a{
  background-color: #bd081c;
}

.sg-btn-copy {
  padding: 0;
  background: $purple;
  border: none;
  .fal {
    position: static !important;
  }
  .sg-btn-copy-text { display: none; }
}

.giveasap_link {
  position: relative;

  .sg-btn-copy {
    position: absolute;
    top: 0;
    right: 8px;
    height: 40px;
    cursor: pointer;
    box-shadow: -2px 0px 1px rgba( 0, 0, 0, 0.05);
  }
}


/** Footer */
  .giveasap-giveaway-buttons {
    text-align: center;
    padding: 1em;
    margin-top: -2em;

    .sg-button-link {
      margin: 0 1em;
    }
  }

  .giveasap_box footer {
    border-top:1px solid $grey_light;
    background-color: $white_darker;

    .giveasap_button-secondary {
      margin: 0 auto;
      display: block;
      width: 200px;
      height: 25px;
      text-align: center;
      line-height: 25px;
      border-radius: 5px;
      text-decoration: none;
      color: white;
      font-size: 0.75em;
      background-color: $black;
    }
  }

/** Media */
  @media screen and (min-width: 768px ) {
    .giveasap_box {
     
      width:50%;
    }
  }

/** Step */

  .sg-button {
    padding: 0.5em 0.25em;
    background: black;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
  }


  .sg-step-2 {
    header {
      &.giveasap_section {
        .sg-content-extended {
          margin-bottom: 40px;
        }
        &:not(.shown) {
           .sg-content-extended { display: none; }
        }

        overflow: hidden;
        position: relative;

        button {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          width: 100%;
        }
      }
    }
  }



/** Edit **/

  .sg-subscriber-edit-data {
    text-align: center;
    width: 100%;
    background: $white;
  }