/*
Theme Name: Julep
Theme URI: http://minted.com/julep
Author: Zoe Rooney
Author URI: http://zoerooney.com/
Description: Custom theme designed by <a href="http://designlovefest.com" target="_blank">Bri Emery, DesignLoveFest</a>
*/

@import "style-reset.css";
@import "fonts/stylesheet.css";

/*
color: #807671;
color: #94a849;
color: #c8cb2c;
*/

/* =Structure
----------------------------------------------- */
body {
	background: #FFF url('images/bg-footer.png') repeat-x left bottom;
	padding: 0;
	margin: 0;
}
#page {
	margin: 0 auto;
	width: 845px;
}
#main {
	clear: both;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#primary,
#secondary {
	display: inline-block;
}
#primary {
	float: left;
	margin: 0;
	width: 588px;
}
#content {
	margin: 0;
    width: 100%;
	max-width: 588px;
	float: left;
}
#secondary {
	float: right;
	padding: 0;
	width: 234px;
    font-size: 15px;
}

/* =Typography
----------------------------------------------- */

body, input, textarea {
	color: #807671;
	font-family: 'ProximaNovaLtLight';
	font-size: 11px;
	line-height: 1.625;
}

/* Chrome bug, not rending text with web fonts on page load.
 * https://code.google.com/p/chromium/issues/detail?id=336476
 *
 * Solution discussed here:
 * https://productforums.google.com/forum/#!topic/chrome/tYHSqc-fqso
 * 
 * TODO: remove once Chrome bug fixed.
 *
 * */
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
/* End of Chrome bug */

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
}
dd {
	margin-bottom: 1.625em;
}
strong {
}
em, i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
cite {
	color: #666;
	letter-spacing: 0.05em;
	padding-left: 60px;
}
pre {
	background: #f4f4f4;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	border: 1px solid #807671;
	font-size: 13px;
	height: 19px;
	line-height: 1.2em;
	padding: 4px 10px !important;
}
input[type=text]:focus,
textarea:focus {
	color: #807671;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input#s {
	background: #FFF;
	border: 1px solid #807671;
	font-size: 13px;
	height: 19px;
	line-height: 1.2em;
	padding: 4px 10px;
}
input#searchsubmit {
	display: inline-block;
	width: 33px;
	height: 21px;
	margin-left: 10px;
}

/* Links */
a {
	color: #94a849;
	text-decoration: none;
}

a:focus,
a:active,
a:hover {
	opacity: 0.7;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */

#branding {
	padding: 0 0 25px;
	position: relative;
	z-index: 9999;
	text-align: center;
}
#branding #logo {
	margin-top: 50px;
	display: block;
	height: 60px;
	overflow: hidden;
}
#branding #logo:hover img {
	position: relative;
	bottom: 60px;
}
#bg {
	position: absolute;
	top: 0;
	left: -477px;
	top: -50px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	margin: 0;
}
#access div {
	float: left;
	width: 100%;
	position: relative;
	z-index: 7777;
	margin-bottom: 29px;
	height: 44px;
}
#access ul {
	padding-left: 0;
	margin: 0 !important;
	font-size: 18px;
	list-style: none;
}
#access ul li {
	position: relative;
    float: left;
    background: #e8e4dd;
    margin: 0 3px 0 0;
    width: 79px;
    padding: 0 8px;
    text-align: center;
}
#access ul li:last-of-type {
	margin: 0 0 0 0 !important;
    padding: 0 4px;
    width: 90px;
}
#access li ul.sub-menu {
	display: none;
	position:absolute;
	top:44px;
	left:0;
}
#access li ul.sub-menu li {
	background: #e8e4dd url('images/menu-hr.png') no-repeat center top;
	display: block;
	float: none;
    width: 82px;
}
#access li ul.sub-menu li:first-of-type {
	background: #e8e4dd url('images/menu-arrow.png') no-repeat center 2px;
	padding-top: 12px;
}
#access li:hover ul {
	display: block;
}
#access a {
	display: table-cell;
    height: 51px;
    width: 79px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 19px;
}
#access ul.sub-menu a {
	height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    display: block;
    padding: 12px 0 15px;
    line-height: 17px;
    font-size: 12px;
}
#access li a span {
	letter-spacing: 1px;
	color: #918b85;
	text-transform: uppercase;
}
#access li a:hover {
	color: #c8cb2c;
}

