/*
Theme Name: Jetblog
Theme URI: http://webdoone.com/jetblog
Description: Description: WordPress theme made with passion and with bloggers in mind. We would like to present you a clean, aesthetic and stunning theme for bloggers. Jetblog fascinates visually and functionally. It’s fully responsive and it looks awesome on every device, even on those with bigger resolutions and Retina displays. <br />You can find us on:  <a href="http://themeforest.net/user/webdoone" target="_blank">Envato</a>, <a href="https://www.facebook.com/webdoone" target="_blank">Facebook</a> and <a href="https://twitter.com/webdoone" target="_blank">Twitter</a>
Author: Webdoone
Author URI: http://webdoone.com
Version: 1.1.1
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, full-width-template, sticky-post, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: jetblog
*/

/* TABLE OF CONTENTS

1. MAIN SETTINGS
2. MENU
3. HEADER
4. HEADER - SLIDER
5. FEATURED POST SLIDER
6. PAGE SETTINGS
7. POST SETTINGS
8. POST DATA
9. POST AUTHOR
10. IMG HOVER
11. RELATED POSTS & COMMENTS
12. SINGLE POST
13. PAGINATION
14. WIDGETS
15. MAILCHIMP
16. CONTACT FORM 7
17. FOOTER INSTAGRAM
18. FOOTER
19. GRID-LAYOUT
20. LIST-LAYOUT
21. 404 PAGE
22. PROMO BOXES

--------------------------------------------------------------- */

/* 1. MAIN SETTINGS
--------------------------------------------------------------- */

body {
	font-family: 'Work Sans', sans-serif;
	font-size: 1em;
	color: #4a4848;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}

.pos-center {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
	clear: both;
	z-index: 2;
	position: relative;
}

.featured-slider-wrapper {
	max-width: 1100px;
	z-index: 1;
}

.pos-center:after, .main:after, .content:after,
.footer-stagram-widget:after, .list-layout:after, 
.comment-list .comment-description .comment-date:after, .related:after,
.widget ul.latestposts-feed li .feed-item:after, .widget ul.latestposts-feed li .feed-item:after {
	content: '';
	display: block;
	clear: both;
}

.clear-fix:after {
	content: " ";
	display: block; 
	height: 0; 
	clear: both;
}

.pos-center .main article, .pos-center .main .list-layout {
	margin-bottom: 25px;
}

.pos-center .main .list-layout article {
	margin-bottom: 0;
	height: auto;
	overflow: hidden;
	background: none;
	position: relative;
}

.hidden {
	display: none;
}

hr {
	color: #EAE1E1;
}

p {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

li {
	font-size: 14px;
	line-height: 1.5;
}

a {
	text-decoration: none;
	color: #BDA476;
	border: none;
}

.comment-txt a, .comments-count {
	color: #4a4848;
}

.comments-count i {
	color: #BDA476
}

.main ins {
	text-decoration: underline;
	background-color: transparent;
}

q {
	font-style: italic;
}

p sub {
	vertical-align: sub;
	font-size: smaller;
}

p sup {
	vertical-align: super;
	font-size: smaller;
}

div pre {
	padding: 25px;
	line-height: 1.5;
	margin: 25px 0;
	font-size: 16px;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #E5E5E5;
	overflow: scroll;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
}

h2 {
	font-size: 24px;
	font-weight: 700;
}

.content {
	height: auto;
	margin-top: 30px;
}

.main {
	width: 65%;
	margin-right: 3%;
	float: left;
}

.sticky .sticky-post-badge {
	display: block;
}

.sticky-post-badge {
	position: absolute;
	top: 0;
	right: 40px;
	z-index: 20;
	background-color: #BDA476;
	color: #ffffff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 1em;
}

.sticky-post-badge i {
	margin-right: 10px;
}

.gallery-caption {
	font-size: 12px;
	font-style: italic;
}

/* REMOVE BLUE BORDER */

*:focus {
	outline: 0;
}

/* SMOOTH */

* {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-kerning: normal;
	-moz-osx-font-smoothing: grayscale;
}

/* TABLE */

.main table {
	margin: 10px 0 25px;
	border: 1px solid #4a4848;
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100%;
}

.main table thead tr {
	border-bottom: 1px solid #4a4848;
}

table tr td {
	border-bottom: 1px solid #4a4848;
}

table tr th,
table tr td {
	padding: 10px 8px;
	text-align: left;
	font-weight: 500;
	border-bottom: 1px solid #4a4848;
}

table tr td {
	font-weight: 300;
	text-align: center;
}

table th,
table td {
	border-right: 1px solid #4a4848;
}

table tr th:last-child {
	border-right: none;
}

table tr td:last-child {
	max-width: 100%;
	border-right: none;
}

table tr:last-child th,
table tr:last-child td {
	border-bottom: none;
}

/* DEFINITION LIST */

.main dt {
	font-weight: 700;
	line-height: 1.83;
}

.main dd {
	line-height: 1.83;
	margin-bottom: 20px;
}

.main dd:before {
	content: '\f105';
	font-size: 12px;
	color: #ffffff;
	opacity: .5;
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	top: -1px;
	position: relative;
}

/* ADDRESS */

.main address {
	display: block;
	margin-bottom: 25px;
	line-height: 1.5;
}

/* CODE */

.main code {
	padding: 5px 10px;
	font-size: 90%;
	color: #BDA476;
	background-color: #ffffff;
	white-space: nowrap;
	border-radius: 4px;
}

.wow {
   visibility: hidden;
}

/* TOP MENU
_______________________________________________________________ */

body {
	width: 100%;
	height: 100%;
}

.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.slideout-panel {
	position: relative;
	z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

/* 2. MENU
--------------------------------------------------------------- */

.nav-container .overlay-social .top-social a i {
	font-size: 50px;
}

.nav-container .overlay-social .top-social li {
	display: inline-block;
	width: 65px;
	height: 65px;
	text-align: center;
	margin: 10px;
}

.nav-container .overlay-social .top-social a i:hover {
	color: #ffffff;
	transition: .3s;
}

.nav-container .menu-button i:hover {
	opacity: .5;
	transition: .3s;
}

.menu-button {
	display: block;
	top: 14px;
	cursor: pointer;
	float: right;
	margin-left: 25px;
	color: #ffffff;
}

.social-text {
	font-size: 54px;
	font-weight: 300;
	margin-bottom: 50px;
	display: block;
}

/* MENU
--------------------------------------------------------------- */

.top-bar {
	z-index: 9999;
	width: 100%;
}

.top-bar .pos-center {
	position: relative;
}

.header-nav .menu li {
	height: 54px;
}

.menu li {
	display: inline-block;
	position: relative;
}

.menu > li {
	padding-top: 3px;
}

.header-nav .menu li a {
	letter-spacing: 1px;
	color: #4a4848;
	z-index: 10;
}

.header-nav .menu li > ul a {
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	font-size: 32px;
	line-height: 32px;
}

.header-nav .menu ul .sub-menu > li a {
	font-size: 24px;
}

#main-nav .menu > .menu-item-has-children > a:after {
	content: "\f175";
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 16px;
	font-size: 20px;
	position: relative;
	top: -21px;
}

#main-nav .menu > .arrow-up > a:after {
	content: "\f176";
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 16px;
	font-size: 20px;
	position: relative;
	top: -21px;
}

#main-nav .sub-menu > .menu-item-has-children > a:after {
	content: "\f175";
	font-family: 'FontAwesome';
	margin-left: 16px;
	font-size: 15px;
	position: relative;
	top: -6px;
}

.menu-item-has-children {
	display: none;
	z-index: 999;
}

.header-nav .menu ul li {
	height: 54px;
}

.menu ul {
	margin: 20px 0;
}

/* STANDARD MENU */

.standard-nav-container .main-menu .menu > li:first-child > a {
	padding-left: 0;
}

.standard-nav-container .standard-menu-social .sub-menu li {
	text-align: center;
}

.standard-nav-container .standard-menu-search .sub-menu:before {
	left: auto;
	right: 3px;
}

.wc-noactive .standard-menu-search .sub-menu {
	right: -10px;
}

.wc-active .standard-menu-search .sub-menu {
	right: 70px;
}

.wc-active .standard-menu-search .sub-menu.cartnotactive  {
	right: 0;
}

.standard-nav-container .standard-menu-search .sub-menu input {
	background: none;
	border: none;
	font-size: 16px;
	font-weight: 300;
	padding: 0 20px;
	font-family: 'Work Sans', sans-serif;
	color: #4a4848;
}

.standard-menu-share .sub-menu li {
	text-align: center;
}

.standard-nav-container .main-menu > div {
	float: left;
}

.standard-nav-container .main-menu > div > ul {
	padding-right: 0;
}

.standard-nav-container .menu ul {
	margin: 0;
}

.standard-nav-container .menu li,
.standard-nav-container .menu li a,
.standard-nav-container .menu ul li {
	height: inherit;
}

.standard-nav-container .main-menu ul ul {
	display: none;
	opacity: 0;
}

.standard-nav-container .main-menu ul li:hover > ul {
	display: block;
}

.standard-nav-container .main-menu ul li > ul li:hover > ul {
	display: block;
}

.standard-nav-container .main-menu ul {
	display: inline-table;
	float: right;
}

.standard-nav-container .main-menu ul:after {
	content: ""; 
	clear: both; 
	display: block;
}

.standard-nav-container .main-menu ul li {
	float: left;
	display: list-item;
	position: initial;
}

.standard-nav-container .main-menu ul li a,
.standard-menu-button .fa-search {
	font-size: .85em;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	line-height: 20px;
}

.standard-menu-button .fa-search {
	margin-left: 20px;
}

.standard-nav-container .main-menu ul .cart-contents-hover a {
	display: inline;
	padding: 10px 0 10px 10px;
}

.standard-nav-container .main-menu li a:first-child:hover {
	color: #bda476;
	transition: .3s;
}

.standard-nav-container .main-menu ul li a:hover {
	transition: .3s;
}


.standard-nav-container .main-menu ul li .sub-menu li .sub-menu a {
	font-size: 16px;
	text-align: right;
}

.standard-nav-container .main-menu ul li .sub-menu li .sub-menu:before {
	border: none;
}

.standard-nav-container .main-menu ul ul {
	background-color: #ffffff;
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.21);
	padding: 10px 0;
	position: absolute; 
	margin-top: 6px;
}

.standard-nav-container .main-menu ul ul:before {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	top: -20px;
	width: 100%;
}

.standard-nav-container .main-menu ul .standard-menu-search ul {
	right: 0;
}

.standard-nav-container .main-menu ul ul li {
	float: none; 
	position: relative;
}

.standard-nav-container .main-menu ul ul li a {
	padding: 5px 25px;
	color: #4a4848;
}

.standard-nav-container .main-menu ul ul li a:hover {
	color: #BDA476;
}

.standard-nav-container .main-menu ul ul ul {
	position: absolute;
	right: 100%;
	top: -20px;
}

.standard-nav-container .main-menu ul ul ul li a {
	white-space: nowrap;
}

.primary-menu li.menu-item-has-children > a:after,
.standard-nav-container .main-menu li.menu-item-has-children > a:after {
	display: inline-block;
	content: "\f107";
	margin-left: 8px;
	font-family: "FontAwesome";
	font-size: 14px;
}

