/*
Theme Name: Sela
Theme URI: https://wordpress.com/themes/sela/
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: Sela is a vibrant, feminine theme designed with blogs and women-owned businesses in mind.
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sela
Domain Path: /languages/
Tags: gray, pink, white, light, two-columns, right-sidebar, custom-colors, infinite-scroll, responsive-layout, site-logo, custom-background, custom-menu, featured-images, full-width-template, microformats, rtl-language-support, site-logo, sticky-post, translation-ready, blog, business, design, bright, clean, elegant, formal, minimal, modern, professional, simple

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.

Sela is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Sela is a fork of Motif by WordPress.com http://wordpress.com/.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/


/* =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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* 10px */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fafafa;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "Source Sans Pro", Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1.5;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: 1em;
}
h2 {
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.1429;
	margin-bottom: 1.1429em;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.333em;
}
h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
h5 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7143;
	margin-bottom: 1.7143em;
}
h6 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7143em;
	margin-bottom: 1.7143em;
}
hr {
	background-color: #e6e6e6;
    border: 0;
    height: 1px;
    margin: 1.5em 0;
}

/* Text elements */
p,
blockquote p:last-child {
	margin-bottom: 1.5em;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin: 0 0 1.5em 1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1em 1.5em 1em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 2px solid #f2f2f2;
	font-style: italic;
	padding-left: 1em;
}
address {
	margin: 0 0 1.5em 0;
}
pre {
	background: #f2f2f2;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7143;
	margin-bottom: 1.5em;
	overflow-x: scroll;
	padding: 1em;
	max-width: 100%;
}
code, kbd, tt, var {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #e6e6e6;
	cursor: help;
}
mark, ins {
	background-color: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	border-bottom: 1px solid #eee;
	margin: 0 0 1.5em 0;
	width: 100%;
}
th {
	font-weight: bold;
	padding: 0.75em;
	text-transform: uppercase;
}
td {
	border-top: 1px solid #eee;
	padding: 0.75em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	color: #888;
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span {
	background-color: #f25f70;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-style: none;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 2;
	padding: 6px 15px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-appearance: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span:hover {
	background: #ff7c8a;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#infinite-handle span:active {
	background-color: #e6e6e6;
	color: #666;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"] {
	border: 1px solid #eee;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0.6em;
    -webkit-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	border: 1px solid #f25f70;
	outline: none;
    -webkit-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
}
textarea {
	border: 1px solid #eee;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 1.5625%;
    -webkit-transition: 0.2s ease-in;
            transition: 0.2s ease-in;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 96.875%;
}

/* Links */
a {
	color: #f25f70;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #aaa;
	text-decoration: none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Genericons */
.entry-meta .post-format a:before,
.featured-post:before,
.social-links ul a:before,
.format-link .entry-title a:after,
.menu-toggle:before {
	display: inline-block;
	font-family: Genericons;
	font-size: 14px;
	font-size: 1.0769rem;
	font-weight: normal;
	line-height: 1;
	vertical-align: text-bottom;
	-webkit-font-smoothing: antialiased;
}
/* Clearing */
.comment-meta:before,
.comment-meta:after,
.entry-meta:before,
.entry-meta:after,
.footer-widget-area:before,
.footer-widget-area:after,
.grid-row:before,
.grid-row:after,
.hentry:after,
.main-navigation ul:before,
.main-navigation ul:after,
.site-main:before,
.site-main:after,
.subordinate-navigation ul:before,
.subordinate-navigation ul:after,
.testimonials:before,
.testimonials:after,
.testimonials .hentry:before,
.testimonials .hentry:after,
.clear:before,
.clear:after,
[class*="area"]:before,
[class*="area"]:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="navigation"]:before,
[class*="navigation"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}
.comment-meta:after,
.entry-meta:after,
.footer-widget-area:after,
.grid-row:after,
.main-navigation ul:after,
.site-main:after,
.subordinate-navigation ul:after,
.testimonials:after,
.testimonials .hentry:after,
.clear:after,
[class*="area"]:after,
[class*="content"]:after,
[class*="navigation"]:after,
[class*="site"]:after {
	clear: both;
}

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

.main-navigation {
	background-color: #f25f70;
	border-bottom: 2px solid #cc5260;
	display: block;
	padding: 0.25em 55px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	text-align: center;
}
.main-navigation li {
	display: inline-block;
	padding: 0.75em 1em 0.75em 0;
	position: relative;
}
.main-navigation a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7143;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	        transition: all 0.2s ease;
}
.nav-menu > li > a:after {
	color: #ffa4ad;
	content: ' \2022';
	margin-left: 1em;
}
.nav-menu > li:last-child > a:after {
	content: '';
}
.main-navigation ul ul {
	background-color: #fff;
	box-shadow: rgba(0,0,0, 0.1) 0px 1px 2px;
	display: none;
	position: absolute;
	left: 0;
	top: 2.6em;
	width: 204px;
	z-index: 99999;
}
.main-navigation ul ul li {
	padding: 0;
	text-align: left;
}
.main-navigation ul ul li:hover {
	background: #f2f2f2;
}
.main-navigation ul ul a {
	color: #4f4f4f;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	padding: 1em;
	text-transform: uppercase;
	width: 180px;
}
.main-navigation ul ul a:hover {
	color: #f25f70;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	width: 160px;
}
.main-navigation ul ul ul a {
	width: 136px;
}
.main-navigation a:hover,
.main-navigation ul :hover > a {
	color: #4f4f4f;
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
	color: #4f4f4f;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

/* Social Links */
.social-links {
	clear: both;
	margin: 0 auto 1.5em;
}
.social-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social-links ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
}
.social-links ul a {
	display: inline-block;
	text-decoration: none;
}
.social-links ul a:before {
	background: #f25f70;
	border-radius: 50%;
	color: white;
	content: "\f415";
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 4px;
	position: relative;
	transition: top 0.3s ease-in-out;
	padding: 8px 6px 8px 8px;
	text-align: center;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.social-links ul a:hover {
	text-decoration: none;
}
.social-links ul a:hover:before {
	background: #ffa4ad;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.social-links ul a[href*="wordpress.org"]:before,
.social-links ul a[href*="wordpress.com"]:before {
	content: "\f205";
}
.social-links ul a[href*="facebook.com"]:before {
	content: "\f204";
}
.social-links ul a[href*="twitter.com"]:before {
	content: "\f202";
}
.social-links ul a[href*="dribbble.com"]:before {
	content: "\f201";
}
.social-links ul a[href*="plus.google.com"]:before {
	content: "\f206";
}
.social-links ul a[href*="pinterest.com"]:before {
	content: "\f209";
}
.social-links ul a[href*="github.com"]:before {
	content: "\f200";
}
.social-links ul a[href*="tumblr.com"]:before {
	content: "\f214";
}
.social-links ul a[href*="youtube.com"]:before {
	content: "\f213";
}
.social-links ul a[href*="flickr.com"]:before {
	content: "\f211";
}
.social-links ul a[href*="vimeo.com"]:before {
	content: "\f212";
}
.social-links ul a[href*="instagram.com"]:before {
	content: "\f215";
}
.social-links ul a[href*="codepen.io"]:before {
	content: "\f216";
}
.social-links ul a[href*="linkedin.com"]:before {
	content: "\f207";
}
.social-links ul a[href*="/feed"]:before {
	content: "\f413";
}
.social-links ul a[href*="mailto"]:before {
	content: "\f410";
}

/* =Layout
----------------------------------------------- */
.site {
	margin: 0 auto;
	max-width: 1180px;
}
.site-content {
	background-color: #fff;
}

/* =Masthead
----------------------------------------------- */
.site-branding {
	background: #fff;
	padding: 3em 0 36px;
	text-align: center;
}
.display-header-text .site-image {
	margin-bottom: 12px;
}
.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3333;
	margin-bottom: 0;
}
.site-title a {
	color: #333;
}
.site-title a:hover {
	text-decoration: none;
}
.site-description {
	color: #333;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8462;
	margin-bottom: 0;
}

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

.sticky {
}
.hentry {
	/*background: #fff;*/
	position: relative;
	word-wrap: break-word;
}
.blog .hentry,
.archive .hentry,
.search .hentry {
	margin: 0 0 3em 0;
}
.hentry:after {
	background: #f2f2f2;
	display: block;
	height: 1px;
	position: relative;
	left: -55px;
	width: 821px;
}
.home.page .hentry:after {
	display: none;
}
.hentry.no-title .entry-body {
	min-height: 6em;
}
.search .no-results .page-header,
.testimonials .no-results .page-header {
	margin: 0;
}
.archive .page-title,
.search .page-title {
	color: #aaa;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.7143;
	text-transform: uppercase;
}
.entry-header {
	position: relative;
	z-index: 1;
}
.post-thumbnail {
	background: -webkit-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
	background: -moz-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
	background: -o-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
	background: linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
	background-size: 4px 4px;
}
.post-thumbnail img {
	display: block;
}
.entry-title {
	line-height: 1.7;
}
.page-title,
.entry-title,
.entry-title a {
	color: #333;
}
.entry-title a:hover {
	color: #f25f70;
}
.entry-meta {
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
}
.entry-meta {
	position: absolute;
	left: 0;
	line-height: 2;
	text-align: right;
	width: 111px;
}
footer.entry-meta {
	line-height: 2;
	position: static;
	padding: 0 0 2em 0;
	text-align: left;
	width: auto;
}
.entry-meta span {
	display: block;
}
.entry-meta a {
	color: #aaa;
}
.entry-meta a:hover {
	color: #666;
}
.featured-post {
	color: #666;
}
.featured-post:before {
	color: #666;
	content: "\f308";
	font-size: 12px;
	font-size: 1.2rem;
	margin-right: 3px;
	position: relative;
}
.categories-links,
.tags-links {
	margin-right: 1em;
}
.entry-summary,
.entry-content {
	margin: 0 0 3em 0;
	min-height: 4em;
}
.updated {
	display: none;
}
.page-links {
	clear: both;
	font-weight: 400;
	margin-top: 1.5em;
	word-spacing: 7px;
}

/* =Post Formats
----------------------------------------------- */

.format-link .entry-title a:after {
	content: " \f442";
	font-size: 36px;
	line-height: 1em;
}
.format-quote blockquote:before {
	color: #ccc;
	content: "\201C";
	font-family: "Droid Serif", serif;
	font-size: 87px;
	font-size: 8.7rem;
	line-height: 1;
	position: absolute;
	left: -10px;
	top: -5px;
}
.format-quote blockquote {
	border: none;
	font-family: "Droid Serif", serif;
	font-size: 16px;
	font-size: 1.8rem;
	margin-left: 0;
	padding-left: 3.0769em;
	position: relative;
}
blockquote cite {
	display: block;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	margin: 0.75em 0;
	text-transform: uppercase;
}
.format-quote blockquote p:last-child {
	margin-bottom: 0;
}

/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption-dd,
.wp-caption-text {
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-style: italic;
	text-align: center;
}
.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
	line-height: 1.8462;
	margin: 0.9231em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.site-main .gallery a img {
	border: none;
	height: auto;
}
.site-main .gallery dd {
	margin: 0;
}
.gallery-item {
	float: left;
	margin: 0 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(46%);
	max-width: calc(46%);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(29.299999999999997%);
	max-width: calc(29.299999999999997%);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(21%);
	max-width: calc(21%);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(16%);
	max-width: calc(16%);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(12.7%);
	max-width: calc(12.7%);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(10.28%);
	max-width: calc(10.28%);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(8.5%);
	max-width: calc(8.5%);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(7.1%);
	max-width: calc(7.1%);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 100%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 7px;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* =Navigation
----------------------------------------------- */

.post-navigation, .paging-navigation {
	margin: 1.5em 0 0 146px;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 48%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 48%;
}
[class*="navigation"] .nav-previous .meta-nav:before {
	content: "\2190";
	margin-right: 5px;
}
[class*="navigation"] .nav-next .meta-nav:after {
	content: "\2192";
	margin-left: 5px;
}
.post-navigation a,
.paging-navigation a,
.comment-navigation a {
	color: #aaa;
	display: inline-block;
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	line-height: 2;
	max-width: 100%;
	word-wrap: break-word;
}
.post-navigation a:hover,
.paging-navigation a:hover,
.comment-navigation a:hover {
	color: #666;
}

/* =Comments
----------------------------------------------- */

.comments-area {
	margin: 3em 0 0 146px;
}
.page .comments-area {
	margin-left: 0;
}
.comments-title {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 1em;
}
.comment-list {
	margin: 1.5em 0;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}
.comment,
.pingback,
.trackback {
	padding: 1.5em 0;
}
.depth-1 {
    border-bottom: solid 1px #f2f2f2;
}
.depth-1:first-child {
	margin-top: 0;
	padding-top: 0;
}
.children {
	margin-top: 24px;
}
.children .comment {
    border-left: 3px solid #f7f7f7;
    padding-left: 24px;
}
.comment-author .avatar {
	border-radius: 50%;
	float: left;
	margin-right: 12px;
}
.comment-meta {
	margin-bottom: 1em;
}
.comment-meta a {
	color: #f25f70;
}
.comment-meta a:hover {
	color: #aaa;
}
.comment-meta .fn {
	display: inline-block;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: bold;
	margin-right: 10px;
	text-transform: uppercase;
}
.says {
	display: none;
}
.comment-metadata {
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
}
.comment-metadata a {
	color: #aaa;
}
.comment-metadata a:hover {
	color: #666;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
.comment-tools {
	display: inline-block;
	float: right;
}
.comment-tools a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	text-transform: uppercase;
}
.comment-reply-link {
	margin-left: 10px;
}
.comment-reply-link:after {
	content: '\00A0\2192';
}
.comment-respond {
	padding: 25px 20px 20px 20px;
}
.comment-content {
	margin-left: 70px;
}
.comment-form label {
	display: inline-block;
	width: 60px;
}
.form-allowed-tags {
	font-size: 12px;
	font-size: 1.2rem;
}
.no-comments {
	text-align: center
}

/*  Widgets
----------------------------------------------- */
.widget-area {
	overflow: hidden;
}
.widget {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7143;
	margin-bottom: 2.5714em;
}
.widget-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height:  1.7143;
	margin-bottom: 0.857em;
	text-align: center;
	text-transform: uppercase;
}
.widget ul,
.widget ol {
	list-style: none;
	margin: 0;
}
.widget ul > li,
.widget ol > li {
	padding: 0.785em 0 0.857em;
}
.widget li > ul,
.widget li > ol {
	margin-left: 24px;
}
.widget ul ul {
	margin-top: .785em;
}
.widget ul ul > li:last-child {
	padding-bottom: 0;
}
.widget select {
	max-width: 100%;
}
.widget_search .search-submit {
	display: none;
}
.widget_search .search-field {
	-moz-box-sizing: border-box;
	-ms-box-sizing:  border-box;
	box-sizing:      border-box;
	width: 100%;
}

/* =Front Page and Sidebar Widgets
----------------------------------------------- */
.front-widget-area .widget-title,
.sidebar-widget-area .widget-title {
	color: #4f4f4f;
}
.widget-title:before,
.widget-title:after {
	content: ' - ';
}
.front-widget-area .widget ul > li,
.front-widget-area .widget ol > li,
.sidebar-widget-area .widget ul > li,
.sidebar-widget-area .widget ol > li {
	border-top: 1px solid #f2f2f2;
}
.widget_calendar caption {
	text-align: center;
}
.widget_calendar td a {
	font-weight: bold;
}

/* Milestone Widget */
.widget-area .milestone-widget {
	margin-bottom: 2.5714em;
}
.widget-area .milestone-content {
	max-width: 100%;
	padding: 0;
}
.widget-area .milestone-header {
	background-color: transparent;
	border-top: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	color: #404040;
	padding: .8em 36px;
}
.widget-area .milestone-header .event {
	background-color: #fff;
	font-size: 100%;
	letter-spacing: 1px;
	line-height: 1.7143;
	margin-top: -21px;
	margin-bottom: 0.857em;
	text-transform: uppercase;
}
.widget-area  .milestone-countdown {
	background-color: transparent;
}
.widget-area .milestone-countdown .difference {
	color: #f25f70;
	font-family: 'Droid Serif', Georgia, serif;
	font-style: italic;
}
.milestone-message {
	font-weight: bold;
}

/* Gravatar Profile Widget */
.widget-area .widget-grofile .widget-title {
	display: none;
}
.widget-area .widget-grofile {
	border: 1px solid #f2f2f2;
	margin-top: 72px;
	text-align: center;
	padding: 0 12px;
}
.widget-area .grofile-thumbnail {
	border-radius: 50%;
	margin-top: -48px;
	width: 50%;
}
.widget-area .widget-grofile h4 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.widget-area .widget-grofile h4 .grofile-full-link {
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}
.widget-area .widget-grofile ul.grofile-urls {
	text-align: center;
}
.widget-area .widget-grofile ul.grofile-accounts li {
	display: inline-block;
}

/* =Footer Widgets
----------------------------------------------- */

.footer-widget-area {
	background-color: #f5f5f5;
	border-top: 1px solid #eee;
	padding: 3em 55px 1.5em;
}
.footer-widgets {
	float: left;
	width: 320px;
}
.footer-widgets a {
	color: #aaa;
}
.footer-widgets a:hover {
	color: #f25f70;
}
.first.footer-widgets,
.second.footer-widgets {
	margin-right: 55px;
}
.footer-widget-area .widget-title {
	color: #4f4f4f;
}
.footer-widget-area .widget ul > li,
.footer-widget-area .widget ol > li {
	border-top: 1px solid #e5e5e5;
}
.footer-widget-area .widget_calendar table,
.footer-widget-area .widget_calendar td {
	border-color: #e5e5e5;
}
/* Milestone Widget */
.footer-widget-area .widget-area .milestone-header {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.footer-widget-area .milestone-header .event {
	background-color: #f5f5f5;
}
.footer-widget-area .milestone-countdown,
.footer-widget-area .milestone-message {
	border: 1px solid #e5e5e5;
}
/* =Footer
----------------------------------------------- */

.site-footer {
	background-color: #404040;
	border-top: 1px solid #d9d9d9;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	padding: 24px 34px 24px 34px;
	text-align: center;
	text-transform: uppercase;
}
.site-info a {
	color: #fff;
}
.site-info a:hover {
	color: #f25f70;
}

/* = Front Page Template
----------------------------------------------- */

.front-page-content-area.content-area {
	float: none;
	margin: 0;
	width: 100%;
}
.front-page-content-area .hero {
	position: relative;
}
/* Front page content with featured image */
.hero-content {
	position: relative;
}
.hero-content > img {
	display: block;
}
.hero-content-overlayer {
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.hero-container-outer {
	display: table;
	height: 100%;
	width: 100%;
}
.hero-container-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.front-page-content-area .with-featured-image {
	background: #fff;
	box-shadow: rgba(0,0,0, 0.1) 0px 1px 2px;
	margin: 0 auto;
	opacity: 0.95;
	padding: 1.5em;
	width: 457px;
}
.front-page-content-area .with-featured-image .entry-header {
	margin-top: 1.5em;
	padding: 0;
}
.front-page-content-area .with-featured-image .entry-content {
	margin-bottom: 1.5em;
	padding: 0;
}
/* Front Page Widget Area and Testimonials */
.front-widget-area {
	border-bottom: 1px solid #f2f2f2;
}
.front-widget-area,
.front-testimonials {
/*	margin-bottom: 3em;
*/	padding: 3em 55px 3em;
}
.front-widgets {
	float: left;
	width: 320px;
}
.first.front-widgets,
.second.front-widgets {
	margin-right: 55px;
}
.front-widgets .widget {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 2.25em;
}
.front-widget-area .widget-title {
	color: #4f4f4f;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 300;
}

/* =Testimonials
----------------------------------------------- */

.jetpack-testimonial {
	border: 1px solid #f2f2f2;
	float: left;
	margin-top: 3em;
	margin-right: 55px;
	padding: 0 18px;
	text-align: center;
	width: 469px;
}
.jetpack-testimonial:after {
	background: none;
	display: none;
}
.jetpack-testimonial:nth-child(even) {
	margin-right: 0;
}
.testimonial-thumbnail {
	margin-top: -45px;
	text-align: center;
}
.testimonial-thumbnail img {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.jetpack-testimonial .entry-header {
	overflow: hidden;
	padding-bottom: 1.5em;
}
.jetpack-testimonial .entry-title {
	color: #f25f70;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	text-transform: uppercase;
}
.jetpack-testimonial .entry-content {
	font-style: italic;
	overflow: hidden;
	margin: 0;
	padding: 0.75em 0;
}
.jetpack-testimonial.without-featured-image .entry-content {
	padding: 3em 0 0.75em;
}
.jetpack-testimonial .entry-meta {
	clear: both;
	text-align: center;
}
/* Testimonials Archives Page */
.testimonials-content-area .entry-content {
	margin-bottom: 0;
	min-height: 0;
}
#testimonials .jetpack-testimonial {
	float: none;
	margin: 0 0 0 0;
	width: auto;
}
.archive #testimonials .hentry {
	margin: 3em 0;
}
.archive #testimonials .hentry.has-post-thumbnail-prev {
	margin-bottom: 6em;
}
.archive #testimonials .without-featured-image > .entry-header {
	margin-left: 0;
}
.testimonials .no-results {
	margin-bottom: 3em;
}

/* = Grid Page
----------------------------------------------- */

.grid-page-content-area .entry-content {
	min-height: 0;
}
.grid-page-content-area .hentry:after,
.child-pages .hentry:after {
	display: none;
}
.child-pages .grid-row {
	border-top: 1px solid #f2f2f2;
	padding-top: 3em;
}
.child-pages .grid-row:last-child {
	border-bottom: none;
}
.child-page:nth-child(even) {
	margin-right: 0;
}
.child-pages .entry-summary {
	min-height: 0;
}
.child-page .entry-thumbnail img {
   display: block;
}
.child-page .entry-header {
	padding: 0;
	margin: 1.5em 0;
}

/* =Jetpack
----------------------------------------------- */

/* Sharing and Likes*/
#jp-post-flair div.sharedaddy div.sd-block,
#jp-post-flair .jetpack-likes-widget-wrapper {
	border-top-color: #f2f2f2;
}
div.sharedaddy h3.sd-title {
	font-family: 'Source Sans Pro', Arial, sans-serif;
}