/* =Content
----------------------------------------------- */
.page-header {
	text-align: center;
	padding: 50px 0;
	background: url('images/title-hr.png') no-repeat center 80px;
}
.page-title {
	color: #aaa695;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: none;
	margin: 0;
}
.hentry {
	background: #e8e4dd;
	margin: 0 0 30px;
	padding: 0 9px 30px;
	position: relative;
}
.hentry:last-of-type {
	margin: 0 0 30px;
}
#post-ads {
	margin: 25px 0;
}
.entry-date {
	display: block;
	font-size: 19px;
	line-height: 16px;
	color: #ff8050;
	background: #FFF;
	text-align: center;
	padding: 9px 0;
	height: 16px;
	width: 34px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
     float: left;
}
.entry-header{
	padding: 16px 14px 14px;
}
.entry-title {
	   margin-left: 0 ;
    padding: 3px 0 0.3em 48px;
        width: auto;
    display: block;
    float: none;
    max-width: 100%;
    clear: none;
}
.entry-title,
.entry-title a {
	color: #807f7a;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.3em;
}
.entry-author {
	font-size: 13px;
	font-style: italic;
}
.entry-meta {
	color: #807f7a;
	clear: both;
	font-size: 8px;
	text-transform: uppercase;
	line-height: 18px;
	text-align: center;
}
.entry-meta a {
	color: #807f7a;
}
.entry-meta ul {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.entry-meta ul li {
	float: left;
}
.post-info {
	font-size: 13px;
	line-height: 18px;
}
.number {
	color: #ff8050;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 20px 0 0;
	font-size: 17px;
}
.xc_pin {
	background-image: url('images/pin-button.png') !important;
	height: 77px !important;
	width: 76px !important;
	top: 38% !important;
	left: 45% !important;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
		padding: 0 14px;
}
.entry-content h1,
.comment-content h1,
.comment-content h2 {
	color: #94a849;
	font-size: 21px;
	margin: 0 0 .8125em;
}
.entry-content h2 {
	color: #94a849;
	line-height: 1.4em;
	margin-bottom: 18px;
	font-size: 18px;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 2.6em;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.entry-content {
	padding: 0 13px 0 10px;
	line-height: 1.5;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.commentlist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Contact Form */
.contact-form div {
	display: block;
	clear: right;
}
.contact-form input[type="text"] {
	width: 300px;
	margin-bottom: 5px !important;
	float: left;
}
.contact-form input[type="text"], .contact-form textarea {
	border: 1px solid #94a849;
	background: #FFF;
	z-index: 20;
	padding: 2px;
}

.contact-form label {
	font-weight: normal !important;
	font-size: 11px;
	display: block;
	float: left !important;
	padding-left: 315px;
	margin-top: -22px;
	position: relative;
	top: 25px;
	z-index: 10;
}
.contact-form label span {
	font-weight: normal !important;
	font-size: 11px;
}
.contact-form label.textarea {
	display: none;
}

/* Images */
.entry-content img,
.comment-content img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	border: 3px solid #FFF;
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.widget img {
	max-width: 250px; /* Fluid images for posts, comments, and widgets */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	margin-bottom: 1.625em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #94a849;
	font-size: 10px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 5px 0;
	position: relative;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Image borders */

.wp-caption img {
	border-color: #eee;
}

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

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1.625em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}

/* =About
----------------------------------------------- */
.page-template-page-about-php .bio {
	margin-left: 28px;
	margin-bottom: 28px;
	font-size: 11px;
	line-height: 17px;
}
.page-template-page-about-php .photo {
	width: 175px;
	display: inline-block;
	margin-right: 22px;
	overflow: hidden;
}
.page-template-page-about-php .photo img {
	border: 5px solid #FFF;
	max-width: 165px !important;
}
.page-template-page-about-php .bio-info {
	width: 298px;
	display: inline-block;
	vertical-align: top;
	margin-top:16px;
}
.page-template-page-about-php h2 img {
	border: none;
	margin-right: 5px;
}
.page-template-page-about-php h2 {
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
	color: #807f7a;
	padding: 0;
}
.page-template-page-about-php h2 span {
	font-size: 10px;
}


/* =Archive
----------------------------------------------- */
.year-block {
	width: 300px;
	margin: 0 auto;
}
.year-number,
.year-list {
	display: inline-block;
	vertical-align: top;
}
.year-number {
	width: 100px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 16px;
}
.year-list ul {
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
}

/* =error404
----------------------------------------------- */
.error404 #main #s {
	width: 90%;
}


/* =Pager Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#nav-below {
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-previous a,
.nav-next a {
	color: #807f7a;
    font-size: 14px;
}
.nav-previous a::before {
	content: url('images/nav-left.png');
	position: relative;
	top: 2px;
	padding-right: 14px;
}
.nav-next a::after {
	content: url('images/nav-right.png');
	position: relative;
	top: 2px;
	padding-left: 14px;
}

#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	float: right;
	position: relative;
	top: -0.3em;
	text-align: right;
	z-index: 1;
}
#nav-single .nav-previous,
#nav-single .nav-next {
	float: none;
	width: auto;
}
#nav-single .nav-next {
	padding-left: .5em;
}


/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	margin: 0 0 20px;
	padding: 10px 0;
	font-size: 9px;
	line-height: 15px;
	text-align: center;
}

#sidebar-header {
	border-top: 1px solid #94a849;
	border-bottom: 1px solid #94a849;
	padding: 5px 10px 5px;
	text-align: center;
	margin: 0 0 15px;
}

.widget-title {
	color: #b5b0a8;
	font-weight: normal;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	text-align: center;
	border-bottom: 1px solid #dbd6ce;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.widget ul {
	font-size: 15px;
	margin: 0;
	list-style: none inside;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
}
.widget a {
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
}

/* Special Classes */
.no-border {
	border-bottom: none;
	padding: 15px 0 0;
}

/* Search Widget */
.widget_search form {
	margin: 0;
}
.widget_search #s {
	width: 212px;
	display: inline-block;
	border: 1px solid #d0ccc6;
}

/* Subscribe */
#subscribe-blog p {
	margin-bottom: 0;
}
#subscribe-field {
	width: 90% !important;
}
#subscribe-blog input[type="submit"] {
	background: #eee;
	width: 89px;
	height: 18px;
	margin-top: 10px;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #807671;
	width: 95%;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* =Widgets