.primary-menu  .sub-menu li.menu-item-has-children > a:after {
	content: "\f105";
	font-size: .8em;
	line-height: 1em;
	vertical-align: middle;
}

.standard-nav-container .main-menu ul ul li.menu-item-has-children > a:after {
	content: '';
}

.standard-nav-container .main-menu ul ul li.menu-item-has-children > a:before {
	display: inline-block;
	content: "\f104";
	margin: 0 15px 0 0;
	font-family: "FontAwesome";
	font-size: 14px;
}

/* PRIMARY MENU */

.slicknav_menu {
	display: none;
}

.slicknav_menu {
	background-color: #bda476;
}

.primary-menu {
	z-index: 100;
	position: relative;
}

.primary-menu:before {
	content : "";
	position: absolute;
	left: 15%;
	top: 0;
	height: 1px;
	width: 70%;  /* or 100px */
	border-top: 1px solid #EAE1E1;
}

.primary-menu ul {
	list-style:none;
	position:relative;
	margin:0;
	padding:0;
	text-align: center;
}

.primary-menu ul a {
	display: block;
	color: #4a4848;
	text-decoration: none;
	font-weight: 400;
	font-size: 1em;
	line-height: 2em;
	padding: 0 15px;
	font-family: 'Work Sans', sans-serif;
	transition: color .3s ease-in-out;
}

.primary-menu ul li a:hover {
	color: #bda476;
}

.primary-menu ul li {
	position:relative;
	padding:0;
}

.primary-menu ul:first-child > li {
	margin: 15px 0 20px 0;
}

.primary-menu ul li.current-menu-item a {
	color: #bda476;
	font-weight: 500;
}

.primary-menu ul:first-child > li::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: #BDA476;
	transition: width .3s;
}

.primary-menu ul:first-child > li:hover::after {
	width: 100%;
}

.primary-menu ul li ul {
  transform: translate(0px, 30px);
	visibility: hidden;
	text-align: left;
	position:absolute;
	top:100%;
	left:0;
	background-color: #ffffff;
	padding:0;
	opacity: 0;
	margin-top: 20px;
	box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.07);
	transition: visibility 0s 0.55s, opacity 0.375s ease-in-out 0.175s, transform 0.375s ease-in-out 0.175s;}

.primary-menu ul li:hover > ul {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.175s, 0.175s, 0.175s;
	transition: visibility 0s ease-in-out 0.175s, opacity 0.375s ease-in-out 0.175s, transform 0.375s ease-in-out 0.175s;
}

.primary-menu ul ul ul {
	margin-left: 10px;
}

.primary-menu ul ul ul:before {
	content: "";
	display: block;
	width: 10px;
	position: absolute;
	left: -10px;
	top: 0;
	height: 100%;
}

.primary-menu ul ul ul li:first-child:before {
	content: '';
	left: -8px;
	top: 12px;
	position: absolute;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 8px solid #ffffff;
}

.primary-menu ul ul:before {
	content: "";
	display: block;
	height: 20px;
	position: absolute;
	top: -20px;
	width: 100%;
}

.primary-menu ul ul li {
	float: none;
	width: 200px
}

.primary-menu ul ul a {
	padding: 5px 15px;
	line-height: 1.2em;
}

.primary-menu ul .sub-menu li:first-child {
	padding-top: 5px;
}

.primary-menu ul .sub-menu li:last-child {
	padding-bottom: 5px;
}

.primary-menu ul ul ul {
	transform: translateX(20px);
	top: 0;
	left: 100%;
	margin-top: 0
}


/* 3. HEADER
--------------------------------------------------------------- */
body header {
	margin-top: 60px;
}

/* STICKY MENU */
.header-nav {
	position: fixed;
	z-index: 9999;
	right: 0;
	left: 0;
	top: 0;
	font-size: 1em;
	line-height: 48px;
	height: 48px;
	background: rgba(255,255,255,0.9);
	text-align: left;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}

.admin-bar .header-nav {
	top: 30px;
}

header .pos-center {
	z-index: 9;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

.nav-container i {
	font-size: 24px;
}

.logo {
	text-align: center;
}

.site-name {
	text-align: center;
	font-weight: 300;
} 

.site-name a {
    font-size: 3.5em;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    letter-spacing: 5px;
}

.site-description {
	color: #4a4848;
	font-size: .8em; 
	font-weight: 300;
	font-family: "Work Sans", sans-serif;
	margin-top: 5px;
}


/* GALLERY SLIDER */

.bxslider li {
	position: relative;
	/*overflow: hidden;*/
}

.format-gallery .post-img .bx-wrapper .bx-prev {
	left: 4.5%;
	background: none;
	top: 46%;
}

.format-gallery .post-img .bx-wrapper .bx-next {
	right: 4.5%;
	background: none;
	top: 46%;
}

.post-img .bx-wrapper .bx-prev i,
.post-img .bx-wrapper .bx-next i {
	font-size: 50px;
	color: #ffffff;
	opacity: 1;
}

.post-img .bx-wrapper .bx-prev i:hover,
.post-img .bx-wrapper .bx-next i:hover {
	opacity: .5;
}

/* GALLERY SLIDER SETTINGS */

.bx-wrapper .bx-viewport {
	/* Fix other elements on the page moving (on Chrome) */
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/* SLIDER RESET AND LAYOUT */

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/bx_loader.gif) center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10.5%;
}

.bx-wrapper .bx-next {
	right: 10.5%;
	opacity: 1;
}

.bx-wrapper .bx-next .fa,
.bx-wrapper .bx-prev .fa {
	transition: .2s;
}

.bx-wrapper .bx-next:hover .fa {
	transform: translateX(2px);
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-o-transform: translateX(2px);
}

.bx-wrapper .bx-prev:hover .fa {
	transform: translateX(-2px);
	-webkit-transform: translateX(-2px);
	-moz-transform: translateX(-2px);
	-o-transform: translateX(-2px);
}

.bx-wrapper .bx-next .fa-angle-right {
	margin-right: -3px;
}

.bx-wrapper .bx-prev .fa-angle-left {
	margin-left: -3px;
}

.featured-wrapper .bx-wrapper .bx-controls-direction a {
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -16px;
	font-size: 20px;
	line-height: 31px;
	width: 32px;
	height: 32px;
	z-index: 9999;
	color: #ffffff;
}

.related-post .bx-wrapper .bx-controls-direction a {
	margin-top: -24px;
}

.single .bx-wrapper .bx-next .fa-angle-right {
	margin-right: -40px;
}

.single .bx-wrapper .bx-prev .fa-angle-left {
	margin-left: -40px;
}

.bx-wrapper .bx-controls-direction .disabled {
	display: none;
}

.featured-full .bx-wrapper .bx-pager .bx-pager-item:first-of-type:last-of-type { 
	display: none
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -16px;
	font-size: 20px;
	line-height: 31px;
	width: 32px;
	height: 32px;
	z-index: 9999;
	color: #ffffff;
}

/* 5. FEATURED POST SLIDER
--------------------------------------------------------------- */

.featured-full , .bxslider, .featured-full-2 {
	visibility: hidden;
}

.featured-full .post-data {
	margin-bottom: 25px;
}

.featured-full .post-data .post-share {
	display: none;
}

.single .content .main img {
	max-width: 100%;
	height: auto;
}

#fs-slider .info {
	visibility:hidden;
}

#fs-slider .info.active-slide {
	visibility:visible;
}

.featured-wrapper .bx-wrapper .info-inner {
	position: relative;
	padding: 40px 140px 40px 40px;
}

.featured-wrapper .bx-wrapper i {
	color: #ffffff;
}

.featured-wrapper .bx-wrapper .featured-slider-controls {
	position: absolute;
	height: 100%;
	top: 0;
	right: 40px;
	z-index: 2;
}

.featured-wrapper .bx-wrapper .featured-slider-controls span {
	display: table;
	height: 50%;
}

.featured-wrapper .featured-inner-content {
	position: relative;
	z-index: 2;
}

.featured-wrapper .bx-wrapper .featured-slider-controls span a {
	height: 100%;
	width: 80px;
	display: table-cell;
	text-align: center;
	position: relative;
	border-left: 1px solid rgba(74, 72, 72, 0.5);
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 2em;
}

.featured-wrapper .bx-wrapper .bx-prev {
	border-top: 1px solid rgba(74, 72, 72, 0.5);
	box-sizing: border-box;
	left: auto;
}

.featured-wrapper .bx-wrapper .bx-next {
	right: auto;
	box-sizing: border-box;
}

.featured-wrapper .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}

.featured-wrapper .bx-wrapper .bx-next:hover .fa {
	opacity: 1;
}

.featured-wrapper .bx-wrapper .bx-pager.bx-default-pager {
	position: absolute;
	bottom: 33px;
	right: 140px;
	width: auto;
}

.featured-wrapper .bx-wrapper .bx-prev .fa-angle-left {
	margin-left: 0px;
}

.featured-full {
	position: relative;
}

.food .featured-full {
	margin-bottom: 73px;
}

.featured-full a {
	padding: 0;
}

.featured-full .featured .items {
	display: block;
}

.featured-container .pos-header-title-link {
	margin-top: 0;
}

.featured-container .info h2 a,
.featured-container .info h3 a  {
	padding-left: 0;
	 color: #ffffff;
}

.featured-container .info .post-data p {
	padding-left: 0;
	padding-bottom: 0;
}

.featured-img {
	width: 100%;
	height: auto;
	float: right;
	margin-left: 30px;
	overflow: hidden;
}

.featured-img img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.featured-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.featured-container .post-edit-link {
	color: #ffffff;
}

.featured-wrapper .info {
	width: 65%;
    height: auto;
    position: absolute;
    right: -40px;
    bottom: 80px;
    box-sizing: border-box;
	transition: .3s ease-in-out;
}

.featured-wrapper .post-data {
	padding: 15px 0 0 0;
}

.featured-wrapper .featured-info-bg {
	background-color: #bda476;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: .6;
	transition: .3s ease-in-out;
}

.featured-wrapper .featured-container:hover .featured-info-bg  {
	opacity: .8;
}

.featured-wrapper .post-info .admin-edit {
	margin-left: 10px;
}

.featured-container .info .post-info {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	position: relative;
	top: 6px;
}

.featured-container.post-info-featured-slider {
	color: #ffffff;
}

.featured-container .noimage {
	height: 600px;
	background-color: #f2f2f2;
}

.fs-pager-slider {
	margin-top: 20px;
	overflow: hidden;
}

.fs-pager-slider .bx-wrapper .bx-pager {
	top: -20px;
	bottom: inherit;
}

.fs-pagination a {
	display: inline-block;
	vertical-align: top;
	line-height: normal;

}

.fs-pagination {
	border-left: 1px solid #ebebeb;
	padding-left: 20px;
}

.fs-pagination a span {
	color: #BDA476;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1500em;
}

.fs-pagination h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: 400;
	color: #4a4848;
	transition: .3s ease-in-out;
}

.fs-pagination.active h5,
.fs-pagination a:hover h5 {
	color: #BDA476;
}

.page-numbers, .post-pagination a {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 2px 6px;
	background-color: #4a4848;
	transition: .3s ease-in-out;
}

.page-numbers.current, .page-numbers:hover, .post-pagination a:hover {
	background-color: #BDA476;
}


/* Featured slider version 2 */

.featured-wrapper-2 {
	height: 100%;
}

