/*
Theme Name: Venture
Theme URI: http://demo.themesharbor.com/venture
Author: Themes Harbor
Author URI: https://themesharbor.com
Description: Clean and creative portfolio theme which is focused on designers, developers, freelancers, photographers, architects, or any other individuals who want to showcase their work.
Version: 1.1.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: venture
Tags: two-columns, custom-menu, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready, custom-background, custom-logo, full-width-template, blog, portfolio

This theme, like WordPress, is licensed under the GPL.

Venture is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
	## Inputs and buttons
# Header
	## Header Links
	## Header Search Form
	## Header Toggle Sidebar
# Footer
# Hero Section
	## Featured Content Loader
# Front Page Blocks
	## Front Page Portoflio Items
	## Front Page Blog Items
# Main Menu
# Navigation
	# Social Menu
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Gallery Post Format
	## Video Post Format
	## Archive, Search, Not Found Page
	## 404 Page
	## Audio Player
	## Author Section
	## Comments
# Testimonials
# Infinite scroll
# Contact Form
# Media
	## Captions
	## Galleries
# Share Buttons & Related Posts
# Animation
# Slider
# Responsive Design
# Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 300;
	color: #424242;
}

h1, h2, h3,
h4, h5, h6 {
	color: #222221;
	font-weight: 300;
}

p, ul, ol, dd, dl, address, pre,
blockquote,
.jetpack-video-wrapper,
.mejs-container,
#page .wp-playlist,
table, .table,
#page .tiled-gallery,
#page .slideshow-window,
#page div#jp-relatedposts,
.more-link-container {
	margin-bottom: 35px;
}

#page a,
#page a:hover {
	text-decoration: none;
}

a {
	color: #277DA9;
}

a:hover {
	color: #144F6D;
}

img {
	display: inline-block;
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

#fullscreen-header .skip-to-entry:before,
.has-arrow:after,
.header-menu:before,
.header-search:before,
.slick-prev:before, .slick-next:before,
.front-block a.prev-item:before,
.front-block a.next-item:before,
#search-container #close-search-container:before,
.social-list li a:before,
.post-navigation .nav-previous .meta-nav::before,
.post-navigation .nav-next .meta-nav::after,
.widget ul li:before,
.comment-navigation .nav-previous:before,
.comment-navigation .nav-next:after,
#infinite-handle span:after,
.widget.widget_jp_blogs_i_follow ol li:before,
#close-toggle-sidebar:before,
#fullscreen-header .featured-mobile-tip:before,
#fullscreen-header .featured-mobile-tip:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

#page .has-background-cover {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-shadow: 0 2px 3px rgba(0,0,0,0.3);

	background-position: center center;
	background-attachment: scroll;
}

a,
#masthead,
.slick-prev,
.slick-next,
.overlay,
#search-container #close-search-container,
.portfolio-grid .hentry img,
.front-block.front-blog-posts .more-link .link-inner,
.front-blog-row .hentry .entry-header,
.portfolio-grid .hentry .entry-header .entry-title,
.featured-content,
#front-testimonials,
#front-blog-items,
input, textarea,
#infinite-handle span {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#default-view {
	-webkit-transition: padding-top .2s ease-in-out;
	-moz-transition: padding-top .2s ease-in-out;
	transition: padding-top .2s ease-in-out;
}

#fullscreen-header .featured-slide .hentry,
#fullscreen-header .featured-slide .hentry-inner,
.front-block .grid-row .featured-page-inner,
.front-block.front-blog-posts .featured-page-content {
	width: 100%;
	height: 100%;
}

.has-arrow:after {
	content: "\f178";
	padding-left: 6px;
}

.featured-content,
#front-testimonials,
#front-blog-items {
	visibility: hidden;
	opacity: 0;
}

.featured-content.visible-section,
#front-testimonials.visible-section,
#front-blog-items.visible-section {
	visibility: visible;
}

#masthead,
#wpadminbar {
	-webkit-backface-visibility: hidden;
}

.front-block .front-testimonial:focus,
#fullscreen-header .featured-slide a:focus,
#front-blog-items a:focus {
	outline: 0;
}

pre:not(.line-pre) {
	background: #2B363B;
	color: #D7D8D8;
	line-height: 1.75;
	padding: 20px 35px;
	overflow: auto;
	max-width: 100%;
	border: none;
	border-left: 13px solid rgba(0,0,0,0.2);
}

blockquote {
	position: relative;
	padding: 20px 40px 15px;
	line-height: 1.55;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 1.250em;
	border-left: 2px solid;
	font-weight: 400;
}

blockquote blockquote {
	font-size: 1em;
}

blockquote:before {
	content: "\201C";
	position: absolute;
	height: 0;
	width: 0;
	left: -18px; top: 18px;
	font-family: "Times New Roman",Georgia,Serif;
	width: 35px;
	height: 35px;
	line-height: 51px;
	font-weight: 900;
	font-size: 2.2em;
	background: #ffffff;
	border-radius: 50%;
	text-align: center;
}

.inactive-sidebar.blog .site-main,
.inactive-sidebar.archive .site-main,
.inactive-sidebar.search .site-main,
.inactive-sidebar.single .site-main,
.inactive-sidebar.page.page-template-default .site-main {
	margin: 0 auto;
}

.inactive-sidebar.single #primary-header .container,
.inactive-sidebar.page.page-template-default #primary-header .container {
	padding: 0;
}

.inactive-sidebar.blog .site-main,
.inactive-sidebar.archive .site-main,
.inactive-sidebar.search .site-main,
.inactive-sidebar.single .site-main,
.inactive-sidebar.page.page-template-default .site-main,
.inactive-sidebar.single #primary-header .container,
.inactive-sidebar.page.page-template-default #primary-header .container {
	max-width: 47em;
}

#content,
#colophon {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.blog .hentry .more-link:hover,
.archive .hentry .more-link:hover,
.search .hentry .more-link:hover,
.front-block.front-testimonials .more-link:hover,
.front-block.featured-page .hentry:hover .more-link {
	border-color: transparent;
	background: #424242;
	color: #ffffff;
}

#page .table-responsive {
	border: none;
}

/*--------------------------------------------------------------
## Inputs and buttons
--------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	border: 1px solid transparent;
	background: rgba(0,0,0,0.05);
	border-radius: 2px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	padding: 0 14px;
	height: 44px;
	font-weight: normal;
}

textarea {
	padding: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	background: none;
	border: 1px solid rgba(0,0,0,0.05);
}

.primary-button,
input[type="submit"] {
	cursor: pointer;
	padding: 0 24px;
	line-height: 40px;
	height: 44px;
	text-decoration: none;
	font-size: 0.813em;
	display: inline-block;
	color: #424242;
	background: #ffffff;
	border: 2px solid #424242;
	font-weight: 400;
	vertical-align: bottom;
	border-radius: 30px;
}

.primary-button:hover,
input[type="submit"]:hover {
	border: 2px solid transparent;
	background: #424242;
	color: #ffffff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
	position: fixed;
	top: 0; left: 0; right: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	z-index: 99998;
	opacity: 0;
}

#masthead.default-view-header,
#masthead {
	padding: 30px;
}

.has-custom-background #masthead {
	left: 15px; right: 15px;
}

#masthead.header-loaded {
	opacity: 1;
}

#masthead.scroll-header,
#masthead.default-view-header {
	background: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

#masthead.scroll-header {
	-webkit-animation: slide-down ease-in-out 0.6s 0.2s both;
	-moz-animation: slide-down ease-in-out 0.6s 0.2s both;
	animation: slide-down ease-in-out 0.6s 0.2s both;
	padding-top: 23px;
	padding-bottom: 23px;
}

#masthead.scroll-header,
#masthead.default-view-header,
.single.singular-featured-image-inactive #masthead,
.page.singular-featured-image-inactive:not(.page-template-templatesfront-page-php) #masthead {
	text-shadow: none;
}

#masthead.scroll-header,
#masthead.scroll-header a,
#masthead.default-view-header,
#masthead.default-view-header a,
.single.singular-featured-image-inactive #masthead,
.page.singular-featured-image-inactive:not(.page-template-templatesfront-page-php) #masthead,
.single.singular-featured-image-inactive #masthead a,
.page.singular-featured-image-inactive:not(.page-template-templatesfront-page-php) #masthead a {
	color: #222221;
}

#masthead,
#masthead a {
	color: #ffffff;
}

#masthead .site-branding {
	max-width: 30%;
}

#masthead img.custom-logo {
	max-height: 70px;
	width: auto;
}

.wp-custom-logo #masthead .site-branding .site-title {
	margin-top: 10px;
}

#masthead .site-branding .site-title,
#masthead .site-branding .site-description {
	font-weight: 400;
	line-height: 1;
	margin-bottom: 0;
}

#masthead .site-branding .site-title {
	margin-top: 0;
	font-size: 26px;
}

#masthead .site-branding .site-description {
	font-size: 1em;
	margin-top: 10px;
	display: none;
}

/*--------------------------------------------------------------
## Header Links
--------------------------------------------------------------*/
#masthead .header-links {
	position: relative;
	max-width: 70%;
}

#masthead .header-links .header-menu {
	margin-top: 3px;
	margin-right: 65px;
	display: none;
	cursor: pointer;
	line-height: 1.3;
}

#masthead .header-links .header-menu:before {
	content: "\f0c9";
	padding-right: 7px;
}

#masthead .header-links .header-search:before {
	content: "\f002";
	padding-right: 7px;
}

#masthead #header-search-button,
#masthead #header-menu-button {
	border: none;
	background: none;
}

#masthead .header-links #header-search-button {
	cursor: pointer;
	position: absolute;
	top: 3px; right: 0;
	line-height: 1.3;
	border-left: 1px solid;
	padding-left: 20px;
}

/*--------------------------------------------------------------
## Header Search Form
--------------------------------------------------------------*/
#search-container {
	display: none;
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	padding: 15px;
	background:rgba(0,0,0,0.45);
	z-index: 99999;
	color: #ffffff;
}

#search-container .header-searchform {
	display: table;
	height: 100%;
	width: 100%;
	text-align: center;
	font-weight: 400;
}

#search-container .header-searchform .header-searchform-inner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#search-container .header-searchform input,
#search-container .header-searchform button {
	background: none;
	border: none;
}

