/*
Theme Name: Rhodri Jones Photographer (JF)
Theme URI: 
Author: Valentina Nanni | W
Author URI: https://www.valentinananni.it/
Description: Edited Template for my custom graphic site for RhodriJones.com
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

/* @import(css/0_reset.css); */

/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* @import(css/1_repeteable.css); */


/**
 * 3.+ Basics 
 * -----------------------------------------------------------------------------
 */

/* @import(css/2_basics.css); */

/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* @import(css/3_mediaquery.css); */

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

/* @import(css/4_print.css); */



/**
 * W | RHODRIJONES *******************
 * -----------------------------------------------------------------------------
 */

/* @import(css/w_tplHorizontal.css); */

.entry-content, .entry-summary, .page-content{
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	word-wrap: break-word;
}

.genericon {
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.error404 #primary{
	max-width:600px;
}
.error404 .page-content{
	padding:0;
	margin:0;
}

#footer .credits-box{
	padding-bottom:5px;
	margin-top:-5px;
}
#footer h5.credits span:first-child{
	font-family: "Open Sans", sans serif;
	font-size:8px;
	font-weight:100!important;
	font-style:normal;
}

#footer h5.credits a{
	font-weight:100!important;
	font-size:10px;
	font-style:italic;
	letter-spacing:1px;
	color:#fff!important;
}


/***** HOME PAGE *****/
body.home{
	background: #e9f0f5 url(images/layout/pattern.png);
	padding:5%;
	height:100%;
}
#home #home-primary{
	position:relative;
	height:100%;
}
#home .home-photo{	

}
#home .home-intro{
	padding:10% 0;
}
#home .home-intro h1 a{
	color:#23527c;
	padding-bottom:15px;
}
#home .home-intro h1 a:hover{
	color:#1C83A5;
}
#home .home-intro h1{
	padding-bottom:5px;
}
#home .home-intro h5{
	color:#1C83A5;
	color:rgb(135, 182, 218);
	color:#23527c;
}

#home .home-intro p {
	padding:1em;
	text-align:center;
}
#home .home-intro p a.view{
	font-family: "Baskerville";
	text-transform:uppercase;
	padding-top:2em!important;
	display:block;
	font-size:80%!important;
	letter-spacing:2px!important;
	
}

/**** a ****/
a {
	color:rgb(135, 182, 218);
	text-decoration:none!important;
	text-transform:none;
}

#w-menu-sec a,
#main-menu a,
#project-list .entry-content a{
	text-transform:uppercase;	
}

/**** OVERRIDE DEFAULTS ******/
#w-menu-sec .post-navigation .meta-nav {
	display:inline-block;
	vertical-align:top;
	line-height:50%;
}
#w-menu-sec .post-navigation .nav-links{
	border:0;
	padding:5px 0 20px 0;
}
#w-menu-sec .post-navigation a, #w-menu-sec .image-navigation a {
	display:inline;
}
#w-menu-sec .post-navigation a[rel="next"]{
	text-align:right;
}
#w-menu-sec .post-navigation a[rel="prev"]{
}

h1.w-title a,
h1.w-title a:hover{
  text-transform: none!important;
  text-decoration: none;	
}
h1.w-title a{
	color:#000;
}


.site-content,
.site-content, .site-main .widecolumn{
	margin:0;
	padding:0;
}
.site-content, .site-main .widecolumn{
	margin:0px;
}

.site-content .entry-title{	
}

.site-content .entry-content,
.site-content .entry-header,
.site-content .entry-meta{
	max-width:50%;
	margin:0;
	padding:0px 0 0 0px;
}

.hentry{
	margin: 0;
	padding:0;
	max-width: 100%;
}

.content-area, .content-sidebar{
	padding-top:63px;
}

a.more-link span.meta-nav{
	display:none;
}

.w-back-to-project{

}
a[href|="mailto:"]{
	text-transform:none!important;
}

/****
	Paginazione Archivio
***/
.single-children .post-navigation {
	margin:0;
	padding:0;
}
.archive nav.pagination{
	position:fixed;
	z-index:1000;
	margin:0;
	top:0%;
	right:0%;
	transform: translate(-1%, 0);
	background-color:#fff;
	border-radius:0;
}
.archive nav.pagination .nav-links{
	border:0;
	padding: 2px 12px;
	color:#626a6f;
}
.archive nav.pagination, 
.archive nav.pagination a{
	font-family:"Baskerville";
	color:rgb(135, 182, 218)!important;
	font-size:14px;
	text-decoration:none;
}
.archive nav.pagination, 
.archive nav.pagination a:hover{
	color:#626a6f!important;
}
.archive nav.pagination .current{
	color:#626a6f;
	font-size:14px;
}
.archive nav.pagination .next{
	font-size:13px;
}


