/*
	Theme Name: Alison Tylor
	Theme URI: http://www.stilogolab.com
	Description: En memoria de Alison Tylor
	Version: 1.0
	Author: Stílogo Lab
	Author URI: http://www.stilogolab.com
	Tags: Logos

*/


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Playfair+Display&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	background-color: #e8e8e2;
	font:300 16px/1.5 'Open Sans', sans-serif;
	color: #2f2f2f;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

.animated {
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Playfair Display', serif;
	font-weight: 400;
}

h1 {
	
}


#statusmail > div {
    color: #fff;
    text-align: center;
    font-size: 1em;
    padding: 0.7em;
    margin: 20px 0;
    display: none;
}

#statusmail .success {
	background-color: #73b632;
}

#statusmail .error {
	background-color: #d85757;
	
}


/* Formularios */
form.estandar .campo:not(textarea) {
    height: 40px;
}

form.estandar .campo {
    border: 0px;
    background-color: #fff;
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 0px;
    padding: 6px;
    width: 100%;
}

form .campo-lopd {
	margin: 10px 0 15px;
}




/* Customize the label (the container) */
label.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
label.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
label.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
label.container input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
label.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
label.container .checkmark:after {
	left: 9px;
	top: 4px;
	width: 8px;
	height: 14px;
	border: solid #304e61;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


li.numero.number {
	/* display: none !important; */
}

li.numero.number input,
input[readonly],
select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

.radio.field .radio-options .radio-option input,
.radio.field .radio-options .radio-option label {
	cursor: pointer;
}





/* Customize the label (the container) */
.radio.field .radio-options .radio-option label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio.field .radio-options .radio-option label input {
	position: absolute;
    left: 5px;
    top: 5px;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.radio.field .radio-options .radio-option label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d8d8d8;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio.field .radio-options .radio-option label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio.field .radio-options .radio-option label input:checked ~ .checkmark {
	background-color: #323748;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio.field .radio-options .radio-option label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio.field .radio-options .radio-option label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio.field .radio-options .radio-option label .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

select[multiple] option:checked,
select[multiple]:focus option:checked {
	background: #323748 linear-gradient(0deg, #323748 0%, #323748 100%);
	color: #fff !important;
}



.grecaptcha-badge { visibility: hidden; }


#post-404 {
	text-align: center;
}


.btn-main {
	background-color: #736c5f;
	font-size: 1.4em;
	font-weight: 400;
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 0;
	cursor: pointer;
	font-weight: 600;
}

.btn-delete {
	background-color: #be7575;
}

.btn-main:hover {
	background-color: #96845c;
}


.btn-aside {
	background-color: #736c5f;
	font-size: 1.4em;
	font-weight: 400;
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 0;
	cursor: pointer;
	font-weight: 600;
}

.btn-aside:hover {
	background-color: #86785c;
} 

.btn-add-register {
	background-color: #86785c;
	font-size: 1.4em;
	font-weight: 400;
	padding: 10px 20px;
	color: #fff;
	display: inline-block;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 0;
	cursor: pointer;
}

.btn-add-register:hover {
	background-color: #b18078;
}



/*------------------------------------*\
    LANG
\*------------------------------------*/

#flags_language_selector2,
#flags_language_selector {
	display: flex;
	justify-content: flex-end;
	padding-right: 12px;
	text-transform: uppercase;
}

#flags_language_selector2 .lang,
#flags_language_selector .lang {
	opacity: 0.8;
    /* margin-left: 10px; */
    padding: 0 10px;
}

#flags_language_selector2 .lang:not(:first-of-type),
#flags_language_selector .lang:not(:first-of-type) {
	border-left: 1px solid #000;
}

#flags_language_selector2 .lang.active,
#flags_language_selector .lang.active {
	opacity: 1;
    font-weight: 600;
}

#flags_language_selector2 .lang:hover,
#flags_language_selector .lang:hover {
	opacity: 1;
    font-weight: 600;
}



/*------------------------------------*\
    HOME
\*------------------------------------*/
#home {
	padding-top: 20px;
}

#home h1 {
	font-size: 11em;
	text-align: right;
    width: 100%;
    margin: 0;
    transform: translateY(50px);
    line-height: 1;
}


#home .flex {
	display: flex;
    margin-bottom: 100px;
    align-items: center;
}

#home .flex > div {
	width: 50%;
}

#home .flex .image {
	text-align: center;
	padding-right: 50px;
}

#home .box-text {
	padding-top: 100px;
}

#home .title {
	font-weight: 600;
	font-size: 1.3em;
}

#home .date {
	font-weight: 600;
	color: #6d6767;
	font-size: 1.3em;
}

#home .comments {
    padding: 30px 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
	max-width:1280px;
	width:90%;
	margin:0 auto;
	position:relative;
}