#search-container .header-searchform button {
	position: absolute;
	top: 105px; right: 70px;
	min-width: 35px;
	text-align: center;
}

#search-container .header-searchform input {
	border: 2px solid;
	width: 100%;
	border-radius: 30px;
	padding: 0 53px 0 18px;
	font-size: 13px;
	line-height: 40px;
	background: rgba(255,255,255,0.07);
}

#search-container .header-searchform input:focus {
	outline: 0;
}

#search-container #close-search-container {
	position: absolute;
	top: 20px; right: 20px;
	color: #333333;
	font-size: 9px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-weight: bold;
	background: #ffffff;
	text-align: center;
	padding: 0;
	border: none;
	min-width: 0;
}

#search-container #close-search-container:hover {
	opacity: 0.7;
}

#search-container #close-search-container:before {
	content: '\f00d';
}

#search-container ::-moz-placeholder {
  color: inherit;
}

#search-container :-ms-input-placeholder {
  color: inherit;
}

#search-container ::-webkit-input-placeholder {
  color: inherit;
}

#search-container .searchform-inner-container {
	position: relative;
	max-width: 520px;
	margin: 0 auto;
	padding: 100px  60px;
	background: rgba(0,0,0,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 2px;
}

#search-container .searchform-inner-container label {
	display: block;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Header Toggle Sidebar
--------------------------------------------------------------*/
body.active-toggle-sidebar {
	overflow: hidden;
}

#toggle-sidebar {
	position: fixed;
	right: -100%;
	width: 100%;
	background: rgba(255,255,255,0.95);
	z-index: 9999;
}

#toggle-sidebar .inner-panel {
	position: relative;
	padding: 90px 60px;
	text-align: center;
}

#toggle-sidebar {
	overflow: scroll;
	overflow-x: hidden;
}

#toggle-sidebar #close-toggle-sidebar {
	position: relative;
	display: inline-block;
	font-size: 1em;
	text-align: center;
	margin-top: -35px;
	margin-bottom: 60px;
	font-weight: 400;
	background: rgba(0,0,0,0.5);
	padding: 0 16px 0 43px;
	border-radius: 30px;
	color: #ffffff;
	border: none;
}

#close-toggle-sidebar:before {
	content: '\f00d';
	margin-right: 14px;
	font-size: 1em;
	line-height: 1.7;
	position: absolute;
	left: 0;
	top: 0; bottom: 0;
	font-weight: 300;
	background: rgba(0,0,0,0.25);
	border-radius: 30px 0 0 30px;
	padding: 0 10px;
}

#toggle-sidebar #close-toggle-sidebar:hover {
	background: #222221;
}

#toggle-sidebar a {
	color: inherit;
}

#close-toggle-sidebar,
#toggle-sidebar a:hover,
#toggle-sidebar .mobile-navigation ul .sub-menu a:hover {
	opacity: 0.5;
}

body.active-toggle-sidebar #page,
body.active-toggle-sidebar #masthead {
	right: 100%;
	overflow: hidden;
}

body.active-toggle-sidebar #masthead {
	left: -100%;
}

#toggle-sidebar .mobile-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
	max-width: 600px;
}

#toggle-sidebar .mobile-navigation ul li a {
	font-size: 2.625em;
	display: block;
	margin-bottom: 35px;
	padding-bottom: 35px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: -1px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

#toggle-sidebar .mobile-navigation ul .menu-item-has-children a,
#toggle-sidebar .mobile-navigation ul .page_item_has_children a,
#toggle-sidebar .mobile-navigation ul:first-child > li:last-child a {
	border: none;
	padding: 0;
}

#toggle-sidebar .mobile-navigation > ul > .menu-item-has-children,
#toggle-sidebar .mobile-navigation ul:first-child > .page_item_has_children {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	margin-bottom: 35px;
}

#toggle-sidebar .mobile-navigation ul .sub-menu,
#toggle-sidebar .mobile-navigation ul .children {
	margin: 0 0 35px;
}

#toggle-sidebar .mobile-navigation ul .sub-menu a,
#toggle-sidebar .mobile-navigation ul .sub-menu .sub-menu,
#toggle-sidebar .mobile-navigation ul .children a,
#toggle-sidebar .mobile-navigation ul .children .children {
	margin: 0;
}

#toggle-sidebar .mobile-navigation ul .sub-menu a,
#toggle-sidebar .mobile-navigation ul .children a {
	font-weight: 300;
	opacity: 0.8;
	font-size: 1.250em;
	margin-bottom: 20px;
	padding-bottom: 0;
	border: none;
	letter-spacing: 0;
}

.admin-bar #toggle-sidebar {
	top: 32px !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background: rgba(0,0,0,0.05);
}

#colophon .footer-widget-area {
	padding-top: 60px;
	padding-bottom: 25px;
}

#colophon .footer-widget {
	margin-bottom: 30px;
}

#colophon .footer-left {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 400;
}

#colophon .footer-bottom {
	padding-top: 30px;
	padding-bottom: 30px;
}

#colophon .footer-widget:nth-of-type(4n+1) {
	clear: left;
}

#colophon a {
	color: inherit;
}

#colophon a:hover {
	color: #6E7273;
}

#colophon .site-copyright:before {
	content: "\00a9";
	padding-right: 1px;
}

#colophon .site-info {
	text-transform: none;
	color: #6E7273;
}

#colophon .footer-links {
	margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
	.footer-links .site-copyright,
	.footer-links .footer-navigation {
		display: inline-block;
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#fullscreen-header,
#fullscreen-header .featured-slide,
#fullscreen-header .featured-slide .hentry-inner {
	position: relative;
}

.overlay {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background: #000;
	opacity: 0.1;
}

.has-background-cover .overlay {
	opacity: 0.6;
}

#fullscreen-header,
#fullscreen-header .featured-slide {
	height: 100vh;
}

#fullscreen-header {
	background: #000000;
	text-align: center;
}

#fullscreen-header .featured-slide .hentry {
	display: table;
}

#fullscreen-header .featured-slide .hentry-inner {
	display: table-cell;
	vertical-align: middle;
	padding: 80px 20px;
	z-index: 1;
}

#fullscreen-header .featured-slide .entry-title {
	font-size: 4em;
	line-height: 1.15;
	font-weight: 400;
	margin: 30px auto;
	max-width: 700px;
	letter-spacing: -1px;
}

#fullscreen-header .featured-slide,
#fullscreen-header .featured-slide .entry-title,
#fullscreen-header .featured-slide a {
   color: #ffffff;
}

#fullscreen-header .featured-slide .more-link {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 6px;
}

#fullscreen-header .skip-to-entry:before {
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -15px;
	content: "\f107";
	display: inline-block;
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	z-index: 1;
	-webkit-animation: arrow-bounce 4s 3s infinite;
	animation: arrow-bounce 4s 3s infinite;
}

@-webkit-keyframes arrow-bounce {
	0%, 55%, 85%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	45% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	65% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

@keyframes arrow-bounce {
	0%, 55%, 85%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	45% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	65% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
}

#fullscreen-header .featured-mobile-tip {
	display: none;
	position: absolute;
	bottom: 75px; left: 0;
	width: 100%;
	text-align: center;
	color: #ffffff;
	z-index: 1;

	line-height: 1;
}

#fullscreen-header .featured-mobile-tip span {
	background: #ffffff;
	color: #424242;
	font-size: 11px;
	padding: 3px 9px 2px;
	border-radius: 30px;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
}

#fullscreen-header .featured-mobile-tip:before,
#fullscreen-header .featured-mobile-tip:after {
	font-size: 11px;
}

#fullscreen-header .featured-mobile-tip:before {
	content: "\f053";
	padding-right: 15px;
}

#fullscreen-header .featured-mobile-tip:after {
	content: "\f054";
	padding-left: 15px;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -24px;
	outline: 0;
	font-size: 13px;
	height: 44px;
	line-height: 40px;
	width: 44px;
	z-index: 9999;
	color: #fff;
	border: 2px solid;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	z-index: 10;
	visibility: hidden;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

.slick-prev:hover,
.slick-next:hover {
	background: #ffffff;
	color: #333333;
	border-color: #ffffff;
}

.featured-content:hover .slick-prev,
.featured-content:hover .slick-next {
	visibility: visible;
}

.featured-content:hover .slick-prev {
	left: 30px;
}

.featured-content:hover .slick-next {
	right: 30px;
}

/*--------------------------------------------------------------
## Featured Content Loader
--------------------------------------------------------------*/
.featured-loader {
	position: absolute;
	top: 50%; left: 50%;
	color: #ffffff;
}

.featured-loader,
.featured-loader:before,
.featured-loader:after {
	background: #ffffff;
	width: 9px;
	height: 9px;
	-webkit-animation: loader 1s infinite ease-in-out;
	animation: loader 1s infinite ease-in-out;
}

