.row {
	max-width: 75.5rem;
}

/* Genearal Styles */
.inline-list li:first-child {
	margin-left: 0 !important;
}

.nostyle-list {
	list-style: none;
	margin: 0 !important;
}

/* Styles */

.center-element-container {
	position: relative;
}

.center-element {
	margin-top: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

[data-abide] small.error, .error2{
    background-color: transparent;
    color: rgb(240, 65, 36);
    font-size: 0.7rem !important;
    margin: 0px !important;
    padding: 0px;
    position: absolute;
    bottom: -0.1rem;
}

/* Genearal Styles */
a {
	color: rgb(85, 172, 238);
	text-decoration: none;
}

a:hover {
	color: rgb(67, 153, 249);
}

a:visited {
	text-decoration: underline !important;
}
/* Pre code */

pre code, .hljs{
	background: rgba(0, 0, 0, 0.05);
	border: none;
	display:block;
	margin-bottom: 1.25rem;
	white-space: pre-wrap;
}

code {
	overflow: auto;
}

body{
	font-family: "Merriweather Sans";
	font-weight: 100;
}

/* Font decleration */

h1, h2, h3, h4, h5, h6 {
	color: rgba(0,0,0,0.8);
	font-family: "Merriweather Sans";
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	text-transform: capitalize; 
}

.article h1, .article h2, .article  h3, .article h4, .article h5, .article h6 {
	margin-bottom: 1rem;
	margin-top: 2rem;
}

h1.post-title{
	font-size: 3.25rem;
}

.section-heading-container{
	padding-top: 15px;
	margin-bottom: 10px;
}

a.section-heading{
	color: rgba(0,0,0,0.6);
}

.section-heading {
	border-top: 1px solid rgba(0, 0, 0, 0.44);
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	margin-top: -16px;
	padding-top: 16px;
	text-transform: uppercase;
}

.featured-post-heading {
}

p{
	font-family: "Merriweather";
	font-size: 0.9rem;
	line-height: 1.6em;
	color: rgba(0,0,0,0.8);
	font-weight: 100;
}
/* === End of styles */

/* == Ads == */
.ads{
	min-height: 100px;
	width: 100%;
}

/* Utlity Classes */
.block {
	display: block;
}

.inline {
	display: inline-block !important;
}

.opaque {
	opacity: 1;
}

.nospace, .nospace-top {
	margin-top: 0 !important;
}

.nospace, .nospace-bottom {
	margin-bottom: 0 !important;
}

.nospace, .nospace-right {
	margin-right: 0 !important;
}

.nospace, .nospace-left {
	margin-left: 0 !important;
}

.padd-0, .padd-0-right {
	padding-right: 0 !important;
}

.padd-0, .padd-0-left {
	padding-left: 0 !important;
}

.padd-0, .padd-0-top {
	padding-top: 0 !important;
}

.padd-0, .padd-0-bottom {
	padding-bottom: 0 !important;
}

.padd-1, .padd-1-right {
	padding-right: 0.5em !important;
}

.padd-1, .padd-1-left {
	padding-left: 0.5em !important;
}

.padd-1, .padd-1-top {
	padding-top: 0.5em !important;
}

.padd-1, .padd-1-bottom {
	padding-bottom: 0.5em !important;
}

.padd-2, .padd-2-right {
	padding-right: 1em !important;
}

.padd-2, .padd-2-left {
	padding-left: 1em !important;
}

.padd-2, .padd-2-top {
	padding-top: 1em !important;
}

.padd-2, .padd-2-bottom {
	padding-bottom: 1em !important;
}

.padd-3, .padd-3-right {
	padding-right: 1.5em !important;
}

.padd-3, .padd-3-left {
	padding-left: 1.5em !important;
}

.padd-3, .padd-3-top {
	padding-top: 1.5em !important;
}

.padd-3, .padd-3-bottom {
	padding-bottom: 1.5em !important;
}

.padd-4, .padd-4-right {
	padding-right: 2em !important;
}

.padd-4, .padd-4-left {
	padding-left: 2em !important;
}

.padd-4, .padd-4-top {
	padding-top: 2em !important;
}

.padd-4, .padd-4-bottom {
	padding-bottom: 2em !important;
}

.push-2, .push-2-right {
	margin-right: 1em !important;
}

.push-2, .push-2-left {
	margin-left: 1em  !important;
}

.push-2, .push-2-top {
	margin-top: 1em  !important;
}

.push-2, .push-2-bottom {
	margin-bottom: 1em  !important;
}

.push-3, .push-3-right {
	margin-right: 1.5em !important;
}

.push-3, .push-3-left {
	margin-left: 1.5em  !important;
}

.push-3, .push-3-top {
	margin-top: 1.5em  !important;
}

.push-3, .push-3-bottom {
	margin-bottom: 1.5em  !important;
}

.push-4, .push-4-right {
	margin-right: 2em !important;
}

.push-4, .push-4-left {
	margin-left: 2em !important;
}

.push-4, .push-4-top {
	margin-top: 2em !important;
}

.push-4, .push-4-bottom {
	margin-bottom: 2em !important;
}

/* Border */

.border {
	border-color: rgb(221, 221, 221) !important;
}
	.bt {
		border-top: 1px solid;
	}

	.br {
		border-right: 1px solid;
	}

	.bb {
		border-bottom: 1px solid;
	}

	.bl {
		border-left: 1px solid;
	}

/* Button */

.button {
	background-color: rgb(85, 172, 238);
	border: 1px solid;
	border-color: rgba(0, 0, 0, 0.1);
	color: 
	display: inline-block;
	font-family: "Merriweather Sans",Helvetica,Roboto,Arial,sans-serif;
	font-size: 0.9rem;
	font-weight: 100;
	letter-spacing: -0.02em;
	line-height: normal;
	margin: 0px 0px 1.25rem;
	padding: 0.5rem 2rem 0.5625rem;
	position: relative;
	text-align: center;
	text-decoration: none;
    text-rendering: optimizelegibility;	
	transition: background-color 300ms ease-out 0s;
    -moz-appearance: none;
}

.button:hover {
	background-color: rgb(67, 153, 249);
	border-color: rgba(0, 0, 0, 0.2);
}

.button.transparent {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.44);
}