.featured-wrapper-2 .bx-viewport {
	overflow: visible !important;
	width: 1200px !important;
}
 
.main-container {
	overflow: hidden;
	padding-bottom: 150px;
}
 
.featured-wrapper-2 .fd-slider {
	list-style: none;
	margin: 0;
	padding: 0;
}
 
.featured-wrapper-2 .fd-slider li {
	width: 800px!important;
	margin: 0;
	padding: 0;
}

.featured-wrapper-2 .featured-container {
	position: relative;
	width: 1100px;
}

.featured-wrapper-2 .featured-container .info {
	position: absolute;
	width: 100%;
	height: 100%;
}

.featured-wrapper-2 .featured-container .info-inner {
	display: table;
	width: 70%;
	height: 100%;
	margin: 0 auto;
}

.featured-wrapper-2 .pos-header-title-link {
	font-size: 2.5em;
}

.featured-wrapper-2 .featured-container .featured-inner-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	z-index: 1;
}

.featured-full-2 .bx-pager {
	text-align: center;
	position: inherit;
	margin-top: 20px;
}

.featured-full-2 .bx-pager-item a {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #bda476;
	border-radius: 50%;
	text-indent: 9999px;
	transition: .1s ease-in-out;
}

.featured-full-2 .bx-pager-item .active,
.featured-full-2 .bx-pager-item a:hover {
	background-color: #4a4848;
}

.featured-full-2 .bx-pager-item {
	display: inline-block;
	margin: 0 .25rem;
}

.featured-full-2 .featured-container:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .5;
	content: '';
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	background: #4a4848;
}

.featured-full-2 .featured-container:hover:after {
	opacity: .8;
}

.featured-full-2 .more-link {
	float: none;
	margin-top: 40px;
	padding: 4px 20px;
	font-size: 1.1em;
	border-radius: 2px;
}

.featured-fullwidth-2 {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.slider2-next a {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	right: 0;
	cursor: pointer;
	cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ImFycm93cmlnaHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSItNjMgNzQuMSA0NCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtNjMgNzQuMSA0NCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTS02Myw4Ny42aDM4LjNsLTguNCw4LjRsMi4xLDIuMWwxMi0xMmwtMTItMTJsLTIuMSwyLjFsOC40LDguNEgtNjNWODcuNnoiLz48L3N2Zz4=") 16 16, pointer !important
}

.slider2-prev a {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
	left: 0;
	cursor: pointer;
	cursor: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNDRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSItNjMgNzQuMSA0NCAyNCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAtNjMgNzQuMSA0NCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0tMTksODQuNmgtMzguM2w4LjQtOC40bC0yLjEtMi4xbC0xMiwxMmwxMiwxMmwyLjEtMi4xbC04LjQtOC40SC0xOVY4NC42eiIvPjwvc3ZnPg==") 16 16, pointer !important
}

#Layer_1 svg {
	fill: #ffffff;
}

.featured-fullwidth-2 .bx-wrapper {
	margin-bottom: 0;
}


/* 6. PAGE SETTINGS
--------------------------------------------------------------- */

.page-wrapper {
	float: left;
	width: 65%;
}

.page-wrapper .post-ful {
	width: 100%;
}

.page-wrapper .main {
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}

.page .main p {
	color: #4a4848;
	padding: 4px 0;
	line-height: 1.83;
	font-size: 16px;
}

.main .alignnone {
	width: 100%;
	height: auto;
	padding: 25px 0;
	margin: 25px 0;
	box-sizing: border-box;
}

.page .main blockquote {
	border-left: 3px solid #EAE1E1;
}

.page .main blockquote p {
	font-size: 16px;
	font-style: italic;
	color: #4a4848;
	margin: 40px 0 40px 25px;
}

.page-data .wp-caption-text {
	text-align: center;
	font-style: italic;
	font-weight: 400;
	margin-top: 10px;
	font-size: 12px;
}

.pagetitle {
	font-size: 34px;
	text-align: left;
	margin-bottom: 25px;
}

.page .page-comments {
	float: left;
	width: 100%;
}

.page .page-comments.post-ful {
	width: 100%;
}

/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll .navigation,
.infinite-scroll .neverending .footer-stagram-widget,
.infinite-scroll .neverending .footer,
.infinite-scroll .neverending .footer-bottom {
	display: none;
}

/* Shows the footer again in case all posts have been loaded */
.infinity-end .neverending .footer-stagram-widget,
.infinity-end .neverending .footer,
.infinity-end .neverending .footer-bottom {
	display: block;
}

/* 7. POST SETTINGS
--------------------------------------------------------------- */

.post-data p {
	margin-bottom: 10px;
}

.post-data iframe {
	width: 100%;
}

img.alignright { 
	float: right; 
	margin: 0 0 25px 25px;
	padding-top: 8px;
	max-width: 100%;
}

img.alignleft { 
	float: left; 
	margin: 0 25px 25px 0;
	padding-top: 8px;
	max-width: 100%;
}

img.alignleft:after {
	content: "";
	clear: both;
}

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

.alignright { 
	float: right; 
}

.alignleft { 
	float: left; 
}

.aligncenter { 
	display: block; 
	margin: 25px auto;
}

.main .wp-caption {
	max-width: 100%;
	box-sizing: border-box;
}

.main .wp-caption img {
	display: block;
	width: 100%;
	height: auto;
}

.main .wp-caption.alignright {
	margin: 0 0 10px 25px;
}

.main .wp-caption.alignleft {
	margin: 9px 25px 10px 0;
}

.main .wp-caption.alignleft figcaption,
.main .wp-caption.alignright figcaption,
.main .wp-caption.alignnone figcaption,
.main .wp-caption.aligncenter figcaption {
	margin: 15px 0 10px;
}

.page-wrapper .main .wp-caption-text {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	margin-bottom: 10px;
}

article {
	position: relative;
}

.post-header {
	padding: 20px 0 0;
}

.no-thumbnail .post-header {
	padding-top: 0;
}

.pos-header-title-link {
	color: #4a4848;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.3;
	transition: .3s ease-in-out;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.pos-header-title-link:hover {
	color: #BDA476;
}

.post-has-review .no-thumb .pos-header-title-link {
	margin-top: 80px;
}

.list-layout .post-has-review .no-thumb .pos-header-title-link,
.grid-layout .post-has-review .no-thumb .pos-header-title-link {
	margin-top: 30px;
}

.post-has-review.star .no-thumb .pos-header-title-link {
	margin-top: 30px;
}

.post-info {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	margin-top: 22px;
	font-weight: 400;
}

.post-info .author a {
	color: #BDA476;
	font-weight: 500;
	transition: .3s ease-in-out;
}

.post-info .author a:hover {
	color: #4a4848;
}

.post-info .date {
	color: #4a4848;
    margin-right: 10px;
}

.post-info .author {
	color: #4a4848;
    margin-right: 10px;
}

.post-info .comments-count {
	margin-right: 10px;
}

.post-info .views-count {
    color: #4a4848;
}

.post-info .views-count i {
	color: #BDA476
}
.featured-container .cat a,
.featured-container .post-info .author,
.featured-container .post-info .author a,
.featured-container .post-info .date,
.featured-container .post-info .comments-count,
.featured-container .post-info .comments-count i, 
.featured-container .post-info .views-count,
.featured-container .post-info .views-count i {
	color: #ffffff;
	transition: .3s;
}

.post-header .cat a,
.featured-container .cat a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1500em;
	display: inline-block;
	text-transform: uppercase;
	padding: 3px 10px 3px 0;
	margin-bottom: 10px;
	line-height: 1em;
	transition: .3s ease-in-out
}

.post-header .cat a:hover,
.fs-slider .featured-container .cat a:hover,
.fs-slider .featured-container .post-info .author a:hover,
.fs-slider .featured-container .info h2 a:hover, 
.fs-slider .featured-container .info h3 a:hover {
	color: #4a4848;
}

.post-header .post-info .admin-edit {
	margin-left: 10px;
}

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

.post-header .tagcloud {
	margin-top: 15px;
}

.post-header .tagcloud a {
	float: none;
}

.post-img {
	display: block;
	-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
	backface-visibility: hidden;
}

.post-img, .promo-item {
	background-color: #bda476;
}

.format-gallery .post-img {
	background-color: transparent;
}

.post-img a .home-post-thumb,
.promo-item a .home-post-thumb {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.post-img a:hover .home-post-thumb,
.promo-item a:hover .home-post-thumb {
	opacity: 0.8;
}

.post-img img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.page .post-img img {
	box-sizing: border-box;
}

.post-data p input {
	border: none;
}

.post-data p input[type="password"] {
	font-family: 'Work Sans', sans-serif;
	text-align: center;
	margin-left: 8px;
	padding: 13px;
	border: 1px solid #4a4848;
	transition: border-color 0.2s ease-in-out;
	background: transparent;
}

.post-data p input[type='submit'] {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #ffffff;
	padding: 13px 35px;
	background-color: #BDA476;
}

.post-data p input[type='submit']:hover {
	background-color: #BDA476;
	transition: .3s;
	cursor: pointer;
}

.main .post-share .social-share-icons .share-whatsapp {
	display: none !important;
}

.main .post-share .social-share-icons a:last-child {
	padding-right: 0;
}

.post-img.audio iframe {
	width: 100%;
}

.home-post-thumb {
	position: relative;
}

.video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.video-play-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: rgba(0,0,0,0.5);
}

.video-play i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-40%, -50%);
	z-index: 2;
	font-size: 25px;
}

/* ARCHIVE / CATEGORY / TAG TOP HEADLINE */

.top-headline {
	text-align: left;
	margin-bottom: 30px;
	background-color: #ffffff;
	position: relative;
}

.top-headline span {
	font-size: 22px;
	margin-bottom: 8px;
	display: inline-block;
}

.top-headline h1 {
   font-size: 50px;
}

.top-headline p {
   font-size: 14px;
   margin-top: 20px;
}

/* 8. POST DATA
--------------------------------------------------------------- */

.home article .post-data,
.archive article .post-data {
	padding-bottom: 15px;
}

.bypostauthor {
	background-color: #ffffff;
}

.post-data .fluid-width-video-wrapper {
	margin: 25px 0;
}

.post-data {
	overflow: hidden;
}

.post-data p {
	font-size: 1em;
	color: #4a4848;
	line-height: 1.6;
}

.post-data blockquote p {
	padding-bottom: 0;
}

.post-pagination {
	padding: 25px 0;
}

.single .post-data blockquote,
.post-data blockquote {
	border-left: 3px solid #BDA476;
}

.blockquote-text,
.single .post-data blockquote p,
.post-data blockquote p {
	font-size: 1em;
	font-style: italic;
	color: #BDA476;
	padding-bottom: 0;
	margin: 40px 0 40px 25px;
}

.post-data .wp-caption-text {
	font-style: italic;
	font-weight: 400;
	color: #BDA476;
}

cite {
	font-style: italic;
}

.page .main h1 {
	font-weight: 500;
}

.page-wrapper .main .page-data h1 {
	margin: 0 0 20px 0;
}


.page .main h3, 
.page .main h4, 
.page .main h6,
.post-data h1, 
.post-data h3, 
.post-data h4, 
.post-data h5, 
.post-data h6 {
font-family: 'Roboto Slab', serif;
	font-weight: 400;
	margin: 40px 0 20px;
}

h5 {
font-family: 'Roboto Slab', serif;
	font-weight: 400;
}