.featured-loader:before,
.featured-loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.featured-loader:before {
	left: -13px;
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.featured-loader:after {
	left: 13px;
}

.featured-loader {
	text-indent: -9999em;
	font-size: 13px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

/*--------------------------------------------------------------
# Front Page Blocks
--------------------------------------------------------------*/
.front-block {
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.front-block,
.front-block.featured-page .hentry-inner {
	padding: 120px 30px;
}

.front-block.front-blog-posts {
	padding: 120px 0 0;
	border-bottom: none;
}

.front-block.featured-page .hentry-inner,
.front-block .grid-row .hentry .entry-header,
.front-block .grid-row .featured-page-inner,
.front-block .hentry-inner .featured-page-content {
	position: relative;
}

.front-block .grid-row .featured-page-inner,
.front-block .hentry-inner .featured-page-content {
	z-index: 1;
}

.front-block:nth-child(even) {
	border-bottom: none;
	background: rgba(0,0,0,0.05);
}

.front-block.featured-page {
	padding: 0;
}

.front-block .front-block-title {
	font-size: 2.125em;
}

.front-block .front-block-title a {
	color: inherit;
}

.front-block .front-block-title,
.front-block.front-block-one h1,
.front-block.front-block-one h2,
.front-block.front-block-one h3,
.front-block.front-block-one h4 {
	margin: 0 0 30px;
}

.front-block .front-block-inner,
.front-block .hentry-inner .featured-page-content,
.front-block.front-testimonials .front-block-title {
	text-align: center;
	margin: 0 auto;
	max-width: 600px;
}

.front-block .grid-row .hentry {
	float: left;
	margin: 0;
}

.front-block .grid-row.two-columns .hentry {
	width: 50%;
}

.front-block .grid-row.three-columns .hentry {
	width: 33.33333%;
}

.front-block .grid-row.two-columns .hentry .entry-header,
.front-block .grid-row.three-columns .hentry .entry-header {
	min-height: 32em;
}

.front-block .grid-row.two-columns .hentry:nth-of-type(2n+1),
.front-block .grid-row.three-columns .hentry:nth-of-type(3n+1) {
	clear: left;
}

.front-block .grid-row .hentry .entry-header {
	padding: 60px;
	text-align: center;
	overflow: hidden;
}

.front-block .grid-row .featured-page-inner {
	height: 25em;
}

.front-block .grid-row .featured-page-inner,
.front-block.front-blog-posts .featured-page-content {
	display: table;
}

.front-block.featured-page  .has-post-thumbnail .more-link,
.front-block .has-background-cover .featured-page-content {
	color: #ffffff;
}

.front-block .featured-page-content a,
.front-block .featured-page-content .entry-title,
.front-block .featured-page-content h1,
.front-block .featured-page-content h2,
.front-block .featured-page-content h3,
.front-block .featured-page-content h4,
.front-block .featured-page-content h5,
.front-block .featured-page-content h6 {
	color: inherit;
}

.front-block .grid-row .featured-page-content {
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: translate3d(0, 0, 0);
}

.front-block .page-link {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: 2;
}

.front-block .grid-row .hentry:hover .overlay,
.front-blog-row .hentry:hover .overlay {
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
}

.front-block.featured-page .entry-summary,
.front-block.featured-page .entry-content {
	margin-top: 24px;
}

.front-block.featured-page .more-link-container,
.front-block.featured-page .entry-summary :last-child,
.front-block.front-block-one .front-block-content :last-child {
	margin-bottom: 0;
}

.front-block .hentry,
.portfolio-grid .hentry{
	border: none;
}

.front-block.featured-page .more-link,
.front-block.front-testimonials .more-link {
	display: inline-block;
	border: 2px solid;
	color: inherit;
	padding: 8px 22px;
	font-size: 13px;
	border-radius: 30px;
	font-weight: 400;
}

.front-block.featured-page .hentry.has-post-thumbnail:hover .more-link {
	background: #ffffff;
	border-color: #ffffff;
	color: #222221;
	text-shadow: none;
}

.front-block .sharedaddy {
	display: none;
}

.front-block.front-testimonials .front-block-title {
	margin-bottom: 60px;
}

.front-block .front-testimonial-inner {
	text-align: center;
	margin: 0 auto;
	font-size: 1.625em;
	line-height: 1.6;
	max-width: 900px;
	color: #222221;
}

.front-block .front-testimonial-content {
	margin-bottom: 15px;
	cursor: move;
	cursor: hand;
}

.front-testimonial-meta {
	line-height: 1;
}

.front-testimonial-meta .front-testimonial-image {
	display: block;
	margin-bottom: 15px;
	line-height: 70px;
	font-size: 11px;
}

.front-block.front-testimonials .front-testimonial-image img {
	width: 86px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 35px;
}

.front-testimonial-meta .front-testimonial-author {
	font-size: 16px;
	color: #6E7273;
	font-weight: 300;
}

.front-testimonial-meta .front-testimonial-author:before {
	content: "\2014";
	padding-right: 5px;
}

/*--------------------------------------------------------------
## Front Page Portoflio Items
--------------------------------------------------------------*/
.front-block.front-porfolio .front-block-content {
	margin-bottom: 60px;
}

.portfolio-grid .hentry {
	width: 33.333333%;
	float: left;
	padding: 0 5px;
	margin-bottom: 10px;
}

.portfolio-grid .hentry:nth-of-type(3n+1) {
	clear: left;
}

.portfolio-grid .hentry .entry-header {
	position: relative;
}

.portfolio-grid .hentry.has-post-thumbnail .entry-header a {
	display: block;
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	background: rgba(0,0,0,0.7);
	opacity: 0;
}

.portfolio-grid .hentry .entry-header .entry-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.250em;
	font-weight: 300;
}

.portfolio-grid .hentry:not(.has-post-thumbnail) .entry-header .entry-title {
	padding-top: 30px;
	padding-bottom: 30px;
}

.portfolio-grid .hentry.has-post-thumbnail .entry-header .entry-title {
	visibility: hidden;
	position: absolute;
	top: 0; left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #ffffff;
	overflow: hidden;
}

.portfolio-grid .hentry.has-post-thumbnail:hover .entry-header .entry-title {
	top: 50%;
	visibility: visible;
}

.portfolio-grid .hentry.has-post-thumbnail .entry-header a:hover {
	opacity: 1;
}

.portfolio-grid .hentry img {
	-webkit-backface-visibility: hidden;
}

.portfolio-grid .hentry .entry-header,
.portfolio-type-list {
	text-align: center;
}

.portfolio-type-list li,
.portfolio-type-list li a {
	display: inline-block;
}

.portfolio-type-list li a,
.portfolio-grid .hentry:not(.has-post-thumbnail):hover .entry-header .entry-title {
	color: #6E7273;
}

.portfolio-type-list li {
	font-size: 1.250em;
	margin-left: 18px;
	padding-right: 22px;
	border-right: 1px solid #f1f1f1;
	line-height: 1.35;
}

.portfolio-type-list li,
.portfolio-type-list li a:hover {
	color: #424242;
}

.portfolio-type-list li:last-child {
	border: none;
	padding: 0;
}

.portfolio-type-list.sub-type {
	font-size: 13px;
	margin-top: -11px;
}

.post-type-archive-jetpack-portfolio .posts-navigation,
.tax-jetpack-portfolio-type .posts-navigation {
	padding-top: 60px;
	clear: both;
}

.tax-jetpack-portfolio-type .taxonomy-description {
	margin-bottom: 35px;
}

.post-type-archive-jetpack-portfolio.inactive-sidebar .site-main,
.tax-jetpack-portfolio-type.inactive-sidebar .site-main {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Front Page Blog Items
--------------------------------------------------------------*/
.front-blog-controls {
	font-size: 13px;
	margin-bottom: 60px;
}

.front-block.front-blog-posts .front-block-content {
	margin-bottom: 32px;
}

.front-blog-controls a {
	display: inline-block;
	margin: 0 3px;
}

.front-blog-controls a.more-items {
	border: 1px solid;
	color: #969696;
	border-radius: 30px;
	padding: 0 16px;
	line-height: 27px;
}

.front-block a.prev-item,
.front-block a.next-item {
	width: 33px;
	height: 33px;
	line-height: 33px;
	border-radius: 50%;
	color: #565454;
	background: rgba(0,0,0,0.05);
}

.front-block a.prev-item:hover,
.front-block a.next-item:hover {
	color: #ffffff;
	background: #565454;
}

.front-block a.prev-item:before {
	content: "\f104";
}

.front-block a.next-item:before {
	content: "\f105";
}

.front-blog-row .hentry {
	position: relative;
	background: rgba(0,0,0,0.05);
	margin: 0;
}

.front-blog-row .hentry .entry-header {
	padding: 40px 30px;
	z-index: 1;
	height: 26em;
}

.front-blog-row .hentry .entry-title {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 400;
	margin: 15px 0;
}

.front-block.front-blog-posts .entry-header {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	text-align: center;
	opacity: 1;
}

.front-block.front-blog-posts .entry-meta img {
	width: 28px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 4px;
}

.front-blog-row .hentry .entry-meta,
.front-block.front-blog-posts .more-link {
	font-size: 11px;
	text-transform: uppercase;
}

.front-blog-row .hentry .entry-meta,
.front-block.front-blog-posts .more-link .link-inner {
	 opacity: 0.8;
}

.front-block.front-blog-posts .more-link,
.front-block.front-blog-posts .more-link .link-inner {
	position: absolute;
	left: 0;right: 0;
}

.front-block.front-blog-posts .more-link {
	letter-spacing: 6px;
	bottom: 0; top: 0;
}

.front-block.front-blog-posts .more-link .link-inner {
	bottom: 30px;
}

.front-blog-row .hentry:hover .more-link .link-inner  {
	bottom: 50%;
	font-weight: bold;
	opacity: 1;
}

.front-blog-row .hentry:hover .entry-header {
	opacity: 0.15;
}

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
.menu-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.menu-navigation li {
	display: inline-block;
}

.menu-navigation a {
	display: block;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Main Menu
--------------------------------------------------------------*/
.main-navigation {
	margin-top: 3px;
	line-height: 1.3;
	margin-right: 70px;
}

.main-navigation li {
	position: relative;
	margin-left: 22px;
	margin-bottom: -12px;
}

.main-navigation a {
	position: relative;
	margin-bottom: 12px;
	line-height: 1.6;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.main-navigation ul:not(.sub-menu):not(.children) > li > a:after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 0px;
	border-bottom: 1px solid transparent;
	transition: width .5s ease, background-color .5s ease;
}

.main-navigation ul:not(.sub-menu):not(.children) > li > a:hover:after {
	width: 100%;
	border-bottom: 1px solid;
}

.main-navigation ul ul:before {
	content: '';
	position: absolute;
	top: -8px;
	left: 20%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #222 transparent;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 150%;
	left: -999em;
	z-index: 99999;
	background: #212121;
	padding: 7px 0;
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.15);
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	opacity: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul ul:before {
	border: none;
}

.main-navigation ul ul a {
	width: 100%;
	min-width: 180px;
	text-shadow: none;
	font-size: 13px;
	margin: 0;
	padding: 4px 16px;
}

#page #masthead .main-navigation ul ul a,
#page #masthead .main-navigation ul ul a {
	color: #ffffff;
}

.main-navigation ul ul li {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px solid rgba(0,0,0,0.3);
}

.main-navigation ul ul li:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
	opacity: 0.7;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	top: 100%;
	opacity: 1;

	-webkit-transition: top .45s ease-in-out, opacity .45s ease-in-out;
	-moz-transition: top .45s ease-in-out, opacity .45s ease-in-out;
	transition: top .45s ease-in-out, opacity .45s ease-in-out;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
	top: 0;

	-webkit-transition: opacity .45s ease-in-out;
	-moz-transition: opacity .45s ease-in-out;
	transition: opacity .45s ease-in-out;
}

#mobile-navigation {
	display: none;
}

/*--------------------------------------------------------------
## Footer Menu
--------------------------------------------------------------*/
.footer-navigation li {
	margin-left: 4px;
	padding-left: 6px;
	border-left: 1px solid rgba(0,0,0,0.3);
	line-height: 1;
}

/*--------------------------------------------------------------
## Social Menu
--------------------------------------------------------------*/
.social-list .menu-items {
	clear: both;
	line-height: 1;
	text-align: right;
	margin-bottom: 0;
}

.social-list .menu-items li,
.social-list .menu-items li a,
.social-list li a::before {
	display: inline-block;
	margin:0;
	line-height: 1;
}

.social-list .menu-items li {
	padding: 8px;
	margin-left: 3px;
	font-size: 20px;
}

.social-list li a::before { content: '\f0c1'; }
.social-list li a[href*="facebook.com"]::before { content: '\f09a'; }
.social-list li a[href*="twitter.com"]::before { content: '\f099'; }
.social-list li a[href*="plus.google.com"]::before { content: '\f0d5'; }
.social-list li a[href*="dribbble.com"]::before { content: '\f17d'; }
.social-list li a[href*="pinterest.com"]::before { content: '\f0d2'; }
.social-list li a[href*="github.com"]::before { content: '\f113'; }
.social-list li a[href*="tumblr.com"]::before { content: '\f173'; }
.social-list li a[href*="youtube.com"]::before { content: '\f16a'; }
.social-list li a[href*="flickr.com"]::before { content: '\f16e'; }
.social-list li a[href*="vimeo.com"]::before { content: '\f194'; }
.social-list li a[href*="instagram.com"]::before { content: '\f16d'; }
.social-list li a[href*="linkedin.com"]::before { content: '\f0e1'; }
.social-list li a[href*="/feed"]::before { content: '\f09e'; }
.social-list li a[href*="behance.net"]::before { content: '\f1b4'; }
.social-list li a[href*="vk.com"]::before { content: '\f189'; }
.social-list li a[href*="soundcloud.com"]::before { content: '\f1be'; }
.social-list li a[href*="reddit.com"]::before { content: '\f1a1'; }
.social-list li a[href^="mailto:"]::before { content: '\f0e0'; }
.social-list li a[href*="deviantart.com"]::before { content: '\f1bd'; }
.social-list li a[href*="foursquare.com"]::before { content: '\f180'; }
.social-list li a[href*="digg.com"]::before { content: '\f1a6'; }
.social-list li a[href*="stumbleupon.com"]::before { content: '\f1a4'; }
.social-list li a[href*="spotify.com"]::before { content: '\f1bc'; }
.social-list li a[href*="dropbox.com"]::before { content: '\f16b'; }
.social-list li a[href*="skype"]::before { content: '\f17e'; }
.social-list li a[href*="twitch.tv"]::before { content: '\f1e8'; }
.social-list li a[href*="wordpress.com"]::before,
.social-list li a[href*="wordpress.org"]::before { content: '\f19a'; }
.social-list li a[href*="slideshare.net"]::before { content: '\f1e7'; }
.social-list li a[href*="apple.com"]::before { content: '\f179'; }
.social-list li a[href*="xing.com"]::before { content: '\f168'; }
.social-list li a[href*="houzz.com"]::before { content: '\f27c'; }
.social-list li a[href*="medium.com"]::before { content: '\f23a'; }
.social-list li a[href*="telegram.me"]::before,
.social-list li a[href*="telegram.org"]::before{ content: '\f2c6'; }
.social-list li a[href*="snapchat.com"]::before { content: '\f2ac'; }
.social-list li a[href*="tripadvisor."]::before { content: '\f262'; }
.social-list li a[href*="yelp.com"]::before { content: '\f1e9'; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin-bottom: 35px;
	overflow: hidden;
}

.site-main .posts-navigation {
	margin-bottom: 0;
}

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

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

.posts-navigation a {
	display: inline-block;
	font-size: 0;
	font-weight: 400;
}

.posts-navigation .nav-previous a:before,
.posts-navigation .nav-next a:after {
	height: 50px;
	width: 50px;
	line-height: 46px;
	text-align: center;
	font-size: 13px;
	display: block;
	border-radius: 50%;
	border: 2px solid;
}

.posts-navigation .nav-previous a:before {
	content: "\2190";
}

.posts-navigation .nav-next a:after {
	content: "\2192";
}

.posts-navigation a,
.post-navigation .meta-nav,
.post-navigation a:hover,
.comment-navigation,
.comment-navigation a {
	color: #6E7273;
}

.posts-navigation a:hover {
	color: inherit;
}

.comment-navigation,
.post-navigation .meta-nav {
	font-size: 13px;
}

.comment-navigation {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 35px;
}

/** Post Navigation **/
.site-main .post-navigation {
	position: relative;
	margin: 0;
}

.post-navigation .meta-nav {
	display: block;
	margin-bottom: 6px;
}

.post-navigation a {
	color: inherit;
}

.post-navigation .post-title {
	font-weight: 400;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
	position: relative;
	line-height: 1.55;
	font-size: 1em;
}

.post-navigation .nav-previous .meta-nav:before,
.comment-navigation .nav-previous:before {
	content: "\f177";
	padding-right: 6px;
}

.post-navigation .nav-next .meta-nav:after,
.comment-navigation .nav-next:after {
	content: "\f178";
	padding-left: 6px;
}

/*--------------------------------------------------------------
# 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: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: 0.875rem;
	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. */
}

