
/* 14 : EMMA */


/* HEADER */
.is-header-small .header-wrap,
.is-header-row .header-wrap,
.is-menu-top .header-wrap,
.is-menu-bar .menu-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	}

.is-header-small .smaller .header-wrap,
.is-header-row .smaller .header-wrap {
    box-shadow: 0 6px 15px -6px rgba(17, 17, 17, 0.12);
	}
	

/* FOOTER */
.site-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.07)
	}
.site-footer .site-info {
	text-transform: uppercase; letter-spacing: 2px; font-size: 10px;
	}
.footer-subscribe h3 {
	font-weight: 700;
	}

/* LAYOUT */
.is-body-boxed .site, 
.is-middle-boxed .site-main, 
.is-content-boxed .content-area {
	box-shadow: 0 0 22px rgba(17, 17, 17, 0.1);
	}
.featured-area {
	margin-top: -5px;
	}


/* DESKTOPS */
@media screen and (min-width: 992px) { 

	/* BLOG */
	.more-link,
	.more a {
		letter-spacing: 3px;
		}
	.category-title i {
		margin-bottom: 8px;	letter-spacing: 4px;
		}
	.comment-content p {
		font-size: .875rem;
		}
	.comment-reply-link {
		font-size: 12px; font-weight: 700;
		}
	.comment-meta .fn {
		font-size: 15px;
		}
	.comment-meta .comment-date {
		font-size: 11px; letter-spacing: 2px;
		}
	
}


/* DESKTOPS MEDIUM */
@media screen and (min-width: 1400px) { 
	.is-post-media-overflow .layout-fixed .alignright {
		margin-right: -20%;
		}
	.is-post-media-overflow .layout-fixed .alignleft {
		margin-left: -20%;
		}
	.is-post-media-overflow .layout-fixed .aligncenter:not(.full) {
		max-width: 140%; width: 140%; margin-left: -20%;
		}	
}