/*
Theme Name: Gynweb
Theme URI: http://www.belsierre.org/gynweb
Description: Simple design for architecture website
Author: Andrés García
Author URI: http://www.andresgarciacavero.es
Version: 0.2
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GynWeb */

@font-face {
 	font-family: 'WebFont';
 	src: url('fonts/web-font.eot'); /* IE9 Compat Modes */
  	src: url('fonts/web-font.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/web-font.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/web-font.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/web-font.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/web-font.svg#WebFont') format('svg'); /* Legacy iOS */
}

@font-face {
 	font-family: 'WebFontBold';
 	src: url('fonts/web-font-bold.eot'); /* IE9 Compat Modes */
  	src: url('fonts/web-font-bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('fonts/web-font-bold.woff2') format('woff2'), /* Super Modern Browsers */
		url('fonts/web-font-bold.woff') format('woff'), /* Pretty Modern Browsers */
		url('fonts/web-font-bold.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('fonts/web-font-bold.svg#WebFontBold') format('svg'); /* Legacy iOS */
}

html {
   	font-family: 'WebFont', sans-serif;
	text-rendering: optimizeLegibility;
}

/* COMMON
----------------------------------------------------------------------- */

	/* --- HEADER --- */
	
	#header {
		text-align: center;
		font-size: 25px;
	}

	#header a {
		text-decoration: none;
  		/* font-weight: bold; */
  		font-family: 'WebFontBold';
	    letter-spacing: 0.1px;
	}

	/* --- COLOR --- */
	
	.random-color-0 {
		background: #de81d4;
	}

	.random-color-1 {
		background: #dfcbb9;
	}

	.random-color-2 {
		background: #fff200;
	}

	.random-color-3 {
		background: #ffcc00;
	}
	
	.work-color a {
		color: #000000;
	}

	.about-color a {
		color: #000000;
	}

	.blog-color a {
		color: #000000;
	}

	.contact-color a {
		color: #000000;
	}

	.shit-color a {
		color: #000000;
	}
	
	.work-color a:hover {
		color: #666;
	}

	.about-color a:hover {
		color: #af7b50;
	}

	.blog-color a:hover {
		color: #ffcc00;
	}

	.contact-color a:hover {
		color: #fff200;
	}

	.shit-color a:hover {
		color: #de81d4;
	}

	.plus-shit:hover .plus {
		/*display: none;*/
	}
	
	.plus-shit:hover .shit:after {
		content: 'VD#Ξ!W';
	}

	/* --- PROJECTS --- */

	/* --- BLOG --- */

	.blog-item {
		/*background: #ffcc00;*/
		width: 100%;
		margin-bottom: 10px;
	}

.blog-item-content {
	padding: 0px;
  	padding-top: 10px;
}

.blog-item-content p {
	padding: 0px 10px;
}
	

.blog-item img {
		width:100%;
  		display: block;
	}

.project-item img {
		width:100%;
	}

.miscelanea-item img {
		width:100%;
	}

	.blog-item p {
		margin-bottom:5px;
	}

	.blog-item img {
		margin-top: 10px;
	}

	/* --- MAIN --- */

	.item {

	}

	.blog-title {
		font-weight: bold;
	}

	/* --- MISCELANEA --- */

	.clear {
		clear: both;
	}

	.sub-item {
		padding: 10px; 
	}

	.miscelanea-item {
		color: #de81d4;;
	}
			
/* MOBILE & TABLET
----------------------------------------------------------------------- */

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

	/* --- HEADER --- */

	#menu a {
		display: block;
		text-align: center;
		height: 25px;
		text-decoration: none;
	}
	
	#logo {
		width: 100%;
	}
	
	#header a:hover {
	  /*color: #666;*/
	}
	
	#logo-wrap {
		margin: 40px 100px;
		display: block;
	}
	
	#header {
		margin-bottom: 25px;
	}


	.front-page-item img {
  		width: 100%;
	}

	.miscelanea-item img {
  		width: 100%;
	}

.project-title {
	font-size: 15px;
  	text-align: center;
  	margin: 10px;
}

.sub-item {
	
}

.blog-item {
	display: block;
}

}

/* DESKTOP
----------------------------------------------------------------------- */

@media only screen and (min-device-width: 768px) {
	
	/* --- HEADER --- */
	
	#header {
		position: fixed;
		width: 250px;
		text-align: left;
		margin-left: 70px;
		height: 100%;
	}

	#logo {
		width: 70%;
		margin-top: 70px;
	}

	#logo-wrap {
		font-size: 15px;
		color: black;
		text-align: left;
	}
	
	#menu {
		margin-top: 100px;
	}

	#menu a {
		display: block;
		text-align: left;
		height: 25px;
	}

	#menu a:hover {
		/*color: #666;*/
	}

	#extra {
		/*position: absolute;*/
		margin-top: 75px;
		bottom: 70px;
		left: 0px;
		right: 0px;
	}
	
	.shit {
		vertical-align: super;
		font-size: 20px;
  	}

	/* --- MAIN --- */	
	
	.front-page-item {
		margin-bottom: 10px;
	}

	.miscelanea-item {
		margin-bottom: 10px;
	}

	.front-page-item img {
		/*width: 480px;*/
  		width: 480px;
  		margin-right: 10px;
	}

	.miscelanea-item img {
		/*width: 480px;*/
  		width: 480px;
  		margin-right: 10px;
	}

	.front-page-item a {
		text-decoration: none;
	}

	.miscelanea-item a {
		text-decoration: none;
	}

	.main-blog .blog-item:first-child {
		margin-top: 165px;
	}

	#main {
		padding-top: 25px;
		margin-left: 37.5%;
	}
	
	.item {
		display: block;
		margin-bottom: 5px;
	}

.project-item img {
		width:480px;
	}

.miscelanea-item img {
		width:100%;
	}

	.sub-item {
		float: left;
		margin-top: 165px;
		font-size: 18px;
		width: 480px;
		padding: 10px;
	}
	
	.caption {
		float: left;
		font-size: 20px;
		display: inline;
	}


.project-title {
	font-size: 15px;
	display: inline;
}

	.blog-item {
		/*background: #ffcc00;*/
		width: 480px;
		margin-bottom: 10px;
		padding: 0px;
 
	}

	#footer {
		position: fixed;
		bottom: 0px;
		right: 0px;
		width: 50%;
		padding: 25px;
	}
	
	#footer strong {
		font-weight: bold;
	}
	
	.right-footer {
		float: right;
	}
			
}

/* paginas */
ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
  font-weight: 400;
  font-weight: bold;
    text-decoration: none;
    
    cursor: pointer;
    /*border: 1px solid #ddd;*/
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
  font-weight: bold;
}

.page-numbers:hover { text-decoration: none }

.acercade-test {
	padding: 0;
	line-height: 25px;
}

.acercade-test p {
	margin: 10px 20px 20px 20px;
}

.acercade-test strong {
	font-weight: bold;
}

.item-acerca {
	margin-top: 0px;
}

.sub-acercade {
	font-size: small;
}