/*
Theme Name: D Eternity
Theme URI: http://delicateeternity.com/
Author: Mitchii G.
Author URI: https://goo.gl/rS5umZ
Description: Delicate Eternity
Version: 2.5
License: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
Tags: blog, two-columns, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header
Text Domain: d-eternity
*/

/* Selector */

::selection {
	background: #e2d5dc;
}

::-moz-selection {
	background: #e2d5dc;
}

/* Container */

html, body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: justify;
	background: #fff; 

}

#page-wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/* Header */

header {
	width: 100%;
	height: auto;
	background: url('images/eternity-header-bg.png') repeat-x;
	margin: 0 auto;
	padding: 0;
}

.main-logo {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	max-width:100%;
	height: auto; 
}

@media screen and (max-width : 360px) {
	.main-logo {
		display: none; 
	}
}

.main-logo-2 {
	display: none; 
}

@media screen and (max-width :360px) {
	.main-logo-2 {
		display: block; 
		margin-left: auto; 
		margin-right: auto;
		max-width:100%;
		height: auto; 
		margin-top: -30px;
	}
}

.header-spacer-1 {
	height: 80px;
	clear: both;
}

.header-spacer-2 {
	height: 50px;
	clear: both;
}

@media screen and (max-width : 771px) {
	.header-spacer-2 {
		height: 100px;
		clear: both;
	}
}

@media screen and (max-width : 580px) {
	.header-spacer-1 {
		height: 130px;
		clear: both;
	}

	.header-spacer-2 {
		height: 70px;
		clear: both;
	}
}

.subtitle-text {
	font-family: Cambria, Georgia, serif;
	color: #a1b3b9;
	font-size: 12px;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 15px;
	padding: 0 7px;
	display: block;
}
	
/* Navigation */

#nav-wrapper { 
  	margin: 0 auto;		
	position: relative;
}

.nav { 
  	position:absolute;
   	left: 10px;
    right:0;
   	margin-left:auto;
    margin-right:auto;
	position: absolute;
	z-index: 100;

}

.nav ul { 
  	padding: 20px 40px 0 0;
  	margin: 0px;
  	list-style: none;
  	display: inline-table;
}

.nav li {
	display:inline-block;
	float: left;
}

.nav li a {
	display:block !important;
	min-width: 135px;
	height: 20px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 13px;
	text-transform: lowercase;
	text-align: center;
	text-decoration: none;
	color: #aa97af;
	letter-spacing: 2px;
	padding: 5px 2px;
    transition: 0.5s;
	text-decoration: none;
}

.nav li:hover a {
	color: #efd9cf;
	padding: 5px 2px;
}

.nav li:hover ul a {
	color: #fff;
	background-color: #cfcecf;
	height: 20px;
	line-height: 22px;
	margin: 0 0 1px 0;
	padding: 3px 3px 5px !important;
}

.nav li:hover ul a:hover {
	background: #e3cacf;
	color: #fff;
	line-height: 22px;
	padding: 3px 3px 5px !important;
}

.nav li ul {
	display: none;
	padding: 3px 3px 5px !important;
}

.nav li ul li {
	display: block;
	float: none;
	background: #f6f6f6;
}

.nav li ul li a {
	width: 97%;
	min-width: 90px;
	padding: 0;
}

.nav ul li a:hover + .sub-menu, .sub-menu:hover {
	display: block;
}

.nav li > a:after {
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	font-size: 0.7em;
    content: "\f0da";
	vertical-align: middle;
	padding-left: 4px;
}

.nav li > a:only-child:after {
    content: "";
}

.nav li li > a:after {
    content: "";
    position: absolute;
    right: 4px;
}

.show-menu {
	font-family: 'FontAwesome';
	font-size: 1.5em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	letter-spacing: 0;
	background-color: #e3cacf;
	padding: 5px 2px 5px;
	display: none;
	margin-left: auto; 
	margin-right: auto;
	max-width:100%;
	width: 40px;
	margin-top: 21px;
	text-align:center;

}

.nav input[type=checkbox]{
    display: none;
}

