/*************************************************************************************************************************/
/* Website Menu **********************************************************************************************************/


/* Main menu Style */
#mega-menu-primary-menu{
	display:flex !important;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	float:right;
	
}

/* List Item */
#mega-menu-primary-menu li{
	width:100% !important;
}


/* < 615px Main Menu Hidden */
@media (max-width:615px){
	/* Mega menu wrap primary menu */
	#mega-menu-wrap-primary-menu{
		display:none;
		
	}
	
}

/* Mobile menu Style */
#mega-menu-secondary-menu{
	display:flex !important;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	float:right;
}

/* List Item */
#mega-menu-secondary-menu li{
	width:100% !important;
}


/* > 616px Mobile Menu Hideen */
@media (min-width:616px){
	/* Mega menu secondary menu */
	#mega-menu-secondary-menu{
		display:none !important;
		
	}
	
}

/* Divi menu slide */
#mobile_menu_slide{
	padding-left:0px !important;
	padding-right:0px !important;
	padding-top:35px !important;
	padding-bottom:35px !important;
	
}


/*************************************************************************************************************************/
/* List */
.et_pb_row_1 .et_pb_tabs ul{
	background-color:transparent;
	color:rgb(255, 255, 255);
	display:flex;
	justify-content:center;
	transform:translatex(0px) translatey(0px);
}

/* List Item */
.et_pb_tabs .et_pb_tabs_controls li{
	border-right-width:0px;
	border-right-style:none;
	border-bottom-style:solid;
	border-bottom-width:0px;
}

/* 1023px and smaller screen sizes */
@media (max-width:1023px){

	/* List */
	.et_pb_row_1 .et_pb_tabs ul{
		flex-direction:column;
		align-items:center;
		transform:translatex(0px) translatey(0px);
	}
	
	/* Link */
	.entry-content .et-l--post .et_builder_inner_content .et_pb_section_2 .et_pb_row_1 .et_pb_column .et_pb_tabs .et_pb_tabs_controls li a{
		font-size:18px !important;
	}
	
	/* Link */
	.entry-content .et-l--post .et_builder_inner_content .et_pb_section_2 .et_pb_row_1 .et_pb_column .et_pb_tabs .et_pb_tabs_controls .et_pb_tab_active a{
		font-size:22px !important;
	}
	
	/* Link */
	.et_pb_tabs_controls .et_pb_tab_active a{
		
	}
	
}

#top-menu .menu-item a{
	font-size:18px;
}

/* Logo */
#logo{
	
}

/* 1079px and smaller screen sizes */
@media (max-width:1079px){

	/* Logo */
	#logo{
		max-height:50%;
	}
	
}

/* 1023px and smaller screen sizes */
@media (max-width:1023px){

	/* Logo */
	#logo{
		max-height:50%;
	}
	
}

/* 980px and smaller screen sizes */
@media (max-width:980px){

	/* Logo */
	#logo{
		max-height:80%;
	}
	
}

/* 1200px and smaller screen sizes */
@media (max-width:1200px){

	/* Logo */
	#logo{
		transform:translatex(0px) translatey(0px);
		max-height:50%;
	}
	
	/* Link */
	#top-menu .menu-item a{
		
	}
	
}

/* 1079px and smaller screen sizes */
@media (max-width:1079px){

	/* Logo */
	#logo{
		max-height:50%;
	}
	
}

/* 1023px and smaller screen sizes */
@media (max-width:1023px){

	/* Logo */
	#logo{
		max-height:50%;
	}
	
}

/* 980px and smaller screen sizes */
@media (max-width:980px){

	/* Logo */
	#logo{
		max-height:90%;
	}
	
}

/* 479px and smaller screen sizes */
@media (max-width:479px){

	/* Logo */
	#logo{
		max-height:100%;
	}
	
}