/*
Theme Name:    MLP-THEME
Description:   Child Theme for Beaver Builder
Version:       1.0.0
Author:        FlourishOnline
Author URI:    https://flourish.online
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/
/***** FONTS *****/

@font-face {
    font-family: 'Libre Baskerville';
    src: url('/wp-content/themes/mlp-theme/fonts/LibreBaskerville-Bold.woff2') format('woff2'),
         url('/wp-content/themes/mlp-theme/fonts/LibreBaskerville-Bold.woff') format('woff'),
	     url('/wp-content/themes/mlp-theme/fonts/LibreBaskerville-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('/wp-content/themes/mlp-theme/fonts/LibreBaskerville-Italic.woff2') format('woff2'),
         url('/wp-content/themes/mlp-theme/fonts/LibreBaskerville-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('/wp-content/themes/mlp-theme/fonts/LibreBaskerville-Regular.woff2') format('woff2'),
         url('/wp-content/themes/mlp-theme/fonts/LibreBaskerville-Regular.woff') format('woff'),
		 url('/wp-content/themes/mlp-theme/fonts/LibreBaskerville-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Avenir Roman';
    src: url('/wp-content/themes/mlp-theme/fonts/Avenir-Roman.woff2') format('woff2'),
        url('/wp-content/themes/mlp-theme/fonts/Avenir-Roman.woff') format('woff'),
		url('/wp-content/themes/mlp-theme/fonts/Avenir-Roman-12.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Medium';
    src: url('/wp-content/themes/mlp-theme/fonts/Avenir-Medium.woff2') format('woff2'),
        url('/wp-content/themes/mlp-theme/fonts/Avenir-Medium.woff') format('woff'),
		url('/wp-content/themes/mlp-theme/fonts/Avenir-Medium-09.ttf') format('truetype');
		
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Avenir Black';
    src: url('/wp-content/themes/mlp-theme/fonts/Avenir-Black.woff2') format('woff2'),
        url('/wp-content/themes/mlp-theme/fonts/Avenir-Black.woff') format('woff'),
        url('/wp-content/themes/mlp-theme/fonts/Avenir-Black.ttf') format('truetype'),
        url('/wp-content/themes/mlp-theme/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
*/
@font-face {
    font-family: 'Avenir-Black';
    src: url('/wp-content/themes/mlp-theme/fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('/wp-content/themes/mlp-theme/fonts/AvenirLTStd-Black.woff') format('woff'),
        url('/wp-content/themes/mlp-theme/fonts/AvenirLTStd-Black.ttf') format('truetype'),
        url('/wp-content/themes/mlp-theme/fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Heavy';
    src: url('/wp-content/themes/mlp-theme/fonts/Avenir-Heavy.woff2') format('woff2'),
        url('/wp-content/themes/mlp-theme/fonts/Avenir-Heavy.woff') format('woff'),
		url('/wp-content/themes/mlp-theme/fonts/Avenir-Heavy-05.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/***** typography *****/
h1.fl-heading,
h1 {
    font-family: 'Avenir Black';
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2;
    text-transform: unset;
    letter-spacing: 1px;
    color: #292D59;
}
h2.fl-heading,
h2 {
    font-family: 'Libre Baskerville';
    font-weight: bold;
    font-size: 36px;
    line-height: 1.4;
    text-transform: unset;
    letter-spacing: 1px;
}
h3.fl-heading,
h3 {
    font-family: 'Avenir Heavy';
    font-weight: 900;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h4.fl-heading,
h4 {
    font-family: 'Avenir Roman';
    font-weight: normal;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 1px;
}
h5.fl-heading,
h5 {
    font-family: 'Avenir Light';
    font-size: 24px;
    line-height: 1.4;
    text-transform: unset;
    letter-spacing: 0;
}
h6.fl-heading,
h6 {
    font-family: 'Saturday Script';
    font-weight: normal;
    font-size: 70px;
    line-height: 1.4;
    text-transform: unset;
    letter-spacing: 0;
}
body {
    font-family: 'Avenir';
    font-size: 24px;
    line-height: 1.4;
    text-transform: unset;
    letter-spacing: 0;
}

.light p, 
.light {
	font-family: 'Avenir Light' !important;
}
/***** buttons *****/
input[type=button], input[type=submit],
.fl-module-uabb-gravity-form input[type=submit],
.fl-builder-content a.fl-button, 
.fl-builder-content a.fl-button:visited,
a.fl-button, a.fl-button:visited  {
    text-transform: uppercase;
    letter-spacing: 2px !important;
    font-size: 22px !important;
    padding: 30px 50px !important;
    cursor: pointer;
    position:relative; 
    display: inline-block;
    color: #fff;
    font-family: 'Avenir medium';
	min-width: 300px;
	text-align: center;
	-moz-border-radius: 40px !imporant;
    -webkit-border-radius: 40px !imporant;   
    border-radius: 40px !imporant;
}
a.fl-button *, a.fl-button:visited * {
    color: #fff;
}
.fl-module-uabb-gravity-form input[type=submit]:hover,
a.fl-button:hover, a.fl-button:visited:hover {  
    color: #fff;

}
a.fl-button:hover *, a.fl-button:visited:hover * {
    color: #fff;
}

/***** Z-Index *****/
.top-most-content {
    position: relative;
    z-index: 10;
}
.middle-most-content {
    position: relative;
    z-index: 5;
}
.bottom-most-content {
    position: relative;
    z-index: 0;
}

.uabb-ih-item .uabb-ih-description-block {
    margin-left: 0 !important;
    margin-right: 0 !important;
}