/*
Theme Name: The Sophisticated Traveler
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
img.header-bg-iphone{ display:none; }
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;
	color: #221646;
}

a:active,
a:hover {
	outline: 0;
	color: #837F92;
}

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: 0;
}

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,
textarea {
	color: #404040;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

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

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

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;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

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;
}

select {
	border: 1px solid #ccc;
}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

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

a:visited {
	color: #221646;
}

a:hover,
a:focus,
a:active {
	color: #837F92;
}

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 li {
	float: left;
	position: relative;
}

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

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

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

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* 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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

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

.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page .entry-content {
	margin: 0;
}

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 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;
        color: #221646;
        font-style: italic;
	font-size: .9rem;
}

.wp-caption-text {
	text-align: left;
}

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


/*--------------------------------------------------------------
## Custom Styling
--------------------------------------------------------------*/
#masthead .header-bg {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 0;
}
#masthead .wrap {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.site-title a {
	display: block;
}
header #menu-social-media {
	width: 100%;
	max-width: 1175px;
	margin: 0 auto;
	padding: 30px 0 0;
	list-style-type: none;
	text-align: right;
}
header #menu-social-media li {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 10px;
}
header #menu-social-media li a {
	font-size: 0px;
	color: transparent;
	display: block;
	width: 21px;
	height: 21px;
}
header #menu-social-media li.facebook a {
	background: transparent url('/wp-content/uploads/2016/05/facebook-icon.png') center center no-repeat;
}
header #menu-social-media li.twitter a {
	background: transparent url('/wp-content/uploads/2016/05/twitter-icon.png') center center no-repeat;
}
header #menu-social-media li.pinterest a {
	background: transparent url('/wp-content/uploads/2016/05/pinterest-icon.png') center center no-repeat;
}
header #menu-social-media li.instagram a {
	background: transparent url('/wp-content/uploads/2016/05/instagram-icon.png') center center no-repeat;
}
header .site-branding {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
header .site-branding > ul {
	list-style: none;
	padding: 0;
	margin: 50px 0 0;
	text-align: center;
}
header .site-branding > ul > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
header .site-branding ul.menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
header .site-branding ul.menu li {
	display: inline-block;
	margin: 0 20px;
}
.menu li.pink a {
	color: #E2ADC9;
	font-family: 'Playfair Display', serif;
	text-transform: inherit !important;
	font-style: italic;
}
.menu li a {
	font-family: 'Lato', san serif;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
header .site-title {
	width: 241px;
	height: 104px;
	margin: 0;
}
header .site-description {
	width: 100%;
	max-width: 820px;
	font-family: 'Playfair Display', serif;
	font-size: 2.90rem;
	color: #fff;
	margin: 150px auto 0;
	text-align: center;
}
header .entry-title {
	width: 100%;
	max-width: 830px;
	font-family: 'Playfair Display', serif;
	font-size: 3rem;
	color: #fff;
	margin: 150px auto 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}
section.widget {
	width: 100%;
	margin: 0;
	padding: 40px 0;
}
.single section.widget {
	padding: 40px 0 0;
}
section.widget .wrap {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
section.widget h2.widget-title {
	font-weight: 400 !important;
	text-transform: uppercase;
	text-align: center;
}
h2.s-title {
	font-family: 'Lato' !important;
	font-size: 1rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	margin: 0;
}
.page-id-355 p {
	margin: 0 0 20px !important;
}
#etistyle {
	background-color: #221646;
}
#etistyle .wrap {
	max-width: 800px !important;
}
#etistyle h2.widget-title {
	color: #fff !important;
}
#etistyle h2.widget-title > a {
	text-transform: initial !important;
	text-decoration: none !important;
	color: #fff !important;
}
#partners h2.widget-title {
	color: #221646 !important;
}
#partners h2.widget-title > a {
	text-decoration: none;
	border: none;
}
#photogrid {
	padding: 80px 0 !important;
}
#photogrid .wrap {
	width: 871px;
	height: 871px;
	overflow: hidden;
	margin: 0 auto;
}
#photogrid .gridholder {
	width: 100%;
}
#photogrid .gridholder a {
	line-height: 0 !important;
}
#photogrid .gridholder .left {
	float: left;
	width:277px;
	height:871px;
	margin-right:20px;
}
#photogrid .gridholder .right {
	float:left;
	width:574px;
	height:871px;
}
.site-footer {
	width: 90%;
	max-width: 1060px;
	margin: 20px auto 0;
	padding: 30px 0 0;
	border-top: 1px solid #e4e4e4;
}
.page-id-355 .site-footer {
	margin: 0 auto;
	padding: 0;
	border-top: none;
}
.site-footer .site-info {
	font-size: 0.8rem;
	margin: 20px auto;
	text-align: center;
	letter-spacing: 0.5px;
}
.site-footer .site-info p {
	color: #808080;
}
.site-footer .site-info a {
	color: #221646;
	text-decoration: none;
}
.site-footer .site-info a:hover {
	color: #808080;
}
#sb_instagram .sbi_photo:hover {
	opacity: 1 !important;
}

