/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* GeneratePress Site CSS */ /* navigation letter spacing */
.main-navigation a, .slideout-navigation.main-navigation .main-nav ul li a {
    letter-spacing: 1px;
  }
  
  /* navigation line effects */
  @media (min-width: 1024px) {
      .main-navigation .main-nav > ul > li > a:before {
      position: absolute;
      content: '';
      width: 1px;
      height: 0;
      background-color: var(--accent-2);
      left: 50%;
      top: -50px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: all .3s ease-out 0s;
      -moz-transition: all .3s ease-out 0s;
      -ms-transition: all .3s ease-out 0s;
      -o-transition: all .3s ease-out 0s;
      transition: all .3s ease-out 0s;
      }
  
      .main-navigation .main-nav > ul > li:hover > a:before {
      height: 50px;
      }
  
  .main-navigation .main-nav > ul > li.current-menu-item > a:before {
      height: 50px;
      width: 1px;
      }
  }
  
  /* line above H1 on global header elements */
  
  .headline-rule h1 {
      position: relative;
  }
  .headline-rule h1:before {
      content: '';
      position: absolute;
      display: block;
      height: 60px;
      border-left: 1px solid var(--contrast);
      left: 50%;
      transform: translateX(-50%);
      top: -66px;
  }
  
  /* mobile header spacing */
  
  .mobile-header-navigation {
      padding: 10px;
      box-sizing: border-box;
  }
  
  /* image block styling */
  
  figure.wp-block-image.image-style img {
    border-radius: 80px 4px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
  }
  
   /* End GeneratePress Site CSS */ /* End GeneratePress Site CSS */
    * 
  
  /* Fluent Form styling  */
  .fluentform .ff-el-form-control{
      padding: 12px !important;
      border-radius: 3px !important;
      font-family: 'Lato',sans-serif !important;
      font-weight: 400 !important;
      font-size: 16px !important;
      font-size: 1rem !important;
      line-height: 1.6em !important;
  }
  
  .fluentform .ff-el-form-control:focus{
      border: 2px solid #353a3d;
      border-radius: 3px !important;
  }
  
  .ff-el-input--label label{
      font-weight: normal !important;
  }
  .fluentform .ff_t_c{
      font-size: 15px !important;
  }
  
  #fluentform_1{
      gap: 4rem !important;
  }
  
  .psc__fluent__form__btn__container{
      display: flex;
      justify-content: center;
      border-radius: 3px !important;
  }
  
  .ff-message-success{
      box-shadow: none !important;
      padding: 1rem !important;
      border: 3px solid black;
      border-radius: 3px !important;
  }
  
  .ff-el-group.ff-custom_html > p{
      font-size: 15px !important;
  }
  
  select.ff-el-form-control:not([size]):not([multiple]){
      height: auto !important;
  }
  
  /* Mobile menu  */
  .menu-toggle{
      font-size: 24px !important;
  }
  
  /* PSC classess  */
  
  .psc_paragraph_special{
      margin-bottom: 0px !important;
  }
  
      .psc_hide_on_mobile{
      display: flex !important;
  }
  
  .psc_hide_on_desktop{
      display: none !important;
  }
  
  @media (max-width: 768px){

    .psc_before_nav_banner{
      display: flex !important;
      flex-direction: row-reverse;
    font-size: small;
}
      
  .psc_hide_on_desktop{
      display: flex !important;
  }
      .psc_hide_on_mobile{
      display: none !important;
  }
  }
  
  .psc_hidden{
      display: none;
  }
  
  .psc_show{
      display: block;
  }
  
  .psc_button{
      background-color: gray;
      color: white;
      padding: 10px 20px;
      border-radius: 3px;
      font-size: 18px;
      font-family: Lato;
      display: flex;
      align-items: flex-start;
      cursor: pointer;
  }

/* ADD LOCAL FONTS */
/* lato-100 - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 100;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-100italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-300 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-300italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-regular - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: italic;
    font-weight: 400;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-700 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-700italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-900 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lato-900italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lato';
    font-style: italic;
    font-weight: 900;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lato-v24-latin_latin-ext-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

/* lora-regular - latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lora-v32-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lora-v32-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-500 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: normal;
    font-weight: 500;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lora-v32-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-500italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: italic;
    font-weight: 500;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lora-v32-latin_latin-ext-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-600 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: normal;
    font-weight: 600;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lora-v32-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-600italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: italic;
    font-weight: 600;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lora-v32-latin_latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-700 - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lora-v32-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* lora-700italic - latin_latin-ext */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Lora';
    font-style: italic;
    font-weight: 700;
    src: url('https://psihoterapija-soldo.com/wp-content/uploads/fonts/lora-v32-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

  .grecaptcha-badge { 
    visibility: hidden;
}


h1 {
  font-size: 24px !important;
}

  
@media (max-width: 768px){
      
  h1 {
    font-size: 23px !important;
  }
  
  }