/*
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%;
}