.entry-content section {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0;
}
.page-id-141 .entry-content section {
	padding: 80px 0;
}
.page-id-141 .entry-content .full-width,
.entry-content .full-width {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.entry-content section .align-left {
	text-align: left;
}
.entry-content section .align-center {
	text-align: center;
}
.entry-content section .align-right {
	text-align: right;
}
.entry-content section h2 {
	color: #221646;
	font-family: 'Playfair Display', serif;
	font-size: 2.8rem;
	margin-top: 0;
}
.the-team ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.the-team ul li {
	display: inline-block;
	vertical-align: top;
	width: 274px;
	height: 274px;
	margin: 12px 10px;
	overflow: hidden;
}
.the-team ul li .container {
	opacity: 0;
	width: 274px;
	height: 274px;
	vertical-align: middle;
	padding: 10px;
}
.the-team ul li:hover .container {
	display: table-cell;
	background: transparent url(images/mtm-hover-bg.png) top left no-repeat;
	width: 274px;
	height: 274px;
	vertical-align: middle;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s linear;
}
.the-team ul li .info {
	display: block;
	position: relative;
	width: 100%;
}
.the-team ul li p {
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
}
.the-team ul li p.name {
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
}
.the-team ul li p.location,
.the-team ul li p.specialty {
	font-family: 'Playfair Display', serif;
	font-style: italic;
}
.the-team ul li p.label {
	font-weight: 600;
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-top: 10px;
}
.the-team ul li .social-media {
	text-align: center;
}
.the-team ul li .social-media a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 20px 10px 0;
}
.the-team ul li .social-media a > img {
	width: 100%;
	height: auto;
}
.qoute {
	margin-top: 0;
}
.qoute .in {
	position: absolute;
	font-size: 4rem;
	margin: -20px 0 0 -30px; 
}
.qoute .out {
	position: absolute;
	font-size: 4rem;
	margin: -20px 0 0 8px; 
}
.qouter {
	text-align: right;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.q-rel {
	text-align: right;
	font-style: italic;
	margin: 0;
}
#arrow-down {
	position: relative;
	width: 50px;
	left: 50%;
	margin-top: 100px;
	margin-left: -25px;
	z-index: 99999;
}
#partners-logos {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#partners-logos {
	text-align: center;
}
#partners-logos li {
	display: inline-block;
	width: 28%;
	max-width: 450px;
	height: 220px;
	text-align: center;
	margin: 0 20px 0;
}
#partners-logos li > img {
	width: auto;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	margin: 0;
}
.header-bar {
	display: block;
	position: relative;
	background-color: #E0E0E0;
	padding: 24px 0;
}
.header-bar .wrap {
	position: relative !important;
	width: 100%;
	max-width: 1175px;
	margin: 0 auto;
}
.header-bar .wrap > a {
	float: left;
	display: block;
}
.header-bar .wrap > a > img {
	vertical-align: middle;
}
.header-bar .wrap .menu-main-blog-container {
	float: right;
}
.header-bar .wrap .menu-main-blog-container ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.header-bar .wrap .menu-main-blog-container ul li {
	display: inline-block;
	margin: 0 18px;
}
.header-bar .wrap .menu-main-blog-container ul li > a {
	color: #211547;
}
.header-bar .wrap .menu-main-blog-container ul li.pink > a {
	color: #E2ADC9;
}
.sm-icons-holder {
	position: relative;
	width: 100%;
	max-width: 1175px;
	margin: 0 auto;
}
.sm-icons-holder ul {
	float: right;
	list-style: none;
	margin: 10px 5px 0 0;
	padding: 0;
}
.sm-icons-holder ul li {
	display: inline-block;
	margin: 0 10px;
}
.page-title {
	text-align: center;
	margin: 60px 0 30px;
}
.menu-mb-categories-container {
	width: 100%;
	clear: both;
}
.menu-mb-categories-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu-mb-categories-container ul li  {
	display: inline-block;
	margin: 0 10px;
}
.menu-mb-categories-container ul li > a {
	color: #211547;
	font-weight: 600;
}
.blog-holder {
	clear: both;
	position: relative;
	padding: 100px 0 20px 0;
}
.archive .recent-posts,
.single .recent-posts,
.blog-holder .wrap {
	width: 100%;
	max-width: 1115px;
	margin: 0 auto;
}
.archive .recent-posts ul,
.single .recent-posts ul,
.blog-holder .wrap ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.archive .recent-posts ul,
.single .recent-posts ul {
	text-align: center;
}
.blog-holder .wrap ul li {
	display: inline-block;
	position: relative;
	width: 325px;
	vertical-align: top;
	text-align: left;
	margin: 0 20px 50px;
}
.archive .recent-posts ul li,
.single .recent-posts ul li {
	display: inline-block;
	position: relative;
	width: 325px;
	vertical-align: top;
	text-align: left;
	margin: 0 13px 0;
}
.archive .recent-posts ul li .img-holder,
.single .recent-posts ul li .img-holder,
.blog-holder .wrap ul li .img-holder {
	display: block;
	width: 325px;
	height: 250px;
	overflow: hidden;
}
.archive .recent-posts .post-categories,
.single .recent-posts .post-categories,
.blog-holder .post-categories {
	width: auto !important;
	list-style: none;
	margin: -40px 0 0 15px !important;
	padding: 0;
	text-align: left !important;
}
.archive .recent-posts .post-categories li,
.single .recent-posts .post-categories li,
.blog-holder .post-categories li {
	display: inline-block;
	width: auto !important;
	margin: 0 !important;
}
.archive .recent-posts .post-categories li a,
.single .recent-posts .post-categories li a,
.blog-holder .post-categories li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 3px solid #fff;
}
.blog-holder li h3 {
	color: #221646;
	font-family: 'Playfair Display', serif;
	font-size: 1.35rem;
	font-weight: 400;
	padding: 10px 0 0;
	line-height: 1.3;
}
.archive .recent-posts li h3,
.single .recent-posts li h3 {
	color: #221646;
	font-family: 'Playfair Display', serif;
	font-size: 1.35rem;
	font-weight: 400;
	padding: 5px 0 0;
}
.archive .recent-posts li h3 a,
.single .recent-posts li h3 a {
	text-decoration: none;
	border: none;
}
.blog-holder li p {
	color: #837f92;
	margin: 0 0 10px !important;
	line-height: 1.25;
}
.blog-holder li .content {
	padding: 10px 0 0;
	margin: 0 15px;
}
.blog-holder li .content a {
	color: #221646;
	font-weight: bold;
	border-bottom: 3px solid #221646;
	text-decoration: none;
}
.blog-holder li .content h3 > a,
.blog-holder li .content h3 > a:hover,
.blog-holder li .content h3 > a:visited {
	font-weight: 400;
	text-decoration: none !important;
	border: none !important;
}
.prev-next-posts {
	width: 100%;
	margin: 40px auto 0;
	text-align: center;
}
.prev-next-posts a {
	color: #221646;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 40px;
	vertical-align: middle;
}
.prev-next-posts a:nth-child(1) {
	float: left;
}
.prev-next-posts a:nth-child(2) {
	float: right;
}
.prev-next-posts a:hover {
	color: #808080;
}
.alm-listing li {
	padding: 0;
}
.alm-listing li img {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#wpcf7-f424-p362-o1 {
	position: relative;
	width: 100%;
	max-width: 520px;
}
#wpcf7-f424-p362-o1 input[type="text"],
#wpcf7-f424-p362-o1 input[type="email"],
#wpcf7-f424-p362-o1 textarea,
#wpcf7-f424-p362-o1 input[type="tel"]{
	width: 100%;
	border-radius: 0;
}
#wpcf7-f424-p362-o1 input[type="submit"] {
	box-shadow: none;
	text-shadow: none;
	font-size: 1.2rem;
	text-transform: uppercase;	
	border: none;
	border-radius: 0;
	color: #fff;
	background-color: #221646;
	padding: 10px 20px;
	margin-top: 10px;
}
.single article {
	width: 90%;
	max-width: 1060px;
	margin: 30px auto 0;
/*	border-bottom: 1px solid #e4e4e4; */
}
.archive article {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	padding-bottom: 30px;
}
.archive article:last-child {
	padding-bottom: 60px;
}
.post-category {
	width: 90%;
	max-width: 1060px;
	text-align: center;
	padding: 40px 0 0;
	margin: 40px auto 0;
	border-top: 1px solid #e4e4e4;
}
.post-category > a {
	color: #837F92;
	font-weight: 600;
	font-size: 1.4rem;
}
.post-author {
	width: 90%;
	max-width: 1060px;
	color: #221646;
	font-size: 1rem;
	font-style: italic;
	text-align: center;
	margin: 0 auto 50px;
}
.post-title {
	text-align: center;
	color: #221646;
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	margin-top: 50px;
}
.archive .post-title > a {
	text-decoration: none;
	border: none;
}
.single .post-title {
	margin-top: 20px;
	margin-bottom: 10px;
}
.post-featured-image {
	width: 100%;
	max-width: 1060px;
	max-height: 530px;
	overflow: hidden;
}
.post-featured-image > img {
	width: 100%;
}
.post-featured-image-description {
	color: #837f92;
}
.widget-area {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	border-top: 1px solid #e4e4e4;
}
.archive .widget-title,
.single .widget-title {
	text-transform: inherit !important;
	text-align: center;
	color: #221646;
	font-family: 'Playfair Display', serif;
	font-size: 2rem;
	margin-top: 0;
	margin-bottom: 40px;
}
.btn {
	text-align: center;
}
.btn > a {
	color: #fff;
	background-color: #221646;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 25px;
}
.the-press {
	width: 100%;
	max-width: 1115px;
	margin: 0 auto 60px;
}
.the-press ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.the-press ul > li {
	display: inline-block;
	position: relative;
	width: 325px;
	vertical-align: top;
	text-align: center;
	margin: 0 20px 50px;
}
.the-press ul > li > div > a {
	display: block;
	position: relative;
	width: 325px;
	height: 250px;
	overflow: hidden;
}
.the-press ul > li > div > a > img {
	width: auto;
	max-width: none;
	height: 250px;
	border: 1px solid #837F92;
}
.the-press .info {
	margin: 20px 0 0;
}
.the-press .media-title {
	color: #221646;
	font-family: 'Playfair Display', serif;
	font-size: .9rem;
	font-weight: 400;
	text-decoration: none;
	margin: 2px 0;
}
.the-press .date {
	color: #837f92;
	font-family: 'Lato', san serif;
	margin: 2px 0;
        font-size: .9rem;
        text-transform: uppercase;
}
.the-press .media-outlet { 
	color: #221646;
	font-family: 'Lato', san serif;
	margin: 2px 0;
	font-weight: bold;
        text-transform: uppercase;
        font-size: 1.1rem;
	text-decoration: none;
}

