/*
Theme Name: Story 2 Child Theme for Divi
Theme URI: http://story2designs.com
Description: Awesomeness in story 2
Author: Gabriel Young
Author URI: http://youngg.xyz
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */
@font-face {
    font-family: 'Neutra Text';
    src: url('fonts/NeutraText-Bold.eot');
    src: url('fonts/NeutraText-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeutraText-Bold.woff2') format('woff2'),
        url('fonts/NeutraText-Bold.woff') format('woff'),
        url('fonts/NeutraText-Bold.ttf') format('truetype'),
        url('fonts/NeutraText-Bold.svg#NeutraText-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('fonts/NeutraText-Demi.eot');
    src: url('fonts/NeutraText-Demi.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeutraText-Demi.woff2') format('woff2'),
        url('fonts/NeutraText-Demi.woff') format('woff'),
        url('fonts/NeutraText-Demi.ttf') format('truetype'),
        url('fonts/NeutraText-Demi.svg#NeutraText-Demi') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('fonts/NeutraText-Light.eot');
    src: url('fonts/NeutraText-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeutraText-Light.woff2') format('woff2'),
        url('fonts/NeutraText-Light.woff') format('woff'),
        url('fonts/NeutraText-Light.ttf') format('truetype'),
        url('fonts/NeutraText-Light.svg#NeutraText-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neutra Text';
    src: url('fonts/NeutraText-Book.eot');
    src: url('fonts/NeutraText-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/NeutraText-Book.woff2') format('woff2'),
        url('fonts/NeutraText-Book.woff') format('woff'),
        url('fonts/NeutraText-Book.ttf') format('truetype'),
        url('fonts/NeutraText-Book.svg#NeutraText-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}



.opactiybutton{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-in-out;
    transition-delay: initial;
}
.opacitybutton:hover{
 opacity: 0.5;
}
#white-emailer .et_pb_newsletter_form{
width:100%;
}
#white-emailer .et_pb_newsletter_form p{
display:inline-block;
float:left;
width:23%;
padding-left: 1%;
}
#white-emailer .et_pb_newsletter_form p:last-child{
padding-left:5%;
}


#white-emailer .et_pb_newsletter_description{
width:100%;
}
