/* Custom style */

/*       *** header ***       */

.container>.shfb-row.shfb-cols-layout-bigleft-tablet.shfb-cols-3,
.container>.shfb-row.shfb-cols-layout-bigleft-tablet.shfb-cols-2,
.container>.shfb-row.shfb-cols-layout-bigleft-desktop.shfb-cols-3,
.container>.shfb-row.shfb-cols-layout-bigleft-desktop.shfb-cols-2,
.container>.shfb-column.shfb-cols-3 {
   display: flex;
   justify-content: space-between;
   gap: 10px;
}

header .shfb-row>.shfb-column+.shfb-column-2 {
   display: none;
}

header .shfb-row>.shfb-column+.shfb-column-2 {
   display: flex;
   flex-wrap: nowrap;
}

.site-logo {
   /* min-width: 50px; */
   aspect-ratio: 1/1;
}

/* в  меню додаємо лінію знизу */
.shfb .sub-menu.sydney-dropdown-ul li.sydney-dropdown-li {
   border-bottom: solid 0.8px #6D7685;
}

/*       *** main ***         */

#contact-link:hover {
   color: #FEE698;
}

/* прибираємо зі сторінки пости (новини) посилання на редагування статті*/
.edit-link {
   display: none;
   opacity: 0;
   visibility: hidden;
}

/* .page-numbers .current  */
.nav-links .page-numbers.current {
   color: #00102E;
   background-color: #FEE698;
}

/* contact page */
#wpforms-submit-744 {
   width: 175px;
}

/*       *** sidebar ***         */

/* #secondary */
/* .widget-area */
#secondary {
   /* background-color: #DBDBDB; */
   background-color: #F4F5F7;
}

/* прибираємо з сайтбар блоки */
/* #block-4 - коментарі більшим шрифтом,
 #recent-comments-1 - коментарі меньшим шрифтом,
 #search-1 - поле пошук бекз кнопки,
 #recent-posts-1 - пости (новини) меньшим шрифтом,
 #archives-1 - архів меньшим шрифтом?
 #categories-2 - категорії меньшим шрифтом */
#block-4,
#recent-comments-1,
#search-1,
#recent-posts-1,
#archives-1,
#categories-2 {
   display: none;
   opacity: 0;
   visibility: hidden;
}

#wp-block-search__input-1 {
   padding: 4px 8px;
   width: 119px;
}

.go-top:hover {
   border: solid 1px #FEE698;
}

/*       *** footer ***       */

/* .menu-location-container  */
.menu-item .menu-item-type-post_type .menu-item-object-post .menu-item-1259 .sydney-dropdown-li {
   cursor: auto;
}

footer .shfb-row.shfb-cols-layout-bigright.shfb-cols-2 {
   grid-template-columns: 2fr 3fr;
}

/*       *** multi-media ***        */

@media (max-width: 1024px) {
   .admin-bar.sticky-header-active .shfb.has-sticky-header.sticky-row-main-header-row .sticky-active {
      top: 0;
   }

   header .shfb-row>.shfb-column+.shfb-column-2 {
      display: none;
   }

   .go-top.show {
      bottom: 30px;
   }
}

@media (max-width: 992px) {
   .site-logo {
      min-width: 35px;
      aspect-ratio: 1/1;
   }

   .site-title {
      font-size: 20px;
   }
}

@media (min-width: 575px) and (max-width: 686px) {
   .site-title {
      font-size: 18px;
   }

   header .shfb-row>.shfb-column+.shfb-column-2 {
      min-width: 100%;
      margin: 10px;
   }

   footer .shfb-row.shfb-cols-layout-bigright.shfb-cols-2 {
      grid-template-columns: 1fr;
      gap: 24px;
   }

   .shfb-row>.shfb-column .sydney-credits {
      padding-top: 20px;
   }

   .shfb-row>.shfb-column .footer-html {
      margin-bottom: 20px;
   }
}

@media (max-width: 575px) {
   .site-logo {
      min-width: 24px;
      aspect-ratio: 1/1;
   }

   .site-title {
      font-size: 15px;
   }

   footer .shfb-row.shfb-cols-layout-bigright.shfb-cols-2 {
      grid-template-columns: 1fr;
      gap: 24px;
   }

   .shfb-row>.shfb-column .sydney-credits {
      padding-top: 20px;
   }

   .shfb-row>.shfb-column .footer-html {
      margin-bottom: 20px;
   }

   .go-top.show {
      bottom: 70px;
   }
}