/*--------------------------------------------------------------
# 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-left: auto;
	margin-right: auto;
}

img.alignleft,
img.alignright {
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary {
	margin-bottom: 60px;
	padding-left: 50px;
	font-size:  13px;
	margin-top: 5px;
}

.left-sidebar #secondary {
	padding-left: 0;
	padding-right: 50px;
}

#secondary .widget {
	margin-bottom: 35px;
}

#secondary .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	-webkit-padding-start: 0;
}

.widget ul li,
.widget.widget_jp_blogs_i_follow ol li {
	padding-left: 1.1em;
}

.widget ul li:before,
.widget.widget_jp_blogs_i_follow ol li:before {
	content: '\f105';
	display: inline-block;
	width: 1.1em;
	margin-left: -1.1em;
}

.widget .widget-title {
	margin: 0 0 25px;
	font-size: 1.250em;
	font-weight: 400;
}

#secondary .widget .widget-title {
	margin-bottom: 25px;
}

.widget a {
	color: inherit;
}

.widget a:hover {
	color: #6E7273;
}

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

/* Search widget. */
.widget_search .search-submit {
	font-size: 1em;
}

.widget_search .search-submit:hover {
	border: none;
}

.widget.widget_search label {
	display: block;
}

.widget.widget_search .search-field {
	width: 100%;
	font-weight: 300;
}

.widget_tag_cloud li,
.widget.wp_widget_tag_cloud li {
	  border: 0;
	  padding-top: 0;
	  padding-bottom: 3px;
}

.widget_tag_cloud a,
.widget.wp_widget_tag_cloud a {
	display: inline-block;
	margin: 0 0 3px 0;
	padding: 0 14px !important;
	line-height: 28px;
	font-size: 13px !important;
	color: inherit;
	font-weight: 300;
	background: rgba(0,0,0,0.05);
	border-radius: 30px;
}

.widget_tag_cloud a:hover,
.widget.wp_widget_tag_cloud a:hover {
	background: #424242;
	color: #ffffff;
}

.widget.widget_rss li {
	margin-bottom: 15px;
}

.widget.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget.widget_recent_comments,
.widget.widget_author_grid ul,
.widget.widget_goodreads div[class*="gr_custom_each_container"] {
	overflow: hidden;
}

.widget.widget_goodreads div[class*="gr_custom_each_container"] {
	border-bottom: 1px solid rgba(0,0,0,0.05);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

#page .widget.widget_goodreads div[class^="gr_custom_container"] {
	border: none;
	background: none;
	padding: 0;
	color: inherit;
}

.widget.widget_goodreads div[class*="gr_custom_each_container"]:last-child {
	border: none;
	padding: 0;
}

.widget.widget_goodreads div[class*="gr_custom_book_container"] {
	float: left;
	margin-right: 15px;
}

.widget.widget_goodreads div[class*="gr_custom_rating"] {
	line-height: 1;
	margin-bottom: 5px;
}

.widget.widget_goodreads div[class*="gr_custom_title"] {
	line-height: 1.4;
}

.widget.widget_goodreads div[class*="gr_custom_author"] {
	font-size: 11px;
}

#page .widget.milestone-widget .label {
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.widget.widget_authors > ul > li,
.widget.widget_author_grid li,
.widget.widget_jetpack_posts_i_like li,
.widget.widget_top-posts li {
	padding: 0;
}

.widget.widget_authors > ul > li:before,
.widget.widget_author_grid li:before,
.widget.widget_wpcom_social_media_icons_widget li:before,
.widget.widget_jetpack_my_community li:before,
.widget.widget_jetpack_posts_i_like li:before,
.widget.widget_top-posts li:before {
	content: '';
	margin: 0;
	display: none;
}

.widget.widget_authors .avatar,
.widget.widget_authors li a strong {
	display: block;
}

.widget.widget_authors .avatar-16,
.widget.widget_authors .avatar-32,
.widget.widget_authors .avatar-48 {
	float: left;
	margin-right: 15px;
}

.widget.widget_authors {
	overflow: hidden;
}

.widget.widget_authors > ul,
.widget.widget_authors li {
	clear: both;
}

.widget.widget_authors > ul > li {
	margin-bottom: 30px;
}

.widget.widget_authors > ul > li:last-child,
.widget.widget_recent_comments table {
	margin-bottom: 0;
}

.widget.widget_authors .avatar {
	margin-bottom: 20px;
}

.widget.widget_authors li strong {
	color: #6E7273;
	font-size: 1.250em;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 1;
}

.widget.widget_recent_comments td {
	border-top: none;
}

.widget.widget_recent_comments td.recentcommentstexttop,
.widget.widget_recent_comments td.recentcommentsavatartop,
.widget.widget_recent_comments td.recentcommentstextend,
.widget.widget_recent_comments td.recentcommentsavatarend {
	padding-left: 0;
	padding-bottom: 0;
}

