/*  

Theme Name: Life With Maddie
Theme URI: http://www.lifewithmaddie.com/
Description: Theme for Life With Maddie.
Version: 1.0
Author: Joe Mendonca
Author URI: http://www.mendoncacreative.com/

*/

/*--------------------------------------------------------------
HTML Elements
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	color: #ffffff;
	font-family: 'Gloria Hallelujah', cursive;
	height: 100%;
	margin: 0;
	width: 100%;
}

img {
	border: 0px none;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
}

.aligncenter {
	display: inline;
	float: center;
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.wrapper {
	float: left;
	width: 100%;
}

.layout {
	margin: 0 auto;
	width: 75%;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

a {
	color: #ffffff;
	text-decoration: none;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.home header {
	background-image: url(imgs/image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 100vh;
	position: relative;
	width: 100%;
}

header {
	float: left;
	height: 124px;
	width: 100%;
}

header h1 {
	font-size: 120px;
    line-height: 126px;
    text-align: center;
}

.header-content {
	left: 50%;
    position: absolute;
    top: 50%;
    width: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}

.logo {
	float: left;
	height: auto;
	margin: 24px 0px 0px 24px;
	width: 75px;
}

.header-links {
	font-size: 28px;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}

.header-links a {
	margin-right: 18px;
	padding: 5px 32px 5px 32px;
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

.menu {
	float: right;
	font-size: 16px;
	padding: 24px 24px 0px 0px;
	text-transform: uppercase;
}

.menu li {
	float: left;
	list-style-type: none;
	margin-right: 14px;
}

.menu li:last-child {
	margin-right: 0px;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

.content {
	float: left;
	width: 100%;
}

.column {
	float: left;
	font-size: 21px;
	line-height: 32px;
	padding: 0px 60px 0px 0px;
	width: calc(100% - 60px);
}

.column p {
	margin-bottom: 21px;
}

.column-quarter {
	float: left;
	width: 25%;
}

.column-half {
	float: left;
	width: 50%;
}

.column-three-forths {
	float: left;
	width: 75%;
}

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

.home-image {
	border: 5px solid #ffffff;
	border-radius: 50%;
	height: auto;
	width: 100%;
}

.random-thought {
	float: left;
	margin-bottom: 48px;
	padding: 60px 0px 48px 0px;
	width: 100%;
}

.random-thought .column {
	font-size: 40px;
	line-height: 64px;
}

.random-thought .column p {
	margin-bottom: 0px;
}

.random-thought-header::before {
	content: "-";
	margin-right: 10px;
}

.random-thought-header::after {
	content: "-";
	margin-left: 10px;
}

/*--------------------------------------------------------------
Single posts
--------------------------------------------------------------*/

.archive h1,
.single h1 {
	font-size: 62px;
	line-height: 72px;
	margin-bottom: 10px !important;
}

.post-date {
	float: left;
	font-size: 16px;
	line-height: 26px;
	margin: 24px 0px 24px 0px;
	text-transform: uppercase;
	width: 100%;
}

.read-more {
	float: left;
	font-size: 16px;
	line-height: 26px;
	margin: 12px 0px 36px 0px;
	text-transform: uppercase;
	width: 100%;
}

.archive p,
.single p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 18px;
}

.archive .content img,
.archive .content video,
.single .content img,
.single .content video {
	float: left;
	height: auto;
	margin-bottom: 32px;
	width: 100%;
}

/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/

.navigation {
	float: left;
	font-size: 16px;
	line-height: 26px;
	text-transform: uppercase;
	width: 100%;
}

.right {
	float: right;
}

.left {
	float: left;
}

/*--------------------------------------------------------------
Gallery
--------------------------------------------------------------*/

.gallery {
	float: left;
	width: 100%;
}

.gallery li {
	float: left;
	list-style-type: none;
	width: 25%;
}

.gallery p {
	float: left;
	margin-bottom: 10px;
	padding-left: 20px;
	width: calc(100% - 40px);
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

footer {
	float: left;
	font-size: 12px;
	line-height: 16px;
	padding: 48px 0px 48px 0px;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}