.the-press-new {
	width: 98%;
	margin: 0 auto 60px;
}
.the-press-new a:hover,
.the-press-new a:visited {
	text-decoration: none;
}
.the-press-new ul {
	width: 100%;
	padding: 0;
	margin: 0 auto 30px;
	list-style: none;
	text-align: center;
}
.the-press-new ul li {
	display: inline-block;
	width: 330px;
	height: 250px;
	margin: 10px;
}
.the-press-new ul li .container {
	display: table-cell;
	background: transparent url(images/mtm-hover-bg.png) top left;
	width: 330px;
	height: 250px;
	vertical-align: middle;
	visibility: visible;
	opacity: 1;
	transition: opacity 0.5s linear;
	padding: 20px;
	text-decoration: none;
	border: none;
}
.the-press-new ul li:hover .container {
	opacity: 0;
	transition: opacity 0.5s linear;
}
.the-press-new ul li .info {
	color: #fff;
}
.the-press-new ul li .info p,
.the-press-new ul li .info a {
	color: #fff;
}
.the-press-new .date {
	font-family: 'Lato', san serif;
	margin: 7px 0;
        font-size: .9rem;
        text-transform: uppercase;
}
.the-press-new .media-outlet { 
	font-family: 'Lato', san serif;
	margin: 2px 0;
	font-weight: bold;
        text-transform: uppercase;
        font-size: 1.1rem;
	text-decoration: none;
}
.the-press-new .media-title {
	font-family: 'Playfair Display', serif;
	font-size: .9rem;
	font-weight: 400;
	text-decoration: none;
	margin: 2px 0;
}

