@import url(https://fonts.googleapis.com/css?family=Arbutus+Slab|Mallanna);
@font-face {
  font-family: "Mayfair";
  src: url("../fonts/Mayfair.ttf") format("truetype"); }
/*  Classes  on  outer  slideshow  wrapper:
    either  NONE  or  'fraction'  or  'fraction'  +  one  of  'fraction1'...'fraction10'.
        fraction  sets  box-sizing:  border-box,  so  that  padding  on  the  element  is  taken  out  ;
    either  NONE  or  'center'  or  'right'

*/
.m-scooch {
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }
  .m-scooch.m-scooch-giveaways {
    overflow: visible; }
    .m-scooch.m-scooch-giveaways .m-scooch-inner {
      padding: 0; }
    .m-scooch.m-scooch-giveaways .m-item {
      width: 500px;
      margin-right: 20px; }
      .m-scooch.m-scooch-giveaways .m-item .giveaway-copy {
        display: block; }
        .m-scooch.m-scooch-giveaways .m-item .giveaway-copy .enter {
          font-size: 10pt; }
      .m-scooch.m-scooch-giveaways .m-item .link {
        width: 100%;
        display: block; }
        .m-scooch.m-scooch-giveaways .m-item .link:hover {
          cursor: pointer; }
  .m-scooch.m-left {
    text-align: left; }
  .m-scooch.m-center {
    text-align: center; }
  .m-scooch.m-fluid .m-scooch-inner * {
    box-sizing: border-box; }
    .m-scooch.m-fluid .m-scooch-inner *:first-child {
      margin-left: 0%; }
  .m-scooch.m-scooch-projects .m-scooch-inner {
    padding: 0 0 0 3%; }
  .m-scooch img {
    -ms-interpolation-mode: bicubic; }
  .m-scooch .m-item {
    -webkit-transform: translate(0);
    transform: translate(0); }
  .m-scooch .m-scooch-inner {
    position: relative;
    white-space: nowrap;
    text-align: left;
    padding: 0 0 0 10px;
    /*  Removes  inline-block  gaps  due  to  whitespace  */
    font-size: 0;
    /*  Configure  animations  */
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transition-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    /*  iOS  like  slide  timings  */
    -webkit-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
    -moz-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
    -ms-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
    -o-transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
    transition-timing-function: cubic-bezier(0.33, 0.66, 0.66, 1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s; }
    .m-scooch .m-scooch-inner * {
      display: inline-block;
      white-space: normal; }

.m-center:not(.m-fluid) > .m-scooch-inner {
  display: inline-block;
  margin-right: -20000px  !important;
  margin-left: 0  !important; }
  .m-center:not(.m-fluid) > .m-scooch-inner * {
    position: relative;
    left: -20000px; }
    .m-center:not(.m-fluid) > .m-scooch-inner *:first-child {
      float: left;
      margin-right: 20000px;
      left: 0; }
    .m-center:not(.m-fluid) > .m-scooch-inner *:first-child:last-child {
      margin-right: 0; }
    .m-center:not(.m-fluid) > .m-scooch-inner *:last-child {
      margin-right: -30000px; }

body, html {
  margin: 0;
  padding: 0; }

body.archive-giveaways {
  background-color: #eaf2f2 !important;
  background-image: none !important; }
body.page-template-thankyou .gradients, body.page-template-thankyou .arrows {
  display: none !important; }

a:hover, a:active, a:focus {
  text-decoration: none; }

h1 {
  font-weight: normal;
  font-size: 36pt;
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-align: center; }

.terms {
  vertical-align: top; }

.printfriendly {
  display: none !important; }

.backlink {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999999; }
  .backlink .INiT {
    width: 50px;
    height: 50px;
    background: url("../images/init.svg") no-repeat scroll center/contain;
    display: block;
    opacity: 0.25;
    filter: alpha(opacity=25); }

.back {
  line-height: 30px;
  color: #ffffff;
  font-weight: lighter;
  letter-spacing: 2px; }
  .back:hover, .back:focus, .back:active {
    color: #ffffff; }

.notice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  background: #ea717e;
  color: #ffffff;
  text-align: center;
  z-index: 999;
  font-size: 12pt;
  font-weight: normal; }

.outer {
  /* W3C */
  display: inline-flex !important;
  box-pack: center !important;
  box-align: center !important;
  /* Safari, Opera, and Chrome */
  display: -webkit-inline-flex !important;
  -webkit-box-pack: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  /* Firefox */
  display: -moz-inline-flexbox !important;
  -moz-box-pack: center !important;
  -moz-box-align: center !important;
  -moz-align-items: center !important;
  height: 100%;
  width: 100%;
  align-items: center !important; }
  .outer.single-outer {
    min-height: 100vh; }
  .outer .inner {
    margin: auto 0;
    width: 100%; }

.listing {
  width: 790px;
  margin: 0 auto; }

.arrows .arrow {
  position: fixed;
  width: 35px;
  height: 35px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 50px;
  font-weight: bold;
  z-index: 9999;
  text-align: center;
  font-size: 24px; }
  .arrows .arrow.left {
    left: 15px;
    top: 50%;
    margin: -5px 0 0;
    background: url("../images/left.png") no-repeat scroll center/contain;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .arrows .arrow.right {
    right: 15px;
    top: 50%;
    margin: -5px 0 0;
    background: url("../images/right.png") no-repeat scroll center/contain;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .arrows .arrow:hover {
    cursor: pointer; }
    .arrows .arrow:hover.left {
      left: 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .arrows .arrow:hover.right {
      right: 5px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.gradients .left {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100vh;
  width: 100px;
  background: black;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(19, 19, 19, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.35)), color-stop(100%, rgba(19, 19, 19, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(19, 19, 19, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(19, 19, 19, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.35) 0%, rgba(19, 19, 19, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.35) 0%, rgba(19, 19, 19, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=1 ); }
.gradients .right {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100vh;
  width: 100px;
  background: rgbra(0, 0, 0, 0);
  background: -moz-linear-gradient(left, transparent 0%, rgba(19, 19, 19, 0.35) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(100%, rgba(19, 19, 19, 0.35)));
  background: -webkit-linear-gradient(left, transparent 0%, rgba(19, 19, 19, 0.35) 100%);
  background: -o-linear-gradient(left, transparent 0%, rgba(19, 19, 19, 0.35) 100%);
  background: -ms-linear-gradient(left, transparent 0%, rgba(19, 19, 19, 0.35) 100%);
  background: linear-gradient(to right, transparent 0%, rgba(19, 19, 19, 0.35) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=1 ); }

.single-giveaways {
  width: 790px;
  margin: 0 auto; }
  .single-giveaways h1 {
    margin-bottom: 0;
    padding-bottom: 0; }
  .single-giveaways .desc {
    box-sizing: border-box;
    font-size: 14pt;
    vertical-align: top; }
    .single-giveaways .desc h3 {
      margin: 0 0 15px; }
  .single-giveaways .text {
    background: rgba(250, 250, 250, 0.9) !important;
    position: relative;
    color: #3a5a8a;
    min-height: 542px;
    height: auto; }
    .single-giveaways .text .outer {
      min-height: 542px;
      height: auto;
      box-sizing: border-box;
      padding: 25px; }
    .single-giveaways .text p {
      font-weight: lighter;
      line-height: normal; }
  .single-giveaways .terms label {
    letter-spacing: 0 !important; }

#ThankYou .wrapper {
  background: #ffffff; }
#ThankYou .single-copy {
  min-height: auto; }
  #ThankYou .single-copy p {
    font-weight: lighter; }

.single-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75vh;
  display: block;
  z-index: 1;
  background-color: #111111; }
  .single-image.default-image {
    background: url("assets/images/default.jpg") no-repeat scroll center/cover; }
  .single-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#00000000), to(#FFEAF2F2));
    background: -moz-linear-gradient(center top, transparent 0%, #eaf2f2 100%);
    background: -moz-gradient(center top, transparent 0%, #eaf2f2 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #eaf2f2 100%);
    background: -o-linear-gradient(top, transparent 0%, #eaf2f2 100%);
    background: -ms-linear-gradient(top, transparent 0%, #eaf2f2 100%);
    background: linear-gradient(to bottom, transparent 0%, #eaf2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#FFEAF2F2',GradientType=0 );
    -moz-transform: translate3D(0, 0, 0);
    -o-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    -webkit-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0); }

.single-outer {
  position: relative;
  z-index: 2; }
  .single-outer .wrapper {
    overflow: hidden; }
    .single-outer .wrapper .single-copy {
      background: #ffffff;
      box-sizing: border-box;
      padding: 25px;
      min-height: 460px; }
      .single-outer .wrapper .single-copy h1 {
        text-align: left; }
      .single-outer .wrapper .single-copy h2 {
        margin: 0 0 15px; }
      .single-outer .wrapper .single-copy p {
        line-height: 21px;
        font-size: 14pt;
        font-family: "Mallanna", sans-serif;
        color: #404040;
        padding: 0 25px 0 0;
        margin: 15px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }

.half {
  width: 50%;
  display: inline-block; }
  .half:first-child {
    width: 50%; }
  .half:last-child {
    float: right; }

#SubmissionForm, #AddressForm {
  width: 100%;
  box-sizing: border-box;
  padding: 15px; }
  #SubmissionForm .form-group, #AddressForm .form-group {
    margin: 0; }
    #SubmissionForm .form-group .half, #AddressForm .form-group .half {
      width: 49%; }
    #SubmissionForm .form-group label, #AddressForm .form-group label {
      margin: 5px 0 0;
      padding: 0 0 0 3px;
      font-weight: normal;
      font-size: 10pt;
      letter-spacing: 1px;
      display: block; }
    #SubmissionForm .form-group input, #AddressForm .form-group input {
      height: 50px;
      line-height: 50px;
      font-size: 16pt;
      vertical-align: middle;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background: #f4f7f3;
      border: none;
      font-weight: 400;
      padding: 0 10px;
      max-width: 100%;
      min-width: 100%; }
      #SubmissionForm .form-group input#agree, #AddressForm .form-group input#agree {
        height: auto;
        max-width: auto;
        min-width: auto;
        width: auto;
        display: inline-block; }
    #SubmissionForm .form-group input[type=checkbox], #SubmissionForm .form-group input[type=radio], #AddressForm .form-group input[type=checkbox], #AddressForm .form-group input[type=radio] {
      margin: 0; }
    #SubmissionForm .form-group button, #AddressForm .form-group button {
      display: block;
      text-align: center;
      border: none;
      color: #ffffff;
      width: 100%;
      padding: 10px 0;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 14pt; }
      #SubmissionForm .form-group button:hover, #AddressForm .form-group button:hover {
        cursor: pointer; }