.widget.widget_contact_info .contact-map {
	margin-bottom: 15px;
}

.widget.widget_jp_blogs_i_follow ol {
	-webkit-padding-start: 0;
	list-style: none;
}

.widget.widget_wpcom_social_media_icons_widget li {
	padding-left: 0;
	margin-right: 1em;
}

.widget.widget_wpcom_social_media_icons_widget li .genericon {
	font-size: 1.625em;
}

.widget.widget_jetpack_posts_i_like .widgets-list-layout.no-grav .widgets-list-layout-links,
.widget.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
	float: left;
	margin-left: 10px;
}

.widget.widget_recent_comments .table-responsive > .table > tbody > tr > td {
	white-space: normal !important;
}

.widget .widget-title label {
	font-weight: 400;
}

.widget.widget_flickr .table > tbody > tr > td {
	border: none;
	padding: 0;
	text-align: left;
}

#page .widget.widget_flickr #flickr_badge_wrapper {
	background-color: none;
	border: none;
}

#page .widget.widget_flickr #flickr_badge_wrapper,
#page .widget.widget_flickr #flickr_badge_uber_wrapper {
	margin: 0;
}

#page #flickr_badge_uber_wrapper a:hover,
#page #flickr_badge_uber_wrapper a:link,
#page #flickr_badge_uber_wrapper a:active,
#page #flickr_badge_uber_wrapper a:visited {
	color: #277DA9;
}

#page .widget.widget_akismet_widget a:hover,
#page .widget.widget_akismet_widget a {
	color: #CFEA93;
}

.widget.widget_calendar #next {
	text-align: right;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
	background: #ffffff;
}

.has-custom-background #page {
	margin: 15px;
}

#default-view {
	padding-top: 92px;
	margin-top: 60px;
}

.blog .hentry .entry-title,
.archive .hentry .entry-title,
.search .hentry .entry-title {
	margin: 0 0 10px;
	font-size: 2.125em;
	line-height: 1.35;
	font-weight: 400;
}

.search .hentry.type-page .entry-title {
	margin-bottom: 30px;
}

.blog .hentry .entry-header a,
.archive .hentry .entry-header a,
.search .hentry .entry-header a {
	color: inherit;
}

.blog .hentry .entry-meta,
.archive .hentry .entry-meta,
.search .hentry .entry-meta {
	margin-bottom: 30px;
	color: #6E7273;
}

.hentry .entry-header .entry-thumb {
	margin-bottom: 35px;
}

.hentry .entry-header .entry-thumb a {
	opacity: 0.95;
}

.hentry .entry-header .entry-thumb a:hover {
	opacity: 1;
}

.blog .hentry .more-link,
.archive .hentry .more-link,
.search .hentry .more-link {
   display: inline-block;
	border: 2px solid;
	color: inherit;
	padding: 8px 22px;
	font-size: 13px;
	border-radius: 30px;
	font-weight: 400;
}

#page .hentry .entry-content .more-link:hover,
#page #jp-relatedposts a,
#page #jp-relatedposts a:hover {
	text-decoration: none;
}

.more-link-container .more-link::after {
	content: " \2192";
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#primary {
	margin-bottom: 60px;
}

.page-template-front-page #primary {
	margin-bottom: 0;
}

#primary-header,
#primary-header .container {
	position: relative;
}

#primary-header {
	height: 35em;
	margin-bottom: 60px;
	display: table;
	width: 100%;
	background: rgba(0,0,0,0.05);
	table-layout: fixed;
}

#primary-header:not(.has-background-cover) > .overlay {
	display: none;
}

#primary-header .primary-hentry-inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
	overflow: hidden;
	padding: 160px 0 60px;
}

#primary-header .container {
	z-index: 1;
}

#primary-header.has-background-cover .entry-title,
#primary-header .entry-meta {
	color: #ffffff;
}

#primary-header .entry-meta a {
	color: inherit;
}

#primary-header .entry-title,
#primary-header .entry-meta {
	max-width: 760px;
}

#primary-header .entry-title {
	font-size: 3.375em;
	line-height: 1.15;
	margin-bottom: 0;
	font-weight: 400;
	letter-spacing: -1px;
}

#primary-header .entry-meta {
	position: relative;
	margin-top: 30px;
	padding: 5px 35px 5px 75px;
	min-height: 70px;
	display: inline-block;
	background: rgba(0,0,0,0.3);
	border-radius: 35px;
	text-shadow: none;
}

#primary-header .entry-meta .avatar {
	position: absolute;
	top: 5px; left: 5px;
	width: 60px;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#primary-header .entry-meta .byline,
#primary-header .entry-meta .posted-on,
#primary-header .entry-meta .comments-link {
	line-height: 1.2;
	opacity: 0.8;
}

#primary-header .entry-meta .byline {
	margin-top: 9px;
	font-weight: 400;
	display: block;
}

#primary-header .entry-meta .posted-on,
#primary-header .entry-meta .comments-link {
	font-size: 0.813em;
}

#primary-header .entry-meta .comments-link:before,
.hentry .entry-meta .comments-link:before {
	content: "\2014";
	padding-right: 3px;
}

.hentry .entry-footer {
	padding-bottom: 35px;
	font-size: 0.813em;
	color: #6E7273;
}

.hentry .entry-footer .cat-links,
.hentry .entry-footer .tags-links {
	display: block;
}

.hentry .entry-footer .edit-link,
.hentry .entry-footer .edit-link a {
	display: inline-block;
}

.hentry .entry-footer .edit-link a {
	color: #6E7273;
	margin-top: 30px;
	background: rgba(0,0,0,0.05);
	padding: 4px 16px;
	border-radius: 35px;
	border: 2px solid transparent;
}

.hentry .entry-footer .edit-link a:hover {
	border: 2px solid rgba(0,0,0,0.05);
	background: #ffffff;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 35px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

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

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

.page-links {
	clear: both;
	margin: 0 0 35px;
	font-size: 0.813em;
}

.page-links .page-links-title {
	padding-right: 10px;
}

.page-links .page-links-title,
.page-links span,
#page .page-links a span {
	color: #6E7273;
}

.page-links .page-links-title,
.page-links span,
.page-links a {
	min-width: 35px;
	text-align: center;
	display: inline-block;
}

#page .page-links a {
	border-bottom: none;
}

#page .page-links a:hover span,
.page-links span {
	color: #424242;
}

.hentry .page-links span {
	border-right: 1px solid rgba(0,0,0,0.05);
}

.page-links .page-links-title {
	padding-right: 10px;
}

.single .entry-content p.intro,
.page .entry-content p.intro {
	font-size: 1.250em;
	line-height: 1.6;
	font-weight: 400;
}

.single .entry-content p span.dropcap,
.page .entry-content p span.dropcap {
	float: left;
	line-height: 0.89;
	margin-right: 8px;
	font-size: 3.75em;
	font-weight: bold;
}

.single .entry-content h1,
.page .entry-content h1,
.comments-area .comment-body h1,

.single .entry-content h2,
.page .entry-content h2,
.comments-area .comment-body h2,

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3,

.single .entry-content h4,
.page .entry-content h4,
.comments-area .comment-body h4,

.single .entry-content h5,
.page .entry-content h5,
.comments-area .comment-body h5,

.single .entry-content h6,
.page .entry-content h6,
.comments-area .comment-body h6 {
	line-height: 1.3;
	margin-top: 40px;
	margin-bottom: 10px;
}

.single .entry-content h1,
.page .entry-content h1,
.comments-area .comment-body h1 {
	font-size: 2.625em;
}

.single .entry-content h2,
.page .entry-content h2,
.comments-area .comment-body h2 {
	font-size: 2.125em;
}

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3 {
	font-size: 1.625em;
}

.single .entry-content h4,
.page .entry-content h4,
.comments-area .comment-body h4 {
	font-size: 1.250em;
}

.single .entry-content h5,
.page .entry-content h5,
.comments-area .comment-body h5 {
	font-size: 1em;
}

.single .entry-content h6,
.page .entry-content h6,
.comments-area .comment-body h6 {
	font-size: 0.813em;
}

.search-form label,
.post-password-form label {
	margin-bottom: 0;
}

.post-password-form label {
	font-weight: 300;
}

.post-password-form input[type="password"] {
	border-radius: 30px 0 0 30px;
	display: block;
}

.post-password-form input[type="submit"] {
	border-radius: 0 30px 30px 0;
	margin-left: -4px;
	border: none;
	background: #424242;
	color: #ffffff;
}

/*--------------------------------------------------------------
## Single Post: Content Options
--------------------------------------------------------------*/
.author-hidden #primary-header .entry-meta .avatar,
.author-hidden.comment-hidden.date-hidden #primary-header .entry-meta,
.author-hidden.date-hidden .entry-meta .comments-link::before,
.date-hidden #primary-header .entry-meta .comments-link::before {
	display: none;
}

.author-hidden #primary-header .entry-meta {
	background: none;
	margin-top: 10px;
}

.author-hidden #primary-header .entry-meta {
	min-height: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

.author-hidden #primary-header:not(.has-background-cover) .entry-meta {
	color: inherit;
}

/*--------------------------------------------------------------
## Gallery Post Format
--------------------------------------------------------------*/
.hentry.format-gallery .entry-header .entry-thumb {
	display: none;
}

/*--------------------------------------------------------------
## Video Post Format
--------------------------------------------------------------*/
.hentry.format-video .entry-header .entry-thumb {
	display: none;
}

