/*
	Theme Name: Deluxe
	Description: mobile responsive, HTML5
	Version: 3.1
	Template: genesis
	Template Version: 3.1
*/

/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
	font-family: 'Icon';
	src:url('fonts/Icon.eot');
	src:url('fonts/Icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/Icon.woff') format('woff'),
		url('fonts/Icon.ttf') format('truetype'),
		url('fonts/Icon.svg#Icon') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}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:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}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}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing: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
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #3D3930;
	font-family: 'Heebo', sans-serif;
	line-height: 1.625;
	font-size:14px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #4A4A4A;
	text-decoration: none;
}

a:hover {
	color: #88590D;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 500;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #222;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin: 0;
	padding:0;
	letter-spacing:1px;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	margin: -2px 0 0 0;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}

a img {
	height: auto;
	-webkit-transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-ms-transition: opacity .20s ease-in-out;
	-o-transition: opacity .20s ease-in-out;
	transition: opacity .20s ease-in-out;
}

a img:hover {
	filter: alpha(opacity=50);
	opacity: 0.6;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	display: inline-block;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
	color: #222;
	font-size: 16px;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #222;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #666;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #666;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #88590D;
	border: none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	padding: 16px 24px;
	width: auto;
}

.popup-box input[type="submit"] {
	margin-top: 20px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #333;
	color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
	color: #fff;
}

.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: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	background-color:#f4f4f4;
}
.site-inner .more-link {
	border-radius: 2px;
	border: 1px solid #fff;
	padding:1px 20px;
	float:right;
	font-size:13px;
	font-weight:bold;
}

.site-inner a.more-link  {
	color: #818181;
	margin-top: 10px;
	background-color: #f0f0f0;
}
.site-inner a:hover.more-link {
	background-color: #ececec;
	color:#000;
}

/* 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: 920px;
}

.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;
}

.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: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 255px;
	font-size:14px;
	text-transform: uppercase;
	padding: 45px 0px 0 74px;
	letter-spacing: 1px;
}

.sidebar-primary h4 {
	font-family: 'Lustria', serif;
}

.sidebar-primary a {
	color: #3D3930;
	text-decoration: none;
}

.sidebar-primary a:hover {
	color: #88590D;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.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;
	border: 1px solid #ececec;
	margin-bottom: 40px;
	padding: 40px;
}

.author-box-title {
	color: #333;
	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 {
	text-align: right;
}

.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	padding: 5px;
	margin: 5px 0;
	min-width: 100px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 18px;
	padding: 4px 0 30px 0;
	color:#88590D;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #88590D;
}

.home-bottom .widget-title, .home-top .widget-title {
	padding: 20px 40px;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget  {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.widget li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.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 30px;
	padding: 0;
}

.widget ul > li:last-child,
.widget p:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.widget h4 {
padding: 0 0 40px 0;
font-weight:500;
text-transform: none;
font-size:21px;
}
/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.home-top .widget.featured-content,
.sidebar .widget.featured-content {
	border-bottom-width: 0;
	padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
	margin: 0;
	padding: 30px 40px;
}

.featured-content .entry {
	background: none;
	border: none;
	border-bottom: 1px solid #ececec;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

.featured-content .entry-header {
	border-bottom: 5px solid #ececec;
	margin: 0;
	padding: 10px 40px;
}

.featured-content .entry-title {
	font-size: 20px;
	margin: 0;
}

.featured-content .entry-content {
	padding: 10px 40px;
}

.featured-content .alignnone {
	margin-bottom: 0;
}
	
.featured-content img {
	margin-bottom: -7px;
}

.sidebar .featured-content .widget-wrap {
	border: 1px solid #ececec;
}

.featured-content .more-link {
	display: block;
	font-weight: 700;
	margin-top: 20px;
}

.featured-content .more-from-category,
.featured-content ul {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 40px;
}

.footer-widgets  .featured-content .alignnone {
	margin-bottom: 24px;
}

.footer-widgets .featured-content .entry {
	background: none;
	border: none;
	margin-bottom: 30px;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
	border: none;
	padding: 0 0 10px;
}

.footer-widgets .featured-content .entry-content {
	padding: 0;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #f4f4f4;
	min-height: 50px;
}

.site-header .wrap {
	padding: 33px 0 0;
	position: relative;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 0 0 8px;
	width: 230px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #88590D;
}

.header-image .site-title > a {
	background-position: top !important;
	float: left;
	min-height: 57px;
	width: 100%;
}

.site-description {
	color: #222;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.5;
	text-transform: uppercase;
}

.site-description,
.site-title {
	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: 650px;
	bottom: 0;
	position: absolute;
	right: 0;
}

.site-header .widget-area .widget {
	margin-bottom: 0;
}

.site-header .genesis-nav-menu li {
	border: none;
	margin: 0;
	padding: 0;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	text-transform: uppercase;
}

.genesis-nav-menu a {
	color: #4a4a4a;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 14px 24px;
}

.genesis-nav-menu li:hover > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .current-menu-parent > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4A4A4A;
}

.genesis-nav-menu .sub-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #DCC39A;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 245px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #6e490b;
	color: #fff;
	padding: 5px 24px;
	position: relative;
	width: 245px;
	opacity:0.7;
}

.genesis-nav-menu li:nth-child(even) .sub-menu a {
	background-color: #695d47;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 20px 24px;
}

.genesis-nav-menu > .search {
	padding: 8px 0 0;
}

.genesis-nav-menu > .search input {
	font-size: 12px;
	padding: 12px 20px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	color: #333;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary,
.nav-primary a {
	color: #fff;
}

.nav-primary .sub-menu {
	border-color: #222;
}

.nav-primary .sub-menu a {
	background-color: #333;
	border-color: #222;
	color: #fff;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	text-transform: none;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.nav-secondary .genesis-nav-menu a {
	padding: 6px 20px;
}

.site-footer .nav-secondary .genesis-nav-menu a {
	color: #222;
}

.nav-secondary .genesis-nav-menu a:hover {
	color: #88590D;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
	padding: 10px;
	font-size: 24px;
	color: #fff;
	font-family: "Lustria",serif;
}

.responsive-menu-icon::before {
	display: block;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
}

.site-header .responsive-menu-icon::before {
	padding: 0;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */
