#header-right-section {
    float: left;
}
.main-navigation {
    float: left;
}
.main-navigation li {
    padding: 0 25px 0 25px;
}
.blog .content-area {
	width: 100% !important;
	border-right: none !important;
	padding-right: 0 !important;
}
div.wpcf7 .wpcf7-form-control { 
	max-width: 95%; 
}
.wpcf7-form {
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
}
/* Make Contact Form 7 Select Dropdown field responsive &amp; full width */
.wpcf7 select {  
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px; 
    padding: 4px;
    text-indent: 0px;
    width: 100%;
    z-index: 100;
}
/* Make Contact Form 7 text field full width &amp; responsive */
.wpcf7-text { 
	width: 100%;
} 

/* Some additional CSS customization to the whole Contact Form 7 form */
div.wpcf7 { 
	background-color: #f5f5f5; /* Adds background color */
	border: 2px solid #eee; /* Adds a form border */
	padding:20px 10px 10px 10px;
	-webkit-border-radius: 4px; /* Making form border rounded */
	-moz-border-radius: 4px; 
	border-radius: 4px; 
}