.slideshow_container {
  position: relative;
  z-index: 1;
}
.slideshow_container footer {
  background: white;
  box-shadow: inset 0 -10px 20px -10px #333;
  font-size: 1.5em;
  line-height: 1.25em;
  padding: 15px 0 25px;
  position: relative;
  text-align: center;
  z-index: 4;
}
.slideshow_container .overlap {
  color: #e63b32;
  font-family: 'Yanone Kaffeesatz', sans-serif;
}
.slideshow_container .diamond {
  display: none;
}
.slideshow {
  height: 400px;
  width: 100%;
  z-index: 2;
}
.slide .content {
  color: white;
  text-align: justify;
}
.slide .content:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.slide .attachment-post-thumbnail {
  display: block;
  margin: 40px auto 0;
  height: auto;
  vertical-align: bottom;
  width: 45%;
}
.caption {
  display: block;
  font-size: 1.5em;
  line-height: 1.75em;
  margin: 45px auto;
  text-align: center;
  text-shadow:
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;
  text-transform: uppercase;
  -moz-transform: translate(0,-15px); -webkit-transform: translate(0,-15px); -ms-transform: translate(0,-15px); transform: translate(0,-15px);
  width: 280px;
}
.slide:after {
  content: '';
  display: inline-block;
  width: 100%;
}


.content_area .dropdown {
  clear: both;
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 750ms ease-in-out; -webkit-transition: all 750ms ease-in-out; -ms-transition: all 750ms ease-in-out; transition: all 750ms ease-in-out;
}
.content_area .dropdown.open {
  max-height: 2000px;
  padding: 35px 0 100px;
}
.content_area .dropdown h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.25em;
  margin: 15px 0;
}
.content_area .dropdown .description {
  font-size: 0.55em;
  font-weight: 400;
}
.dropdown .search_list {
  -webkit-columns: 300px 3;
  -moz-columns: 300px 3;
  columns: 300px 3;
}
.dropdown .search_list a {
  color: #4a4a4a;
  display: block;
  padding: 10px 0;
}
.dropdown .search_list a:hover {
  color: #75d15c;
}
.online_giveaway p {
  line-height: 1.5em;
  margin: 15px 0;
}
.online_giveaway input,
.online_giveaway select {
  border: 1px solid black;
  border-radius: none;
  padding: 10px 5px;
}
.online_giveaway input[type='submit'] {
  background: #e63b32;
  border: none;
  color: white;
  padding: 10px 20px;
}
.online_giveaway input[type='submit']:hover {
  background: #4f0d0f;
}
.online_giveaway .ginput_full {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
#online_giveaway .address_zip,
#online_giveaway .address_state {
  width: 24%;
}
.online_giveaway label {
  display: none !important;
}
.online_giveaway a {
  color: black;
  font-weight: 700;
}
.online_giveaway .left {
  display: inline-block;
  margin-right: 3%;
  vertical-align: middle;
  width: 65%;
}
.online_giveaway .right {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}
.online_giveaway img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
#field_1_8 label {
  display: inline-block !important;
}
#field_1_3, #field_1_4 {
  display: inline-block;
  margin-right: 1%;
  width: 48%;
}
#field_1_3 input, #field_1_4 input {
  width: 100%;
}

.home_content {
  background: transparent url('/wp-content/themes/amerson/images/content_bg.png') no-repeat center top / cover;
  color: #4a4a4a;
  font-family: 'Bitter';
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: -65px;
  padding: 155px 30px;
  position: relative;
  text-align: center;
}

@media only screen and (min-width: 321px) {
  .slideshow {
    height: 400px;
  }
}

@media only screen and (min-width: 500px) {
  .slideshow {
    height: 500px;
  }
}

@media only screen and (min-width: 640px) {
  .slideshow {
    height: 600px;
  }
}

@media only screen and (min-width: 769px) {
  .slideshow {
    height: 700px;
  }
  .slide .attachment-post-thumbnail {
    display: inline-block;
    margin: 40px 0 0 100px;
    width: auto;
  }
  .caption {
    display: inline-block;
    margin-top: 330px;
  }
  .slideshow_container footer {
    box-shadow: none;
    font-size: 0.8em;
    height: 60px;
    margin-top: -60px;
  }
  .slideshow_container .overlap {
    background: white;
    border-radius: 1.25em 1.25em 0 0;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 100px;
    margin: -45px auto 0;
    height: 90px;
    width: 95%;
  }
  .slideshow_container .diamond {
    display: inline-block;
  }
}

@media only screen and (min-width: 905px) {
  .slideshow_container footer {
    font-size: 1em;
  }
}

@media only screen and (min-width: 1281px) {
  .home_content {
    padding: 155px 0;
  }
  .slideshow_container footer {
    font-size: 1.5em;
  }
}
