/* TWITTER */
.entry--twitter {
  position: relative;
}
.entry--twitter-slider {
  padding: 25px;
}
.entry--twitter-slider .head .icon {
  width: 30px;
  height: 30px;
}
.entry--twitter-slider .dots {
  margin-bottom: 1.4em;
}



/* INSTAGRAM */
.entry--instagram {
  position: relative;
  max-height: 385px;
  overflow: hidden;
  text-align: center;
}
.entry--instagram .head {
  margin-bottom: 10px;
}
.entry--instagram .head .icon {
  display: block;
  height: 30px;
  width: 30px;
  margin: 0 auto;
  background-image: url('../img/icon/instagram-icon.svg');
}

.entry--instagram .instagram-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 60%;
  overflow-y: scroll;
  margin-bottom: 15px;
}
.entry--instagram .instagram-feed::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
.entry--instagram .instagram-feed::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 4px;
}
.entry--instagram .instagram-feed::-webkit-scrollbar-thumb {
  background: url('../img/instagram-button-bg.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}
.entry--instagram .instagram-feed li {
  margin: 0;
  margin-bottom: 7px;
}
.entry--instagram .instagram-feed li:last-child {
  margin-bottom: 0;
}
.button--instagram {
  color: white;
  background-image: url('../img/instagram-button-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.button--instagram:hover, .button--instagram:focus, .button--instagram:active {
  background-image: url('../img/instagram-button-bg.png') !important;
  opacity: 0.9;
}

@media screen and (min-width: 768px) {
  .button--instagram,
  .entry--twitter .button--twitter {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .entry--instagram {
    max-height: 545px;
  }
  .entry--instagram .instagram-feed {
    height: 80%;
    width: auto;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}




/* Gravity forms */
.gform_wrapper .gform_title {
  color: white;
}
.gform_wrapper select option {
  background-color: #102856 !important;
}



.tes-wrapper {
  padding-top: 25px;
  text-align: center;
}
.tes-wrapper img {
  max-width: 100%;
}
.entry--small .description {
  margin-bottom: 3.2em;
}
@media screen and (min-width: 992px) and (max-width:1199px) {
  .entry--small .description {
    margin-bottom: 2.2em;
  }
}
@media screen and (max-width: 575px) {
  .add-margin-bottom {
    margin-bottom: 30px;
  }
}
