/*
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
============================================ */


.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%;
}

@font-face {
    font-family: 'News Gothic MT';
    src: url('fonts/NewsGothicMT.eot');
    src: url('fonts/NewsGothicMT.eot?#iefix') format('embedded-opentype'),
        url('fonts/NewsGothicMT.woff2') format('woff2'),
        url('fonts/NewsGothicMT.woff') format('woff'),
        url('fonts/NewsGothicMT.ttf') format('truetype'),
        url('fonts/NewsGothicMT.svg#NewsGothicMT') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'News Gothic MT';
    src: url('fonts/NewsGothicMT-Italic.eot');
    src: url('fonts/NewsGothicMT-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/NewsGothicMT-Italic.woff2') format('woff2'),
        url('fonts/NewsGothicMT-Italic.woff') format('woff'),
        url('fonts/NewsGothicMT-Italic.ttf') format('truetype'),
        url('fonts/NewsGothicMT-Italic.svg#NewsGothicMT-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'News Gothic MT';
    src: url('fonts/NewsGothicMT-Bold.eot');
    src: url('fonts/NewsGothicMT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/NewsGothicMT-Bold.woff2') format('woff2'),
        url('fonts/NewsGothicMT-Bold.woff') format('woff'),
        url('fonts/NewsGothicMT-Bold.ttf') format('truetype'),
        url('fonts/NewsGothicMT-Bold.svg#NewsGothicMT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face{
	font-family: 'Termina';
    src: url('fonts/Termina-Bold.eot');
    src: url('fonts/Termina-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Termina-Bold.woff2') format('woff2'),
        url('fonts/Termina-Bold.woff') format('woff'),
        url('fonts/Termina-Bold.ttf') format('truetype'),
        url('fonts/Termina-Bold.svg#Termina-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Termina';
    src: url('fonts/Termina-Heavy.eot');
    src: url('fonts/Termina-Heavy.eot?#iefix') format('embedded-opentype'),
        url('fonts/Termina-Heavy.woff2') format('woff2'),
        url('fonts/Termina-Heavy.woff') format('woff'),
        url('fonts/Termina-Heavy.ttf') format('truetype'),
        url('fonts/Termina-Heavy.svg#Termina-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}

