/*
Theme Name: Custom Theme
Theme URI:
Author: Click Click Media
Author URI: http://clickclick.media/
Description: This is a custom wordpress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: customtheme
*/
.page:before {
  display: none;
}
#zip-LP > iframe {
  max-height: 3700px;
}
@media(max-width: 1080px){
  #zip-LP > iframe {
      max-height: 4400px !important;
  }
}
@media(max-width: 768px){
  #zip-LP > iframe {
      max-height: 4800px !important;
  }
}
/* .gallery-vote {
  padding: 50px 0;
}

@media (min-width: 992px) {
  .gallery-vote {
    padding: 100px 0;
  }
}

.img-wrap {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.img-wrap span {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-bottom: 63%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.img-wrap span:hover,
.img-wrap span:active,
.img-wrap span:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-wrap {
  padding:50px 0;
}

.gallery-wrap:after {
  content: '';
  display: block;
  clear: both;
}

.gallery-wrap .gallery-item {
  padding: 0 15px;
  margin-bottom: 15px;
}

.gallery-wrap .gallery-item .title,
.gallery-wrap .gallery-item .votes {
  font-size:16px;
  margin-bottom: 5px;
  font-weight:400;
}

.gallery-wrap .gallery-item .votes {
  margin-bottom:0;
}

.gallery-wrap .gallery-item .tb-layout {
  display: table;
  width: 100%;
}

.gallery-wrap .gallery-item .tb-layout .tb-item {
  display: table-cell;
  vertical-align: top;
}

.gallery-wrap .gallery-item .tb-layout .tb-item.right {
  text-align: right;
  padding-left: 15px;
  width: 90px;
}

.vote-btn {
  background-color: #ef2821;
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.vote-btn.disabled {
  background-color: #9e9d9d;
  opacity: .5;
  cursor: no-drop;
}

.vote-btn:hover,
.vote-btn:active,
.vote-btn:focus {
  color: #fff;
  background-color: #034d8c;
}

@media (min-width: 768px) {
  .gallery-wrap .gallery-item {
    width: 50%;
    float: left;
  }
  .gallery-wrap .gallery-item:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) {
  .gallery-wrap .gallery-item {
    width: 33%;
  }
  .gallery-wrap .gallery-item:nth-child(2n+1) {
    clear: none;
  }
  .gallery-wrap .gallery-item:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width: 1200px) {
  .gallery-wrap .gallery-item {
    width: 25%;
  }
  .gallery-wrap .gallery-item:nth-child(3n+1) {
    clear: none;
  }
  .gallery-wrap .gallery-item:nth-child(4n+1) {
    clear: left;
  }
} */

.left-wrapper .h1 {
  color: #fff;
}

.payment-options-location {
  background-color: #0a5093;
}
.location-header span {
	font-family: "Gotham Pro";
    font-weight: 900;
    margin: 0;
}
@media screen and (min-width: 768px)
.location-header span {
    font-size: 2.25rem;
}
.location-header span {
    font-size: 1.75rem;
}
.single-loc-content .left-cont h1 {
    font-weight: 500;
    color: #424242;
    font-size: 1.25rem;
    font-family: "Gotham Pro";
    margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
.single-loc-content .left-cont h1 {
    font-size: 1.75rem;
    margin-bottom: 1.375rem;
}
}
.adwords-banner {
	padding:20px 0;
}

.meet-our-team .team-list .team-item .team-content .degree {
	margin-bottom:0;
}