.wpcf7-form {
    text-align: right;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
      padding: 0px 310px;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #4CAF50;
    border: none;
    color: white; 
    margin: 0;
    width: 50%;
    padding: 5px 15px;
    margin: 5px -20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.button, input, optgroup, select, textarea {
     color: inherit;
    font: inherit;
    margin: 0;
    width: 50%;
    padding: 10px 15px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
}


/*-----START Override-----*/

/*Search Form Input on the main Page*/
.search-form #s {
	border-radius: 0.23rem;
  background: #ffffff;
}
/*END*/
/*Search Form Submit Button on the main Page*/
.sbutton, #searchsubmit {
  height: 37px;
  width: 37px;
	left: 0px;
}

.sbutton .icon-search {
	width: 100%;
}

/*END*/

/*Widget Form's Inputs on the main Page (subscribing to the newslatters)*/
.es_textbox_class {
    width: 250px;
    background: #ffffff;
}
/*END*/

/*Widget Form's submit button on the main Page (subscribing to the newslatters)*/
.es_textbox_button,
.es_submit_button {
    background: rgb(56, 183, 238);
    color: rgba(250, 250, 250, .9);
    font-size: 1.1rem;
    border: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .12);
}

.es_textbox_button:active,
.es_submit_button:active {
    background: rgb(51, 159, 207);
    box-shadow: none;
    transform: translateY(1px);
}
/*END*/

/*Select Element On The Main Page (Categories)*/
.sidebar .widget select {
    background: #ffffff;
}
/*END*/

/*Feature Excerpt (Bottom Title with some text on each title's image)*/
/*
1. This feature may not work on the old browsers
*/
.featured-excerpt {
    color: #f6f6f6;
    backdrop-filter: blur(5px); /*[1]*/
}
/*END*/

/*Featured Thumbnail (image on the list item for each article)*/
.featured-thumbnail {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
}
/*END*/

/*-----END Override-----*/

/*---Header menu override------*/
.site-branding {
     padding-left: 0;
    padding-right: 0; 
  
}

/*-----END Override-----*/


.sidebar.c-4-12 {
    float: right;
    width: 32%;
    padding: 25px;
    line-height: 20px;
    max-width: 300px;
}


