body {
  font-family: "Roboto", sans-serif !important; }

.elementor-widget-text-editor, .elementor-widget-button .elementor-button, .elementor-heading-title, .elementor-widget-container > *, .menu-item a {
  font-family: "Roboto", sans-serif !important; }

.elementor-widget-button .elementor-button {
  background-color: var(--e-global-color-secondary);
  color: var(--e-global-color-primary);
  font-weight: 500;
  line-height: 16px;
  border-radius: 0px;
  padding: 15px 30px;
  display: inline-block;
  transition: all .3s;
  text-decoration: none !important; }
  .elementor-widget-button .elementor-button:hover {
    background-color: var(--e-global-color-13bfc2b);
    color: var(--e-global-color-primary); }

/** Global **/
.first-padding {
  padding: 100px 0 50px; }

.padding-normal {
  padding: 50px 0; }

.padding-normal-bottom {
  padding: 0 0 50px 0; }

.padding-normal-top {
  padding: 50px 0 0 0; }

body a:not(.elementor-button) {
  color: var(--e-global-color-9dcd83d); }
  body a:not(.elementor-button):hover {
    color: var(--e-global-color-96bc4f7);
    text-decoration: underline; }

.centered {
  text-align: center; }

.boxed {
  max-width: 1140px;
  margin: auto; }

.row {
  display: flex;
  flex-wrap: wrap; }
  .row.centered {
    justify-content: center; }

.col {
  width: 100%; }
  .col-40 {
    width: 40%; }
  .col-60 {
    width: 60%; }

.page_title_section {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 4px solid var(--e-global-color-secondary); }
  .page_title_section h1 {
    text-transform: uppercase;
    color: var(--e-global-color-text) !important; }

.button_last_box .elementor-widget-wrap {
  display: flex;
  flex-direction: column; }
  .button_last_box .elementor-widget-wrap .elementor-widget-button {
    margin-top: auto; }

/** HEADER AND MENU **/
.page-header h1 {
  display: none !important; }

.toolbar_row .toolbar_social_section .elementor-widget-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .toolbar_row .toolbar_social_section .elementor-widget-wrap .elementor-element {
    width: auto; }
    .toolbar_row .toolbar_social_section .elementor-widget-wrap .elementor-element .elementor-icon-wrapper {
      line-height: 0;
      padding-left: 10px; }

.main_menu_row .elementor-widget-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .main_menu_row .elementor-widget-wrap .elementor-element:first-child {
    width: auto;
    margin: 0; }
  .main_menu_row .elementor-widget-wrap .elementor-element:last-child {
    width: auto;
    margin-left: auto; }
  .main_menu_row .elementor-widget-wrap ul.hfe-nav-menu li.menu-item:hover a.hfe-menu-item, .main_menu_row .elementor-widget-wrap ul.hfe-nav-menu li.menu-item.current-menu-item a.hfe-menu-item {
    color: var(--e-global-color-13bfc2b); }
  .main_menu_row .elementor-widget-wrap ul.hfe-nav-menu ul.sub-menu {
    background-color: var(--e-global-color-secondary);
    border-top: 1px solid black; }
    .main_menu_row .elementor-widget-wrap ul.hfe-nav-menu ul.sub-menu li.menu-item {
      display: block;
      text-align: center; }
      .main_menu_row .elementor-widget-wrap ul.hfe-nav-menu ul.sub-menu li.menu-item:hover a.hfe-sub-menu-item, .main_menu_row .elementor-widget-wrap ul.hfe-nav-menu ul.sub-menu li.menu-item.current-menu-item a.hfe-sub-menu-item {
        color: var(--e-global-color-13bfc2b) !important;
        background: var(--e-global-color-secondary); }
      .main_menu_row .elementor-widget-wrap ul.hfe-nav-menu ul.sub-menu li.menu-item a.hfe-sub-menu-item {
        padding: 10px;
        display: block; }
  .main_menu_row .elementor-widget-wrap nav.hfe-dropdown {
    overflow: hidden; }

/** FOOTER **/
.copyright {
  text-align: center;
  color: var(--e-global-color-primary); }

