.newsletter, #mc_embed_signup {
    background: #fff;
    clear: left;
    font-size: 14px;
}
.subscribe .vc_column-inner {
    padding-top: 0;
}
.newsletter h1 {
	border-bottom: 2px solid #3396cc;
    margin: 0 0 25px;
    padding: 0 0 8px;
    position: relative;
    /* font-size: 22px; */ /* warum? 2017-09-08 tvb */
    line-height: 28px;
    color: #555555;
    text-transform: none;
    font-weight: normal;
}
.newsletter h1 span {
	font-size: 21px; 
}
.newsletter h2 {
    font-size: 17px;
    color: #555555;
    padding: 10px 10px 10px 15px;
    background: #f5f5f5;
    position: relative;
    margin: 0 0 20px;
    line-height: 22px;
}
h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #555555;
}
.display_archive {
	margin:0 0 30px;
}
.td-pb-span4 h3 {
	margin:0 0 10px;
}
.newsletter h3.listTitle {
	margin:14px 0 10px!important;
	font-size: 17px;
	color: #555555;
}
.newsletter ul {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 22px;
    color: #555555;
    padding: 0 0 0 28px;
}
.newsletter ul li {
    position:relative;
}
.newsletter ul li:after {
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    left: -11px;
    content: '';
    top: 9px;
    height: 5px;
    width: 5px;
    background-color: #3396cc;
    border-radius: 50%;
}
.newsletter .info {
    padding: 11px 10px 10px 40px;
    background: #f5f5f5;
    font-weight: 500;
    position: relative;
    font-size: 13px;
    line-height: 19px;
	margin: 0 0 20px;
}
.newsletter .info:after {
	background: url(/wp-content/themes/Newspaper-child/images/infoIcon.png)no-repeat;
    position: absolute;
    content: '';
    left: 11px;
    top: 9px;
    width: 23px;
    height: 23px;
}
.newsletter-notification {
    position: relative;
    display: none;
    width: 100%;
    min-height: 90px;
    border: 1px solid;
    border-radius: 3px;
    padding: 14px;
    margin: 20px 0 20px 0;
}
.newsletter-notification.error {
    color: #b94a48;
    background: #f2dede;
    border-color: #eed3d7;
}
.newsletter-notification.error h1 {
    color: #b94a48;
}
.newsletter-notification.success {
    color: #3c763d;
    background: #dff0d8;
    border-color: #d6e9c6;
}
.newsletter-notification.success h1 {
    color: #3c763d;
}
.newsletter-notification.info {
    color: #31708f;
    background: #d9edf7;
    border-color: #bce8f1;
}
.newsletter-notification.info h1 {
    color: #31708f;
}
.newsletter-notification .notification-close {
    position: absolute;
    top: 4px; right: 10px;
}
.newsletter-notification .notification-close a {
    color:#888 !important;
    font-weight: bold;
}
.newsletter-notification .notification-close a:hover {
    color:#999 !important;
}
.newsletter-notification .notification-content h1 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0 !important;
    line-height: 16px;
}
.newsletter input {
    font-size:11pt;
}
.newsletter .loader {
    background: transparent url("/wp-content/plugins/ctec_mods/newsletter/loader.gif") 0 0 no-repeat;
    text-align: center;
    margin-top: 20px;
}
.newsletter form.form-horizontal {
    width: 100%;
    display: inline-block;
}
.newsletter form.form-horizontal .control-group {
    display: inline-table;
    margin: 5px 0 5px 0;
    width: 100%;
}
.newsletter form.form-horizontal > .control-group > * {
    display: table-cell;
}
.newsletter form.form-horizontal .control-group > *:first-child {
    width: 170px;
    text-align: right;
    vertical-align: middle;
}
.newsletter form.form-horizontal .control-group > *:not(:first-child) {
    width: 420px;
    margin-left: 10px;
    padding-left: 20px;
    vertical-align: top;
}
.newsletter .footnote {
    font-size: 8pt;
    padding: 10px 10px 10px 17px;
    background: #f9f9f9;
    border: 1px solid #3396cc;
    display: block;
}
/* right sidebar of newsletter forumlar 2017-09-08 tvb */
.wpb_column.vc_column_container.td-pb-span4 .wpb_raw_code.wpb_content_element.wpb_raw_html .wpb_wrapper h3{
    margin: 6px 0 6px 0;
    border-bottom: 2px solid #3396cc;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0 0 8px;
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #555555;
    text-transform: none;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}