.page .main h2,
.post-data h2 {
	font-weight: 500;
	margin: 40px 0 20px;
}

.page .main h1,
.post-data h1 {
	font-size: 3em;
}

.page .main h2,
.post-data h2 {
	font-size: 2em;
}

.page .main h3,
.post-data h3 {
	font-size: 1.5em;
}

.page .main h4,
.post-data h4 {
	font-size: 1.3em;
}

.page .main h5,
.post-data h5 {
	font-size: 1em;
}

.page .main h6,
.post-data h6 {
	font-size: 0.707em;
	font-weight: 800;
	text-transform: uppercase;
}

.post-data hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid rgba(204,204,204,0.5);
	clear: both;
	margin-bottom: 20px;
}

.page .main ul,
.page .main ol,
.post-data ul, 
.post-data ol {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 1.83;
	margin: 10px 25px;
}

.page .main ul li,
.post-data ul li {
	list-style: square;
}

.page .main ol li,
.post-data ol li {
	list-style: decimal;
}

.more-link-header {
	font-size: 28px;
	margin-left: 12px;
}

.more-link-header i {
	color: #ffffff;
}

.more-link {
	background-color: #BDA476;
	font-size: .9em;
	font-weight: 500;
	position: relative;
	padding: 2px 10px;
	border-radius: 2px;
	color: #ffffff;
	display: inline-block;
	line-height: 1.5;
	float: left;
	overflow: hidden;
}

.popular-title {
	float: left;
	line-height: initial;
	font-size: 2em;
	font-weight: 400;
	margin-right: 30px;
}

.related-excerpt .more-link,
.popular-excerpt .more-link {
    margin-top: 10px;
}

.more-link:hover i, 
.related-excerpt .more-link:hover i,
.popular-excerpt .more-link:hover i {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	opacity: 1;
	width: 20px;
	left: 7px;
}

.more-link i,
.related-excerpt .more-link i,
.popular-excerpt .more-link i {
	width: 0;
	opacity: 0;
	transform: translateX(20px);
	-webkit-transform: translateX(20px);
	transition: .3s ease-in-out;
	display: inline-block;
	position: relative;
	left: 7px;
}

.gallery .gallery-item {
	display: inline-block !important;
	float: none !important;
	margin-top: 0 !important;
	text-align: inherit !important;
}

.gallery a img {
	border: none !important;
}
.gallery a img:hover {
	opacity: .7;
	transition: .3s;
}

/* Masonry Gallery */
.grid-sizer,
.grid-item { 
	width: 49.5%; 
	margin-bottom: 3px;
}

.gutter-sizer { 
	width: 1%; 
}

/* 2 columns wide */
.grid-item--width2 { 
	width: 100%; 
}

.grid-item img {
	max-width: 100%;
	padding: 0;
}

/* post prev-next btn */
.post-nav-contener {
	position: relative;
	height: 133px;
	width: 246px;
	display: block;
}

.post-nav-link {
	position: fixed;
	width: 215px;
	height: 133px;
	top: 50%;
	margin-top: -67px;
	z-index: 99999;
	transition: .3s ease-in;
}

.post-nav-link.prev {
	left: -300px;
}

.post-nav-link.on.prev {
	left: -215px;
}

.post-nav-link.prev:hover {
	left: 0;
	-webkit-box-shadow: 50px 0px 62px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 50px 0px 62px 0px rgba(0,0,0,0.2);
	box-shadow: 50px 0px 62px 0px rgba(0,0,0,0.2);
}

.post-nav-link.next {
	right: -300px;
}

.post-nav-link.on.next {
	right: -215px;
}

.post-nav-link.next:hover {
	right: 0;
	-webkit-box-shadow: -50px 0px 62px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -50px 0px 62px 0px rgba(0,0,0,0.2);
	box-shadow: -50px 0px 62px 0px rgba(0,0,0,0.2);
}

.post-nav-link.prev .post-btn-rotate {
    width: 46px;
    top: 50%;
    position: absolute;
    right: -15px;
}

.post-nav-link.next .post-btn-rotate {
    width: 46px;
    top: 50%;
    position: absolute;
}

.post-btn {
	transform-origin: top left;
	width: 134px;
	box-sizing: border-box;
	padding: 20px 0 20px;
	text-align: center;
	text-transform: uppercase;
	background-color: #ffffff;
}

.post-btn.prev {
	transform: rotate(-90deg) translate(-50%, 0);
}

.post-btn.next {
	transform: rotate(90deg) translate(-50%, 0);
}

.post-nav-prev-content {
	height: 133px;
	display: block;
}

.post-nav-prev-content a {
	width: 215px;
	display: block;
	height: 133px;
}

.post-nav-content {
	display: table;
	width: 215px;
	height: 133px;
	overflow: hidden;
}

.post-nav-content:before {
	content: '';
	background-color: #bda476;
	height: 133px;
	width: 215px;
	position: absolute;
	left: 0;
	z-index: -1;
}

.single .content .main .post-nav-content img {
	width: 215px;
	height: 133px;
	max-width: inherit;
	position: absolute;
	left: 0;
	z-index: -1;
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
	-o-filter: brightness(60%);
	-ms-filter: brightness(60%);
}

.post-nav-content p {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	width: 215px;
	height: 133px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 500;
	font-family: 'Roboto Slab', serif;
	line-height: 1.2em;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .7);
}


/* 9. POST AUTHOR
--------------------------------------------------------------- */

.author-box .author-info h4.heading {
	margin-bottom: 15px;
}

.author-box .author-info h4.heading span a {
	font-size: 18px;
	font-weight: 700;
	transition: .3s;
}

.author-box .author-info h4.heading span a:hover {
	color: #4a4848;
}

.author-box .author-info-inner .social-links {
	font-size: 14px;
	line-height: 1.4;
	padding-right: 15px;
	display: inline-block;
}

.author-box .author-info-inner .social-links li a i {
	color: #BDA476;
	transition: .3s;
}

.author-box .author-info-inner .social-links li a i:hover {
	color: #4a4848;
}

.author-box .author-info .author-info-inner .author-avatar a {
	float: left;
	margin-right: 40px;
	margin-top: -15px;
}

.author-box .author-info .author-info-inner .author-avatar a img {
	border-radius: 50%;
}

.author-box .author-info .author-description p {
	margin-bottom: 15px;
	font-size: 14px;
	color: #4a4848;
}

.author-box .author-info .social-links .icons {
	list-style: none;
	margin-left: 2px;
}

.author-box .author-info .social-links .icons li {
	float: left;
	margin-right: 15px;
}

.author-box .author-description {
	overflow: hidden;
}


/* 11. RELATED POSTS / POPULAR POSTS & COMMENTS
--------------------------------------------------------------- */

.related {
	margin: 30px 0 60px;
}

.comment-respond {
	margin: 60px 0;
	position: relative;
}

.comment-respond h3,
.comments-title,
.related-title {
	font-size: 16px;
	font-weight: 500;
	color: #4a4848;
	margin-bottom: 30px;
	text-align: left;
	line-height: 30px;
}

.comment-respond h3,
.comments-title span,
.related-title span {
	border-bottom: 1px solid #BDA476;
	padding-bottom: 5px;
	color: #4a4848;
}

.comment-respond h3, .comments-title h2 {
	display: table;
}

.related-post {
	float: left;
	width: 30%;
	margin-right: 5%;
	display: block;
}

#popularpost-wrap .popular-post:not(.no-thumbnail) .popular-post-inside  {
	width: 100%;
	box-sizing: border-box;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.75);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0.3) 100%);
}

#popularpost-wrap .popular-post .date {
	margin-right: 15px;
}

.popular-post-top {
	margin-bottom: 60px;
}

.popular-post {
	position: relative;
	width: 33%;
	padding-bottom: 27.7%;
	height: 0;
	overflow: hidden;
	margin-bottom: 5px;
}

.popular-post-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.popular-post-first { 
	float: left;
}

.popular-post-last { 
	float: left;
}

.popular-post-center { 
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

#popularpost-wrap .popular-post-nr {
	position: absolute;
	top: 0;
	left: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #BDA476;
	z-index: 2;
	color: #ffffff;
	line-height: 40px;
	font-weight: 500;
	font-size: 1.5em;
}

#popularpost-wrap .no-thumbnail .popular-post-nr {
	background-color: #ffffff;
	color: #BDA476;
}

#popularpost-wrap .no-thumbnail {
    background-color: #BDA476;
    color: #ffffff;
    box-sizing: border-box;
}

#popularpost-wrap .no-thumbnail a {
	color: #ffffff;
	transition: .3s ease-in-out;
}

#popularpost-wrap .no-thumbnail a:hover {
	color: #4a4848;
}

#popularpost-wrap h3 {
	font-size: 1.2em;
	font-weight: 500;
	padding-top: 10px;
	line-height: 1.3;
}

#popularpost-wrap h3 a {
	color: #ffffff;
	transition: .3s ease-in-out;
}

#popularpost-wrap .popular-post:hover h3 a {
	text-decoration: underline;
}

#popularpost-wrap .popular-excerpt {
	margin-top: 10px;
}

#popularpost-wrap .video-play-circle,
#popularpost-wrap .video-play {
	left: 89%;
	top: 12%;
	width: 36px;
    height: 36px;
}

#popularpost-wrap .video-play i {
	font-size: .8em;
}

.popular-post-top .popular-header {
	margin: 80px 0 30px 0;
}

.popular-post-bottom {
	margin-bottom: 80px;
}

.popular-post-bottom .popular-header {
	margin: 0 0 30px 0;
}

.popular-header .filter li {
	float: left;
	margin: 12px 0 0 20px;
}

.popular-header .filter a.current {
	background-color: #BDA476;
	padding: 3px 10px;
	color: #ffffff;
	border-radius: 2px;
}

.related-post:last-child, 
.related-post:last-child {
	margin-right: 0;
}

.related-post img {
	max-width: 100%;
	height: auto;
}

.related-post .post-img,
.popular-post .post-img {
	overflow: hidden;
}

.related-post .post-img iframe {
	height: 121px;
}

.related-post .post-img:after {
	content: none;
}

.related-post h4 a {
	font-family: 'Roboto Slab', serif;
	line-height: 1.3em;
	font-size: 1.1em;
	color: #4a4848;
	font-weight: 300;
	margin-bottom: 5px;
	margin-top: 10px;
	display: block;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.related-post h4 a:hover {
	color: #BDA476;
	transition: .3s;
}

.related-post h4 {
	margin-bottom: 5px;
}

.related-post .date {
	font-size: 12px;
	font-weight: 400;
	color: #4a4848;
	margin-top: 10px;
	display: block;
}

.related-post.nothumb .date {
	margin-top: 0;
}

.related-post .related-excerpt {
	font-size: 0.9em;
	margin-top: 15px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

#popularpost-wrap {
	position: relative;
}
#load {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.popular-post-inside {
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #ffffff;
}

.popular-post-wrapper-inside {
	position: relative;
	height: 100%;
	width: auto;
}

.popular-post-inside span {
	font-size: 0.8em;
}

/* COMMENTS SETTINGS */

.comments .comment-list {
	list-style: none;
	margin: 30px 0;
}

.comments .comment-list .comment-area {
	border-bottom: 1px solid #EAE1E1;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.comment-list .comment-avatar {
	width: 50px;
	height: 50px;
	margin-right: 30px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}