.button.transparent:hover {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.3);
	color: rgba(0, 0, 0, 0.44);
}

/* Images */
.responsive-image {
    height: 0px;
    overflow: hidden;
    padding-bottom: 54%;
}

img {
	display: block;
	max-width: 100%;
}

/* Template Styles */

#header {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	min-height: 50px;
	width: 100%;
}

	.logo a {
		background: url('../images/logo.png');
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100%;
		display: block;
		height: 70px;
		text-indent: -999px;
		width: 90px;
	}

	.search-box input{
		border-radius: 1000px;
		padding: 0 1rem;
	}

/* == Content == */

/* Article & Pages */
.article {

}
	.article p{
		font-family: "Merriweather";
		font-size: 1.1rem;
		line-height: 2rem;
		color: rgba(0,0,0,0.8);
		font-weight: 100;
	}

	.article p a, .article li a, a.p-anchor{
		color: inherit !important;
		display: inline !important;
		font-style: italic;
		text-decoration: underline;
	}

	.article p a:hover, .article li a:hover, a.p-anchor:hover {
		color : rgb(0, 120, 160) !important;
	}

	.article ul , .article ol{
		color: rgba(0,0,0,0.8);
		font-family: "Merriweather";
		font-size: 1.1rem;
		font-weight: 100;
		margin-left: 0;
		line-height: 2rem;
	}

	.article li {
		margin-bottom: 12px;
	}

	.article img {
		margin: 0 auto;
		margin-bottom: 1.25rem;
	}

	.article img + small {
		padding-bottom: 1.25rem;
		color: rgba(0,0,0,0.6);
		display: block;
		font-style: italic;
		text-align: center;
	}

	.social-links-vertical li {
		margin-top: 0.5rem;
	}

	.social-links-vertical a {
		border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
		color: inherit !important;
		display: block;
		padding-bottom: 0.25rem;
	}

	.social-links-vertical a:hover {
		text-decoration: underline;
	}

/* Temp */

	.article .post{
		visibility: hidden;
		display: none;
	}

	.article > h1 {
		display: none;
	}