----------------------------------------------- */

.craft-widget {
	background: #e8e4dd;
}
.craft-widget .widget-title {
	border-bottom: none;
	margin: 0 0 0;
}

.social-media-icons {
	border-bottom: 1px solid #dbd6ce;
}
.sm-icon {
	margin: 0 10px 0 10px;
	height: 34px;
	overflow: hidden;
}
.sm-icon img {
	position: relative;
	bottom: 4px;
}
.sm-icon:hover img {
	position: relative;
	bottom: 38px;
}
.sm-email {
	padding: 0 !important;
	height: 26px;
	overflow: hidden;
}
.sm-email:hover img {
	position: relative;
	bottom: 30px;
}
.custom-archives {
	border: 7px solid #e8e4dd;
	background: url('images/archive-arrow.png') no-repeat 161px 49px;
}
.custom-archives .widget-title {
	border-bottom: none;
	margin: 25px 0 15px;
}
.custom-archives li {
	list-style-type: none;
	margin-bottom: 18px;
}
.custom-archives li a {
	text-transform: uppercase;
	color: #807f7a;
	font-size: 14px;
}
#archive-link {
	display: inline-block;
	margin: 10px 0 25px;
	padding: 10px 20px;
	background: #e8e4dd;
	color: #807f7a;
    font-size: 14px;
}

