@charset utf-8;
/*
Theme Name: Palm Beach Lately Mobile
Theme URI: www.palmbeachlately.com
Author: Emily McCarthy
Author URI: http://emilymccarthy.com
Version: 2015-8-29
 */
@import url('css/resets.css');
@font-face {
    font-family: 'theano_didotregular';
    src: url('fonts/theanodidot-regular-webfont.eot');
    src: url('fonts/theanodidot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/theanodidot-regular-webfont.woff2') format('woff2'),
         url('fonts/theanodidot-regular-webfont.woff') format('woff'),
         url('fonts/theanodidot-regular-webfont.ttf') format('truetype'),
         url('fonts/theanodidot-regular-webfont.svg#theano_didotregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@import url(http://fonts.googleapis.com/css?family=Alegreya+SC:400,400italic,700,700italic);
a:link, a:visited  {
	color:#ffc4c1;
	text-decoration: none;
	}
a:hover,a:active {
	color:#ffc4c1;}
/* Headers */

h1 {font-size:22px;line-height: 24px;}
h1 a:link, h1 a:visited, h1 a:hover,h1 a:active{text-decoration:none;}
h2 {font-size:21px;line-height: 23px;}
h2 a:link, h2 a:visited, h2 a:hover,h2 a:active{text-decoration:none;}
h3 {font-size:18px;line-height: 20px;}
h3 a:link, h3 a:visited, h3 a:hover,h3 a:active{text-decoration:none;}
h4 {font-size:19px;line-height: 21px;}
h4 a:link, h4 a:visited, h4 a:hover,h4 a:active{text-decoration:none;}
h5 {font-size:18px;line-height: 20px;}
h5 a:link, h5 a:visited, h5 a:hover,h5 a:active{text-decoration:none;}
h6 {font-size:17px;line-height: 19px;}
h6 a:link, h6 a:visited, h6 a:hover,h6 a:active{text-decoration:none;}
html * {
	max-width: 100%;
}
/* Main Site Structure */
body{
	background: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#595955;
	}
/* Main Site Wrapper */
#header {width:100%;margin:0 auto;}
#main {
	background-color:#fff;
	width:1080px;
	margin:20px auto;
	}
/* Logo Stuff */
#logo {
	background: url('images/logo.png') no-repeat 0 0 scroll transparent;
	width:355px;
	height:150px;
	display: block;
	margin: 30px auto;
	-webkit-transition: all 0.2s ease-out; 
	-moz-transition: all 0.2s ease-out; 
	-o-transition: all 0.2s ease-out; 
	transition: all 0.2s ease-out; 
	opacity:1;
	background-size: 100% 100%;
	}
#logo:hover {
	opacity:0.4;
}

#logo span {
	font-size:18px;
	font-family: "Trebuchet MS", sans-serif;
	color:#384F79;
	float:right;
	text-align:center;
	margin-top:0px;
	}
#logo a {
	color:#384f79;
	border:none;
	text-decoration:none;
	}
	
/* Social Media Stuff */
#social-media {
	display: block;
	text-align: center;
	float: none;
	margin20px auto;
}
#social-media div {
	width: 29px;
	height: 29px;
	background: url('images/socialmediaicons.png') no-repeat 0 0 scroll transparent;
	margin: 6px;

}
#home-social-media {
	display: block;
	text-align: center;

}
#home-social-media div {
	width: 29px;
	height: 20px;
	background: url('images/socialmediaicons.png') no-repeat 0 0 scroll transparent;
	margin: 6px;
	padding-top: 35px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: center;
}
#home-social-media a {
	color: #231f20;
	text-decoration: none;
}
.facebook {
	display: inline-block;	
	}
.twitter {
	background-position: -43px 0!important;
	display: inline-block;	
}

.instagram {
	background-position: -86px 0!important;;
	display: inline-block;	
}

.pinterest {
	background-position: -128px 0!important;;
	display: inline-block;	
}
	
/* Navigation Stuff */
#nav-primary {
	display: block;
	margin: 0 auto;
	width: 1080px;
	font-size: 23px;
	font-family: 'theano_didotregular';
	}

#nav-primary ul, 
div.menu ul {
	list-style: none;
	margin: 0;
	text-align: center;
	}
#nav-primary li, 
div.menu li {
	display: inline-block;
	position: relative;
	}
#nav-primary a {
	color: #000; 
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight: normal;
	}
#nav-primary ul ul{
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
	}

