/* Variables */
.shortcode-block {
  position: relative; }
  body:not(.wp-admin) .shortcode-block {
    padding-bottom: 120px;
    padding-top: 120px; }
    @media (max-width: 1023px) {
      body:not(.wp-admin) .shortcode-block {
        padding-bottom: 100px;
        padding-top: 100px; } }
    @media (max-width: 767px) {
      body:not(.wp-admin) .shortcode-block {
        padding-bottom: 60px;
        padding-top: 60px; } }
  .shortcode-block.grey {
    background-color: #f5f5f5; }
  .shortcode-block.blue {
    background-color: #194866; }
  .shortcode-block.orange {
    background-color: #FEDFC1; }
  .shortcode-block.white {
    background-color: #fff; }
  .shortcode-block.cream {
    background-color: #fff8f1; }
  .shortcode-block .button-block {
    margin-top: 30px; }
  .shortcode-block .wpcf7-form {
    margin-left: auto;
    margin-right: auto; }
  .shortcode-block .whr-items {
    margin-left: 0;
    margin-top: 20px; }
  .shortcode-block .whr-title a {
    font-size: 20px;
    font-weight: bold;
    color: #232323; }
  .shortcode-block.white-text .wpcf7-form {
    color: #545454; }
    .shortcode-block.white-text .wpcf7-form h2, .shortcode-block.white-text .wpcf7-form h3, .shortcode-block.white-text .wpcf7-form h4, .shortcode-block.white-text .wpcf7-form h5, .shortcode-block.white-text .wpcf7-form h6, .shortcode-block.white-text .wpcf7-form p {
      color: #545454; }
  body.wp-admin .shortcode-block {
    position: relative; }
    body.wp-admin .shortcode-block:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      z-index: 22; }
    body.wp-admin .shortcode-block .shortcode:empty {
      background-color: #ECF8FE;
      padding: 60px 20px;
      text-align: left; }
      body.wp-admin .shortcode-block .shortcode:empty:before {
        content: "Enter shortcode..."; }

/*# sourceMappingURL=styles.css.map */
