/*---------------------------------------------------------------------------------

 Theme Name:   Media Concept Landl - DIVI Child Theme
 Theme URI:    
 Description:  Theme to customize DIVI Theme
 Author:       MC + G Landl
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
@font-face {
    font-family: 'IM Fell Great Primer SC';
    src: url('./fonts/imfellgreatprimersc-regular-webfont.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'IM Fell Great Primer';
    src: url('./fonts/imfellgreatprimer-italic-webfont.woff2') format('woff2');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'IM Fell Great Primer';
    src: url('./fonts/imfellgreatprimer-regular-webfont.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;

}

.playlist ol{
	margin-left: 1.5em;
}
.playlist ol li {
  padding-left:1.5em;
  list-style-position: outside;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'IM Fell Great Primer', serif !important;
}

.bios_menu article{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.hanging{
 	text-indent: -5em;
 	margin-left: 5em;
}

a:link {
	color: #ff7700;
}
a:visited {
	color: #ff7700;
}
.et_pb_section, .et_pb_section_0 {
	background-color: #ede4d7!important;
}

/* Hover menu Color*/
.nav ul li a:hover,
.et_mobile_menu li a:hover { 
    background-color: rgba(0,0,0, 0.3) !important; 
    opacity:0.5 !important;
}

#top-menu a:hover{
	color: rgba(0,0,0,1) !important;
}