.page-template-press .content-area .entry-title {
	text-align: center;
	color: #221646;
	font-family: 'Playfair Display', serif;
	font-size: 2.8rem;
}
#video {
	width: 100%;
	margin: 0;
	padding: 40px 0 80px;
}
#video .wrap {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}
#video .wrap iframe {
	width: 800px;
	height: 650px;
}
.page-id-15 .img-holder {
	float: right;
	width: 49%;
	max-height: 640px;
	overflow: hidden;
}
.page-id-15 .txt-holder {
	float: left;
	width: 45%;
}
#spic {
	margin-top: 50px;
}
#spic .owl-theme .owl-nav [class*="owl-"] {
	width: 35px;
	height: 49px;
	border-radius: 0;
}
#spic .owl-theme .owl-nav [class*="owl-"]:first-child {
	left: 30px !important;
	background-position: 0 0;
	background-image: url(images/arrow-left.png) !important;
}
#spic .owl-theme .owl-nav [class*="owl-"]:first-child:hover {
	background-position: 0 0;
}
#spic .owl-theme .owl-nav [class*="owl-"]:last-child {
	right: 30px !important;
	background-position: 0 0;
	background-image: url(images/arrow-right.png) !important;
}
#spic .owl-theme .owl-nav [class*="owl-"]:last-child:hover {
	background-position: 0 0;
}
.half-left-wrapper {
	float: left;
	width: 48%;
	padding-right: 15px;
	text-align: left;
}
.half-right-wrapper {
	float: right;
	width: 48%;
	padding-left: 15px;
	text-align: right;
}
#stacy-social-media {
	list-style: none;
	padding: 0;
	margin: 0 0 60px;
	text-align: center;
}
#stacy-social-media li {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin: 0 10px;
}
.page-id-92 .section-title {
	margin-bottom: 10px;
}
section.error-404 {
	margin-bottom: 60px;
}
section.error-404 h2 {
	color: #221646;
	font-family: 'Playfair Display', serif;
	font-size: 2.8rem;
	text-align: center;
}
div.wpcf7-mail-sent-ok {
	border: 2px solid #221646 !important;
}
.entry-content .addthis_toolbox:before {
	content: 'SHARE THIS POST';
	display: block;
	margin: 40px 0 10px;
	color: #221646;
} 
.addthis_toolbox a {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.addthis_toolbox a > img {
	vertical-align: middle;
}
.page .addthis_toolbox {
	display: none !important;
}
/*--------------------------------------------------------------
## Mobile Styling
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#menu-social-media {
		list-style: none;
		width: 90%;
		margin: 10px auto 0;
	}
	#menu-social-media li {
		display: inline-block;
		float: right;
		margin: 0 10px;
	}
	#menu-social-media {
		padding-top: 5px;
	}
	#menu-social-media li a {
		display: block;
		width: 24px;
		height: 24px;
	}
	header .entry-title,
	header .site-description {
		margin: 70px auto 0;
		font-size: 2.7rem;
	}
	.arrow-down {
		margin-top: 70px;
	}
	.page-id-141 .entry-content section {
		padding: 40px 0;
	}
	.header-bar .wrap > a {
		margin-left: 20px;
	}
	.header-bar .wrap .menu-main-blog-container ul {
		margin: 10px 10px 0;
	}
	.header-bar .wrap .menu-main-blog-container ul li {
		margin: 0 10px;
	}
	.sm-icons-holder ul {
		margin: 10px 10px 0 0;
	}
	.the-press,
	.blog-holder .wrap {
		width: 98%;
	}
	.the-press ul li,
	.blog-holder .wrap ul li {
		margin: 0 10px 30px 0;
	}
	.the-press ul li:nth-child(3n),
	.blog-holder .wrap ul li:nth-child(3n) {
		margin: 0 0 50px;
	}
	.archive .recent-posts ul li,
	.single .recent-posts ul li {
		margin: 0 5px 0;
	}
	.owl-controls {
		display: none !important;
	}
	#partners-logos {
		padding: 0 !important;
		margin: 0 !important;	
	}
	.the-press-new ul li {
		width: 300px !important;
		margin: 5px !important;
	}
	header .site-branding ul.menu li {
		margin: 0 10px;
	}
	#arrow-down {
    	margin-top: 80px;
	}
}

@media screen and (max-width: 768px) {
	.site-branding,
	.mob-menu-right-panel {
		display: none !important;
	}
	.mobmenu-push-wrap {
		padding-top: 0 !important;
	}
	#masthead .wrap {
		padding-top: 30px;
	}
	.mob_menu_header_div {
		width: 60% !important;
		top: 50px !important;
		left: 0px !important;
	}
	header .entry-title,
	header .site-description {
		width: 80%;
		margin: 100px auto 0;
	}
	.headertext {
		float: right !important;
	}
	.mobmenu_content li a {
		text-transform: uppercase !important;
		font-size: 'Open Sans' !important;
	}
	#mobmenuleft .pink > a {
		color: #E2ADC9 !important;
		font-family: 'Playfair Display', serif !important;
		text-transform: inherit !important;
		font-style: italic;
	}
	#photogrid .gridholder {
		width: 640px;
		height: 640px;
		overflow: hidden;
	}
	#photogrid .wrap {
		width: 630px;
		height: 630px;
	}
	#photogrid .gridholder .left {
		float: left;
		width:200px;
		height:640px;
		margin-right:20px;
	}
	#photogrid .gridholder .right {
		float:left;
		width:420px;
		height:640px;
	}
	#photogrid .gridholder .right > div > a {
		width: 200px !important;
		height: 200px !important;
	}
	#photogrid .gridholder .right > a {
		width: 420px !important;
		height: 200px !important;
	}
	.menu-social-media {
		width: 100%;
	}
	.arrow-down {
		margin-top: 30px;
	}
	.qoute {
		margin-left: 20px;
	}
	.the-team ul {
		max-width: 592px;
		margin: 0 auto;
	}
	#partners-logos li {
		max-width: 345px;
	}
	#partners-logos li > img {
		max-width: 300px;
	}
	.archive .mobmenu,
	.single .mobmenu,
	.page-template-blog .mobmenu,
	.page-template-blog .logo-holder {
		display: none;
	}
	.archive .header-bar .wrap > a,
	.single .header-bar .wrap > a,
	.page-template-blog .header-bar .wrap > a {
		position: relative;
		left: 50%;
		margin-left: -75px;
	}
	.the-press,
	.blog-holder .wrap {
		width: 90%;
	}
	.the-press ul li:nth-child(3n),
	.blog-holder .wrap ul li:nth-child(3n),
	.the-press ul li,
	.blog-holder .wrap ul li {
		margin: 0 35px 30px 0;
	}
	.the-press ul li:nth-child(2n),
	.blog-holder .wrap ul li:nth-child(2n) {
		margin: 0 0 30px;
	}
	.archive .recent-posts ul,
	.single .recent-posts ul {
		width: 90%;
		max-width: 690px;
		margin: 0 auto;
		text-align: left;
	}
	.archive .recent-posts ul li,
	.single .recent-posts ul li {
		margin: 0 7px 0;
	}
	#wpcf7-f424-p362-o1 {
		width: 100%;
	}
	#partners-logos li {
		width: 45%;
		max-width: auto;
	}
	.half-left-wrapper {
		float: none;
		width: 100%;
		padding-right: 0;
		text-align: left;
	}
	.half-right-wrapper {
		float: none;
		width: 100%;
		padding-left: 0;
		text-align: right;
	}
	.half-left-wrapper img,
	.half-right-wrapper img {
		width: 100% !important;
	}
	.half-left-wrapper figure,
	.half-right-wrapper figure {
		width: 100% !important;
	}
	#stacy-social-media li {
		width: auto !important;
	}
	#arrow-down {
    	margin-top: 40px;
	}
}

@media screen and (max-width: 736px) {
	.home #masthead {
		height: auto;
	}
	#masthead {
		height: auto;
		overflow: hidden;
	}
	#masthead .header-bg {
		display: none;
	}
	.error404 #masthead .header-bg,
	.page-id-375 #masthead .header-bg,
	.home #masthead .header-bg {
		display: block;
	}
	.page-id-375 .header-bg-iphone,
	.home .header-bg-iphone {
		display: none !important;
	}
	.page-template-blog #masthead .wrap {
		padding-top: 30px;
	}
	header .entry-title,
	header .site-description {
		margin: 150px auto 0;
		font-size: 2.3rem;
	}
	.home header .site-description {
		margin: 100px auto 0 !important;
		font-size: 2.1rem;
	}
	header #menu-social-media li.instagram a {
		background: transparent url('/wp-content/uploads/2016/06/Entypo_f32d2_32.png') center center no-repeat;
	}
	header #menu-social-media li.pinterest a {
		background: transparent url('/wp-content/uploads/2016/06/Entypo_f3130_32.png') center center no-repeat;
	}
	header #menu-social-media li.twitter a {
		background: transparent url('/wp-content/uploads/2016/06/Entypo_f3091_32.png') center center no-repeat;
	}
	header #menu-social-media li.facebook a {
		background: transparent url('/wp-content/uploads/2016/06/Entypo_f30c3_32.png') center center no-repeat;
	}
	#photogrid .gridholder {
		margin: 0 auto;
		width: 250px;
		height: auto;
		overflow: none;
	}
	#photogrid .wrap {
		width: 250px;
		height: auto;
	}
	#photogrid .gridholder .left {
		float: none;
		width: 250px; 
		height: auto; 
		margin: 0;
	}
	#photogrid .gridholder .left > a {
		width: 100%;
		margin: 0 0 20px !important;
	}
	#photogrid .gridholder .right {
		float: none;
		width: 250px;
		height: auto;
	}
	#photogrid .gridholder .right > div > a {
		width: 250px !important;
		height: auto !important;
		margin: 0 0 20px !important;
	}
	#photogrid .gridholder .right > a {
		width: 250px !important;
		height: auto !important;
		margin: 0 0 20px !important;
	}
	.widescreen {
		display: none;
	}
	.for-iphone {
		display: inherit !important;
	}
	.for-iphone ul {
		width: 505px;
		list-style: none;
		margin: 0 auto;
		padding: 0;
	}
	.for-iphone ul > li {
		width: 250px;
		display: inline-block;
		text-align: center;
	}
	.menu-social-media {
		padding-top: 5px;
	}
	.menu-social-media li a {
		display: block;
		width: 24px;
		height: 24px;
	}
	.logo-holder {
		display: none;
	}
	.header-logo-iphone {
		display: inherit !important;
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -72.5px;
		width: 150px;
		height: 72px;
		z-index: 999;
	}
	header #menu-social-media {
		padding: 10px 0 0;
	}
	.mob_menu_header_div {
		top: 20px !important;
	}
	.mob_menu_header_div mobmenu {
		display: none !important;
	}
	.arrow-down {
		margin-top: 40px;
	}
	#partners-logos li {
		display: block;
		width: 100%;
		margin: 0px auto;
		max-width: 345px;
		height: auto;
		padding: 20px 0;
	}
	#partners-logos li > img {
		display: block;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		margin: 0 auto;
		width: auto !important;
		height: auto;
	}
	.header-bar .wrap .menu-main-blog-container ul li {
		margin: 0 8px;
	}
	.blog-holder .wrap ul li {
		margin: 0 10px 30px 0;
	}
	.archive .mobmenu-left-bt .icon-menu,
	.single .mobmenu-left-bt .icon-menu,
	.page-template-blog .mobmenu-left-bt .icon-menu {
		color: #221646 !important;
	}
	.sm-icons-holder {
		position: absolute;
		max-width: 1175px;
		margin: -100px 0 0;
		z-index: 999;
	}
	.the-press ul {
		max-width: 325px;
		margin: 0 auto;
	}
	.the-press ul li {
		margin: 0 0 30px 0;
	}
	.page-id-15 .img-holder {
		display: none;
	}
	.page-id-15 .txt-holder {
		width: 100%;
	}
	#wpcf7-f424-p362-o1 {
    		max-width: 100%;
	}
	.entry-content .addthis_toolbox:before {
		margin: 10px 0 10px;
	}
	.page-id-1260 .entry-content section .side > div {
    	float: none !important;
    	width: 48%;
	}
}

@media screen and (max-width: 568px) {
	#photogrid .wrap {
		width: 98%;
		max-width: 270px;
	}
	#photogrid .gridholder .left,
	#photogrid .gridholder .right {
		width: 100%;
	}
	#photogrid .gridholder img {
		min-width: 270px !important;
		max-width: 270px !important;
		margin: 8px 0 !important;
	}
	#masthead {
		height: 232px;
	}
	.archive #masthead,
	.single #masthead,
	.page-template-blog #masthead {
		height: auto;
	}
	#masthead .wrap {
		padding-top: 20px;
	}
	header .entry-title,
	header .site-description {
		margin: 150px auto 0;
		font-size: 1.7rem;
	}
	.qoute {
		margin-left: 20px;
		margin-right: 20px;
	}
	.qouter,
	.q-rel {
		margin-right: 20px;
	}
	.entry-content section.the-team {
		width: 98%;
	}
	.the-team ul li {
		margin: 2px 0;
	}
	.entry-content section img {
		width: 100% !important;
		margin: 0;
		padding: 0 0 20px;
	} 
	.archive .menu-main-blog-container,
	.single .menu-main-blog-container,
	.page-template-blog .menu-main-blog-container {
		display: none;
	}
	.archive .mobmenu,
	.single .mobmenu,
	.page-template-blog .mobmenu {
		display: inherit;
	}
	.blog-holder .wrap ul li {
		margin: 0 0 30px 0;
	}
	.blog-holder .wrap {
		max-width: 325px;
	}
	.archive .recent-posts ul,
	.single .recent-posts ul {
		text-align: center;
	}
	.wpcf7-form div img {
		width: auto !important;
	}
	#video .wrap iframe {
		height: 287px;
	}
}

@media screen and (max-width: 414px) {
	.for-iphone ul {
		width: 250px;
	}
	header .entry-title,
	header .site-description {
		margin: 100px auto 0;
		font-size: 1.5rem;
	}
	.home header .site-description {
		margin: 70px auto 0 !important;
		font-size: 1.5rem;
	}
	header .menu-social-media,
	header #menu-social-media {
		float: right;
		width: 30%;
		margin: 10px 0 0;
		padding: 0;
		text-align: center;
	}
	header .menu-social-media li,
	header #menu-social-media li {
		float: none;
		margin: 0 8px;
		padding: 0;
	}
	#masthead .header-bg {
		width: 100%;
	/*	height: 225px; */
	}
	.header-bg-iphone {
		display: block !important;
		width: 100%;
	/*	height: auto; */
	}
	.entry-content section.the-team {
		max-width: 274px;
		margin: 0 auto;	
	}
	.sm-icons-holder {
		margin: -120px 0 0;
	}
	#video .wrap iframe {
		height: 210px;
	}

	.press-video {}
	.pp_pic_holder iframe {
		width: 98% !important;
		    height: 215px !important;
	}

	.pp_pic_holder.pp_default {
	    left: 5% !important;
    width: 93% !important;
	}

	.pp_content {
		width: 100% !important; 
	}

	.pp_details {
		width: 96% !important;
	}


}




