/*
Theme Name: Food Consulting Company
Theme URI: https://foodlabels.com
Author: Gabrielle Bremer
Author URI: https://gabriellebremer.com
Description:A Sydney child theme
Template: sydney
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: sydney

*/

/*ALL OTHER SITE CSS*/
#header-background{
	border: solid 1px black !important;
}

#primary-menu li:nth-child(-n + 8) {
    border-right: 1px solid #ccc;
}

#menu-footer li a{
	color: white !important;
}

.case-study.wp-block-cover{
	align-items: flex-start !important;
}

.wp-block-video{
	width: 50%;
}

/*KAJABI FORM*/
#kajabi-form .kajabi-form__content{
	max-width: 80% !important;
}

#kajabi-form .kajabi-form__subtitle{
	color: black !important;
	font-size: 16px !important;
}

.kajabi-form__title, .kajabi-form__subtitle{
  font-family: 'Raleway', sans-serif !important;
}


/*TABS ON HOMEPAGE*/
.home-tabs {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.home-tabs:hover, .home-tabs .wp-block-cover__inner-container:hover {
    animation-name: bounce;
    animation-timing-function: ease;
}
@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-50px); }
  100% { transform: translateY(0); }
}

.home-tabs:hover .wp-block-cover__background{
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.wp-block-cover__inner-container:hover .wp-block-cover__background{
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.home-tabs:hover .has-white-color a, .home-tabs:hover .wp-block-separator{
	color: #660033 !important;
}

#start-up:hover, #fortune-500:hover, #manufacturers:hover, #retailers:hover, #ingredients:hover, #importers:hover, #restaurateurs:hover, #other:hover, #start-up2:hover, #fortune-5002:hover, #manufacturers2:hover, #retailers2:hover, #ingredients2:hover, #importers2:hover, #restaurateurs2:hover, #other2:hover{
	cursor: pointer;
}

.wp-block-cover:hover .wp-block-cover__background.has-background-dim.has-background-dim-80:hover{
	opacity: 0.9 !important;
}


.wp-block-cover .has-background-dim:not([class*=-background-color]){
	background-color: transparent;
}

.row {
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 850px){
	.ea-card{
		width: 100% !important;
	}
}

/*NAV MENU BUTTONS IN CLIENT ACCOUNT*/
/*.client-account-menu{
	width: 100%;	
	justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.client-menu-item {
  border-radius: 4px;
  background-color: #660033 !important;
  border: none;
  color: #FFFFFF !important;
  text-align: center;
  padding: 1%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.client-menu-item span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.client-menu-item span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.client-menu-item:hover span {
  padding-right: 25px;
}

.client-menu-item:hover span:after {
  opacity: 1;
  right: 0;
}*/