.nav input[type=checkbox]:checked ~ .menu {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 980px){
	.nav { 
   		left: 0;
		margin-left:auto;
    	margin-right:auto;
	}

	.nav ul {
		position: static;
		display: none;
		padding: 5px 5px 5px 4px;
	}

	.nav li {
		margin-bottom: 1px;
	}

	.nav ul li, li a {
		width: 100%;
		background: #eee;
		color: #8cb4bb;
	}

	.show-menu {
		display:block;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	.nav { 
   		left: 0;
		margin-left:auto;
    	margin-right:auto;
	}

	.nav ul {
		position: static;
		display: none;
		padding: 5px 5px 5px 4px;
	}

	.nav li {
		margin-bottom: 1px;
	}

	.nav ul li, li a {
		width: 100%;
		background: #eee;
		color: #8cb4bb;
	}

	.show-menu {
		display:block;
	}
}
@media only screen and (max-width: 479px){
	.nav { 
   		left: 0;
		margin-left:auto;
    	margin-right:auto;
	}

	.nav ul {
		position: static;
		display: none;
		padding: 5px 5px 5px 4px;
	}

	.nav li {
		margin-bottom: 1px;
	}

	.nav ul li, li a {
		width: 100%;
		background: #eee;
		color: #8cb4bb;
	}

	.show-menu {
		display:block;
	}
}

/* Links*/

a 	{
	color: #eee;
    transition: 0.5s;
	background-color: none;
	text-decoration: none;	
}

a:hover {
	color: #eee;
	text-decoration: none;	
}

/* Header Class */

h1 	{
	font-family: 'Playfair Display', serif;
	color: #acbcc3;
	font-size: 20px;
	font-style: italic;
	font-weight:normal;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 4px;
	padding: 5px;
	margin: 5px auto;
}

h2 	{
	font-family: 'Playfair Display', serif;
	color: #acbcc3;
	font-size: 16px;
	font-style: italic;
	font-weight:normal;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 4px;
	padding: 5px;
	margin: 5px auto;
}

h3 	{
	font-family: 'Playfair Display', serif;
	color: #acbcc3;
	font-size: 14px;
	font-style: italic;
	font-weight:normal;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 4px;
	padding: 5px;
	margin: 5px auto;
}

h4 	{
	font-family: 'Playfair Display', serif;
	color: #acbcc3;
	font-size: 12px;
	font-style: italic;
	font-weight:normal;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 4px;
	padding: 5px;
	margin: 5px auto;
}

/* Blockquote */

blockquote {
	text-align: justify;
	padding: 15px; 
	margin: 5px 15px; 
	color: #8f8f8f;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	background-color: #eee;
	border-radius: 7px;
}

/* Image */

img 	{
	max-width:100%;
	height: auto;
	border: none;
	}

img.alignright { 
	float: right; 
	margin: 0 0 1em 1em; 
	max-width:100%;
	height: auto;
}

img.alignleft { 
	float: left; 
	margin: 0 1em 1em 0; 
	max-width:100%;
	height: auto;
}

img.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	max-width:100%;
	height: auto; 
}

.alignright { 
	float: right;
	max-width:100%;
	height: auto; 
}

.alignleft { 
	float: left; 
	max-width:100%;
	height: auto;
}

.aligncenter { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	max-width:100%;
	height: auto;
}

/* Main Content */

#main {
	width: 100%;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	background: transparent;
	max-width: 1080px;
}


.wrapper {
	padding: 0;
	margin: 0 auto;
}


/* Thumbnail */

img.special {
	background: #ffffff url('images/thumb-bg.png') repeat;
	width: 100px;
	height: 100px;
	padding: 10px;
	margin: -5px 20px 15px 5px; 
	float: left;
	white-space: nowrap;
}

@media (max-width: 360px) {
	img.special {
	background-image: url('images/thumb-bg.png');
	background-repeat: no-repeat;
    background-position: center; 
	z-index:0;	
	margin-left:17%;
	white-space: nowrap;
	}
}

/* Entries */

#primary {
	color: #6e6e6e;
	width: 66%;
	font-family: 'Playfair Display', serif;
	font-size: 13px;
	float: left;
	line-height: 23px; 
	margin-top: 70px;
	padding: 0 35px 0 0;
}

@media (max-width: 747px) {
	#primary {
	width: 85%;
	padding: 0 .8em 0 2.2em;
 }
}

.post {
	margin: 0 auto;
	padding: 0 15px 0 0;
	border: none;
}

.post  a {
	color: #d7b7bd;
	background-color: #fff !important;
	text-decoration: none;
}

.post  a:hover {
	color: #9fb9c2;
}

