/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

.cl-container {
	border: 2px solid #ddd;
/*	border-radius: 10px;*/
	padding: 36px;
	max-width: 300px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.cl-container.ol-edit-profile,
.ol-edit-profile .ol-form {
	background: transparent;
	border-width: 0;
	padding: 0;
	width: auto;
	max-width: none;
}

.ol-form,
.ol-user-profile {
	border-color: inherit;
	display: block;
	position: relative;
	width: 100%;
	z-index: 10;
	
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

.js-ready .ol-form,
.js-ready .ol-user-profile {
	padding: 0 36px;
	padding: 0 2.57142857rem;
	opacity: 1;
	position: absolute;
	left: 0;
	
	-webkit-transition:	left .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition:	left .3s ease-in-out, opacity .3s ease-in-out;
	transition:			left .3s ease-in-out, opacity .3s ease-in-out;
}

.ol-form.ol-edit-profile-form {
	padding: 0;
}

.js-ready .ol-form.ol-edit-profile-form {
	position: relative;
}

.js-ready .ol-form.loading,
.js-ready .ol-user-profile.loading {
	opacity: .3;
	
	-webkit-backface-visibility: hidden;
}

.ol-form.hidden,
.ol-user-profile.hidden {
	display: none;
	opacity: 0;
	z-index: 0;
}

.ol-form.hidden.loading,
.ol-user-profile.hidden.loading {
	opacity: 0;
}

.js-ready .ol-form.hidden,
.js-ready .ol-user-profile.hidden {
	display: block;
	left: -100%;
}

.js-ready .ol-form.ol-register-form.hidden {
	left: 100%;
}

.js-ready .ol-form.ol-reset-password-form {
	display: block;
	margin-left: 0;
	margin-right: 0;
	position: static;
	left: auto;
	top: auto;
}

.cl-container fieldset {
	border-width: 0;
	border-color: inherit;
	padding: 0;
	margin: 0;
}

.cl-container .ol-form-title,
.cl-container .ol-profile-title {
	margin-top: 0;
	text-align: center;
	font-size: 24px;
	font-size: 1.71428571rem;
	font-weight: normal;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.cl-container .ol-form-title small,
.cl-container .ol-profile-title small {
	display: block;
	font-size: 11px;
	font-size: 0.78571429rem;
	text-transform: uppercase;
}

.ol-form label {
	display: block;
	font-size: 13px;
	font-size: 1em !important;
	line-height: 1.84;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 300 !important;
	font-family: 'Montserrat' !important;
}

.ol-field-container,
.ol-form input[type="submit"],
.ol-form .ol-form-button {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}


#post-3807 .ol-form input[type="text"], 
#post-3576 .ol-form input[type="text"], 
#post-3804 .ol-form input[type="text"] {
	max-width: 95% !important;
}

#post-3798 .ol-form input[type="text"],
#post-3798 .ol-form input[type="password"],
#post-3798 .ol-form input[type="email"],
#post-3798 .ol-form input[type="search"],
#post-3798 .ol-form input[type="number"] {
	max-width: 95% !important;
}

#post-3571 .ol-form input[type="text"],
#post-3571 .ol-form input[type="password"],
#post-3571 .ol-form input[type="email"],
#post-3571 .ol-form input[type="search"],
#post-3571 .ol-form input[type="number"] {
	max-width: 95% !important;
}

#post-3804 .ol-form input[type="text"],
#post-3804 .ol-form input[type="password"],
#post-3804 .ol-form input[type="email"],
#post-3804 .ol-form input[type="search"],
#post-3804 .ol-form input[type="number"] {
	max-width: 95% !important;
}

.ol-form input[type="text"],
.ol-form input[type="password"],
.ol-form input[type="email"],
.ol-form input[type="search"],
.ol-form input[type="number"] {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	height: 34px;
	padding: 5px 10px;
	padding: 0.357142857rem 0.714285714rem;
	width: 100%;
	opacity: 1;
	
	border: none !important;
	
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
	
	-webkit-transition:	background-color .3s ease-in-out;
	-moz-transition:	background-color .3s ease-in-out;
	transition:			background-color .3s ease-in-out;
}

