/*
Theme Name: Javilop New
Theme URI: N/A
Description: Javilop Portfolio & Blog
Author: Javier López
Author URI: N/A
Version: 1.0
*/

/* ------------------------------------------------ CSS Reset ------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

body {
     line-height: 1;
	 font-family: Arial;
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
	 font-family: Arial;
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* --- Fonts *---- */

@font-face {
  font-family: 'MyCambria';
  src: url('cambria.ttf')  format('truetype');
}

@font-face {
  font-family: 'MyCambriaBold';
  src: url('cambriab.ttf')  format('truetype');
}

/* ------------------------------------------------ Portfolio ------------------------------------------------ */

/* ---------------------------------- Position tools (reusable) ---------------------------------- */

.left { float: left; }

.right { float: right; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* ---------------------------------- Basic ---------------------------------- */

body {
	border-top: 10px solid #f5f5f5;
	font: 12px/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFF;
	color: #37352f;
}

a {
	/*color: #31a3c5;*/
	color: #1E8CBE;
	text-decoration: none;
}

a:hover {
	color: #F64599;
}

::selection {
	background: #F64599; /* Safari */
	color: #37352f;
}
	
::-moz-selection {
	background: #F64599; /* Firefox */
	color: #37352f;
}

.container {
	width: 740px;
	margin: 0 auto;
}


/* ---------------------------------- Header ---------------------------------- */

#header {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}


/* ---------- Logo ---------- */

.logo {
	background: url('./img/javilop.png') no-repeat;
	width: 71px;
	height: 71px;
}

.logo:hover {
	background: url('./img/javilop_hover.png') no-repeat;
}


.logo-new {
	font-family: "Varela Round", "Droid Serif", Georgia, Times, serif;
    color: #1d1d1d;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;	
}

.topic {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #999999;
	margin-top: 25px;
	margin-left: 20px;
	font-size: 13px;
}

/* ---------- Menu ---------- */

#menu {
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 25px;
}


#menu li {
	display: inline;
	margin-left: 30px;
}

#menu li a{
	color: #999999;
	font-weight: bold;
}

#menu li a:hover{
	color: #444444;
	text-decoration: none;
}

#menu li.selected a {
	color: #444444;
}

/* ---------- About ---------- */

.about {
	padding-bottom: 30px;
}

.about h2 {
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
	text-align: center;
	font-size: 22px;
	line-height: 36px;
	padding: 30px 0 0 0;
	font-weight: normal;
}

.about.cate h2 {
	font-size: 24px;
	font-weight: bold;
}

.about.cate {
	border-bottom: 1px solid #efefef;
}

.about a {
	font-weight: normal;
}

.dribbble {
	color: #F64599;
}

.forrst {
	color: #80AC3A;
}

.twitter {
	color: #2EB8E7;
}

/* ---------- Projects ---------- */

.dark_line {
	border-bottom: 1px solid #a7a7a7;
}

.itemsArea {
	padding-top: 40px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	background: #d2d1d0;
}

.innerBox {
	padding: 1px;
	background: #bbbbbb;
	width: 284px;
	margin-right: 40px;
	margin-bottom: 40px;
	box-shadow: 1px 1px 0 0px #bbbbbb;
	-webkit-box-shadow:	1px 1px 0 0px #bbbbbb;
	-moz-box-shadow: 1px 1px 0 0px #bbbbbb;	
}

.innerBox.list {
	width: 78px;
	margin-bottom: 0px;
}

.innerBox.project {
	width: 100%;
}

.projectSlide {
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;	
}

.projectSlide.single {
	margin-top: 20px;
	margin-bottom: 20px;
}

.projectSlide img {
	margin-left: auto;
	display: block;
	margin-right: auto;
}

.darkerBorders {
	border: 1px solid #424242;
}

.innerBox.last {
	margin-right: 0;	
}

.box {
	border: 1px solid #fefefe;
	background: #f4f4f4;
	padding: 20px;
}

.box.list {
	padding: 6px;
	padding-bottom: 0px;
}

