/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */


@media (max-width: 991px) {
  .inverse {
      display: flex;
      flex-direction: column-reverse;
  }
}

@media (min-width: 1024px) {
  .center-text-image {
      display: flex;
      align-items: center;
  }
}


.img-clr {
	filter: brightness(0) saturate(100%) invert(27%) sepia(43%) saturate(3469%) hue-rotate(345deg) brightness(84%) contrast(91%);
}


@media (min-width: 768px) {
  h1 { font-size: 35px !important; }
  h2 { font-size: 28px !important; }
  h3 { font-size: 22px !important; }
  p  { font-size: 16px !important; }
}
@media (min-width: 1024px) {
  h1 { font-size: 38px !important; }
  h2 { font-size: 32px !important; }
  h3 { font-size: 24px !important; }
  p  { font-size: 17px !important; }
}


.menu-button a {
background: #c02b25; 
color: #fffedf !important;
padding: 12px 28px !important;
font-weight: 500;
letter-spacing: 0.5px;
transition: all 0.3s ease;
display: inline-flex;          
align-items: center;   
border-radius: 10px;
justify-content: center;       
height: 100%;                  
line-height: 1.4;     
font-family: 'oswald', serif; 
}

@media (min-width: 981px) {
  .et_header_style_left .et-fixed-header #et-top-navigation {
      padding-top: 20px;
      padding-bottom: 20px;
  }
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
  color: #c02b25;
}

.et_mobile_menu {
border-top: 3px solid #c02b25;
}

.et-fixed-header #top-menu .menu-button a {
  color : #fffedf !important;
}