/*!
Theme Name: masterplanners_
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: masterplanners_
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.

masterplanners_ 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
	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"] {
	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: #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:0 0 16px 0;
}

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"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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"]: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;
}

textarea {
	width: 100%;
}

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

a:focus {
	outline: thin dotted;
}

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

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

.hentry {
	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;
}

/* Masterplanners */

@font-face {
  font-family: 'Mercado';
  src: url('fonts/Mercado.eot?#iefix') format('embedded-opentype'),  url('fonts/Mercado.otf')  format('opentype'),
	     url('fonts/Mercado.woff') format('woff'), url('fonts/Mercado.ttf')  format('truetype'), url('fonts/Mercado.svg#Mercado') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Mercado-Light';
  src: url('fonts/Mercado-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/Mercado-Light.woff') format('woff'), url('fonts/Mercado-Light.ttf')  format('truetype'), url('fonts/Mercado-Light.svg#Mercado-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
font-family: 'Source Sans Pro', sans-serif;
font-weight:300;
color:#000;
font-size:18px;
}

h2 {
color:#bc7ea8;
font-family: 'Mercado-Light';
font-size:50px;
line-height:1.2;
margin:0 0 20px 0;
font-weight:700;
}
h3 {
color:#fff;
font-family: 'Mercado-Light';
font-size:30px;
line-height:1.2;
margin:0 0 20px 0;
font-weight:700;
}
.dash-border, body.page-id-84 .body-content input[type=submit] {
  position: relative;
  display: inline-block;
  line-height:53px;
  width:200px;
  background:url(images/bg-dash-border.png) no-repeat 0 0;
  font-weight:700;
  text-decoration:none;
  text-transform:uppercase;
  font-size:18px;
  margin:20px 0 0 0;
  transition:all .3s;
  text-align:center;
  outline:none !important;
}
body.page-id-84 .body-content input[type=submit] {
	border:0 !important;
	padding:0 !important;
	margin:0 !important;}
.dash-border:hover, body.page-id-84 .body-content input[type=submit]:hover {
	background:#bc7ea8;
	color:#fff; }

.container {
width:95%;
display:block;
position:relative;
margin:0 auto;
}

header {
margin:20px 0;
position:relative;
z-index:99;}
header .mp {
float:left;
}

header .logo {
	display:block;
	position:absolute;
	top:5px;
	left:50%;
	transform:translateX(-50%);}

header i {
	float:right;
	font-size:30px;
	padding:20px 0 0 0;}

header .fa-search {
	font-size:26px;
	padding:22px 0 0 0;}
.menu-open i {
	width:50px;
	text-align:right;}
.banner {
	width:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;}
body.home .banner {
	height:calc(100vh - 90px);
}
.banner ul, .banner ul li {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	list-style-type:none;
	position:relative;
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;}
.unslider-nav {
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	z-index:2;
}
.menu-primary-nav-container {
	font-family: 'Mercado-Light';
	font-size:50px;
	font-weight:700;
	color:#fff;
	background:#f2746c;
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:98;
	text-align:center;
	text-transform:lowercase;}
.menu-primary-nav-container a {
	text-decoration:none;
	color:inherit;
	transition:all .3s;}
	.menu-primary-nav-container a:hover {
		color:#000;}
#primary-menu {
margin:0;
padding:0;
list-style-type:none;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
}

.searchfrm {
	display:none;
	position:absolute;
	top:90px;
	left:0;
	width:100%;
	z-index:97;
	background:#fff;
	border-top:1px solid #ccc;
	padding:10px 0;
	text-align:right;}
	.searchfrm input {
	border:0;
	border-radius:0;
	font-family:inherit;
	width:50%;
	font-size:20px;
	outline:none !important;}
	.searchfrm button {
	background:none;
	border:1px solid #000;
	border-radius:0;
	outline: none !important;
	width:24px;
	padding:5px 0;}
.search-listings {
	padding:50px 0;
	border-bottom:1px solid #000;
}
.search-listings a {
	font-weight:700;
	text-decoration:none;
	transition:all .5s;
}
.search-listings a:hover {
	color:#bc7ea8;
}
.overlay {
font-family: 'Mercado-Light';
font-size:60px;
font-weight:700;
color:#fff;
position:absolute;
left:50%;
top:30%;
width:45%;
line-height:1.2;
z-index:2;
}
.black-tint {
	background:rgba(0,0,0,0.3);
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;}
#scroll {
	position:absolute;
	bottom:150px;
	left:50%;
	transform:translateX(-50%);
	z-index:2;}
#scroll a {
  padding-top: 60px;
}
#scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
#scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