/**** TO TOP SCROLL (mobile) ***/
a.w-totop-link{
	display: none;
	content: 'Scroll to top';
	position: fixed;
	z-index: 10000;
	bottom: 0px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #87B6DA;
	/*text-shadow: 1px 1px 1px #fff;*/
	font-weight: 600;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	font-family: "Baskerville", serif;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
	
	background: url(images/layout/pattern.png) #e9f0f5 center center;
	border-top: 1px solid #87B6DA;
}




/*****************MEDIA QUERY SPECIFICHE RHODRI***********************/

@media screen and (max-width: 767px) { /*420*/

	.w-content-wrapper .w-content:nth-child(2){
		padding-left:20px!important;
	}
	.w-list{
		max-width:100%!important;
		width:100%!important;
	}

	.w-content .w-inner .image img,
	.w-content .w-inner .about{
		width:100%!important;
	}
	

	#w-aside .menu-main-menu-container{
		margin-top:40px;
		border-width:0!important;
	}
	.navbar-toggle {
		float:none;
		margin: 20px auto;
		margin-bottom:-10px;
	}
	#w-aside #menu-primary{
		border-width:0!important;
	}

	#w-aside {
    	position: static;
    	width:auto;
    	height:auto;
    	padding-bottom:2em;
    	min-height:auto;
    }

	#w-aside .navbar-brand{
		float:none;
		margin-bottom:0;
		padding:0;
		height:auto;
		min-height:auto;
	}
	#w-aside .navbar-header {
		height:auto;
		margin-top:30px;	
		border-width:0!important;
	}
	#w-aside .navbar-header h1 a{
		
	}
	#w-aside .navbar-header h5 {
		margin:0;
		padding:5px;
	}
	#w-aside .toolbar, #w-aside #footer{
		display:none!important;
	}
	
	
	#project, #publication-list{
		padding-bottom:80px;
	}
	.w-content-wrapper #introduction:first-child,
	.w-content-wrapper .w-content,
	#project .last,
	.w-list{
		width:auto;
		height:auto;
		min-width:auto;
	}
	#project .last{
		display:none;
	}
	#w-main-content {
		margin:0;
	}
	
	.w-content-wrapper .w-content:nth-child(2){}
	
	
	
	/*** Publications **/
	.w-archive-list{
		margin-left:0;
	}
	#publication-list .w-list{
		border-left:0;
		border-right:0;
	}
	
	#w-main-content{
		margin-top:0;
	}
	#content{padding:2em;}
	.site-content .entry-content, .site-content .entry-header, .site-content .entry-meta{
		max-width:100%!important;
		padding-bottom:2em;
	}
	.archive nav.pagination {
		left:0;
		background: #e9f0f5 url(images/layout/pattern.png);
		width:100%;
	}
}


@media screen and (max-width: 767px) { /*715*/

	.w-content-wrapper .w-content:first-child{
		width:auto;
		height:auto;
		position:relative;
		overflow:visible;
		border-right:0;
	}
	#w-main-content{
		margin-left:0px;
		height:auto;
	}
	#w-menu {
		position:static;
		width:auto;
		height:auto;
	}
	nav.navbar{	min-height:80px;}
	.navbar-header{
		height:80px;
	}
	
	#w-menu-sec{
		display:none;	
	}
	.w-content-wrapper {
		width:auto;
	}
	.w-content{
		width: 100%;
		height:auto;
		overflow: visible;
		float: none;
		border-left:0 dashed rgba(126, 126, 126, 0.2);
		border-right:0 dashed rgba(126, 126, 126, 0.2);			
		border-top: 1px dashed rgba(126, 126, 126, 0.2);	
		border-bottom: 1px dashed rgba(126, 126, 126, 0.2);	
	
	}
	a.w-totop-link{
		display:block;	
	}
	.w-content:hover, .w-content-active{
		background: #f1f5f8;
		border-right: 0px dashed #A9BECD;
		border-left:  0px dashed #A9BECD;
		border-right: 0px dashed rgba(126, 126, 126, 0.2);
		border-left: 0px dashed rgba(126, 126, 126, 0.2);
	}
}	




@media screen and (min-width: 768px) {	
	#w-menu-sec,
	#w-aside,
	.w-content,
	.w-content-wrapper #introduction:first-child,
	.w-content-wrapper article:first-child{
		height:100vh!important;
	}

}