/** Contact **/
.elementor-element .elementor-widget-container .aep-cf7 .wpcf7 form.wpcf7-form {
  width: 100%;
  text-align: center; }
  .elementor-element .elementor-widget-container .aep-cf7 .wpcf7 form.wpcf7-form input[type=submit] {
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-primary);
    font-weight: 500;
    line-height: 16px;
    border-radius: 0px;
    padding: 15px 30px;
    display: inline-block;
    transition: all .3s;
    text-decoration: none !important; }
    .elementor-element .elementor-widget-container .aep-cf7 .wpcf7 form.wpcf7-form input[type=submit]:hover {
      background-color: var(--e-global-color-13bfc2b);
      color: var(--e-global-color-primary); }
  .elementor-element .elementor-widget-container .aep-cf7 .wpcf7 form.wpcf7-form input[type=text]::placeholder, .elementor-element .elementor-widget-container .aep-cf7 .wpcf7 form.wpcf7-form input[type=email]::placeholder, .elementor-element .elementor-widget-container .aep-cf7 .wpcf7 form.wpcf7-form textarea::placeholder {
    color: #888; }
  .elementor-element .elementor-widget-container .aep-cf7 .wpcf7 form.wpcf7-form input[type=file] {
    margin-bottom: 20px;
    width: 100%;
    border-radius: .25rem;
    padding: .375rem .75rem; }
  .elementor-element .elementor-widget-container .aep-cf7 .wpcf7 form.wpcf7-form input {
    outline: none;
    background-color: var(--e-global-color-primary);
    color: #000; }

.wpcf7-response-output {
  color: var(--e-global-color-primary); }

/** Collection **/
.collection_box {
  text-align: center; }

.collection_box, .collection_box .elementor-container {
  height: 100%; }

/** Works **/
.works_content {
  padding-top: 100px;
  color: var(--e-global-color-text); }
  .works_content h1 {
    margin-bottom: 5px;
    color: var(--e-global-color-text); }
  .works_content .author {
    font-size: 20px; }
  .works_content .excerpt {
    font-style: italic;
    padding: 15px 10px; }
  .works_content .awards {
    white-space: pre-line;
    line-height: 2; }
  .works_content .critics .glide--work-critic ul.glide__slides {
    padding: 30px 0; }
    .works_content .critics .glide--work-critic ul.glide__slides .critic_box {
      width: 60%;
      margin: auto;
      padding: 30px;
      border-radius: 40px;
      background-color: var(--e-global-color-primary);
      color: var(--e-global-color-text);
      border: 3px solid var(--e-global-color-secondary); }
      .works_content .critics .glide--work-critic ul.glide__slides .critic_box .source {
        padding-top: 20px;
        font-weight: 500; }

.glide__bullet {
  border-color: var(--e-global-color-secondary);
  background-color: var(--e-global-color-primary);
  outline: none !important;
  padding: 10px;
  margin: 5px; }
  .glide__bullet.glide__bullet--active, .glide__bullet:hover, .glide__bullet:focus {
    background-color: var(--e-global-color-9dcd83d); }

/** Author **/
.author_content {
  padding-top: 100px;
  color: var(--e-global-color-text); }
  .author_content .portrait img {
    width: 100%;
    height: 100%; }
  .author_content h1 {
    margin-bottom: 30px; }

/** Authors and works **/
.main_cpt_content .main_cpt_content__img_row {
  padding: 20px; }
.main_cpt_content .main_cpt_content__info_row {
  padding: 20px; }
.main_cpt_content .more_info {
  display: flex;
  font-size: 13px; }
  .main_cpt_content .more_info .more_info__types {
    padding-right: 20px; }
.main_cpt_content h1 {
  font-size: 40px; }

.post_grid {
  display: flex;
  flex-wrap: wrap;
  color: var(--e-global-color-text); }
  .post_grid .post_grid_single {
    flex-basis: 25%;
    text-align: center;
    padding: 20px;
    transition: all 0.2s;
    display: flex;
    flex-direction: column; }
    .post_grid .post_grid_single .post_grid_single__title {
      margin-bottom: 15px; }
    .post_grid .post_grid_single .post_grid_single__author {
      margin-bottom: 20px; }
    .post_grid .post_grid_single .post_grid_single__btn {
      margin-top: auto; }
      .post_grid .post_grid_single .post_grid_single__btn a {
        background-color: var(--e-global-color-secondary);
        color: var(--e-global-color-primary);
        font-weight: 500;
        line-height: 16px;
        border-radius: 0px;
        padding: 15px 30px;
        display: inline-block;
        transition: all .3s;
        text-decoration: none !important; }
        .post_grid .post_grid_single .post_grid_single__btn a:hover {
          background-color: var(--e-global-color-13bfc2b);
          color: var(--e-global-color-primary); }
    .post_grid .post_grid_single:hover {
      transform: translate(0, -10px); }
  .post_grid--author .post_grid_single__img a {
    height: 150px;
    display: block;
    margin: auto; }
    .post_grid--author .post_grid_single__img a img {
      filter: grayscale(100%);
      object-fit: cover;
      width: 100%;
      height: 100%; }

/** Home **/
.glide--home .glide__slides {
  padding: 200px 0; }
  .glide--home .glide__slides .glide__slide.is-prev .frame {
    transform: perspective(1500px) rotateY(40deg); }
  .glide--home .glide__slides .glide__slide.is-next .frame {
    transform: perspective(1500px) rotateY(-40deg); }
  .glide--home .glide__slides .glide__slide.no-transition .frame {
    -webkit-transition: -webkit-transform 0s;
    transition: 0s,-webkit-transform 0s; }
  .glide--home .glide__slides .glide__slide .frame {
    line-height: 0;
    position: relative;
    z-index: 0;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 1s ease-in-out,-webkit-transform 0.5s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    will-change: transform;
    position: relative;
    max-width: 400px;
    margin: auto; }
    .glide--home .glide__slides .glide__slide .frame > * {
      position: absolute;
      width: 100%;
      height: 100%;
      border: 2px solid rgba(255, 255, 255, 0.5);
      border-radius: 1px;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    .glide--home .glide__slides .glide__slide .frame > :first-child {
      border-radius: 2px;
      -webkit-box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5);
      box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.5);
      position: relative; }
    .glide--home .glide__slides .glide__slide .frame > :nth-child(2) {
      top: 0;
      right: 0;
      width: 1rem;
      -webkit-transform: translate3d(-1px, 0, -3rem) rotateY(90deg);
      transform: translate3d(-1px, 0, -1rem) rotateY(90deg);
      -webkit-transform-origin: 100% 50%;
      transform-origin: 100% 50%;
      border-width: 3px;
      border-right-width: 9px;
      background-color: black; }
    .glide--home .glide__slides .glide__slide .frame > :nth-child(3) {
      top: 0;
      left: 0;
      width: 1rem;
      -webkit-transform: translate3d(1px, 0, -3rem) rotateY(90deg);
      transform: translate3d(1px, 0, -1rem) rotateY(-90deg);
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%;
      border-width: 3px;
      border-left-width: 9px;
      background-color: black; }

@media (max-width: 450px) {
  .post_grid .post_grid_single {
    flex-basis: 100%; } }
@media (min-width: 451px) and (max-width: 767px) {
  .post_grid .post_grid_single {
    flex-basis: 50%; } }
@media (max-width: 767px) {
  .glide--home .glide__slides {
    padding: 75px 0; }

  .elementor-section {
    padding-right: 15px;
    padding-left: 15px; }

  .first-padding {
    padding: 60px 0 30px; }

  .padding-normal {
    padding: 30px 0; }

  .padding-normal-bottom {
    padding: 0 0 30px 0; }

  .padding-normal-top {
    padding: 30px 0 0 0; }

  .col {
    width: 100%;
    text-align: center; }

  .page_title_section {
    text-align: center; }

  .elementor-text-editor {
    text-align: center; }

  .works_content .critics .glide--work-critic ul.glide__slides .critic_box {
    width: 90%; }

  .main_cpt_content .more_info {
    justify-content: center;
    text-align: left; }

  .portrait {
    max-width: 300px;
    margin: auto; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .glide--home .glide__slides {
    padding: 100px 0; }

  .post_grid .post_grid_single {
    flex-basis: 33%; }

  .works_content .critics .glide--work-critic ul.glide__slides .critic_box {
    width: 75%; } }
@media (max-width: 1024px) {
  .main_menu_row .elementor-widget-wrap {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap; }
    .main_menu_row .elementor-widget-wrap .elementor-element:first-child {
      padding-left: 20px; }
    .main_menu_row .elementor-widget-wrap .elementor-element:last-child {
      margin: 0;
      width: 50px;
      padding-right: 20px; }
    .main_menu_row .elementor-widget-wrap .hfe-dropdown {
      top: 70px; } }

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