/* --- RESET */

/* 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;
}

/* --- 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;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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%; /* Image does not overflow the content area */
    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 p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* --- GENERAL */
body {
	background: rgba(238,204,35,1);
	background-image: url('../img/lemond6.png');
	background-repeat:  no-repeat;
	-webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	-o-background-attachment: fixed;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Open Sans';
	color: rgba(30,30,30,1);
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5em;
	padding: 25px;
}

a, a:hover, a:link, a:visited, a:active {
	color: rgba(30,30,30,1);
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
}



/* --- BLOCKS, SECTIONS AND WRAPPERS */
#fixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;	
	background: rgba(255,255,255,.75);
	background-color: rgba(255,255,255,.75);	
	display: block;
	overflow: hidden;
	z-index: 10;
	padding: 0 25px;
}

.cbp-spmenu-push-toright #fixed {
	position: absolute;
}

.spacer {
	display: block;
	overflow: hidden;
}

.header_wrapper {
	width: 720px;
	margin: 0px auto;
}

section[role=main] {
	max-width: 720px;
	width: 100%;
	margin: 0px auto;
}

section, footer {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.wrapper {
	position: relative;
	float: none;	
	width: auto;
    overflow: hidden;
}

		/* --- NAVIGATION COLUMN */
		.navigation_col {
			width: 100%;
			display: block;
			overflow: hidden;
			margin: 0 0 25px 0;
		}
		
		.navigation_col a {
			color: rgba(255,255,255,1);
		}
		
		.navigation_col .nav-text {
			display: none;
			position: relative;
			top: -8px;
			left: 5px;
			font-size: 14px;
		}
		
		.social {
			float: right;
			margin-top: 0px;
		}
			
		.social span {
			margin-left: .5em;
		}	
			
		.icon {
			font-size: 34px;
		}
		
		/* --- INFORMATION COLUMN */
		.info_col {
			display: block;
			overflow: hidden;
			z-index: 5;
			font-size: 13px;
			position: static;
		}
		
		.info_col .widget {
			margin-bottom: 0px !important;
			padding: 30px 0;
			background: transparent;
			background-color: transparent;
		}
		
		.info_col .widget h2 {
			float: left;
		}
		
		.logo {
			max-width: 160px;
			height: auto;
			float: left;
			margin-right: 25px;
			padding-top: 17px;
		}

		/* --- FEATURED IMAGE COLUMN */
		.image_col {
			margin: 0 25px 0 0;
			text-align: center;	
			width: 200px;
			float: left;
		}
		
		.image_col img {
			max-width: 200px;
			height: auto;
			-webkit-border-radius: 50%;
			-moz-border-radius: 50%;
			border-radius: 50%;
			background: rgba(255,255,255,1);
			background-color: rgba(255,255,255,1);
			padding: 5px;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
		}

		/* --- CONTENT COLUMN */
		.content_col {
			position: relative;
			float: none;	
			width: auto;
		    overflow: hidden;
			text-align: left;
			background: rgba(255,255,255,1);
			background-color: rgba(255,255,255,1);
			color: rgba(30,30,30,1);
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			padding: 25px;
			margin-bottom: 25px;
			min-height: 200px;
		}
		
		.content_col h2, .content_col b, .content_col strong {
			font-weight: bold;
		}
		
		.post-content h2 {
			margin: 1em 0;
			text-decoration: underline;
		}
		
		.content_col p {
			margin-bottom: 1.5em;
		}
		
		.content_col a {
			text-decoration: underline;
		}
		
		.post-content ul, .post-content ol {
			margin: 0 0 1.5em 0;
		}
		
		
		.content_col .subtitle {
			color: rgba(128,128,128,1);
			margin-bottom: 1em;
			display: block;
			overflow: hidden;
		}
		
		.post-content .left-column {
			width: 47%;
			float: left;
			margin-bottom: 1em;
		}
		
		.post-content .right-column {
			width: 47%;
			float: right;
			margin-bottom: 1em;
		}
		
		.post-content .left-column img, .post-content .right-column img {
			max-width: 100%;
			height: auto;
		}
		
		/* --- BLOG */
		.blog_col {
			position: relative;
			float: none;	
			width: auto;
		    overflow: hidden;
			text-align: left;
			background: rgba(255,255,255,.85);
			background-color: rgba(255,255,255,.85);
			font-family: 'Open Sans';
			font-weight: 300;
			font-size: 15px;
			line-height: 1.5em;
			color: rgba(30,30,30,1);
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			padding: 25px;
			min-height: 500px;
		}
		
		.blog_col h2, .blog_col b, .blog_col strong {
			font-weight: bold;
		}
		
		.blog_col .subtitle {
			color: rgba(128,128,128,1);
			margin-bottom: 1em;
			display: block;
			overflow: hidden;
		}
		
		.blog_col article {
			display: block;
			overflow: hidden;
			padding: 1em;
			border-bottom: 1px solid rgba(30,30,30,.1);
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
		}
		
		.blog_col article:hover {
			background: rgba(30,30,30,.05);
			background-color: rgba(30,30,30,.05);
		}
		
		.blog_col .grey {
			color: rgba(128,128,128,1);
		}
		
		.blog_col article a {
			text-decoration: underline;
		}



/* --- PAGE NAVIGATION */
#nav-below {
	display: block;
	overflow: hidden;
	margin-top: 25px;
}

