/*
Theme Name: wevr3
Theme URI: http://underscores.me/
Author: WEVR
Author URI: http://WEVR.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wevr
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wevr is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/


/*--------------------------------------------------------------
>>> COLORS
----------------------------------------------------------------
grey1: #D5D5D5 (borders,)
grey2: #666 (fonts)
blue: #01B7FF (links)
pink: #FE036D (hilighted links)

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}


body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	max-width:100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 0;
	max-width:100%;
}
figure.aligncenter{
	text-align:center;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-size: 16px;
	font-size: 1rem;
	line-height:1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1em;
	font-weight: normal;
}

p {
	margin:0 0 1.5em 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {

}

.entry-content ul {
	list-style: disc;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content li > ul,
.entry-content li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;

	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*====================== WEVR ================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/
/*============================================*/


body {
	background:#fff;
	overflow-x:hidden;
	font:normal 20px/1.72em "ls";
	/*letter-spacing:0.02em;*/
}

a{
	text-decoration: none;
	color:#3d25ca ;
}

.sc{display:block;clear:both;}
.sc:after{content:""; display:block; clear:both;}

/*================= header ==============*/
.site-header{
	max-width:1280px;
	margin:auto;
	padding:64px 50px;
}
.site-header .logo{
	width:226px;
}

.site-header #toplogo{
	position:relative;
	max-width:226px;
}


/*============= footer =========*/
/*.site-footer{
	max-width:1280px;
	padding:50px;
	margin-bottom:100px;
	margin:auto;
	position:relative;
}

.site-footer .footer-ncopy{
	margin-top:85px;
}
.site-footer .heart {
    background: url("img/redheart.svg") no-repeat scroll 0 0 / 100% auto;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 4px;
    width: 20px;
}
.site-footer .col1 {
    float: left;
    width: 70%;
}
.site-footer .col2 {
    float: right;
    width: 30%;
    text-align:right;
}
.site-footer .flogo{

}*/

/*================== main page ==========*/
.page-content{
	max-width:1280px;
	margin:auto;
	padding:0 50px;
}
/*============= post summary view with big thumb ====*/
.home .posts{
	/*padding-top:120px;*/
}
.post-item{
	padding-bottom:65px;
	border-bottom:1px #d6d6d6 solid;
	margin-bottom:65px;
}
.post-item .img{
	float:left;
	width:45%;
	max-width:528px;/*528+65*/
}
.post-item .img img{
	width:100%;
}
.post-item .entry-content{
	margin-left:45%;
	padding-left:65px;
	color:#000;
}
.post-item .date{
	font-size:22px;
}
.post-item .entry-content h2{
	font:normal 46px/1.56em "ls-tn";
}
.post-item a:hover .entry-content h2{
	text-decoration: underline;
}

.posts-navigation{
	text-align:center;
	margin-bottom:110px;
}
.posts-navigation:after{
	content:"";display:block;clear:both;
}
.posts-navigation h2{display:none;}
.posts-navigation .nav-previous{
	width:50%;
	float:left;
	text-align:left;
}
.posts-navigation .nav-next{
	width:50%;
	float:right;
	text-align:right;
}
.posts-navigation a{
	color:#000;
}
.posts-navigation a:hover{
	border-bottom:1px #000 solid;
}


blockquote {
	border-left:2px #d6d6d6 solid;
	padding-left:20px;
	margin:1.5em 0;
}
blockquote p {
	margin: 0;
}


/*  Index - Blog Posts  */

.entry-content img.size-large{
	width:100%;
	margin:auto;
}




/* Blog Post Page */




.post {
	position: relative;
}

.post article{
	max-width:740px;
	padding:0 20px;
	margin:auto;
}
.post article h2{
	text-align:center;
	font:normal 46px/1.52em "ls-tn";
	margin-bottom:70px;
}
.post article .entry{
	font-size:18px;
	font-family:ls-tn;
	line-height:1.5em;
}

.post article .entry a{
	text-decoration:underline;
	color:#000;
}

.post .date {
	padding-bottom:10px;
	margin-bottom:40px;
	font-size:30px;
	border-bottom:1px #d6d6d6 solid;
}

.wp-caption{margin-bottom:60px;}
.wp-caption, .wp-caption-text{
	font-size:14px; line-height:1.3em;
}


.single .posts{
	border-top:1px #d6d6d6 solid;
	padding-top:65px;
	margin-top:65px;
	
}

.post img.aligncenter{
	display:block;
	margin:auto;
}


/*==========================================*/
/*==========================================*/
/*==========================================*/
/*=============== resp =====================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/


@media screen and (max-width:900px){
	.home .posts{padding-top:0;}
	.post-item .img{
		float:none;
		width:100%;
		max-width:none;
		text-align:center;
	}
	.post-item .img img{
		margin:auto;
		max-width:528px;
	}
	.post-item .entry-content{
		margin-left:0;
		padding-left:0;
	}
	.post-item .date{font-size:20px;}
	.post-item .entry-content h2, .post article h2{font-size:32px;}
	
}



@media screen and (max-width:450px){
	.page-content{padding:0 15px;}

	.site-header{padding:30px 15px;}

	.post-item{padding-bottom:30px;margin-bottom:30px;}

	.post-item .entry-content h2, .post article h2{font-size:28px;}
}