#Address .text {
  height: 568px;
  min-height: auto; }
  #Address .text .outer {
    min-height: auto;
    height: 100%; }
#Address .single-outer .wrapper .single-copy {
  min-height: 520px; }

#AddressForm button {
  margin-top: 15px; }

#countdown {
  background: #ebebeb;
  padding: 15px;
  border: 1px solid #cccccc;
  display: block;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  font-family: "Mallanna", sans-serif; }

.exipration-title {
  text-align: center;
  padding: 5px 0;
  background: #0f66a5;
  color: #FFFFFF;
  font-family: "Mallanna", sans-serif;
  text-transform: uppercase; }

.page-template-giveaways, .post-type-archive-giveaways {
  overflow-x: hidden !important; }
  .page-template-giveaways .social, .post-type-archive-giveaways .social {
    margin-top: 25px;
    text-align: center; }
    .page-template-giveaways .social a, .post-type-archive-giveaways .social a {
      padding: 0 5px; }

.giveaways-title {
  margin-bottom: 25px; }
  .giveaways-title img {
    display: block;
    margin: 0 auto; }
  .giveaways-title h1 {
    text-transform: capitalize;
    margin: 0; }
    .giveaways-title h1 span {
      font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif; }

.giveaways-listing {
  white-space: nowrap;
  position: relative;
  z-index: 3;
  padding-left: 50%;
  margin: 0 0 0 -250px;
  overflow-x: hidden; }
  .giveaways-listing .single-giveaway {
    width: 100%;
    display: inline-block;
    height: 400px;
    position: relative;
    box-sizing: border-box;
    vertical-align: bottom;
    overflow: hidden;
    margin: 0 0 0 15px;
    white-space: normal; }
    .giveaways-listing .single-giveaway:first-child {
      margin: 0 0 0 -5px; }
    .giveaways-listing .single-giveaway.default-image {
      background: url("../images/default.jpg") no-repeat scroll center/cover; }
    .giveaways-listing .single-giveaway .link {
      display: block;
      height: 100%;
      position: relative;
      z-index: 9999; }
    .giveaways-listing .single-giveaway .giveaway-image {
      background-color: #111111; }
    .giveaways-listing .single-giveaway .giveaway-copy {
      z-index: 2;
      text-align: center;
      color: #ffffff; }
      .giveaways-listing .single-giveaway .giveaway-copy:after {
        content: "";
        display: table;
        clear: both; }
      .giveaways-listing .single-giveaway .giveaway-copy.expired {
        height: 400px; }
      .giveaways-listing .single-giveaway .giveaway-copy h2 {
        font-size: 21pt;
        line-height: 36px;
        padding: 0 15px;
        margin: 10px; }
      .giveaways-listing .single-giveaway .giveaway-copy .excerpt {
        padding: 0 15px;
        text-align: left;
        font-size: 14pt; }
        .giveaways-listing .single-giveaway .giveaway-copy .excerpt p {
          margin: 15px 0; }
      .giveaways-listing .single-giveaway .giveaway-copy .enter {
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 5px auto 15px;
        display: block;
        width: 50%;
        line-height: 30px;
        box-sizing: border-box;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .giveaways-listing .single-giveaway .giveaway-copy .enter:after {
          content: "";
          display: table;
          clear: both; }
        .giveaways-listing .single-giveaway .giveaway-copy .enter a {
          color: #ffffff; }
  .giveaways-listing .m-item:nth-child(3n+1) .giveaway-copy {
    background: #3a5a8a;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .giveaways-listing .m-item:nth-child(3n+1) .giveaway-copy .enter {
      background: #2b4366;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .giveaways-listing .m-item:nth-child(3n+1) .giveaway-copy:hover .enter {
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .giveaways-listing .m-item:nth-child(3n+2) .giveaway-copy {
    background: #ea717e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .giveaways-listing .m-item:nth-child(3n+2) .giveaway-copy .enter {
      background: #e34556;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .giveaways-listing .m-item:nth-child(3n+2) .giveaway-copy:hover .enter {
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .giveaways-listing .m-item:nth-child(3n+3) .giveaway-copy {
    background: #aec5a5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .giveaways-listing .m-item:nth-child(3n+3) .giveaway-copy .enter {
      background: #92b186; }
    .giveaways-listing .m-item:nth-child(3n+3) .giveaway-copy:hover .enter {
      width: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.social {
  text-align: center;
  margin-top: 25px; }
  .social a {
    padding: 0 5px;
    width: 50px;
    height: 50px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .social a img {
      max-width: 100%;
      height: auto;
      background: white; }
    .social a:hover {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.giveaways-legal p {
  margin: 0;
  text-align: center;
  font-size: 10pt; }

.single-form {
  margin: 0 0 0 -14px;
  position: relative; }
  .single-form form {
    background: #aec5a5;
    padding: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%; }
    .single-form form .half {
      margin: 0;
      width: 49%; }
    .single-form form .terms {
      margin-top: 15px; }
      .single-form form .terms label {
        letter-spacing: normal; }
      .single-form form .terms input {
        display: inline-block;
        width: auto;
        height: auto;
        line-height: normal; }
    .single-form form label {
      color: #607757;
      display: block;
      text-transform: uppercase;
      font-size: 10pt;
      letter-spacing: 1px;
      font-family: "Mallanna", sans-serif;
      line-height: 21px; }
    .single-form form input, .single-form form select {
      line-height: 50px;
      height: 50px;
      padding: 5px 10px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%;
      font-size: 14pt; }
      .single-form form input.disabled, .single-form form select.disabled {
        opacity: 0.5;
        filter: alpha(opacity=50); }
        .single-form form input.disabled:hover, .single-form form select.disabled:hover {
          cursor: not-allowed; }
      .single-form form input:active, .single-form form input:focus, .single-form form select:active, .single-form form select:focus {
        outline: none; }
    .single-form form .submit-button {
      background: #607757;
      border: none;
      text-align: center;
      margin: 15px 0 0;
      display: block;
      color: #FFFFFF;
      font-family: "Arbutus Slab", serif;
      font-size: 14pt;
      letter-spacing: 1px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      width: 100%;
      line-height: 50px;
      text-transform: uppercase;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .single-form form .submit-button:hover {
        cursor: pointer;
        background: #485a41;
        letter-spacing: 2px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

@media (max-width: 768px) {
  .single-giveaway, .single-giveaways {
    width: auto; }
    .single-giveaway .wrapper, .single-giveaways .wrapper {
      margin-top: 0 !important; }

  .single-giveaway {
    padding: 50px 0; }

  .single-outer .wrapper .single-copy {
    padding: 15px;
    min-height: auto; }
    .single-outer .wrapper .single-copy p {
      margin: 15px 0; }
  .single-outer .wrapper .single-form form {
    position: relative;
    height: auto; }

  .half {
    width: auto;
    display: block; }
    .half:first-child {
      width: auto; }

  #SubmissionForm .form-group .half {
    width: 49%;
    display: inline-block; }

  .arrows, .gradients {
    display: none; }

  .giveaways-listing {
    white-space: normal;
    height: auto;
    width: auto;
    overflow: scroll;
    padding: 0 15px;
    margin: 0; }
    .giveaways-listing .single-giveaway {
      width: 100%;
      margin: 0;
      padding: 0;
      height: 400px; }
      .giveaways-listing .single-giveaway:first-child {
        margin: 0; }
      .giveaways-listing .single-giveaway .giveaway-copy h2 {
        line-height: 28px;
        padding: 10px; }

  .m-scooch.m-scooch-giveaways .m-item {
    width: 100%;
    margin: 0 0 0 5px; } }
