/*
Theme Name: Verity
Theme URI: https://catchthemes.com/themes/verity/
Author: Catch Themes
Author URI: https://catchthemes.com/
Modified by Reflection for custom design under GNU General Public License v2, October 2017
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
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;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
address, article, aside, blockquote, center, dir, div, dd, details, dl, dt, fieldset, figcaption, figure, form, footer, frameset, h1, h2, h3, h4, h5, h6, hr, header, hgroup, isindex, main, menu, nav, noframes, noscript, ol, p, pre, section, summary, ul,
li {
  width: auto;
  overflow: hidden;
}

html, body {
	position: relative;
	font-size: 10px;
}
body {
	font-family: 'Lato', sans-serif;
	line-height: 1;
}
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;
}
h1, h2, h3, h4, h5, h6, p, li, a, blockquote, time, span, cite, html, body, input[type="submit"],
input[type="reset"],
input[type="button"],
button, .ref-button, .ref-button--primary--small, .idc-comments-container #idc-container .idc-btn_l, .ref-button--primary--medium, .ref-button--primary--large, .ref-button--secondary--small, .ref-button--secondary--medium, .ref-button--secondary--large, .ref-button--dark--small, .ref-button--dark--medium, .ref-button--dark--large, input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea, .global-header .link-log-in, .global-header .search-link-container input[type=text] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
    outline: none;
    cursor: pointer;
    text-shadow: none !important;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
a {
	outline: none;
	transition: color 0.2s;
}
a:hover {
	transition: color 0.3s;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text,
.archive-posts-wrapper .date-label,
.archive-posts-wrapper .entry-footer,
#comment-nav-above {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba( 0, 0, 0, 0.6 );
	box-shadow: 0 0 2px 2px rgba( 0, 0, 0, 0.6 );
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
## Scroll Up
--------------------------------------------------------------*/

#scrollup {
    background-color: #6D69C5;
		border-radius: 5px;
    color: #eee;
    cursor: pointer;
    display: none;
    outline: none;
    padding: 6px 6px 9px 9px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-decoration: none;
    width: 43px;
	height: 43px;
    z-index: 9999;
}

#scrollup:hover,
#scrollup:focus {
	background-color: #5854AC;
    color: #fff;
    text-decoration: none;
}

#scrollup .icon {
	font-size: 33px;
	font-size: 3.3rem;
	width: 25px;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
