/*
Theme Name: JNews
Version: 4.0.2
Theme URI: //themeforest.net
Description: JNews
Author: Jegtheme
Author URI: //jegtheme.com/
License: GNU General Public License v2.0
License URI: //www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/

#evnts_subscriber {
    background-image: url('assets/img/chalkboard.jpg');
    background-position: 200px 13px;
    padding: 20px;
    margin-top: 25px;
    margin-bottom: 5px;
}

#evnts_subscriber h1 {
    font-family: 'Titillium Bold', sans-serif;
    font-size: 24pt !important;
    color: yellow !important;
    text-transform: uppercase;
    margin: 0px;
    margin-bottom: 20px;
}

.chevrons {
    float: right;
    margin-top: 20px;
    margin-right: 280px;
}

.chevron {
    position: relative;
    text-align: center;
    padding: 4px;
    margin-bottom: 6px;
    height: 0px;
    width: 16px;
    transform: rotate(-90deg);
    float: left;
}

.chevron::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 51%;
    background: yellow;
    -webkit-transform: skew(0deg, 30deg);
    -moz-transform: skew(0deg, 30deg);
    -ms-transform: skew(0deg, 30deg);
    -o-transform: skew(0deg, 30deg);
    transform: skew(0deg, 30deg);
}

.chevron::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background: yellow;
    -webkit-transform: skew(0deg, -30deg);
    -moz-transform: skew(0deg, -30deg);
    -ms-transform: skew(0deg, -30deg);
    -o-transform: skew(0deg, -30deg);
    transform: skew(0deg, -30deg);
}

#evnts_subscriber p {
    color: #fff;
    font-size: 12pt;
}

#evnts_subscriber h2 {
    font-family: 'Titillium Bold', sans-serif;
    color: white !important;
    margin: 0px !important;
    font-size: 18pt;
    text-transform: uppercase;
    line-height: 25px;
    text-shadow: 1px 1px 0px #333;
    padding: 3px 0 0 19px;
}

.never-miss {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 260px;
    height: 35px;
    background: #5a5a5a;
}

.never-miss h2 {
    font-family: 'Titillium Bold', sans-serif;
    color: white !important;
    margin: 0px !important;
    font-size: 11pt;
    text-transform: uppercase;
    line-height: 25px;
    text-shadow: 1px 1px 0px #333;
    padding: 3px 0 0 19px;
}

#trapezoid {
    border-bottom: 35px solid #5a5a5a;
    border-left: 0px solid transparent;
    border-right: 17px solid transparent;
    height: 0;
    width: 30px;
    top: -28px;
    position: relative;
    left: 260px;
}

#evnts_subscriber label {
    font-family: 'Open Sans';
    display: block;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: white;
    text-align: center;
    margin-bottom: 5px
}

#evnts_subscriber br {
    display: none;
}

#evnts_subscriber p {
    margin-bottom: 15px;
}

#evnts_subscriber .wpcf7-form-control-wrap {
    text-align: center;
    display: block;
}

#evnts_subscriber input:not([type="submit"]) {
    width: 70%;
}

#evnts_subscriber div.wpcf7-validation-errors {
    color: #fff;
}

#evnts_subscriber input[type="text"] {
    width: 200px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: 10px
}

#evnts_subscriber_submit {
    text-align: center;
    margin-top: 5px
}

#evnts_subscriber_submit input[type="submit"] {
    font-size: 14px !important;
    font-weight: 600 !important;
    border-radius: 3px;
    transition: all 0.5s;
    background: #00a1dd;
    color: #fff;
}


/* ninja form for subscriber signup*/

#nf-field-14 {
    background: #00acee;
    color: #fff;
    border-radius: 5px;
    border: 1px solid#00acee;
    width: 18%;
}

#nf-field-14:hover {
    background: #0096D0;
}

@media (max-width:720px) {
    .chevrons {
        display: none;
    }
    .never-miss {
        bottom: 0px;
    }
    iframe {
        width: 100%;
    }
}