/*
	Theme Name: ContactForum Theme
	Theme URI:
	Description:  Tema para ContactForum
	Version: 1.1
	Author: Theme Sparklabs / AOG
	Author URI:
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

*,
*:after,
*:before {
	/* -moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility; */
}

::selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}
::-webkit-selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}
::-moz-selection {
	background:#ffe76b;
	color:#330e9c;
	text-shadow:none;
}

/* --Gravity Forms --*/

.gform_submission_error{
	position:relative;
	font-size:0!important;
}
.gform_submission_error:after{
	content:"Hubo un problema al enviar. Por favor revisa los campos a continuación.";
	font-size:14px;
}

.form-newsletter .gform-body .gfield_description{
	position: absolute;
    color: #ffffff;
    padding-left: 10px;
}