/* Infinite Scroll */
.infinite-scroll .paging-navigation {
	display: none;
}
.infinite-loader {
	margin: 0 auto;
	width:	36px;
}
#infinite-handle {
	text-align: center;
}
#infinite-handle span {
	margin: 0 auto;
	text-align: center;
}
.site-logo {
	width: auto;
}
.site-branding a + .site-title {
	margin-top: 0.6667em;
}

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

@media screen and (min-width: 1180px) {

	/* Layout */
	.site-content {
		padding: 3em 55px;
	}
	.page .site-content,
	.post-type-archive-jetpack-testimonial .site-content {
		padding: 0;
	}
	.content-area {
		float: left;
		width: 765px;
	}
	/* Default Page Template */
	.content-wrapper {
		background: #fff;
		padding: 3em 55px 3em 201px;
		position: relative;
	}
	.content-wrapper.with-featured-image {
		padding: 1.5em 55px 0 36px;
		margin: -4em 0 0 165px;
	}
	.content-wrapper .content-area {
		float: left;
		margin: 0;
		width: 620px;
	}
	.content-wrapper .hentry:after {
		left: -201px;
		width: 821px;
	}
	/* Full-Width Page Template */
	.content-wrapper.full-width.with-featured-image {
		padding: 1.5em 36px 0;
		margin: -4em 165px 0;
	}
	.content-wrapper.full-width.without-featured-image {
		margin: 0 165px;
		padding: 3em 36px 0;
	}
	.content-wrapper.full-width .content-area {
		width: 100%;
	}
	.content-wrapper.full-width .hentry:after {
		width: 980px;
	}
	/* Jetpack Testimonials Archive Page */
	.post-type-archive-jetpack-testimonial .content-wrapper.full-width .hentry:after {
		background: none;
	}
	/* Content */
	.entry-body {
		padding: 0 0 0 146px;
		margin-top: 1.5em;
	}
	.post-thumbnail {
		margin-left: -55px;
	}
	.post-thumbnail + .entry-header {
		background-color: #fff;
		margin: -4em 0 1em 110px;
		padding: 1.5em 1.5em 0 2.25em;
	}
	.blog .without-featured-image > .entry-header,
	.single .without-featured-image > .entry-header,
	.archive .without-featured-image > .entry-header,
	.search .without-featured-image > .entry-header {
		margin-left: 146px;
	}
	.archive .page-header,
	.search .page-header {
		margin: 0 0 3em 146px;
	}
	.hentry.has-post-thumbnail-prev {
		margin-bottom: 0;
	}
	/* Sidebar */
	.sidebar-widget-area {
		float: right;
		width: 250px;
	}
	/* Front page content without featured image */
	.front-page-content-area .without-featured-image {
		border-bottom: 1px solid #f2f2f2;
		padding: 3em 55px 0 55px;
	}
	.front-page-content-area .without-featured-image .entry-header {
		padding: 0;
	}
	.front-page-content-area .without-featured-image .entry-content {
		padding: 0;
	}
	/* Grid Page */
	.child-page {
		float: left;
		margin: 0 55px 0 0;
		width: 360px;
	}
}

