/*
Custom Style for Inline Ad Widget
*/
.container-fluid.iaw-con {
  border: 1px solid #eb551a;
  padding: 3px;
  font-family: 'Roboto', sans-serif;
  -webkit-box-shadow: 6px 4px 16px -6px rgba(214, 214, 214, 0.74);
  -moz-box-shadow: 6px 4px 16px -6px rgba(214, 214, 214, 0.74);
  box-shadow: 6px 4px 16px -6px rgba(214, 214, 214, 0.74);
  max-width: 90%;
}
.iaw-main-div {
  border: 1px solid #E0E0E0;
  margin: 0 auto;
  overflow: hidden;
}
.iaw-secondary-div {
  padding: 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.iaw-secondary-div .iaw-details-ad img {
  margin-bottom: 0 !important;
}
.iaw-secondary-div .btsw-btn-div {
  text-align: center;
}
.iaw-secondary-div .btsw-btn-div .iaw-applybtn {
  background-color: #eb551a;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 10px 25px;
  margin: auto;
  text-transform: uppercase;
}
.iaw-secondary-div .btsw-btn-div .iaw-applybtn:active,
.iaw-secondary-div .btsw-btn-div .iaw-applybtn:focus,
.iaw-secondary-div .btsw-btn-div .iaw-applybtn:hover {
  color: #fff;
  background-color: #d7521a;
  text-decoration: none;
}
.iaw-more-details {
  text-align: center;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.iaw-ad-detail {
  padding: 0 20px;
  margin-bottom: 20px;
}
a.iaw-btn-more-detail {
  text-transform: uppercase;
  font-size: 12px;
  color: #8c8989;
  border-bottom: 0 !important;
}
a.iaw-btn-more-detail:hover,
a.iaw-btn-more-detail:active,
a.iaw-btn-more-detail:focus {
  text-decoration: none;
  color: #8c8989;
}
p.iaw-headline.inline-ads-headline {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  margin: 20px !important;
  padding: 0 !important;
}
.iaw-headline.inline-ads-headline.form {
  font-size: 32px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  text-align: left;
  margin-top: 20px;
}
.iaw-promo-div ul {
  padding: 0 !important;
}
.iaw-promo-div ul li {
  margin-bottom: 8px;
  font-weight: 500;
  margin-left: 22px;
  margin-right: 22px;
  color: #878787;
  list-style: none !important;
}
.iaw-promo-div ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  color: #eb551a;
  margin-right: 5px;
}
/*IAW FORM POP UP*/
.ad-form-screen {
  width: 100%;
  height: 100%;
  float: left;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 999;
  display: none;
}
/*IAW FORM*/
.row.iaw-form-title {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 30px;
}
.iaw-form-content form {
  margin: 0 auto;
  width: 95%;
  padding-bottom: 15px;
  text-align: center;
}
.iaw-form-content span {
  margin: 10px 0;
  float: left;
  width: 100%;
}
.iaw-form-content input {
  background: #999;
  border: 0;
  padding: 10px 15px;
  color: #fff;
}
.iaw-form-content input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}
.iaw-form-content input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  opacity: 1;
}
.iaw-form-content input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  opacity: 1;
}
.iaw-form-content input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.iaw-form-content input:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
.iaw-form-content span.first-name {
  margin-right: 5px;
  width: 49%;
  float: left;
}
.iaw-form-content span.last-name {
  margin-left: 5px;
  width: 49%;
  float: left;
}
.iaw-form-content input {
  background: #999;
  border: 0;
  padding: 10px 15px;
  color: #fff;
  width: 99%;
}
.iaw-form-content .wpcf7-submit {
  width: auto;
  background-color: #eb551a;
  text-transform: uppercase;
}
.terms-condition {
  float: left;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  margin-top: 40px;
  /* padding-bottom: 20px; */
}
