.wpcf7-response-output {
    display: none !important;
}

.form-ai {

    background-color: #FAFAFA;
    border: 1px solid #EAEAEA;
    padding: 20px 15px 0px 15px;
    margin-top: 40px;
    float: left;
    margin-bottom: 40px;

}

.form-ai h2 {

    text-align: center;
    font-size: 24px;

}

.form-ai p {

    text-align: center;
    margin-bottom: 20px;
    float: left;

}

.form-ai input[type=submit] { 
    background-color: #d00;
    border: 1px solid #d00;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 2.5;
    padding: 0 20px;
    white-space: nowrap;
    float: left !important;
    width: 100% !important;

}

.form-ai input[type=email] {

    margin-bottom: 20px;
    line-height: 2.5;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #EAEAEA;
    float: left !important;
    width: 100% !important;
    padding: 0px 5px !important;
}

.wpcf7-response-output {

    display: block;
    width: 100%;
    float: left;

}

div.wpcf7-mail-sent-ok {
    border: 2px solid #d00;
}

.first-post .first-post_inner {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(top,transparent 50%,black 100%) !important;
    background-image: linear-gradient(-180deg,transparent 50%,black 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03000000",endColorstr="#000000",GradientType=0);
}

#desktop-nl-18976 {

    float: left; 
    width: 100%;
}

.oc-external-link {
    padding-left: 5px;
    display: none !important;
}

.oc-hr {
    clear: both;
    display: none !important;
}

.oc-trlogo {
    float: right;
    height: auto;
    padding: 0 10px 10px 0;
    width: 113px;
    display: none !important;
    
}

.get-rid-this {

    display: none !important;


}

#top-posts {
    margin-top: 0rem !important;
}

/* Add Event to Article styling  */


.add-evt-articles--wrapper { 

    width: 100%; 
    float: left; 
    background-color: white; 
    border: 1px solid #EAEAEA; 
    padding: 0px 0px 20px 0px; 
    margin-top: 40px; 
    margin-bottom: 10px;

}

.add-evt-articles--wrapper .col-md-12.nopad {

    padding-left: 0px;
    padding-right: 0px;


}

.img-evt-spk--wrapper {

    float: left;
    width: 100%;
    margin-bottom: 20px;

}



.evt-button-ref--link {

    font-family: "franklin-gothic-urw",sans-serif;
    float: left; 
    width: 100%;
    background-color: #d00;
    padding: 10px 30px;
    color: white;
    border-radius: 5px;
    text-align: center;
    font-weight: 700;


}

.evt-button-ref--link:hover {

    text-decoration: none;
    background-color: #aa0000;
    color: white;

}

.add-evt-articles--wrapper h3 {

    font-family: "alternate-gothic-no-2-d",sans-serif;
    margin-bottom: 0px;
    text-transform: none !important;
    font-size: 34px;
    letter-spacing: 0;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 10px;

}







/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {



}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */




}