
/* 11 : OLIVER */


/* HEADER */	
.is-menu-bar .menu-wrap {
	border-style: solid; border-color: #333; border-width: 8px 0 2px;
	}
.is-menu-top .menu-wrap {
	border-top: 0;
	}
.is-menu-top .header-wrap {
	border-bottom: 2px solid #eee;
	}
.is-menu-top .menu-wrap,
.is-header-small .header-wrap,
.is-header-row .header-wrap {
	border-bottom: 8px solid #333;
	}
.site-header .site-description {
    margin-top: 10px; font-size: 13px; letter-spacing: .04em; color: inherit;
	}
	

/* FOOTER */
.site-footer {
	border: 4px solid #333; margin-bottom: 100px;
	}
.site-footer .site-info {
	font-size: 11px; letter-spacing: .07em; margin: 0 auto; border-top: 3px solid #333;
	}
.footer-subscribe label:not(.error) {
	font-size: 14px;
	}
.footer-subscribe h3:after {
    position: static; font-size: 24px; margin-top: -10px; margin-left: 10px; margin-right: 0; color: #333;
	}


/* BLOG */
.entry-title {
	line-height: 1.5;
	}
.entry-meta span:not(.cat-links) a, 
.entry-meta time {
	letter-spacing: .06em; color: inherit; border-bottom: 1px dotted #ccc; 
	}
.entry-meta a, .entry-meta time {
	text-transform: none;
	}
.entry-meta span:not(.cat-links) a:hover, 
.blog-stream .entry-title a:hover, 
.comment-meta a:hover, 
.comment-reply-link:hover, 
.navigation a:hover {
    color: #000; background-color: #f7f7f7;
	}
.entry-like a:hover {
	background-color: #fff;
	}
.blog-stream .more-link {
	font-size: 14px; text-transform: none;
	}
.blog-stream:not(.shop-grid) .featured-image:hover > a:first-of-type:before {
	opacity: 0;
	}
.entry-title i {
	color: inherit; letter-spacing: 4px;
	}
.entry-share-wrap {
	font-size: 12px;
	}

/* NAV SINGLE */
.nav-single h4 {
	font-weight: 400;
	}

/* TYPO */
blockquote:before {
    display: block; content: "\201C"; line-height: 1; font-size: 8em; font-family: Georgia,"Times New Roman",Times,serif; position: absolute; left: 0; top: -0.12em; color: #eee; z-index: -1;
	}
blockquote cite {
	letter-spacing: 1px;
	}
blockquote cite:before {
	content: "\2014 "; margin-right: 5px;
	}

/* FORMS */
label {
	text-transform: none; letter-spacing: .014em;
	}
label.error {
	font-size: 13px;
	}
input[type=submit], input[type=button], button, a.button {
	text-transform: none; font-size: 13px;
	}
.widget input[type=submit], .widget input[type=button], .widget button, .widget a.button {
	font-size: 12px;
	}

/* SIDEBAR */
.widget_mc4wp_form_widget {
	padding: 8px;
	}
.sidebar .mc4wp-form {
	background: #fff;
	}
.sidebar .mc4wp-form label {
	font-size: 12px; letter-spacing: .05em;
	}
.tptn_posts_widget img {
    border-radius: 50%;
	}

/* NAVIGATION */
.navigation a {
    font-size: 13px;
	}

/* SHORTCODES */
.toggle h4,
.tabs .tab-titles li a {
    font-weight: 400;
	}
.toggle h4 {
	font-size: 16px;
	}


/* TABLETS */
@media screen and (min-width: 768px) { 
	
	h2 {
		font-size: 1.6em;
		}
	.format-quote blockquote {
		font-size: 1.8em;
		}
	.comment-content p {
		font-size: 15px;
		}
}
			
/* DESKTOPS */
@media screen and (min-width: 992px) { 
	
	/* HEADER */
	.nav-menu ul li {
		margin: 0 14px;
		}
}