.box h3, .projectInfo h3 {
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 2px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.box h3 a {
	color: #37352f;
}

.box h3 a:hover{
	color: #F64599;
}

.box img:hover {
	/*outline: 3px solid #FFF;*/
}

.projectInfo h3 {
	margin-top: 18px;
}

.projectInfo {
	padding-left: 20px;
}

#slideshow {
    position:relative;
	height: 420px;	
	margin-left: 20px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	border: 1px #424242 solid;
}

#oneShot img{
	border: 1px #424242 solid;
}

#slideshow img.active {
    z-index:10;
}

#slideshow img.last-active {
    z-index:9;
}

/* ---------- Blog ---------- */

.post h4 {
	font-family: "Varela Round", "Droid Serif", Georgia, Times, serif;
	/* font-style: italic; */
	font-size: 24px;
	line-height: 36px;
	padding: 30px 0 0 0;
	font-weight: normal;
}

.post h1 {
	font-family: "Varela Round", "Droid Serif", Georgia, Times, serif;
	font-size: 36px;
	font-style: normal;
	line-height: 1.2em;
	padding: 30px 0 0 0;
	padding-bottom: 10px;
	color: #1d1d1d;
	font-weight: normal;
}

.post h2 {
	font-family: "Varela Round", "Droid Serif", Georgia, Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: 1.2em;
	padding: 35px 0 0 0;
	padding-bottom: 10px;
	color: #1d1d1d;
	font-weight: normal;
}

.post h3 {
	font-family: "Varela Round", "Droid Serif", Georgia, Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1.2em;
	padding: 20px 0 0 0;
	padding-bottom: 10px;
	color: #1d1d1d;
	font-weight: normal;
}

.content {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 1.4em;
	color: #37352f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.content ul {
	margin: 0 0 20px 10px;
}

.content li {
	/*
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 4px;
	list-style-type: square;
	margin: 8px 0 0 16px;
	*/
	/* border-bottom: 1px dotted #e2e2e2; */
    padding-bottom: 8px;
    list-style-type: disc;
	margin: 8px 0 0 16px;
}

.content table {
	margin: 10px 0 20px 0px;
	/*border: 1px solid #d7d7d7;*/
	font-size: 13px;
	font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier;
	background-color: #121212;
	color: #fff;
}

.content td {
	padding: 3px;
	padding-left: 8px;
	border-left: 1px solid #d7d7d7;
}