## Main Structure
--------------------------------------------------------------*/
.site-content {
	text-align: center;
}
.site-inner {
	width: 100%;
}
#linear-background {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #f34868;
	background: -moz-linear-gradient(37deg, #f34868 0%, #5a3c51 47%, #363a47 100%);
	background: -webkit-linear-gradient(37deg, #f34868 0%, #5a3c51 47%, #363a47 100%);
	background: linear-gradient(37deg, #f34868 0%, #5a3c51 47%, #363a47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34868', endColorstr='#363a47',GradientType=1 );
}
#page {
	position: relative;
	background: none;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-branding {
	width: 100%;
	margin-top: 5rem;
	padding: 0 22px;
}
@media screen and (min-width: 480px) {
	.site-branding {
		padding: 0 10%;
	}
}
@media screen and (min-width: 720px) {
	.site-branding {
		margin-top: 74px;
		padding: 0;
	}
}
.site-logo {
	margin: 17px 0 0 22px;
	display: inline-block;
}
.site-title, .site-description, .site-intro {
	display: block;
	text-align: center;
}
.site-title img {	
	display: none;
}
@media screen and (min-width: 720px) {
	.site-title img {	
		width: 277px;
		height: 61px;
		margin-bottom: 36px;
		display: inline-block;
	}
}
.site-description {
	margin-bottom: 17px;
	color: #FCFDFD;
	font-size: 2.8em;
	line-height: 1.3;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
.site-intro {
	margin-bottom: 35px;
	font-family: 'Lato', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #C4C7D0;
	font-weight: 400;
}
.site-intro span {
	margin: 0 auto;
	max-width: 600px;
	display: inline-block;
}
.archive-description {
	margin-bottom: 0;
}
.site-logo img {
	width: 113px;
	height: 25px;
}
.site-by-logo {
	margin: 18px 23px 0 0;
	display: inline-block;
	float: right;
}
.site-by-logo span, .site-by-logo img {
	display: inline-block;
	vertical-align: top;
}
.site-by-logo span {
	margin-top: 2px;
	margin-right: 7px;
	color: #C4C7D0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.4em;
}
.site-by-logo img {
	width: 84px;
	height: 18px;
}

/*--------------------------------------------------------------
## Header Footer Widget Area
--------------------------------------------------------------*/
.header-foot-widget-area {
	margin-top: 60px;
	margin-bottom: 25px;
	text-align: center;
}
@media screen and (min-width: 720px) {
	.header-foot-widget-area {
		margin-top: 66px;
		margin-bottom: 5px;
	}
}
.header-foot-widget-area ul {
	margin: 0 auto;
	padding: 0 2%;	
}
@media screen and (min-width: 480px) {
	.header-foot-widget-area ul {
		padding: 0 10%;
	}
}
@media screen and (min-width: 720px) {
	.header-foot-widget-area ul {
		padding: 0 40px;
	}
}
.header-foot-widget-area li {
	padding: 0 22px;
	display: block;
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: 2rem;
	text-align: center;
}
@media screen and (min-width: 480px) {
	.header-foot-widget-area li {
		display: inline-block;
		font-size: 1.8em;
	}
}
.header-foot-widget-area li a {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #CECCFF;
	text-decoration: none;
}
.header-foot-widget-area li a:hover {
	color: #81879D;
}

/*--------------------------------------------------------------
## Article List
--------------------------------------------------------------*/
.archive-posts-wrapper {
	posistion: relative;
	width: 88.125%;
	max-width: 1320px;
	margin: 0 auto;
	overflow: visible;
}
.section-content-wrap {
	position: relative;
	margin-bottom: 100px;
	overflow: visible;
}
.archive-posts-wrapper__shadow {
	position: absolute;
	top: 0;
	left: 2.75%;
	bottom: 0;
	width: 94.5%;
	height: 100%;	
	border-radius: 8px;
	background-color: rgba(0,0,0,.2);
}
.archive-post-wrap {
	position: relative;
	padding-top: 16px;	
	text-align: justify;
	font-size: 0;
	overflow: visible;
}
.archive-post-wrap .post {
	width: 100%;
	height: 376px;
	margin-right: 5%;
	margin-bottom: 4rem;	
	display: inline-block;
	vertical-align: top;
	border-radius: 8px;
	background-color: #FCFDFD;
	transform: scale(1);
	transition: transform 0.1s;
}
.archive-post-wrap .post:last-of-type {
	margin-bottom: 2rem;
}
@media screen and (min-width: 480px) {
	.archive-post-wrap {
		padding-top: 3rem;
		text-align: center;
	}
	.archive-post-wrap .post {
		max-width: 420px;
		margin-right: 0;
	}
}
@media screen and (min-width: 720px) {
	.archive-post-wrap {
		padding-top: 3.9rem;
		text-align: justify;
	}
	.archive-post-wrap .post {
		width: 47%;
		max-width: inherit;
		margin-right: 5%;
		margin-bottom: 4.8rem;
	}
	.archive-post-wrap .post:nth-of-type(2n) {
		margin-right: 0;
	}
	.archive-post-wrap .post:last-of-type {
		margin-bottom: 4.8rem;
	}
}
@media screen and (min-width: 1024px) {
	.archive-post-wrap .post {
		width: 30%;
	}
	.archive-post-wrap .post:nth-of-type(2n) {
		margin-right: 5%;
	}
	.archive-post-wrap .post:nth-of-type(3n) {
		margin-right: 0;
	}
}
.archive-post-wrap .post:hover {
	transform: scale(1.05);
	transition: transform 0.2s;
}
.archive-post-card {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
.archive-post-card__head {
	position: relative;
	height: 202px;
	overflow: visible;
	text-align: center;
	background-color: #6D69C5;
}
.category-developer-stories .archive-post-card__head,
.category-developer-stories .archive-post-card__head__category{
	background-color: #FF496A;
}
.category-app-market-news .archive-post-card__head, .category-app-market-news .archive-post-card__head__category {
	background-color: #6D69C5;
}
.category-data-bytes .archive-post-card__head,
.category-data-bytes .archive-post-card__head__category {
	background-color: #1BC79F;
}
.category-how-to-use-reflection .archive-post-card__head,
.category-how-to-use-reflection .archive-post-card__head__category {
	background-color: #CECCFF;
}
.archive-post-card__head__image {
	position: relative;
	width: 134px;
	height: 134px;
	left: 10px;
	margin: 21px auto 0;
	display: inline-block;
	border-radius: 17px;
	transition: left 0.1s;
}
.archive-post-wrap .post:hover .archive-post-card__head__image {
	left: 0;
	transition: left 0.2s;
}
.archive-post-card__head__image-shadow {
	position: absolute;
	top: 31px;
	left: 50%;
	width: 134px;
	height: 134px;
	margin-left: -75px;
	border-radius: 20px;
	background-color: rgba(0,0,0,.31);
	transition: top 0.1s, margin-left 0.1s;
}
.archive-post-wrap .post:hover .archive-post-card__head__image-shadow {
	top: 21px;
	margin-left: -67px;
	transition: top 0.2s, margin-left 0.2s;
}
.archive-post-card__head__image img {
	width: 134px;
	height: 134px;
	border-radius: 20px;
}
.archive-post-card__head__category {
	position: absolute;
	left: 30px;
	bottom: -12px;
	padding: 6px 15px 7px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	border-radius: 3px;
	background-color: #1bc79f;
}
.archive-post-card__post-title {
	padding: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: left;
	color: #29292C;
}
.archive-post-card__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 11px 30px 0;
	border-top: 1px solid #E8E7F1;
}
.archive-post-card__collaborator {
	margin-bottom: 2px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	color: #363A47;
}
.archive-post-card__collaborator-job-title {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	color: #81879D;
}
.archive-post-card__collaborator-image {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 42px;
	height: 42px;
	display: inline-block;	
	border-radius: 22px;
}
.archive-post-card__collaborator-image img {
	width: 42px;
	height: 42px;
}
#infinite-handle {
	position: relative;
	top: 17px;
	text-align: center;
}
#infinite-post-wrap #infinite-handle span {
	padding: 0;
	background: none;
	border-radius: 0;	
}
#infinite-post-wrap #infinite-handle button {
	padding: 1.6rem 3rem 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: -0.01rem;
	color: #fcfdfd;
	font-weight: 600;
	border: none;
	border-radius: 0.35714285714285715em;
	background-color: #6d69c5;
	cursor: pointer;
	transition: 0.3s background-color;
}
#infinite-post-wrap #infinite-handle button:hover {
	transition: 0.3s background-color;
	background-color: #5854AC;
}