.article-heading {
	font-size: 3.2rem;
	line-height: 1;
	letter-spacing: -4px;
}
	img.featured-image{
		width: 100%;
	}

.pages-heading {
	line-height: 1;
	letter-spacing: -3px;
}

.pages-short-description {
	color: rgba(0,0,0,0.6);
	font-style: italic;
}

@media only screen and (max-width: 40.0625em) {
	.article-heading {
		font-size: 2rem;
		line-height: 1.2;
	}
}

/* == Footer == */
#footer {
	background: rgba(0,0,0,0.1);
	font-size: 0.7rem;
	font-weight:100;
}
	#footer ul, #footer li {
		font-size: 0.8rem;
	}

	#footer, #footer a {
		color: rgba(0,0,0,1);
	}

	#footer a:hover {
		text-decoration: underline;
	}

	#footer .link-1 a {
		text-decoration: underline;
	}

	#footer .link-1 {
		border-color: rgba(255,255,255,1) !important;
	}

	#footer .link-1 a {
		font-weight: bold;
	}

	.friendLinks li {
		display: inline-block;
		float: none;
	}

/* Index Page Tempate */
.featured-post{
	
}
	.featured-post-description-container {
		right: 0 !important;
	}

	@media only screen and (max-width: 64.0625em) {
		.featured-post-heading  {
			font-size: 1.8rem;
		}
	}

.second-post {

}
	.post-title-3{
		font-size: 1.6rem;
	}

	.post-list {

	}
		.post-list > li {
			border-bottom: 1px solid rgba(0,0,0,0.1);
		}

		.post-list li:last-child {
			border: none;
		}

	.side-list{
		
	}
		.side-list li {
			border-bottom: 1px solid rgba(0,0,0,0.1);
		}

		.side-list li:last-child {
			border: none;
		}

		a .side-list-title {
			font-size: 1.2rem;
			font-weight: normal;
			line-height: 1;
			margin: 0;
			padding: 0;
		}

		a:hover .side-list-title {
			text-decoration: underline;
		}

.third-post{

}
	.post-title-2 {
		font-size: 1.4rem;
		line-height: 1;
	}

	.post-meta {
		color: rgba(0,0,0,0.4);
		font-size: 0.75rem;
		font-weight: 100;
	}

	.post-meta li {
		margin-left: 0.2rem;
	}

	.post-meta a:hover {
		text-decoration: underline;
	}

	.post-meta .divide:after {
	    content: ".";
	}

	.third-post a{
		display: block;
	}

/* Action Notification */

#actionNotification{
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 99999;

}

	.actionNotification__wrap{
		background-color: white;
		position: relative;
		left: -50%;
		width: 300px;
		height: 100px;
	}
	.aN-view {
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-animation-name: flipInX;
	    animation-name: flipInX;
	    -webkit-animation-duration: 2s;
	    animation-duration: 2s;
	}
	.aN-hide {
	    -webkit-animation-name: animFlipBack;
    	animation-name: animFlipBack;
	    -webkit-animation-duration: 0.3s;
	    animation-duration: 0.3s;
		-webkit-animation-direction: reverse;
    	animation-direction: reverse;
	}


@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-90deg);
        transform: perspective(400px) rotate3d(1,0,0,-90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,20deg);
        transform: perspective(400px) rotate3d(1,0,0,20deg);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-10deg);
        transform: perspective(400px) rotate3d(1,0,0,-10deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,5deg);
        transform: perspective(400px) rotate3d(1,0,0,5deg);
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes animFlipBack {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg); }
    100% { -webkit-transform: perspective(1000px); }
}

@keyframes animFlipBack {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg); transform: perspective(1000px) rotate3d(1,0,0,90deg); }
    100% { -webkit-transform: perspective(1000px); transform: perspective(1000px); }
}


@-webkit-keyframes animFlipFront {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,-90deg); }
    100% { -webkit-transform: perspective(1000px); }
}

@keyframes animFlipFront {
    0% { -webkit-transform: perspective(1000px) rotate3d(1,0,0,-90deg); transform: perspective(1000px) rotate3d(1,0,0,-90deg); }
    100% { -webkit-transform: perspective(1000px); transform: perspective(1000px); }
}