.post .entry-label {
	width: auto;
	font-family: 'Playfair Display', serif;
	margin: 0;
	padding: 0 0 5px 0;
	color: #dbbbbf;
	text-align: center;
	font-style: italic;
	font-size: 22px;
	text-transform: lowercase;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: normal;
	display: block;
}


@media (max-width: 360px) {
	.post .entry-label {
	clear: both;
	display: block;
 }
}

.post .entry-label a {
	color: #dbbbbf;
}

.post .entry-label a:hover {
	color: #9fb9c2;
}

.post .entry {
	text-align: justify;
}

.entry-content {
}

.post-spacer-a {
	height:10px;
	clear: both;
}

.post a.style2:link {
	width: 200px;
	display: inline-block;
	color: #fff; 
	font-family: Cambria, Georgia, serif;
	font-size:11px; 
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
	padding: 5px; 
	float: right; 
	margin: 0 0 1em 1em; 
	background: #e7ced5 !important; 
}

.post a.style2:visited {
	width: 200px;
	display: inline-block;
	color: #fff; 
	font-family: Cambria, Georgia, serif;
	font-size:11px; 
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
	padding: 5px; 
	float: right; 
	margin: 0 0 1em 1em; 
	background: #e7ced5 !important;  
}

.post a.style2:hover {
	color: #ffffff; 
	background-color: #99c1cd !important;
}

.tag-extras {
	color: #a5a5a5;
	font-family: 'Cambria', sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	padding: 8px 0 30px;	 
	letter-spacing: 5px;
}

.tag-extras a {
	color: #a5a5a5;
}

.tag-extras  a:hover {
	color: #7daec8;
}

.img-seperator {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding: 5px 0 30px;
	max-width:100%;
	height: auto; 
	text-align: center;
}

.img-seperator-2 {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
	padding: 0;
	max-width:100%;
	height: auto; 
	text-align: center;
}

.meta-tags {
	width: 100%;
	font-family: Cambria,Georgia,serif;
	font-size: 9px;
	letter-spacing: 5px;
	text-transform: uppercase;
	text-align: center;
	color: #eee;
}

.meta-tags a {
	color: #eee;
	text-decoration: none;
}

.meta-tags a:hover {
	color: #eee;
	background-color: none;
}

.page-only {
	padding: 0 10px 50px 10px;
}

.clear {
	clear: both; 
	height: 20px;
}


/* Tags */

.tags {
	width: 98%;
	font-family: 'Playfair Display', serif;
	text-transform: lowercase;
	padding: 10px; 
	font-size: 10px;
	font-style: italic;
	color: #e1e1e1;
	text-align: center;
	font-weight: normal;
	letter-spacing: 5px;
}

.tags a {
	color: #d5b0b6;
	background-color: #f9f9f9 !important;
	padding: 2px 4px 2px 6px;
}

.tags a:hover {
	color: #b0cbd1;
	background-color: #e2edef;
	padding: 2px 4px 2px 6px;
}

/* Sidebar */

#sidebar {
	width: 26%;
	color: #6e6e6e;
	font-family: 'Playfair Display', serif;
	font-size: 12px;
	line-height: 23px;
	float: left;
	padding: 10px;
	margin-top: 5%;
	margin-left: auto; 
	margin-right: auto;
}

@media (max-width: 747px) {
	#sidebar {
 	width: 94%;
 }
}

@media (max-width: 320px) {
	#sidebar {
	width: 85%;
	padding: 0 1em 0 2.1em;
 }
}

#sidebar a {
	color: #6e6e6e;
	background: none !important;
}

#sidebar a:hover {
	color: #d2b2b9;
	background: none !important;
}

#sidebar h2 {
	font-family: "Courier New",Courier,"Lucida Sans Typewriter","Lucida Typewriter",monospace;
	color: #cec59f;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	height: 25px;
	padding: 20px 0 5px;
}

#sidebar ul {
	margin: 0 auto;
	padding: 0;
	min-width: 30%;
}

#sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	margin: 0;
	padding-bottom: 25px;
	list-style: none;
}

#sidebar li li { 
	line-height: 20px;
	margin: 5px;
	padding: 10px 0;
	border-bottom:  1px solid #e9e5d6;
}

#sidebar li li a {
	font-style: italic;
	letter-spacing: 1px;
	padding: 5px 0 0 13px;
}