/*--------------------------------------------------------------
## Site Footer
--------------------------------------------------------------*/
.site-footer {
	margin-top: 3rem;
	margin-bottom: 5rem;
	font-size: 12px;
	color: #C4C7D0;
	text-align: center;
}
.site-footer a {
	color: #CECCFF;
	line-height: 2;
	text-decoration: none;
}
.site-footer a:hover {
	color: #fff;
}
.footer-statement {
	padding: 0 4rem;
	margin-bottom: 8rem;
	text-align: center;
}
.footer-statement__text {
	width: 660px;
	margin: 0 auto 3rem;
	font-size: 2.8rem;
	font-family: 'Source Sans Pro';
	font-weight: 600;
	line-height: 1.32;
	color: #FCFDFD;
}
.site-footer .footer-statement__cta {
	padding: 1.3rem 1.7rem 1.3rem 1.5rem;
	font-size: 1.5rem;
	letter-spacing: -0.01rem;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	color: #fcfdfd;
	line-height: 1;
	border: none;
	border-radius: 0.35714285714285715em;
	background-color: #6d69c5;
	cursor: pointer;
	transition: 0.3s background-color;
}
.site-footer .footer-statement__cta:hover {
	background-color: #5b57be;
	transition: 0.3s background-color;
}

/*--------------------------------------------------------------
## Single Post
--------------------------------------------------------------*/
.post__content-container {
	text-align: center;
}
.post__content-container .center-container {
	width: 95%;
	max-width: 1066px;
	margin: 40px auto;
	display: inline-block;
}
@media screen and (min-width: 720px) {
	.post__content-container .center-container {
		margin-top: 76px;
	}
}
.post__content-container .entry-title {
	padding: 0 22px;
	font-family: 'Source Sans Pro';
	font-size: 2.8em;
	font-weight: 600;
	line-height: 1.32;
	color: #FCFDFD;
	text-align: center;
}
@media screen and (min-width: 720px) {
	.post__content-container .entry-title {
		padding: 0;
		font-size: 4.164em;
	}
	.post__content-container .entry-subtitle {
		padding: 0;
		font-size: 2.07em;
	}
}
.post__content-container .entry-title span,
.post__content-container .entry-subtitle span {
	margin: 0 auto;
	max-width: 704px;
	display: inline-block;
}
.post__content-container .entry-subtitle {
	margin-top: 3rem;
	padding: 0 22px;
	font-family: 'Source Sans Pro';
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1.35;
	color: #C4C7D0;
	text-align: center;
}
.post__content-container .entry-container {
	width: 100%;
	margin-top: 50px;
	border-radius: 8px;
	background-color: #FCFDFD;
}
@media screen and (min-width: 720px) {
	.post__content-container .entry-container {
		margin-top: 70px;
	}
}
.post__banner-image img {
	width: 100%;
	height: auto;	
}
.post__content-container .entry-content {
	width: 80%;
	max-width: 650px;
	margin: 0 auto 6em;
	display: inline-block;
	text-align: left;
}
@media screen and (max-width: 720px) {
	.entry-meta a {
		display: block;
	}
}

