/*
Theme Name: 360-eat-guide
Theme URI: 
Author: Joymon
Author URI: 
Description: 
Requires at least: 6.6
Tested up to: 6.6
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 360-eat-guide
Tags: 
*/

.header-buttons-blue {
  background-color: blue;
}

.j360-full-minus-header {
  min-height: calc(100vh - 180px);
}

.wp-site-blocks { min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-start;}

/* requirements for search
* Preview
* Results are displayed on the restaurants page
* Searching for "Sweden" should automatically filter on sweden
* Searching on Stockholm should automatically filter on sweden and strockholm
* Searching for a restaurant name should show results in the preview and navigate to the restaurant page

*/

body a:where(:not(.wp-element-button)) {
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
}

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

.wp-block-j360-blocks-rich-text-title,
.wp-block-j360-blocks-search #j360-search-form-input,
.wp-block-j360-blocks-display-selected-location,
.j360-rich-title-highlight,
.has-monument-grotesk-font-family,
.has-monument-grotesk-font-family span,
.has-360-huge-font-size,
.has-360-huge-font-size span,
.has-360-regular-font-size,
.has-360-regular-font-size span,
.wp-block-cb-slide.slick-slide .has-360-regular-font-size,
.wp-block-cb-slide.slick-slide .has-360-regular-font-size span,
.wp-block-cb-slide.slick-slide .has-360-large-font-size,
.wp-block-cb-slide.slick-slide .has-360-large-font-size span,
.wp-block-cb-slide.slick-slide .has-360-huge-font-size,
.wp-block-cb-slide.slick-slide .has-360-huge-font-size span {
  font-family: "DIN Alternate", sans-serif !important;
  font-style: normal !important;
}


h1,h2,h3,h4,h5,h6 {
  font-family: "DIN Alternate", sans-serif !important;
  font-style: bold !important;
}

a:not(.wp-block-j360-blocks-card-cover-link,.wp-block-j360-blocks-single-post):hover,
.wp-block-j360-blocks-restaurant-list-row:hover *,
.wp-block-j360-blocks-restaurant-list-row:hover{
  color: #D65A3A !important;
  text-decoration-color: #D65A3A !important;
  text-decoration: none !important;
}


@media screen and (min-width: 768px){
  .wp-block-navigation__submenu-container {
    padding-bottom: 14px !important;
    padding-top: 14px !important;
  }

  .wp-block-navigation__submenu-container .wp-block-navigation-item__label {
    padding: 0 8px;
  }

  /* .wp-block-navigation-submenu__toggle svg {
    width: 14px !important;
    height: 14px !important;
    top: 2px !important;
    position: absolute !important;
  } */

}

