/*
Theme Name: Narwhal
Theme URI: https://basilosaur.us/wordpress/themes/narwhal/
Author: basilosaur.us
Author URI: https://basilosaur.us/
Description: Narwhal is a fast, flexible, mobile-friendly theme that is oriented toward small businesses and professionals in private practice.  It is highly configurable, offering customizable colors, footer widget areas, several useful page templates, and much more. It has built-in support for Contact Form 7, Jetpack Contact Forms, and Column-Matic. It features elegant AJAX page loading for blog posts and comment paging. And it offers a configurable featured page box that allows you to highlight particular content only on the front page, or everywhere on your site.
Version: 1.0.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: narwhal
Tags: one-column, two-columns, fluid-layout, responsive-layout, custom-colors, custom-menu, editor-style, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready

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.

 Narwhal is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

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/

Genericons is free software; you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software Foundation; either version
2 of the License, or (at your option) any later version.
More information about Genericons may be found here: http://genericons.com/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 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%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered 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/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

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 {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus,
button:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
}

body,
button,
input,
select,
textarea {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	line-height: 1.62;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.25em;
	padding-bottom: .4em;
	letter-spacing: 0.05em;

}
h1 {
	font-size: 1.75em;
}
h2 {
	font-size: 1.66em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.33em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
	font-weight: 600;
}
p {
	margin-bottom: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
	color: #333;
	font-style: italic;
	letter-spacing: .025em;
	line-height: 1.75em;
	color: #666;
	text-align: justify;
}
cite {
	font-size: .8em;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 1px;
	text-indent:-1.25em;
	padding-bottom: 1rem;
	max-width: 85%;
	float:right;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
cite:before {
	content: '\2014\0020';
}
address {
	margin: 0 0 1.5em;
	letter-spacing: .05em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #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%;
}
/*.genericon {
	position:relative;
	top: 5px;
	font-size: 1.5em !important;
}*/
.site-title {
	position: relative;
	color: #444;
	font-size: 1.75em;
	font-weight: 300;
	letter-spacing: .1em;
	line-height: 1.33em;

}
.entry-header {
	color: #444;
}
.entry-title,
.widget-title,
.widgettitle {
	position: relative;
	left: -2px;
	color: #444;
	font-size: 1.75em;
	letter-spacing: .1em;
	line-height: 1.25em;
	padding-bottom: .4em;
	margin-top: -.25em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.entry-meta,
.entry-footer {
	color: #444;
	font-size: .8em;
	letter-spacing: 0.05em;
	font-variant: small-caps;
}
.entry-meta .genericon,
.entry-footer .genericon {
	font-size: 1.25em;
}
.widget-title,
.widgettitle,
.portfolio-card .entry-title {
	color: inherit;
	font-size: 1.5em;
	font-variant: small-caps;
	padding-bottom: 1em;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
3.5 Structure
--------------------------------------------------------------*/
body {
}
#page {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0 0;
	margin: 0 auto;
}
.site-header {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1.5rem 0;
	background-color: #CCDCFF;
}
.site-branding {
	display: inline-block;
	float: left;
	vertical-align: middle;
	padding: .25rem 0;
	padding-left: 1.5rem;
}
.main-navigation {
	display: inline-block;
	float: right;
	vertical-align: middle;
	padding-right: 1.5rem;
}
#featured-box,
#footer-sidebars {
	padding: 1.5rem 0 .33rem;
	background-color: #f6f6f6;
}
#featured-box {
	padding-bottom: 1.25rem;
}
#content {
	position: relative;
	padding-top: 2.25em;
}
#primary {
	width: 75%;
	display: block;
	position: relative;
	margin: 0 auto;
}
.blog #primary,
.single #primary,
.archive #primary,
.search #primary,
.page-template-templatessidebar-page-php #primary {
	display: block;
	float: left;
	width: 70%;
/*	margin-right: -4px;*/
	padding: 0 2.5rem 0 1.5rem;
	min-width: 0;
	vertical-align: top;
}
#secondary {
	display: block;
	position: relative;
	float: right;
	width: 30%;