#nav-primary ul ul li {
	min-width: 180px;
}
#nav-primary ul ul ul {
	left: 100%;
	top: 0;
}
#nav-primary ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#nav-primary li:hover > a,
#nav-primary ul ul :hover > a {
	color: #fee2dd;
}
#nav-primary ul li:hover > ul {
	display: block;
}
#nav-primary ul li.current_page_item > a,
#nav-primary ul li.current-menu-ancestor > a,
#nav-primary ul li.current-menu-item > a,
#nav-primary ul li.current-menu-parent > a {
	color: #fee2dd;
}
* html #nav-primary ul li.current_page_item a,
* html #nav-primary ul li.current-menu-ancestor a,
* html #nav-primary ul li.current-menu-item a,
* html #nav-primary ul li.current-menu-parent a,
* html #nav-primary ul li a:hover {
	color: #fee2dd;
}

#content {
	display: block;
	width: 96%;
	margin:20px auto;
}
body.single-post #content {
	margin-bottom: 40px;
}
#content p{
	margin:0 0 20px 0;
	text-align:justify;
	color:#333; 
	line-height:19px;
	}
#widecontent {
	float:left;
	clear:left;
	width:100%;
	display: block;
	margin: 20px auto;
	}
#widecontent p{
	margin:0 0 20px 0;
	text-align:justify;
	line-height:19px;
	}

.featured-thumbnail {
    border: 1px solid #99cc99;
    float: left;
    margin-bottom: 5px !important;
    margin-right: 20px;
    padding: 3px 3px 1px 3px;	
		}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px; 
	padding:4px;
	}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:4px;
	}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #fff;
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5);
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text{
	color: #000;
	font-size: 14px;
	font-weight:bold;
	margin: 5px;
	text-align:center;
}
blockquote {
	margin: 1em 2em;
	border-left: 1px dashed #999;
	padding-left: 1em;
}
blockquote p:first-letter {
	float: left;
	margin: .2em .1em .05em 0;
	font-family: 'Times New Roman', serif;
	font-size: 220%;
	font-weight: bold;
	}
blockquote p:first-line {
	font-variant: small-caps;
}

.post-content ul,
.post-content ol {
	padding-left: 24px;
	margin:0 0 20px 0;
}
input[type="text"], input[type="email"],input[type="tel"]{
	-moz-box-shadow: 0 0 2px #FBFCFB inset;
	-webkit-box-shadow: 0 0 2px #FBFCFB inset;
	box-shadow: 0 0 2px #FBFCFB inset;
	border: 1px solid #fee2dd;
	text-align: center;
	font-style: italic;
	font-family: 'theano_didotregular';
	color: #231f20;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 5px 0;
	padding: 5px;
	width:250px;
	max-width: 85%;
}
input[type="checkbox"] {

}
textarea {
	-moz-box-shadow: 0 0 2px #FBFCFB inset;
	-webkit-box-shadow: 0 0 2px #FBFCFB inset;
	box-shadow: 0 0 2px #FBFCFB inset;
	border: 1px solid #fee2dd;
	color: #231f20;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 0;
	padding: 5px;
	width:250px;
	max-width: 85%;
	height: 105px;
}
select {
	-moz-box-shadow: 0 0 2px #FBFCFB inset;
	-webkit-box-shadow: 0 0 2px #FBFCFB inset;
	box-shadow: 0 0 2px #FBFCFB inset;
	border: 1px solid #fee2dd;
	text-align: center;
	font-style: italic;
	font-family: 'theano_didotregular';
	color: #231f20;
	font-size: 14px;
	line-height: 14px;
	margin: 0 0 0;
	padding: 5px;
	width:270px;
	max-width: 99%;
}
input[type="submit"] {
	padding:5px;
	margin-top:10px;
}
.monospace, var, code, code p {
	float:none;clear:both;
    font-family: courier new, courier, monospace;
    border: solid 1px #CC3366;
	font-size: 1.3 em; 
	line-height:1.5 em;
 	color: #384f79;  
	padding:10px; 
	margin-top:10px;
	background: #fff;
	display:block;
}

.post-meta {
	font-size:12px;
	margin-bottom:10px;
	font-weight:bold;
	font-variant:small-caps;
	color:#333;
	}

.post-excerpt:after {clear:both;}

#sidebar {
	float:right;
	clear:right;
	width:279px;
	margin: 40px 50px 0 0px;
	text-align: center;
	}
#sidebar img {
	text-align: center;
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto;
}
#sidebar ul,#sidebar li {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#sidebar ul li ul{
	padding-bottom:10px;
	}