/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
.post__content-container .entry-content h1,
.post__content-container .entry-content h2,
.post__content-container .entry-content h3,
.post__content-container .entry-content h4,
.post__content-container .entry-content h5,
.post__content-container .entry-content h6 {
	margin-bottom: 3rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #29292C;
	letter-spacing: 0em;
}
.post__content-container .entry-content b {
	font-weight: 700;
	color: #29292C;
}
.post__content-container .entry-content .aligncenter {
	margin: 0 auto;
}
.post__content-container .entry-content h1 {
	font-size: 4.163509378124998em;
	line-height: 5.5rem;
}

.post__content-container .entry-content h2 {
	font-size: 3.620442937499999em;
	line-height: 4.8rem;
}

.post__content-container .entry-content h3 {
	font-size: 3.1482112499999992em;
	line-height: 4rem;
}

.post__content-container .entry-content h4 {
	font-size: 2.737574999999999em;
	line-height: 3.5rem;
}

.post__content-container .entry-content h5 {
	font-size: 2.3804999999999996em;
	line-height: 3.2rem;
}

.post__content-container .entry-content h6 {
	font-size: 2.07em;
	line-height: 2.8rem;
}
.post__content-container .entry-content p {
	margin-bottom: 5rem;
	font-family: Lato;
	font-size: 1.8em;
	line-height: 3rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0em;
	color: #5A5A68;
}
.post__content-container .entry-content figcaption {
	margin: 1rem 0 5rem;
	font-family: Lato;
	font-size: 1.4em;
	line-height: 1.5;
	color: #5A5A68;
}
@media screen and (min-widthL 480px) {
	.post__content-container .entry-content blockquote {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}
@media screen and (min-width: 720px) {
	.post__content-container .entry-content blockquote {
		padding-left: 4rem;
		padding-right: 4rem;
	}
}
.post__content-container .entry-content blockquote p {
	font-style: italic;
}
.post__content-container .entry-content ul,
.post__content-container .entry-content ol {
	margin-bottom: 3rem;
}
.post__content-container .entry-content p + ul,
.post__content-container .entry-content p + ol {
	margin-top: -2rem;
}
.post__content-container .entry-content ul li,
.post__content-container .entry-content ol li {
	margin-left: 0;
	margin-bottom: 2rem;
	padding-left: 40px;
	font-family: Lato;
	font-size: 1.8em;
	font-weight: 400;
	font-style: normal;
	line-height: 3rem;
	letter-spacing: 0em;
	color: #5A5A68;
	overflow: visible;	
}
.post__content-container .entry-content ol li {
	margin-left: 19px;
	padding-left: 24px;
}
.post__content-container .entry-content ul li {
	list-style-type: none;
	background-image: url('assets/images/list-style-image@2x.png');
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.post__content-container .entry-content ul li:last-child {
	margin-bottom: 0;
}
.post__content-container .entry-content h3 + p {
	margin-top: -0.5rem;
}

.post__content-container .entry-content h4 + p {
	margin-top: -0.5rem;
}

.post__content-container .entry-content h5 + p {
	margin-top: -0.7999999999999998rem;
}

.post__content-container .entry-content h6 + p {
	margin-top: -1.2rem;
}

.post__content-container .entry-content p + p {
	margin-top: -2rem;
}
.post__content-container .entry-content p img,
.post__content-container .entry-content figure img {
	max-width: 100% !important;
	height: auto !important;
}
.post__content-container .entry-content figure {
	text-align: center;
}
.post__content-container .entry-content a {
	color: #6D69C5;
	text-decoration: none;
}
.post__content-container .entry-content a:hover {
	color: #4b46b5;
}
.post__content-container .entry-meta {
	margin-top: 20px;
	margin-bottom: 40px;	
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.4em;
	font-weight: 600;
	line-height: 1.5;
	color: #363A47;
}
@media screen and (min-width: 720px) {
	.post__content-container .entry-meta {
		margin-bottom: 50px;
		font-size: 1.6em;
	}
}
.post__content-container .author-label,
.post__content-container .posted-on {
	margin-right: 14px;
}
.post__content-container .post-comments-link {
	color: #6D69C5;
	text-decoration: none;
}
.post__content-container .post-comments-link:hover {
	color: #4b46b5;
}
@media screen and (max-width: 719px) {
	.post__content-container .entry-content p {
		font-size: 1.6em;
		line-height: 2.5rem;
		margin-bottom: 4rem;
	}
	.post__content-container .entry-content ol li,
	.post__content-container .entry-content ul li {
		margin-bottom: 1.4rem;
		padding-left: 30px;
		font-size: 1.6em;
		line-height: 2.5rem;
		background-size: 8px 8px;
	}
	.post__content-container .entry-content ol li {
		padding-left: 14px;
	}
	.post__content-container .entry-content h6 {
		font-size: 1.8399999999999999em;
		line-height: 2.5rem;
		margin-bottom: 2.5rem;
	}
	.post__content-container .entry-content h5 {
		font-size: 2.1159999999999997em;
		line-height: 2.8rem;
		margin-bottom: 2.5rem;
	}
	.post__content-container .entry-content h4 {
		font-size: 2.4333999999999993em;
		line-height: 3.5rem;
		margin-bottom: 2.5rem;
	}
	.post__content-container .entry-content h3 {
		font-size: 2.798409999999999em;
		line-height: 3.8rem;
		margin-bottom: 2.5rem;
	}
	.post__content-container .entry-content h2 {
		font-size: 3.218171499999999em;
		line-height: 4rem;
		margin-bottom: 2.5rem;
	}
	.post__content-container .entry-content h1 {
		font-size: 3.7008972249999985em;
		line-height: 4.6rem;
		margin-bottom: 2.5rem;
	}
	.post__content-container .entry-content h3 + p {
		margin-top: 2.5rem;
	}
	.post__content-container .entry-content h4 + p {
		margin-top: -0.5rem;
	}
	.post__content-container .entry-content h5 + p {
		margin-top: -0.7rem;
	}
	.post__content-container .entry-content h6 + p {
		margin-top: -0.8999999999999999rem;
	}
	.post__content-container .entry-content p + p {
		margin-top: -2rem;
	}
}

.breadcrumb-area {
	padding: 10px 26px 13px;
	text-align: left;
	background-color: #FF496A;
}
.breadcrumb-area .breadcrumb,
.breadcrumb-area .breadcrumb-current {
	margin-right: 15px;
	display: inline-block;
	vertical-align: top;
	line-height: 1.3;
}
.breadcrumb-area .breadcrumb,
.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb-current {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.breadcrumb-area .breadcrumb a {
	max-width: 200px;
	overflow: hidden;
	text-decoration: underline;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.breadcrumb-area .breadcrumb {
	margin-bottom: 5px;
}
@media screen and (min-width: 720px) {
	.breadcrumb-area .breadcrumb {
		margin-bottom: 0;
	}
}
.breadcrumb-area .breadcrumb-current {
	position: relative;
	top: 1px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	margin-top: 8rem;
	outline: none;
}
.comments-title {
	margin-bottom: 6rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.798409999999999em;
	font-weight: 600;
	line-height: 1.4;
	color: #FCFDFD;
}
.comment-reply-title {
	margin-bottom: 2rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 2.798409999999999em;
	font-weight: 600;
	color: #FCFDFD;
}
@media screen and (min-width: 720px) {
	.comments-title,
	.comment-reply-title {
		font-size: 3.148rem;
	}
}
.comment-list {
	margin: 0 auto;
	max-width: 600px;
}
.comment-list .comment-body {
	margin-bottom: 3rem;
}
.comment-author.vcard {
	width: 60px;
	display: inline-block;
	vertical-align: top;	
}
.comment-content {
	font-family: 'Lato', sans-serif;
	font-size: 1.6rem;
	line-height: 1.3;
	color: #C4C7D0;
}
.comment-awaiting-moderation {
	color: #fff;
	font-weight: bold;
}
.comment-content a {
	color: #CECCFF;
	font-weight: bold;
	text-decoration: none;
}
.comment-container {
	width: calc(100% - 65px);
	padding-left: 2rem;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.post__content-container .comment-container .entry-meta {
	margin: 0;
}
.comment-container .comment-meta.entry-meta {
	color: #FFFFFF;
	font-weight: bold;
}
.comment-time {
	color: #C4C7D0;
}
.comment-container .comment-meta.entry-meta .comment-reply-link,
#cancel-comment-reply-link {
	color: #CECCFF;
}
.comment-container .comment-meta.entry-meta .comment-reply-link:hover,
.comment-content a:hover,
.cancel-comment-reply-link:hover {
	color: #81879D;
}
.comment-respond {
	max-width: 510px;
	margin: 4rem auto 0;	
}
.comment-notes {
	margin-bottom: 5px;
}
.comment-reply-title,
.comment-form {
	padding-left: 2%;
	padding-right: 2%;
	text-align: left;
}
@media screen and (min-width: 720px) {
	.comment-reply-title,
	.comment-form {
		padding-left: 38px;
		padding-right: 0;
	}
}
.comment-form {
	margin-bottom: 6rem;
}
.comment-form p,
.comment-form p label {
	font-family: 'Lato', sans-serif;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #C4C7D0;
}
.comment-form p {
	color: #C4C7D0;
}
.comment-form p label {
	margin-bottom: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
	width: 100%;
	margin-bottom: 20px;
	padding: 11px 15px 12px;
	font-family: 'Lato', sans-serif;
	font-size: 1.4rem;
	line-height: 1.3;
	color: #fff;
	box-sizing: border-box;
	border-radius: 3px;
	border: none;
	background: rgba(255,255,255,.11);
}
.comment-form input[type=submit] {
	padding: 1rem 1.5rem 1.2rem 1.5rem;
	font-family: 'Lato', sans-serif;
	font-size: 1.3rem;
	letter-spacing: -0.01rem;
	color: #fcfdfd;
	font-weight: bold;
	border: none;
	border-radius: 0.35714285714285715em;
	background-color: #6d69c5;
	cursor: pointer;
	transition: 0.3s background-color;
}
.comment-form input[type=submit]:hover {
	transition: 0.3s background-color;
	background-color: #5854AC;
}
#cancel-comment-reply-link {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}

/*--------------------------------------------------------------
## Mailchimp Signup
--------------------------------------------------------------*/
#mc_embed_signup {
	width: 100%;
	margin: 0 auto;
	padding: 0 2%;
	display: inline-block;
	text-align: center;
}
#mce-EMAIL {	
	width: 100%;
	max-width: 270px;
	padding: 15px 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #363A47;
	border: 1px solid #C4C7D0;
	border-radius: 4px;
	box-sizing: border-box;
	background-color: #F5F9F9;
}
#mc-embedded-subscribe {
	margin-left: 0.8rem;
	padding: 1.6rem 2rem 1.5rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: -0.01rem;
	color: #fcfdfd;
	font-weight: 600;
	border: none;
	border-radius: 0.35714285714285715em;
	background-color: #6d69c5;
	cursor: pointer;
	transition: 0.3s background-color;
}
#mc-embedded-subscribe:hover {
	transition: 0.3s background-color;
	background-color: #5854AC;
}
#mce-error-response,
#mce-success-response {
	font-size: 14px;
	color: #F46D85;	
	margin-top: 15px;
	line-height: 1.3;
}
#mce-error-response {
	font-weight: bold;
}
#mce-success-response {
	color: #F5C943;
}
@media screen and (max-width: 600px) {
	#mc_embed_signup_scroll {
		text-align: center;
	}
	.mc-field-group {
		max-width: 270px;
		margin: 0 auto;
	}
	#mce-EMAIL {
		padding: 12px 20px
	}
	#mc-embedded-subscribe {
		margin-left: 0;
		margin-top: 2rem;
		padding: 1.2rem 2rem 1.3rem;
		font-size: 1.4rem;
	}
}