/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/
/* Add your custom styles here... */
@font-face
{
font-family: 'Avenir';
src: url('fonts/Avenir-Medium.eot');
src: url('fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Avenir-Medium.woff') format('woff'), url('fonts/Avenir-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face
{
font-family: 'Avenir Next LT Pro';
src: url('fonts/AvenirNextLTPro-Regular.eot');
src: url('fonts/AvenirNextLTPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/AvenirNextLTPro-Regular.woff') format('woff'), url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
BODY, H1, H2, H3, H4, H5, P, A
{
font-family: Avenir;
}
.fl-page-content
{
background-color: #FFFFFF;
height: 100vh;
display: table;
width: 100%;
}
.fl-page-content .container
{
display: table-cell;
vertical-align: middle;
}
.fl-node-56d7b79a5ddd4
{
margin-left: -1%;
}
.text-box
{
}
#text-wrapper
{
margin-top: 315px;
}
.text-box H1
{
font-size: 40px;
letter-spacing: 10px;
/*font-weight: bold;*/
margin-bottom: 65px;
}
.text-box#desktop H1
{
margin-left: 5px;
}
.text-box#desktop IMG
{
margin-bottom: 70px;
}
.text-box P
{
margin: 0;
padding-bottom: 3px;
}
.text-box#desktop P
{
}
.text-box A
{
font-size: 10px;
color: #000000;
font-family: 'Avenir Next LT Pro';
margin: 0;
letter-spacing: 1px;
}
.text-box#desktop A
{
}
.text-box#mobile-top
{
padding-bottom: 20px;
}
.text-box#mobile-top H1
{
margin: 0;
font-size: 28px;
letter-spacing: 7px;
}
.text-box#mobile-bottom
{
padding-top: 30px;
}
.text-box#mobile-bottom A
{
font-family: 'Avenir Next LT Pro';
}