#sidebar .widget-area {
	margin: 0 0 15px;
    padding: 0 0 20px;
	}

#footer {
	background-color:#384F79;
	height:40px; 
	color:#ffffff;
	text-align:center;
	font-size:13px;
	}
#footer p {
	padding-top:10px;
	}
#footer a {
	color:#fff;
	}
#main .single-post {
	margin-bottom:80px;
	float:left;
	clear:both;
}
.post-content {
	width: 645px;
	border-top: 1px solid #000;
	padding-top: 35px;
	float: left;
	clear: both;
	padding-right: 25px;
}
.older {float:left;padding-top: 68px;padding-left: 10px;}
.newer {float:right;padding-top: 68px;padding-right: 10px;}
.oldernewer {width:244px;display:block;margin: 0 auto 40px auto;font-family: 'theano_didotregular';text-transform: uppercase;font-size: 14px;background: url('images/oldernewerbg.png') no-repeat 0 0 scroll transparent; height:128px;clear: both;}
body.single-post .oldernewer {
	margin: 80px auto 20px auto;
	display: block;
	clear: both;
}
.oldernewer a {
	color:#000;
	text-decoration: none;
}
.oldernewer a .fa {
	color: #d4b367;
}
iframe, object, embed {
        max-width: 100%!important;
}

#shop-new-arrivals {
	display: block;
	width: 1080px;
	margin: 10px auto 10px auto;
	float: left;
	clear: both;
	position: relative;
}
#new-arrivals-image {
	width: 643px;
	float: left;
}
#new-arrivals-text {
	width: 100%;
	text-align: center;
	font-style: normal;
	font-size: 32px;
	color: #fff;
	text-transform: lowercase;
	font-family: 'theano_didotregular';
	position: absolute;
	top: 25%;
	font-weight: bold:
	letter-spacing: 1px;
	
}
#new-arrivals-text a {
	text-decoration: none;
	color: #fff;
}
#new-arrivals-text span {
	text-transform: uppercase;
	color: #fff;
	font-size: 80px;
	font-style: normal;
	display: block;
	line-height: 90px;
	font-weight: normal;
	letter-spacing: 0px;
	
}

#new-arrivals-overlay {
	display: none;
}

.home-footer-instagram {
	background: url('images/pineapple.png') no-repeat center 0 scroll transparent;
	padding-top: 78px;
	width: 375px;
	display: inline-block;

	vertical-align: top;
}
#footer-widgets-one {
	margin-top: 15px;
	text-align: center;
	display: block;
	float: none;
	clear: both;
}
#footer-widgets-one h3 {
	font-weight: normal;
	text-align: center;
	font-size: 23px;
	color: #000;
	text-transform: uppercase;
	font-family: 'theano_didotregular';
	line-height: 33px;
	padding-top: 10px;
}
#footer-widgets-one span {
	color: #231f20;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: center;
	display: block;
	line-height: 33px;
}

#footer-widgets-one span a {
	color: #231f20;
	text-decoration: none;
}
.home-footer-mailchimp {
	background: url('images/flamingo.png') no-repeat center 0 scroll transparent;
	padding-top: 78px;
	width: 370px;
	max-width:100%;
	display: inline-block;
	vertical-align: top;

}
.sidebar-mailchimp {
	background-image: none;
	padding-top: 0px;
	margin-left: 0px;
}
.home-footer-follow {
	background: url('images/florida	.png') no-repeat center 0 scroll transparent;
	padding-top: 78px;
	width: 215px;
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;

}
.contact-follow {
	background-image: none;
	padding: 39px 0px 40px 0px;
}
.home-footer-follow h3 {
	padding-bottom: 30px;
}

.home-footer-mailchimp form {
	border: 1px solid #fee2dd;
	margin-top: 15px;
	display: block;
}
.home-footer-mailchimp input[type="text"] {
	border-top: 1px solid #fee2dd;
	border-bottom: 1px solid #fee2dd;
	border-left: medium none;
	border-right: medium none;
	width: 94%;
	max-width: 94%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-style: italic;
	font-family: 'theano_didotregular';
	color: #231f20;
	padding: 14px 5px;
}
.home-footer-mailchimp h4 {
	text-transform: lowercase;
	color: #231f20;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 14px 0px;
	font-weight: normal;
}
::-webkit-input-placeholder {
	font-family: 'theano_didotregular';
	color: #231f20;
   opacity: 1;
}
 