#nav-below .nav-newer {
	float: left;
}

#nav-below .nav-older {
	float: right;
}


/* --- SLIDE/PUSH NAVIGATION */
.menu ul {
	list-style: none;
	list-style-type: none;
}

.menu a, .menu a:link, .menu a:visited {
	color: rgba(255,255,255,1);
}





/* --- MAIN NAVIGATION */
nav {
	font-family: 'Oswald', sans-serif;;
	font-weight: 100;
	font-size: 18px;	
	opacity: .75;
}





/* --- WIDGETS */
.widget {
	font-family: 'Open Sans';
	color: rgba(30,30,30,1);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding: 25px 0px;
	background: rgba(255,255,255,1);
	background-color: rgba(255,255,255,1);
}

.widget strong, .widget b, .widget h2 {
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.widget p {
	margin-bottom: 1em;
}

.widget a {
	text-decoration: underline;
}



/* --- INSTAGRAM */
section[role=instagram] div {
	text-align: center;
}

section[role=instagram] h2 {
	text-align: center;
	background: rgba(30,30,30,1);
	color: rgba(255,255,255,1);
	display: inline-block;
	padding: 10px 25px;
	font-family: 'Oswald', sans-serif;;
	font-weight: 400;
	font-size: 15px;
	margin: 25px auto;
	border-radius: 20px;
	letter-spacing: .1em;
}

@media only screen and (max-width:1024px) {
	body {
		background-position: left top;
	}
}

@media only screen and (max-width:680px) {
	#fixed, .cbp-spmenu-push-toright #fixed {
		position: static;
		margin-bottom: 25px;
	}
	
	.spacer {
		display: none;
	}
	
	.header_wrapper {
		max-width: 640px;
		width: 100%;
		margin: 0px auto;	
	}

	.logo {
		display: block;
		overflow: hidden;
		margin: 0px auto;
		float: none;
		max-width: 100%;
		padding: 25px 0;
	}
	
	.info_col .widget {
		display: inline;
		text-align: center;
	}
	
	.info_col .widget strong::before {
		clear: both;
		content: "";
		display: block;
	}
	
	.info_col .widget h2, .info_col .widget strong, .info_col .widget a {
		display: block;
		overflow: hidden;
		float: none;
	}
	
	.info_col .widget strong {
		margin-top: 1em;
	}
	
	.image_col {
		text-align: center;
		float: none;
		margin: 0px auto 25px auto;
	}
	
	section[role=instagram] h2 { 
		font-size: 15px;
	}
	
	.hashimage-container {
		-webkit-column-count: 2;
		-webkit-column-gap: 10px;
		-webkit-column-fill: auto;
		-moz-column-count: 2;
		-moz-column-gap: 10px;
		-moz-column-fill: auto;
		column-count: 2;
		column-gap: 15px;
		column-fill: auto;
	}
	
	.post-content .left-column, .post-content .right-column {
		width: 100%;
		display: block;
		float: none;
	}
}