/*!
Theme Name: Alisa Marie
Theme URI: http://underscores.me/
Author: Kevin Koeshartono
Author URI: http://kevinkoeshartono.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alisamarie
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.

Alisa Marie is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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
# Theme Stylings
	# Global
	# Image Wrap
	# Navbar
	# Footer
	# Hero
	# Subpage Banner
	# Impact
	# CTA
	# Single CTA
	# Testimonial
	# Alt Content
	# About Me
	# Services
	# Contact
	# Reviews
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

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: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	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: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 5px 40px;
    transition: .2s;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    font-size: 10px;
    text-align: center;
    letter-spacing: 2px;
    background: #7E7E7E;
    color: #fff;
    border: 2px solid #7E7E7E;
    border-radius: 0;
	transition: .3s;
	cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #fff;
	border: 2px solid #333;
    color: #333;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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"] {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;	
}
textarea {
	height: 150px;
    margin-bottom: 20px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
    height: 40px;
    width: 100%;
	border-radius: 3px;
	padding: 3px;
	margin-bottom: 20px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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. */
}

/* 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-header:before,
.site-header: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%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Theme Stylings
--------------------------------------------------------------*/
/*-----------------------------------
	# Global
-----------------------------------*/
* {
	margin: 0;
	padding: 0;
}
.site-container {
	max-width: 1920px;
	padding: 0px 20px;
	margin: 0 auto;
	background-color: #fff;
	/*box-shadow: 12px 0 15px -4px rgba(235, 235, 235, 0.2), -12px 0 8px -4px rgba(235, 235, 235, 0.2); */
}
.inner-container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px 70px;
}
.text-cta:visited {
	color: #333;
}
.text-cta {
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	margin: 0;
	text-decoration: none;
	color: #333;
	display: inline-block;
	margin-top: 10px;
}
@media (max-width: 1330px) {
	.inner-container {
		padding: 0px 50px;
	}
	.site-container {
		padding: 0px;
	}
}
@media (max-width: 768px) {
	.inner-container {
		padding: 0px 30px;
	}
}
.social-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.social-list li {
	margin: 0px 8px;
}
.social-list li a {
	display: flex;
}
.social-list svg {
	width: 25px;
	transition: .3s;
}
.social-list li a:hover svg {
	opacity: .7;
}
p {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	font-size: 14px;
	letter-spacing: 2px;
	color: rgb(66, 66, 66);
	margin: 0;
}
h1 {
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: normal;
	line-height: 59px;
	font-size: 53px;
	margin: 0;
}
h2 {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	font-size: 45px;
	letter-spacing: 2px;
}
h3 {
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 22px;
	letter-spacing: 2px;
	line-height: 1.5em;
	color: #333;
}
h4 {
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase;
	line-height: 1.5em;
}
@media (max-width: 500px) {
	h3 {
		font-size: 18px;
		letter-spacing: 1px;
	}
	p {
		line-height: 28px;
		font-size: 11px;
		letter-spacing: 1px;
	}
}
.button {
	background-color: transparent;
	z-index: 100;
	display: inline-block;
	font-family: 'Raleway';
	border: 1px solid #7E7E7E;
	transition: .3s;
	position: relative;
}
.button-text {
	padding: 5px 40px;
	transition: .2s;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
}
.button__border {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.button__border_v::before {
	content: '';
	background-color: #7E7E7E;
	position: absolute;
	width: 1px;
	height: calc(100% - 2px);
	top: 6px;
	right: -5px;
	-webkit-transition: .1s linear .4s;
	transition: .1s linear .4s;
}
.button__border_v::after {
	content: '';
	background-color: #7E7E7E;
	position: absolute;
	width: 1px;
	top: 100%;
	bottom: -5px;
	left: 6px;
	-webkit-transition: .1s linear .4s;
	transition: .1s linear .4s;
}
.button__border_h::before {
	content: '';
	background-color: #7E7E7E;
	position: absolute;
	width: calc(100% - 2px);
	height: 1px;
	bottom: -5px;
	right: -5px;
	-webkit-transition: .1s linear .4s;
	transition: .1s linear .4s;
}
.button__border_h::after {
	content: '';
	background-color: #7E7E7E;
	position: absolute;
	width: 5px;
	height: 1px;
	top: 6px;
	right: -5px;
	-webkit-transition: .1s linear .4s;
	transition: .1s linear .4s;
}
.button:hover {
	background-color: #7E7E7E;
}
.button:hover .button-text {
	color: #fff;
}
.border-header {
	border-top: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	position: relative;
	padding: 4px 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.border-header span {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 5px;
	color: #000;
	text-transform: uppercase;
	background: #FBFBFB;	
	position: absolute;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	padding: 0px 45px;
}
@media (max-width: 500px) {
	.border-header span {
		padding: 0px 20px;
		font-size: 10px;
	}
	.button-text {
		font-size: 9px;
	}
}
/*-----------------------------------
	# Image Wrap
-----------------------------------*/
.image-wrap {
	position: relative;
}
.image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	position: relative;
	z-index: 1000;
	height: 100%;
}
.image-left-border {
	height: 99%;
	width: 95%;
	background-color: transparent;
	position: absolute;
	top: 22px;
	left: -15px;
	z-index: 10;
	border: 2px solid #7E7E7E;
}
.image-right-border {
	height: 99%;
	width: 95%;
	background-color: transparent;
	position: absolute;
	top: 22px;
	right: -15px;
	z-index: 10;
	border: 2px solid #7E7E7E;
}
/*-----------------------------------
	# Navbar
-----------------------------------*/
.navbar {
	background-color: #fff;
	text-align: center;
	padding: 20px 0px 30px;
}
.navbar__menu {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}
.navbar__menu li {
	margin: 0px 25px;
}
.navbar__menu li a{
	font-family: 'Raleway';
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #333;
	transition: .3s;
	font-weight: 400;
}
.navbar__menu li a:hover,
.navbar__menu li a:focus {
	color: #d3a6a9;
}
.navbar__logo {
	text-align: center;
}
.navbar__logo a {
	display: inline-block;
	max-width: 370px;
	width: 100%;
}
.navbar__mobile {
	display: none;
	text-align: center;
}
.navbar__mobile label {
	padding-top: 5px;
	display: inline-block;
	font-weight: 100;
	font-size: 9px;
	letter-spacing: 1px;
}
.hamburger {
	cursor: pointer;
	position: relative;
	height: 20px;
	width: 35px;
	margin: 0 auto;
}
.hamburger span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #000;
	left: 0;
}
.hamburger span:nth-child(1) {
	top: 0;
}
.hamburger span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
}
.hamburger span:nth-child(3) {
	bottom: 0;
}
.mobile-menu {
	position: fixed;
	height: 100%;
	background: rgba(255,255,255,.98);
	top: 0;
	z-index: 10000;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: -100000;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s,visibility 0s .2s,z-index 0s .2s;
}
.mobile-menu .social-list {
	padding-top: 30px;
}
.mobile-menu.active {
    visibility: visible;
    z-index: 100000;
    opacity: 1;
    transition: opacity .4s,visibility 0s,z-index 0s;
}
body.active-scroll {
    height: 100%;
    overflow: hidden;
}
body.active-fixed {
    position: fixed;
    width: 100%;
}
.mobile-toggle--close {
	position: absolute;
	top: 26px;
	right: 13px;
	background-color: transparent;
	border: none;
}
.mobile-menu__nav {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
	padding-top: 30px;
}
.mobile-menu__nav li {
	padding-bottom: 30px;
}
.mobile-menu__nav li:last-child {
	padding-bottom: 0px;
}
.mobile-menu__nav li a {
	color: #000;
	font-weight: 100;
	font-size: 12px;
	letter-spacing: 2px;
	text-decoration: none;
	font-family: 'Raleway';
	text-transform: uppercase;
}
@media (max-width: 600px) {
	.navbar__mobile {
		display: inline-block;
		cursor: pointer;
	}
	header .navbar__menu {
		display: none;
	}
	header .navbar__logo {
		text-align: left;
		padding-right: 150px;
	}
	.navbar .container {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 15px;
	}
	.navbar {
		padding: 5px 0px 5px;
	}
}
@media (max-width: 500px) {
	.navbar .container {
		padding-right: 8px;
	}
	header .navbar__logo {
		text-align: left;
		padding-right: 200px;
	}
}
@media (max-width: 410px) {
	header .navbar__logo svg {
		width: 195px;
	}
}
/*-----------------------------------
	# Footer
-----------------------------------*/
.instagram-footer {
	position: relative;
}
.instagram-footer__row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.instagram-footer__col {
	width: 20%;
	padding: 20px 3px;
}
.instagram-footer__pic {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50% 0px;
}
.instagram-footer__card {
	max-width: 482px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 0px;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -10%;
	background-color: #fff;
	outline: 1px solid #7E7E7E;
	outline-offset: -8px;
	text-decoration: none;

}
.instagram-footer__card p {
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

.footer {
	background-color: #f9eeed;
	padding: 30px 0px;
	padding-top: 70px;
}
.footer-bottom {
	background-color: #f9eeed;
	padding: 0px 0px 50px;
}
.footer-bottom .inner-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.footer .navbar__menu {
		flex-direction: column;
	}
	.footer .navbar__menu li {
		margin: 0px;
		margin-bottom: 30px;
	}
	.footer .navbar__menu li:last-child {
		margin-bottom: 0px;
	}
	.instagram-footer__card {
		display: none;
	}
	.instagram-footer__col:last-child {
		display: none;
	}
	.instagram-footer__col {
		width: 25%;
	}
}
@media (max-width: 500px) {
	.instagram-footer__col:nth-child(4) {
		display: none;
	}
	.instagram-footer__col {
		width: 33.33%;
	}
	.footer {
		padding-top: 50px;
	}
}
@media (max-width: 400px) {
	.instagram-footer__col:nth-child(3) {
		display: none;
	}
	.instagram-footer__col {
		width: 50%;
	}
}
/*-----------------------------------
	# Hero
-----------------------------------*/
.hero {
	height: 680px;
	position: relative;
	display: flex;
}
.hero.hero--subpage {
	height: 520px;
}
.hero__container {
	width: 100%;
	display: flex;
	max-width: 1920px;
	margin: 0 auto;
}
.hero__slideshow {
	width: 60%;
	height: 600px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
}
.hero--subpage .hero__slideshow {
	width: 50%;
	height: 481px;
}
.hero__image {
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}
.hero__info {
	width: 50%;
	height: 100%;
	background: #f9eeed;
	position: relative;
	display: flex;
	align-items: center;
}
.hero__info::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 130px;
	background-color: #f9eeed;
	top: 0;
	left: -130px;
}
.hero__content {
	padding-left: 30px;
	padding-right: 0;
	flex-wrap: wrap;
	max-width: 700px;
}
.hero h1 {
	color: #333;
	padding-bottom: 15px;
}
.hero.hero--subpage h1{
	font-size: 43px;
}
.hero h2 {
	color: #333;
	font-size: 12px;
}
@media (max-width: 1080px) {
	.hero__container {
		flex-direction: column;
	}
	.hero.hero--subpage,
	.hero {
		height: auto;
	}
	.hero__slideshow,
	.hero--subpage .hero__slideshow {
		height: auto;
		width: 100%;
		top: 0;
		transform: none;
		order: 1;
		margin-left: auto;
	}
	.hero__slideshow::after,
	.hero--subpage .hero__slideshow::after {
		content: '';
		background-color: #f9eeed;
		left: 0;
		bottom: 0;
		position: absolute;
		width: 100%;
		height: 70%;
	}
	.hero__image {
		padding: 26% 0px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 1000;
	}
	.hero__info {
		width: 100%;
		margin: 0 auto;
		order: 2;
		padding: 0px 30px;
		background-color: #fff;
	}
	.hero__content {
		margin: 0 auto;
		padding: 80px 30px;
		background-color: #f9eeed;
		text-align: center;
		max-width: 100%;
    	top: -50px;
    	z-index: 1000;
    	position: relative;
	}
}
@media (max-width: 768px) {
	.hero.hero--subpage h1 {
		font-size: 38px;
		line-height: 1.4em;
	}
}
@media (max-width: 500px) {
	.hero.hero--subpage h1 {
		font-size: 28px;
	}
	.hero__content {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.hero__content  {
		top: 0;
	}
	.hero__info  {
		padding: 0px;
	}
	.hero__image {
		padding: 30% 0px;
	}
}
/*-----------------------------------
	# Subpage Banner
-----------------------------------*/
.subpage-header {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0px;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.subpage-header::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	background: #7E7E7E;
	width: 100%;
	height: 1px;
}
.subpage-header__card {
	background-color: rgba(255,255,255,.8);
	padding: 38px 100px;
	display: inline-block;
	margin: 0 auto;
	outline: 1px solid #7E7E7E;
	outline-offset: -5px;
}
.subpage-header__card h1{
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 28px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
}
@media (max-width: 500px) {
	.subpage-header__card h1 {
		font-size: 20px;
	}
	.subpage-header__card {
		padding: 38px 30px;
		width: 100%;
	}
	.subpage-header {
		padding: 80px 0px;
	}
}
/*-----------------------------------
	# Impact Card
-----------------------------------*/
.impact-card {
	padding: 120px 0px;
	padding-bottom: 90px;
}
.impact-card__card {
	background-color: #FBFBFB;
	padding: 0 8px;
	position: relative;
	margin: 0 auto;
	display: flex;
}
.impact-card__card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	display: none;
}
@media (max-width: 1330px) {
	.impact-card__card  {
		max-width: 100%;
	}
}
.impact-card__info {
	width: 52%;
	padding: 80px 0;
	margin-left: auto;
}
.impact-card__content {
	padding-right: 100px;
}
.impact-card__subtitle {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 10px;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase;
	padding-bottom: 1px;
}
.impact-card h3 {
	padding-bottom: 32px;
	margin-bottom: 20px;
	position: relative;
}
.impact-card h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 120%;
	height: 2px;
	background-color: #7E7E7E;
	left: -30%;
}
.impact-card .image-wrap {
	width: 38%;
	top: -35px;
}
.impact-card .image {
	z-index: 100;
	height: 100%;
	padding: 62% 0px;
}
.impact-card .image-left-border {
	height: 92%;
	width: 95%;
	background-color: transparent;
	position: absolute;
	top: 22px;
	left: -15px;
	z-index: 10;
	border: 2px solid #7E7E7E;
}
.impact-card .button {
	margin-top: 25px;
}
.impact-card--reversed .impact-card__info {
	margin: 0;
	margin-right: auto;
	order: 1;
}
.impact-card.impact-card--reversed .image-wrap {
	order: 2;
}
.impact-card.impact-card--reversed .image-left-border {
	left: auto;
	right: -15px;
}
.impact-card.impact-card--reversed h3::after {
	left: auto;
}
.impact-card.impact-card--reversed .impact-card__content {
	padding-right: 50px;
	padding-left: 40px;
}
@media (max-width: 1080px) {
	.impact-card .image-wrap {
		width: 44%;
	}
	.impact-card.impact-card--reversed .image-wrap {
		right: -12px;
	}
	.impact-card__content {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 992px) {
	.impact-card .image-wrap {
		width: 50%;
		position: relative;
		top: 0;
		margin: 0 auto;
	}
	.impact-card__info {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
		background: #fbfbfb;
	}
	.impact-card__card {
		padding-top: 0px;
		flex-direction: column;
		background-color: transparent;
	}
	.impact-card h3::after {
	    right: 399px;
    	left: initial;
	}
	.impact-card {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.impact-card.impact-card--reversed .image-wrap {
		order: 1;
	}
}
@media (max-width: 768px) {
	.impact-card .image-wrap {
		width: 70%;
	}
}
@media (max-width: 600px) {
	.impact-card .image-wrap {
		width: 90%;
	}
	.impact-card h3::after {
	    right: 200px;
    	left: initial;
	}
	.impact-card .inner-container {
		padding: 0px 20px;
	}
	.impact-card.impact-card--reversed .impact-card__content,
	.impact-card__content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.impact-card .image {
		margin-bottom: 20px;
	}
}
@media (max-width: 500px) {
	.impact-card .inner-container {
		padding: 0px;
	}
	.impact-card.impact-card--reversed .image-left-border,
	.impact-card .image-left-border {
		display: none;
	}
	.impact-card.impact-card--reversed .image-wrap {
		right: 0px;
	}
	.impact-card h3 {
		margin-bottom: 0px;
		padding-bottom: 20px;
	}
	.impact-card h3::after {
		display: none;
	}
	.impact-card__info {
		text-align: center;
	}
	.impact-card .image-wrap {
		left: 0;
	}
	.impact-card__card {
		padding-bottom: 40px;
	}
	.impact-card {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*-----------------------------------
	# CTA
-----------------------------------*/
.cta {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 50px;
}
.cta__card {
	background-color: #fff;
	max-width: 765px;
	margin: 0 auto;
	outline: 1px solid #7E7E7E;
	outline-offset: -15px;
}
.cta__content {
	text-align: center;
	max-width: 556px;
	margin: 0 auto;
	padding: 80px 0px;
}
.cta__content h4 {
	padding-bottom: 30px;
}
.cta__content .button {
	margin-top: 30px;
}
@media (max-width: 992px) {
	.cta {
		padding: 80px 0px;
	}
	.cta .inner-container {
		padding: 0px 30px;
	}
	.cta__content {
		max-width: 460px;
		padding: 80px 30px;
	}
}
@media(max-width: 500px) {
	.cta .inner-container {
		padding: 0px 10px;
	}
	.cta__content h4 {
		padding-bottom: 15px;
	}
}
/*-----------------------------------
	# Single CTA
-----------------------------------*/
.single-cta {
	padding: 50px 0px;
}
.single-cta__container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}
.single-cta__content {
	width: 50%;
	background-color: #f9eeed;
	position: relative;
}
.single-cta__content::after {
	content: '';
	position: absolute;
	right: -100px;
	top: 0;
	height: 100%;
	width: 100px;
	background-color: #f9eeed;
}
.single-cta__image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 90%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	z-index: 100;
	position: absolute;
}
.single-cta__padding {
	padding: 180px 0px;
	padding-left: 50px;
	padding-right: 30px;
	text-align: center;
	max-width: 550px;
	margin-left: auto;
	margin-right: 120px;
}
.single-cta__padding h3 {
	padding-bottom: 30px;
}
.single-cta__padding .button {
	margin-top: 30px;
}
@media (max-width: 1080px) {
	.single-cta__container {
		flex-direction: column;
	}
	.single-cta__image {
		top: 0;
		transform: none;
		position: relative;
		height: auto;
		width: 100%;
		padding: 30% 0px;
		order: 1;
	}
	.single-cta__content {
		width: 100%;
		order: 2;
	}
	.single-cta__padding {
		margin: 0 auto !important;
		padding: 80px 30px !important;
	}
	.single-cta {
		overflow: hidden;
		padding: 0px 0px 10px;
	}
}
/*-----------------------------------
	# Testimonial
-----------------------------------*/
.testimonial {
	padding: 120px 0px;
	padding-bottom: 100px;
	background: #FBFBFB;
}
.testimonial .border-header {
	margin-bottom: 70px;
}
.testimonial__content {
	max-width: 550px;
	margin: 0 auto;
	text-align: center;
}
.testimonial__slideshow-author {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial__slideshow-author p {
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	text-transform: uppercase;
}
.testimonial__slideshow-author .slick-list {
	max-width: 300px !important;
	background-color: transparent;
}
.slick-next:before, 
.slick-prev:before {
	opacity: 0! important;
}
.testimonial__slideshow-author .slick-next,
.testimonial__slideshow-author .slick-prev {
	background-color: transparent;
	font-family: 'Raleway';
	color: #7E7E7E;
	border: none;
	cursor: pointer;
	position: relative;
	top: -15px;
}
.testimonial__slideshow-author .slick-next:focus,
.testimonial__slideshow-author .slick-prev:focus {
	outline: none;
}
@media (max-width: 500px) {
	.testimonial__slideshow-author p {
		font-size: 14px;
	}
	.testimonial {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
/*-----------------------------------
	# Alt Content
-----------------------------------*/
.alt-content{
	padding: 100px 0px;
	padding-bottom: 50px;
}
.alt-content__wrap {
	padding-top: 80px;
	margin: 0 auto;
	max-width: 1200px;
}
.alt-content__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	top: -80px;
}	
.alt-content__row:first-child {
	position: relative;
	top: 0;
}
.alt-content__padding {
	text-align: center;
	max-width: 515px;
}
.alt-content__row .alt-content__padding {
	padding-top: 40px;
}
.alt-content__row:first-child .alt-content__padding {
	padding-top: 0px;
	padding-bottom: 40px;
}
.alt-content__padding h3 {
	padding-bottom: 20px;
	padding-top: 0px;
}
.alt-content__padding p {
	padding-bottom: 20px;
}
.alt-content__media {
	width: 44%;
}
.alt-content__content {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.alt-content .image {
	padding: 62% 0px;
}
.alt-content__row .image-wrap {
	position: relative;
}
.alt-content__row:nth-child(2n) .alt-content__content {
	order: 1;
}
.alt-content__row:nth-child(2n) .alt-content__media {
	order: 2;
}
.alt-content .border-header span {
	background-color: #fff;
}
@media (max-width: 1080px) {
	.alt-content__row {
		top: 0;
	}
}
@media (max-width: 992px) {
	.alt-content__row {
		flex-direction: column;
		padding-bottom: 40px;
	}
	.alt-content__row:last-child {
		padding-bottom: 0px;
	}
	.alt-content__row:nth-child(2n) .alt-content__content,
	.alt-content__content {
		order: 2;
		margin: 0 auto;
		width: 80%;
	}
	.alt-content__row:nth-child(2n) .alt-content__media,
	.alt-content__media {
		order: 1;
		margin: 0 auto;
		width: 50%;
		padding-bottom: 10px;
	}
	.alt-content__row .alt-content__padding {
		padding-top: 0px;
	}
}
@media (max-width: 768px) {
	.alt-content__row:nth-child(2n) .alt-content__media,
	.alt-content__media {
		width: 70%;
	}
	.alt-content__row:nth-child(2n) .alt-content__content,
	.alt-content__content {
		width: 100%;
	}	
}
@media (max-width: 600px) {
	.alt-content__row:nth-child(2n) .alt-content__media,
	.alt-content__media {
		width: 90%;
	}
	.image-right-border {
		display: none;
	}
	.alt-content .image {
		margin-bottom: 20px;
	}
	.alt-content {
		padding: 50px 0px;
		padding-bottom: 100px;
	}
}
/*-----------------------------------
	# About Me
-----------------------------------*/
.about-me__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 100px 0px;
	margin: 0 auto;
}
.about-me__left {
	width: 63%;
	position: relative;
}
.about-me__right {
	width: 37%
}
.about-me__top {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
	position: relative;
	z-index: 100;
}
.about-me__images {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.about-me__images--top {
	width: 49%;
	padding: 24% 0px;
}
.about-me__images--bottom {
	width: 100%;
	padding: 30% 0px;
	position: relative;
	z-index: 100;
}
.about-me__border {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: transparent;
	border: 2px solid #7E7E7E;
	top: 15px;
	left: -15px;
}
.about-me__padding {
	height: 100%;
	margin-left: 20px;
	background-color: #f9eeed;
}
.about-me__card {
	padding: 40px 50px;
	padding-top: 100px;
	text-align: center;
}
.about-me__info {
	padding-top: 20px;
}
.about-me__info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 40px 0px;
}
.about-me__info ul li {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	color: #8F8077;
	letter-spacing: 2px;
	padding-bottom: 25px;
}
.about-me__info ul li:last-child {
	padding-bottom: 0px;
}
@media (max-width: 1280px) {
	.about-me__grid {
		align-items: flex-start;
	}
	.about-me__card {
		padding-top: 50px;
	}
}
@media (max-width: 1200px) {
	.about-me__right,
	.about-me__left {
		width: 50%;
	}
}
@media (max-width: 1080px) {
	.about-me__grid {
		flex-direction: column;
		padding-bottom: 0px;
	}
	.about-me__right {
		width: 100%;
		order: 1;
	}
	.about-me__left {
		width: 78%;
		order: 2;
		margin: 0 auto;
		position: relative;
		top: -103px;
	}
	.about-me__card {
		padding-bottom: 150px;
	}
	.about-me__padding {
		margin-left: 0px;
	}
}
@media (max-width: 768px) {
	.about-me__left {
		width: 100%;
	}
	.about-me__border {
		display: none;
	}
	.about-me__grid {
 		padding: 0px 0px;
 	}
 	.about-me__left  {
 		padding: 0px 30px;
 	}
 	.about-me__right {
 		padding: 0px 0px;
 	}
 	.about-me .inner-container {
 		padding: 0px 0px;
 	}
 	.about-me__top {
 		padding-bottom: 10px;
 	}
 	.about-me {
 		padding-top: 40px;
 	}
}
@media (max-width: 500px) {
	.about-me__card {
		padding-left: 30px;
		padding-right: 30px;
	}
}
/*-----------------------------------
	# Services
-----------------------------------*/
.services-banner {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 16.5% 0px;
	margin-bottom: 170px;
	position: relative;
}
.services-banner::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0);
}
.services-banner__card {
	max-width: 1015px;
	margin: 0 auto;
	background-color: #fff;
	padding: 15px 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -150px;
	z-index: 1000;
}
.services-banner__inner {
	padding: 70px 60px;
	border: 1px solid #7E7E7E;
	outline: 1px solid #7E7E7E;
	outline-offset: -8px;
	text-align: center;
}
.services-banner__inner h3 {
	padding-bottom: 20px;
}
.services__navbar-wrap {
	height: 50px;
}
.services__navbar {
	background: #f7f7f7;
	position: relative;
	z-index: 10000;
	height: 50px;
	width: 100%;
	transition: .3s;
}
.services__navbar .inner-container {
	height: 100%;
}
.sticky {
    position: fixed;
    top:0;
    width: 100%;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.09);
    transition: .2s;
    z-index: 10000;
}
.services__navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
.services__navbar ul li a{
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
}
.services__main {
	background: #fff;
	padding: 50px 0px;
}
.services__main:nth-child(2n) {
	background-color: #FBFBFB;
}
.services__row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.services__left {
	width: 68%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.services__right {
	width: 32%;
}
.services__right-padding {
	background-color: #f9eeed;
	margin-left: 20px;
}
.services__card {
	padding: 40px 20px;
	text-align: center;
}
.services__card ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 30px;
	max-width: 290px;
	margin: 0 auto;
}
.services__card ul li {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.services__card ul li:last-child {
	padding: 0;
	margin: 0;
}
.services__card ul li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 2px;
	width: 30%;
	background-color: #7E7E7E;
}
.services__card ul li:last-child::after  {
	display: none;
}
.services__info {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.services__content  {
	width: 58%;
}
.services__content-padding {
	padding-left: 40px;
	padding-right: 70px;
	padding-top: 40px;
}
.services__content h3 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.services__content h3::after {
	content: '';
	position: absolute;
	left: -30%;
	bottom: 0;
	width: 100%;
	background-color: #7E7E7E;
	height: 2px;
}
.services__image {
	width: 42%;
}
.services__image .image {
	padding: 60% 0px;
}
.submit-wrap {
	text-align: center;
}

@media (max-width: 1200px) {
	.services-banner {
		padding: 21% 0px;
	}
	.services__row {
		flex-direction: column;
	}
	.services__right {
		width: 100%;
	}
	.services__left {
		width: 90%;
		margin: 0 auto;
	}
	.services__right {
		margin-top: 30px;
	}
	.services__info {
		align-items: center;
	}
	.services__content-padding {
		padding-top: 0px;
	}
}
@media (max-width: 992px) {
	.services-banner__card {
		position: relative;
		bottom: 0;
	}
	.services-banner {
		padding: 7% 0px;
		margin-bottom: 30px;
	}
	.services__image {
		margin: 0 auto;
		width: 100%;
	}
	.services__content {
		width: 100%;
		text-align: center;
	}
	.services__content h3::after {
		display: none;
	}
	.services__content h3 {
		margin-bottom: 0px;
	}
	.services .image-left-border {
		display: none;
	}
	.services__image .image {
		padding: 35% 0px;
	}
	.services__right-padding {
		margin-left: 0px;
	}
}
@media (max-width: 600px) {
	.services-banner .inner-container {
		padding: 0px 10px;
	}
	.services-banner__inner {
		padding: 60px 40px;
	}
	.services-banner__card {
		padding: 10px;
	}
	.services__navbar .inner-container {
		overflow: scroll;
	}
	.services__navbar ul {
		flex-wrap: nowrap;
	}
	.services__navbar ul li {
		flex-shrink: 0;
		margin-right: 30px;
	}
	.services__content-padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	.services__left {
		width: 100%;
	}
	.services__card ul li {
		font-size: 14px;
	}
	.services__card ul {
		max-width: 100%;
	}
}
@media(max-width: 500px) {
	.services__card ul li {
		font-size: 11px;
		letter-spacing: 1px;
	}
	.services__card {
		padding: 40px 50px;
	}
}

/*-----------------------------------
	# Contact
-----------------------------------*/
.contact-me .inner-container {
	padding-top: 70px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.contact-me__left {
	width: 42%;
	text-align: right;
	position: relative;
	display: none;
}
.contact-me__right {
	width: 58%;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.contact-me__card {
	text-align: center;
	width: 108%;
	margin-left: auto;
	position: relative;
	z-index: 100;
}
.contact-me__border {
	height: 98.5%;
	width: 97%;
	position: absolute;
	top: 20px;
	left: 0;
	background-color: transparent;
	border: 2px solid #7E7E7E;
}
.contact-me__content {
	padding: 50px 30px;
	background-color: #f9eeed;
}
.contact-me__blurb {
	max-width: 550px;
	margin-bottom: 40px;
}
.contact-me img {
	max-width: 100%;
}
.contact-me h2 {
	font-family: 'Josefin Slab';
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 28px;
	letter-spacing: 0px;
	padding-top: 40px;
	padding-bottom: 10px;
	position: relative;
}
.contact-me__picture {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40% 0px;
	max-width: 350px;
	margin: 0 auto;
}
.contact-me__info {
	padding-left: 0px;
}
.nf-form-title {
	display: none;
}
.nf-form-fields-required {
	display: none;
}
.nf-form-content input,
.nf-form-content textarea {
	background-color: #f8f8f8;
	border: none;
	border-bottom: 2px solid #7E7E7E;
	padding: 20px;
	font-size: 16px;
	font-family: 'Josefin Slab';
	resize: none;
	color: #ab9a90;
}
.nf-form-content input:focus,
.nf-form-content textarea:focus {
	outline: none;
}
.nf-form-content input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7E7E7E;
	font-family: 'Josefin Slab';
	font-size: 16px;
	font-style: italic;
}
.nf-form-content input::-moz-placeholder { /* Firefox 19+ */
	color: #7E7E7E;
	font-family: 'Josefin Slab';
	font-size: 16px;
	font-style: italic;

}
.nf-form-content input:-ms-input-placeholder { /* IE 10+ */
	color: #7E7E7E;
	font-family: 'Josefin Slab';
	font-size: 16px;
	font-style: italic;

}
.nf-form-content input:-moz-placeholder { /* Firefox 18- */
	color: #7E7E7E;
	font-family: 'Josefin Slab';
	font-size: 16px;
	font-style: italic;

}
.nf-form-content textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #7E7E7E;
	font-family: 'Josefin Slab';
	font-size: 16px;
	font-style: italic;

}
.nf-form-content textarea::-moz-placeholder { /* Firefox 19+ */
	color: #7E7E7E;
	font-family: 'Josefin Slab';
	font-size: 16px;
	font-style: italic;

}
.nf-form-content textarea:-ms-input-placeholder { /* IE 10+ */
	color: #7E7E7E;
	font-family: 'Josefin Slab';
	font-size: 16px;
	font-style: italic;

}
.nf-form-content textarea:-moz-placeholder { /* Firefox 18- */
	color: #7E7E7E;
	font-family: 'Josefin Slab';
	font-size: 16px;
	font-style: italic;

}
.contact-me .nf-response-msg p {
	margin: 0;
	line-height: 2.5em;
	font-size: 14px;
}
.contact-me__links {
	padding-top: 30px;
	text-align: left;
}
.contact-me__links h3 {
    letter-spacing: 0;
	padding-bottom: 8px;	
}
.contact-me__links h4 {
	text-align: left;
	text-transform: none;
	padding-bottom: 10px;
	letter-spacing: 0;
	font-size: 18px;
}
.contact-me__links .social-list {
    justify-content: flex-start;
	padding-top: 10px;
	flex-direction: column;
	align-items: flex-start;
}
.contact-me__links .social-list li {
	margin: 2px 0;
	width: 100%;
}
.contact-me__links .social-list li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: .3s;
}
.contact-me__links .social-list li a:hover,
.contact-me__links .social-list li a:focus {
	opacity: .6;
}
.contact-me__links .social-list li img {
	max-width: 15px;
}
.contact-me__links .social-list li a p {
	margin-left: 8px;
	font-size: 13px;
}
.contact-me__other {
	display: flex;
	padding-top: 10px;
	align-items: center;
}
.contact-me__other a {
	transition: .3s;
}
.contact-me__other a:hover,
.contact-me__other a:focus {
	opacity: .6;
}
.contact-me__other a:first-child {
	margin-right: 16px;
}
.contact-me__other img {
	max-width: 200px;
}
.contact-me__other a:first-child img {
	max-width: 100px;
}
.submit-wrap {
	text-align: center;
}
@media(max-width: 1080px) {
	.contact-me .inner-container {
		padding-top: 30px;
		flex-direction: column;
	}
	.contact-me__info {
		padding-left: 0px;
	}
	.contact-me__right {
		order: 1;
		text-align: center;
		width: 100%;
	}
	.contact-me__left {
		order: 2;
		text-align: center;
		margin: 0 auto;
		max-width: 500px;
		width: 100%;
		margin-top: 40px;
	}
	.contact-me__blurb {
		margin: 0 auto 40px auto;
	}
	.contact-form p {
		text-align: left;
		display: block;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 800px) {
	.contact-me .inner-container {
		padding: 0px 30px;
		padding-bottom: 0px;
	}
	.contact-me__left  {
		width: 90%;
	}
	.contact-me h2 {
		font-size: 22px;
		padding-top: 25px;
		padding-bottom: 20px;
	}
	.contact-me__info {
		padding-left: 0;
	}
	.contact-me p {
		max-width: 100%;
	}
	.contact-me {
		padding-top: 50px;
	}
	.contact-me__links h4 {
		font-size: 15px;
	}
}
@media (max-width: 550px) {
	.contact-me__left  {
		width: 100%;
	}
	.contact-me__links h4 {
		display: flex;
		flex-direction: column;
	}
	.contact-me__links h4 strong {
		margin-bottom: 5px;
	}

}

/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviews-banner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 18% 0px;
	margin-bottom: 150px;
}
.reviews-banner__card {
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: -25%;
}
.reviews-banner__content {
	padding: 40px 30px;
	padding-bottom: 50px;
	padding-left: 45px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reviews-banner__left {
	width: 35%;
}
.reviews-banner__left .image {
	margin-bottom: 0px;
	padding: 51% 0px;
}
.reviews-banner__right {
	width: 65%;
}
.reviews-banner__text {
	padding-left: 50px;
	padding-top: 40px;
}
.reviews-banner h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.reviews-banner h3::after {
    content: '';
    position: absolute;
    left: -30%;
    bottom: 0;
    width: 100%;
    background-color: #7E7E7E;
    height: 2px;
}
.reviews-banner__text {
	width: 100%;
}
.reviews {
	padding-top: 80px;
	padding-bottom: 60px;
}
.reviews .inner-container {
	max-width: 1340px;
}
.reviews__text {
	display: flex;
}
.reviews__name {
	width: 60%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.reviews__body {
	width: 100%;
	padding-left: 50px;
}
.reviews__section {
	padding-bottom: 0;
}
.reviews__section:last-child {
	padding-bottom: 0px;
}
.reviews__text h3 {
	position: relative;
	padding-bottom: 10px;
	letter-spacing: 0;
	font-size: 32px;
}
.reviews h4 {
	text-align: left;
	font-size: 20px;
	padding-bottom: 20px;
}
.alt-content__text {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: normal;
	line-height: 32px;
	font-size: 12px;
	letter-spacing: 2px;
	color: #333;
	margin: 0;
}
.reviews__text {
	display: flex;
	align-items: center;
}

.reviews__section:nth-child(2n) .reviews__text .reviews__name {
	order: 2;
}
.reviews__section:nth-child(2n) .reviews__text .reviews__body {
	order: 1;
	padding-left: 0;
	padding-right: 50px;

}

@media (max-width: 992px) {
	.reviews-banner__card {
		position: relative;
	}
	.reviews-banner {
		margin-bottom: 0px;
		padding-bottom: 0px;
		background-size: contain;
		background-position: top;
	}
	.reviews-banner__content {
		padding-bottom: 0px;
		padding-left: 30px;
		padding-right: 30px;
		flex-direction: column;
	}
	.reviews-banner__right {
		width: 100%;
		text-align: center;
	}
	.reviews-banner__text {
		padding-left: 0px;
	}
	.reviews-banner h3 {
		margin-bottom: 0px;
		padding-top: 20px;
	}
	.reviews-banner h3::after {
		display: none;
	}
	.reviews-banner__left {
		margin: 0 auto;
		width: 50%;
	}
}
@media (max-width: 768px) {
	.reviews {
		padding-top: 50px;
	}
	.reviews__text {
		flex-direction: column;
	}
	.reviews__section {
		padding-bottom: 40px;
	}
	.reviews__body {
		padding-left: 0px;
		width: 90%;
		order: 2 !important;
		text-align: center;
		margin: 0 auto;
	}
	.reviews__name {
		order: 1 !important;
		margin: 0 auto;
		margin-bottom: 20px;
		border-right: none;
		padding-right: 0px;
		padding-left: 0px;
		width: 40%;
	}

	.reviews__text h3 {
		font-size: 28px;
	}
	.reviews h4 {
		text-align: center;
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	.reviews-banner__left {
		width: 100%;
	}
	.reviews__body {
		width: 100%;
	}
	.reviews__name {
		width: 100%;
	}
	.reviews__text h3 {
		font-size: 22px;
	}
}

.mobile-menu__logo {
	max-width: 300px;
}

.page-template-page-about .impact-card {
	padding-bottom: 0;
}
.testimonial.about-slider {
	margin-top: 50px;
}

.footer-other-links {
	display: flex;
	align-items: center;
	max-width: 400px;
	display: none;
}
.footer-other-links a {
	display: inline-block;
	text-decoration: none;
	transition: .3s;
	margin: 10px 5px;
}
.footer-other-links a:hover {
	opacity: .8;
}

.additional-team {
    padding: 120px 0 60px 0;
}
.additional-team .inner-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
	gap: 32px;
    justify-content: center;
}
.additional-team__card {
	position: relative;
}
.additional-team__info {
	text-align: center;
}
.additional-team__img {
	height: 520px;
	width: 400px;
	margin-bottom: 20px;
}
@media(max-width: 768px) {
	.additional-team {
		padding: 50px 0;
	}
}
@media(max-width: 400px) {
	.additional-team__img {
		width: 100%;
	}
}