body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    line-height: 1.1;
    font-weight: normal;
    color: #666666;
    font-weight: 400;
}
img {
    max-width: 100%;
}
/*EBOOK LANDING PAGE*/
.landing-page-form {
    position: relative;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.ebook-download-form .vc_col-sm-6 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}
.ebook-download-form .vc_col-sm-6:first-child {
    background-color: #e1e1e1;
    padding: 15px;
}
.ebook-download-form figure {
    margin: 0;
}
.ebook-download-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/sliderbg-1.jpg');
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow-y: auto;
	display: flex;
    align-items: center;
    flex-flow: wrap row;
}
.ebook-download-content::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background-image: url('../img/bg_pattern.png');
    background-repeat: repeat;
    background-position: top left;
    width: 100%;
    height: 100%;
}
.logo-section {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
}
.logo-section a {
    display: inline-block;
}
.ebook-content {
    max-width: 767px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.ebook-download-form {
    border-top: 5px solid #8b080e;
    padding-bottom: 20px;
    border-bottom: 5px solid #8b080e;
    background: #fff;
    padding: 0;
}
.ebook-download-form h1, .ebook-download-form h2 {
    margin: 0 0 25px;
}
.ebook-download-form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ebook-download-form label {
    display: none;
}
body .ebook-download-form .gform_wrapper select:focus, 
body .ebook-download-form .gform_wrapper textarea:focus, 
body .ebook-download-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    outline: 0;
    border: 1px solid #ccc;
    padding: 11px 15px !important;
    height: auto;
    box-shadow: inset 0 0 6px -1px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
    color: #333;
}
body .ebook-download-form .gform_footer.top_label {
    text-align: right;
}
body .ebook-download-form .gform_button.button {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #fff;
    width: auto;
    padding: 10px 20px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    background-color: #8B080E;
}
body .ebook-download-form .gform_button.button:hover, 
body .ebook-download-form .gform_button.button:focus {
    background: #8B080E;
    color: #fff;
    border: 0;
    outline: 0;
}
.copyright-text {
    text-align: center;
    margin-top: 30px;
}
.copyright-text p {
    color: #8d8d8d;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
}
.social-icons-wrap {
    position: absolute;
    bottom: 5px;
    left: 40px;
    z-index: 1;
}
ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social-icons li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
ul.social-icons li a {
    color: #ffffff;
}
.thank-you {
    padding: 30px 0 60px;
}

.page-id-8463 .download-button {
    display: block;
    text-align: center;
	font-size: 18px;
}
.download-area a{
	font-size:14px;
}

.jnl-ebook-down-area {
    display: flex;
}
.jed-image {
    width: 50%;
    background-color: #e1e1e1;
    padding: 15px;
}
.jed-form-col {
    width: 50%;
    padding: 60px 15px 20px 15px;
}
.jed-form-col h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
    margin-bottom: 25px;
}
.jed-form-image input[type="text"], .jed-form-image input[type="email"] {
    max-width: 100%;
    border: 1px solid #efefef !important;
    box-shadow: none !important;
    color: #000 !important;
    font-size: 14px !important;
    outline: none !important;
    border-radius: 0 !important;
    padding: ;
}
.jnl-ebook-down-area .gfield_validation_message {
    font-size: 12px;
    color: red;
    margin-top: -5px;
    margin-bottom: 11px;
}

@media screen and (max-width: 991px){
    .logo-section {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .social-icons-wrap {
        position: relative;
        bottom: 0;
        left: 0;
        z-index: 1;
    }
    .landing-page-form {
        display: block;
    }
    .ebook-download-form .vc_col-sm-6 {
        width: 100%;
        display: block;
    }
    .ebook-download-content {
        padding: 0;
    }
    .logo-section a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 175px;
        padding-left: 69px;
    }
    .jnl-ebook-down-area {
        flex-wrap: wrap;
    }
    .logo-section {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 35px;
    }  
    .jed-image {
        width: 100%;
    }
    .jed-form-col {
        width: 100%;
        padding: 43px 15px 70px;
    }
}



/* for password protected */
.ebook-download-form .post-password-form label {
    display: block;
    margin-bottom: 13px;
}

.ebook-download-form .post-password-form {
    padding: 20px;
}

.ebook-download-form .post-password-form p {
    margin-bottom: 12px;
    text-align: center;
}

.ebook-download-form .post-password-form label input {
    padding: 5px;
    outline: none;
}

.ebook-download-form .post-password-form input[type="submit"] {
    padding: 8px 30px;
    border: none;
    background-color: #8B080E;
    color: #fff;
    cursor: pointer;
}

.ebook-download-form .post-password-form p:last-child {
    margin-bottom: 0;
}