/*
Theme Name: Tadao Child
Theme URI: https://tadao.qodeinteractive.com
Description: A child theme of Tadao
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: tadao
Template: tadao
*/

@font-face {
    font-family: 'Basis Grotesque Light';
    src: url('/wp-content/themes/tadao/fonts/basis_grotesque_light.eot?') format('eot'), url('/wp-content/themes/tadao/fonts/basis_grotesque_light.otf') format('opentype');
  }
 
  @font-face {
    font-family: 'Basis Grotesque Regular';
    src: url('/wp-content/themes/tadao/fonts/basis_grotesque_regular.eot') format('eot'), url('/wp-content/themes/tadao/fonts/basis_grotesque_regular.otf') format('opentype');
  }
 
  @font-face {
    font-family: 'Basis Grotesque Medium';
    src: url('/wp-content/themes/tadao/fonts/basis_grotesque_medium.eot') format('eot'), url('/wp-content/themes/tadao/fonts/basis_grotesque_medium.otf') format('opentype');
  }
 
  @font-face {
    font-family: 'Domaine Regular';
    src: url('/wp-content/themes/tadao/fonts/domaine-display-web-regular.eot') format('eot'), url('/wp-content/themes/tadao/fonts/domaine-display-web-regular.woff2') format('woff2'), url('/wp-content/themes/tadao/fonts/domaine-display-web-regular.woff') format('woff');
  }



.page-id-22 a.qodef-header-logo-link.qodef-height--not-set.qodef-source--image {
  margin-left: 7%;
  margin-right: 7%;
}
@media screen and (min-width: 1366px) {
  .page-id-22 a.qodef-header-logo-link.qodef-height--not-set.qodef-source--image {
      margin-left: 7%;
      margin-right: 7%;
  }
}

@media screen and (max-width: 3000px) {
  .page-id-22 a.qodef-header-logo-link.qodef-height--not-set.qodef-source--image {
    margin-left: 6em;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .page-id-22 a.qodef-header-logo-link.qodef-height--not-set.qodef-source--image {
      margin-left: 7%; 
      margin-right: 7%; 
  }
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  .page-id-22 a.qodef-header-logo-link.qodef-height--not-set.qodef-source--image {
      margin-left: 7%; 
      margin-right: 7%; 
  }
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {
  .page-id-22 a.qodef-header-logo-link.qodef-height--not-set.qodef-source--image {
      margin-left: 6em; 
      margin-right: 7%; 
  }
}

.qodef-widget-holder.qodef--one {
  display: none!important;
}


/*Media Query*/
/*@media (max-width: 768px) {
  #team-wrapper .qodef-grid-inner {
      display: inline-table;
      
  }

  #team-wrapper .qodef-grid-item {
      flex: 0 0 50%;
      max-width: 50%;
  }
}*/
@media (max-width: 768px) {
  #team-wrapper .qodef-grid-inner {
      display: inline-table;
      width: 100%; /* Обязательно укажите ширину контейнера */
      margin: -10px; /* Расстояние между элементами */
  }

  #team-wrapper .qodef-grid-item {
      flex: 0 0 calc(50% - 20px); /* Учитываем ширину маргина для каждого элемента */
      max-width: calc(50% - 20px); /* Учитываем ширину маргина для каждого элемента */
      margin: 10px; /* Создаем пространство между элементами */
  }
}

@media (max-width: 768px) {
  .qodef-mobile-header-navigation {
    height: 100vh;
  }
  .lock-scroll {
    overflow: hidden;
    position: fixed;
}
}