@import url(////fonts.googleapis.com/css?family=Cardo:400,400italic,700);
@import url(////fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic);
@import url(////fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(////fonts.googleapis.com/css?family=Lato:400,700);


/* # Stylin theme 
 Theme Name: 	Stylin
 Author: 	LucaLogos
 Author URI:	http://lucalogos.com
 Template:	genesis
 Version:	2.1.2
 License:	GNU General Public License v2 or later
 License URI:	http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 		light, clean, feminine, chic, black, white, right sidebar, premade, responsive, mobile friendly
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

html,
body {
	height: 100%;
}

.site-container {
	padding: 0;
	margin: 0 auto;
	position: relative;
}

body {
	color: #333;
	font-family: Lato, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.625;
}


/* ## Typographical Elements
--------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:    all 0.3s ease-in-out;
	-ms-transition:     all 0.3s ease-in-out;
	-o-transition:      all 0.3s ease-in-out;
	transition:         all 0.3s ease-in-out;
}

::-moz-selection {
	background-color: #eee;
	color: #fff;
}

::selection {
	background-color: #eee;
	color: #fff;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #eee;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 2% 6%;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

blockquote > p {
	padding-left: 20px;
	border-left: 3px solid #ccc;
	font-size: 120%;
}

blockquote::before {

}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 15px;
}

h6 {
	font-size: 14px;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	
}


/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #eee;
	color: #333;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	width: 100%;
	padding: 8px;
}

input:focus,
textarea:focus {
	border: 1px solid #f9f9f9;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
	cursor: pointer;
	font-family: Montserrat, sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1;
	padding: 8px 13px;
	text-transform: uppercase;
	font-style: normal;
	width: auto;
	margin: 5px auto 0;
	display: block;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #000;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #fff;
	color: #000;
}

.entry-content .button:hover {
	color: #333;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner {
	background: #fff;
	margin: 30px auto;
	max-width: 1200px;
	clear: both;
}

.site-inner .wrap {
	margin: 15px 0;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


/* ### Content */

.content {
	float: right;
	width: 870px;
	padding: 0 30px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
	margin: 0;
}


/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 330px;
	padding: 0 15px;
	background-color: transparent;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}


/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 330px;
	padding: 0 15px;
	background-color: transparent;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	margin-bottom: 20px;
}

.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 0px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* ## Titles
--------------------------------------------- */

.entry-title {
	font-family: Montserrat, sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;	
	position: relative;
}

.entry-title:after {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: -12px;
	width: 30px;
	height: 0;
}

h1.entry-title,
h2.entry-title {
	padding: 0;
	margin:  15px 30px 30px;
}

h1.entry-title a,
h2.entry-title a {
	padding: 0;
	line-height: 1.2;
}

.entry-title a,
.sidebar .widget-title a {
	color: #000;
}

.entry-title a:hover {
	color: #ccc;
}

.widget-title {
	font: 400 12px Montserrat, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 30px;
	padding: 15px 0;
	text-align: center;
	position: relative;
}

.widget-title:after {
	content: "";
	display: block;
	position: absolute;
	border-top: 1px solid;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 45px;
	width: 30px;
	height: 0;
}

.archive-title {
	font-size: 20px;
}

.footer-widgets .widget-title {
	color: #333;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

.post-image.entry-image {
	margin-bottom: 15px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 15px auto;
}

img.alignnone,
.alignnone {
	margin: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 15px 15px 15px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 15px 0 15px 15px;
}

.wp-caption-text {
	font-size: 11px;
	font-weight: 400;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content p:last-child {
	margin-bottom: 0;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	border: 0px solid #003E8F;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 10px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 10px;
	padding: 0 0 10px;
	align-items: center;
}

.featured-content .entry:last-child {
	margin: 0;
	padding: 0;
}

.featured-content .entry a,
.featured-content .entry .entry-header {
	font-size: 12px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-header {
	margin: 0;
	letter-spacing: 0;
}

.featured-content .entry-title {
	text-align: left;
	line-height: 0;
	margin: 0 0 5px;
}

.featured-content .entry-title:after {
	display: none;
}

.featured-content .entry-meta {
	align-items: flex-start !important;
	-webkit-align-items: flex-start !important;
	-webkit-box-align-items: flex-start !important;
	text-align: left !important;
	color: #333;
	letter-spacing: 0;
}

.featured-content a {
	margin: 0;
}

.featured-content a.alignleft,
.featured-content a.aligncenter,
.featured-content a.alignright {
	border: 1px solid #ccc;
	line-height: 0;
	margin-right: 10px;
}

.featured-content a.alignleft:hover,
.featured-content a.aligncenter:hover,
.featured-content a.alignright:hover  {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

.featured-content a > img {
	padding: 0.25em;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews {
	text-align: center;
	background-color: #fcfcfc;
	padding: 15px;
	border: 4px double #ccc;
}

.enews-widget,
.enews-widget .widget-title {
	color: #000;
}

.enews-widget .widget-title {
	margin-bottom: 10px;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input {
	border: 1px solid #eee;
	margin: 8px auto;
}

.enews-widget input:focus {
	border: 1px solid #fafafa;
}

.enews-widget input[type="submit"] {
	background-color: #aaa;
	color: #fff;
	margin: 8px auto;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews p {
	margin-bottom: 15px;
	font-size: 100%;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}


/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	width: 100%;
	margin: 0;
	display: inline-block;
	background: #fff;
}

.site-header .wrap {
	padding: 0;
	margin: 0 auto;
	width: 1200px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */

	-moz-box-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

	flex-direction: row;
	-webkit-flex-direction: row;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	writing-mode: horizontal-tb;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0;
	margin: 30px auto;
	width: 100%;
}

.header-full-width .title-area {
	text-align: center;
}

.site-title {
	font: 400 32px Montserrat, sans-serif;
	text-transform: uppercase;
	letter-spacing: 8px;
	line-height: 1;
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #333;
	padding: 0;
}

.header-image .site-title > a {
	background: url('../../uploads/2016/07/transparentheader-1.png');
	background-size: 100% 100% !important;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	height: 0;
	padding-top: 16%;
}

.site-description {
	font-family: Cardo, serif;
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
	letter-spacing: 5px;
	line-height: 1.5;
	margin-top: 10px;
	text-transform: uppercase;
	color: #000;
}

.site-title,
.site-description {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 0;
	width: 100%;
	position: relative;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
}

.genesis-nav-menu > a:first-child {
	padding: 25px 20px 15px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #aaa;
}

ul.genesis-nav-menu > li {
	padding: 15px 15px;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

.genesis-nav-menu .sub-menu {
	border: 1px solid #ccc;
	left: -9999px;
	opacity: 0;
	position: absolute;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	padding: 15px 20px;
	position: relative;
	width: 198px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -44px 0 0 198px !important;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	margin: 15px 0 0 0;
}

.genesis-nav-menu > .first > a {
	padding-left: 25px;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}


/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 0px solid #000;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}


/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	margin: 0;
	background-color: #000;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.nav-primary .wrap {
	width: 100%;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-align-items: center;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: flex-start;
	flex-direction: row;
}

.nav-primary .genesis-nav-menu a {
	color: #000;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #000;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #ccc;
}


/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.content .entry {
	padding-bottom: 0;
	margin-bottom: 30px;
	border-bottom: 0px solid #f9f9f9;
}

.content .entry:last-child {
	border-bottom: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: auto;
	margin-right: auto;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}


/* ## Entry Meta
--------------------------------------------- */

.entry-meta {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
 	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.entry-meta .entry-time,
.entry-meta .entry-author {
	font-family: Montserrat, sans-serif;
	font-size: 10px;
}

.entry-meta .entry-time:before {
    content: "\f073";
    font-family: FontAwesome;
    color: #ccc;
    padding-right: 5px;
}

.post-edit-link {
	margin-top: 10px;
}

p.entry-meta {
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
	line-height: 1.625;
	letter-spacing: initial;
}

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

.entry-header .entry-meta {
	margin-bottom:  15px;
	text-transform: uppercase;
	text-align: center;
}

.entry-footer {
	text-align: center;
	height: 45px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.post .entry-footer {
	margin-top: 30px;
}

.entry-footer p:last-child {
	display: none;
}

.entry-footer .entry-meta {
	padding-bottom: 0;
	text-align: center;
}

.entry-categories,
.entry-tags {
	display: inline;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 0px;
	font-family: Montserrat, sans-serif;
}

.entry-categories a,
.entry-tags a {
	border-radius: 0px;
}

.entry-categories {
	margin-top: 0;
}

.entry-categories a {
	background: #000;
	color: #fff;
	padding: 3px 5px;
	border: 1px solid #000;
}

.entry-categories a:hover {
	color: #000;
	background-color: #fff;
}

.entry-comments-link:before {
	font-family: FontAwesome;
	content: "\f0e5";
	padding-right: 5px;
	color: #ccc;
}
.entry-comments-link a {
	color: #000;
}

.entry-comments-link a:hover {
	color: #ccc;
}

.entry-comments-link::before {
	/*content: "\2014";*/
	/*margin: 0 6px 0 2px;*/
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a,
.pagination-next a {
	background-color: transparent;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-family: Montserrat, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 1;
	padding: 8px;
	border: 1px solid #000;
	border-radius: 0px;
}

.archive-pagination li a:hover,
.archive-pagination .active a,
.pagination-next a:hover {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 0px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {	
	text-align: left;
	padding: 30px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #fafafa;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 30px;
}

.comment-list li li {
	padding-left: 30px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: inline;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
	font-family: Montserrat, sans-serif;	
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
	background: #fafafa;
}

.form-allowed-tags {
	background-color: #fafafa;
	font-size: 11px;
	padding: 15px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 15px;
}

.sidebar li {
	text-align: left;
	padding: 0 0 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	text-align: left;
	padding: 0;
	margin-bottom: 30px;
	background-color: transparent;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	width: 1200px;
	margin: 0 auto;
}

.footer-widgets .wrap {
	margin: 0 auto;
	padding: 20px 0;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 32%;
}

.footer-widgets-1 {
	margin-right: 0;
}

.footer-widgets-2 {
	margin: 0 2%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	line-height: 1;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer .wrap {
	padding: 15px 0;
	margin: 0 10px;
	border-top: 1px solid #ccc;
}


/* # LucaLogos Customs
---------------------------------------------------------------------------------------------------- */


.landing-page .entry-title {
	display: none;
}

hr { 
	margin: 25px 0;
	height: 1px;
	border: 0;
	background: #ccc;
	background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #ccc));
}

.dsn {
	display: none;
	visibility: hidden;
}


/* Slider Settigns
--------------------------------------------- */

.slider-content {
	display: -webkit-flex;
	display: flex;
	/* -webkit-box-orient: horizontal; */
	z-index: 0;
	position: relative;
}

.owl-item,
.sldr-cntnt {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;	
}

.owl-height,
.sldr-img {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center;
}


/* Slider Post Content
----------------------- */

.sldr-post-cntnt-algnr {
	z-index: 10;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	display: flex;
	display: -webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}

.sldr-post-cntnt {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 0px;
	background: rgba(0,0,0,.03);
	text-align: left;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.sldr-post-cntnt:hover {
	background: rgba(0,0,0,.20);
}

.sldr-post-cntnt-brdr {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 30px;
	border: 0px solid #eee;
	background: transparent;
}

.sldr-ttl .excrpt-date {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

.sldr-ttl .excrpt-date:before {
	content: "\f073";
	font-family: FontAwesome;
	color: #ccc;
	padding-right: 10px;
}

.sldr-ttl .excrpt-cats {
	margin-bottom: 10px;
	display: block;
}

h1.sldr-ttl-h {
	text-transform: uppercase;
	position: relative;
	font-weight: 400;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

h1.sldr-ttl-h:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.sldr-excrpt {
	margin-bottom: 26px;
}


/* Slider Read More Button
----------------------- */

.sldr-cntnt a.read-more {
	padding: 8px 10px;
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	opacity: 0.95;
	filter: alpha(opacity=95);
	display: inline;
	margin: 0 auto 0;   
	width: 200px;
}

.sldr-cntnt a.read-more:hover {
	background-color: #000;
	color: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.sldr-rdmr a {
	color: #000;
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.sldr-rdmr a:hover {
	color: #ccc;
}


/* Slider Nav
----------------------- */

.owl-prev,
.owl-next {
	display: inline-block;
	position: absolute;
	top: 45%;
	padding: 10px;
	text-align: center;
	width: 36px;
	background: rgba(255,255,255,.00);
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
	color: #000;
	background: rgba(255,255,255,.99);
}

.owl-prev {
	left: 30px;
}

.owl-next {
	right: 30px;
}

.icon-chevron-left:before, 
.icon-chevron-right:before {
	font-family: "fontawesome";
    font-size: 20px;
    font-style: normal;
    line-height: 1;
    display: block;
}

.icon-chevron-left:before {
	content: '\f104';
}

.icon-chevron-right:before {
	content: '\f105';
}

.owl-dots {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: -50px;
	position: absolute;
	width: 100%;
}	

.owl-dot {
	width: 13px;
	height: 13px;
	margin: 0 6px;
	background-color: #fff;
	display: inline-block;
	border-radius: 100px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.owl-dot.active {
	filter: alpha(opacity=99);
	opacity: 0.999;
}


/* Related Posts
----------------------- */

.related-container {
	margin-bottom: 60px;
}

.rltd-main-ttl {
	text-align: center;
}

.rltd-ttl-algnr {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-flow: column;
	-webkit-flex-flow: column;
}

.rltd-ttl-cntnr {
	opacity: .00;
	position: absolute;
	top: 0;
   	right: 0;
	bottom: 0;
	left: 0;
}

.rltd-ttl-cntnr:hover {
	visibility: visible;
	opacity: .99;
	background: rgba(255,255,255,0.80);
	-webkit-transition: opacity .3s ease-out, visibility 0s ease-out;
	transition: opacity .3s ease-out, visibility 0s ease-out;
}

.content .rltd-ttl,
.content .excrpt-date,
.content .plus-sign {
	color: #000;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
}

.content .excrpt-date {
	font-size: 10px;
}

.content .owl-prev,
.content .owl-next {
	top: 40%;
	padding: 10px;
	text-align: center;
	width: 36px;
	color: #000;
	background: transparent;
	border: none;
}

.content .owl-prev {
	left: -30px;
}

.content .owl-next {
	right: -30px;
}

.content .owl-prev:hover,
.content .owl-next:hover {
	color: #000;
}


/* Other
--------------------------------------------- */

.header-img {
	padding: 30px 0;
}

.jr-insta-thumb li {
	padding: 0px !important;
}

ul.lsi-social-icons > li {
	margin-bottom: 0 !important;
	margin: 0 6px 0 0 !important;
}

ul.lsi-social-icons a,
ul.lsi-social-icons a:hover {
	background-color: transparent !important;
}


/* Widgetized Homepage
--------------------------------------------- */

.home-slider {
	max-width: 1200px;
	width: 100%;
	padding: 0;
	margin: 30px auto 0;
}

.home-slider .wrap {
	background: #ffffff;
	padding: 15px;
}

.home-slider .widget_text {
	overflow: hidden;
}

.insta-container {
	background-color: #ffffff;
	border-top: 1px solid #eee;
	padding: 15px 0 30px 0;
	background: -moz-linear-gradient(top,  #fafafa 0%, #ffffff 5%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#ffffff 5%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fafafa 0%,#ffffff 5%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.insta-container .widget-title {
	color: #000;
	border: none;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 15px;
	background-color: transparent;
}

.footer-container {
	background-color: #000;
	border-top: 1px solid #000;
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
	width: 100%;
}

.footer-container .wrap {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.custom-footer-1 {
	text-align: left;
	width: 50%;
	display: inherit;
}

.custom-footer-2 {
	text-align: right;
	width: 50%;
}
	

/* Sidebar Categories & Tags
--------------------------------------------- */

.tagcloud {
	line-height: 2;
}

.widget_tag_cloud a {
	padding: 5px;
	background: transparent;
	border: 1px solid #000;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 10px !important;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.widget_tag_cloud a:hover {
	background: #000;
	color: #fff;
}

.cat-item a, .widget_archive a {
	font-family: Montserrat, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
}

.cat-item a:hover,
.widget_archive a:hover {
	color: #ccc;
}

.widget_categories ul {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.widget_categories li {
	width: 50%;
}

.widget_categories li:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left: 7px;
	color: #999;    	
	font-size: 8px;
}


/* Profile Photo
--------------------------------------------- */

.profile-box {
	position: relative;
	width: 100%;		
	text-align: center; 
	line-height: 0.8; 
	border: 15px solid #fdd2d6; 
	border-radius: 500px;
}

.profile-box:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.profile-box-photo {
	position:  absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}


/* Back to top button
--------------------------------------------- */

.backtotop-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.backtotop-container .wrap {
	font-family: Montserrat;
	text-transform: uppercase;
	width: min-content;
	background: #fff;
	border: 1px solid #eee;
	border-bottom: none;
	white-space: nowrap;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.backtotop-container a {
	padding: 10px;
	display: block;
}

.backtotop-container a:hover {
	background: #f9f9f9;
}

.backtotop-container .widget-title {
	color: #000;
	border: none;
	display: inline;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	background: transparent;
}

.backtotop-container .widget-title:after {
	display: none;
}

.fa-backtotop {
	color: #000;
	padding-left: 10px;
}


/* Read More Link
--------------------------------------------- */

.read-more,
.more-link {
	border: 1px solid #000;
	background-color: #000;
	padding: 8px 10px;
	margin: 30px auto 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font: 11px Montserrat, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
	display: table;
}

.read-more:hover,
.more-link:hover {
	background-color: #000;
	color: #fff;
}

/* Post sharing icons
--------------------------------------------- */

.post-sharing-icons {
	margin: 0 auto;
	display: inline-block;
	position: relative;
}

.post-sharing-icons a {
	text-align: center;
}

.post-footer-line {
	width: 100%;
	font-size: 11px;
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.post-footer-line-1 {
	float: left;
	width: 33.3333%;
	text-align: left;
}

.post-footer-line-2 {
	float: left;
	width: 33.3333%;
	text-align: center;
}

.post-footer-line-3 {
	float: left;
	width: 33.3333%;
	text-align: right;
}

.fa-post-footer {
	font-size: 13px;
	padding: 8px;
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	width: 30px;
	height: 30px;
	line-height: 1;
	margin: 0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fa-post-footer:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;
}


/* Footer Social Icons
--------------------------------------------- */

.fa-footer {
	font-size: 25px;
	color: #fff;
	padding: 0 8px;
}

.fa-footer:hover {
	color: #ccc;
}

.zilla-likes,
.zilla-likes:hover,
.zilla-likes.active {
	margin-bottom: 0 !important;
}

.zilla-likes-count {
	color: #000;
}

.zilla-likes-count:hover {
	color #ccc;
}


/* Jetpack Subscribe Widget
--------------------------------------------- */

#subscribe-email input {
	width: 100% !important;
	padding: 8px !important;
}

p#subscribe-email {
	margin: 0 0 5px;
}

#subscribe-submit input {
	display: block;
	width: 100%;
}

.comment-form-comment textarea {
	text-align: left;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.nav-primary .wrap,
	.footer-widgets {
		width: 100%;
	}

	.site-header .wrap {
		width: 100%;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 70%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.sidebar-primary {
		width: 30%;
	}

	.site-inner {
		margin: 30px 0;
	}

	.site-inner .wrap {
		margin: 15px 0;
	}

	.site-footer {
		max-width: 1050px;
	}

	.footer-widgets {
		max-width: 100%;
		padding: 20px 0;
	}

	.footer-widgets .wrap {
		margin: 0 30px;
	}
	
	.footer-container .wrap {
		margin: 0 30px;
	}
}


@media only screen and (max-width: 1050px) {

	.nav-primary .wrap,
	.footer-widgets {
		width: 100%;
	}

	.title-area {
		width: 100%;
	}

}


@media only screen and (max-width: 960px) {

	.content,
	.sidebar-primary {
		margin: 0;
		padding: 0 1.25%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area {
		width: 100%;
	}

	.sidebar-primary,
	.sidebar-secondary {
		width: 50%;
		float: none;
		display: table;
		margin: 0 auto;
	}

	.sidebar-content .sidebar-primary, 
	.sidebar-sidebar-content .sidebar-primary {
		padding: 30px 0 0 0;
		border: none;
	}

	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	
	.site-inner {
		max-width: 100%;
		margin: 0 auto;
	}

	.site-inner .wrap {
		margin: 15px auto;
	}

	.title-area {
		width: 100%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 0;
	}
	
	.footer-widgets {
		width: 100%;
	}


	.footer-widgets-1,
	.footer-widgets-2  {
		margin: 0;
	}

	.site-footer {
		max-width: 100%;
		padding: 10px 0;
	}

	.site-footer .wrap {
		margin: 0;	
	}

}

@media only screen and (max-width: 800px) {

	.site-inner,
	.footer-widgets .wrap {
		margin: 15px 15px;
	}

	.site-title {
		font-size: 22px;
	}

	.header-image .site-title > a {
		padding-top: 33%;
	}

	.title-area {
		padding: 0;
		margin: 0;
		width: 100%;
		float: left;
	}

	.site-description {
		font-size: 10px;
	}
	
	.content .entry {
		margin-bottom: 15px;
	}

	.entry-header {
		margin-bottom: 15px;
	}
	
	.entry-categories, .entry-tags {
		font-size: 10px;
	}

	.post .entry-footer {
		height: auto;
		margin-top: 15px;
		padding: 5px;
	}

	.widget-title {
		font-size: 12px;
	}

	.site-inner {
		clear: both;
	}

	.site-inner,
	.wrap {
		max-width: 100%;
	}

	.site-footer .wrap {
		padding: 10px 0;
	}

	.footer-widgets {
		width: 100%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 3%;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	
	/* Responsive nav
	--------------------------------------------- */
	
	nav {
		display: none;
		position: relative;
	}

	nav .wrap {
		padding: 0;
	}

	nav.pagination {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: block;
		visibility: visible;
		overflow: hidden;
		margin: 0 auto;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		background-color: transparent;
	}

	.menu-toggle {
		background-color: transparent;
		position: relative;
		right: 0;
		z-index: 1000;
		color: #000;
		border: none;
		width: 100%;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		display: inline-block;
		font: normal normal normal 20px FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		content: "\f0c9";
		padding-right: 12px;
	}

	.sub-menu-toggle {
		background: transparent;
		float: right;
		position: absolute;
		top: 0;
		right: 0;
		padding: 18px;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		font: normal normal normal 16px FontAwesome;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		content: "\f107";
	}

	.sub-menu-toggle.activated:before {
		content: "\f106";
	}

	ul.genesis-nav-menu > li {
		padding: 0;
	}

	.genesis-nav-menu .menu-item {
		display: block;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-top: 0;
	}

	.genesis-nav-menu .menu-item a {
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		width: 100%;
		padding: 20px;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.genesis-nav-menu .sub-menu {
		display: none;
		clear: both;
		margin: 0;
		position: static;
		width: 100%;
		opacity: 1;
		border-left: none;
		border-right: none;
		border-bottom: none;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.genesis-nav-menu .sub-menu a {
		border-left: none;
		border-right: none;
		padding-left: 40px;
		color: #eee;
	}

	.genesis-nav-menu .sub-menu a:last-child {
		border-bottom: none;
	}

	.nav-primary .genesis-nav-menu .sub-menu a {
		background-color: transparent;
		color: #000;
	}

	.nav-primary button, .nav-primary button:hover,
	.nav-secondary button, .nav-seconday button:hover {
		border: none;
		color: #000;
		background: transparent;
	}

	.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut, .search-form label, .genesis-sidebar-title {
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		position: absolute !important;
		width: 1px;
		height: 1px;
		border: 0;
	}
	
	
	/* Main Slider Settings
	--------------------------------------------- */
	
	.home-slider {
		width: auto;
		margin: 15px;
	}

	#main-carousel-container .owl-height,
	.owl-item,
	.sldr-img {
		height: 300px !important;
	}

	.sldr-ttl-h {
		font-size: 18px;
	}

	.sldr-excrpt {
		display: none;
	}

	.sldr-cntnt a.read-more {
		font-size: 10px;
	}

	.sldr-post-cntnt-brdr {
		padding: 15px;
	}

	.owl-controls {
		display: none;
	}

	
	/* Post Footer
	--------------------------------------------- */
	
	.post-footer-line {
		width: 100%;
		text-align: center;
		margin: 5px;
		top: auto;
		transform: none;
	}

	.post-footer-line-3 {
		margin-top: 5px;
		margin-bottom: 0;
	}
	
	ul.lsi-social-icons {
		text-align: center !important;
	}

	ul.lsi-social-icons > li {
		margin: 0 !important;
	}


	/* Read More Button
	--------------------------------------------- */

	.read-more, .more-link {
		margin: 15px auto;
	}


	/* Back To Top
	--------------------------------------------- */

	.backtotop-container .wrap  {
		margin: 0 auto;
	}

	.backtotop-container .widget-title {
		display: none;
	}

	.fa-backtotop {
		padding: 0 10px;
	}

	
	/* Site Footer
	--------------------------------------------- */
	
	.footer-container {
		padding: 10px 0;
		font-size: 90%;
	}

	.footer-container .wrap {
		margin: 0 15px;	
		-webkit-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
	
	.custom-footer-1 {
		width: 100%;
		text-align: center;
		display: inline;
	}

	.custom-footer-2 {
		width: 100%;
		text-align: center;
	}

}


@media only screen and (max-width: 600px) {

	.sidebar-primary,
	.sidebar-secondary {
		width: 100%;
		display: inline-block;
	}

}