body.single .panel {
	padding:50px 0;
}
body.single .panel .insights-box h2 {
	margin:0;}
.panel {
	display:block;
	position:relative;
	text-align:center;
	padding:100px 0;}
.grey {
	background:#f6f6f6;}

.h-2, .h-4, .h-8 {
	height:50vw;}
.image-left {
	width:50%;
	height:100%;
	float:left;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	overflow:hidden;}

.text-right {
	float:right;
	width:50%;
	padding:0 10% 0 100px;
	position:relative;
	top:50%;
	transform:translateY(-50%);}

.image-right {
	width:50%;
	height:100%;
	float:right;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	overflow:hidden;}

.text-left {
	float:left;
	width:50%;
	padding:0 100px 0 10%;
	position:relative;
	top:50%;
	transform:translateY(-50%);}
	
.h-3, .h-7, .x7, .work-testimonial {
	background:url(images/h-3-bg.jpg) no-repeat center right;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	padding:250px 0;
	font-family: 'Mercado-Light';
	font-weight:300;
	font-size:50px;
	color:#fff;
	line-height:1.1;
	}
.testimonial-who {
	font-family:'Source Sans Pro', sans-serif;
	font-size:20px;
	padding:40px 0 0 0;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:1.5;
}
.h-7 {
	background:url(images/h-7-bg.jpg) no-repeat center left;
}
.work-testimonial {
	background:url(images/work-bg.jpg) no-repeat center left;
	font-weight:700;
}
.x7 {
	background:url(images/7x-bg.jpg) no-repeat center center;
}
.h-3 span, .h-7 span, .x7 span, .work-testimonial span  {
	width:80%;
	display:block;
	margin:0 auto;
	text-align:center;}
.x7 span {
	font-weight:700;
}
.h-5 {
	text-align:center;}
.what-box {
	display:inline-block;
	width:20%;
	height:20vw;
	position:relative;
	margin:0 -2px;
	overflow:hidden;
	}
.see-more {
	border-top:1px solid #000;
	padding:50px 0;
	margin:50px 0 0 0;
}
.see-more .what-box {
	width:23.8%;
	margin:0 5px;
	height:auto;
	vertical-align:top;
}
.see-more .what-box .box-image {
	height:262px;
	left:0;
	top:0;
	transform:none;
	position:relative;
	overflow:hidden;
}
.see-more .what-box:hover .box-image {
	width:100%;
	height:262px;
}
.see-more .what-box .box-image span {
	opacity:1;
	background-size:cover;}
.see-more .what-box:hover .box-image span {
	transform:scale(1.1);
	opacity:1;
}
.see-more .what-box b {
	font-family:'Mercado-Light';
	font-weight:700;
	font-size:24px;
	text-transform:lowercase;
	transition:all .5s;
	line-height:1;
	display:block;
	margin-top:10px;
}
.see-more .what-box:hover b {
	color:#bc7ea8;
}
.see-more h2 {
	text-transform:lowercase;
}
.image-left-insights {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	transition:all .5s;
}
.image-left-insights:hover {
	transform:scale(1.1);
}
.what-box .box-image {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:1;
	transition:all .3s cubic-bezier(0.445, 0.050, 0.550, 0.950)}

.what-box .box-image span {
	background:#000;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all .3s;
}
.what-box h2 {
	position:absolute;
	z-index:2;
	color:#fff;
	font-size:30px;
	margin:0;
	left:50%;
	top:30%;
	transform:translateX(-50%);}
.what-box h2 img {
	margin:0 auto 15px auto;
	display:block;}
.what-box:hover .box-image, .work-box:hover .box-image {
	width:120%;
	height:120%;
	}
body.page-id-17 .what-box:hover .box-image {
	width:100%;
	height:100%;
}
.work-box:hover h2 {
	opacity:0;}
.what-box:hover .box-image span {
	opacity:0.5;}
body.page-id-17 .what-box:hover .box-image span {
	opacity:0;
}
body.page-id-43 .box-split-hover .box-split-image {
	transition:transform .5s;
}
body.page-id-43 .box-split-hover:hover .box-split-image {
	transform:scale(1.1);
}
.work-items .box-image span {
	opacity:0.5;
}
.work-items .what-box:hover .box-image span {
	opacity:0;
}
.work-box {
	width:50%;
	height:25vw;
	float:left;
	position:relative;
	overflow:hidden;}
	.work-box .box-image {
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	z-index:1;
	transition:width .3s cubic-bezier(0.445, 0.050, 0.550, 0.950), height .3s cubic-bezier(0.445, 0.050, 0.550, 0.950);}
	.work-box h2 {
	position:absolute;
	z-index:2;
	color:#fff;
	font-size:35px;
	margin:0;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
	opacity:1;
	transition:all .5s;
	text-transform:lowercase;}
	.work-box .box-image span {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position:absolute;
	top:0;
	left:0;
	z-index:10;}
	.work-box:hover .box-image span {
		background:rgba(0,0,0,0);}
	.work-box h2 span {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	letter-spacing:1px;
	text-transform:uppercase;
	display:block;
	margin:0 0 15px 0;}
	.width-50 {
	width:50%;
	margin:0 auto;
	display:block;}
	.instagram {
	padding:50px 0 0 0;}
	.eapps-instagram-feed-title-container {
	font-family: 'Mercado-Light'; }
	.eapps-instagram-feed-title {
	font-size:30px !important;
	}
	.keep-in-touch {
		background:#bc7ea8;
		padding:50px 0;
		text-align:center;}
		.purple-our-services .col-25 {
			padding:0 25px;
		}
		.keep-in-touch .col-25, .purple-our-services .col-25 {
			display:inline-block;
			width:33%;
			vertical-align:top;
			text-align:left;
			color:#fff;}
			.keep-in-touch .col-25 h2 {
				color:#fff;
				margin:0;
				font-size:30px;}
				.keep-in-touch .col-25 form {
					float:right;
					width:100%;}
					.keep-in-touch .col-25 input {
						border:1px solid #fff;
						font-family:inherit;
						background:none;
						border-radius:0;
						padding:10px;
						box-sizing:border-box;
						width:85%;
						color:#fff;
						outline:none !important;}
						.keep-in-touch .col-25 input::-webkit-input-placeholder {
						color:#fff;}
						.keep-in-touch .col-25 button, .keep-in-touch .col-25 input[type=submit] {
						width:15%;
						float:right;
						border-right:1px solid #fff;
						border-top:1px solid #fff;
						border-bottom:1px solid #fff;
						border-left:0;
						border-radius:0;
						padding:7px 10px;
						box-sizing:border-box;
						background:none;
						color:#fff;
						outline:none !important;
						font-size:30px;
						transition:all .3s;
						font-family: "Font Awesome 5 Pro";
						}
						.keep-in-touch .col-25 .wpcf7-response-output {
							margin:0 !important;
							text-align:left;
							border:0 !important;
						}
						.keep-in-touch .col-25 p {
							margin:0;
						}
						.keep-in-touch .col-25 .ajax-loader {
							display:none !important;
						}
						.keep-in-touch .col-25 button:hover, .keep-in-touch .col-25 input[type=submit]:hover {
						background:#fff;
						color:#bc7ea8;
						}
						footer {
						background:#000;
						padding:80px 0 0 0;
						text-align:center;
						font-family: 'Mercado-Light';
						font-weight:700;
						font-size:32px;
						color:#fff;}
						footer a {
							text-decoration:none;
							transition:all .3s;}
						footer a:hover {
							text-decoration:underline;}
						.copyright {
						font-size:13px;
						color:#fff;
						margin:60px 0 20px 0;
						padding:20px 0;
						border-top:1px solid rgba(255,255,255,0.2);
						text-align:left;
						font-family: 'Source Sans Pro', sans-serif;
						font-weight:200;
						display:inline-block;
						width:100%;
						}
						.copyright span {
							float:right;
							font-weight:bold;}
						.width-80 {
							width:80%;
							display:block;
							margin:0 auto;
							position:relative;}

.internal-banner {
	height:400px;
	margin:0 0 100px 0;}
body.page-id-84 .internal-banner {
	background:#bc7ea8; }
.internal-banner .body-content {
	width:80% !important;
	height:100%;
	position:relative;
	z-index:2;}
body.blog .internal-banner .body-content {
	width:1100px !important;}
.body-content-insights {
	width:1100px !important;}
.internal-banner h1 {
	position:absolute;
	top:35%;
	left:0;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	margin:0;
	padding:0;}
body.page-id-84 .internal-banner h1, body.error404 .internal-banner h1 {
	font-family: 'Mercado-Light';
	font-size:50px;
	text-transform:lowercase;
	top:15%;}
.internal-banner h2 {
	position:absolute;
	top:44%;
	width:40%;
	left:0;
	color:#fff;
	font-size:50px;
	text-transform:lowercase;
	margin:0;
	padding:0;
	font-family: 'Mercado-Light';
	line-height:1.1;}
body.page-id-84 .internal-banner h2 {
	color:#000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:700;
	font-size:18px;
	top:38%;
	line-height:1.3;
	text-transform:none;}
body.page-id-84 .internal-banner img {
	display:inline-block;
	vertical-align:middle;
	margin:5px 10px 5px 0;}
body.page-id-84 .internal-banner .body-content {
	width:60% !important;}
.body-content {
	width:60%;
	position:relative;
	display:block;
	margin:0 auto;}

.bc-intro {
	font-size:23px;
	padding:0 0 50px 0;}
body.single-post .bc-intro {
	padding:0 0 34px 0; }
.box-split-left, .box-split-right {
	margin:0 0 20px 0;
	height:32vw;
	position:relative;}
.box-split-left .box-split-image, .box-split-right .box-split-text {
	float:left;}
	.box-split-left .box-split-text, .box-split-right .box-split-image {
	float:right;}
.box-split-image {
	width:40%;
	height:100%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;}
.box-split-text {
	width:60%;
	position:relative;
	top:50%;
	padding:0 100px;
	transform:translateY(-50%);}
.box-split-text h2 {
	font-size:40px;
}
.gap-top {
	padding:50px 0 0 0;}

.pink {
	background:#f2746c;
	margin:80px 0 0 0;
	height:50vw;}
.pink h2 {
	color:#fff;}
body.page-id-17 .what-box {
	margin:0 0.55% 0.95% 0.55%;
	width:31.9%;
	height:18vw;
}
body.page-id-60 .what-box {
	margin:0 0.6% 0.95% 0.6%;
	width:351px;
	height:351px;
	float:left;
}
body.page-id-60 .what-box h2 {
	font-size:35px;
	width:75%;
	top:50%;
	transform:translate(-50%,-50%);
	text-transform:lowercase;
	opacity:1;
	transition:all .5s;}
body.page-id-60 .what-box:hover h2 {
	opacity:0;
}
	.work-quote {
		text-transform:uppercase;}
body.page-id-60 .what-box i {
	font-style:normal;
	display:block;
	font-size:18px;
	font-weight:700;
	font-family:'Source Sans Pro';
	text-transform:uppercase;
	margin:0 0 10px 0;}
body.page-id-17 .what-box h2 {
	top:50%;
	transform:translate(-50%,-50%);}
body.page-id-17 .x7 img {
	display:inline-block;
	vertical-align:middle;
}
.purple-our-services {
	margin:100px 0 0 0;
	background:#bc7ea8;
	padding:100px 0;
}
.purple-our-services h2 {
	color:#fff;
	text-align:center;
	margin:0 0 40px 0;}
.purple-our-services ul {
	color:#000;
	list-style-type:none;
	padding:0;
	margin:0;
	width:100%;}
.purple-our-services .col-25:last-child ul {
	width:100%;}
.purple-our-services ul li {
	padding:5px 0;
	border-bottom:1px solid #000;}
.work-items {
	margin:0 auto 50px auto;}
.hidden {
	display:none;
	pointer-events:none;}
.filter {
	padding:0 1% 50px 0.6%;
	width:1100px;
	margin:0 auto;
	position:relative;
}
.filter select {
	-webkit-appearance:none;
	border:0;
	border-bottom:1px solid #000;
	border-radius:0;
	background:none;
	outline:none;
	width:100%;
	font-family:inherit;
	font-weight:700;
	text-transform:uppercase;
	font-size:18px;}
.filter .select-wrapper:after {
	content:'\f078';
	font-family: 'Font Awesome\ 5 Pro';
	position:absolute;
	top:0;
	right:15px;
	z-index:-1;}
body.single-work_portfolio .body-content {
	width:1100px;
}
body.single-work_portfolio .bc-intro {
	padding:0;
}
body.single-work_portfolio .bc-intro h2 {
	width:100%;
	margin:0;}
body.single-work_portfolio .purple-our-services {
	font-family:'Mercado-Light';
	font-weight:700;
	font-size:30px;
	padding:30px 0 50px 0;
	 }
body.single-work_portfolio .purple-our-services ul {
	color:#fff; }
body.single-work_portfolio .purple-our-services ul li {	
	border-color:#fff;}
.work-gallery {
	margin:100px auto;
	text-align:center;}
.work-gallery ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.work-gallery ul li {
	margin:50px 0;}
.split-field {
	width:49.5%;
	display:inline-block;}
.sf-right {
	float:right;}
body.page-id-84 .body-content input, body.page-id-84 .body-content textarea {
	width:100%;
	border:1px solid #000;
	border-radius:0;
	margin:0 0 10px 0;
	font-family:inherit;
	padding:5px 10px;
	outline:none;}
.search-highlight {
	color:#bc7ea8;
}
body.page-id-84 .body-content form {
	margin:0 0 100px 0;}
body.page-id-84 .keep-in-touch {
	background:#000;
	padding:80px 0;}
body.page-id-84 footer {
	padding:0;}
body.page-id-84 .copyright {
	margin:0 0 20px 0;}
input.wpcf7-not-valid {
	background:#ff7676;}
.wpcf7-not-valid-tip {
	display:none !important;}
.wpcf7-response-output {
	padding:10px 0 !important;
	margin:40px 0 0 0 !important;
	text-align:center;
	font-size:14px;
	font-weight:700;
	border-color:#bc7ea8 !important;}
.insights-container {
	height:550px;
	clear:both;}
.insights-container h2 {
	font-size:40px;
	color:#000;
	transition:all .5s;}
.insights-container .text-right {
	padding:0 0 0 50px;
}
.insights-container .text-right a {
	font-weight:700;
	text-decoration:none;
	transition:color .5s;}
.insights-container .text-right a:hover, .insights-container .text-right h2:hover {
	color:#bc7ea8;}
.linked-in {
	width:30px;
	height:30px;
	background:url(images/icon-linkedin.png) no-repeat 0 0;
	display:inline-block;
	transition:all .5s;}
.author-email {
	width:30px;
	height:30px;
	background:url(images/icon-user-email.png) no-repeat 0 0;
	display:inline-block;
	transition:all .5s;}
.article-print {
	width:30px;
	height:30px;
	background:url(images/icon-print.png) no-repeat 0 0;
	display:inline-block;
	transition:all .5s;}
.linked-in:hover {
	width:30px;
	height:30px;
	background:url(images/icon-linkedin-hover.png) no-repeat 0 0;
	display:inline-block;}
.author-email:hover {
	width:30px;
	height:30px;
	background:url(images/icon-user-email-hover.png) no-repeat 0 0;
	display:inline-block;}
.article-print:hover {
	width:30px;
	height:30px;
	background:url(images/icon-print-hover.png) no-repeat 0 0;
	display:inline-block;}
.meta {height:90px;margin:50px 0 0 0;}
.meta .meta-photo {
	width:90px;
	height:90px;
	float:left;
	margin:0 20px 0 0;}
.meta .meta-photo img {
	border-radius:50%;
	}
.meta .meta-author {
	font-weight:700;
	float:left;
	margin-top:10px;
	line-height:2;}
.meta .meta-author a {
	text-decoration:none;}
.insights-container:nth-child(even) .image-left {
	float:right;}
.insights-container:nth-child(even) .text-right {
	float:left;
	padding:0 50px 0 0;}
body.blog .body-content, body.single-post .body-content {
	margin-bottom:100px;}
body.single-post .body-content h2 {
	color:#000;
	margin:0 0 100px 0;}
body.single-post .back, body.single-work_portfolio .back {
	color:#000;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	margin:50px 0 0 0;
	padding: 0 0 0 80px;
	transition:all .5s;
	background:url(images/Masterplanners-Back-Primary.png) no-repeat 0 0;
	background-size:contain;
	line-height:60px;}
body.single-post .back:hover, body.single-work_portfolio .back:hover {
	color:#bc7ea8;
	background:url(images/Masterplanners-Back-Hover.png) no-repeat 0 0;
	background-size:contain; }
.insights-box {
	margin:0 0.55% 0.95% 0.55%;
	width:31.8%;
	display:inline-block;
	position:relative;
	vertical-align:top;
	text-align:left;}
.insights-box-image {
	width:100%;
	height:25.5vw;
	overflow:hidden;
	margin:0 0 20px 0;}
.insights-box img {
	width:100%;
	height:25.5vw;
	object-fit:cover;
	transition:all .5s;}
.insights-box-image:hover img {
	transform:scale(1.1);
}
.insights-box h2 {
	font-size:28px;
	color:#000;
	transition:all .5s;}
.more-container {
	width:80%;
	margin:0 auto 0 auto !important;}
.more-container .more-h2 {
	color:#bc7ea8 !important;
	text-align:left;
	margin:0 0 20px 0 !important;}
.more-container .insights-box:hover h2 {
	color:#bc7ea8;
}
.case-study {
	background:#bc7ea8;
	padding:40px 0;
	text-align:center;
}
.case-study a {
	background:url(images/Masterplanners-Download-Primary.png) no-repeat center right;
	display:inline-block;
	line-height:60px;
	background-size:contain;
	font-family:'Mercado-Light';
	font-weight:700;
	text-decoration:none;
	font-size:35px;
	padding:0 80px 0 0;
	transition:all .5s;
}
.case-study a:hover {
	background:url(images/Masterplanners-Download-Hover.png) no-repeat center right;
	background-size:contain;
}
.back-to-top {
	position:fixed;
	right:0;
	bottom:50px;
	background:#000;
	padding:10px;
	z-index:9999;
}
.back-to-top i {
	color:#fff;
	padding:10px;
}
.contact-phone {
	background:url(images/icon-phone.png) no-repeat 0 0;
	width:45px;
	height:45px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 10px 0;
	transition:all .5s;
}
.contact-email {
	background:url(images/icon-email.png) no-repeat 0 0;
	width:45px;
	height:45px;
	display:inline-block;
	vertical-align:middle;
	margin:0 10px 0 0;
	transition:all .5s;
}
.contact-link {
	text-decoration:none;
	
}
.contact-link:hover .contact-phone {
	background:url(images/icon-phone-hover.png) no-repeat 0 0;
}
.contact-link:hover .contact-email {
	background:url(images/icon-email-hover.png) no-repeat 0 0;
}
body.single-post blockquote {
	margin:1.5em;
}
body.single-post .body-content h4 {
	margin:0 0 8px 0;
}
body.single-post .body-content ul {
	margin:0 0 16px 0;
}
@media (max-width: 575px) {

}

@media (max-width: 767px) {
	h2, h3, .menu-primary-nav-container, .h-3, .h-7, .x7, .work-testimonial, .see-more .what-box b, .eapps-instagram-feed-title-container, .overlay, footer, body.page-id-84 .internal-banner h1, .internal-banner h2, body.single-work_portfolio .purple-our-services, .case-study a {font-family:'Mercado';}
	a {text-decoration:none;}
	.unslider, body.home .banner {transition:height 9999s;}
	header .container {text-align:center;padding-right:35px;}
	header .mp {float:left;}
	header img {height:30px;}
	body.home .banner {height:calc(100vh - 70px);}
	#scroll {display:none;}
	header .logo {width:auto;left:auto;transform:none;position:relative;display:inline-block;}
	header .fa-search {font-size:20px;padding:6px 0 0 0;position:absolute;right:30px;}
	#primary-menu {top:100px;transform:translateX(-50%);font-size:30px;}
	#start {padding:40px 20px 20px 20px;}
	.internal-banner {height:200px;margin:0 0 40px 0;}
	body.page-id-84 .internal-banner {height:350px;}
	.internal-banner h2 {width:100%;font-size:30px;top:50%;}
	.internal-banner .body-content {width:100% !important;}
	.dash-border, body.page-id-84 .body-content input[type=submit] {line-height:40px;}
	body.page-id-84 .body-content input[type=submit] {line-height:55px;}
	.image-left-insights {margin:0;width:100%;}
	body.page-id-84 .internal-banner .body-content {width:100% !important;padding:0 20px;}
	.bc-intro {padding:0 20px 40px 20px !important;font-size:20px;line-height:1.4;}
	body.single-post .bc-intro {padding:0 0 20px 0 !important;}
	.body-content {width:100%;padding:0 20px;}
	.menu-open {position:absolute;top:2px;right:0;}
	.menu-open i {width:auto;padding:1px 0 0 0;font-size:25px;}
	.searchfrm {top:67px;text-align:left;}
	.searchfrm input {font-size:14px;width:calc(100% - 28px);padding:1px 0;}
	.overlay {left:0;right:0;top:25%;font-size:30px;padding:20px;text-align:left;width:100%;font-weight:700 !important;display:block;}
	.h-2, .h-4, .h-8 {height:auto;}
	.image-left, .image-right {height:300px;width:100%;float:none;}
	.pink .image-right {height:100vw;}
	.pink .text-left {text-align:left;}
	.x7 img {height:50px;margin:0 auto;display:block !important;}
	.text-right, .text-left {float:none;width:100%;padding:40px 20px 20px 20px;top:0;transform:none;text-align:center;}
	.box-split-left, .box-split-right {height:auto;margin:0;}
	.box-split-text h2 {padding:16px 0 0 0;}
	.box-split-left .box-split-image, .box-split-right .box-split-text, .box-split-left .box-split-text, .box-split-right .box-split-image {float:none;}
	.box-split-image {width:100%;height:300px;}
	.box-split-text {width:100%;padding:20px;top:0;transform:none;}
	h2 {font-size:25px !important;line-height:1.1;}
	h3 {font-size:20px;}
	.pink {height:auto;margin:0;}
	.purple-our-services h2 {padding:0 20px;text-align:left;font-size:35px !important;}
	.purple-our-services h3 {margin:10px 0;}
	body.page-id-17 .grey .body-content {padding:0;}
	.about-text .body-content {padding:0;}
	.dash-border {width:100%;background-size:contain;background-position:center center;font-size:16px;margin-bottom:40px;}
	.h-3, .h-7, .x7, .work-testimonial {padding:0 20px;font-size:25px;}
	.h-3 span p, .h-7 p {margin:0;}
	.h-3 span, .h-7 span, .x7 span {width:100%;padding:40px 0;}
	.work-testimonial span {width:100%;}
	.panel {padding:20px 0 0 0;}
	body.single .panel {padding:50px 0 0 0;}
	body.page-id-17 .panel {padding:40px 20px 20px 20px;}
	.about-text {padding:40px 0 20px 0 !important;}
	.about-text h2 {padding:0 20px;}
	.h-6 {padding:40px 0 0 0;}
	.purple-our-services ul li {font-size:18px;}
	.work-box h2 span {font-size:16px;}
	.work-items {margin:0 auto 0 auto;}
	body.single-work_portfolio .purple-our-services ul li {line-height:1.2;}
	body.single-work_portfolio .purple-our-services {padding:40px 0;margin:0 0 15px 0;}
	body.single-work_portfolio .work-testimonial {font-size:25px !important;background-position:5% 50%;padding:40px 20px;}
	body.single-work_portfolio .testimonial-who {font-size:16px;padding:20px 0 0 0;line-height:1.2;}
	.see-more {margin:0 20px !important;padding:0 !important;width:calc(100% - 40px) !important;}
	.see-more .what-box .box-image {height:200px;}
	.see-more .what-box b {font-size:18px;margin:5px 0 20px 0;}
	.what-box {width:100%;height:260px;margin:0;}
	.work-box {width:100%;height:300px;float:none;}
	.work-box h2 {width:80%;}
	body.blog .text-right {text-align:left;padding:20px !important;}
	body.blog .image-left-insights {margin:0 auto;width:calc(100% - 40px);}
	.author-email, .linked-in {margin:10px 0 0 0;}
	body.single-post .back, body.single-work_portfolio .back {margin-bottom:40px;}
	.gap-top {padding:40px 0 0 0;}
	body.page-id-43 .gap-top {padding:0;}
	.what-box h2 {width:100%;font-size:20px;}
	body.page-id-17 .what-box {margin:0 auto 5px auto;width:calc(100% - 40px);height:260px;display:block;}
	body.page-id-60 .what-box {margin:0 auto;width:100%;height:260px;float:none;width:calc(100% - 40px);}
	.body-content-insights {width:100% !important;padding:0 0 15px 0;}
	body.blog .internal-banner .body-content {width:100% !important;}
	.internal-banner h1, .internal-banner h2 {left:20px;width:calc(100% - 40px);}
	.insights-container {height:auto;margin:0 0 20px 0;}
	.body-content-insights .image-left {height:260px;}
	body.single .panel .insights-box h2 {font-size:18px !important;margin:0 0 20px 0;}
	.insights-container .text-right, .insights-container:nth-child(even) .text-right {padding:20px 0;}
	body.blog .body-content, body.single-post .body-content {margin-bottom:20px;}
	body.blog .insights-container {margin:0 0 40px 0;}
	.meta {margin:40px 0 0 0;height:auto;}
	.meta .meta-author {line-height:1;}
	.h-8 .image-right {height:auto;}
	.width-50, .width-80, .keep-in-touch .col-25, .purple-our-services .col-25 {width:100%;}
	.eapps-instagram-feed-title {font-size:20px !important;}
	.keep-in-touch, body.page-id-84 .keep-in-touch {padding:40px 20px;line-height:1.2;}
	.keep-in-touch .col-25 h2 {margin:0 0 10px 0;}
	.keep-in-touch form {float:none;margin:20px 0 0 0;}
	.keep-in-touch .col-25 br {display:inline-block;content:'';width:4px;}
	.keep-in-touch .col-25 button, .keep-in-touch .col-25 input[type=submit] {font-size:10px;padding:17px 0;}
	.purple-our-services {margin:0;padding:40px 0 20px 0;}
	.purple-our-services h2 {margin:0 0 20px 0;}
	.purple-our-services .col-25 {font-size:14px;margin:0 0 20px 0;}
	.filter {width:100%;padding:0 20px 20px 20px;}
	body.single-work_portfolio .body-content {width:100%;padding:0 20px;}
	.work-gallery {margin:20px 0 15px 0;}
	.work-gallery ul li {margin:5px 0;}
	.case-study {padding:20px;}
	.case-study a {line-height:25px;font-size:15px;padding:0 40px 0 0;}
	.see-more .what-box, .insights-box {width:100%;margin:0 0 10px 0;}
	.insights-box-image, .insights-box img {height:260px;}
	.see-more h2 {font-size:25px !important;padding:20px 0 0 0;}
	body.single-post .body-content h2 {margin:0 0 20px 0;}
	body.single-post .body-content ul {padding:0;margin:0 0 16px 18px;}
	body.single-post h6 a {word-break: break-all;}
	body.single-post .internal-banner {height:200px;}
	body.page-id-84 .internal-banner h1 {font-size:40px;}
	body.page-id-84 .internal-banner h2 {font-size:18px !important;top:auto;bottom:15%;}
	.eapps-instagram-feed-posts-grid-load-more {background-color:#000 !important;}
	footer, body.page-id-84 footer {padding:20px;line-height:1.2;font-size:16px;}
	.copyright {margin:20px 0 0 0;line-height:1.5;padding:20px 0 0 0;text-align:center;}
	.copyright span {float:none;padding:20px 0 0 0;width:100%;text-align:center;display:block;border-top:1px solid rgba(255,255,255,0.2);margin:20px 0 0 0;}
	.back-to-top {display:none !important;opacity:0 !important;}
}

@media (min-width: 768px) and (max-width:1199px) {
	.overlay {left:5%;line-height:1.1;font-size:50px;width:80%;}
	#scroll {display:none;}
	.panel {padding:75px 0;}
	h2 {font-size:32px;}
	.text-right, .text-left {padding:0 50px;font-size:1rem;}
	.dash-border, .work-box h2 span {font-size:1rem;}
	.h-3, .h-7, .x7, .work-testimonial {padding:75px 0;}
	.h-5 .what-box {width:45%;margin:0 2px;height:30vw;}
	.work-box h2 {font-size:1.5rem;}
	.instagram {padding:25px 0 !important;}
	.instagram .width-50 {width:75%;}
	.keep-in-touch .col-25 {width:50%;}
	.keep-in-touch .col-25 h2 {margin:0 0 10px 0;}
	.purple-our-services .col-25 {width:33%;margin:0;font-size:1rem;}
	.purple-our-services h2 {font-size:2rem;margin:0 0 20px 0;}
	.purple-our-services h3 {font-size:1.5rem;margin:20px 0 10px 0;}
	body.single-work_portfolio .bc-intro h2 {font-size:50px;}
	body.single-work_portfolio .internal-banner, body.blog .internal-banner {margin:0;}
	body.single-work_portfolio .purple-our-services {margin:0;}
	body.blog .internal-banner .body-content {margin-bottom:0;}
	body.blog .body-content-insights {width:100% !important;}
	body.blog .insights-container .image-left {height:500px;margin-bottom:75px;}
	body.blog .insights-container {margin:75px 0 30px 0;}
	body.blog .insights-container .text-right {width:80%;margin:0 auto;float:none;}
	body.single-post .body-content h2 {margin:0 0 30px 0;}
	body.single-work_portfolio .bc-intro {margin:75px auto;}
	body.single-work_portfolio .purple-our-services ul li {font-size:1.5rem;line-height:1.4;}
	body.single-work_portfolio .purple-our-services {padding:40px 0 50px 0;}
	.work-gallery {margin:75px auto;}
	.see-more a:nth-child(5) .what-box {display:none;}
	.keep-in-touch div.wpcf7 {margin:20px 0 0 0;}
	.box-split-text h2 {font-size:2rem;}
	.internal-banner h2 {width:80%;}
	.body-content {width:80%;}
	.box-split-text {padding:0 25px;}
	.box-split-left, .box-split-right {height:40vw;}
	.x7 span {line-height:0.2;}
	.gap-top {width:100%;}
	.purple-our-services .width-80 {width:100%;}
	body.page-id-17 .what-box, .see-more .what-box {margin:0;width:32.9%;}
	.filter, .body-content-insights {width:80% !important;}
	body.page-id-60 .what-box {width:48%;margin:0 1% 15px 1%;}
	.insights-container {height:auto;margin:0 0 20px 0;}
	.insights-container .image-left {width:100%;height:300px;}
	.insights-container .text-right {padding:0;width:100%;float:none;transform:none;}
	.insights-container .meta {margin:0;}
	body.blog .internal-banner .body-content, body.single-work_portfolio .body-content, body.page-id-84 .internal-banner .body-content {width:80% !important;}
	.more-container {text-align:left;}
	.keep-in-touch {text-align:left;}
}

@media print {
   header i, body.single-post .back, footer {display:none !important;}
   .internal-banner {height:200px;margin:0 0 20px 0;}
   .body-content {width:100%;}
   body.single-post .body-content h2 {margin:0 0 20px 0;}
   body.blog .body-content, body.single-post .body-content {margin-bottom:20px;}
   .meta {margin:20px 0 0 0;}
   .bc-intro {padding:0 0 20px 0;}
}