.comment-list .comment-description {
	overflow: hidden;
}

.comment-list .comment-description .comment-date {
	font-size: 12px;
	font-weight: 400;
	color: #4a4848;
	display: block;
	margin-bottom: 10px;
}

.comment-list .comment-description .reply a {
	font-size: 12px;
	font-weight: 600;
	color: #bda476;
	margin-left: 5px;
	float: right;
	transition: .3s;
	border: 1px solid #bda476;
	padding: 0 8px;
	border-radius: 3px;
}

.comment-list .comment-description .comment-reply-link:after {
	content: '\f064';
	font-size: 10px;
	margin-left: 6px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.comment-list .comment-description .reply a:hover {
	color: #ffffff;
	border-color: #BDA476;
	background-color: #BDA476;
}

.comment-list .children {
	margin-left: 5%;
	list-style: none;
}

#cancel-comment-reply-link {
	position: absolute;
	right: 0;
	top: 0;
	font-family: 'Work Sans', sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #bda476;
	transition: .3s;
	border: 1px solid #bda476;
	padding: 0 8px;
	border-radius: 3px;
}

#cancel-comment-reply-link:hover {
	background-color: #bda476;
	color: #ffffff;
}

.comment-form-comment textarea {
	padding: 15px;
	width: 100%;
	border: 1px solid #EAE1E1;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: border-color 0.2s ease-in-out;
}

.comment-form-comment textarea:focus {
	border: 1px solid #BDA476;
	background-color: #ffffff;
}

.comment .comment-description .comment-info a {
	color: #4a4848;
	font-weight: 700;
}

.comment .comment-description .comment-info a:hover {
	color: #BDA476;
	transition: .3s;
}

.comment .comment-description p {
	font-size: 14px;
	font-weight: 400;
}

/* COMMENTS FORM */

.comment-respond .comment-reply-title small a {
	
}

.comment-respond .comment-reply-title small a:hover {
	color: #BDA476;
}

