/*
 Theme Name:  Divi Child Theme
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* set mega menu sticky */
.de-mega-menu {
    position: fixed !important;
}



/* alex-brush-regular - latin */
@font-face {
  font-family: 'Alex Brush';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/alex-brush-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/alex-brush-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('fonts/open-sans-v34-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v34-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}





#silbentrennung {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.mobile_menu_bar:before {
    color: #ed1c24 !IMPORTANT;
}


.et_mobile_menu {
    background: RGBA(250,250,250,0.95)!important;
	margin-top: 10px;
	border-top: 5px solid #ed1c24 !important;
}

.et_mobile_menu li a {
	padding: 10px 20px;
	opacity: 1;
	background: #ffffff;
	font-size: 18px!important;
	color: #2cba6c;
	letter-spacing: 2px;
	border-bottom: 2px solid #000000!important;
}

/* Divi Buttons nebeneinander platzieren */
.inline-btns .et_pb_button_module_wrapper {
  display: inline-block;
  margin-right: 0!important;
}


#menu-menu_main .current-menu-item a::before,
#menu-menu_main .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#menu-menu_main li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: -13px;
 background: #59a031 ; /*** COLOR OF THE LINE ***/
 height: 10px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#menu-menu_main li a:hover {
 opacity: 1 !important;
}
#menu-menu_main li a:hover:before {
 right: 0;
}
#menu-menu_main li li a:before {
 bottom: 10%;
}


/* links */
a.mm1:link {
	color: #888888 !important;
}

a.mm1:visited {
	color: #888888 !important;
}

a.mm1:hover {
	color: #549e31 !important;
}
	
a.link_01:link {
	color: #888888 !important;
}

a.link_01:visited {
	color: #888888 !important;
}

a.link_01:hover {
	color: #549e31 !important;
}

a.link_footer:link {
	color: #ffffff !important;
}

a.link_footer:visited {
	color: #ffffff !important;
}

a.link_footer:hover {
	color: #efefef !important;
}

a.link_blurb:link {
	color: #888888 !important;
}

a.link_blurb:visited {
	color: #888888 !important;
}

a.link_blurb:hover {
	color: #549e31 !important;
}


.horLine {
	background: #549e31;
	transform-origin: left center;
	transform: skew(-30deg, 0deg);
    width: 150px;
    height: 6px;
    margin-top: 0.3rem;
}

h3.df_ab_blurb_sub_title {
    height: 70px!important;
}

.content_blurb {
	height: 180px; 
	margin-top: 20px;
}

.content_blurb_smal {
	height: 80px; 
	margin-top: 20px;
}

.pa-inline-buttons .et_pb_button_module_wrapper {
    display: inline-block;
}











