/* Home
---------------------------------------------------------------------------------------------------- */

.content,
.site-inner {
	margin-top: 0;
	max-width: 100%;
	padding: 0;
}

img {
	vertical-align: top;
}

.newsletter {
	margin: 0;
}

.chasing-slow a,
.simple-things a {
	color: #000;
}

.chasing-slow a:hover,
.chasing-slow a:focus,
.simple-things a:hover,
.simple-things a:focus {
	color: #fe595e;
}


/* Site Inner
---------------------------------------------------------------------------------------------------- */

.site-inner .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
}

.site-inner .widget {
	position: relative;
}

.site-inner .dash {
	background-color: #000;
	height: 1px;
	left: -55px;
	position: absolute;
	top: 22px;
	width: 40px;
}

.site-inner .widget-title {
	color: #000;
	font-family: 'geomanist-regular', sans-serif;
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 30px;
}

.site-inner p {
	line-height: 1.625
}

.site-inner p:last-child {
	margin-bottom: 20px;
}

.site-inner .button {
	padding: 15px 20px;
}


/* Welcome
---------------------------------------------------------------------------------------------------- */

.welcome {
	padding-top: 40px;
}

/* Welcome Left
--------------------------------------------- */

.welcome-left {
	float: left;
	padding-left: 7.5%;
	padding-right: 15%;
	padding-top: 100px;
	width: 65%;
}

/* Welcome Right
--------------------------------------------- */

.welcome-right {
	float: right;
	width: 35%;
}

.welcome-right p.attribution {
	font-family: 'geomanist-regular', sans-serif;
	font-size: 12px;
	letter-spacing: 0.25px;
	margin-bottom: 0;
	margin-top: 5px;
	text-align: right;
}

.welcome-right .attribution a {
	color: #000;
}

.welcome-right .attribution a:hover {
	color: #fe595e;
}


/* Chasing Slow
---------------------------------------------------------------------------------------------------- */

.chasing-slow {
	padding-top: 70px;
}

/* Chasing Slow Left
--------------------------------------------- */

.chasing-left {
	float: left;
	width: 35%;
}

/* Chasing Slow Right
--------------------------------------------- */

.chasing-right {
	float: right;
	padding-left: 15%;
	padding-right: 7.5%;
	padding-top: 100px;
	width: 65%;
}


/* Simple Things
---------------------------------------------------------------------------------------------------- */

.simple-things {
	padding-top: 70px;
}

/* Simple Things Left
--------------------------------------------- */

.simple-left {
	float: left;
	padding-left: 7.5%;
	padding-right: 15%;
	padding-top: 100px;
	width: 65%;
}

/* Simple Things Right
--------------------------------------------- */

.simple-right {
	float: right;
	width: 35%;
}


/* Life at Fifty
---------------------------------------------------------------------------------------------------- */

.life-at-fifty {
	padding-top: 70px;
}

/* Life at Fifty Left
--------------------------------------------- */

.life-left {
	float: left;
	width: 35%;
}

/* Life at Fifty Right
--------------------------------------------- */

.life-right {
	float: right;
	padding-left: 15%;
	padding-right: 7.5%;
	padding-top: 100px;
	width: 65%;
}


/* White Space
---------------------------------------------------------------------------------------------------- */

.white-space {
	padding-top: 70px;
}

/* White Space Left
--------------------------------------------- */

.white-left {
	float: left;
	padding-left: 7.5%;
	padding-right: 15%;
	padding-top: 100px;
	width: 65%;
}

/* White Space Right
--------------------------------------------- */

.white-right {
	float: right;
	width: 35%;
}


/* Simple Wardrobe
---------------------------------------------------------------------------------------------------- */

.simple-wardrobe {
	padding-bottom: 70px;
	padding-top: 70px;
}

/* Simple Wardrobe Left
--------------------------------------------- */

.wardrobe-left {
	float: left;
	width: 35%;
}

/* Simple Wardrobe Right
--------------------------------------------- */

.wardrobe-right {
	float: right;
	padding-left: 15%;
	padding-right: 7.5%;
	padding-top: 100px;
	width: 65%;
}


/* Fadeup Effect
---------------------------------------------------------------------------------------------------- */

.js .fadeup-effect {
	opacity: 0;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes fadeInUp {
    from { opacity: 0; -webkit-transform: translateY(20px); }
    to { opacity: 1; -webkit-transform: translateY(0); }
} 

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
} 

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


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

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

	.site-inner .wrap {
		max-width: 960px;
	}

}

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

	.site-inner .wrap {
		max-width: 800px;
	}

}

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

	.site-inner .wrap {
		max-width: 100%;
	}

	.site-inner .widget-title {
		font-size: 36px;
	}

	.site-inner .dash {
		display: none;
	}

	.site-inner p:last-child {
		margin-bottom: 0;
	}


	.chasing-right,
	.life-right,
	.simple-left,
	.wardrobe--right,
	.welcome-left,
	.white-left {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 10px;
	}

}

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

	.chasing-right,
	.life-right,
	.simple-left,
	.wardrobe-right,
	.welcome-left,
	.white-left {
		float: none;
		text-align: center;
		width: 100%;
	}

	.chasing-left,
	.life-left,
	.read-left,
	.simple-right,
	.wardrobe-left,
	.welcome-right,
	.white-right {
		display: none;
	}

}