.content img {
	max-width: 100%;
	height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content center em {
	margin-bottom: 20px;
    color: #868686;
    font-size: 15px;
    display: block;
}

.odd {
	background: #444444;
}

.content a {
	border-bottom: 1px solid #DFDFDF;
}

.post h4 a {
	color: #37352f;
	font-weight: normal;
}

.post h4 a:hover {
	color: #F64599;
}

.post p {
	margin-top: 10px;
	padding-bottom: 10px;
}

.taxonomy {
	margin-top: 10px;
	color: #a6a6a6;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.taxonomy.single {
	padding-bottom: 20px;
}

strong.project {
	padding: 1px 0 1px 21px;
	font-size: 12px;
	font-weight: normal;
	background: url(img/icon_project.png) no-repeat 0 50%;
}

strong.comments {
	padding: 1px 0 1px 21px;
	font-size: 12px;
	font-weight: normal;
	background: url(img/icon_comments.png) no-repeat 0 50%;
}

strong.tag {
	padding: 1px 0 1px 21px;
	font-size: 12px;
	font-weight: normal;
	background: url(img/icon_tag.png) no-repeat 0 50%;
}

.taxonomy a {
	font-weight: bold;
}

.sep {
	margin-right: 4px;
	margin-left: 4px;
	color: #CCC;
}

.post {
	/*
	border-left: 10px #f9f9f9 solid;
	padding-left: 20px;
	border-right: 10px #f9f9f9 solid;
	padding-right: 20px;
	*/
	/*
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #efefef;
	*/
	border-bottom: 1px solid #efefef;
	padding-bottom: 30px;
}

.thumb {
	width: 60px;
	padding-top: 34px;
}

.posti {
	/* width: 762px; */
	margin-left: 100px;
}

.post.single {
	border-bottom: none;
}

.odd {
	/*
	border-left: 10px #ececec solid;
	padding-left: 20px;
	border-right: 10px #ececec solid;
	padding-right: 20px;
	background: #f9f9f9;
	*/
	/*
	padding-left: 20px;
	padding-right: 20px;
	background: #f9f9f9;
	*/
}

.postNav {
	padding-top: 30px;
	padding-bottom: 130px;
}

/* ---------- Comments ---------- */

.commentsTitle h4 {
	font-family: "Varela Round", "Droid Serif", Georgia, Times, serif;
	font-size: 30px;
	font-style: normal;
	line-height: 1.2em;
	padding-bottom: 30px;
	color: #1d1d1d;
	font-weight: normal;
	text-shadow: 0 1px 0 white;
	font-weight: bold;
}

.innerBox.comments {
	width: 800px;
	margin-bottom: 10px;
}

.box{
	/* 	background: #fff !important; */
}

.sepUp { 
	margin-top: 30px;
}

.box.odd {
	background: #fff !important;
}

.comment.odd {
	background: none;
}

.less {
	color: #5F5F5F;
	margin-left: 10px;
	font-size: 30px;

}

.name {
	font-size: 18px;
}

.commentContent {
	font-size: 15px;
	line-height: 1.6em;
	color: #37352f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width: 690px;
}

.commentText {
	margin-top: 10px;
	margin-bottom: 10px;
	word-wrap: break-word;
}

.commentText p {
	margin-top: 10px;
	padding-bottom: 10px;
}

.date {
	color: #878787;
	font-size: 13px;
}

.separation {
	padding-bottom: 80px;
}

/* ---------- Comments form ---------- */

#respond {
	margin-bottom: 50px;
}

#respond.loginArea {
	background: #FFF;
	padding: 0;
}

#respond h3 {
	margin-top: 0;
	padding: 18px 0 4px 0;
}

#respond input {
	width: 744px;
	font-size: 14px;
	color: #878787;
	margin-bottom: 12px;
	border: #b7b7b7 1px solid;
	padding: 6px;
	-webkit-box-shadow: 0 0 0 2px #b4c7cb, 0 3px 0 #FFF;
	-moz-box-shadow: 0 0 0 2px #b4c7cb, 0 3px 0 #FFF;
	box-shadow: 0 0 0 2px #b4c7cb, 0 3px 0 #FFF;	
}

#respond.loginArea input {
	width: 300px;
}

.loginArea p {
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}

#respond textarea {
	width: 744px;
	height: 150px;
	font-size: 14px;
	color: #878787;
	margin-top: 2px;
	border: #9db1b8 1px solid;
	padding: 6px;
	-webkit-box-shadow: 0 0 0 2px #b4c7cb, 0 3px 0 #FFF;
	-moz-box-shadow: 0 0 0 2px #b4c7cb, 0 3px 0 #FFF;
	box-shadow: 0 0 0 2px #b4c7cb, 0 3px 0 #FFF;
}

#respond textarea:focus {
	color: #575757;	
}

#respond input:focus {
	color: #575757;	
}

#respond input.submit {
	width: auto;
	padding: 3px 16px 3px 16px;
	background: #4a4b4f; 
	color: #FFF;
	font-weight: normal;	
	text-shadow: #1e1e1e 1px 1px 1px;
	margin: 9px 0 0 0;
	display: block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#respond input.submit:hover {
	cursor: pointer;
	background: #1e1e1e; 
}

.published {
	width: 100%;
	background: #fafad6;
	border: #f6d87d 1px solid;	
	margin-bottom: 24px;
	width: auto;
	padding: 6px 16px 6px 16px;
	font-weight: normal;	
	text-shadow: #FFF 1px 1px 1px;
	-webkit-box-shadow: #FFF 0 0 0 4px;
	-moz-box-shadow: #FFF 0 0 0 4px;
	box-shadow: #FFF 0 0 0 4px;
	font-size: 15px;
	line-height: 1.6em;
	color: #37352f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.numberComments {
	color: #799ba3;
	font-size: 32px;
	margin-left: 10px;
}

