@media only screen and (max-width: 767px) {
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content {
margin: 0;
width: 100%;
max-width: 800px;
}
.et_pb_fullwidth_header .et_pb_fullwidth_header_container.center {
margin: 0 auto;
width: 100%;
max-width: 480px;
}
} input::-webkit-input-placeholder { color: #000;
}
input:-ms-input-placeholder { color: #000;
}
input::placeholder {
color: #000;
}
.feedzy-rss li.rss_item {
margin:0px !important; padding:0px !important;
} .et_pb_posts .et_pb_post {
background: #fff;
}
.newsletter .tnp {
max-width: 600px;
}
.newsletter .tnp-subscription label {
display: none;
}
.newsletter .tnp-profile label {
color: #fff !important;
font-size: 16px !important;
}
.newsletter .tnp input[type=text],
.newsletter .tnp input[type=email] {
background-color: transparent !important;
border: 1px solid #fff !important;
border-radius: 3px !important;
padding: 14px 4% !important;
font-size: 16px !important;
color: #fff !important;
}
.newsletter .tnp-profile form .tnp-field input[type=text],
.newsletter .tnp-profile form .tnp-field input[type=email],
.newsletter .tnp-profile form .tnp-field input[type=submit] {
width: 100%;
}
.newsletter .tnp input.tnp-submit {
width: 100%;
background-color: #fff !important;
color: #f4774b !important;
letter-spacing: 3px;
font-size: 16px;
font-family: 'Cabin',Helvetica,Arial,Lucida,sans-serif;
font-weight: 700;
text-transform: uppercase;
height: 50px !important;
border-radius: 3px !important;
}
.newsletter .tnp input::-webkit-input-placeholder { color: #fff;
}
.newsletter .tnp input:-ms-input-placeholder { color: #fff;
}
.newsletter .tnp input::placeholder {
color: #fff;
}
.newsletter a {
color: #476f8e !important;
}
@media only screen and (min-width: 992px) {
.et_pb_posts .et_pb_post:nth-child(even) > a, .et_pb_posts .et_pb_post:nth-child(odd) .entry-title , 
.et_pb_posts .et_pb_post:nth-child(odd) .post-meta, .et_pb_posts .et_pb_post:nth-child(odd) .post-content { 
float: right;
width: 50%;
margin-bottom:0;
}
.et_pb_posts .et_pb_post:nth-child(odd) > a, .et_pb_posts .et_pb_post:nth-child(even) .entry-title , 
.et_pb_posts .et_pb_post:nth-child(even) .post-meta, .et_pb_posts .et_pb_post:nth-child(even) .post-content  { 
float: left;
width: 50%;
margin-bottom:0;
}
}
.et_pb_posts .et_pb_post:nth-child(odd) .entry-title , 
.et_pb_posts .et_pb_post:nth-child(odd) .post-meta, .et_pb_posts .et_pb_post:nth-child(odd) .post-content { }
.et_pb_posts .et_pb_post:nth-child(even) .entry-title , 
.et_pb_posts .et_pb_post:nth-child(even) .post-meta, .et_pb_posts .et_pb_post:nth-child(even) .post-content  { }
.et_pb_posts .et_pb_post .post-content { }
.et_pb_posts .et_pb_post:nth-child(odd) h4 a, 
.et_pb_posts .et_pb_post:nth-child(even) h4 a{ 
display: block;
width: 100%; }