.wrapper.lines {
    border-right: 1px solid #d9d3cd;
    border-left: 1px solid #d9d3cd;
    padding: 30px 40px;
}


.header {
	background-color: #2a4357;
	padding: 20px;
}

.header .wrapper {
	display: flex;
	
}



.logo {

}

.logo-img {

}

.nav {

}

.sidebar {

}

.footer {

}


.bg-lines {
    max-width: 1450px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    border-right: 1px solid #d9d3cd;
    border-left: 1px solid #d9d3cd;
    z-index: 1;
    transform: translate(-50%,0);
    left: 50%;

}


	
/*------------------------------------*\
    Comentarios
\*------------------------------------*/
	
	
	#comments {
		margin-top: 30px;
	}
	
	.comments ul {
		list-style: none;
		padding: 0;
	}
	
	.comments ul li {
		margin-bottom: 1rem;
		padding: 3rem 4rem;
		position: relative;
		background-color: #fafafa;
	}
	
	.comments ul li .children {
		margin-top: 2rem;
		margin-left: 2rem;
		position: relative;
	}
	
	.comments ul li .children .reply a {
		background-color: rgb(241,234,226);
	}
	
	.comments ul li .children .comment-author-admin {
		border: 1px solid #c4b9aa;
	}
	
	.comments ul li .children .comment-author-admin .reply a {
		    background-color: #fff;
	}
	
	.comments ul li .children:before {
		content: '';
		display: block;
		width: 10px;
		height: 10px;
		border-left: 1px solid #c4b9aa;
		border-bottom: 1px solid #c4b9aa;
		position: absolute;
		left: -20px;
		top: 0px;
		
	}
	
	.comments ul li.comment-author-admin:before {
		content: 'Admin';
	    background-color: #c4b9aa;
	    color: #fff;
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 4rem;
	    padding: 0.1em 1em;
	}
	
	.vcard {
		font-size: 1.6em;
	}
	
	.vcard img {
		width: 35px;
		height: 35px;
	}
	
	.comments ul li.comment-author-admin {
		    background-color: rgb(241,234,226);
	}
	
	.comment-author-admin .reply a {
		    background-color: #fff;
	}
	
	.commentmetadata {
		margin-bottom: 10px;
		font-size: 0.8em;
		color: #797166;
	}
	
	.commentmetadata a {
		color: #797166;
	}
	
	.reply a {
	    padding: 5px 10px;
	    display: inline-block;
	    background-color: rgb(241,234,226);
	}
	
	span.comments {
	    float: right;
	}
	
	.comment-form p label {
		width: 100%;
		display: block;	
	}
	
	.comment-form textarea {
	    width: 100%;
	    border: none;
	    background-color: #f2f1ef;
	    font-size: 1.1em;
		padding: 0.4em 0.7em;
	    outline:none;
	
	
	}
	
	p.comment-form-comment label,
	p.comment-form-author label,
	p.comment-form-email label,
	p.comment-form-url label {
		font-size: 1.2em;
	}
	
	p.comment-form-author input,
	p.comment-form-email input,
	p.comment-form-url input {
		width: 100%;
		border: none;
	    background-color: #f2f1ef;
	    font-size: 1.1em;
		padding: 0.4em 0.7em;
	}
	
	p.comment-form-email input,
	p.comment-form-url input {
		padding-right: 3em;
		}
	
	p.comment-form-author,
	p.comment-form-email,
	p.comment-form-url {
		width: 49%;
		display: inline-block;
	}
	
	h3.comment-reply-title {
		font-size: 2em;
		margin-bottom: 0;
	}
	
	.form-submit .submit {
		background-color: #d9d3cd;
		padding: 10px 20px;
		border: 0;
		font-size: 1.2em;
		color: #61524c;
	}
	




/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1280px) {

	#home h1 {
	    font-size: 8em;
	}

}

@media only screen and (max-width:980px) {

	#home h1 {
	    text-align: left;
	}

}

@media only screen and (max-width:768px) {

	#home .flex {
		flex-wrap: wrap;
	}
	
	#home .flex > div {
		width: 100%;
	}
	
	#home .flex .image {
	    text-align: center;
	    padding: 0;
	}
	
	
	#home h1 {
	    font-size: 6em;
	    text-align: center;
        transform: translateY(0px);
	    line-height: 1.5;
	}
	
	
	#home .flex {
	    margin-bottom: 20px;
	}
	
	h3.comment-reply-title {
	    font-size: 1.5em;
	    margin-bottom: 0;
	}
	

}
@media only screen and (max-width:450px) {

	
	
	#home h1 {
		margin-bottom: 30px;
	    line-height: 1.1;
	}
	
	#home .box-text {
		text-align: center;
	}

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
