/*
 Theme Name:   Flixita Child
 Theme URI:    https://yourwebsite.com/
 Description: Child theme for Flixita theme
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     flixita
 Version:      1.0.0
*/

/* Child theme custom styles */

.logo .custom-logo-link {
  margin: 0 auto;
  text-align: center;
  padding: 0;

}
.logo img {
  max-height: 95px !important;
  width: auto;
  background: #F93;
  border-radius: 101px;
}
.breadcrumb-area::after {
  opacity: 0.20 !important;
}
#breadcrumb-section {
  	padding-top: 220px !important;
  	background-position: top left !important;
	min-height: 580px !important
}
.breadcrumb-list, .breadcrumb-center .breadcrumb-content {
  display: none;
}
.main-navigation.is-sticky-on {
  background: #000000b2;
  position: absolute;
  width: 100%;
  background: #000000ed;
  color: #fff !important;
}
.main-navbar .main-menu > li.menu-item:not(.focus):not(.active):not(:hover) > a:not(:focus):not(:hover){
    color: #fff;
}
#breadcrumb-section {
  text-align: center;
  margin-bottom: 0.75rem;
  padding-top: 130px;
}

#breadcrumb-section {
  padding-bottom: 100px;
}
footer p {
  color: #fff;
}
#breadcrumb-section {
  padding-bottom: 100px;
  background-size: 100% auto !important;
  background-repeat: no-repeat !important;
  min-height: 700px !important;
}