/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Bespoke theme mods by Thule Media for SIGBI.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/

@media screen and (max-width: 1199px)
{
	[data-mobile-nav-style=modern]:before 
	{
		background-image: linear-gradient(to top left, rgb(0, 157, 220) 0%, #0b7bee 100%) !important;
	}
}

#tm_clubs-menu li { padding-left:15px; padding-right:15px; }
.tm_mj_clubs { transition:all 0.3s; }
.tm_clubs_stuck { position:fixed;top: 140px;width: 100%; background: #009ddc;z-index: 999;left: 0px; }
.tm_clubs_unstuck { position:absolute; top:140px; width: 100%; background: #009ddc; z-index:999; left: 0px; }

.tm_nav-trigger.collapsed { color:#ffffff; }
.tm_nav-trigger {
  display: flex;
  padding: 0;
  border: none;
  background: none;
  background-color: transparent;
  box-shadow: none;
  color: #000000;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.tm_nav-trigger .txt,
.tm_nav-trigger .bars,
.tm_nav-trigger .bar {
  display: inline-block;
  flex-flow: inherit;
  align-items: inherit;
  justify-content: inherit;
}

.tm_nav-trigger .bars {
  display: flex;
  flex-flow: column nowrap;
}

.tm_nav-trigger .bar {
  background-color: #ffffff;
}

.tm_nav-trigger .bar:before, 
.tm_nav-trigger .bar:after {
  background-color: inherit;
}

@media screen and (max-width: 435px) { .tm_clubs_stuck { top: 130px; }	}
@media screen and (max-width: 390px) { .tm_clubs_stuck { top: 120px; }	}
@media screen and (max-width: 348px) { .tm_clubs_stuck { top: 110px; }	}
@media screen and (max-width: 305px) { .tm_clubs_stuck { top: 100px; }	}
@media screen and (max-height: 600px) { .tm_clubs_stuck { top: 84px; } }
@media screen and (orientation: portrait) and (min-height: 1280px) { .tm_clubs_stuck { top: 200px; } }
@media screen and (orientation: portrait) and (min-height: 1024px) { .tm_clubs_stuck { top: 205px; } }
@media screen and (orientation: landscape) and (min-height: 375px) { .tm_clubs_stuck { top: 124px; } }
@media screen and (orientation: landscape) and (min-height: 375px) and (min-width:667px) { .tm_clubs_stuck { top: 110px; } }
@media screen and (orientation: landscape) and (min-height: 414px) { .tm_clubs_stuck { top: 120px; } }
@media screen and (orientation: landscape) and (min-height: 768px) and (min-width:768px) 
{ 
	.tm_clubs_stuck { top: 205px; }
	/*.tm_mj_clubs .mainbar .navbar-header { width:100%; }*/
	.tm_nav-trigger { width:100%; }
}

	#tm_sigmiclub_menu,
	.slicknav_menu
	{
		display:none;
	}

@media screen and (max-width: 1024px) {
	.slicknav_menu {
		display:block;
	}
}