.home-top .widget {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
	margin-top: 30px;
}

.home-top .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

.home-bottom .widget {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #ececec;
	float: left;
	margin-left: 2.564102564102564%;
	padding: 40px;
	width: 31.623931623931625%;
	margin-top: 30px;
}

.home-bottom .widget:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}
.home-bottom, .home-top {
	background-color: #efefef;
}

.home-bottom .more-link, .home-top .more-link {
	background-color: #6e6e6e;
	border-radius: 2px;
	padding:1px 20px;
	float:right;
	font-size:13px;
	font-weight:bold;
}

.home-bottom a.more-link, .home-top a.more-link  {
	color:#fff;
	margin-top:30px;	
}
.home-bottom a:hover.more-link, .home-top a:hover.more-link {
	background-color: #88590D;
}
/* Entries
--------------------------------------------- */

.entry {
	background-color: #f4f4f4;
	padding: 45px 54px 20px 54px;
	margin-bottom: 40px;
}
.home .entry {
	padding: 0 54px 20px 54px;
}

.entry-header {
	padding: 0 0 10px 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.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
--------------------------------------------- */

p.entry-meta {
	color: #222;
	font-size: 14px;
	margin-bottom: 0;
}

.entry-meta a {
	font-weight: 700;
}

.entry-header .entry-meta {
	margin: 10px 0 0;
}

.entry-footer {
	margin-top: 22px;
}

.entry-footer .entry-meta {

	margin: 0 -40px;
	padding: 0 40px 0 40px;
}

.entry-tags {
	float: right;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #fff;
	border: 1px solid #ececec;
	margin-bottom: 40px;
}

.after-entry .widget {
	margin: 0;
	padding: 40px;
}

.after-entry .widget-title {
	border-top: 1px solid #ececec;
	margin: -40px -40px 30px;
	padding: 30px 40px;
}

.after-entry .widget:first-child .widget-title {
	border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
	border-bottom: none;
}

.after-entry .featured-content .more-from-category {
	padding: 20px 40px;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	border: 1px solid #ececec;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #88590D;
	color: #fff;
}

.entry-pagination.pagination {
	margin: 0 0 10px;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	border: 1px solid #ececec;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.comment-respond h3 {
	border-bottom: 1px solid #ececec;
	margin: -40px -40px 40px;
	padding: 30px 40px;
}

.entry-comments {
	border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
	border-bottom: 1px solid #ececec;
	margin: 0;
	padding: 30px 40px;
}

.comment-list li.depth-1 {
	border-bottom: 1px solid #ececec;
	padding-bottom: 40px;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 40px 40px 0;
}

.comment-list li li {
	padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
	color: #333;
	margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
	color: #222;
	font-size: 14px;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
	color: #88590D;
}

.ping-list li {
	padding: 40px 40px 16px;
}

.entry-pings .reply {
	display: none;
}

.comment-reply-link {
	font-weight: 700;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
	background-color: #f4f4f4;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #212121;
	clear: both;
	padding-top: 40px;
	color:#aaa;
	font-size: 13px;
	border-top: 10px solid #f5f5f5;
}

.footer-widgets a  {
	color: #fff;
	text-decoration: none;
}

.footer-widgets a:hover, .footer-widgets .entry-title a:hover {
	color: #88590D;
}

.footer-widgets .entry-title a, .footer-widgets .widget-title {
	color: #fff;
	text-decoration: none;
	font-size:20px;
}

.footer-widgets .wrap {
	border-bottom: 2px solid #58595B;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets li {
	border-bottom: 1px dotted #ececec;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 340px;
}

.footer-widgets-1 {
	margin-right: 60px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets img {
	border:3px solid #fff;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #0f0d09;
	color: #BABABA;
	font-size: 18.3px;
	padding: 20px 120px 60px;
	text-align: center;
	margin: 10px 0 0 0;
}

.site-footer a {
	color: #BABABA;
}

.site-footer a:hover {
	color: #88590D;
}

.site-footer p {
	margin-bottom: 0;
}

.footer-widgets .more-link {
	border-radius: 2px;
	border: 1px solid #fff;
	padding:1px 20px;
	float:right;
	font-size:13px;
	font-weight:bold;
}

.footer-widgets a.more-link  {
	color:#fff;
	margin-top:30px;
	
}
.footer-widgets a:hover.more-link {
	background-color: #ececec;
	color:#000;
}
/*
Additional Styles
---------------------------------------------------------------------------------------------------- */
#totop:before {
    content: "\f343";
    font: 20px/1 'dashicons';
	display: block;
}
#totop {
	background-color: #817156;
	border-radius: 2px;
	cursor: pointer;
	color: #FFFFFF;
	font-weight:bold;
	display: none;
	font-size: 9px;
	opacity: 0.7;
	padding:8px 15px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	bottom: 70px;
	transition: none;
	z-index: 999;
}
.slider-area .widget, .slider-area2 .widget {
	margin: 0;
}
.slider-area .widget li, .slider-area2 .widget li {
	border-bottom: 0;
}
.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}

