/*!
Theme Name: White Rabbit Photo Boutique
Theme URI: http://underscores.me/
Author: Thomas Digital
Author URI: https://thomasdigital.com
Description: White Rabbit Photo Boutique custom WordPress theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: white-rabbit-photo-boutique
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

White Rabbit Photo Boutique is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #847971;
	font-family: "Istok Web", sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: "Playfair Display", serif;
	font-weight: normal;
}

h1 {
	font-size: 3.5294em;
	text-align: center;
	border-bottom: 1px solid #cec9c6;
	padding: 1em 0;
	margin: 0;
	line-height: 1;
}

h2 {
	font-size: 2.3529em;
}

h3 {
	font-size: 1.7647em;
}

h4 {
	font-size: 1.2941em;
}

h5 {
	font-size: 1.1176em;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f3efe9;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15.9375px;
	font-size: 0.99609rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15.9375px;
	font-size: 0.99609rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	padding: 0;
}

@media screen and (min-width: 1024px) {
	body {
		padding: 30px;
	}
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

hr {
	background-color: #cec9c6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.ui-accordion .ui-accordion-header {
	color: #525252;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid #847971;
	padding: 1em 1.5em;
	margin: 1.5em 0 0;
	position: relative;
	cursor: pointer;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

.ui-accordion .ui-accordion-header.ui-accordion-header.ui-state-active, .ui-accordion .ui-accordion-header:hover, .ui-accordion .ui-accordion-header:focus {
	color: #fff;
	background-color: #96bcc5;
	border: 1px solid #96bcc5;
}

.ui-accordion .ui-accordion-header .icon {
	position: absolute;
	top: 50%;
	right: 1.5em;
	margin-top: -10px;
}

.ui-accordion .ui-accordion-header.ui-accordion-header.ui-state-active > .icon {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.ui-accordion .ui-accordion-content {
	color: #333;
	background-color: #fff;
	border: 1px solid #c7c0b9;
	margin: 0;
	padding: 1em 1.5em;
}

/* Slick Slideshow Arrows */
.arrows-wrap {
	position: relative;
	display: none;
}

.arrows-wrap figure {
	font-size: 51px;
	font-size: 3.1875rem;
	line-height: 1;
	margin: 0;
	position: absolute;
}

.arrows-wrap figure.arrow-prev {
	left: 0px;
}