/* =Comments
----------------------------------------------- */
.comment-count {
	float: right;
	margin-bottom: 10px;
}
.comments-link a {
	color: #c8cb2c;
	font-size: 14px;
	text-transform:uppercase;
}
.comments-link a:hover {
	text-decoration: none;
}
.comment-form-title {
	margin:  30px 0 10px;
        font-size: 18px;
}
#comments-title {
	padding: 0 0 2.6em;
}
.nopassword,
.nocomments {
	color: #807671;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #FFF;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 10px;
	padding: 10px;
}
.commentlist .children {
	list-style: none;
	margin: 0 0 10px 20px;
}
.commentlist .children .children {
	margin: 10px 0 10px 10px;
}
.commentlist .children li.comment {
	background: #FFF;
	position: relative;
}
article.comment {
	border-bottom: 1px solid #EBE9E8;
	padding: 10px 0;
}
.avatar {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}
.comment-meta .fn, .comment-meta time {
	font-style: normal;
	display: block;
	clear: right;
	line-height: 18px;
	color: #807671;
}
.comment-meta .fn, .comment-meta .fn a {
	color: #c8cb2c;
}
.comment-meta time {
	font-size: 11px;
}
.comment-meta {
	margin-bottom: 12px;
}
.comment-content p {
	margin-bottom: 1em;
}
.comment-content p:last-of-type {
	margin-bottom: 0;
}
a.comment-reply-link {
	color: #c8cb2c;
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	margin-top: 10px;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	color: #c8cb2c;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor .comment-content, .commentlist .children > li.bypostauthor .comment-content {
	background: #FAF9F9;
	padding: 5px 2px;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	padding: 10px 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	position: relative;
	display: inline-block;
	padding: 2px 5px;
	margin-bottom: 8px;
	border: none;
	border: 1px solid #C7D1CF;
}
#respond input[type="text"] {
	width: 255px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
	margin: 5px 0 0;

}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	display: inline-block;
	padding: 0px 10px 8px;
	position: relative;
	z-index: 1;
	letter-spacing: 0.1em;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 517px;
	min-height: 150px;
	border: 1px solid #C7D1CF;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 11px;
	text-transform: uppercase;
}
#respond .logged-in-as a {
}
#respond p {
	margin: 5px 0;
	font-size: 11px;
}
#respond .form-submit {
	float: left;
	margin: 0 0;
}
input[type="submit"] {
	background: #94a849;
	color: #FFF;
	padding: 4px 9px;
	cursor: pointer;
	margin: 10px 0;
}
input[type="submit"]:hover {
	opacity: 0.8;
}
#respond #cancel-comment-reply-link {
	margin-left: 10px;
	text-decoration: none;
}

.commentlist #respond {
	margin: 1.625em 0 0;
}
.commentlist #respond textarea {
	width: 500px;
}
#cancel-comment-reply-link {
	display: block;
	line-height: 2.2em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {

}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	border: 1px solid #C7D1CF;
	font-size: 13px;
	height: 19px;
	line-height: 1.2em;
	padding: 4px 10px;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-subscription-form {
	clear: both;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}
.comment-subscription-form label {
	font-size: 11px;
}


/* =Footer
----------------------------------------------- */

#colophon {
	clear: both;
	overflow: hidden;
	height: 91px;
	margin-top: 85px;
    margin-bottom: 11px;
}

/* Site Generator Line */
#site-generator {
	color: #807671;
	width: 100%;
	margin: auto;
	font-size: 12px;
	line-height: 2.2em;
	padding: 37px 0 0;
	text-align: center;
    max-width: 490px;   
}
#site-generator .credit,
#site-generator .copyright {
	display: inline-block;
	padding: 10px 0 10px;
}
#site-generator .credit {
	float: right;
}
#site-generator .copyright {
	float: left;
	width: 98px;
	background: url('images/credit-bg.png') no-repeat;
    background-size: 100% auto;
}
#site-generator a {
	color: #807671;
    font-size: 14px;
}

/* social sharing plugin */

.social {
	border-top: 1px solid #D7D4D0;
	border-bottom: 1px solid #D7D4D0;
	padding: 10px 0;
	margin: 0 43px;
	margin-bottom: 24px;
}

.social-container {
	vertical-align: middle;
	padding: 5px 7px;
}

.social-label {
	float: left;
	font-size: 15px;
	margin-right: 10px;
	padding-top: 9px;
}

.social .fb_iframe_widget {
	margin-top: 1px;
}