.site-container {
	margin: 60px auto 50px auto;
	max-width: 1140px;
}
.site-header,
.slider-area {
	padding: 0 54px;
	background-color: #f4f4f4;
}
.site-header {
	padding: 0 74px;
}

.homefont {
	font-size:18px;
	font-family: 'Lustria', serif;
	text-align:center;
	margin:60px auto 0 auto;
	width:77%;
}

.home4box {
	color: #fff;
}
.home4box .one-fourth {
	margin: 0;
	width: 25%;
	height: 371px;
	overflow: hidden;
}
.home4box .one-fourth h4 {
	font-size: 28px;
	font-family: 'Lustria', serif;
	font-weight: 400;
	padding: 15px 25px 40px;
}

.home4box .one-fourth:nth-child(1) .image-bg-box {
	background-image: url("https://jentelarts.org/wp-content/uploads/box1bg.jpg");
}
.home4box .one-fourth:nth-child(2) .image-bg-box {
	background-image: url("https://jentelarts.org/wp-content/uploads/box2bg.jpg");
}
.home4box .one-fourth:nth-child(4) .image-bg-box {
	background-image: url("https://jentelarts.org/wp-content/uploads/box4bg.jpg");
}
.home4box .one-fourth .image-bg-box {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 272px;
}

.home4box .one-fourth:nth-child(1) h4 {
	background-color: #88590D;
}
.home4box .one-fourth:nth-child(2) h4 {
	background-color: #817156;
}
.home4box .one-fourth:nth-child(3) {
	background-color: #4A4A4A;
	text-align: center;
	padding: 65px 0 0;
	background-image: url(https://jentelarts.org/wp-content/uploads/arrow1.png), url(https://jentelarts.org/wp-content/uploads/arrow2.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}
.home4box .one-fourth:nth-child(4) h4 {
	background-color: #8F8F8F;
}

.home4box .button {
	background: none;
	border: 1px solid #fff;
	border-radius: 0;
	font-size: 19px;
	padding: 4px 15px;
}

.home4box .button:hover {
	border: 1px solid #817156;
	color: #817156; 
}

.col1 {
	float:left;
	width: 65%;
}

.col2 {
	float:left;
	width: 35%;
    font-family: 'Lustria', serif;
	line-height:30px;
	padding: 0 20px 0 20px;
	margin: -5px 0 0 0;
}
.page-template-four-column .anothermenu-area {
float:left;
width: 25%;
padding: 4px 0 2px 0;
}

.page-template-four-column .anothermenu-area h4 {
color:#88590D;
text-transform: uppercase;
font-weight:700;
font-size:18px;

}

.page-template-four-column .entry-content {
float:left;
width: 75%;
}

.page-template-four-column .entry-title{
padding: 6px 0px 41px;
}


.site-footer .left {
	float: left;
}
.site-footer .right {
	text-align: right;
}

.site-header .widget.widget_nav_menu,
.site-header .widget.widget_text {
	display: inline-block;
}

.site-header .widget.widget_text,
.fb-img,
.search-img {
	vertical-align: middle;
	padding: 0 0 5px 0;
}

.search-img {
	margin-left: 38px;
}
.search-img-div {
	display: inline-block;
}
.fb-img {
	margin-left: 130px;
}

/*
Popup CSS
---------------------------------------------------------------------------------------------------- */

.popup-no-scroll {
	overflow: hidden;
}
.popup-click {
	cursor: pointer;
}
.popup {
	display: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}
.popup-box {
	display: none;
	background-color: #ccc;
	height: auto;
	width: 100%;
	max-height: 400px;
	max-width: 600px;
	position: fixed;
	overflow: auto;
	top: 50%;
	left: 50%;
	border: 5px solid #88590d;
	text-align: left;

	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.popup-content {
	padding: 15px;
}
.popup-title {
	background-color: #817156;
	color: #fff;
	font-family: "Lustria",serif;
	font-size: 24px;
	padding: 0 9px;
}

.popup-end {
	background-color: #3d3930;
	color: #fff;
	cursor: pointer;
	font-family: "Lustria",serif;
	font-size: 24px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
}

.site-header .popup-box .search-form {
    margin: 0;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min--moz-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 144dpi) {

	.custom-header .site-title a {
		background:url('https://jentelarts.org/wp-content/uploads/logo-hdpi.png') no-repeat top center !important;
		background-size: 230px 57px !important;
	}
	
}

@media only screen and (max-width: 1139px) {

	.wrap {
		
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 700px;
	}
	
	.site-header .widget-area {
		width: 600px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}


	.site-footer .left {
		float: none;
	}
	.site-footer .right {
		text-align: center;
	}

}

@media only screen and (max-width: 1023px) {

	.wrap {
		
	}
	
	.home-top .wrap {
		max-width: 750px;
	}

	.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-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding: 20px 5% 0;
	}
	.title-area {
		padding: 0 10px 20px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}
	
	.featured-content .alignnone {
		display: block;
		text-align: center;
	}

	.site-header .widget-area {
		position: static;
	}

	.home4box .one-fourth {
		width: 50%;
	}
	
}

@media only screen and (max-width: 768px) {
	.slider-area, .slider-area2 {
		display:none;
	}
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.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%;
	}
	
	.home-bottom .widget, .home-top .widget {
		width: 100%;
	}
	
	.header-image .site-title a {
		background-size: contain !important;
	}
	
	.menu-item {
		border-top: 1px solid #ececec;
	}

	.genesis-nav-menu.responsive-menu,
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		
		line-height: 1;
		padding: 16px 20px;
		text-transform: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #fff;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(0, 0, 0, 0.05);
		border: none;
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: #747474;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu,
	.nav-primary .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.home-bottom .widget {
		margin-left: 0;
	}

	.site-header .widget.widget_text,
	.fb-img, .search-img {
		display: none;
	}
	.site-header .widget.widget_nav_menu {
		display: block;
	}

	.nav-header {
		background-color: #3d3930;
	}

	.site-header .wrap {
		padding: 20px 0 0;
	}
	.site-header {
		padding: 0;
	}

	.site-container {
		margin: 0 auto 0;
	}

	.site-footer {
		padding: 20px 0 60px;
	}

	.home .entry {
		padding: 0 0 20px;
	}
	.entry {
		padding: 45px 0 20px;
	}

	.genesis-nav-menu a {
		color: #fff;
	}

	.genesis-nav-menu {
		padding: 0 5%;
	}

	.genesis-nav-menu li:hover > a,
	.genesis-nav-menu a:hover,
	.genesis-nav-menu .current-menu-item > a,
	.genesis-nav-menu .sub-menu .current-menu-item > a,
	.genesis-nav-menu .current-menu-parent > a,
	.genesis-nav-menu .sub-menu a:hover,
	.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		color: #DCC39A;
	}

	.col1 {
		float: none;
		width: 100%;
	}
	.col2 {
		float: none;
		width: 100%;
		margin: 0;
	}
	.sidebar-primary {
		padding: 0;
	}

	.page-template-four-column .entry-content {
		float: none;
		width: 100%;
	}
	.page-template-four-column .anothermenu-area {
		float: none;
		width: 100%;
	}

}

@media only screen and (max-width: 509px) {
	.home4box .one-fourth {
		width: 100%;
	}
	
}


body .rev_slider .tp-caption a.x-btn {
	display: inline-block;
	position: relative;
	border: 1px solid #ac1100;
	cursor: pointer;
l	ine-height: 1.3;
	text-align: center;
	vertical-align: middle;
	transition: all 0.15s linear;
}

body .rev_slider .tp-caption a.x-btn.x-btn-rounded {
      	border-radius: 0.225em;
}

body .rev_slider .tp-caption a.x-btn.x-btn-small {
	padding: 0.429em 1.143em 0.643em;
	font-size: 14px;
	font-size: 1.4rem;
}