/* ---------- Footer ---------- */

.triborder {
	background: #333333 url(img/trifoot.png);
	height: 6px;
}

#footer {
	background: #333333 url(img/footer_back.png);
	height: 100px;
	color: #fff;
	font-size: 14px;
	text-shadow: 0 1px 0 #2f2f2f;
}

#footer div {
	padding-top: 20px;
}

.foot {
	color: #37352f;
}

/* ---------- Responsive ---------- */

@media (max-width: 1023px)
{
	.container {
	    width: auto !important;
	    margin: 0 15px !important;
	}	

	.innerBox.comments {
		width: 100%;
	}

	.commentContent {
		width: 100%;
	}

	#respond input {
		width: 97%;
	}

	#respond textarea {
		width: 97%;
	}
}


.wp-block-image {
	margin: 0 !important;
	text-align: center;
}

.wp-block-quote {
	background: rgba(235, 236, 237, 0.3);
    border-radius: 5px;
    padding: 5px 20px 5px 20px;
    margin: 20px 0px 20px 0px;
}

.wp-block-separator {
	background-color: #dedede;
    margin-top: 30px;
    margin-bottom: 35px;
}

/* ---------- Table of contents ---------- */

.lwptoc .lwptoc_i {
	border-radius: 5px !important;
}

/* ---------- Spans ---------- */

.under {
    border-radius: 3px;
    padding: 2px 5px;	
}

.r {
    background: #ffc6cb; /* Red */
    color: #751924;
}


.o {
    background: #ffbb86; /* Orange */
    color: #793500;
}


.y {
    background: #fdfaa8; /* Yellow */
    color: #3a3928;
}

.g {
	background: #b4ecbe; /* Green */
    color: #214a27;
}

.b {
    background: #b7d9ff; /* Blue */
    color: #154075;
}

.p {
    background: #dbcaff;; /* Purple */
    color: #533e7d;
}

sup {
	vertical-align: super;
    font-size: smaller;
    line-height: 1;
    font-weight: bold;
    color: #a4d0e4;
    padding-left: 3px;
    font-family: monospace;
}

.content a.gloss {
	border-bottom: 1px dotted #DFDFDF;
	font-style: italic;
	color: #F64599;
}

.an {
	display: block;
	position: relative;
	top: -45px;
	visibility: hidden;	
}

figcaption {
	color: grey;
	font-size: 13px;
	font-style: italic;	
}

/*
.back {
	background: #f3f3f3;
    border-radius: 5px;
    padding: 1px 8px;
    white-space: nowrap;
    border: 1px dotted #969696 !important;	
}
*/


/* ---------- Historias ---------- */

#header-historias {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #efefef;
	text-align: center;
}

.historias figure {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.historias .container {
  width: 560px;
}

.historias h1 {
	font-family: Cambria, MyCambriaBold, "Varela Round", "Droid Serif", Georgia, Times, serif;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.historias h2 {
	font-family: Cambria, MyCambriaBold, "Varela Round", "Droid Serif", Georgia, Times, serif;
    font-weight: bold;	
    text-align: center;
    margin-bottom: 30px;
}

.historias p {
	font-family: Cambria, MyCambria, "Varela Round", "Droid Serif", Georgia, Times, serif;
    font-size: 19px;
    color: black;
    letter-spacing: -0.12px;
    text-indent: 35px;
    line-height: 33px;
    margin:  0;
    padding:  0;
}

.historias img {
    margin-top: 22px;
    margin-bottom: 18px;
    border-radius: 5px !important;	
}

.botonsig {
    border-radius: 8px;
    background: #f25a5a;
    text-align: center;
    font-weight: bold;
    margin-top: 50px !important;
    font-size: 20px !important;
    color: white !important;
    padding: 8px !important;        
}