:-moz-placeholder { /* Firefox 18- */
	font-family: 'theano_didotregular';
	color: #231f20;
   opacity: 1;
}
 
::-moz-placeholder {  /* Firefox 19+ */
	font-family: 'theano_didotregular';
	color: #231f20; 
   opacity: 1;
}
 
:-ms-input-placeholder {  
	font-family: 'theano_didotregular';
	color: #231f20; 
   opacity: 1;
}
.home-footer-mailchimp button {
	background: #f5fbf4;
	border: medium none;
	width: 98%;
	display: block;
	padding: 14px 0px;
	margin: 5px auto 0 auto;
	cursor: pointer;
	text-transform: lowercase;
	color: #231f20;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
}
.guide-to-palm-beach {
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	font-style: normal;
	display: block;
	text-align: center;
	background-color: #46763a;
	font-family: 'theano_didotregular';
	width: 334px;
	height: 334px;
	vertical-align: top;
}
.guide-to-palm-beach a {
	text-decoration: none;
	color: #fff;
	padding-top: 90px;
	display: block;
}
#footer-widgets-two {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px auto;
}
.footer-two-widget {
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 20px 5px;
}
.footer-two-overlay {
	position: absolute;
	width: 310px;
	border: 2px solid #fff;
	height: 310px;
	max-height: 95.5%;
	top: 10px;
	left: 50%;
	margin-left: -157px;
}
.footer-widget-text {
	font-size: 18px;

	color: #231f20;
	padding-top: 15px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.widget-one .footer-widget-text span {
	font-weight: bold;
	color: #49773b;
}
.as-seen-on{
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	font-style: normal;
	display: block;
	text-align: center;
	background-color: #231f20;
	font-family: 'theano_didotregular';
	width: 334px;
	height: 334px;
	vertical-align: top;
}
.as-seen-on a {
	text-decoration: none;
	color: #fff;
	padding-top: 90px;
	display: block;
}
.widget-two .footer-widget-text span {
	font-weight: bold;
	color: #231f20;
}

.about-us{
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	font-style: normal;
	display: block;
	text-align: center;
	background-color: #d5ead0;
	font-family: 'theano_didotregular';
	width: 334px;
	height: 334px;
	vertical-align: top;
}
.about-us a {
	text-decoration: none;
	color: #fff;
	padding-top: 120px;
	display: block;
}
.widget-three .footer-widget-text span {
	font-weight: bold;
	color: #d5ead0;
}
#homepage-content {
	float: none;
	clear: both;
	display: block;
	margin: 20px auto;
	width: 96%;

}
#widecontent #homepage-content p {
	font-size: 16px;
	line-height: 34px;
	color: #231f20;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.big-flamingo {
	display: none;
}
#widecontent p.copyright {
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	margin: 30px auto 20px auto;
}
p.copyright a {
	color: #231f20;
	text-decoration: none;
}
#footer-home-bottom {
	position: relative;
}
#about-us-top {
	width: 96%;
	border: 2px solid #231f20;
	display: block;
	margin: 0 auto 15px auto;
}
.about-us-top-image {
	max-width: 96%;
	height: auto;
	display: block;
	margin: 15px auto;
}
.about-us-top-text {
	display: block;
	margin: 15px auto;
	width: 96%;

}
#widecontent .about-us-top-text p {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
}

#about-us-top h2 {
	font-family: 'theano_didotregular';
	text-transform: uppercase;
	font-size: 32px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 90px;
}

.about-us-left-top-image {
	display: block;
	margin: 15px auto;
	max-width: 96%;
}
.about-us-left-top-text {
	display: block;
	margin: 15px auto;
	width: 96%;

}

#widecontent .about-us-left-top-text p {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 21px;
	text-align: justify;
	direction:rtl;
	
}
#widecontent .about-us-left-top-text h2 {
	text-align: right;
	margin-top: 50px;
}
#widecontent .about-us-left-top-text span,
#widecontent .about-us-top-text span {
	color: #ffc4c1;
	font-size: 15px;
}
#pink-header {
	background: #fee2dd;
	width: 100%;
	display: block;
	padding: 10px 0;
	margin-bottom: 30px;
}
.pink-header-text {
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	display: block;
	text-align: center;
	font-family: 'Alegreya SC', serif;
	font-weight: bold;
	letter-spacing: 1px;
}

#blog-policy-text {
	width: 934px;
	display: block;
	margin: 40px auto 20px auto;
}
#blog-policy-header {
	background: url('images/policy-header.png') no-repeat center 0 scroll transparent;
	font-family: 'Alegreya SC', serif;
	text-align: center;
	display: block;
	line-height: 54px;
	font-size: 13px;
	color: #000;
	height: 51px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