/*--------------------------------------------------------------
## Archive, Search, Not Found Page
--------------------------------------------------------------*/
.page-header {
	margin: 0 0 35px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.page-header .page-title,
.page-header .taxonomy-description {
	color: #6E7273;
}

.page-header .page-title {
	margin: 0;
	font-size: 1.250em;
	font-weight: 400;
}

.page-header .taxonomy-description {
	margin-top: 13px;
}

.page-header .taxonomy-description :last-child {
	margin-bottom: 0;
}

.archive .page-header.centered-header {
	border: none;
	padding: 0 0 25px;
	margin: 0;
	text-align: center;
}

.archive .page-header.centered-header .page-title {
	font-weight: 300;
	margin-bottom: 35px;
	color: #222221;
	font-size: 2.000em;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404.not-found,
.post-type-archive-jetpack-testimonial .no-results.not-found,
.post-type-archive-jetpack-portfolio .no-results.not-found {
	text-align: center;
	padding: 30px 0;
}

.error404 .error-404.not-found .page-header,
.search .no-results.not-found .page-header,
.post-type-archive-jetpack-portfolio .no-results.not-found .page-header {
	border-bottom: none;
	padding: 0;
	margin-bottom: 30px;
}

.error404 .error-404.not-found .page-title,
.search .no-results.not-found .page-title,
.post-type-archive-jetpack-portfolio .no-results.not-found .page-title {
	font-size: 2.125em;
}

.error404 .error-404.not-found .page-content,
.post-type-archive-jetpack-testimonial .no-results.not-found,
.post-type-archive-jetpack-portfolio .no-results.not-found {
	margin: 0 auto;
}

.error404 .error-404.not-found .page-content,
.search .no-results.not-found .search-form,
.post-type-archive-jetpack-testimonial .no-results.not-found,
.post-type-archive-jetpack-portfolio .no-results.not-found {
	max-width: 600px;
}

.error404 .error-404.not-found .search-form label,
.error404 .error-404.not-found .search-field,
.search .no-results.not-found .search-form .search-field,
.post-type-archive-jetpack-testimonial .no-results.not-found .search-form .search-field,
.post-type-archive-jetpack-portfolio .no-results.not-found .search-form .search-field {
	width: 100%;
	font-weight: 300;
}

.widget_search .search-field,
.error404 .error-404.not-found .search-field,
.search .no-results.not-found .search-form .search-field,
.post-type-archive-jetpack-testimonial .no-results.not-found .search-form .search-field,
.post-type-archive-jetpack-portfolio .no-results.not-found .search-form .search-field {
	border-radius: 30px;
	padding: 0 20px;
}

.search .no-results.not-found .search-form,
.error404 .error-404.not-found .search-form,
.widget_search .search-form,
.post-type-archive-jetpack-testimonial .no-results.not-found .search-form,
.post-type-archive-jetpack-portfolio .no-results.not-found .search-form {
	position: relative;
}

.search .no-results.not-found .search-form label,
.post-type-archive-jetpack-testimonial .no-results.not-found .search-form label,
.post-type-archive-jetpack-portfolio .no-results.not-found .search-form label {
	display: block;
}

.error404 .error-404.not-found .search-submit,
.search .no-results.not-found .search-submit,
.widget_search .search-submit,
.post-type-archive-jetpack-testimonial .no-results.not-found .search-submit,
.post-type-archive-jetpack-portfolio .no-results.not-found .search-submit {
	position: absolute;
	top: 0; right: 0;
	border-radius: 0 30px 30px 0;
	border: none;
	background: #424242;
	color: #ffffff;
}

.error404 .error-404.not-found  .search-submit:hover,
.search .no-results.not-found  .search-submit:hover,
.widget_search .search-submit:hover,
.post-password-form input[type="submit"]:hover,
.post-type-archive-jetpack-testimonial .no-results.not-found .search-submit:hover,
.post-type-archive-jetpack-portfolio .no-results.not-found .search-submit:hover {
	opacity: 0.8;
}

.post-type-archive-jetpack-testimonial .no-results.not-found .page-header {
	display: none;
}

.post-type-archive-jetpack-testimonial .no-results.not-found {
	padding-top: 0;
}

/*--------------------------------------------------------------
## Audio Player
--------------------------------------------------------------*/
#page .mejs-container {
	border: 1px solid rgba(255,255,255,0.2);
}

#page .mejs-container .mejs-controls {
	background: #0c0c0e;
}

#page .mejs-container .mejs-controls .mejs-button button {
	outline: none;
}

#page .mejs-container,
#page .mejs-container .mejs-controls,
#page .wp-playlist,
#page .mejs-controls .mejs-time-rail .mejs-time-total,
#page .mejs-controls .mejs-time-rail .mejs-time-current,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	border-radius: 2px;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 8px;
}

#page .mejs-container .mejs-controls .mejs-time {
	padding-top: 10px;
}

#page .mejs-controls .mejs-time-rail span,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#page .mejs-controls .mejs-time-rail span,
#page .mejs-controls .mejs-time-rail a {
	height: 4px;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 13px;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #00AFD8;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(255,255,255,0.3);
}

#page .wp-playlist {
	padding: 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.04);
	border-color: rgba(0,0,0,0.07);
}

#page .wp-playlist-light {
	background: #fbfbfb;
}

#page .wp-playlist .wp-playlist-tracks a {
	box-shadow: none;
	border: none;
	padding: 10px;
}

#page .wp-playlist-tracks {
	margin-left: 2px;
}

#page .wp-playlist-item {
	border-color:rgba(0,0,0,0.07);
	padding: 0;
}

#page .wp-playlist-item,
#page .wp-playlist-item a {
	color: rgba(0,0,0,0.5);
	font-weight: normal;
}

#page .wp-playlist-light .wp-playlist-playing,
#page .wp-playlist-light .wp-playlist-playing a {
	color: #000000;
	font-weight: bold;
}

#page .wp-playlist-item-length {
	top: 9px;
}

/*--------------------------------------------------------------
## Author Section
--------------------------------------------------------------*/
.author-container {
	margin-bottom: 35px;
	padding-top: 35px;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.author-container .author-name {
	margin: 0 0 9px;
	font-weight: 300;
	font-size: 1.250em;
	color: #6E7273;
	font-size: 13px;
}

.author-container .author-name a {
	color: #222221;
	display: block;
	font-size: 20px;
	font-weight: 400;
	margin-top: 8px;
}

.author-container .author-info {
	position: relative;
	min-height: 96px;
}

.author-container .avatar {
	width: 96px;
	height: 96px;
	top: 0;
	position: absolute;
	border-radius: 50%;
}

.author-container .author-bio {
	padding-left: 130px;
	color: #424242;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.single #comments {
	border-top: 1px solid rgba(0,0,0,0.05);
	margin-top: 35px;
}

#comments .comments-title,
#reply-title {
	margin-top: 35px;
	font-weight: 400;
}

#comments .says,
#respond .comment-form-comment label {
	display: none;
}

#comments .comment-subscription-form,
#comments .post-subscription-form,
#comments .comment-metadata,
#comments .form-allowed-tags,
#comments .logged-in-as,
#comments .comment-notes,
#comments .reply {
	font-size: 0.813em;
}

#comments .comment-metadata,
#comments .comment-metadata a,
#comments .reply a {
	color: #6E7273;
}

#comments .comment-meta .comment-author .fn a {
	color: inherit;
}

#comments .comment-meta .comment-author .fn {
	font-weight: 400;
	line-height: 1.5;
}

#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label{
	margin: 0;
	font-weight: 300;
	display: block;
}

#comments .comment-list {
	clear: both;
}

#comments ul {
	list-style: none;
}

#comments ol {
	list-style: none;
	margin-left: 0;
	-webkit-padding-start: 0;
	padding-left: 0;
	margin-bottom: 40px;
}

#comments .comment-list article,
#comments .comment-list .pingback,
#comments .comment-list .trackback {
	padding-top: 45px;
	position: relative;
}

#comments .comment-list > li:first-child > article,
#comments .comment-list > .pingback:first-child,
#comments .comment-list > .trackback:first-child {
	border-top: none;
}

#comments .comment-author .avatar {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 40px;
	left: 0;
	border-radius: 50%;
}

#comments .comment-author,
#comments .comment-metadata {
	padding-left: 82px;
}

#comments .comment-metadata {
	margin-top: 3px;
}

#comments .reply,
#comments .comment-content {
	margin-top: 30px;
	clear: both;
}

#comments .comment-content {
	position: relative;
	background-color: rgba(0,0,0,0.05);
	padding: 25px;
	border-radius: 2px;
}

#comments .comment-content:after,
#comments .bypostauthor .comment-content:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	display: block;
	width: 0;
	left: 18px;
}

#comments .comment-content:after {
	border-color: rgba(0,0,0,0.05) transparent;
	z-index: 1;
	top: -10px;
}

#comments .comment-content blockquote:before {
	background: #f3f3f3;
}

#comments .bypostauthor .comment-content {
	border: 2px solid #0da4d3;
	background-color: #ffffff;
}

#comments .bypostauthor .comment-content:after {
	border-color: #0da4d3 transparent;
}

#comments .bypostauthor .comment-content:before {
	border-color: #ffffff transparent;
	z-index: 2;
	top: -7px;
}

#comments .bypostauthor .comment-content blockquote:before {
	background: #ffffff;
}

#comments .comment-content ul {
	list-style: disc;
}

#comments .comment-content ol {
	margin-left: 35px;
	list-style: decimal;
}

#comments .comment-content ul ul,
#comments .comment-content ol ul {
	list-style-type: circle;
}

#comments .reply a:hover {
	color: #424242;
}

#respond .form-submit,
#comments .comment-content :last-child,
#comments .comment-subscription-form {
	margin-bottom: 0;
}

#comments .comment-edit-link:before {
	content: "/";
	padding-right: 5px;
}

#comments .comment-list .children {
	list-style: none;
	margin-left: 52px;
}

#respond #author,
#respond #email,
#respond #url,
#respond #comment {
	width: 100%;
}

#respond #comment {
	height: 200px;
}

#respond .comment-form {
	overflow: hidden;
}

#respond .comment-form-author,
#respond .comment-form-email {
	margin-right: 2%;
}

#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
	float: left;
	width: 32%;
	margin-bottom: 2%;
}

#page #respond .comment-form-fields div.comment-form-input {
	padding: 0;
}

#page #respond .comment-form-fields div.comment-form-field,
#page #respond .comment-form-fields div.comment-form-input input {
	width: 100%;
}

#page #respond .comment-form-fields div.comment-form-input input {
	height: 38px;
}

#comments .form-allowed-tags code {
	background: none;
	white-space: normal;
}

#comments .comment-awaiting-moderation {
	background: yellow;
	margin-top: 35px;
	margin-bottom: 15px;
	display: inline-block;
	padding: 0 6px;
}

.comment #respond .form-submit {
	margin-bottom: 35px;
}

#comments label {
	font-weight: 300;
}

#comments #commentform .comment-subscription-form {
	margin-top: 35px;
}

#comments #commentform .comment-subscription-form:last-of-type {
	margin-top: 0;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.post-type-archive-jetpack-testimonial.inactive-sidebar .site-main {
	max-width: 100%;
}