.ol-form input[type="submit"],
.ol-form .ol-form-button {
	padding-left: 24px;
	padding-left: 1.714285714rem;
	/*padding-right: 24px;*/
	opacity: 1;
	/*padding-right: 1.714285714rem;*/
}

.ol-form textarea {
	width: 100%;
	height: 150px;
	padding: 5px 10px;
	padding: 0.357142857rem 0.714285714rem;
	margin-left: 0;
	margin-right: 0;
	
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

.ol-rememberme-container {
	float: left;
	max-width: 50%;
	padding: 5px 0;
	padding: 0.357142857rem 0;
}

.ol-login-submit {
	float: right;
}

.ol-form-nav,
.ol-profile-nav {
	border-top: 1px solid;
	border-color: inherit;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	height: 24px;
	height: 1.714285714rem;
}

.ol-lost-password-link {
	float: left;
	font-size: 1.5em !important;
}
#post-3553 .ol-form-nav li a {
	list-style-image: url(images/list-style-arrow.png);
	list-style-position: inside;
	margin: 0.3em 1.2em;
	padding-bottom: 0.2em;
	line-height: 23px;
	font-size: 15px;
	vertical-align: text-bottom;
}
	
.ol-register-link,
.ol-login-link {
	float: right;
	font-size: 1.5em !important;
}

.ol-form .description {
	color: #7c7c7c;
	font-size: 12px;
	font-size: 0.85714286rem;
	font-style: italic;
}

.ol-notice {
	clear: both;
	border: 1px solid;
	border-radius: 3px;
	font-size: 13px;
	font-size: 0.92857143rem;
	text-align: center;
	padding: 24px;
	padding: 1.714285714rem;
	padding-bottom: 0;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

.ol-notice.success {
	background: #e5ffea;
	border-color: #b8e5bf;
	color: #47b259;
}

.ol-notice.error {
	background: #ffd9d9;
	border-color: #e5acac;
	color: #f24d2c;
}

.ol-user-profile {
	border-color: inherit;
	text-align: center;
}

.ol-user-profile .avatar {
	border-radius: 10px;
	float: none;
	width: 128px;
	height: 128px;
	margin-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}

.ol-user-profile .ol-logout-link {
	text-align: right;
	float: right;
}

.ol-user-profile .ol-edit-profile-link {
	text-align: left;
	float: left;
}

.ol-edit-profile-form fieldset {
	clear: both;
	margin-left: -5%;
	margin-bottom: 36px;
	margin-bottom: 2.57142857rem;
}

.ol-edit-profile-form .ol-field-container.ol-large-container {
	width: auto;
	float: none;
}

.ol-edit-profile-form .ol-field-container {
	float: left;
	width: 45%;
	margin-left: 5%;
}

.ol-container .spinner {
	display: none;
}

.ol-container.loading .spinner {
	display: block;
}

.ol-form .ol-no-show {
	display: none;
	visibility: hidden;
}

.ol-website-container {
	display: none !important;
}

/* WIDGET */
.widget .ol-container {
	padding: 24px;
	padding: 1.714285714rem;
}

.js-ready .widget .ol-form,
.js-ready .widget .ol-user-profile {
	padding: 0 24px;
	padding: 0 1.714285714rem;
}

.widget .ol-container .ol-form-title,
.widget .ol-container .ol-profile-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin-bottom: 16px;
	margin-bottom: 1.142857143rem;
}

.widget .ol-form label {
	font-size: 11px;
	font-size: 0.78571429rem;
}

.widget .ol-form input[type="text"],
.widget .ol-form input[type="password"],
.widget .ol-form input[type="email"],
.widget .ol-form input[type="search"],
.widget .ol-form input[type="number"] {
	height: 30px;
}

.widget .ol-field-container,
.widget .ol-form input[type="submit"],
.widget .ol-form .ol-form-button {
	margin-bottom: 16px;
	margin-bottom: 1.142857143rem;
}

.widget .ol-form-nav,
.widget .ol-profile-nav {
	padding-top: 16px;
	padding-top: 1.142857143rem;
	height: 16px;
	font-size: 12px;
	font-size: 0.85714286rem;
}