#map-guide {
	display: block;
	margin: 0 auto;
}
#map-guide img {
	max-width: 100%;
	height: auto;
}
#directory-listings {
	width: 1000px;
	display: block;
	margin: 25px auto;
}
.directory-listing {
	margin: 20px auto;
}
.directory-listing,
.directory-listing h4 {
	font-size: 12px;
	line-height: 21px;
	font-weight: normal;
}
.directory-column {
	width: 96%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

body.page-id-7 h1 {

	text-align: center;
	font-family: 'theano_didotregular';
	font-weight: normal;
	text-transform: uppercase;
	color: #231f20;
	margin-top: 20px;
	margin-bottom: 20px;
}


/*****BLOG POST STYLES *****/
h1.post-title,
h2.post-title {
	font-size: 35px;
	line-height: 45px;
	color: #000;
	text-transform: uppercase;
	font-family: 'theano_didotregular';
	display: block;
	font-weight: normal!important;
	margin-top: 25px;
	text-align: center;
	padding-bottom:25px;
}
h2.post-title a {
	color: #000;
}
.post-date {
	display: block;
	margin: 0 auto;
	color: #d5ead1;
	font-family: 'theano_didotregular';
	font-size: 24px;
	font-style: italic;
	text-align: center;
}
.post-date-wrapper {
	width: 100%;
	display: block;
	background: url('images/pineapple.png') no-repeat center 0 scroll transparent;
	padding-top: 55px;
	background-size: 21px 49px;
	margin: 0 auto;
}
.post-content img {
	max-width: 100%;
	height: auto;
}
.read-more {
	background-color: #000;
	width: 100%;
	display: block;
	text-transform: uppercase;

	font-size: 12px;
	line-height: 34px;
	text-align: center;
	letter-spacing: 1px;
}
.read-more a {
	color: #fff;
	text-decoration: none;
}
.read-more a .fa {
	color: #b49a5f;
	padding-left: 10px;
}
.read-more {
	display: none;
}
.read-more.display-it {
	display: block;
}
.social-sharing {
	display: block;
	text-align: center;
	margin: 20px auto;
}
.sharefacebook {
	background-color: #fee2dd;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 20px;
}
a .sharefacebook {
	color: #fff;
	text-decoration: none;
	padding: 5px 0px;
}

.sharetwitter {
	background-color: #ccac62;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 20px;
}
a .sharetwitter {
	color: #fff;
	text-decoration: none;
	padding: 5px 0px;
}
.shareemail {
	background-color: #d5ead0;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	line-height: 34px;
	margin-top: 20px;
}
a .shareemail {
	color: #fff;
	text-decoration: none;
	padding: 5px 0px;
}
.sharepinterest {
	background-color: #46763a;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 20px;
}
a .sharepinterest {
	color: #fff;
	text-decoration: none;
	padding: 5px 0px;
}
.post-categories {
	display: block;
	color: #46763a;
	margin: 20px 0px;
	text-transform: uppercase;
}
.post-categories a {
	color: #46763a;
	text-decoration: none;
	font-weight: normal;
}
#sidebar h3 {
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
}
#sidebar #execphp-6 h3 {
	display: none;
}
#sidebar #execphp-6 input[type="text"],
#sidebar #categories-4 select {
	border: 1px solid #ffc4c1;
}
#sidebar #execphp-6 button {
	border: medium none;
	cursor: pointer;
	background-color: transparent;
	font-family: FontAwesome;
	color: #aa9158;
	font-size: 24px;
	float: right;
	margin-right: 10px;
	margin-top: -32px;
	position: relative;
	z-index: 99999;
}
#sidebar #categories-2 label,
#sidebar #archives-2 label {
	display: none;
}
#press-items {
	display: block;
	width: 99%;
	text-align: center;
}
.press-item {
	display: inline-block;
	text-align: center;
	width:45%;
	margin: 10px auto;
}
.press-item img {
	max-width: 100%;
	height: auto;
	width: auto;
	margin:0 auto;
	vertical-align:middle;
}
.helper {
    display: none;
}