@media screen and (max-width: 1180px) {
	/* Layout */
	.site {
		padding-left: 2.33050%;
		padding-right: 2.33050%;
	}
	.site-content {
		padding: 3em 4.661%;
	}
	.page .site-content,
	.home.page .site-content,
	.post-type-archive-jetpack-testimonial .site-content {
		padding: 0;
	}
	.site-branding,
    .site-navigation {
		padding-left: 4.661%;
		padding-right: 4.661%;
	}
	/* Default Page Template */
	.content-wrapper {
		background: #fff;
		padding: 3em 4.661%;
		position: relative;
	}
	.content-wrapper.with-featured-image {
		padding: 1.5em 4.661%;
	}
	/* Full-Width Page Template */
	.content-wrapper.full-width.with-featured-image {
		margin: -4em 13.98%;
		padding: 1.5em 3% 0;
	}
	.content-wrapper.full-width.without-featured-image {
		margin: 0 13.98%;
		padding: 3em 3% 0;
	}
	.content-wrapper.full-width .content-area {
		width: 100%;
	}
	.content-wrapper.full-width .hentry:after{
		left: -9.1%;
		width: 109.1%;
	}
	/* Jetpack Testimonials Archive Page */
	.post-type-archive-jetpack-testimonial .content-wrapper.full-width .hentry:after {
		background: none;
	}
	/* Content */
	.content-area {
		float: left;
		width: 68.86440%;
	}
	.hentry:after {
		left: -7.4%;
		width: 107.4%;
	}
	.post-thumbnail {
		margin-left: -7.5%;
	}
	.post-thumbnail + .entry-header {
		margin: 1.5em 0;
		padding: 0;
	}
	.hentry.has-post-thumbnail-prev {
		margin-bottom: 0;
	}
	.entry-meta {
		margin-bottom: 1em;
		position: static;
		text-align: left;
		width: auto;
	}
	.entry-meta span {
		display: inline-block;
		margin-right: 10px;
	}
	.post-navigation,
	.paging-navigation,
	.comments-area {
		margin-left: 0;
	}
	footer.entry-meta {
		margin-bottom: 0;
	}
	/* Sidebar */
	.sidebar-widget-area {
		float: right;
		width: 21.1864%;
	}
	/* Footer Widgets */
	.footer-widget-area {
		padding-left: 4.661%;
		padding-right: 4.661%;
	}
	.footer-widgets {
		width: 31.333%;
	}
	.first.footer-widgets,
	.second.footer-widgets {
		margin-right: 3%;
	}
	/* Front page */
	.front-page-content-area .without-featured-image {
		border-bottom: 1px solid #f2f2f2;
		padding: 3em 4.661% 0 4.661%;
	}
	.front-widget-area,
	.front-testimonials {
		padding: 3em 4.661%;
	}
	.front-widgets {
		width: 31.333%;
	}
	.first.front-widgets,
	.second.front-widgets {
		margin-right: 3%;
	}
	.jetpack-testimonial {
		margin-right: 4.661%;
		padding-right: 1.525%;
		padding-left: 1.525%;
		width: 43.745763%;
	}
	.jetpack-testimonial:nth-child(even) {
		margin-right: 0;
	}
	.testimonial .entry-content,
	.testimomial .entry-header {
		width: 63.77952756%;
	}
	/* Grid Page */
	.child-page {
		float: left;
		margin: 0 4.661% 0 0;
		width: 47.272%;
	}
}
@media screen and (max-width: 998px) {
	.content-wrapper.full-width.with-featured-image {
		margin: -4em 4.661%;
	}
	.content-wrapper.full-width.without-featured-image {
		margin: 0 4.661%;
	}
}
@media screen and (max-width: 850px) {
	.home.page #content {
		padding: 0;
	}
	.content-area,
	.content-wrapper .content-area {
		float: none;
		width: 100%;
	}
	.sidebar-widget-area,
	.content-wrapper .sidebar-widget-area {
		float: none;
		padding-top: 3em;
		width: 100%;
	}
	.content-wrapper.full-width.with-featured-image,
	.content-wrapper.full-width.without-featured-image {
		margin: 0;
		padding: 1.5em 4.661% 0;
	}
	.content-wrapper.full-width .hentry:after{
		left: -9.1%;
		width: 109.1%;
	}
	.footer-widgets {
		width: 100%;
	}
	.post-thumbnail {
		margin: 0 -5.1%;
	}
	.hentry:after {
		left: -5.1%;
		width: 110.2%;
	}
}
@media screen and (max-width: 767px) {
	.menu-toggle {
		color: #fff;
		display: block;
		font-family: "Source Sans Pro", Arial, sans-serif;
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.7143;
		margin-bottom: 0;
		padding: 1em 0;
		text-align: center;
		text-transform: uppercase;
	}
	.menu-toggle:before {
		content: "\f419";
		margin-right: 12px;
		position: relative;
		top: -2px;
	}
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}
	.main-navigation {
		color: #fff;
		padding-right: 1em;
		padding-left: 1em;
	}
	.main-navigation ul {
		display: none;
		text-align: left;
	}
	.main-navigation ul a {
		padding: 1em;
	}
	.main-navigation ul a:after {
		display: none;
	}
	.main-navigation ul li {
		border-top: 1px solid #ffa4ad;
		display: list-item;
		padding: 0;
	}
	.main-navigation ul li:first-child {
		border-top: 0;
	}
	.main-navigation ul ul {
		background-color: transparent;
		box-shadow: none;
		float: none;
		list-style: disc;
		margin: 0 0 1em 2.15em;
		position: static;
	}
	.main-navigation ul ul li {
		border-top: 0;
	}
	.main-navigation ul ul li:hover {
		background: none;
	}
	.main-navigation ul ul a {
		color: #fff;
		padding: 0.5em 0;
		width: auto;
	}
	.main-navigation ul ul a:hover {
		color: #5d5d5d;
	}
	.main-navigation ul ul ul {
		background-color: transparent;
		margin-bottom: 0;
	}
	.main-navigation ul ul ul li {
		border-top: 0;
	}
	.main-navigation ul ul ul a {
		width: auto;
	}
	.content-wrapper .hentry:after{
		left: 0;
		margin: 0 -4.661%;
		width: 109.661%;
	}
	.front-page-content-area .with-featured-image {
		border-bottom: 1px solid #f2f2f2;
		box-shadow: none;
		padding-right: 4.661%;
		padding-left: 4.661%;
		width: auto;
	}
	.hero-content-overlayer {
		height: 100%;
		overflow: auto;
		position: static;
		top: auto;
	}
	.front-widgets {
		margin-bottom: 15px;
		margin-right: 0;
		width: 100%;
	}
	.jetpack-testimonial {
		margin-right: 0;
		margin-left: 0;
		width: 96.6%;
	}
	.jetpack-testimonial:nth-child(even) {
		margin-top: 6em;
	}
}

@media screen and (max-width: 600px) {
	.site-branding {
		text-align: center;
	}
	.child-pages .grid-row {
		border: none;
		margin-bottom: 0;
		margin-left: 0;
	}
	.child-page {
		border-bottom: 1px solid #f2f2f2;
		float: none;
		max-width: 334px;
		width: auto;
	}
	.site-logo {
		margin: 0 auto 12px;
	}
}

@media screen and (max-width: 362px) {
	.site-logo {
		max-width: 100%;
	}
}