/*
 Theme Name:     Visual Book
 Description:    Twentyfifteen Child Theme for Visualbook
 Author:         Guillermo Vargas Quisoboni
 Author URI:     http://artandfield.org
 Template:       twentyfifteen
*
*
* =Theme customization starts here
-------------------------------------------------------------- */ 

.entry-title a:link, .entry-header a, #rdp-we-main a, h1 a, h2 a, h3 a, .entry-title, .widecolumn h2 {
	color:red;
	}

a:active {
	color:green;
	}

.site-info, .sticky-post, span.sticky-post, #jp-relatedposts .jp-relatedposts-items {
	display: none;
}

body {
 	font-family: 'Fira Mono', monospace;
 	word-break:keep-all;
 }
 
.entry-title, .entry-header, .site-title, site-description {
	font-family: 'Arimo', sans-serif;
	}
 
h1, h2, h3, h4, h5, h6 {
 	font-family: 'Fira Mono', monospace;
 }
 

.hentry {
	box-shadow:none;
	background-color:transparent;
	}

.entry-content ol {
    list-style-position: inside;
    padding-left: 2em;
    text-indent: -1em;
}

.entry-content ul {
    list-style: inside circle none;
    padding-left: 2em;
    text-indent: -1em;
}

.page-header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    text-align: right;
    box-shadow: none;
    border: none;
    padding: 0;
    }

.post-thumbnail img {
	width:100%;
	}

.youtube-player {
	width:100%;
	}

.comments-area {
	padding:0%;
	box-shadow:none;
	}

/*.post-thumbnail {
	background: #cddbb4;
	padding-bottom: 2em;
	}

a.post-thumbnail, a.post-thumbnail:hover,
a.post-thumbnail:focus {
	border: none;
	opacity: 1;
	}*/

/* Hide Date and Author on posts ------------------------------ */ 
.posted-on, .byline, span.posted-on, span.byline {
display:none;
}

/* Hide ancient and futur posts ------------------*/
.nav-next, .nav-previous {
	display: none;
	}
	
.custom-logo {
	max-height: 5em;
	}

**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	
}


/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	
}


/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	
}


/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	.site-header {
		padding:0 10%;
		}
	.widget {
		padding:0 10%;
		}	
	
	.hentry {
		padding-top: 0%;
		}
	
	.entry-content {
		padding:0%;
		}
		
	.entry-header {
		padding:0%;
		}
	
	.entry-footer {
    	background: none;
    	padding: 5% 0%;
   		border-bottom: black 1px dotted;
		}
}


/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	
}


/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	.site-title {
		font-size: 22px;
		font-size: 2.2rem;
		}
	
	body, blockquote, button, input, select, textarea {
		font-size: 16px;
    	font-size: 1.6rem;
		}
	
	.entry-title, .widecolumn h2 {
    	font-size: 20px;
		font-size: 2.0rem;
		}
    	
    .site-description, .widget {
		font-size: 15px;
		font-size: 1.5rem;
		}
}


/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {
	
}