.gform_wrapper .left_label li.field_sublabel_below .gfield_label {
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	font-family: 'theano_didotregular';
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
}
.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields {
	text-align: center;
	display: block;
	max-width: 96%;
	margin: 0 auto;
}
.sayhello {
	display: block;
	max-width: 100%;
	text-align: center;
}
.sayhello img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.gform_wrapper .gform_footer input[type=image] {
	display: block!important;
	margin: 0 auto!important;;
	text-align: center!important;
}
.gform_footer.left_label {
	padding: 0!important;
	margin: 15px auto!important;
	width: 100%!important;
}
.contact-bottom {
	background: url('images/contact-page.png') no-repeat 0 0 scroll transparent;
	width: 1078px;
	height: 212px;
	display: block;
	margin: 20px auto;
}

#contact-footer {
	width: 100%;
	display: block;
	text-align: center;
}
.contact-footer-widget h3 {
	font-weight: normal;
	text-align: center;
	font-size: 23px;
	color: #000;
	text-transform: uppercase;
	font-family: 'theano_didotregular';
	line-height: 33px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.contact-footer-widget {
	display: inline-block;
	vertical-align: top;
}
.pink-box {
	background-color: #fee2dd;
	text-align: center;
	width: 295px;
}
#widecontent .pink-box p {
	text-align: center;
	margin: 0;
	padding: 35px 0px;
}
.footer-widget-wrapper {
	border: 1px solid #231f20;
	padding: 15px;
	margin: 7px;
}

.contact-mailchimp {
	width: 370px;
	max-width:100%;
	display: inline-block;
	vertical-align: top;

}
.contact-mailchimp form {
	

	display: block;
}
.contact-mailchimp input[type="text"] {
	border-top: 1px solid #fee2dd;
	border-bottom: 1px solid #fee2dd;
	border-left: medium none;
	border-right: medium none;
	width: 94%;
	max-width: 94%;
	display: block;
	margin: 0 auto;
	text-align: center;
	font-style: italic;
	font-family: 'theano_didotregular';
	color: #231f20;
	padding: 12px 5px;
}
.contact-mailchimp h4 {
	text-transform: lowercase;
	color: #231f20;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 14px 0px;
	font-weight: normal;
}
.contact-mailchimp button {
	background: #f5fbf4;
	border: medium none;
	width: 98%;
	display: block;
	padding: 14px 0px;
	margin: 5px auto 0 auto;
	cursor: pointer;
	text-transform: lowercase;
	color: #231f20;
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
}

h3.related_post_title,
h3.shopthisheader {
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Alegreya SC', serif;
	font-weight: bold;
	line-height: 33px;
	padding-top: 10px;
}
ul.related_post li {
	display: inline-block;
	text-align: center;
}
ul.related_post {
	display: block;
	margin: 0 auto;
	text-align: center;
}
ul.related_post li a {
	color: #000;
	text-decoration: none;
	font-family: 'theano_didotregular';
	font-size: 15px;
}

/**** SINGLE PAGE SHARING AND COMMENTS ****/

body.single-post .social-sharing {
	display: block;
	text-align: center;
	margin: 20px auto;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px 0;
}
body.single-post .sharefacebook {
	background-color: #fee2dd;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 20px;
}


body.single-post .sharetwitter {
	background-color: #ccac62;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 20px;
}

body.single-post .shareemail {
	background-color: #d5ead0;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 20px;
}
body.single-post .sharepinterest {
	background-color: #46763a;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 20px;
}
.sharecomments {
	background-color: #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 34px;
	margin-top: 20px;
	padding: 5px 0px!important;
}
.sharecomments a {
	color: #fff;
	text-decoration: none;

}
.comments-header {
	display: block;
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
	background-color: #000;
	font-size: 14px;
	margin-bottom: 20px;
	text-indent: 10px;
	width: 670px;
}
#comments-form input[type="submit"] {
	background-color: #000;
	color: #fff;
	border: medium none;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 15px;
}
.jr-insta-username {display: none!important;}
.execphpwidget {
	position: relative;
	display: block;
}
#instagramoverlay {
	background: url('images/instagramoverlay.png') no-repeat 0 0 scroll transparent;
	width: 138px;
	height: 126px;
	position: absolute;
	top: 80px;
	left: 70px;
	z-index: 99999;
}
#wpcc_toPopup {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	border: 5px solid #FFC4C1!important;
}
#wpcc_toPopup .wpcc_con h2 {
	font-weight: normal!important;
	text-align: center!important;
	font-size: 23px!important;
	color: #000!important;
	text-transform: uppercase!important;
	font-family: 'theano_didotregular'!important;
	line-height: 33px!important;
	padding-top: 10px!important;
	margin-bottom: 15px!important;
}