/*	margin-right: -4px;*/
	padding-right: 1.5rem;
	vertical-align: top;
}
#abovetheheader {
	position: relative;
	display: block;
	width: 100%;
	font-size: .8em;
	letter-spacing: 0.025em;
	color: #ddd;
	background-color: #444;
	padding: .175em 0 .1em;
}
.footer-column {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin-right: -4px;
	margin-left: 2%;
	margin-bottom: 1em;
	border: 1px solid #ddd;
	border-radius: .66em;
	padding: 1.5em 1.5em .5em;
}
.footer-column:first-child {
	margin-left: 0;
}
.fc3 .footer-column {
	width: 32%;
}
.fc1 .footer-column {
	width: 80%;
	border: 0;
}
.fc1 .footer-column:first-child {
	margin-left: 10%;
}
.fc2 .footer-column:first-child {
	margin-left: 25.5%;
}
#footer-sidebars .inner {
	padding: 0 1.5rem;
}
.site-footer {
	position: relative;
	padding: 1em 0;
	font-size: .89em;
	letter-spacing: 0.05em;
	background-color: #CCDCFF;
}
.site-footer .inner {
	padding: 0 1.5rem;
	opacity: .5;
	text-align: center;
}
.transparent {
	opacity: 0;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	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 */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	padding: .66em 1.2em .75em;
	font-size: 1.2rem;
	line-height: 1;
	background: none;
	color: #888;
	border: 3px solid #aaa;
	border-radius: 2.25em;
	transition: .25s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #888;
	color: #666;
	box-shadow: none;
	transition: .25s;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
	padding: .33em 1.33em;
	border: 3px solid #ccc;
	border-radius: 1.5em;
}

