/*!
Theme Name: somagrill
Theme URI: http://underscores.me/
Author: somagrill
Author URI: https://somagrille.com/
Description: This theme created for Somagrill
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: somagrill
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

somagrill is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
.bannersomagrill .fl-row-content-wrap {
    height: calc(100vh - 140px) !important;
    min-height: auto !important;
	overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.menu_tab_bttn ul#pills-tab {
    gap: 12px;
    white-space: nowrap;
    overflow-x: hidden;
    flex-wrap: nowrap;
}

.menu_tab_bttn ul#pills-tab::-webkit-scrollbar {
  height: 6px;
  background-color: #fff;
}
.menu_tab_bttn ul#pills-tab::-webkit-scrollbar-thumb {
  background-color: #c3c3c3;
  border-radius: 3px;
}
.menu_tab_bttn ul#pills-tab::-webkit-scrollbar-button {
  display: none;
}


.heading-page h1 {
    font-weight: 500;
    font-size: 53px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    color: #000;
	margin-bottom: 20px !important;
}

.scroll-arrow {
    border: 0;
    background: no-repeat;
    font-size: 28px;
    font-weight: lighter;
}


.menu_tab_bttn {
    display: flex;
    align-items: center;
    gap: 10px;
	padding-bottom:0px !important;
}

.menu_tab_bttn ul {
    margin-bottom: 0px !important;
}

.scroll-body-tab .sticky-menu-tabs {
    position: fixed;
    height: auto;
    width: 100%;
    z-index: 1;
    top: 45px;
}

.sticky-menu-tabs .fl-row-content-wrap, .menu-top-section-stick .fl-row-content-wrap {
    width: 100%;
	padding-left: 24px !important;
    padding-right: 24px !important;
}

.menu-page-top {
    max-width: 1100px;
    margin: auto;
}
.scroll-body-tab .section-tabs {
    padding-top: 210px;
    margin-top: -210px;
}


@media (max-width:1199.9px) {
	.sticky-menu-tabs .fl-row-content-wrap {
    padding-top:0px !important;
	padding-bottom: 0 !important;
}
	.scroll-body-tab .sticky-menu-tabs .fl-row-content-wrap {
    padding-top: 15px !important;
	padding-bottom: 24px !important;
}

	.menu_cardbx {
		margin:10px 0px !important;
	}

}

@media(max-width:767px) {
	.heading-page h1 {
    font-size: 30px;
}
}

@media (max-width:768px) {
	.fl-builder-content .fl-node-o4mida2g6tkh.bg-about-home1 > .fl-col-content {
        min-height: 520px;
    }
	.fl-builder-content .fl-node-430sk2eoj1cp, bg-about-home > .fl-col-content {
        min-height: 520px;
    }
}

@media(max-width:480px) {
	.fl-builder-content .fl-node-o4mida2g6tkh.bg-about-home1 > .fl-col-content {
        min-height: 300px;
    }
	.fl-builder-content .fl-node-430sk2eoj1cp, bg-about-home > .fl-col-content {
        min-height: 300px;
    }
}

.cache-bust {
	color:#000;
}