@charset "utf-8";
/*
 * Plugin:      reCAPTCHA in WP comments form
 * Path:        /css
 * File:        backend-interface.css
 * Since:       0.0.9
 */

/*
 * Module:		reCAPTCHA alignment CSS
 * Version: 	0.0.9
 * Description: CSS for alignment of reCAPTCHA field
 */
.google-recaptcha-container { } 
.recaptcha-align-left { text-align: left; }
.recaptcha-align-center { text-align: center; }
.recaptcha-align-right { text-align: right; }
.g-recaptcha { display: inline-block; }
.plugin-credits { display: inherit; }




.google-recaptcha-container{display:block;clear:both; margin: auto;}
.google-recaptcha-container iframe{margin:0;}
.google-recaptcha-container .plugin-credits a{text-decoration:underline;}
/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

.cookies {
	margin-bottom: 80px;
}


.fa-x-twitter {
	background: #dedede;
/* 	    padding: 10px 10px 12px 10px; */
}

.fa-x-twitter-icon{
    height: 18px;
    padding-top: 3px;
	margin-bottom: -2px !important;
}
