#main-header .container{
	padding-left: 0;
  padding-right: 0;
}

.v4c-article-button{
		background: #0E7973;
    border-radius: 3px;
    display: inline-block;
    padding: 0.5em 2em;
    text-transform: capitalize;
    position: relative;
    color: #ffffff;
    border: 1px solid #0E7973;
		margin-bottom:0.5em;
		transition: color 300ms, background 300ms;
		text-align:center;
}

a.v4c-article-button:hover{
		border-color: #0E7973;
		background:#fff;
		color:#0E7973;
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}



.et_pb_fullwidth_post_content.et_pb_with_border img, .et_pb_post_content.et_pb_with_border img, .et_pb_with_border .et_pb_post .et_pb_slides, .et_pb_with_border .et_pb_post img:not(.woocommerce-placeholder), .et_pb_with_border.et_pb_posts .et_pb_post, .et_pb_with_border.et_pb_posts_nav span.nav-next a, .et_pb_with_border.et_pb_posts_nav span.nav-previous a {
    border: 0 solid #333;
    width:100%;
}