/*********************
MODAL STYLES
*********************/


.custom-modal {
  display: none;
}

.custom-modal {
  background: #272727;
  position: absolute;
  z-index: 100;
  left: 50%;
  -webkit-box-shadow: 0px 0px 20px 3px black;
  -moz-box-shadow: 0px 0px 20px 3px black;
  box-shadow: 0px 0px 20px 3px black;
  margin-top: 70px;
  color: #808080;
}
label.hidelabel {
	font-size: 12px;
	line-height: 12px;
	cursor: pointer;
	position: absolute;
	bottom: 3%;
	right: 7%;
}
label.hidelabel input {
	vertical-align: top;margin-left: 3px;
	visibility: hidden;
	position: relative;
	z-index: 2;
}
label.hidelabel .close {
	position: absolute;
	z-index: 1;
	right: 2px;
}
.custom-modal .lwa-loading  {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222222;
  left: 0px;
  top: 0px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  z-index: 1;
}
.custom-modal .cb-header {
  width: 100%;
  text-align: center;
  border-bottom: 3px solid #ccc;
  text-transform: uppercase;
  color: #f7f7f7;
  display: inline-block;
  padding: 15px 0;
  margin: 0 0 30px 0;
}
.custom-modal .cb-header .cb-title {
  /*width: 95%;*/
  float: left;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
.custom-modal .cb-header .cb-close {
  width: 5%;
  float: right;
  display: none;
}
.custom-modal .cb-header .cb-close .lwa-links-remember-cancel, .custom-modal .cb-header .cb-close .cb-close-modal {
  margin-right: 0;
  cursor: pointer;
}
.custom-modal .cb-header .cb-close .lwa-links-remember-cancel .fa-times, .custom-modal .cb-header .cb-close .cb-close-modal .fa-times {
  color: gray;
}

.custom-modal {
  width: 300px;
}
.custom-modal .cb-subscribe .cb-subscribe-field {
  border: none;
  padding: 10px 80px 10px 20px;
  color: #e5e5e5;
  background: #2d2d2d;
  letter-spacing: 1px;
}

.custom-modal {
  padding: 0 30px 30px 30px;
}

.custom-modal {
  margin-left: -150px;
}

@media only screen and (min-width: 481px) {

  /*********************
  MODAL STYLES
  *********************/
  .custom-modal {
    margin-left: -175px;
  }

  .custom-modal {
    width: 400px;
  }
  
}
@media only screen and (min-width: 768px) {

  /*********************
  MODAL STYLES
  *********************/
  .custom-modal {
    width: 300px;
  }
  
}
@media only screen and (min-width: 1020px) {

  /*********************
  MODAL STYLES
  *********************/
  .custom-modal {
    margin-left: -200px;
  }

  .custom-modal {
    width: 400px;
  }
}