.post-type-archive-jetpack-testimonial .site-main {
	margin: 0 -15px;
}

.post-type-archive-jetpack-testimonial #primary-header {
	height: 25em;
}

.post-type-archive-jetpack-testimonial .page-header.centered-header,
.post-type-archive-jetpack-testimonial .page-header .testimonial-featured-image {
	margin-bottom: 35px;
}

.post-type-archive-jetpack-testimonial .page-header.centered-header .taxonomy-description {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry {
	width: 50%;
	float: left;
	padding: 0 15px;
	border: none;
}

@media only screen and (min-width: 768px) {
	.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}
}

.post-type-archive-jetpack-testimonial #page .jetpack-testimonial.hentry .entry-content,
.jetpack-testimonial-shortcode .testimonial-entry-content {
	position: relative;
	background: #0da4d3;
	color: #ffffff;
	padding: 35px;
	border-radius: 2px;
}

.post-type-archive-jetpack-testimonial #page .jetpack-testimonial.hentry .entry-content a {
	color: inherit;
	font-weight: 400;
	text-decoration: underline;
}

.post-type-archive-jetpack-testimonial #page .jetpack-testimonial.hentry .entry-content a:hover {
	opacity: 0.8;
	text-decoration: none;
}

.post-type-archive-jetpack-testimonial #page .jetpack-testimonial.hentry .entry-content:after {
	position: absolute;
	border: 14px solid transparent;
	content: '';
	bottom: -14px;
	left: 50%;
	margin-left: -14px;
	border-bottom-width: 0;
	border-top-color: #0da4d3;
	left: 50px;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .more-link-container {
	margin-top: 30px;
}

.post-type-archive-jetpack-testimonial #page .jetpack-testimonial.hentry .more-link-container a {
	text-decoration: none;
	background: #ffffff;
	color: #0da4d3;
	border: none;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .more-link-container a:hover {
	border: none;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .entry-thumb,
.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .entry-thumb img,
.jetpack-testimonial-shortcode .testimonial-featured-image,
.jetpack-testimonial-shortcode .testimonial-featured-image img {
	border-radius: 50%;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .entry-thumb {
	position: absolute;
	top: 0; left: 0;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .entry-header,
.jetpack-testimonial-shortcode .testimonial-entry {
	position: relative;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .entry-header {
	margin-top: 32px;
	margin-left: 20px;
	line-height: 60px;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .entry-thumb img,
#page .jetpack-testimonial-shortcode .testimonial-featured-image .entry-thumb img {
	width: 60px;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .entry-title {
	font-size: 1em;
	margin: 0;
}

.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry.has-post-thumbnail .entry-title {
	padding-left: 75px;
	line-height: inherit;
}

.post-type-archive-jetpack-testimonial .page-header.centered-header .page-title,
.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry .more-link-container,
.post-type-archive-jetpack-testimonial #page .jetpack-testimonial.hentry .entry-content :last-child,
.jetpack-testimonial-shortcode .testimonial-entry-content {
	margin-bottom: 0;
}

#page .jetpack-testimonial-shortcode .testimonial-featured-image,
#page .jetpack-testimonial-shortcode .testimonial-entry-title a {
	border-bottom: none;
}

#page .jetpack-testimonial-shortcode .testimonial-featured-image {
	position: absolute;
	top: 5px; right: 5px;
	border: 2px solid #ffffff;
}

.jetpack-testimonial-shortcode .testimonial-entry-title {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #6E7273;
}

.jetpack-testimonial-shortcode .testimonial-entry-title a {
	color: inherit;
}

.jetpack-testimonial-shortcode .testimonial-entry-content {
	padding-right: 90px;
	margin: 0;
}

/*--------------------------------------------------------------
# Grid Template
--------------------------------------------------------------*/
.page-template-regular-grid-page #primary,
.page-template-full-width-grid-page #primary {
	margin-bottom: 25px;
}

.grid-main-entry .hentry {
	border-bottom: none;
	margin-bottom: 0;
}

.grid-main-entry .hentry,
.grid-main-entry .hentry .entry-footer .edit-link a,
.page-template-regular-grid-page .grid-item .entry-title,
.page-template-full-width-grid-page .grid-item .entry-title {
	margin: 0;
}

.page-template-regular-grid-page .grid-item .entry-title,
.page-template-full-width-grid-page .grid-item .entry-title{
	display: table;
	height: 100%;
	width: 100%;
	font-size: 1.625em;
}

.page-template-regular-grid-page .grid-item .entry-title a,
.page-template-full-width-grid-page .grid-item .entry-title a {
	position: relative;
	z-index: 1;
	line-height: 1.35;
	vertical-align: middle;
	display: table-cell;
}

.page-template-regular-grid-page .grid-item .has-background-cover .entry-title,
.page-template-full-width-grid-page .grid-item .has-background-cover .entry-title {
	color: #ffffff;
}

.page-template-regular-grid-page .grid-item .entry-title a,
.page-template-full-width-grid-page .grid-item .entry-title a {
	color: inherit;
}

.page-template-regular-grid-page .grid-item .hentry,
.page-template-full-width-grid-page .grid-item .hentry {
	position: relative;
	border: none;
	height: 25em;
	text-align: center;
	padding: 20px;
	background: rgba(0,0,0,0.05);
}

.page-template-regular-grid-page .grid-item .hentry:hover .overlay,
.page-template-full-width-grid-page .grid-item .hentry:hover .overlay {
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

#infinite-handle {
	text-align: center;
	clear: both;
}

.post-type-archive-jetpack-testimonial #infinite-handle {
	padding-top: 30px;
}

#infinite-handle span {
	display: inline-block;
	background: none;
	border: 2px solid;
	color: inherit;
	padding: 8px 22px;
	font-size: 13px;
	border-radius: 30px;
	font-weight: 400;
	color: #424242;
}

#infinite-handle span:hover {
	border-color: transparent;
	background: #424242;
	color: #ffffff;
}

#infinite-handle span:after {
	content: "\f021";
	padding-left: 6px;
}

.post-type-archive-jetpack-portfolio.infinite-scroll #infinite-handle,
.tax-jetpack-portfolio-type.infinite-scroll #infinite-handle,
.tax-jetpack-portfolio-tag.infinite-scroll #infinite-handle {
	padding-top: 35px;
}

.post-type-archive-jetpack-portfolio.infinite-scroll .infinite-loader,
.tax-jetpack-portfolio-type.infinite-scroll .infinite-loader,
.tax-jetpack-portfolio-tag.infinite-scroll .infinite-loader {
	position: absolute;
	bottom: -30px;
}

/*--------------------------------------------------------------
# Contact Form
--------------------------------------------------------------*/
#page .contact-form label {
	margin-bottom: 5px;
}

#page .contact-form label span {
	color: #6E7273;
}

#page .contact-form label,
#page .contact-form label span {
	font-weight: 300;
}

#page .contact-form input[type='text'],
#page .contact-form input[type='email'],
#page .contact-form textarea {
	margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 35px;
	max-width: 100%;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
	margin-bottom: 0;
}

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

.wp-caption-text {
	text-align: center;
	color: #6E7273;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 35px;
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 49.5%;
	max-width: -webkit-calc(50% - 5px);
	max-width: calc(50% - 5px);
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
	max-width: -webkit-calc(33.3% - 5px);
	max-width: calc(33.3% - 5px);
}

.gallery-columns-4 .gallery-item {
	max-width: 24.5%;
	max-width: -webkit-calc(25% - 5px);
	max-width: calc(25% - 5px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19.5%;
	max-width: -webkit-calc(20% - 5px);
	max-width: calc(20% - 5px);
}

.gallery-columns-6 .gallery-item {
	max-width: 16%;
	max-width: -webkit-calc(16.66% - 5px);
	max-width: calc(16.66% - 5px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13.5%;
	max-width: -webkit-calc(14.285% - 5px);
	max-width: calc(14.285% - 5px);
}

.gallery-columns-8 .gallery-item {
	max-width: 12%;
	max-width: -webkit-calc(12.5% - 5px);
	max-width: calc(12.5% - 5px);
}

.gallery-columns-9 .gallery-item {
	max-width: 10%;
	max-width: -webkit-calc(11.11% - 5px);
	max-width: calc(11.11% - 5px);
}

.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-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4.gallery-size-thumbnail figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5.gallery-size-thumbnail figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6.gallery-size-thumbnail figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7.gallery-size-thumbnail figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8.gallery-size-thumbnail figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9.gallery-size-thumbnail figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background: rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.59) 59%, rgba(0,0,0,0.65) 69%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.26)), color-stop(59%,rgba(0,0,0,0.59)), color-stop(69%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42000000', endColorstr='#a6000000',GradientType=0 );

	color: #ffffff;
	font-size: 11px;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	padding: 10px;
	margin: 0;
	visibility: hidden;
	opacity: 0;
}

.gallery-item:hover .gallery-caption {
	visibility: visible;
	opacity: 1;
	height: 30%;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
# Share Buttons & Related Posts
--------------------------------------------------------------*/
#page div.sharedaddy h3.sd-title:before {
	border: none;
	margin: 0;
}

#page .sd-content ul li a.sd-button:before {
	font-size: 13px;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline,
#page div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 300;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline {
	color: #6E7273;
	font-size: 0.813em;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 25px;
}

#page div#jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 18px;
}

#page div.sharedaddy,
#page #jp-post-flair {
	padding-bottom: 35px;
}

#page .sd-social-icon .sd-content ul {
	margin: 0 !important;
}

#page .sd-social-icon .sd-content ul li[class*='share-'] a {
	padding: 13px;
}

#page .sd-social-icon .sd-content ul li[class*='share-'] a:hover {
	background: rgba(0,0,0,0.05);
	color: #424242 !important;
}

#page div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}