textarea,
textarea:focus {
	padding: .33em .5em;
	border: 3px solid #ccc;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="search"] {
	/*padding: 3px;*/
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.wpcf7 form,
.contact-form {
	position: relative;
	width: 96%;
	padding: 2em 1.5em .5em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCDCFF;
	border-radius: .75em;
}
.contact-form.contact-form label {
	font-weight: 400;
	padding-left: .5em;
	padding-bottom: .25em;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"] {
	margin-top: 4px;
	max-width: 100%;
	width: 550px;
}
.contact-form.contact-form input[type="text"],
.contact-form.contact-form input[type="email"],
.contact-form.contact-form input[type="tel"],
.contact-form.contact-form input[type="url"] {
    margin-bottom: 13px;
    max-width: 100%;
    width: 550px;
}
.contact-form.contact-form textarea {
	width: 100%;
	height: auto;
	max-height: 250px;
}
.contact-form.contact-form .contact-submit {
	text-align: right;
	margin-top: 1em;
}

/*--------------------------------------------------------------
Columns
--------------------------------------------------------------*/
.column {
	vertical-align: top;
	margin-right: -4px;
	margin-left: 3%;
}
.c50 {
	width: 47%;
}
.c33 {
	width: 31.6%;
}
.c25 {
	width: 22.75%;
}
.column:first-of-type {
	margin-left: 0;
}
.boxed {
	background-color: #f6f6f6;
	padding: 1em;
	border-radius: .75em;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.navigation {
	position: relative;
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: .5rem 1rem;
	margin: .5rem 0 1rem;
	color: #888;
	font-size: .9em;
	letter-spacing: .05em;
	clear: both;
}
.navigation a {
	border: 0;
}
.nav-links {
	position: relative;
	display: table;
	width: 100%;
}
.paging-navigation .nav-previous,
.paging-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.loadmoreposts {
	display: none;
	border-top: none;
	border-bottom: none;	
}
.loadmore-actual {
	position: relative;
	margin: 0 auto;
	padding: .5em;
	width: 40%;
	min-width: 400px;
	text-align: center;
	border: 3px solid #ddd;
	border-radius: .75em;
	cursor: pointer;
	transition: .2s;
}
.loadmore-actual:hover {
	background-color: #eee;
	transition: .2s;
}
.spinner {
	width: 1em;
	height: 1em;
	position: relative;
	margin: .33em auto;
	
	border-radius: 50%;
	border: 3px solid #ccc;

	box-shadow: inset 0 0 0 .1em rgba(255,255,255,0.3);
	
	animation: rota 3s infinite alternate;
}
.spinner::before {
	position: absolute;
	top: 10%;
	left: 10%;
	content: '';
	width: 80%;
	height: 80%;
	border: 1px solid #ccc;
	border-radius: 50%;

}
.spinner::after {
	position: absolute;
	top:.11em;
	left: .11em;
	content: '';
	width: .12em;
	height: .12em;
	background:#999;
	border: 1px solid #ccc;
	border-radius: 50%;

}
@keyframes rota {
/*	25%  { transform: rotate(90deg); }
	50%  { transform: rotate(180deg); }
	75%  { transform: rotate(270deg); }*/
	100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #222;
	text-decoration: none;
	border-bottom: 1px dotted #ddd;
}

a:visited,
a:hover,
a:focus,
a:active {
	border-bottom: 1px dotted #444;
}

.site-title a {
	color: inherit;
}
.nolinkborder a {
	border-bottom: 0;;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.menu-toggle {
	position: relative;
	display: block;
	float: right;
	padding: .66em 1.5em;
	cursor: pointer;
	white-space:nowrap;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	color: #888;
	border: 3px solid #aaa;
	border-radius: 2.25em;
	box-shadow: none;
	z-index: 2;
	transition: .25s;
}
.menu-toggle:hover {
	border-color: #888;
	color: #666;
	box-shadow: none;
	transition: .25s;
}
.intheheader-menu {
	float: left;
	padding-right: .5em;
	font-weight: 400;
}
ul.intheheader-menu {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.intheheader-menu li {
	float: left;
	position: relative;
	padding: .88em .5em;
}
.intheheader-menu a {
	color: #777;
}
.intheheader-menu a:hover,
.intheheader-menu a:active,
.intheheader-menu .current-menu-item a {
	color: #333;
}
.primary-menu {
	position: absolute;
	display: none;
	top: 6.5rem;
	right: 1rem;
	padding: .75em 0 1.25em;
	background-color: #FFE7B3;
	border: 1px solid #ccc;
	border-radius: .5em .5em .75em .75em;
	z-index: 99;
	/*box-shadow: -1px 3px 4px 1px #dedede;*/
}
.primary-menu::before {
	position: absolute;
	top: -1.1em;
	right: 3.5rem;
	content: ' ';
	width: 0; 
	height: 0; 
	border-left: 1em solid transparent;
	border-right: 1em solid transparent;
	border-bottom: 1.3em solid #FFE7B3;
	z-index: 99;
}
.primary-menu ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding-left: 1.5em;
	padding-right: 1.5em;
}
.primary-menu ul ul {
	margin-left: .66em;
}
.primary-menu li {
	position: relative;
	padding: .2em 0;
}
.children {
	padding: .33em 0 0;
}
.sub-menu li:last-child {
	padding-bottom: 0;
}
.primary-menu a {
	color: #777;
}
.primary-menu li:hover > a {
	color: #555;
}

.primary-menu .search-form {

	margin: 0 .5em;
	margin-top: .625em;
	padding-top: .9em;
}
.primary-menu .search-submit {
	display: none;
}
.primary-menu .search-field {
	width: 80%;
	margin: 0 4%;
	padding: .33em 6%;
	border: 3px solid #ccc;
	border-radius: 1.5em;
}
.expand-menu,
.expand-comment {
	position: absolute;
	right: 0;
	top: 2px;
	padding: 0 .33em;
	cursor: pointer;
}
.expand-comment {
	top: .5em;
	right: .66em;
}
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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 */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.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;
}
.justified {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	font-size: 0.85em;
	border: 0;
}
#secondary .widget {
	border: 1px solid #e6e6e6;
	border-radius: .66em;
	padding: 1.5em 1.5em .5em;
}
.widget ul {
	list-style: none;
	margin-left: 0;
}
.widget li {
	padding-bottom: .33em;
}
.widget li:last-child {
	padding-bottom: 0;
}

.widget a,
.widget a:visited {
	border-bottom: 0;
}
.widget a:hover,
.widget a:active {
	border-bottom: 1px dotted #ccc;
}
.textwidget {
	margin-bottom: 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

#abovetheheader .widget-area {
	display: inline-block;
	width: 95%;
	padding: 0 1rem;
	margin-right: -4px;
	vertical-align: top;
}
#abovetheheader .closethis {
	position: relative;
	display: inline-block;
	width: 5%;
	top: -.05em;
	margin-right: -4px;
	padding-right: 1rem;
	vertical-align: top;
	text-align: right;
	cursor: pointer;
	color: #999;
	font-weight: 600;
	transition: .2s;
}
#abovetheheader .closethis:hover {
	color: #ddd;
	transition: .2s;
}
#abovetheheader .widget,
#abovetheheader .textwidget {
	margin-bottom: .25em;
}


/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/


.sticky {
	display: block;
}