.arrows-wrap figure.arrow-prev .icon {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.arrows-wrap figure.arrow-next {
	right: 0px;
}

.arrows-wrap figure.arrow-next .icon {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.arrows-wrap figure:hover, .arrows-wrap figure:focus {
	cursor: pointer;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid;
	border-color: #fff;
	background: #96bcc5;
	color: #fff;
	font-size: 13.9995px;
	font-size: 0.87497rem;
	line-height: 1;
	padding: 1em 1.5em;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}

button:hover, button:active, button:focus,
input[type="button"]:hover,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
a.button:hover,
a.button:active,
a.button:focus {
	color: #fff;
	background-color: #487884;
	text-decoration: none;
}

a.button:visited {
	color: #fff;
}

.alm-load-more-btn {
	color: #847971;
	background-color: #fff;
	border-color: #847971;
}

.alm-load-more-btn:hover, .alm-load-more-btn:active, .alm-load-more-btn:focus {
	color: #fff;
	background-color: #847971;
	border-color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #847971;
	border: 1px solid #ccc;
	padding: 9px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #70665f;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #96bcc5;
	text-decoration: none;
}

a:visited {
	color: #96bcc5;
}

a:hover, a:focus, a:active {
	color: #487884;
	text-decoration: underline;
}

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	clear: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-left: 0;
	background-color: #70665f;
}

.main-navigation ul ul {
	display: none;
	top: 1.5em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	top: 0;
}

.main-navigation ul ul li {
	padding-left: 1em;
	border: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	border-bottom: 1px solid #847971;
	position: relative;
}

.main-navigation a {
	display: inline-block;
	width: 100%;
	padding: .5em 1em .5em 0;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.main-navigation a:hover, .main-navigation a:focus {
	color: #cec9c6;
}

.main-navigation > div > ul {
	border-top: 1px solid #847971;
	padding: 0 1em;
}

button.dropdown-toggle {
	position: absolute;
	top: 3px;
	right: 0;
	border: none;
	background: inherit;
	color: white;
	line-height: 1.5em;
	padding: .4em 1em .4em .5em;
}

.menu-toggle {
	display: block;
	width: 100%;
	background-color: #70665f;
	border: none;
}

.menu-toggle:hover, .menu-toggle:focus, .menu-toggle:active {
	background-color: #70665f;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

/* Toggle small menu and children on */
.toggled-on ul,
.sub-menu.toggled-on {
	display: block;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* About and Services Sub Menus */
.sub-header {
	padding: 1.5em 0;
}

.sub-header .menu {
	font-size: 13.9995px;
	font-size: 0.87497rem;
	font-weight: 700;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sub-header .menu li {
	margin: 10px;
}

.sub-header .menu li.current-menu-item a, .sub-header .menu li:hover a, .sub-header .menu li:focus a {
	color: #fff;
	background-color: #96bcc5;
	border-color: #96bcc5;
}

.sub-header .menu a {
	display: inline-block;
	color: #847971;
	border: 1px solid #847971;
	padding: 10px 20px;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.sub-header .menu a:visited {
	color: #847971;
}

.sub-header .menu a:hover, .sub-header .menu a:focus {
	text-decoration: none;
}

/* Social menu in footer */
.social-navigation .icon {
	font-size: 22px;
	height: 22px;
	width: 22px;
}

.social-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social-navigation ul li {
	margin-left: 15px;
}

/* Portfolio filter */
.portfolio-tags-filter-list {
	font-size: 13.9995px;
	font-size: 0.87497rem;
	font-weight: 700;
	list-style: none;
	margin: 40px 0 0;
	padding: 0;
}

.portfolio-tags-filter-list li {
	margin: 10px;
}

.portfolio-tags-filter-list li.current-portfolio-category a,
.portfolio-tags-filter-list li.current-portfolio-category label, .portfolio-tags-filter-list li:hover a,
.portfolio-tags-filter-list li:hover label, .portfolio-tags-filter-list li:focus a,
.portfolio-tags-filter-list li:focus label {
	color: #fff;
	background-color: #96bcc5;
	border-color: #96bcc5;
}

.portfolio-tags-filter-list a,
.portfolio-tags-filter-list label {
	text-transform: uppercase;
	display: inline-block;
	color: #847971;
	border: 1px solid #847971;
	padding: 10px 20px;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.portfolio-tags-filter-list a:visited,
.portfolio-tags-filter-list label:visited {
	color: #847971;
}

.portfolio-tags-filter-list a:hover, .portfolio-tags-filter-list a:focus,
.portfolio-tags-filter-list label:hover,
.portfolio-tags-filter-list label:focus {
	text-decoration: none;
}

.portfolio-tags-filter-list input[type="radio"] {
	display: none;
}

@media screen and (min-width: 768px) {
	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.main-navigation ul ul {
		display: block;
		padding: 5px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		position: absolute;
		top: 100%;
		left: -999em;
	}
	.main-navigation ul ul ul {
		left: 100%;
	}
	.main-navigation ul ul li {
		padding-left: 0.5em;
	}
	.main-navigation ul ul li a {
		width: 220px;
		padding: 5px 10px;
		background: none;
	}
	.main-navigation ul li a {
		padding: .4em 1em;
	}
	.main-navigation li {
		border: 0;
	}
}

@media screen and (min-width: 1024px) {
	.main-navigation ul {
		background-color: #847971;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding-top: 0;
		/* If you want dropdowns to open on hover, uncomment this: */
	}
	.main-navigation ul ul {
		border: 1px solid #cec9c6;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul {
		left: 0;
		right: auto;
	}
	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		top: 50%;
	}
	.main-navigation > div > ul {
		padding: 0;
	}
	/* About and Services Sub Menus */
	.sub-header {
		padding: 60px 0 30px;
	}
	.sub-header .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	/* Social navigation in footer */
	.social-navigation {
		margin: 0;
	}
	/* Portfolio filter */
	.portfolio-tags-filter-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.home-header {
	position: relative;
	display: none;
}

.home-header .home-navigation {
	max-width: 1170px;
	width: 100%;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 9999;
}

.home-header .home-navigation .menu {
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.home-header .home-navigation .menu a,
.home-header .home-navigation .menu a:visited {
	color: #fff;
	-webkit-transition: color 250ms;
	transition: color 250ms;
}

.home-header .home-navigation .menu a:hover,
.home-header .home-navigation .menu a:focus {
	color: #96bcc5;
	text-decoration: none;
}

@media screen and (min-width: 1024px) {
	.main-navigation ul {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-ms-flex-line-pack: center;
		    align-content: center;
	}
	.main-navigation > div,
	.main-navigation > div > ul {
		height: 100%;
	}
	.home-header {
		display: block;
	}
}

@media screen and (min-width: 1280px) {
	.home-header {
		width: 1170px;
		margin: 0 auto;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.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%;
}

/*--------------------------------------------------------------
# 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;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14.875px;
	font-size: 0.92969rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.categories-archives-list {
	border-bottom: 1px solid #cec9c6;
	max-width: 1170px;
	margin: 0 auto 50px;
}

.categories-archives-list .widget-title {
	border-bottom: 1px solid #f3efe9;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.categories-archives-list ul {
	font-size: 14.9991px;
	font-size: 0.93744rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.categories-archives-list ul li {
	padding: 4px 0;
}

@media screen and (min-width: 1024px) {
	.categories-archives-list {
		margin-bottom: 70px;
		padding-bottom: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.categories-archives-list .widget {
		width: 50%;
	}
	.categories-archives-list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.categories-archives-list .widget_categories li {
		width: 49%;
	}
	.categories-archives-list .widget_archive li {
		width: 33%;
	}
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background-color: #847971;
	padding: 0;
}

.site-branding {
	text-align: center;
	padding: 1em 1em 0.5em;
	min-width: 83px;
	min-height: 60px;
}

@media screen and (min-width: 1024px) {
	.site-header {
		padding: 2px 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		position: fixed;
		top: 0;
		left: 30px;
		right: 30px;
		z-index: 893;
	}
	.admin-bar .site-header {
		top: 32px;
	}
	.home .site-header {
		-webkit-transform: translate3d(0, -200px, 0);
		        transform: translate3d(0, -200px, 0);
		-webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 1.22, 0.76, 0.99);
		transition: -webkit-transform 0.2s cubic-bezier(0, 1.22, 0.76, 0.99);
		transition: transform 0.2s cubic-bezier(0, 1.22, 0.76, 0.99);
		transition: transform 0.2s cubic-bezier(0, 1.22, 0.76, 0.99), -webkit-transform 0.2s cubic-bezier(0, 1.22, 0.76, 0.99);
	}
	.home .site-header.visible {
		-webkit-transform: translate3d(0, 0px, 0);
		        transform: translate3d(0, 0px, 0);
	}
	.home.admin-bar .site-header.visible {
		top: 0;
		-webkit-transform: translate3d(0, 32px, 0);
		        transform: translate3d(0, 32px, 0);
	}
	.site-branding {
		margin-right: 50px;
	}
}

@media screen and (min-width: 1280px) {
	.site-header {
		padding: 2px 100px;
	}
	.site-branding {
		padding: 0;
		margin-top: 8px;
		margin-right: 70px;
	}
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.site-content .content-area {
	border-bottom: 1px solid #cec9c6;
	max-width: 1170px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}

.site-content .content-area.blog-detail,
.site-content .content-area.contact-us-page {
	max-width: 100%;
}

.home .site-content {
	margin-top: 0;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.hentry.has-post-thumbnail .entry-header .page-header-featured-image {
	margin: 0;
}

.hentry.has-post-thumbnail .entry-header .page-header-featured-image img {
	display: block;
	margin: 0 auto;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	max-width: 1170px;
	margin: 0 auto;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-title a,
.related-post-title a {
	color: #847971;
	text-decoration: none;
}

.entry-title a:hover, .entry-title a:focus,
.related-post-title a:hover,
.related-post-title a:focus {
	color: #70665f;
}

/* blog landing page */
.blog .page-title-wrap,
.home .page-title-wrap {
	margin-bottom: 2em;
}

.blog .page-title,
.home .page-title {
	text-align: left;
}

.blog .hentry.type-post,
.home .hentry.type-post {
	background-color: #f3efe9;
	width: 370px;
	margin: 0 auto 1.5em;
}

.blog .entry-header a img,
.home .entry-header a img {
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
}

.blog .entry-header a:hover img,
.home .entry-header a:hover img {
	opacity: 0.9;
}

.blog .entry-title,
.home .entry-title {
	margin: 0;
	padding: 20px;
}

.blog .entry-meta,
.home .entry-meta {
	font-size: 12.9999px;
	font-size: 0.81249rem;
	padding: 0 20px 20px;
}

.blog .alm-btn-wrap,
.home .alm-btn-wrap {
	text-align: center;
	padding-top: 1.8529em;
}

/* blog detail */
.single-post .page-title-wrap {
	max-width: 1170px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.single-post .page-title-wrap .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-post .page-title-wrap button.search-submit {
	font-size: 24.9985px;
	font-size: 1.56241rem;
	padding: 10px;
	margin-top: -1px;
	margin-left: -1px;
}

.single-post .page-title {
	text-align: left;
	border-bottom: 0;
	padding-bottom: 30px;
}

.single-post .entry-header .single-post-thumbnail {
	margin: 0;
}

.single-post .entry-header .single-post-thumbnail img {
	display: block;
}

.single-post .entry-header .wrap {
	color: #fff;
	background-color: #96bcc5;
	padding: 1em;
}

.single-post .entry-header .entry-title {
	margin: 0 0 20px;
	line-height: 1.2;
}

.single-post .entry-header .entry-meta {
	padding-bottom: 10px;
}

.single-post .entry-content {
	border-top: 1px solid #f3efe9;
	margin-top: 60px;
	padding-top: 40px;
}

.single-post .entry-content figure {
	margin: 0;
}

.single-post .entry-content img {
	display: block;
	margin: 0 auto 1em;
}

.single-post .entry-footer .cat-links,
.single-post .entry-footer .tags-links {
	display: block;
}

/* contact us page */
.contact-us-page .entry-title {
	border-bottom: 0;
}

.contact-us-page .contact-post-thumbnail {
	margin: 0;
}

.contact-us-page .contact-post-thumbnail img {
	display: block;
}

.contact-us-page .entry-content {
	color: #fff;
	background-color: #96bcc5;
	padding: 40px 40px 15px;
	margin: 0;
}

.contact-us-page .entry-content h2:first-child {
	margin-top: 0;
	margin-bottom: 25px;
}

.contact-us-page .entry-content a {
	color: #fff;
}

.contact-us-page .gform_wrapper {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 1em;
	margin-top: 0;
}

.contact-us-page .gform_wrapper label.gfield_label {
	font-size: 12.9999px;
	font-size: 0.81249rem;
	font-weight: 400;
}

.contact-us-page .gform_wrapper input[type="text"],
.contact-us-page .gform_wrapper textarea {
	color: #fff;
	background-color: rgba(150, 188, 197, 0.6);
}

.contact-us-page .gform_confirmation_wrapper {
	font-size: 27.999px;
	font-size: 1.74994rem;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	padding: 2em;
	text-align: center;
}

/* testimonials */
.testimonials blockquote {
	font-family: "Playfair Display", serif;
	font-style: italic;
	font-size: 18.9992px;
	font-size: 1.18745rem;
	text-align: center;
	padding: 1em 0;
}

.testimonials blockquote p,
.testimonials blockquote figure {
	margin: 1em 0;
}

.testimonials blockquote cite {
	font-family: "Istok Web", sans-serif;
	font-size: 17px;
	font-size: 1.0625rem;
}

/* team members */
.team-members {
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 50px;
}

.team-members .member-wrap {
	text-align: center;
	border: 1px solid #f3efe9;
	margin: 1em 0;
}

.team-members .member-wrap .profile-pic {
	padding: 1em;
}

.team-members .member-wrap .profile-pic a {
	display: block;
	border: 1px solid #ddd;
	border-radius: 50%;
	width: 236px;
	height: 236px;
	padding: 7px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.team-members .member-wrap .profile-pic a:hover, .team-members .member-wrap .profile-pic a:focus {
	background-color: rgba(27, 138, 146, 0.1);
	opacity: 0.9;
}

.team-members .member-wrap .profile-pic a img {
	display: block;
	width: 220px;
	height: 220px;
	border-radius: 50%;
}

.team-members .member-wrap .member-info {
	background-color: #f3efe9;
	padding: 1em;
}

.team-members .member-wrap .member-info h4 {
	margin: 10px 0 20px;
}

.team-members .member-wrap .member-info .job-title {
	font-size: 12.9999px;
	font-size: 0.81249rem;
	color: #96bcc5;
	margin: 20px 0;
}

.team-members .member-wrap .member-info .linkedin {
	margin: 0;
	padding: 2px;
}

.team-members .member-wrap .member-info .linkedin a {
	font-size: 20.4px;
	font-size: 1.275rem;
	color: #fff;
	padding: 5px;
}

/* featured in */
.featured-in .wrap {
	border: 1px solid #f3efe9;
	margin: 20px 0;
}

.featured-in .wrap figure {
	height: 150px;
	margin: 0;
	padding: 0;
}

.featured-in .wrap figure a, .featured-in .wrap figure span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.featured-in .wrap figure a:hover, .featured-in .wrap figure a:focus, .featured-in .wrap a:hover figure span {
	opacity: 0.8;
}

.featured-in .wrap figure a img {
	display: block;
	margin: auto;
}

.featured-in .wrap .info-wrap {
	background-color: #f3efe9;
	padding: 1em; min-height:200px;
}

.featured-in .wrap .info-wrap h4 {
	margin: 10px 0 20px;
}

.featured-in .wrap .info-wrap h4 a, .featured-in .wrap .info-wrap a h4 {
	color: #847971;
}

.featured-in .wrap .info-wrap h4 a:hover, .featured-in .wrap .info-wrap h4 a:focus, .featured-in .wrap .info-wrap a:hover h4{
	color: #70665f;
	text-decoration: none;
}

.featured-in .wrap .info-wrap p {
	font-size: 12.9999px;
	font-size: 0.81249rem;
	margin: 20px 0;
}

.featured-in .wrap .info-wrap p a:hover, .featured-in .wrap .info-wrap p a:focus, .featured-in .wrap .info-wrap a:hover p {
	color: #96bcc5;
	text-decoration: none;
}

/* related posts below blog detail */
.related-posts {
	padding: 20px 0;
	border-bottom: 1px solid #cec9c6;
}

.related-posts .wrap {
	margin-bottom: 2em;
}

.related-posts .related-post-item {
	background-color: #f3efe9;
	width: 370px;
	margin: 0 auto 1.5em;
}

.related-posts .related-post-thumbnail {
	margin: 0;
}

.related-posts .related-post-thumbnail img {
	display: block;
	-webkit-transition: opacity 200ms;
	transition: opacity 200ms;
}

.related-posts .related-post-thumbnail a:hover img {
	opacity: 0.9;
}

.related-posts .related-post-title {
	margin: 0;
	padding: 20px;
}

.related-posts .related-post-meta {
	font-size: 12.9999px;
	font-size: 0.81249rem;
	padding: 0 20px 20px;
}

/* pricing page */
.package-list {
	text-align: center;
}

.package-list .package-item-wrap {
	background-color: #f3efe9;
	padding: 1.5em;
	margin-bottom: 1.5em;
}

.package-list .package-name {
	margin: 0 0 20px;
	padding: 1.5em;
	background-color: #fff;
	border: 1px solid #cec9c6;
	position: relative;
}

.package-list .package-name h4 {
	line-height: 1;
	margin: 0;
}

.package-list .package-name .corner {
	position: absolute;
}

.package-list .package-name .corner.top-left {
	top: -1px;
	left: -1px;
}

.package-list .package-name .corner.top-right {
	top: -1px;
	right: -1px;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.package-list .package-name .corner.bottom-right {
	bottom: -1px;
	right: -1px;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.package-list .package-name .corner.bottom-left {
	bottom: -1px;
	left: -1px;
	-webkit-transform: rotate(270deg);
	        transform: rotate(270deg);
}

.package-list .package-description ul {
	margin: 0 0 20px;
	padding: 0;
}

.package-list .package-description li {
	padding: 2px 0;
}

.package-list .package-price {
	font-size: 18.9992px;
	font-size: 1.18745rem;
	font-weight: 700;
	color: #525252;
	margin: 0 0 20px;
}

.package-list .package-cta a.button {
	color: #fff;
	display: inline-block;
}

/* portfolio */
.envira-gallery-wrap .envira-tags-filter-list {
	font-size: 13.9995px;
	font-size: 0.87497rem;
	font-weight: 700;
	list-style: none;
	margin: 40px 0;
	padding: 0;
}

.envira-gallery-wrap .envira-tags-filter-list li {
	margin: 10px;
}

.envira-gallery-wrap .envira-tags-filter-list li.current-menu-item a, .envira-gallery-wrap .envira-tags-filter-list li:hover a, .envira-gallery-wrap .envira-tags-filter-list li:focus a {
	color: #fff;
	background-color: #96bcc5;
	border-color: #96bcc5;
}

.envira-gallery-wrap .envira-tags-filter-list a {
	text-transform: uppercase;
	display: inline-block;
	color: #847971;
	border: 1px solid #847971;
	padding: 10px 20px;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.envira-gallery-wrap .envira-tags-filter-list a:visited {
	color: #847971;
}

.envira-gallery-wrap .envira-tags-filter-list a:hover, .envira-gallery-wrap .envira-tags-filter-list a:focus {
	text-decoration: none;
}

.envira-gallery-wrap .envira-tags-filter-list a.envira-tags-filter-active {
	color: #fff;
	background-color: #96bcc5;
	border-color: #96bcc5;
}

.content-area.portfolio-galleries {
	max-width: 1380px;
}

.content-area.portfolio-galleries .entry-content {
	max-width: 1380px;
	padding-top: 60px;
}

.content-area.portfolio-galleries .entry-content::before, .content-area.portfolio-galleries .entry-content::after {
	display: none;
}

.content-area.portfolio-galleries .entry-content .item-wrap {
	width: 440px;
	height: 280px;
	margin-bottom: 22px;
	position: relative;
}

.content-area.portfolio-galleries .entry-content .item-wrap a {
	display: block;
	overflow: hidden;
}

.content-area.portfolio-galleries .entry-content .item-wrap a:hover, .content-area.portfolio-galleries .entry-content .item-wrap a:focus {
	text-decoration: none;
}

.content-area.portfolio-galleries .entry-content .item-wrap a:hover figcaption, .content-area.portfolio-galleries .entry-content .item-wrap a:focus figcaption {
	opacity: 1;
}

.content-area.portfolio-galleries .entry-content .item-wrap figure {
	margin: 0;
}

.content-area.portfolio-galleries .entry-content .item-wrap figure img {
	display: block;
	width: 100%;
	height: auto;
}

.content-area.portfolio-galleries .entry-content .item-wrap figcaption {
	font-family: "Playfair Display", serif;
	font-size: 20.9984px;
	font-size: 1.3124rem;
	text-align: center;
	color: #fff;
	background: url(img/portfolio-bg.png) 0 0 no-repeat;
	background-size: cover;
	width: 440px;
	height: 280px;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 80px 75px 70px;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media screen and (min-width: 768px) {
	/* blog landing */
	.blog .page-title-wrap,
	.home .page-title-wrap {
		border-bottom: 1px solid #cec9c6;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.blog .page-title-wrap h1,
	.home .page-title-wrap h1 {
		border: 0;
	}
	.blog .search-form,
	.home .search-form {
		height: 46px;
		margin-top: 20px;
	}
	.blog .post-wrap,
	.blog .alm-reveal,
	.home .post-wrap,
	.home .alm-reveal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
	.blog .hentry.type-post,
	.home .hentry.type-post {
		margin: 10px;
	}
	/* blog detail */
	.single-post .page-title-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.single-post .search-form {
		height: 46px;
		margin-top: 20px;
	}
	/* contact us page */
	.contact-us-page .gform_wrapper {
		padding: 1em 2em 2em;
	}
	/* pricing page */
	.package-list {
		padding-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.package-list .package-item-wrap {
		width: 370px;
	}
	/* team members */
	.team-members {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.team-members .member-wrap {
		width: 270px;
		margin: 10px;
	}
	/* featured in */
	.featured-in {
		padding-top: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.featured-in .wrap {
		width: 370px;
		margin: 10px;
	}
	/* related posts below blog detail */
	.related-posts .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media screen and (min-width: 1024px) {
	.site-content {
		margin-top: 50px;
	}
	/* portfolio */
	.envira-gallery-wrap .envira-tags-filter-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.content-area.portfolio-galleries .entry-content {
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
}

@media screen and (min-width: 1200px) {
	.hentry.has-post-thumbnail.type-page:not(.post-1813) .entry-header {
		height: 320px;
		position: relative;
	}
	.hentry.has-post-thumbnail.type-page:not(.post-1813) .entry-header .page-header-featured-image {
		position: absolute;
		top: 0;
		right: 0;
	}
	.hentry.has-post-thumbnail.type-page:not(.post-1813) .entry-header .page-header-featured-image img {
		width: 1035px;
		height: 320px;
	}
	.hentry.has-post-thumbnail.type-page:not(.post-1813) .entry-header .entry-title {
		color: #fff;
		background-color: #96bcc5;
		width: 660px;
		height: 240px;
		position: absolute;
		top: 40px;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	/* blog detail */
	.single-post .hentry {
		margin: 0;
	}
	.single-post .hentry.has-post-thumbnail .entry-header {
		height: 590px;
		position: relative;
	}
	.single-post .hentry.has-post-thumbnail .entry-header .single-post-thumbnail {
		width: 1035px;
		height: 590px;
		position: absolute;
		top: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.single-post .hentry.has-post-thumbnail .entry-header .single-post-thumbnail img {
		display: block;
		width: auto;
		max-height: 100%;
	}
	.single-post .hentry.has-post-thumbnail .entry-header .wrap {
		width: 470px;
		height: 470px;
		padding: 2.3529em;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		position: absolute;
		top: 60px;
		left: 0;
		overflow: hidden;
	}
	.single-post .entry-footer {
		padding-top: 20px;
	}
	/* contact us page */
	.contact-us-page .wrap {
		min-height: 590px;
		max-width: 1380px;
		margin: 0 auto;
		position: relative;
	}
	.contact-us-page .contact-post-thumbnail {
		width: 1035px;
		height: 590px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.contact-us-page .content-form-wrap {
		position: absolute;
		top: 60px;
		left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.contact-us-page .content-form-wrap .entry-content {
		width: 470px;
		height: 470px;
		margin: 0;
	}
	.contact-us-page .content-form-wrap .gform_wrapper {
		margin: 0;
		width: 700px;
		height: 470px;
	}
	.contact-us-page .content-form-wrap .gform_wrapper .gform_fields {
		height: 440px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.contact-us-page .content-form-wrap .gform_wrapper .gfield {
		width: 300px;
		padding: 0;
		margin-top: 12px;
		margin-right: 30px;
	}
	.contact-us-page .content-form-wrap .gform_wrapper .gform_footer {
		max-width: 208px;
		margin-left: 330px;
		margin-top: -80px;
	}
	.contact-us-page .content-form-wrap .gform_wrapper input[type="text"] {
		width: 100%;
	}
	.contact-us-page .content-form-wrap .gform_wrapper textarea {
		width: 100%;
		height: 310px;
	}
	.contact-us-page .content-form-wrap .gform_confirmation_wrapper {
		width: 700px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

@media screen and (min-width: 1280px) {
	.site-content .content-area {
		margin: 0 auto 60px;
		padding-bottom: 35px;
	}
	.hentry.has-post-thumbnail.type-page:not(.post-1813) .entry-header .entry-title {
		left: 100px;
	}
	/* blog detail */
	.single-post .hentry.has-post-thumbnail .entry-header .wrap {
		left: 100px;
	}
}

@media screen and (min-width: 1300px) {
	/* contact us page */
	.contact-us-page .content-form-wrap {
		left: 100px;
	}
}

@media screen and (min-width: 1440px) {
	/* contact us page */
	.contact-us-page .content-form-wrap {
		left: 100px;
	}
	.content-area.portfolio-galleries .entry-content {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

/*--------------------------------------------------------------
## Front Page
--------------------------------------------------------------*/
.home .site-content {
	margin-bottom: 0;
}

.home .site-content .content-area {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0 auto 60px;
	max-width: 1380px;
}

.home .site-content .content-area .entry-header figure {
	margin: 0;
}

.home .site-content .content-area .entry-header figure img {
	display: block;
	width: 100%;
}

.home .site-content .content-area .wrap {
	color: #fff;
	background-color: #96bcc5;
	padding: 1.5em;
}

.home .site-content .content-area .wrap a,
.home .site-content .content-area .wrap a:hover,
.home .site-content .content-area .wrap a:focus,
.home .site-content .content-area .wrap a:visited {
	color: #fff;
}

.home .site-content .content-area .wrap .entry-title {
	font-size: 39.9993px;
	font-size: 2.49996rem;
	text-align: left;
	border-bottom: 0;
	padding: 0 0 20px;
}

.home .site-content .content-area .wrap .entry-content {
	margin: 0;
}

.home .site-content .content-area .wrap .link-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 20px;
}

.home .site-content .content-area .wrap .link-buttons .button {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1em;
}

/* front page slideshow */
.front-page-slideshow {
	position: relative;
	margin-bottom: 30px;
}

.front-page-slideshow .slideshowtext {
	font-family: "Playfair Display", serif;
	font-size: 19.9988px;
	font-size: 1.24992rem;
	color: #fff;
	background-color: rgba(34, 34, 34, 0.4);
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 295;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.front-page-slideshow .slideshowtext p {
	width: 400px;
	height: 130px;
	margin: 0;
	padding-top: 20px;
	background: url(img/slideshowtext-border.png) 50% 50% no-repeat;
	background-size: contain;
}

.front-page-slideshow .slideshowgallery .slick-dots {
	bottom: 15px;
	z-index: 300;
}

.front-page-slideshow .slideshowgallery .slick-dots li button::before {
	font-size: 15px;
	color: #fff;
	opacity: 1;
}

.front-page-slideshow .slideshowgallery .slick-dots li.slick-active button::before {
	color: #96bcc5;
}

.front-page-slideshow .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.front-page-services {
	margin: 0 0 60px;
}

.front-page-services .slick-slide {
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.front-page-services .slick-slide:hover, .front-page-services .slick-slide:focus {
	opacity: 0.9;
}

.front-page-services .inner-wrap {
	max-width: 100%;
	height: 280px;
	margin: 0 15px;
	position: relative;
}

.front-page-services .inner-wrap figure {
	margin: 0;
	height: 100%;
}

.front-page-services .inner-wrap figure img {
	display: block;
	height: 100%;
}

.front-page-services .inner-wrap a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(34, 34, 34, 0.4);
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.8)));
	background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
	padding: 120px 35px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 555;
}

.front-page-services .inner-wrap a:hover, .front-page-services .inner-wrap a:focus {
	text-decoration: none;
}

.front-page-services .inner-wrap a h3 {
	color: #fff;
	margin: 0;
}

.front-page-services .inner-wrap a p {
	color: #96bcc5;
}

.front-page-testimonials {
	margin: 0;
}

.front-page-testimonials .testimonial-wrap {
	margin: 0;
}

.front-page-testimonials .testimonial-wrap .post-thumbnail-wrap {
	margin: 0;
}

.front-page-testimonials .testimonial-wrap .post-thumbnail-wrap img {
	display: block;
}

.front-page-testimonials .testimonial-wrap blockquote {
	margin: 0;
	padding: 20px 30px;
}

.front-page-latest-posts {
	margin: 60px 0;
}

.front-page-latest-posts h2 {
	text-align: center;
	line-height: 1;
	margin: 0;
}

.front-page-latest-posts .hentry {
	background-color: #f3efe9;
}

@media screen and (min-width: 768px) {
	.front-page-slideshow .slideshowtext {
		font-size: 39.9993px;
		font-size: 2.49996rem;
	}
	.front-page-slideshow .slideshowtext p {
		width: 600px;
		height: 200px;
	}
	.front-page-services-arrows {
		display: block;
	}
	.front-page-services-arrows figure {
		color: #fff;
		top: -225px;
	}
	.front-page-services-arrows figure.arrow-prev {
		left: 10px;
	}
	.front-page-services-arrows figure.arrow-next {
		right: 10px;
	}
	.front-page-latest-posts .wrap {
		max-width: 1170px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
	}
}

@media screen and (min-width: 1200px) {
	.home .site-content .site-main .page.has-post-thumbnail {
		position: relative;
		width: 100%;
		height: 590px;
	}
	.home .site-content .site-main .page.has-post-thumbnail .entry-header {
		width: 1035px;
		height: 590px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.home .site-content .site-main .page.has-post-thumbnail .wrap {
		width: 470px;
		height: 470px;
		padding: 2.3529em;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		position: absolute;
		top: 60px;
		left: 0;
		overflow: hidden;
	}
}

@media screen and (min-width: 1280px) {
	.front-page-slideshow .slideshowtext {
		font-size: 59.9998px;
		font-size: 3.74999rem;
	}
	.front-page-slideshow .slideshowtext p {
		width: 1170px;
		height: 343px;
		padding-top: 48px;
		margin-top: 70px;
	}
	.front-page-slideshow .slideshowgallery .slick-dots {
		bottom: 30px;
	}
	.front-page-testimonials .testimonial-wrap {
		height: 420px;
		overflow: hidden;
		position: relative;
	}
	.front-page-testimonials .testimonial-wrap .no-post-thumbnail {
		background-color: #f3efe9;
	}
	.front-page-testimonials .testimonial-wrap blockquote {
		width: 100%;
		height: 100%;
		padding: 40px 100px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		position: absolute;
		top: 0;
	}
	.front-page-testimonials .testimonial-wrap blockquote.has-post-thumbnail {
		text-align: left;
		padding: 20px 40% 20px 100px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.front-page-testimonials .testimonial-wrap blockquote.no-post-thumbnail img {
		margin: 0 auto;
	}
	.front-page-testimonials-arrows {
		display: block;
	}
	.front-page-testimonials-arrows figure {
		color: #fff;
		top: -235px;
	}
	.front-page-testimonials-arrows figure.arrow-prev {
		left: 10px;
	}
	.front-page-testimonials-arrows figure.arrow-next {
		right: 10px;
	}
}

@media screen and (min-width: 1366px) {
	.home .site-content .site-main .page.has-post-thumbnail .wrap {
		right: 800px;
		left: auto;
	}
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-portfolio h2 {
	text-align: center;
	line-height: 1;
	margin: 0 0 40px;
}

.footer-portfolio #featured-portfolio .item-wrap {
	width: 440px;
	height: 280px;
}

.footer-portfolio #featured-portfolio .item-wrap a {
	font-family: "Playfair Display", serif;
	font-size: 20.9984px;
	font-size: 1.3124rem;
	text-align: center;
	color: #fff;
	background: url(img/portfolio-bg.png) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 80px 75px 70px;
	opacity: 0;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.footer-portfolio #featured-portfolio .item-wrap a:hover, .footer-portfolio #featured-portfolio .item-wrap a:focus {
	text-decoration: none;
	opacity: 1;
}

.footer-volunteer-work {
	font-family: "Playfair Display", serif;
	font-size: 21.9997px;
	font-size: 1.37498rem;
	text-align: center;
	border: 1px solid #cec9c6;
	padding: 30px;
	margin: 0 auto 60px;
	position: relative;
}

.footer-volunteer-work .wrap {
	max-width: 1170px;
	margin: 0 auto;
}

.footer-volunteer-work .wrap img {
	display: inline-block;
	height: 100%;
}

.footer-volunteer-work img.corner {
	display: block;
	position: absolute;
}

.footer-volunteer-work img.corner.top-left {
	top: -1px;
	left: -1px;
}

.footer-volunteer-work img.corner.top-right {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	top: -1px;
	right: -1px;
}

.footer-volunteer-work img.corner.bottom-right {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	bottom: -1px;
	right: -1px;
}

.footer-volunteer-work img.corner.bottom-left {
	-webkit-transform: rotate(270deg);
	        transform: rotate(270deg);
	bottom: -1px;
	left: -1px;
}

.footer-featured-in {
	margin-bottom: 30px;
	padding: 0 30px;
}

.footer-featured-in h2 {
	text-align: center;
	line-height: 1;
	margin: 0 0 10px;
}

.footer-featured-in ul {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-featured-in ul li {
	padding: 20px 40px;
}

.footer-featured-in ul img {
	max-height: 60px;
}

.footer-featured-in .featured-in-arrows figure {
	top: -75px;
}

.footer-featured-in .featured-in-arrows figure.arrow-prev {
	left: -20px;
}

.footer-featured-in .featured-in-arrows figure.arrow-next {
	right: -20px;
}

.site-info-wrap {
	background-color: #f3efe9;
	padding: 30px;
	margin: 0;
}

.site-info {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}

.site-info a {
	color: #847971;
	text-decoration: none;
}

.site-info a:hover, .site-info a:focus {
	color: #70665f;
}

.site-info .footer-logo {
	display: block;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.footer-portfolio-arrows {
		display: block;
		margin-bottom: 30px;
	}
	.footer-portfolio-arrows figure {
		color: #fff;
		top: -165px;
	}
	.footer-portfolio-arrows figure.arrow-prev {
		left: 10px;
	}
	.footer-portfolio-arrows figure.arrow-next {
		right: 10px;
	}
}

@media screen and (min-width: 1024px) {
	.footer-volunteer-work {
		padding: 20px 80px;
	}
	.footer-volunteer-work .wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer-volunteer-work .wrap p {
		margin: 0 45px;
	}
	.footer-volunteer-work .wrap img {
		margin: 0 5px;
	}
	.footer-featured-in .featured-in-arrows {
		display: block;
	}
	.footer-featured-in .featured-in-arrows figure.arrow-prev {
		left: -30px;
	}
	.footer-featured-in .featured-in-arrows figure.arrow-next {
		right: -30px;
	}
	.site-info {
		font-size: 12.9999px;
		font-size: 0.81249rem;
	}
	.site-info .contact {
		border-bottom: 1px solid #cec9c6;
		padding: 22px 0;
	}
	.site-info .copyright {
		padding: 22px 0;
	}
	.site-info p {
		margin: 0;
	}
	.site-info > div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}

@media screen and (min-width: 1280px) {
	.site-footer {
		padding: 0;
	}
	.footer-featured-in {
		padding: 0 60px;
	}
	.footer-featured-in .featured-in-arrows figure.arrow-prev {
		left: -50px;
	}
	.footer-featured-in .featured-in-arrows figure.arrow-next {
		right: -50px;
	}
	.site-info .footer-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -50px;
		margin-left: -70px;
	}
}
@media screen and (max-width: 650px) {
body .team-pop{ width:100% !important;}	
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## SVG Icons
--------------------------------------------------------------*/
/* SVG Icons base styles */
.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative;
	/* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
SVG Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

/* Social Menu fallbacks */
.no-svg .social-menu a {
	height: auto;
	width: auto;
}

.no-svg .social-menu li a .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important;
	/* overrides previous !important styles */
	width: auto;
}

/*# sourceMappingURL=../white-rabbit-photo-boutique/sass/maps/style.css.map */