.pd-rating {
	line-height: 1;
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
@-webkit-keyframes loader {
  0%,
  80%,
  100% {
	box-shadow: 0 0 #ffffff;
	height: 4em;
  }
  40% {
	box-shadow: 0 -2em #ffffff;
	height: 5em;
  }
}

@keyframes loader {
  0%,
  80%,
  100% {
	box-shadow: 0 0 #ffffff;
	height: 4em;
  }
  40% {
	box-shadow: 0 -2em #ffffff;
	height: 5em;
  }
}

@-webkit-keyframes slide-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slide-down {
	0% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@keyframes slide-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slick-slider{
	position: relative;
	display: block;

	-moz-box-sizing: border-box;
		 box-sizing: border-box;

	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
		touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		 -o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0; left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-slide img,
.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
	display: none;
}

/* Dots */
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 23px;
	margin-bottom: 0;
}

.slick-dots li,
.slick-dots li button {
	cursor: pointer;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	width: 12px;
	height: 12px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	content: '';

	position: absolute;
	top: 0;
	left: 0;

	text-align: center;

	background: none;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 50%;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	background: rgba(0,0,0,0.8);
}

/*--------------------------------------------------------------
17.0 Responsive
--------------------------------------------------------------*/
.mobile-view #fullscreen-header {
	height: auto !important;
	min-height: auto !important;
}

.mobile-view #fullscreen-header .featured-slide {
	height: auto;
}

.mobile-view .slick-prev,
.mobile-view .slick-next {
	display: none !important;
}

.mobile-view #site-navigation {
	display: none;
}

.mobile-view #mobile-navigation,
.mobile-view #fullscreen-header .featured-mobile-tip {
	display: block;
}

.mobile-view #masthead .header-links .header-menu {
	display: inline-block;
}

.mobile-view #fullscreen-header .skip-to-entry:before {
	font-size: 18px;
	margin-left: -7px;
	bottom: 15px;
}

.mobile-view #fullscreen-header .featured-mobile-tip {
	bottom: 55px;
}

.mobile-view #fullscreen-header .featured-slide .hentry-inner {
	padding-top: 110px;
	padding-bottom: 110px;
}

@media only screen and (max-width:992px) {
	#site-navigation {
		display: none;
	}

	#mobile-navigation {
		display: block;
	}

	#masthead .header-links .header-menu {
		display: inline-block;
	}

	#toggle-sidebar .mobile-navigation ul li a {
		font-size: 1.625em;
	}

	.content-area.pull-right,
	.left-sidebar #page .content-area.pull-right {
		float: none !important;
	}

	#colophon .footer-bottom,
	#colophon .social-list .menu-items {
		text-align: center;
	}

	.social-list .menu-items {
		margin-top: 35px;
	}

	.page-template-regular-grid-page .grid-item:last-child .hentry {
		margin-bottom: 0;
	}

	#page #secondary {
		padding: 35px 0 0;
		border-top: 1px solid rgba(0,0,0,0.05);
		font-size: 1em;
	}

	.front-block .grid-row.three-columns .hentry {
		width: 100%;
	}

	.portfolio-grid .hentry {
		width: 50%;
	}

	.front-block .grid-row.three-columns .featured-page-inner {
		height: 28em;
		min-height: 0 !important;
	}

	.portfolio-grid .hentry:nth-of-type(3n+1) {
		clear: none;
	}

	.portfolio-grid .hentry:nth-of-type(2n+1) {
		clear: left;
	}
}

/* Tablet and Mobile */
@media only screen and (max-width:768px) {

	#page .slick-prev,
	#page .slick-next {
		display: none !important;
	}

	#masthead .site-branding,
	#masthead .header-links,
	.portfolio-grid .hentry,
	.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry,
	.jetpack-testimonial-shortcode .testimonial-entry {
		float: none !important;
	}

	#masthead.header-loaded {
		position: relative;
		top: 0 !important;
		background: #ffffff;
		z-index: 1;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	#masthead.scroll-header {
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
	}

	#default-view {
		padding-top: 0 !important;
	}

	#page #masthead .site-branding,
	#page #masthead .header-links,
	.front-block .grid-row.two-columns .hentry,
	.front-block .grid-row.three-columns .hentry,
	.portfolio-grid .hentry,
	.post-type-archive-jetpack-testimonial .jetpack-testimonial.hentry,
	.jetpack-testimonial-shortcode .testimonial-entry-column-2 {
		width: 100%;
	}

	.front-block .grid-row .featured-page-inner {
		height: 28em;
		min-height: 0 !important;
	}

	.container,
	.front-block.front-blog-posts .front-block-content,
	.archive .page-header.centered-header,
	.inactive-sidebar.single #primary-header .container,
	.inactive-sidebar.page.page-template-default #primary-header .container,
	.post-type-archive-jetpack-testimonial .no-results.not-found {
		padding-left: 20px;
		padding-right: 20px;
	}

	#masthead .header-links .header-search,
	.jetpack-testimonial-shortcode .testimonial-entry-column-2 {
		margin-left: 0;
		margin-right: 0;
	}

	#page #masthead .site-branding,
	#page #masthead .header-links {
		max-width: 100%;
	}

	#masthead {
		text-shadow: none !important;
	}

	#masthead, #masthead a {
		color: #424242;
	}

	#masthead .site-branding .site-logo {
		max-height: 50px;
		width: auto;
	}

	#masthead .site-branding {
		text-align: center;
		padding: 0 45px;
	}

	#masthead .header-links #header-search-button,
	#masthead #header-menu-button {
		top: 50%;
		margin-top: -13px;
		line-height: 1.6;
		font-size: 16px;
	}

	#masthead .header-links #header-search-button {
		border: none;
		right: 30px;
	}

	#masthead #header-menu-button {
		visibility: hidden;
		position: absolute;
		left: 30px;
	}

	#masthead .header-menu:before {
		visibility: visible;
	}

	#masthead .header-links {
		position: static;
	}

	.front-block.front-porfolio .container,
	#masthead .header-links .header-search,
	.portfolio-grid .hentry {
		padding: 0;
	}

	#colophon .footer-navigation li {
		border: none;
		padding-left: 0;
		padding-right: 0;
		margin-left: 4px;
		margin-left: 4px;
	}

	.footer-navigation {
		margin-top: 6px;
	}
}

/* Mobile */
@media only screen and (max-width:500px) {
	body {
		font-size: 14px;
	}

	#search-container .header-searchform input,
	#search-container .header-searchform button {
		font-size: 16px;
	}

	#primary-header .entry-title,
	#fullscreen-header .featured-slide .entry-title {
		font-size: 2.625em;
	}

	#toggle-sidebar .mobile-navigation ul li a {
		font-size: 1.625em;
	}

	.front-block .front-testimonial-inner {
		font-size: 1.250em;
	}

	.entry-content img.alignright,
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignright,
	.entry-content .wp-caption.alignleft,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: none !important;
	}

	.entry-content img.alignright,
	.entry-content img.alignleft {
		display: block;
		margin:  0 auto 35px;
	}

	#masthead .header-links .header-search {
		border-left: none;
		padding-left: 0;
		margin-left: 0;
	}

	.front-block .grid-row .hentry .entry-header {
		padding: 20px;
	}

	.front-block,
	.front-block.featured-page .hentry-inner {
		padding: 60px 20px;
	}

	.front-block.front-blog-posts {
		padding-top: 60px;
	}

	#primary-header .entry-meta .avatar {
		position: static;
		display: none;
	}

	#page #primary-header .entry-meta,
	#page #primary-header .entry-meta .byline,
	#page #primary-header .entry-meta .posted-on {
		padding: 0;
	}

	#primary-header .entry-meta {
		background: none;
	}

	.single.singular-featured-image-inactive #primary-header .entry-meta,
	.single.singular-featured-image-inactive #primary-header .entry-meta a {
		color: #222221;
	}

	#search-container .searchform-inner-container {
		padding: 70px 20px;
	}

	#search-container .header-searchform button {
		top: 75px; right: 30px;
	}

	.front-blog-row .hentry:hover .more-link .link-inner  {
		bottom: 30px;
		opacity: 0.8;
		font-weight: 300;
	}

	.front-blog-row .hentry:hover .entry-header {
		opacity: 1;
	}

	blockquote {
		padding: 20px 25px 15px;
		line-height: 1.65;
		margin-left: 0;
		margin-right: 0;
		font-size: 1em;
	}

	blockquote:before {
		font-size: 1.4em;
		width: 25px;
		height: 25px;
		line-height: 32px;
		left: -14px;
	}

	#page .author-container .author-bio {
		padding-left: 0;
		padding-right: 0;
	}

	.author-container .avatar {
		position: static;
		margin-bottom: 15px;
	}

	#respond .comment-form-author,
	#respond .comment-form-email,
	#respond .comment-form-url {
		margin-bottom: 15px;
		width: 100%;
	}

	#respond .comment-form-url,
	#toggle-sidebar .mobile-navigation ul li a,
	#toggle-sidebar .mobile-navigation > ul > .menu-item-has-children,
	#toggle-sidebar .mobile-navigation > ul > .sub-menu {
		margin-bottom: 25px;
	}

	#toggle-sidebar .mobile-navigation ul li a {
		padding-bottom: 25px;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		width: 100%;
		margin: 15px 0;
	}

	.post-navigation .nav-next {
		text-align: inherit;
	}

	.post-navigation .nav-previous .meta-nav:before,
	.post-navigation .nav-next .meta-nav:after {
		content: "";
		padding: 0;
	}

	#page #comments .comment-list .children {
		margin-left: 15px;
	}

	#page .contact-form input[type='text'],
	#page .contact-form input[type='email'],
	#page .contact-form textarea {
		width: 100%;
		max-width: 100%;
	}

	#search-container .header-searchform .header-searchform-inner {
		vertical-align: top;
		padding-top: 70px;
		padding-top: 15vh;
	}
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	body {
		background: none !important;
		color: #000000;
		font-size: 12pt;
	}

	#masthead {
		position: static;
	}

	#masthead .site-branding {
		max-width: 100%;
	}

	#primary-header .entry-title {
		font-size: 22pt;
	}

	#page a:after {
		content: "";
	}

	#primary-header,
	#primary-header .primary-hentry-inner {
		display: block;
		height: auto;
	}

	#primary-header .primary-hentry-inner {
		padding: 0;
	}

	#toggle-sidebar,
	#secondary,
	#site-navigation,
	#comments,
	#colophon,
	.sharedaddy,
	.jp-relatedposts,
	.post-navigation,
	.entry-footer,
	#sidebar-button,
	.mejs-container,
	.wp-playlist,
	#primary-header .entry-meta,
	#masthead .header-links .header-search {
		display: none;
	}
}

/*--------------------------------------------------------------
Hide smiley face at the bottom
--------------------------------------------------------------*/
#wpstats,
#botd,
#botd2 {
	display: none;
}