#sidebar li li a::before{
	content:'\f111'; 
	font-family: 'FontAwesome'; 
	float: left; 
	color: #cec59f;
	font-size: 7px; 
	margin: 1px 0 0 3px;
	font-style: normal !important;
}

.blog-button {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	max-width:100%;
	height: auto;
	border: 3px solid #f6f6f6;
	padding: 8px;
}

.blog-button:hover {
	border: 3px solid #e7ced5;
}



/* Footer */

footer {
	width: 100%;
	height: auto !important;
	margin: 0 auto;
	background: url('images/eternity-header-footer.png') repeat;
	display: inline-block;
}


footer a {
	color: #b697af;
}

footer a:hover {
	color: #9fb9c2;
}

#footer-content {
	margin: 0 auto;
	height: auto;
	padding: 20px 0;
}

.site-info {
	font-family: 'Playfair Display', serif;
	font-size: 10px; 
	font-style: italic;
	text-transform: lowercase;
	color: #aa97af;
	text-align: center;
	letter-spacing: 3px;
	padding: 40px 0 10px;
}

@media (max-width: 600px) {
	.site-info {
	padding-top: 20px;
 }
}

.footer-entry {
	clear:both; 
	height: 20px;
}


#footer-sidebar {
display:block;
height: 250px;
}

#footer-sidebar1 {
float: left;
width: 340px;
margin-left:5px;
margin-right:5px;
}

#footer-sidebar2 {
float: left;
width: 340px;
margin-right:5px;
}

#footer-sidebar3 {
float: left;
width: 340px;
}

/* Search Form */

#s 	{
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
	width: 98%;
	height: 35px;
	padding: 0px;
	color: #fff;
	background: #fff url('images/search-bar.png') repeat;
	border: none;
	float: center;
	letter-spacing: 5px;
	text-indent: 20px;
	margin-bottom: 20px;	
}


/* Comments */

#comments {
	color: #6e6e6e;
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

#comments a {
	color: #d7b7bd;
	background-color:none !important;
}

#comments a:hover {
	color: #9fb9c2;
}

h3#comments-title {color: #e3cacf;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 20px;
	font-weight: normal;
	text-transform: lowercase;
	text-align: center;
	border-top: 1px solid #e7e7e7;
	margin-bottom: 0;
}

h3#reply-title {
	color: #e3cacf;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
}

h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}

.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 35px;
	position: relative;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
 	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
 	-o-border-radius: 50%;
 	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: -30px;
}

.comment-author {
	padding-left: 5px;
}

.comment-author cite {
	color: #d2b8c7;
	font-style: normal;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {padding-left: 5px;
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #d2b8c7;
	background-color: none !important;
	text-decoration: none;
}

.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}

.commentlist .even {
}

.commentlist .bypostauthor {
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #d2b8c7;
}

.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #d2b8c7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #868686;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

.form-allowed-tags{
	display:none;
}

input[type="submit"] {
	display: inline-block;
}

input[type="submit"]:hover {
}

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond p {
	margin: 0;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	font-family: 'Playfair Display', serif !important;
	font-style: italic;
	text-transform: lowercase;
	text-align: center;
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

.comment-form-comment input, select, textarea {
	background-color: none;
	color: #b2b2b2;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Playfair Display', serif;
	padding: 9px;
	font-style: italic;
	border: 1px solid #d4d4d4 !important;
}

#respond input[type=checkbox] {
	margin: 5px 0 0 0;
    vertical-align: middle;
	width: 30px;
	float:left;
	display: inline-block;
}

#respond .required {
	color: #e6bbd4;
	font-weight: normal;
}

#respond label {
	display: inline-block;
	color: #b2b2b2;
	font-size: 14px;
	font-style: italic;
	clear: none;
  	width: auto;
	padding: 0 0 6px 0;
}

#respond .comment-form-author, .comment-form-email{
	width: 48%;
	display: inline-block;
	margin: 0 7px 0 0;		
}

#respond input {
	margin: 0 5px 8px 0;
	width: 95%;
	display: inline-block;
	font-size: 13px;
	float: left;
}


#respond textarea {
	width: 95%;
	color: #6e6e6e;
	height: 150px;
	font-family: 'Playfair Display', serif;
	font-size: 13px !important;
	font-style: normal !important; 
	letter-spacing: 1px !important; 
	text-transform: none;
}

#respond .form-allowed-tags {
	color: #545454;
	font-size: 10px;
	text-transform: none;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}

