@charset "utf-8";
/*
Theme Name: Enlightenment
Theme URI: https://www.onedesigns.com/themes/enlightenment
Description: Our flagship multipurpose theme powered by Enlightenment Framework. With a clean, modern and responsive design backed by a powerful and flexible code base. Showcase any type of content anywhere. Create unlimited layouts. Customize all templates to your preference. Take WordPress as CMS to another level.
Version: 1.1.4
Author: One Designs
Author URI: https://www.onedesigns.com/
Tags: black, blue, gray, white, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fluid-layout, fixed-layout, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
Text Domain: enlightenment

License: GNU General Public License v2.0
License URI: license.txt
*/

/*
DO NOT EDIT THIS STYLESHEET!
Any modifications made to this file will be lost if you update the theme.
Instead, go to Appearance > Theme Options > Layout and enter your custom CSS there or create a child theme.
Any style attributes declared there will override the ones in this file and will not be lost during theme update.
*/

/*
 * Bootstrap
 */

@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1110px;
	}
}

.nav-tabs {
	margin-bottom: 15px;
}

/* CSS Elements */

.sr-only:focus {
	z-index: 10000;
	width: auto;
	height: auto;
	padding: 0 15px;
	clip: auto;
	margin: 15px;
	background: #f9f9f9;
	border: solid 1px #66afe9;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	line-height: 28px;
	text-decoration: none;
}

.sr-only:hover {
	color: inherit;
}

.clearfix,
.clearfix:before {
	clear: both;
}

.img-thumbnail,
.entry-content a img,
.attachment-nav a img {
	box-sizing: content-box;
	padding: 4px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	border: none;
	border-radius: 0;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	transition: all .25s ease;
}

.entry-content a:hover img,
.attachment-nav a:hover img {
	background:#f0f0f0;
}

.media {
	overflow: visible;
}

.media > .pull-left {
	padding-right: 20px;
}

/* Theme Hacks */

.textarea-group {
	width: 100%;
}

.textarea-group .textarea-group-addon,
.textarea-group .textarea-group-addon:first-child {
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 3;
	padding: 8px 12px;
	margin: 0;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 0;
	border-radius: 4px 0 4px 0;
}

.input-group textarea.form-control,
.input-group textarea.form-control:last-child {
	text-indent: 101px;
	border-radius: 4px;
	line-height: 24px;
}

/*
 * Style HTML Tags
 */

body {
	background: #f0f0f0;
	color: #555;
	font-family: "Open Sans", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.design-full-screen {
	background: #fff !important;
}

a {
	text-decoration: none;
	-webkit-transition: color .25s ease, margin .25s ease;
	   -moz-transition: color .25s ease, margin .25s ease;
	    -ms-transition: color .25s ease, margin .25s ease;
	     -o-transition: color .25s ease, margin .25s ease;
	transition: color .25s ease, margin .25s ease;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
}

h1, h2 {
	font-weight: 600;
}

h3, h4, h5, h6 {
	font-weight: 700;
}

p {
	margin-bottom: 15px;
}

blockquote {
	position: relative;
	margin: 0 0 0 45px;
	padding: 0;
	border: none;
	font-family: Georgia, "URW Bookman L", serif;
	font-style: italic;
}

blockquote:before {
	position: absolute;
	top: -10px;
	left: -60px;
	content: "\201C";
	color: #ddd;
	font-family: serif;
	font-size: 96px;
	line-height: 1;
}

.entry-content blockquote p:last-child {
	margin-bottom: 15px;
}

blockquote cite {
	font-style:normal;
}

blockquote cite:before {
	content: "\2014";
	padding-right: 8px;
}

table {
	width: 100%;
	margin-bottom: 24px;
	border-bottom: solid 1px #ddd;
}

table th,
table td {
	padding: 8px;
	border-top: solid 1px #ddd;
}

fieldset {
	border: solid 1px #eee;
	padding: 30px;
}

legend {
	width: auto;
	padding: 0 10px;
	margin: 0;
	border: none;
}

input[type="text"],
input[type="password"] {
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	   -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	    -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	     -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	vertical-align: middle;
}

input[type="text"]:focus,
input[type="password"]:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

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: #fff;
	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;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	user-select: none;
}

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: #e6e6e6;
	border-color: #adadad;
}

dt {
	margin-bottom:10px;
}

dd {
	margin: 0 0 24px 30px;
	line-height: 1.63em;
}

li {
	line-height: 1.63em;
}

address {
	font-size: 14px;
	font-style: italic;
}

code {
	background: #f8f8f8;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	color: #333;
	white-space: normal;
}

kbd,
tt {
	font-family: monospace;
}

big {
	font-size: 1.3em;
}

cite {
	font-style: italic;
}

ins {
	text-decoration: none;
}

pre {
	padding: 15px;
	background: #f9f9f9;
	border: dashed 1px #e3e3e3;
	color: #000;
	font-size: 12px;
	line-height: 1.63em;
	margin-bottom: 24px;
	overflow: auto;
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

img,
video {
	max-width: 100%;
	height: auto;
}

figure img {
	display: block;
	margin: 0 auto;
}

video {
	display: block;
}

audio {
	max-width: 100%;
}

/*
	WordPress Standard Tags
*/

.aligncenter {
	display: block;
	margin: 1.5em auto;
}

.aligncenter:first-child {
	margin-top: 0;
}

.alignleft {
	float: left;
	margin: .75em 1.5em .75em 0;
}

.alignright {
	float: right;
	margin: .75em 0 .75em 1.5em;
}

.alignnone {
	vertical-align: baseline;
}

.wp-caption {
	box-sizing: content-box;
	max-width: 100%;
	padding: 15px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .1);
	background: #f9f9f9;
	border-bottom: #eee 1px solid;
}

.entry-teaser .wp-caption {
	padding: 8px;
}

.wp-caption.alignnone {
	margin-bottom: 24px;
}

.wp-caption a img {
	display: block;
	padding: 0;
	margin: 0 auto;
	border: none;
	box-shadow: none;
}

.wp-caption-text {
	margin: 15px 0 0;
	color: #333;
	font-size: 13px;
	line-height: 1.63em;
	text-align: center;
}

.entry-teaser .wp-caption-text {
	margin-top: 8px;
}

.gallery {
	position: relative;
	margin: auto;
}

.entry-teaser .gallery {
	margin: 0 -5px 10px;
}

.gallery:before,
.gallery:after {
	content: "";
	display: table;
	clear: both;
}

.gallery-item {
	float: left;
	background: #FCFCFC;
	border-bottom: #EEE 1px solid;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	text-align: center;
	-moz-transition: box-shadow .12s ease;
	-webkit-transition: box-shadow .12s ease;
	   -moz-transition: box-shadow .12s ease;
	    -ms-transition: box-shadow .12s ease;
	     -o-transition: box-shadow .12s ease;
	transition: box-shadow .12s ease;
}

.gallery-columns-1 .gallery-item {
	width:90%;
	margin:0 1.5% 3%;
}

.gallery-columns-2 .gallery-item {
	width:45%;
	margin:0 1.5% 3%;
}

.gallery-columns-3 .gallery-item {
	width:30%;
	marg