.widget .ol-notice {
	padding: 12px;
	padding: 0.85714286rem;
	padding-bottom: 0;
	margin-bottom: 12px;
	margin-bottom: 0.85714286rem;
}

.widget .ol-container .ol-notice p,
.widget .ol-container .description {
	font-size: 12px;
	font-size: 0.85714286rem;
	margin-bottom: 12px;
	margin-bottom: 0.85714286rem;
	line-height: 1.5;
}

.widget .ol-container .ol-form-title small,
.widget .ol-container .ol-profile-title small {
	font-size: 10px;
	font-size: 0.71428571rem;
	margin-bottom: 10px;
	margin-bottom: 0.71428571rem;
}

.widget .ol-container .ol-profile-title {
	padding-left: 50px;
	text-align: left;
}

.widget .ol-container .ol-profile-title small {
	margin-bottom: 4px;
	margin-bottom: 0.28571429rem;
	margin-top: 5px;
	margin-top: 0.357142857rem;
}



/* Clean Login CSS Mods */

.cl-container {
	border: none !important;
	float: left !important;
	padding: 0;
	max-width: 100% !important;
	width: 100% !important;
	font-family: 'Montserrat' !important;
}

.ol-form, .ol-user-profile {
	width: 100% !important;
}

#main form input, #main form textarea {
	max-width: 100%;
}

.cl-container fieldset {
	background-color: #e6b89e !important;
    padding: 30px 50px 50px !important;
	opacity: 0.8;
  	filter: alpha(opacity=80);       /* IE8 and lower */
   	zoom: 1;       /* set "zoom", "width" or "height" to trigger "hasLayout" in IE 7 and lower */ 
}

.cl-container .form-actions {
	background-color: transparent !important;
	max-width: 400px;
}

.ol-user-profile .ol-edit-profile-link, .ol-user-profile .ol-logout-link {
	text-transform: uppercase;
}

.cl-container .ol-form-title small, .cl-container .ol-profile-title small {
	font-size: 0.8em !important;
}

.ol-edit-profile-form .ol-field-container {
	width: 100% !important;
}

.cl-container .ol-form-title, .cl-container .ol-profile-title {
	max-width: 400px;
}

.ol-field-container, .ol-form input[type="submit"], .ol-form .ol-form-button {
	margin-bottom: 5px !important;
}

.ol-form input[type="submit"], .ol-form .ol-form-button {
	background: none;
	border:none;
	}

.ol-form input {
	font-size: 1.5em !important;
	font-family: 'Montserrat' !important;
	text-transform: none !important;
	color: #023145;
	font-weight: 300 !important;
}

.cl-profile-nav {
	max-width: 400px !important;
	clear: both;
}

.ol-user-profile .avatar {
	float: left !important;
	margin-left: 136px !important;
}

.cl-container .ol-login-form .ol-form-title{
	display: none;
}

.cl-container .ol-edit-profile-form .ol-form-title {
	display: none;
}

.ol-notice {
	font-family: 'Montserrat' !important;
	font-size: 1.5em;
}

body.page-template-documentos .blog article{
    padding: 10px;
}

body.page-template-documentos .blog article span,
body.page-template-documentos .blog article span a,
body.page-template-documentos .blog article div.summary,
body.page-template-documentos .blog article .post-read-more a{
    color: white;
}

body.page-template-documentos .blog article .post-read-more a{
    border-color: white;
}

body.page-template-documentos .blog article .gem-button.gem-button-size-tiny.gem-button-style-flat.gem-button-text-weight-normal.gem-button-empty{
    background-color: transparent;
    border: 2px solid white;
    border-radius: 3px;
}

body.page-template-documentos .blog article:nth-child(5n+1){
    background-color: #E6BB98;
}

body.page-template-documentos .blog article:nth-child(5n+2){
    background-color: #C982A3;
}

body.page-template-documentos .blog article:nth-child(5n+3){
    background-color: #5D9490;
}

body.page-template-documentos .blog article:nth-child(5n+4){
    background-color: #5891C9;
}

body.page-template-documentos .blog article:nth-child(5n+5){
    background-color: #23155A;
}