#respond input[type="radio"] {
  margin-top: -1px;
  vertical-align: middle;
}

#respond .form-submit input {
	color: #fff;
	font-family: 'Playfair Display', serif;
	font-size: 12px;	
	font-weight: 700;
	text-transform: uppercase !important;
	letter-spacing: 1px;
	background: #fff url('images/search-bar.png') repeat !important; 
	padding: 10px 7px;
	width: 98%;
	border: none;
	display: inline-block;
}

#respond .form-submit input:hover {
	color: #fff;
	background: #9ab6cb !important;
}


.bypostauthor { 
}

/* HTML Forms */

input, textarea, option {
	font-family: Cambria,Georgia,serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	padding: 8px;
	margin: 2px;
	line-height: 11px;
	color: #858585; 
	background: none;
	border: #d4d4d4 1px solid;
}

select {
    width:100%;
	font-family: Cambria,Georgia,serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 7px;
	margin: 5px 2px 5px 2px;
	color: #b2b2b2; 
	background: none;
	border: #d4d4d4 1px solid; 	
}

@-moz-document url-prefix() { 

select {
     padding: 3px;
	overflow-x: auto;
  }
}

input[type=submit] {
	height: auto; 
	font-size: 9px; 
	color: #fff; 
	font-family: Cambria,Georgia,serif;
	background: #eee; 
	letter-spacing: 4px;
	border: none;
}

input[type=submit]:hover {
	color: #fff;  
	background: #eee;
	border: none;
}

/* Feed */ 

#subscribe-blog-blog_subscription-6 { 
	margin: 0 auto; 
	background: none; 
	padding: 0; 
	line-height: 25px; 
	text-align: justify; 
} 

#subscribe-blog-blog_subscription-6 input, textarea, option { 
	width: 90%; 
	font-family: 'Playfair Display', serif;
	font-weight: normal; 
	font-size: 11px; 
	letter-spacing: 2px; 
	text-transform: none; 
	padding: 5px 10px; 
	margin: 0; 
	line-height: 22px; 
	color: #d5c0ce; 
	background: none; 
	border: #d5c0ce 1px solid; 
} 

#subscribe-blog-blog_subscription-6 input[type=text], textarea { 
	padding: 8px; 
	margin: 0; 
	border: #f4d0ca 1px solid; 
} 

#subscribe-blog-blog_subscription-6 input[type=text]:focus, textarea:focus { 
	box-shadow: 0 0 5px rgba(213, 192, 206, 1); 
	padding: 8px; 
	margin: 2px; 
	border: 1px solid rgba(213, 192, 206, 1);
} 

#subscribe-blog-blog_subscription-6 input[type=submit] { 
	width: 100%; 
	color: #fff; 
	font-family: 'Playfair Display', serif;
	font-size: 10px; 
	font-weight: normal; 
	text-transform: uppercase !important; 
	letter-spacing: 2px; 
	background-color: #d5c0ce; 
	padding: 2px 15px; 
} 


#subscribe-blog-blog_subscription-6 input[type=submit]:hover { 
	color: #fff; 
	background: #89b8ca; 
} 

#jetpack-subscribe-label {
	display: none;
}

/* Archives */

.screen-reader-text {
	display: none;
}

/* Navigation Page */

#navigation {
	font-family: 'Playfair Display', serif;
	font-size: 10px; 
	font-style: italic;
	letter-spacing: 3px;
	text-transform: none;
	text-align: left;
    	text-center: inter-word;
	margin-bottom:60px;
}

#navigation a {
	color: #a5a5a5;
	margin-top: 5px;
	padding: 10px 40px;
}

#navigation a:hover  {
	color: #84a1a7;
}

.previous-page {
	float:left;
	display:inline-block;
}

.next-page {
	float:right;
	padding-right: 18px;
	display:inline-block;
}

/* Gallery */

.gallery-item a,
.gallery-caption {
}
.gallery-item a {	
}
.gallery-caption a {
}
.gallery-columns-1 .gallery-item a {
}
.gallery .gallery-icon img {
}
.gallery-columns-1 .gallery-icon img {
}

/* WP Caption */

.wp-caption {
}
.wp-caption img {
}
.wp-caption-text {
}
.wp-caption {
}

/* Miscellaneous */

.sticky {
}

ul, ol {
}

/* End of Style sheet */