/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.afreg_extra_fields .input-text,
.input-select {
  height: 50px;
}

/* Fix for Blocksy messing with highlight selection color and making text unreadable */

::selection {
  color: black !important;
  background: #69C14C !important;
}


.entry-header h1.page-title::before {
  content: 'Blog';
  display: block;
  color: var(--DR1---Gray-1, #A7A8AA);

  font-family: "ct_font_gotham", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.5%;
  /* 24.03px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .entry-header h1.page-title::before {
    font-size: 14px;
  }
}