.hentry {
	margin: 0 0 2.5em;
}
.page-header {
	position: relative;
	border-bottom: 1px solid #ccc;
	line-height: 1;
	padding-bottom: 0;
	margin-bottom: 2em;
}
.page-header h1 {
	font-size: 1.33em;
	font-weight: 300;
	letter-spacing: 0.05em;
}
.entry-header {
	padding-bottom: .25em;
}
.entry-footer {
	padding-top: .5em;
}
.cat-links,
.tags-links,
.comments-link,
.edit-link {
	margin-right: .25em;
}
.cat-links::after,
.tags-links::after,
.comments-link::after,
.edit-link::after {
	margin-left: .25em;
	content: '|';
}
.cat-links:last-of-type::after,
.tags-links:last-of-type::after,
.comments-link:last-of-type::after,
.edit-link:last-of-type::after {
	margin-left: .25em;
	content: '';
}
.posted-on,
.byline {
	margin-right: .5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.blog .entry-content,
.archive .entry-content,
.search .entry-content {
	margin-left: .66em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.featured-page .hentry {
	margin-bottom: 0;
	padding: .33rem 1.5rem 0;
}
.featured-page .hentry p:last-child {
	margin-bottom: 0;
}
.featured-page .featuredthumb {
	float: left;
	width: 50%;
	padding: 0 1.5rem;
}
.featured-page .has-post-thumbnail {
	float: right;
	width: 50%;
}
.featured-page .entry-content {
	margin-top: .75em;
}
.featuredthumb-right .featuredthumb {
	float: right;
}
.featuredthumb-right .has-post-thumbnail {
	float: left;
}
.entry-content img.aligncenter,
.entry-content img.alignnone,
.entry-content .wp-caption.aligncenter,
.entry-content .wp-caption.alignnone {
	padding-top: .66em;
	padding-bottom: .66em;
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	position: relative;
	margin-right: 1.66em;
	margin-top: .33rem;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	position: relative;
	margin-left: 1.66em;
	margin-top: .33rem;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title,
.search .format-aside .entry-title,
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.search .format-status .entry-title,
.blog .format-quote .entry-title,
.archive .format-quote .entry-title,
.search .format-quote .entry-title {
	font-size: 1.33em;
	font-variant: small-caps;
	left: 0;

}
.blog .format-status .entry-title::before,
.archive .format-status .entry-title::before,
.search .format-status .entry-title::before,
.blog .format-quote .entry-title::before,
.archive .format-quote .entry-title::before,
.search .format-quote .entry-title::before,
.blog .post-password-required .entry-title::before,
.archive .post-password-required .entry-title::before,
.search .post-password-required .entry-title::before,
.blog .sticky .entry-title::before,
.archive .sticky .entry-title::before,
.search .sticky .entry-title::before {
	content: '\f108';
	display: inline-block;
	position: relative;
	-webkit-font-smoothing: antialiased;
	font: normal 1.75em 'Genericons';
	vertical-align: bottom;
	color: #666;
	margin-left: -6px;
	top: 10px;
	left: -5px;
}
.blog .format-quote .entry-title::before,
.archive .format-quote .entry-title::before,
.search .format-quote .entry-title::before  {
	content: '\f106';
}

.blog .post-password-required .entry-title::before,
.archive .post-password-required .entry-title::before,
.search .post-password-required .entry-title::before,
.blog .sticky .entry-title::before,
.archive .sticky .entry-title::before,
.search .sticky .entry-title::before {
	position: relative;
	top: 2px;
	content: '\f427';
	font-size: 1.1em;
	margin-left: -12px;
}
.blog .sticky .entry-title::before,
.archive .sticky .entry-title::before,
.search .sticky .entry-title::before {
	content: '\f308';
}
.blog .format-aside .entry-meta,
.archive .format-aside .entry-meta,
.search .format-aside .entry-meta,
.blog .format-aside .entry-footer,
.archive .format-aside .entry-footer,
.search .format-aside .entry-footer,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta,
.search .format-status .entry-meta,
.blog .format-status .entry-footer,
.archive .format-status .entry-footer,
.search .format-status .entry-footer,
.blog .format-quote .entry-meta,
.archive .format-quote .entry-meta,
.search .format-quote .entry-meta,
.blog .format-quote .entry-footer,
.archive .format-quote .entry-footer,
.search .format-quote .entry-footer {
	display: none;
}
.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.search .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content,
.search .format-status .entry-content,
.blog .format-quote .entry-content,
.archive .format-quote .entry-content,
.search .format-quote .entry-content {
	margin-top: .5em;
}
.blog .format-aside,
.archive .format-aside,
.search .format-aside,
.blog .format-status,
.archive .format-status,
.search .format-status,
.blog .format-quote,
.archive .format-quote,
.search .format-quote {
	position: relative;
	margin-bottom: 1.5em;
}
.blog .format-image img,
.archive .format-image img,
.search .format-image img {
	max-width: 90%;
	clear: both;
	display: block;
	margin: 0 auto;
}
.blog .post-password-required .entry-content,
.archive .post-password-required .entry-content,
.search .post-password-required .entry-content {
	display: none;
}

/*--------------------------------------------------------------
10.25 Portfolio Cards
--------------------------------------------------------------*/
.page-template-templatesportfolio-view-php .hentry {
	margin-bottom: 1.5em;
}
.portfolio-view {
	margin-bottom: 2.5em;
}
.portfolio-card {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	margin-right: -4px;
	padding: 0 1%;
}
.portfolio-card article {
	border: 1px solid #e6e6e6;
	border-radius: .66em;
	padding: 0 0 1em;
	overflow: hidden;
}
.portfolio-card .entry-title {
	padding: 0 1rem .66em;
}
.portfolio-card .entry-header {
	padding-top: 1.5em;
	padding-bottom: .5em;
}
.portfolio-card .entry-content {
	padding-left: 0;
	font-size: .85em;
	line-height: 1.7;
	margin-top: 0;
	padding: 0 1rem;
}
.portfolio-card .more-link {
	float: right;
	clear: both;
	font-size: .85em;
	padding: 0 1rem;
}
.portfolio-card .attachment-post-thumbnail {
	position: relative;
	display: block;
	border-bottom: -5px;
	line-height: .85;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
	position: relative;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.comment-content a {
	word-wrap: break-word;
}
.comments-title {
	position: relative;
	font-weight: 300;
	padding: .5em 1rem;
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-radius: .66rem;
	margin-bottom: 1.5rem;
	line-height: 1;
}
.comments-area ol {
	margin-left: 0;
}
.comments-area li {
	list-style: none;
}
.comment-body, .comment-navigation {
	background-color: #f6f6f6;
	padding: 1em 1.5em;
	margin-bottom: 1.25em;
	border-radius: .75em;
	font-size: .9em;
}
.comment-meta {
	clear: both;
	overflow: hidden;
	padding-bottom: .75em;
	margin-bottom: 1em;
	border-bottom: 3px solid #ddd;
}
.comment-meta a {
	border: 0;
}
.comment-author {
	padding-right: 1em;
	float: left;
}
.comment-author .avatar {
	display: none;
}
.comment-metadata {
	padding-left: 1em;
	float: right;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.children.children {
	padding: 0;
	margin-left: 1em;
}
.bypostauthor {
	display: block;
}

.comment-respond {
	padding: 1em 1.5em .5em;
	margin-bottom: 2em;
	background-color: #CCDCFF;
	border-radius: .75em; 
}
.comment .comment-respond {
	margin-left: 1em;
}
.comment-reply-title {
	padding-bottom: .75em;
}
.comment-reply-title small {
	font-size: .9rem;
	color: #666;
	margin-left: 1em;
}
.comment-reply-title small a {
	border-bottom: 0;
	color: #666;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
	display: inline-block;
	width: 20%;
	margin-right: -4px;
	padding-left: .5em;
	padding-right: .5em;
	vertical-align: middle;
	font-weight: 400;

}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	display: inline-block;
	width: 80%;

	margin-right: -4px;
	padding-left: .5em;
	padding-right: .5em;
	vertical-align: middle;
}
.comment-form-comment label {
	display: none;
	padding-left: .5em;
	padding-bottom: .5em;
}
.comment-form-comment textarea {
	margin-top: .5em;
	margin-bottom: .5em;
}
.form-allowed-tags {
	display: none;
}
.form-submit {
	position: relative;
	text-align: right;
	clear: none;
	margin-bottom: 1em;
}
.comment-subscription-form.comment-subscription-form { /* JETPACK INTEGRATION */
	margin-bottom: 0;
	font-size: .85em;
	text-align: right;
}
.comment-subscription-form.comment-subscription-form:last-of-type {
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.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;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	font-size: .8em;
	color: #222;
	letter-spacing: 0.05em;
}

.wp-caption .wp-caption-text {
	margin: 0.66em 0 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

@media screen and (max-width: 900px) {
	#primary {
		width: 90%;
	}
	.blog #primary,
	.single #primary,
	.archive #primary,
	.search #primary,
	.page-template-templatessidebar-page-php #primary {
		float: none;
		width: 90%;
		padding: 0;
		margin: 0 auto;
	}
	#secondary {
		float: none;
		width: 50%;
		padding-right: 0;
		margin: 0 auto;
	}
	.blog #secondary,
	.archive #secondary,
	.search #secondary {
		display: none;
	}
	.featured-page .hentry {
		padding: 0 1rem 0 1rem;
		font-size: .9em;
	}
	.featured-page .featuredthumb {
		padding: 0 1rem 0 1rem;
	}
	.featured-page .has-post-thumbnail {
		width: 50%;
	}

}
@media screen and (max-width: 768px) {
	.featured-page .featuredthumb {
		float: none;
		width: 75%;
		margin: 0 auto 1.5rem;
	}
	.featured-page .has-post-thumbnail {
		float: none;
		width: 75%;
		margin: 0 auto;
	}
	.featuredthumb-right .featuredthumb {
		float: none;
	}
	.featuredthumb-right .has-post-thumbnail {
		float: none;
	}
	
	.column {
		vertical-align: top;
		margin: 0 8% 1.25em;
	}
	.c50,
	.c33,
	.c25 {
		width: 84%;
	}
	.column:first-of-type {
		margin-left: 8%;
	}

	.footer-column,
	.fc3 .footer-column,
	.fc1 .footer-column {
		width: 84%;
		margin-right: 8%;
		margin-left: 8%;
	}
	.footer-column:first-child,
	.fc2 .footer-column:first-child,
	.fc1 .footer-column:first-child {
		margin-left: 8%;
	}
	
	.loadmore-actual {
		width: 84%;
		min-width: 0;
		margin-left: 8%;
		margin-right: 8%;
	}

}
@media screen and (max-width: 640px) {
	.site-branding {
		display: block;
		width: 94%;
		float: none;
		padding-left: 0;
		margin: 0 auto .5rem;
		text-align: center;
	}
	.main-navigation {
		display: block;
		width: 94%;
		float: none;
		padding-right: 0;
		margin: 0 auto;
	}
	.menu-toggle {
		position: relative;
		display: block;
		float: none;
		clear: both;
		width: 74%;
		margin: 1rem auto 0;
	}
	.intheheader-menu {
		float: none;
		padding-right: 0;
		clear: both;
		font-size: .9em;
	}
	ul.intheheader-menu {
		float: none;
		text-align: center;
	}
	.intheheader-menu li {
		float: none;
		position: relative;
		text-align: center;
		padding-top: 0;
		padding-bottom: .33em;
	}
	.primary-menu {
		position: relative;
		display: none;
		top: 1rem;
		right: 0;
		left: 0;
		margin-bottom: .5em;
		width: 100%;
		padding: .75em 0 1.25em;
		border-radius: .75em;
		border-color: #ccc;
		box-shadow: inset 0 0 6px 1px #ccc;
	}
	.primary-menu::before { 
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	#primary,
	.blog #primary,
	.single #primary,
	.archive #primary,
	.search #primary,
	.page-template-templatessidebar-page-php #primary {
		width: 88%;
	}
	#secondary {
		width: 75%;
	}
	.featured-page .featuredthumb {
		width: 90%;
	}
	.featured-page .has-post-thumbnail {
		width: 90%;
	}
	.entry-content {
		text-align: justify;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
	}
	.blog .entry-content,
	.archive .entry-content,
	.search .entry-content {
		margin-left: 0;
	}
	
	.comment-form-author label,
	.comment-form-email label,
	.comment-form-url label {
		display: block;
		width: auto;
	}
	.comment-form-author input,
	.comment-form-email input,
	.comment-form-url input {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#secondary {
		width: 84%;
	}
	.column {
		vertical-align: top;
		margin: 0 3% 1.25em;
	}
	.c50,
	.c33,
	.c25 {
		width: 94%;
	}
	.column:first-of-type {
		margin-left: 3%;
	}

	.footer-column,
	.fc3 .footer-column,
	.fc1 .footer-column {
		width: 94%;
		margin-right: 3%;
		margin-left: 3%;
	}
	.footer-column:first-child,
	.fc2 .footer-column:first-child,
	.fc1 .footer-column:first-child {
		margin-left: 3%;
	}
	.comment-subscription-form.comment-subscription-form {
		font-size: .75em;
	}

}