@media screen and (max-width: 375px) {
		div.pp_default .pp_content_container .pp_right {
    height: 200px !important;
}


}
@media screen and (max-width: 320px) {
	#masthead {
		height: 200px;
	}
	.home #masthead .header-bg {
		display: none;
	}
	#masthead .header-bg {
		display: block;
	}
	.home #masthead .header-bg-iphone {
		display: inherit !important;
		width: 100%;
		height: 568px;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		z-index: 0;
	}
	#masthead .header-bg-iphone {
		display: none !important;
	}
	.mob_menu_header_div {
		width: 100% !important;
		height: 0 !important;
		top: 60px !important;
		z-index: 10 !important;
	}
	.headertext {
		float: none !important;
	}
	.mobmenul-container {
		top: -45px !important;
	}
	.home header .site-description {
		margin: 130px auto 0;
		font-size: 2.1rem;
	}
	header .entry-title {
		margin: 110px auto 0;
		font-size: 2rem;
	}
	.page-id-247 header .entry-title,
	.page-id-375 header .entry-title {
		font-size: 1.5rem;
		letter-spacing: -0.65px;
	}
	.header-logo-iphone {
		top: 60px;
	}
	.qoute {
		margin-left: 40px;
		margin-right: 40px;
	}
	.q-rel,
	.qouter {
		margin-right: 40px;
	}
	#partners-logos li {
		padding: 20px 0;
		width: 100%;
		max-width: 250px;
	}
	#partners-logos li > img,
	#partners-logos li:nth-child(6) > img,
	#partners-logos li:nth-child(7) > img {
		width: auto !important;
		max-width: 250px;
	}
	.blog-holder {
		padding: 40px 0 20px 0;
	}
	.blog-holder .wrap {
		max-width: 320px;
		overflow-x: hidden;
	}
	.blog-holder .wrap ul li {
		width: 100%;
	}
	.blog-holder .wrap ul li .img-holder {
		width: 100%;
		max-width: 320px;
	}
	.blog-holder li .content {
		padding: 20px 0 0;
		margin: 0;
	}
	.blog-holder .post-categories {
		margin: -70px 0 0 15px !important;
	}
	.archive .page-title,
	.single .page-title,
	.page-template-blog .page-title {
    		width: 90%;
		margin: 60px auto 0;
	}
	.menu-mb-categories-container ul li {
		display: block;
		border-top: 1px solid #e4e4e4;
	}
	.menu-mb-categories-container ul li:last-child {
		border-bottom: 1px solid #e4e4e4;
	}
	.archive .recent-posts ul li,
	.single .recent-posts ul li {
		width: 100%;
		margin: 0;
	}
	.archive .recent-posts ul li .img-holder,
	.single .recent-posts ul li .img-holder,
	.blog-holder .wrap ul li .img-holder {
		width: 100%;
		height: auto;
	}
	.dd-menu {
		width: 75%;
		margin: 20px auto 0;
		text-transform: uppercase;
		text-align: center;
	}
	.dd-menu .dropbtn {
		display: inherit !important;
		background-color: #221646;
		text-decoration: none;
		color: #fff;
		padding: 5px 25px;
	}
	.menu {
		width: 75% !important;
		margin: 0 auto;
		display: none;
		position: absolute;
		background-color: #f9f9f9;
		width: 100%;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 9999;
	}
	.show {
		display:block;
	}
	.the-press ul {
		max-width: 280px;
		overflow: hidden;
	}
	.the-press ul li {
		width: 280px;
	}
	#video .wrap iframe {
		height: 162px;
	}
	header .menu-social-media,
	header #menu-social-media {
		width: 50%;
		margin: 0;
	}

	div.pp_default .pp_content_container .pp_right {
    height: 190px !important;
	}
	.recent-posts .img-holder {
		height: 250px !important;
	}
}
@media screen and (max-width: 768px){
button#responsive-menu-button {
    right: auto !important;
    left: 5% !important;
}
}