/* sidbar search widget */

.widget_search .widget-title {
	border: 0;
	margin-bottom: 0;
}


/* Between the lines sharing widget */

.between-the-lines-widget {
	padding-bottom: 0;
	margin-bottom: 0;
}

.between-the-lines-widget .textwidget {
	background-color: #E8E4DD;
	padding: 10px 0;
}

.between-the-lines-widget img {
  margin-bottom: 0;
}

.MR_Social_Sharing_Toolkit_Widget {
  padding-top: 0;
	padding: 5px 10px 10px;
	background-color: #E8E4DD;
}

.MR_Social_Sharing_Toolkit_Widget .mr_social_sharing_wrapper {
	text-align: right;
}

.embedLink {
	cursor: pointer;
}

.embedLink img {
	display: inline-block;
}

/* The pinterest icon for the "Social Sharing Toolkit plugin" sidebar widget needs
to be overridden because the plugin does not support custom icons through
the Wordpress admin interface.
*/
.pinterestShareWidgetIcon {
	background-image: url('/julep/wp-content/themes/julep/images/pinterest.png') !important;
	background-position: 0 0 !important;
	background-size: 24px 24px !important;
	display: block;
	height: 24px !important;
	width: 24px !important;
}

@media (max-width:900px) {
    #content {
	    margin: 0 auto;
        width: 100%;
        max-width: 588px;
        float: none;
    }
    #secondary {
        float: right;
        clear: both;
        padding: 0;
        width: 234px;
    }
    #primary, #secondary {
        display: block;
        float: none;
        margin: 0 auto;
  
    }    
    #primary {
         width: 100%;
        max-width: 588px;

    }
    #access div {
        float: none;
    }
    
    #page {
        margin: 0 auto;
        max-width: 845px;
        width: 100%;
    }
    
    #main {
    padding: 0 10px;
    }
    
}
@media (max-width:610px) {
    #bg {
        top: -53px;
        z-index: -1;

    }
    #branding #logo {
        margin-top: 20px;
    }
    .more-link {
        display: inline-block;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;


    }
    .comment-count {
            float: none;
        margin: 3px auto 17PX;
        text-align: center;
        width: 100%;
        DISPLAY: INLINE-BLOCK;
    }
    .social-label {
        float: none;
        margin: 8px 0; 
    }
    div.mr_social_sharing, span.mr_social_sharing, div.mr_social_sharing_top, span.mr_social_sharing_top {
        display: inline-block;
        margin: 8px 10px !important;
    }
    #colophon {
        clear: both;
        overflow: hidden;
        height: auto;
        margin-top: 11px;
        margin-bottom: 0;
    }
    #site-generator .copyright {
        float: none;
        display: block;
        margin: 0px auto 0;
    }
        #site-generator .credit {
        float: none;
    }        
    #site-generator  {
        background-color: #F5F3F0;
        margin: 0;
        max-width: 100%;
        padding: 22px 0 9px;
}


}

/* Hamburger menu */

.mm-body--open .mm.mm--offcanvas {
    z-index: 9999;
    font-size: 18px;
    text-transform: uppercase;

}
.mm {

    --mm-max-width: 500px;
    --mm-item-height: 40px;
}

.mm li:before {

    margin-top: 6px;
}
 #nav-icon4 {
  width: 34px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
    position: absolute;
  right: 14px;
    top: -53px;
     display: none;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #807f7a;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#m-menu {display: none;}
.mm.mm--offcanvas.mm--open#m-menu {display: block;}


/* Icon 4 */

#nav-icon4 {
}

#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.mm-body--open #nav-icon4 span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 6px;
}

.mm-body--open #nav-icon4 span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.mm-body--open #nav-icon4 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 6px;
}

.branding a.toggle {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: absolute;
	top: 0;
	left: 0;
}
.branding a.toggle:before,
.branding a.toggle:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.branding a.toggle span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}

.mm span {
    background: 0 0;
    font-size: 18px;
    text-transform: uppercase;
}

@media (max-width:630px) {
    #nav-icon4 {
        display: block;
    }
    #access {
        display: none;
    }
    
}

.wp-caption {
    width: auto !important;
}
