/*
Theme Name: Enlightenment Child
Theme URI: https://example.com/enlightenment-child
Description: Child theme for the Enlightenment Theme
Version: 1.0.15
Author: One Designs
Author URI: https://www.onedesigns.com/
Template: enlightenment

License: GNU General Public License v2.0
License URI: license.txt
*/
/*
Customizations to the Enlightenment theme for The Design Diva Blog
*/
#postwrapper {
	width: 100%;
	margin: 0 auto;
}

.sidebar-primary {
	padding-right: 0;
}

.jetpack-slideshow {
	background-color: #ffffff;
	border: 20px solid #ffffff;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.widget a {
	font-weight: 700;
}

.widget-title {
	margin: 10px 0 20px;
}

@media (min-width: 768px) {
	.sidebar-header .widget {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.sidebar-primary .widget {
		margin-left: 8px;
		margin-right: 8px;
	}
	
	.sidebar-alt .widget {
		margin-left: 8px;
		margin-right: 8px;
	}
	
	.layout-sidebar-content .sidebar-primary .widget {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.slide-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
}

.design-full-screen .site-content {
	background: none;
	box-shadow: none;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

.design-full-screen .sidebar-header-secondary .widget,
.design-full-screen .sidebar-primary .widget,
.design-full-screen .sidebar-alt .widget,
.design-full-screen .sidebar-footer .widget,
.sidebar-primary .sidebar-container .widget,
.sidebar-alt .sidebar-container .widget {
	padding: 10px;
	box-shadow: none;
}

.sidebar-container {
	padding: 0 30px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border-radius: 2px;
	box-shadow: 1px 1px 0 #e0e0e0;
}

.grid-active .archive-header {
	padding-bottom: 74px;
	margin-bottom: 5px;
}

.grid-active .entry-header {
	margin-bottom: 2px;
}

.format-quote .entry-media {
	padding: 15px;
	background: #000000;
	border-radius: 3px;
	color: #fff;
}

.site-title {
	margin: 0;
	font-size: 16px;
	font-weight: 300;
}

.navbar-inverse {
	background: #000;
	line-height: 32px;
}

.navbar-inverse .nav > li > a:hover,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown:target > .dropdown-toggle {
	background: #291c35;
	color: #fff;
}

.navbar a.navbar-brand {
	padding: 9px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

.site-content {
	padding-top: 0;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.site-content {
		margin-top: 0;
		background: #fff;
		border-radius: 2px;
		box-shadow: 1px 1px 0 #e0e0e0;
	}
	
	.grid-active .site-content {
		margin-top: 0;
		background: none;
		box-shadow: none;
	}
}

@media (min-width: 768px) {
	.content-area > .hentry:last-child {
		margin-bottom: 30px;
	}
	
	.grid-active .hentry {
		padding: 10px;
		margin: 0;
		border: none;
	}
	
	.design-full-screen.grid-active .hentry {
		padding: 0;
	}
	
	.grid-active .entry {
		background: #fff;
		border-radius: 2px;
		box-shadow: 1px 1px 0 #e0e0e0;
		padding: 10px;
		margin: 0;
	}
	
	.design-full-screen.grid-active .entry {
		box-shadow: none;
	}
}

@media (min-width: 768px) {
	.sidebar-container {
		margin-top: 10px;
		padding: 0 10px;
	}
}

@media (min-width: 992px) {
	.sidebar-container {
		margin-top: 10px;
		padding: 0 10px;
	}
}

@media (min-width: 1200px) {
	.sidebar-container {
		margin-top: 10px;
		padding: 0 10px;
	}
}

.entry-header {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.page .page .entry-header {
	padding-bottom: 26px;
	border-bottom: 1px solid #eee;
}

.grid-active .entry-header {
	margin-bottom: 15px;
}

dd {
	margin: 0 0 24px 30px;
	line-height: 1.3em;
}

li {
	line-height: 1.3em;
}

pre {
	line-height: 1.3em;
}

.site-footer {
	color: #000;
	background: #000000;
	text-align: center;
	text-shadow: rgb(250,250,250) -1px -1px 0;
}

.sidebar-primary .widget,
.sidebar-alt .widget {
	padding-bottom: 30px;
}

.sidebar-primary .jetpack_subscription_widget,
.sidebar-alt .jetpack_subscription_widget {
	padding: 15px;
	margin-bottom: 5px;
	background: #ffffff;
	border: solid 1px #fff;
	border-radius: 2px;
}

@media (min-width: 768px) {
	.sidebar-container {
		margin-top: 10px;
	}
}

@media (min-width: 992px) {
	.sidebar-container {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.sidebar-container {
		margin-top: 10px;
	}
}

.design-full-screen .archive-header {
	margin: 0;
}

media="all"
@media (min-width: 768px)
.design-full-screen .archive-header {
	margin: 0;
}

.design-full-screen .site-content {
	background: none;
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #c1a7d8;
	background-image: none;
	border: 1px solid #ccc;
	color: #333;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
button:hover
button:focus
button:active {
	background-color: #ccd3a1;
	border-color: #ccd3a1;
}

.archive-header {
	padding-bottom: 36px;
	margin: 0 0 30px;
}

.page.layout-full-width .hentry,
.page.layout-full-width .archive-header {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.archive-title {
	display: none;
}

.page .page .entry-title {
	color: #444;
	font-size: 18px;
	font-weight: 600;
}

.comment-meta a {
	font-size: 15px;
}

h2 {
	margin-bottom: 30px;
	font-family: "open Sans", sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
}

h3 {
	margin-bottom: 5px;
	font-family: "open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
}

h4 {
	margin-bottom: 5px;
	font-family: "open Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
}

.mini-text {
	margin: 0;
	font-family: "Tahoma", sans-serif;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #000000;
}

.tiny-text {
	margin: 0;
	font-family: "Tahoma", sans-serif;
	font-size: 9px;
	color: #000000;
}

table {
	width: 90%;
	margin-bottom: 5px;
	border-bottom: solid 1px #fff;
	margin-left: auto;
	margin-right: auto;
}

table th,
table td {
	padding: 3px;
	border-top: solid 1px #fff;
}

.sidebar-primary .widget, .sidebar-alt .widget {
	padding-bottom: 10px;
}

blockquote {
	position: relative;
	margin: 0 0 0 45px;
	padding: 0;
	border: none;
	font-family: Georgia, "URW Bookman L", serif;
	font-style: italic;
	font-size: 16px;
}

element.style {
	width: 100%;
	height: 75px;
	border: 0;
}

.design-full-screen .sidebar-header-secondary .widget, .design-full-screen .sidebar-primary .widget, .design-full-screen .sidebar-alt .widget, .design-full-screen .sidebar-footer .widget, .sidebar-primary .sidebar-container .widget, .sidebar-alt .sidebar-container .widget {
	padding: 5px;
	box-shadow: none;
}

/*
BE SURE TO ADD THIS CODE BELOW, BACK TO FUNCTIONS UPON THEME UPDATE OR MAKE CHILD THEME - didnt because this theme calls more than one function.php - 

add_filter('excerpt_length', 'my_excerpt_length');
function my_excerpt_length($length) {
return 38; }
*/

.grid-active .archive-header {
    width: 80%;
    margin: 0 auto;
	padding-top: 0 ; 
	min-height: 170px;
    }
.archive-header .background-parallax {
	background-size: contain;
	max-height: 170px;
	margin-top: 8px !important;
}
.background-parallax:after{background:transparent !important;}
@media (min-width: 768px) and (max-width: 992px){
.grid-active .archive-header {min-height: 105px;}
.archive-header .background-parallax {max-height: 110px}
}
@media (max-width: 767px) {
.grid-active .archive-header {min-height: 70px;}
.archive-header .background-parallax {max-height: 70px}
}