
/* Gravity Forms on footer */


#footer .signUp .gform_wrapper ul li.gfield {
	margin-top: 0;
}

#footer .signUp .gform_wrapper .top_label div.ginput_container {
	margin-top: 4px;
}
	#footer .signUp .gform_wrapper ul.gform_fields li.gfield {
	    padding-right: 0;
	}


/* Pxel Updates */
#work h2.alt { font-size: 4em; }
#work .text-puff p { font-size: 1.6em; line-height: 2em; font-weight: 200; }
#work { padding-left: 0; padding-right: 0; }
#work > .row.border-bottom {border-bottom: 4px solid #12B5C6;}
#work.voices .work-obj .overlay { top: 0 !important; }
/*
Theme Name:         Sage Starter Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.2.1
Author:             Roots
Author URI:         https://roots.io/

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.Ebook-popup {
    width: 100%;
    float: left;
}
.popup-fields {
    width: 60%;
    float: left;
    margin-right: 30px;
    padding-left: 10px;
}

.book-image {
    width: 35%;
    float: left;
    padding: 0px 5px 8PX;
}
.book-image img {
    margin-top: 20px;
    height: 380px!important;
}
input.wpcf7-form-control.wpcf7-submit {
    BACKGROUND: #000;
    color: #fff;
    border-color: #000;
    border-radius: 7px;
    padding: 8px 14px;
}
.Ebook-popup  h3 {
    font-size: 35px;
    text-transform: uppercase;
}
.popup-fields P{
    font-size: 15px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    WIDTH: 100%;
    height: 34px;
}


@media screen and (max-width: 765px) {
   .popup-fields {
      width: 100%;
  }

 .book-image {
    width: 100%;
   
 }
}