/*
	Theme Name: Brook Child
	Theme URI: http://demo.korra.io/brook/
	Template: brook
	Version: 1.0
	Description: Child Theme for Brook
	Author: korra.io
	Author URI: http://korra.io/
	Text Domain: brook
*/

/*------------------------------------------------------------
 * Theme customization starts here
 *------------------------------------------------------------*/
 .header__logo img {
	 left: 8%;
 }
 .brook-nav-min {
	background: url('http://localhost/wpdev/fitfrog/wp-content/uploads/sites/2/2020/03/header.png') no-repeat;
	position: relative;
	top: 15px;
	float: right;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	font-weight: 400;
	font-style: normal;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	height: 100%;
	max-width: 600px;
	width: 75%;
 }
 .brook-nav-min .menu {
	 height: 100%;
 }
 .brook-nav-min ul {
	display: flex;
	height: 100%;
	justify-content: space-evenly;
	list-style: none;
	overflow: hidden;
    padding: 0;
    margin: 0;
 }
 /*.brook-nav-min > .menu > ul > li {
     float: left;
} */
 .brook-nav-min li {
    position: relative;
    /* margin: 0 15px;
    padding: 0; */
    -webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
	transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
	
	background: #EF4196;
	border-radius: 50%;
	flex-basis: 16%;
	max-width: 100px;
	max-height: 100px;
}
.brook-nav-min li:nth-child(1) {
	background-color: #00b2cb;
	flex-basis: 9%;
	height: 45%;
	top: 43px;
	left: -26px;
}
.brook-nav-min li:nth-child(2) {
	background-color: #fba919;
	flex-basis: 7%;
	height: 34%;
	top: 0;
	left: -34px;
}
.brook-nav-min li:nth-child(3) {
	background-color: #ef4136;
	flex-basis: 11%;
	height: 54%;
	top: 38px;
	left: -20px;
}
.brook-nav-min li:nth-child(4) {
	background-color: #88c540;
	flex-basis: 8%;
	height: 40%;
	top: 0;
	left: -7px;
}
.brook-nav-min li:nth-child(5) {
	background-color: #662d91;
	flex-basis: 10%;
	height: 50%;
	top: 36px;
	left: -15px;
}
.brook-nav-min li:nth-child(6) {
	background-color: #33b291;
	flex-basis: 10%;
	height: 50%;
	top: 0px;
	left: -10px;
}
.brook-nav-min li:nth-child(7) {
	background-color: #f26522;
	flex-basis: 8%;
	height: 39%;
	top: 47px;
	left: -10px;
}
.brook-nav-min li:nth-child(3) a,
.brook-nav-min li:nth-child(4) a,
.brook-nav-min li:nth-child(5) a,
.brook-nav-min li:nth-child(6) a {
	top: calc(50% - 1.1em);
}
.brook-nav-min li::after {
	content: "";
    display: block;
    padding-bottom: 100%;
}
.brook-nav-min > .menu > ul > li > a {
    /* height: 55px; */
}
.brook-nav-min a {
    display: block;
    color: #e1e1e1;
    /* padding: 10px 7px; */
}
.brook-nav-min a {
    /* position: relative;
    padding-left: 15px;
	padding-right: 15px; */
	position: absolute;
	top: calc(50% - 0.5em);
	text-align: center;
	width: 100%;
}
.brook-nav-min li:hover a {
	color: #95ef41;
	font-weight: bold;
    -webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
	transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
/* .brook-nav-min a::after {
    content: "";
    display: block;
    margin: 0 auto;
    border-top: 1px solid #95ef41;
    text-align: center;
    width: 0;
    -webkit-transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
	transition: all 0.3s cubic-bezier( 0.5, 0.2, 0.5, 1 );
}
.brook-nav-min li:hover > a::after {
    width: 94%;
} */
.header-menu--right .brook-nav-min > .menu > ul > li:last-child > a {
    padding-right: 0;
}

/* .brook-nav--classic {
    display: block;
} */

@media only screen and (min-width: 1171px) {
	.header-layout--minimal.header-sticky--true .header-placeholder {
	  height: 150px;
	}
  }