.post-full .fs-dynamic {
 background-color: #f2f2f2;
 padding: 10px 0;
 height: 310px!important;
}

.post-full .fs-dynamic {
    display: block;
}

.post-full .fs-dynamic:before {
    color: #bebebe;
    content: "ADVERTISEMENT";
    display: block;
    font-size: 10px;
    line-height: normal;
}

.post-full .fs-dynamic div {
    margin: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.gform_fields li.gfield {
  padding-left: 0;
}

.grecaptcha-badge {
  display: none;
}

.gfield_description {
  min-height: 2em;
  margin: 5px 0 0 0;
  font-size: 13px;
  color: #9f9f9f;
}

.ginput_container_text input,
.ginput_container_email input,
.ginput_container_textarea textarea {
 width: 100% !important;
 height: 47px;
 padding: 10px !important;
 border: none;
 box-sizing: border-box;
 background: #f2f2f2;
}

.ginput_container_textarea textarea {
    height: 200px;
    resize: vertical;
    outline: none;
}

.gform_button input {
 background: #36c;
 margin-left: 20px;
 padding: 20px 50px;
 display: inline-block;
 border: none;
 width: auto;
 font: 12px Gibson,serif;
 font-weight: 600;
 letter-spacing: .1em;
 text-transform: uppercase;
 color: #fff;
}

.fs-dynamic {
    margin: 0 0 1.5em 0;
}

.posts .fs-dynamic{
  margin: 1.5em 0;
  text-align: center;
}