.comment-respond .logged-in-as {
	font-size: 11px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.comment-respond .comment-form-comment label {
	display: none;
}

.comment-respond .comment-form-comment textarea {
	width: 100%;
	resize: vertical;
}

.comment-respond .form-submit .submit {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #4a4848;
	padding: 13px 35px;
	background-color: #4a4848;
	cursor: pointer;
	transition: .3s ease-in-out;
}

.comment-respond .form-submit .submit:hover {
	background-color: #BDA476;
	border-color: #BDA476;
}

/* NOT LOGGED IN */

.comment-awaiting-moderation {
	font-size: 12px;
}

.comment-notes {
	margin-bottom: 20px;
	font-size: 12px;
}

.comment-form-author,
.comment-form-email {
	margin-bottom: 10px;
}

.comment-form-url {
	margin-bottom: 20px;
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-url label {
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
	padding: 15px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #EAE1E1;
	background-color: #ffffff;
	color: #4a4848;
	font-size: 14px;
	transition: border-color 0.2s ease-in-out;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
	border: 1px solid #BDA476;
}

/* 12. SINGLE POST
--------------------------------------------------------------- */

.single .topnav-bg {
	background-color: #4a4848;
	z-index: 1;
	padding-bottom: 40px;
}

.single .author-box {
	border-top: 1px solid #EAE1E1;
	background-color: #ffffff;
	padding: 50px 0 25px;
	position: relative;
	margin-bottom: 35px;
}

.single .main {
	margin-bottom: 70px;
}

.main .post-data {
	position: relative;
	padding: 25px 0 15px 0;
}

.list-container .post-data {
	padding-top: 10px;
}

.grid-layout .post-data {
	padding-top: 0;
}

.post-data .post-tags-list, 
.post-data .post-pagination {
	margin-bottom: 25px;
	color: #4a4848;
}

.post-data .post-tags-list {
	font-size: 12px;
	font-weight: 500;
	margin-top: 50px;
}

.post-data .post-tags-list a:hover {
	color: #4a4848;
	transition: .3s;
}

.post-footer {
	margin: 10px 0 60px 0;
}

.post-share {
	float: right;
}

.single .main .post-share {
	float: left;
}

.main .post-share .social-share-icons a,
.main .post-share .social-share-icons .share-txt,
.main .post-share .social-share-icons .comments-popup {
	position: relative;
	font-size: .9em;
	padding-right: 5px;
}

.main .post-share .social-share-icons a i {
	color: #BDA476;
	transition: .3s ease-in-out;
	width: 17px;
	height: 20px;
	text-align: center;
}

.main .post-share .social-share-icons.default-icons a {
	margin-left: 15px;
}

/* SOCIAL SHARE CIRCLE */
.main .post-share .social-share-icons.circle-icons a {
	color: #BDA476;
	transition: .3s ease-in-out;
	border: 1px solid #bda476;
	padding: 10px;
	border-radius: 50%;
	margin-left: 8px;
}

.main .post-share .social-share-icons.circle-icons a:hover i,
.main .post-share .social-share-icons.square-color-icons a:hover i {
	color: #ffffff;

}

.main .post-share .social-share-icons.square-color-icons a:hover {
	opacity: .8;
}

/* SOCIAL SHARE CIRCLE COLOR */
.main .post-share .social-share-icons.circle-color-icons a {
	background-color: #bda476;
	transition: .3s ease-in-out;
	border: none;
	padding: 10px;
	border-radius: 50%;
	margin-left: 8px;
}

.main .post-share .social-share-icons.square-color-icons a {
	background-color: #bda476;
	transition: .3s ease-in-out;
	border: none;
	padding: 5px;
	border-radius: 2px;
	margin-left: 5px;
}

.main .post-share .social-share-icons.square-color-icons a i {
	color: #ffffff;
}

.main .post-share .social-share-icons.square-color-icons a.share-facebook {
	background-color: #3b5999;
	border-color: #3b5999;
}

.main .post-share .social-share-icons.square-color-icons a.share-twitter {
	background-color: #55acee;
	border-color: #55acee;
}

.main .post-share .social-share-icons.square-color-icons a.share-pinterest {
	background-color: #bd081c;
	border-color: #bd081c;
}

.main .post-share .social-share-icons.square-color-icons a.share-googleplus {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.main .post-share .social-share-icons.square-color-icons a.share-whatsapp {
	background-color: #25D366;
	border-color: #25D366;
}

.main .post-share .social-share-icons.square-color-icons a.share-reddit {
	background-color: #ff5700;
	border-color: #ff5700;
}

.main .post-share .social-share-icons.circle-icons a.share-facebook:hover {
	background-color: #3b5999;
	border-color: #3b5999;
}

.main .post-share .social-share-icons.circle-icons a.share-twitter:hover {
	background-color: #55acee;
	border-color: #55acee;
}

.main .post-share .social-share-icons.circle-icons a.share-pinterest:hover {
	background-color: #bd081c;
	border-color: #bd081c;
}

.main .post-share .social-share-icons.circle-icons a.share-googleplus:hover {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.main .post-share .social-share-icons.circle-icons a.share-whatsapp:hover {
	background-color: #25D366;
	border-color: #25D366;
}

.main .post-share .social-share-icons.circle-icons a.share-reddit:hover {
	background-color: #ff5700;
	border-color: #ff5700;
}

.main .post-share .social-share-icons.circle-icons a:hover {
	background-color: #bda476;
	border-color: #bda476;
}

.main .post-share .social-share-icons.circle-icons a:hover i {
	color: #ffffff;
}

/* SOCIAL SHARE SQUARE */

.main .post-share .social-share-icons .comments-popup i {
	padding-right: 10px;
}

.main .post-share .social-share-icons .comments-popup {
	padding-right: 0;
}

.main .post-share .social-share-icons .comments-popup .comments-closed {
	color: #4a4848;
}

.main .post-share .social-share-icons a:hover i {
	color: #4a4848;
}

.main .post-share .comments-closed p {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.main .post-share .comments-closed i {
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.comments-closed-icon {
	color: #BDA476;
	font-size: 33px;
	position: relative;
	line-height: 43px;
	top: 6px;
	left: 2px;
	margin-right: 15px;
}

.main .post-share .social-share-icons .comments-icon a {
	display: inline;
}

.main .post-share .social-share-icons .comments-icon a i {
	margin-right: 4px;
}

.post-navigation {
	overflow: auto;
	clear: both;
	margin-bottom: 60px;
}

.post-navigation a {
	color: #4a4848;
}

.post-navigation div {
	background-color: #ffffff;
	width:36%;
	line-height: 1.5em;
	position: relative;
}

.post-navigation .alignleft {
	padding: 30px 20px 30px 80px;
}

.post-navigation i {
	position: absolute;
	font-size: 2em;
	vertical-align: middle;
	color: #BDA476;
	top: 36%;
}

.post-navigation .alignleft i {
	left: 40px;
}

.post-navigation .alignright {
	padding: 30px 80px 30px 20px;
	text-align: right;
}

.post-navigation .alignright i {
	right: 40px;
}

/* 13. PAGINATION
--------------------------------------------------------------- */
/* WOOCOMMERCE PAGINATION */

.navigation {
	margin: 80px 0;
	clear: both;
}

.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.navigation li a,
.navigation li.disabled {
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 12px 17px;
	background-color: #4a4848;
	transition: .3s ease-in-out;
}

.navigation li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.navigation li.active a {
	color: #ffffff;
	background-color: #BDA476;
}

.navigation li:not(.active) a:hover {
	background-color: #BDA476;
}


/* 14. WIDGETS
--------------------------------------------------------------- */

.sidebar {
	width: 30%;
	float: right;
}

.sidebar .widget-area .widget ul li {
	list-style-type: none;
}

.widget-area {
	margin-bottom: 0;
}

/* MAIN WIDGETS SETTINGS */

.widget {
	padding-bottom: 35px;
	clear: both;
}

.widget-title {
	font-size: 1.2em;
	font-weight: 400;
	color: #4a4848;
	margin-bottom: 30px;
	height: 2.1em;
	width: 100%;
	display: block;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 2;
}

.widget-title:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 2em;
	border-bottom: 1px solid #BDA476;
	box-sizing: border-box;
	margin-bottom: 30px;
	z-index: -1;
}

.is_stuck {
	overflow: hidden;
}

.line ul li {
	border-bottom: 1px dotted #9d9d9d;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.line ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.video-play {
	color: #ffffff;
}

/* WIDGETS */

.widget a,
.widget p {
	font-family: 'Work Sans', sans-serif;
	font-size: 0.813em;
	color: #4a4848;
	transition: .3s ease-in-out;
}

.widget a:hover {
	color: #BDA476;
}

.widget li {
	list-style: none;
}

/* WEBDOONE SIMPLE IMAGE WIDGET */

.widget_webdoonesimpleimage_widget .image-container {
    margin-bottom: 10px;
}

.widget_webdoonesimpleimage_widget .description p {
    font-size: 0.813em;
    margin-bottom: 15px;
}

.widget_webdoonesimpleimage_widget .description a {
    color: #bda476;
    font-size: 0.750em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #bda476;
    transition: .3s;
}

.widget_webdoonesimpleimage_widget .description a:hover {
    color: #4a4848;
    border-bottom: 1px solid #4a4848;
}

/* JETBLOG WIDGET */

.social-widget {
	text-align: left;
	line-height: 30px;
	display: inline-block;
	width: 100%;
	list-style: none;
}

.social-widget li {
	display: block;
	float: left;
	margin: 0 6px 8px 0;
}

.social-widget a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	background-color: #BDA476;
	color: #ffffff;
	transition: .3s ease-in-out;
}

.social-widget a:hover {
	background-color: #4a4848;
	color: #ffffff;
}

/* JETBLOG LATEST POSTS WIDGET */

.widget ul.latestposts-feed li .feed-item .feed-text a,
.widget .full-latestposts-feed .full-feed-item .full-feed-text a {
	font-weight: 500;
	text-align: left;
}

.widget ul.latestposts-feed li .feed-item .date {
    opacity: .5;
    font-size: 0.750em;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-text a {
	display: block;
}

.widget ul.latestposts-feed li {
	margin-left: 0;
	padding: 17px 0;
	border-bottom: 1px solid #EAE1E1;
	position: relative;
}

.widget ul.latestposts-feed li:first-child {
	padding-top: 0;
}

.widget .full-latestposts-feed li {
	list-style-type: none;
}

.widget .full-latestposts-feed li:last-child,
.widget ul.latestposts-feed li:last-child {
	border-bottom: none;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-meta,
.widget ul.latestposts-feed li .feed-item .feed-text .feed-meta {
	font-size: 12px;
	color: #4a4848;
	text-align: left;
	font-weight: 400;
	padding-bottom: 10px;
	display: block;
}

.widget ul.latestposts-feed li .feed-item .feed-image {
	float: left;
	margin-right: 15px;
	position: relative;
}

.widget ul.latestposts-feed li .feed-item .feed-image .video-play i {
	font-size: 12px;
}

.widget ul.latestposts-feed li .feed-item .feed-image .video-play-circle {
	width: 30px;
	height: 30px;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image {
	text-align: center;
	position: relative;
}

.video-play {
	pointer-events: none;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image .video-play-circle,
.list-layout .video-play-circle,
.related-post .video-play-circle {
	width: 30px;
	height: 30px;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image .video-play,
.list-layout .video-play, 
.related-post .video-play {
	z-index: 1;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image .video-play i,
.list-layout .video-play i, 
.related-post .video-play i {
	font-size: 12px;
}

.widget ul.latestposts-feed li .feed-item .feed-image img {
	width: 90px;
	height: auto;
	margin-top: 8px;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image img {
	width: 100%;
	height: auto;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image,
.widget ul.latestposts-feed li .feed-item .feed-image {
	opacity: 1;
	transition: opacity .5s ease-in-out;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-image:hover,
.widget ul.latestposts-feed li .feed-item .feed-image:hover {
	opacity: .8;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-text,
.widget ul.latestposts-feed li .feed-item .feed-text {
	display: block;
}

.widget .full-latestposts-feed .full-feed-item .full-feed-text .date {
    font-size: 0.75em;
    opacity: .5;
}

.widget .full-latestposts-feed li:first-child {
    padding-top: 0;
}

.widget .full-latestposts-feed li {
    padding: 17px 0;
    border-bottom: 1px solid #EAE1E1;
}

/* CATEGORIES DEFAULT WIDGET */

.widget_categories ul {
	list-style: none;
}

.widget_categories ul .cat-item {
	margin-bottom: 13px;
	padding-bottom: 15px;
	border-bottom: 1px solid #EAE1E1;
	position: relative;
}

.widget_categories ul .cat-item ul .cat-item {
	margin-top: 13px;
	padding-top: 15px;
	border-top: 1px solid #EAE1E1;
	position: relative;
	margin-left: 0; 
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_categories ul .cat-item:last-child:before {
	content: none;
}

.widget_categories ul .cat-item:last-child {
	border: none;
}

.widget_categories ul .cat-item ul .cat-item {
	margin-left: 20px;
	border-bottom: none;
}

.widget_text .textwidget select,
aside .widget_categories .postform, 
aside .widget_archive select[name="archive-dropdown"] {
	width: 100%;
	color: #4a4848;
}

.widget_categories .postform {
	width: 100%;
}

.widget_text .textwidget select,
.widget_categories .postform, 
.widget_archive select[name="archive-dropdown"] {
	display: block;
	height: 45px;
	color: #4a4848;
	border: 1px solid #EAE1E1;
	cursor: pointer;
	background: url(img/dropdown-arrow.png) no-repeat right 15px center;
}

.footer-widget .widget_categories .postform,
.footer-widget .widget_archive select[name="archive-dropdown"] {
	color: #ffffff;
	width: 100%;
}

.widget_categories label, 
.widget_archive label {
	display: none;
}

.widget_categories select, 
.widget_archive select {
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 14px;
	background: transparent;
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}

.widget_archive .post_count,
.widget_categories .post_count {
	float: right;
	font-size: 12px;
	width: 40px;
	text-align: right;
	color: #4a4848;
}

.footer-widget .widget_categories li a:hover {
	color: #BDA476;
	transition: .3s;
}

/* ARCHIVE DEFAULT WIDGET */

.widget_archive ul li {
	margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #EAE1E1;
}

.widget_archive ul li:last-child {
	border-bottom: none;
}

/* JETBLOG ARCHIVE WIDGET */

.widget_jetblog_archive_yearly .archive-month,
.widget_jetblog_archive_yearly .archive-year {
	border-bottom: 1px solid #EAE1E1;
}

.widget_jetblog_archive_yearly .archive-month {
	display: inline-block;
	width: 76%;
	float: right;
}

.widget_jetblog_archive_yearly .archive-year {
	position: relative;
}

.widget_jetblog_archive_yearly ul:last-child .archive-month {
	border-bottom: none;
}

.widget_jetblog_archive_yearly ul:last-child {
	clear: right;
}

.widget_jetblog_archive_yearly li a {  
	padding: 16px 0; 
	display: block;
	text-align: left;
}

.widget_jetblog_archive_yearly ul:first-child li a, .widget_jetblog_archive_yearly ul:nth-child(2) li a {
	padding-top: 0;
}

.widget_jetblog_archive_yearly li {
	margin: 0; 
	padding: 0;
}

.widget_jetblog_archive_yearly .archive-month a:before {
	content: '\f105';
	font-size: 12px;
	color: #4a4848;
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

li.archive-year a {
	margin: 0; 
	border: 0; 
	padding: 16px 0 16px 0; 
}

.widget_jetblog_archive_yearly .archive-count {
	float: right;
	font-size: 12px;
	width: 40px;
	text-align: right;
	color: #4a4848;
} 

.widget_jetblog_archive_yearly .archive-year {
	float: left; 
	display: inline-block;
	width: 24%;
}

.widget_jetblog_archive_yearly .clear {
	clear: both;
}

/* CALENDAR DEFAULT WIDGET */

.widget_calendar table {
	width: 100%; 
	font-size: 14px;       
}

.widget_calendar table thead tr th {
	border-right: 1px solid #EAE1E1;
}

.widget_calendar table thead tr th:last-child {
	border-right: none;
}

.widget_calendar caption {
	font-size: 14px;
	font-weight: 300;
	color: #4a4848;
	padding-bottom: 15px;
}

.widget_calendar table tbody tr td,
.widget_calendar table tr th {
	padding: 17px 0;
	border-bottom: 1px solid #EAE1E1;
	text-align: center;
}

.widget_calendar table tbody tr:last-child td {
	border-bottom: none;
}

.widget_calendar table td {
	border-right: 1px solid #EAE1E1;
}

.widget_calendar tfoot {
	padding-top: 10px;
}

.widget_calendar tfoot tr td {
	border-right: none;
	padding: 0;
}

.widget_calendar tfoot td:first-child {
	text-align: left;
	padding-top: 10px;
}

.widget_calendar tfoot td:last-child {
	text-align: right;
	padding-top: 10px;
}

.widget_calendar caption {
	text-align: right;
}

/* PAGES DEFAULT WIDGET */

.widget_pages .page_item {
	margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #EAE1E1;
	position: relative;
}

.widget_pages .page_item:last-child {
	border-bottom: none;
}

.widget_pages .page_item_has_children .children {
	padding-top: 15px;
}

.widget_pages .page_item_has_children .children li {
	margin-left: 25px;
	list-style: none;
}

.widget_pages .page_item_has_children .children li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.widget_pages .page_item_has_children .children li:first-child {
	border-top: 1px solid #EAE1E1;
	padding-top: 15px;
}

/* META DEFAULT WIDGET */

.widget_meta li {
	margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #EAE1E1;
}

.widget_meta li:last-child {
	border-bottom: none;
}

/* JETBLOG RECENT COMMENTS WIDGET */

.recent-comments ul.recomm {
	margin-left: 0;
}

.recent-comments .recomm-wrapper {
	clear: both;
	text-align: left;
	border-bottom: 1px solid #EAE1E1;
	padding: 17px 0;
	position: relative;
}

.recent-comments li:first-child {
	padding-top: 0;
}

.recent-comments .recomm li:last-child {
	border-bottom: none;
} 

.recent-comments .recomm .avatar {
	margin-top: 5px;
	margin-right: 10px;
}

.recent-comments .recomm .comment-avatar {
	margin-right: 2%;
	float: left;
}

.recent-comments .recomm .comment-txt {
	line-height: 1.83;
	max-width: 100%;
	display: block;
	min-height: 60px;
}

.recent-comments .recommauth {
    color: #4a4848;
    font-weight: 400;
    transition: .3s;
}

.recent-comments .recommauth:hover {
    color: #bda476;
}

.footer-widget .recent-comments .commentdate {
    color: #ffffff;
    opacity: .5;
}

.recent-comments .commentdate {
    font-size: 0.92em;
	float: right;
	font-weight: 400;
	color: #4a4848;
    opacity: .5;
}

.recent-comments .authcomment {
	font-style: italic;
	line-height: 1.5;
	display: block;
	margin-top: 5px;
    font-size: 0.81em;
}

.recent-comments .comment-txt a {
	font-weight: 700;
}


/* RECENT COMMENTS DEFAULT WIDGET */

.widget_recent_comments ul li {
	font-size: 0.95em;
	color: #4a4848;
	margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #EAE1E1;
	position: relative;
}

.widget_recent_comments ul li:last-child {
	border-bottom: none;
}

.widget_recent_comments ul li .comment-author-link a {
	font-weight: 400;
}

.widget_recent_comments .recentcomments a {
	font-weight: 700;
}

.footer-widget .widget_recent_comments .widget-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid #BDA476;
	background-color: transparent;
	padding: 0;
}

.footer-widget .widget_recent_comments .widget-title:after {
	display: none;
}

/* RECENT POSTS DEFAULT WIDGET */

.widget_recent_entries li {
	margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #4a4848;
	position: relative;
}

.widget_recent_entries li:last-child {
	border-bottom: none;
}

.widget_recent_entries ul li span {
	font-size: 12px;
	color: #4a4848;
	display: block;
}

/* RSS DEFAULT WIDGET */

.widget_rss .rss-widget-icon {
	display: none;
}

.widget_rss .widget-title span:before {
	content: '\f09e';
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.widget_rss ul li {
	margin-bottom: 13px;
	padding-bottom: 15px;
	margin-left: 0; 
	border-bottom: 1px solid #EAE1E1;
	position: relative;
}

.widget_rss ul li:last-child {
	border-bottom: none;
}

.widget_rss ul li a {
	font-weight: 700;
}

.widget_rss ul li .rssSummary {
	color: #4a4848;
}

.widget_rss ul li span {
	font-size: 12px;
	font-weight: 300;
	color: #4a4848;
	margin-bottom: 10px;
	display: block;
}

.widget_rss ul li cite {
	font-size: 14px;
	font-style: normal;
}

.footer-widget .widget_rss .footer-widget-title span a {
	color: #ffffff;
}

/* TAG CLOUD DEFAULT WIDGET */

.widget .tagcloud {
	display: inline-block;
}

.widget .tagcloud a {
	font-size: 12px !important;
	text-transform: uppercase;
	line-height: 20px;
	color: #4a4848;
	display: inline-block;
	padding: 1px 5px;
	text-decoration: none;
	margin-bottom: 6px;
	float: left;
	margin-right: 5px;
	background-color: #ffffff;
	border: 1px solid #4a4848;
    transition: .3s;
}

.footer .widget .tagcloud a {
	color: #ffffff;
	background-color: #4a4848;
}

.widget .tagcloud a:hover {
	background-color: #bda476;
    border: 1px solid #bda476;
}

/* TEXT DEFAULT WIDGET */

.widget_text .textwidget p {
	line-height: 1.5;
	font-weight: 300;
}

.widget_text .textwidget img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.widget_text .textwidget p img {
	margin-top: 10px;
}

.widget_text .textwidget .wp-caption {
	border: 1px solid #EAE1E1;
	border-radius: 4px;
	padding: 4px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.widget_text .textwidget .wp-caption .wp-caption-text {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}

.widget_text strong {
	display: inline-block;
	margin-bottom: 5px;
}

.widget_text .textwidget select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding: 0px 2px 1px 12px;
	font-size: 14px;
	color: #4a4848;
}

/* NAV MENU DEFAULT WIDGET */

.widget_nav_menu .menu {
	position: relative;
}

.widget_nav_menu .menu li {
	display: block;
	position: relative;
	height: auto;
}

.widget_nav_menu .menu > li {
	padding-bottom: 7px;
}

.widget_nav_menu .menu li a {
	font-weight: 700;
	letter-spacing: 2px;
	color: #4a4848;
	line-height: 48px;
	text-transform: uppercase;
	display: block;
	z-index: 10;
	height: auto;
}

.widget_nav_menu .menu li > ul a {
	font-weight: 300;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 32px;
}

.widget_nav_menu .menu ul .sub-menu > li a {
	font-size: 14px;
}

.widget_nav_menu .menu-item-has-children {
	display: block;
	z-index: 999;
}

.widget_nav_menu .menu ul li {
	height: auto;
}

.widget_nav_menu .menu ul {
	margin: 0;
}

/* JETBLOG INSTAGRAM WIDGET */

.sidebar .null-instagram-feed li:nth-child(3n) img {
	margin-right: 0;
}

.sidebar .null-instagram-feed li:hover {
	opacity:.8;
}

.sidebar .null-instagram-feed .clear a {
	text-align: center;
	color: #ffffff;
    font-size: 14px;
	font-weight: 700;
	background-color: #4a4848;
	border: 1px solid #4a4848;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
    text-transform: uppercase;
    transition: .3s;
}

.sidebar .null-instagram-feed .clear a:hover {
	background-color: #bda476;
    border: 1px solid #bda476;
}

/* SEARCH DEFAULT WIDGET */

.widget_search form input {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	text-align: left;
	margin-bottom: 8px;
	width: 100%;
	padding: 15px;
	border: 1px solid #EAE1E1;
	transition: border-color 0.2s ease-in-out;
	background: transparent;
	box-sizing: border-box;
}

.widget_search form input:focus {
	border: 1px solid #BDA476;
}

::-webkit-input-placeholder { color: #4a4848; }
:-moz-placeholder { color: #4a4848; }
::-moz-placeholder { color: #4a4848; }
:-ms-input-placeholder { color: #4a4848; }


/* POPULAR POST WIDGET */

.popular-nr {
	position: absolute;
	top: 8px;
	background-color: #bda476;
	width: 27px;
	height: 27px;
	text-align: center;
	color: #ffffff;
	font-weight: 500;
	line-height: 27px;
	font-size: 1.3em;
}

.latestposts-feed .views-count {
	opacity: .5;
	font-size: 0.813em;
	margin-left: 10px;
}

.latestposts-feed .feed-item .nothumb .popular-nr {
	margin-top: 15px;
}

.latestposts-feed .feed-item h4 {
	overflow: hidden;
}

.latestposts-feed .feed-item .nothumb .date,
.latestposts-feed .feed-item .nothumb h4 {
	margin-left: 50px;
}


/* 15. MAILCHIMP
--------------------------------------------------------------- */

.mc4wp-form {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 !important;
}

.mc4wp-form h5 {
	font-size: 24px;
	font-weight: 700;
	color: #4a4848;
	margin-bottom: 15px;
	text-align: center;
}

.mc4wp-form small {
	font-size: 12px;
	font-weight: 300;
	color: #4a4848;
	text-align: center;
	display: block;
	margin: 10px 0;
}

.mc4wp-form p label {
	font-size: 14px;
	font-weight: 300;
	color: #4a4848;
	margin-bottom: 10px;
	text-align: center;
	line-height: 20px;
	display: block;
}

.mc4wp-form p input {
	font-family: 'Work Sans', sans-serif;
	text-align: center;
	margin-bottom: 8px;
	padding: 15px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

.mc4wp-form-basic p input[type="email"],
.mc4wp-form p input[type="email"] {
	max-width: 100%;
	width: 100%;
	box-sizing: border-box;
	transition: .3s;
}

.mc4wp-form p input:focus {
	border: 1px solid #BDA476;
}

.mc4wp-form input, textarea {
	font-size: 14px;
	color: #4a4848;
	box-shadow: none;
}

.mc4wp-form input[type="submit"] {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	padding: 13px 35px;
	background-color: #4a4848;
	border: 1px solid #4a4848;
	width: 100%;
	cursor: pointer;
	transition: .3s;
}

.mc4wp-form input[type="submit"]:hover {
	background-color: #BDA476;
	border: 1px solid #BDA476;
}

.hnewsletter {
    background-color: #bda476;
    padding: 20px;
    margin-top: 50px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
}

.hnewsletter .mc4wp-form h5 {
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 8px;
}

.hnewsletter .mc4wp-form p input {
	margin-bottom: 0;
}

.hnewsletter .mc4wp-form-fields .position-left:first-of-type {
    width: 30%;
    float: left;
}

.hnewsletter .mc4wp-form-fields .position-left:first-of-type small {
    color: #ffffff;
    text-align: left;
    margin: 0;
}

.hnewsletter .mc4wp-form-fields:last-of-type {
    width: 70%;
    position: relative;
    float: left;
}


.hnewsletter .mc4wp-form p label {
	font-size: 1.3em;
	font-weight: 500;
	text-align: left;
	color: #ffffff;
	width: 40%;
	float: left;
	line-height: 2.3em;
	margin-bottom: 0;
}

.hnewsletter .mc4wp-form-fields  input[type='email']:last-of-type {
	border: none;
	width: 40%;
	float: left;
	text-align: left;
}

.hnewsletter .mc4wp-form-fields input[type='submit']:first-of-type {
	border: none;
	width: 20%;
	padding: 15px 35px;
	float: left;
}

.hnewsletter .mc4wp-form-fields input[type='submit']:hover {
    background-color: #4a4848;
    border: none;
    color: #ffffff;
    opacity: .8;
}

/* 16. CONTACT FORM 7
--------------------------------------------------------------- */

.page .main .form-error h3,
.contact-form .grunion-field-label,
.wpcf7-form p {
	font-size: 16px;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 10px;
	font-weight: 400;
}

.page .main .form-error ul {
	margin-left: 0;
	margin-bottom: 30px
}

.page .main .form-error ul li {
	list-style: none;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
	font-weight: 700;
}

.contact-form .grunion-field-label span {
	color: #4a4848;
	font-weight: 300;
}
.page .main .contact-form-submission p,
.page .main .contact-form-submission {
	margin: 0;
	padding: 0 1em;
}

.contact-form textarea,
.wpcf7-form span .wpcf7-form-control {
	font-size: 14px;
	resize: vertical;
}

.contact-form textarea,
.contact-form input[type='text'],
.contact-form input[type='email'],
.wpcf7 textarea, 
.wpcf7 input {
	font-size: 16px;
	padding: 15px;
	width: 100%;
	max-width: 100%;
	color: #4a4848;
	background-color: #ffffff;
	border: 1px solid #eae1e1;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: border-color 0.2s ease-in-out;
}

.contact-form textarea,
.contact-form input[type='text'],
.contact-form input[type='email'] {
	width: 100% !important;
	max-width: 100% !important;
}

.contact-form textarea:focus,
.contact-form input:focus,
.wpcf7 textarea:focus, 
.wpcf7 input:focus {
	border: 1px solid #BDA476;
}

.contact-form .contact-submit input[type="submit"],
.wpcf7-form input[type="submit"] {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	border: 1px solid #4a4848;
	padding: 13px 35px;
	background-color: #4a4848;
	width: 20%;
	cursor: pointer;
}

.contact-form .contact-submit input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover {
	background-color: #BDA476;
	border: 1px solid #BDA476;
	transition: .3s;
	-webkit-appearance:none;
}

.page-data .contact-form input:-webkit-autofill,
.wpcf7-form input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #4a4848 inset;
}

span.wpcf7-not-valid-tip {
	color: #BDA476;
}

div.wpcf7-mail-sent-ok {
	border: none;
}

div.wpcf7-mail-sent-ok:before {
	content: '\f00c';
	font-size: 35px;
	color: #43CD9C;
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

div.wpcf7-response-output, 
div.wpcf7-mail-sent-ok {
	padding: 0;
	margin: 50px 0;
}

div.wpcf7-validation-errors {
	border: none;
}
div.wpcf7-validation-errors:before {
	content: '\f071';
	font-size: 35px;
	color: #BDA476;
	margin-right: 15px;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

/* 17. FOOTER INSTAGRAM
--------------------------------------------------------------- */

.footer-stagram-widget  {
	text-align: center; 
}

.footer-stagram-widget ul {
	display: block;
}

.footer-stagram-widget li {
	width: 12.5%;
	height: 0;
	padding-bottom: 12.5%;
	float: left;
	list-style: none;
	line-height: 0;
	position: relative;
}

.footer-stagram-widget li img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-stagram-widget li:hover {
	opacity:.8;
	transition: opacity .5s;
}

.footer-stagram-widget .widget {
	margin-bottom: 0;
	padding: 0;
}

.footer-stagram-widget .widget-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.footer-stagram-widget .widget-title:after {
	border-bottom: none;
}

.footer-stagram-widget .widget-title span:before {
	border: none;
}

.footer-stagram-widget .widget-title span:after {
	border: none;
}

.footer-stagram-widget p a {
	font-size: 24px;
	color: #4a4848;
	background-color: #ffffff;
	text-align: center;
	padding: 15px 0;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 25%;
	max-width: 35%;
	cursor: pointer;
}

.footer-stagram-widget p a:hover {
	color: #BDA476;
	transition: .3s;
}

/* FOOTER INSTAGRAM FEED */

.footer-widget .null-instagram-feed li, 
.sidebar .null-instagram-feed li {
	width: 32%;
	height: 0;
	padding-bottom: 32%;
	float: left;
	list-style: none;
	line-height: 0;
	position: relative;
	margin: 0 2% 2% 0;
    opacity: 1;
    transition: .3s;
}

.footer-widget .null-instagram-feed li img, 
.sidebar .null-instagram-feed li img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.footer-widget .null-instagram-feed li:nth-child(3n), 
.sidebar .null-instagram-feed li:nth-child(3n) {
	margin-right: 0;
}

.footer-widget .null-instagram-feed li:hover {
	opacity:.8;
	transition: opacity .5s;
}

/* 18. FOOTER
--------------------------------------------------------------- */

.footer {
	color: #ffffff;
	background-color: #4a4848;
	padding-top: 60px;
	padding-bottom: 30px;
}

.footer-widget .widget a:hover {
	color: #BDA476;
	transition: .3s;
}

.footer-bottom {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: #222222;
}

.footer-bottom .footer-bar {
	box-sizing: border-box;
}

.footer-widget .widget p,
.footer-widget .widget a {
	color: #ffffff;
}

.footer-widget .widget li {
	list-style: none;
}

.footer-bottom .footer-bar .footer-text-bar {
	bottom: 10px;
	float: left;
	min-height: 55px;
}

.footer-bottom .footer-bar .footer-text-bar p {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	text-align: left;
	line-height: 1.5;
	margin: 17px 0;
}

.footer-bottom .footer-bar .menu-footer-container {
	float: right;
	height: 55px;
}

.footer-bottom .footer-bar .menu-footer-container .menu li {
	margin-right: 0;
	padding-bottom: 0;
}

.footer-bottom .footer-bar .menu-footer-container li:after {
	content: '/';
	line-height: 24px;
	font-size: 11px;
	padding: 0 15px;
	color: #ffffff;
}

.footer-bottom .footer-bar .menu-footer-container li:last-child:after {
	content: '';
	padding: 0;
}

.footer-bottom .footer-bar .menu-footer-container li a {
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 0;
	line-height: 4.2;
	opacity: 1;
	transition: .3s ease-in-out;
}

.footer-bottom .footer-bar .menu-footer-container li a:hover {
	color: #BDA476;
}

.footer-bottom .footer-bar .go-top {
	font-weight: 500;
	display: inline-block;
	position: fixed;
	bottom: 70px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	transform: translate(0,5px);
	transition: .3s;
}

.footer-bottom .footer-bar .go-top.on {
	color: #BDA476;
	opacity: 1;
	visibility: visible;
	transform: translate(0,0);
}

.footer-bottom .footer-bar .go-top i {
	padding: 4px 9px;
	font-weight: 700;
}

/* FOOTER WIDGETS */

.footer-widget {
	width: 30%;
	float: left;
	margin-right: 5%;
	color: #ffffff;
	line-height: 1.83;
}

.footer-widget:last-child {
	margin-right: 0;
}

.footer-widget .widget {
	padding-bottom: 35px;
}

.footer-widget .footer-widget-title {
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 30px;
	display: inline-block;
	border-bottom: 1px solid #BDA476;
}

.footer-widget .about-widget img {
	float: left;
	width: 100px;
	height: 100px;
}

.footer-widget .about-widget p {
	float: left;
	text-align: left;
}

.footer-widget .widget_search form input {
	font-family: 'Work Sans', sans-serif;
	color: #ffffff;
	border: 1px solid #ffffff;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.footer-widget ::-webkit-input-placeholder { color: #ffffff; }
.footer-widget :-moz-placeholder { color: #ffffff; }
.footer-widget ::-moz-placeholder { color: #ffffff; }
.footer-widget :-ms-input-placeholder { color: #ffffff; }

.footer-widget .widget_webdoone_latestposts_widget ul.latestposts-feed li .feed-text a {
	color: #4a4848;
}

.footer-widget .widget_webdoone_latestposts_widget ul.latestposts-feed li .feed-text a:hover {
	color: #BDA476;
}

.footer-widget .widget_nav_menu .menu li a {
	color: #ffffff;
}

.footer-widget .widget_nav_menu .menu li a:hover {
	color: #BDA476;
}

.footer-widget .social-widget a {
	color: #ffffff;
}

.footer-widget .social-widget a:hover {
	background-color: #ffffff;
	color: #4a4848; 
}

.footer-widget .social-widget i {
	line-height: 30px;
}

.footer-widget .mc4wp-form h5 {
	color: #ffffff;
}

.footer-widget .mc4wp-form p input[type=email] {
	border: 1px solid #ffffff;
	background-color: rgba(255,255,255,0.2);
	color: #ffffff;
}

.footer-widget .mc4wp-form p input[type=submit] {
    background-color: #bda476;
    border: 1px solid #bda476;
    color: #ffffff;
}

.footer-widget .mc4wp-form p input[type=submit]:hover {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #4a4848;
}

.footer-widget .mc4wp-form small {
	color: #ffffff;
}

.footer-widget .widget_recent_comments ul li {
	color: #ffffff;
}

.footer-widget .tagcloud a {
	color: #ffffff;
	border: 1px solid #ffffff;
    transition: .3s;
}

.footer-widget .tagcloud a:hover {
	color: #ffffff;
	background-color: #bda476;
}

.footer-widget .textwidget {
    font-size: 0.830em;
}

.footer-widget .widget_categories .postform,
.footer-widget .widget_archive select[name="archive-dropdown"] {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-widget .widget_calendar caption {
    color: #ffffff;
    opacity: .5;
}

.footer-widget .widget_text .textwidget .wp-caption .wp-caption-text,
.footer-widget .widget_text strong,
.footer-widget .widget_rss ul li span,
.footer-widget .widget_rss ul li .rssSummary {
    color: #ffffff;
}

.footer-widget .widget_rss ul li .rssSummary {
    font-size: 0.830em;
}

.footer-widget .widget_text .textwidget select {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-widget .null-instagram-feed .clear a {
	text-align: center;
	color: #ffffff;
    font-size: 14px;
	font-weight: 400;
	border: 1px solid #ffffff;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
    text-transform: uppercase;
    transition: .3s;
}

.footer-widget .null-instagram-feed .clear a:hover {
	background-color: #bda476;
    border: 1px solid #bda476;
}

/* 19. GIRD LAYOUT
--------------------------------------------------------------- */

.home-lsl,
.home-gsl, 
.home-sl,
.arch-lsl,
.arch-gsl, 
.arch-sl, 
.post-sl,
.post-sl  .main {
	margin-left: 5%;
	margin-right: 0;
	float: right;
}

.home-lsl-aside,
.home-gsl-aside, 
.home-sl-aside,
.arch-lsl-aside,
.arch-gsl-aside, 
.arch-sl-aside, 
.post-sl-aside {
	float: left;
}

.home-lfw,
.home-gfw, 
.home-ful,
.arch-lfw,
.arch-gfw, 
.arch-ful,
.post-ful {
	width: 100%;
	margin-right: 0;
	float: none;
}

.grid-layout {
	float: left;
	width: 48.5%;
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
}

.grid-layout.left-column {
	margin-right: 3%;
}

.grid-layout.right-column {
	margin-right: 0;
}

.grid-layout .post-header {
	padding: 25px 0;
}

.grid-layout .post-header.no-thumb  {
	padding: 0 0 25px 0;
}

.grid-layout .post-header h2 a {
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 15px;
	word-wrap:break-word;
}

.grid-layout .post-header .post-info {
	margin-top: 10px;
	margin-bottom: 5px;
}

.grid-layout .post-data .post-share {
	display: none;
}

.grid-layout .post-share {
	margin-top: 10px;
	margin-bottom: 30px;
}

.grid-layout .post-img a {
	display: inline;
}


/* 20. LIST LAYOUT
--------------------------------------------------------------- */

.list-layout {
	display: block;
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.home-lfw .list-layout,
.arch-lfw .list-layout {
	height: 330px;
}

.list-layout figure.effect-jazz img {
	height: 241px;
	width: auto;
}

.home-lfw .list-layout figure.effect-jazz img,
.arch-lfw .list-layout figure.effect-jazz img {
	height: 330px;
}

.list-layout .post-header {
	padding: 0 0 0 40px;
}

.list-layout .no-thumb .post-header {
	padding: 0;
}

.list-layout .pos-header-title-link {
	font-size: 1.3em;
	line-height: 1.3;
}

.list-layout .post-img {
	position: relative;
}

.list-layout article .post-data {
	display: block;
	padding: 20px 40px 0;
}

.list-layout article .no-thumb .post-data {
		padding-left: 0;
}

.list-layout article .post-data .more-link {
	display: inline-block;
}

.list-layout .post-info {
	margin-top: 5px;
}

.list-layout .post-header .post-info .cat a {
	display: inline-block;
}

.list-layout .post-share {
	display: none;
}

.list-layout .post-info .author a {
	display: inline-block;
}

.list-layout-main {
	width: 35%;
	float: left;
	height: 100%;
}

.list-layout .fluid-width-video-wrapper { /* fitvids */
	padding-top: 240px !important; /* override fitvids-generated padding; too much padding at full size */
}

.list-layout .fluid-width-video-wrapper iframe { /* fitvids */
	max-width: 600px; /* prevent videos from stretching too wide */
	max-height: 300px;
}

.list-container {
	float: left;
	width: 65%;
	vertical-align: top;
}

.list-container.no-thumb {
	width: 100%;
}

.list-layout article {
	height: auto;
	/*overflow: hidden;*/
	width: 100%;
}

.list-layout-main .video-wrapper {
	max-width: 100%;
	height: auto !important;
}

.content .home-lfw .list-layout article .list-layout-main .post-img,
.content .arch-lfw .list-layout article .list-layout-main .post-img {
  /* width: 385px;*/
width: 100%;
}


/* 21. 404 PAGE
--------------------------------------------------------------- */

.wrongpage {
	padding-top: 45px;
	text-align: center;
}

.wrongpage h1 {
	font-size: 120px;
}


/* 22. PROMO BOXES
--------------------------------------------------------------- */

.promo-area {
	width: 100%;
	padding: 60px 0 0 0;
}

.promo-area .promo-item {
	width: 30%;
	position: relative;
}

.promo-area .promo-left {
	float: left;
}

.promo-area .promo-center {
	margin:auto;
}

.promo-area .promo-right {
	float: right;
	margin-right: 0;
}

.promo-area {
	clear: both;
}

.promo-area .promo-item img {
	width: 100%;
	height: auto;
	display: block;
	overflow: hidden;
	position: relative;
}

.promo-area .promo-mask {
	text-align: center;
	color: #ffffff;
	background-color: #BDA476;
	padding: 10px 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.promo-area .promo-mask h4 {
	font-family: "Work Sans", sans-serif;
	font-weight: 700;
	margin: 10px;
}

.promo-area .promo-mask p {
	margin: 10px 20px 5px;
}

.promo-area .promo-mask a {
	font-size: 14px;
	color: #ffffff;
	position: relative;
	display: block;
}

/* 23. MISC
--------------------------------------------------------------- */

.featured-img {
max-height: 425px;
}

 .promo-item {
background-color: #fff;
}

.pos-center .main .list-layout article {max-height: 300px;}

.comment-respond {display: none;}

.share-txt {display: none;}

#dpsp-content-bottom {display:none;}

.post-footer {
    margin: 0;
}

post-nav-contener {display: none;}