/*
Theme Name: Greta
Theme URI: http://greta.elitelayers.com
Author: Elite Layers
Author URI: http://elitelayers.com
Description: A WordPress Blog Theme For Modern Bloggers.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: greta
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del,
dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time,
mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

/*--------------------------------------------------------------
# General Styling
--------------------------------------------------------------*/

@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    overflow-x:hidden;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    overflow-x:hidden;
}

body * {
    outline:none!important;
}

body {
    background: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color:#4c4b4b;
}

a:hover,
a:focus {
    color:#b15921;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color:#4c4b4b;
    margin-bottom: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: solid 1px rgba(160, 160, 160, 0.3);
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

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

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #b15921;
	color: #fff;
	padding: 3px 7px 4px;
	text-decoration: none;
}

big {
	font-size: 125%;
}

iframe{
    width: 100%;
}

p embed,
p iframe,
p object,
p video {
    width: 100%;
    margin-bottom: 30px;
    vertical-align: middle;
}

dl {
	margin: 0 0 25px;
}

dt {
	font-weight: 700;
    margin-bottom:5px;
}

dd {
	margin: 0 0 25px;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #eaeaea;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 25px;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/*--------------------------------------------------------------
# Cross Browser Compatibility
--------------------------------------------------------------*/

a,
.btn-style-one,
.btn-style-two,
.theme-btn,
input[type="submit"],
input[type="reset"],
input[type="button"],
.greta-form input[type="submit"],
.sidebar .widget_mc4wp_form_widget input[type="submit"],
.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="submit"],
.subscribe-section .mc4wp-form-fields input[type="submit"] {
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

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

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #252525;
    border-radius: 3px;
    border: 0;
    box-shadow: 0;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing:2px;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

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

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
select,
textarea {
    font-family: 'Lato', sans-serif;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #ffffff;
    border-radius: 3px;
    border: solid 1px rgba(0,0,0, 0.07);
    display: block;
    outline: 0;
    padding: 0.92em 1em;
    text-decoration: none;
    width: 100%;
    text-transform:capitalize;
    font-size: 13px;
    margin-bottom: 17px;
    color:#666;
}

input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
input[type="tel"]:invalid,
input[type="search"]:invalid,
input[type="url"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
    border: solid 1px rgba(0,0,0, 0.15);
}

/* Normalize webkit search */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

textarea {
    padding: 0.75em 1em;
    height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

label {
    float:left;
    width: 100%;
    margin-bottom: 20px;
}

::-webkit-input-placeholder {
    color: #c5c5c5 !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: #c5c5c5 !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: #c5c5c5 !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: #c5c5c5 !important;
    opacity: 1.0;
}

.theme-btn{
    display:inline-block;
}

/*Btn Style One*/

.btn-style-one{
    position:relative;
    padding:7px 22px 5px;
    line-height:22px;
    color:#ffffff;
    font-size:11px;
    font-weight:400;
    background:none;
    letter-spacing:1px;
    border:1px solid #ffffff;
    text-transform:uppercase;
}

.btn-style-one:hover{
    color:#ffffff;
    background:#b15921;
    border-color:#b15921;
}

/*Btn Style Two*/

.btn-style-two{
    position:relative;
    padding:7px 22px 5px;
    line-height:22px;
    color:#000000;
    font-size:11px;
    font-weight:400;
    background:none;
    letter-spacing:1px;
    border:1px solid #000000;
    text-transform:uppercase;
}

.btn-style-two:hover{
    color:#ffffff;
    background:#b15921;
    border-color:#b15921;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

.section {
    width: 100%;
    float:left;
}

.postbar {
    width: 68.8888888%;
}

.sidebar {
    width: 24.8888888%;
}

.postbar.fullwidth {
    width: 100%;
    float:left;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row.list-layout {
    margin:0;
}

.col1,.col2,.col3,.col4,.col5,.col6,
.col7,.col8,.col9,.col10,.col11,.col12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.col12 {
    width: 100%;
}

.col11 {
    width: 91.66666667%;
}

.col10 {
    width: 83.33333333%;
}

.col9 {
    width: 75%;
}

.col8 {
    width: 66.66666667%;
}

.col7 {
    width: 58.33333333%;
}

.col6 {
    width: 50%;
}

.col5 {
    width: 41.66666667%;
}

.col4 {
    width: 33.33333333%;
}

.col3 {
    width: 25%;
}

.col2 {
    width: 16.66666667%;
}

.col1 {
    width: 8.33333333%;
}

.offset2 {
    padding:0 16.66666667%;
}

.content-row:before,
.content-row:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.content-row:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.textright {
    text-align: right;
}

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.relative {
    position: relative;
}

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

.menubar {
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
    position: relative;
}

.home.header-bottomnav.featured-fullslider-active .menubar {
    border-bottom: none;
}

.topbar {
    position: relative;
}

.navmenu {
    margin: auto;
    text-align: center;
    position: relative;
}

.navmenu ul {
    list-style:none;
    position:relative;
    margin:0 auto;
    padding:0;
}

.navmenu ul a {
    font-family: 'Lato', sans-serif;
    display:block;
    color:#181818;
    text-decoration:none;
    text-transform: uppercase;
    font-weight:400;
    font-size:12px;
    margin-top:1px;
    line-height:76px;
    padding:0 21px;
    letter-spacing: 1px;
}

.navmenu ul a:hover {
    color:#b15921;
}

.navmenu ul li {
    position:relative;
    display: inline-block;
    margin:0;
}

.navmenu ul ul {
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#ffffff;
    padding:0;
    margin-top:0;
    z-index: 9999;
    border:1px solid #eaeaea;
}

.navmenu ul ul li {
    float:none;
    width:auto;
    min-width: 185px;
    text-align: left;
    border-top: 1px dashed;
    border-color: #eaeaea;
}

.navmenu ul ul li:first-child {
    border:0 none;
}

.navmenu ul ul a {
    line-height:120%;
    padding:15px 25px;
    color:#414141;
    font-size: 10px;
}

.navmenu ul ul ul {
    top:0;
    left:100%;
    margin-top:-1px;
}

.navmenu ul li:hover > ul {
    display:block;
}

/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.hidden-bar{
    position: fixed;
    top: 0;
    width: 320px;
    height: 100%;
    background:#ffffff;
    z-index:9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}
.hidden-bar.left-align {
    left:-400px;
}

.hidden-bar.left-align.visible-sidebar {
    left: 0px;
}

.hidden-bar.left-align.visible-sidebar:before{
    position:absolute;
    content:'';
    left:100%;
    top:0px;
    width:100000%;
    height:100%;
    display:block;
    background-color:#737373;
    opacity: 0.65;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    right:30px;
    top:80px;
    background: none;
    color: #181818;
    border-radius: 0px;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999;
    cursor:pointer;
    font-size: 26px;
    width:40px;
    height:40px;
    line-height:40px;
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #a58068;
}

.hidden-bar-wrapper {
    height: 100%;
    padding:170px 30px 170px 40px;
}

.hidden-bar .sidebar-logo {
    position:absolute;
    left:40px;
    top:50px;
    padding: 30px 0px;
}

.sidebar-logo a h2 {
    font-size: 26px;
    font-weight: 700;
    color:#181818;
}

.hidden-bar .sidebar-logo img{
    display:inline-block;
    max-width:100%;
}

.hidden-bar .side-menu {
    background-color: transparent;
    padding: 0;
    font-size:13px;
}

.hidden-bar .side-menu ul li ul a {
    background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
    background: transparent;
}

.hidden-bar .side-menu a.current-menu-item {
    color: #c5a47e;
}

.hidden-bar .side-menu li.current-menu-item > a {
    color: #c5a47e;
}

.hidden-bar .side-menu ul li{
    position:relative;
    display:block;
    border-bottom: 1px dashed #eaeaea;
}

.hidden-bar .side-menu ul.navigation > li > ul > li:first-child{
    border-top: 1px solid rgba(255,255,255,0.05);
}

.hidden-bar .side-menu ul.navigation > li > ul > li:last-child{
    border-bottom:none;
}

.hidden-bar .side-menu ul li a {
    background: transparent;
    color: #181818;
    display:block;
    font-size: 12px;
    line-height:22px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform:uppercase;
    padding:22px 15px 22px 0px;
    position: relative;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul.navigation > li > ul > li > a{
    padding-left:22px;
    color: #181818;
    display:block;
    font-size: 12px;
}

.hidden-bar .side-menu ul.navigation > li.active > a:before{
    content:'';
    position:absolute;
    left:100%;
    top:50%;
    margin-top:-1px;
    width:20px;
    border-bottom:2px solid #c5a47e;
}

.hidden-bar .side-menu ul.navigation > li.menu-item-has-children > a{
    padding-left:17px;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.menu-item-has-children > a{
    padding-left:17px;
}

.hidden-bar .side-menu ul.navigation > li.menu-item-has-children > a:before{
    font-family: "FontAwesome";
    content:'\f105';
    position:absolute;
    left:0;
    top:20px;
    font-size:12px;
    line-height:24px;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.menu-item-has-children{
    width:auto;
    margin-left:22px;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.menu-item-has-children > a,
.hidden-bar .side-menu ul.navigation > li > ul > li.menu-item-has-children > ul > li > a{
    padding-left:10px;
}

.hidden-bar .side-menu ul.navigation > li > ul > li.menu-item-has-children > a:after{
    font-family: "FontAwesome";
    content:'\f105';
    position:absolute;
    right:20px;
    top:22px;
    font-size:14px;
    line-height:24px;
}

.hidden-bar .side-menu ul.navigation > li.menu-item-has-children.open > a:before{
    content:'\f107';
}

.hidden-bar .side-menu ul > li.current-menu-item > a,
.hidden-bar .side-menu ul > li > ul > li.current-menu-item > a,
.hidden-bar .side-menu ul.navigation > li.current-menu-item > a {
    color:#b15921;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul.navigation > li > ul > li > a:hover {
    color:#b15921;
}

.hidden-bar .copyright-text{
    position:absolute;
    bottom:30px;
    left:0px;
    width:100%;
    padding:0px 20px;
    text-align:left;
    font-size:11px;
    line-height:20px;
    color:#b8b9ba;
}

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

.logobar {
    float:left;
    width: 100%;
    position: relative;
    background: #fff;
    padding:65px 0;
}

.nav-toggler {
    position: absolute;
    float: left;
    left: -6px;
    top: 50%;
    transform:translateY(-50%);
    line-height: 1;
}

.nav-toggler i{
    cursor: pointer;
    font-size: 32px;
    color:#b15921;
}

.logo {
    float:left;
    width: 100%;
    text-align: center;
}

.logo h1 {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 1;
    color:#181818;
    font-weight: 500;
    display: inline-block;
}

.search-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform:translateY(-50%);
    line-height: 1;
    font-size: 20px;
    color: #111111;
    cursor: pointer;
}

.fliphorizontal {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform:scale(-1, 1);
    filter:none;

    
    display:inline-block;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
 }

/*--------------------------------------------------------------
# Sticky Header
--------------------------------------------------------------*/

.sticky-menu{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	border-bottom:1px solid #eaeaea;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fixed-header .sticky-menu{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.sticky-menu .navmenu ul a {
    margin-top:1px;
    line-height:56px;
}

.sticky-menu .navmenu ul ul a {
    line-height:1;
    padding:15px 25px;
}

/*--------------------------------------------------------------
# Popup Search
--------------------------------------------------------------*/
.search-popup{
    position:fixed;
    left:0px;
    top:0%;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.80);
    z-index:9999;
    visibility:hidden;
    opacity:0;
    overflow:auto;
    transition:all 700ms ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
    -ms-transform: scale(0,0);
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
}

.search-popup.popup-visible{
    top:0;
    visibility:visible;
    opacity:1;
    -ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1, 1); /* Safari */
    transform: scale(1, 1);
}

.search-popup .close-search{
    position:absolute;
    right:25px;
    top:25px;
    font-size:40px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    transition:all 700ms ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
}

.search-popup .close-search:hover{
    opacity:0.70;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.search-popup .search-form{
    position:absolute;
    padding:0px;
    top:40%;
    left:10%;
    right:10%;
    width: 80%;
    max-width:600px;
    margin:0 auto;
}

.search-popup input[type="search"] {
    background: transparent;
    border: solid 1px rgba(255,255,255, 0.2);
    display: block;
    outline: 0;
    padding:1em;
    text-decoration: none;
    width: 100%;
    text-transform:capitalize;
    font-size: 17px;
    margin-bottom: 0;
    color:#fff;
}

.search-popup input[type="search"]:invalid {
    box-shadow: none;
}

.search-popup input[type="search"]:focus {
    border: solid 1px rgba(255,255,255, 0.4);
}

/*--------------------------------------------------------------
# Featured Slider
--------------------------------------------------------------*/

.header-bottomnav.featured-slider-active .main-slider {
    margin-top:50px;
}

.main-slider{
    position:relative;
    overflow:hidden;
}

.slide{
    position:relative;
}

.slide .image{
    position:relative;
}

.slide .image img{
    position:relative;
    width:100%;
    display:block;
}

.slide .overlay-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    background-color:rgba(0,0,0,0.50);
}

.slide .overlay-box .overlay-inner{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    padding: 30px 15px;
    vertical-align: middle;
}

.slide .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.slide .overlay-box .overlay-inner .content .post-cat{
    position:relative;
    color:#ffffff;
    font-size:12px;
    letter-spacing:2px;
    display:inline-block;
    text-transform:uppercase;
}

.slide .overlay-box .overlay-inner .content .post-cat a{
    color:#ffffff;
}

.slide .overlay-box .overlay-inner .content .post-cat:after{
    position: absolute;
    content: '';
    left: -5px;
    bottom: 0;
    right: -5px;
    height: 5px;
    background-color:rgba(255,255,255,0.15);
}

.slide .overlay-box .overlay-inner .content h2{
    font-family: 'Playfair Display', serif;
    position:relative;
    color:#ffffff;
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.slide .overlay-box .overlay-inner .content h2 a{
    color:#ffffff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.main-slider .owl-item.active .slide.style-two .overlay-box{
    background-color:rgba(0,0,0,0.50);
}

.main-slider .owl-carousel .owl-stage-outer{
    overflow:visible;
}

.main-slider.style-two .owl-carousel .owl-stage-outer{
    overflow:hidden;
}

.main-slider.style-three .owl-carousel .owl-stage-outer{
    overflow:visible;
    max-width: 100px;
}

.main-slider.style-three .owl-carousel {
    max-width: 100%;
    margin: 6px auto 0;
}

.main-slider .owl-carousel{
    max-width: 1170px;
    margin: 0 auto;
}

.main-slider .owl-item.active .slide .overlay-box{
    background-color:rgba(0,0,0,0.25);
}

.nav-one .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    left:0;
    opacity: 0;
}

.nav-one .featured:hover .owl-nav {
    opacity: 1;
}

.nav-one .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    border:1px solid #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.nav-one .owl-theme .owl-nav [class*='owl-']:hover {
    color: #FFF;
}

.nav-one .owl-nav > div{
    float:left;
    position:relative;
}

.nav-one .owl-nav > div:before{
    color:#fff;
    font-family:fontawesome;
    font-size: 18px;
    line-height: 40px;
    height:100%;
    left:0;
    position:absolute;
    text-align:center;
    top:0;
    width:100%;
}

.nav-one .owl-nav > div.owl-prev{
    float:left;
    left:30px;
}

.nav-one .owl-nav > div.owl-next{
    float:right;
    right:30px;
}
.nav-one .owl-nav > div.owl-prev:before{
    font-family:fontawesome;
    content:"\f104";
}

.nav-one .owl-nav > div.owl-next:before{
    font-family:fontawesome;
    content:"\f105";
}

.nav-two .owl-nav{
    font-family:fontawesome;
    display:block;
    text-align:center;
    margin-top:30px;
}

.nav-two .owl-nav .owl-prev,
.nav-two .owl-nav .owl-next{
    display:inline-block;
    color:#c3c3c3;
    margin:0px 12px;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.nav-two .owl-nav .owl-prev:hover,
.nav-two .owl-nav .owl-next:hover{
    color:#b15921;
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/

.main-content{
    margin-top: 90px;
    margin-bottom: 120px;
}

.main-content.style-two{
    padding-top:40px;
}

.main-content .postbar,
.main-content .sidebar{
    margin-bottom:0px;
}

.post.standard {
    margin-bottom: 75px;
    border:0 none;
}

.standard.page {
    margin-bottom: 75px;
    border:0 none;
}

.single article {
    border:0 none;
}

.post-header{
    float: left;
    width: 100%;
    margin-bottom:40px;
    text-align:center;
}

.sticky .sticky-icon{
    float:left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.post-header .post-cat{
    display:inline-block;
}

.post-header .post-cat a {
    position:relative;
    color:#b15921;
    font-size:12px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.post-header .post-cat a:not(:first-child) {
    margin-left:17px;
}

.post-header .post-cat a:after{
    position:absolute;
    content:'';
    left:-5px;
    bottom:0;
    right:-5px;
    height:6px;
    z-index:-1;
    background-color:#efefee;
}

.post-header .post-title {
    font-family: 'Playfair Display', serif;
    position:relative;
    font-size:34px;
    color:#1b1a1a;
    font-weight:400;
    line-height:1.4em;
    margin-bottom:8px;
    margin-top:12px;
}

.post-header .post-title a{
    color:#1b1a1a;
}

.post-header .post-title a:hover{
    color:#666;
}

.post-header .post-date{
    position:relative;
    color:#a9a8a8;
    font-size:14px;
    font-weight:400;
    display:inline-block;
}

.post-header .post-date:before{
    position:absolute;
    content:'';
    top:50%;
    right:115%;
    width:30px;
    height:1px;
    background-color:#eaeaea;
}

.post-header .post-date:after{
    position:absolute;
    content:'';
    top:50%;
    left:115%;
    width:30px;
    height:1px;
    background-color:#eaeaea;
}

.post-media {
    float:left;
    width: 100%;
    margin-bottom: 32px;
}

.post-content{
    float:left;
    width: 100%;
}

.post-text {
    margin-bottom: 15px;
}

.post-content .btn-box{
    float: left;
    width: 100%;
    margin-bottom:40px;
}

/*Post Footer*/

.post-footer{
    float:left;
    width: 100%;
    padding:6px 0px;
    border-top:1px solid #eaeaea;
    border-bottom:1px solid #eaeaea;
}

.post-footer .col6:first-child:nth-last-child(1) {
	width:100%;
}

.post-footer .col6:first-child:nth-last-child(2),
.post-footer .col6:first-child:nth-last-child(2) ~ div {
    width: 50%;
}

/*Social Share*/

.social-share{
    position:relative;
}

.social-share li{
    position:relative;
    margin-right:2px;
    display:inline-block;
}

.social-share li.share{
    color:#1b1a1a;
    font-size:12px;
    margin-right:12px;
}

.social-share li a{
    position:relative;
    width:32px;
    height:32px;
    color:#ffffff;
    font-size:13px;
    text-align:center;
    line-height:32px;
    display:inline-block;
    background-color:#000000;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.social-share li a:hover{
    color:#ffffff;
    background-color:#b15921;
}

/* Post Metas */

.post-footer .post-meta{
    list-style:none;
    position:relative;
    margin:0 auto;
    padding:0;
    text-align: right;
}

.post-footer .post-meta li{
    display:inline-block;
    position: relative;
    padding-right:8px;
    margin-right:8px;
    font-size:10px;
    letter-spacing:1px;
    line-height: 32px;
    text-transform:uppercase;
}

.post-footer .post-meta li a{
    color:#1b1a1a;
}

.post-footer .post-meta li a:hover{
    color:#b15921;
}

.post-footer .post-meta li em{
    font-family: 'Lora', serif;
    color:#959595;
    text-transform:lowercase;
    margin-right: 3px;
    font-size: 11px;
}

.post-footer .post-meta li:last-child{
    padding-right:0px;
    margin-right:0px;
}

.post-footer .post-meta li:last-child::after{
    display:none;
}

.post-footer .post-meta li:after{
    position:absolute;
    content:'';
    top:11px;
    height:10px;
    margin-left:8px;
    width:1px;
    background-color:#eaeaea;
}

/*--------------------------------------------------------------
# List Post
--------------------------------------------------------------*/
article.list {
    border: 0 none;
    margin-bottom: 60px;
}

.list .post-header h2 {
    font-size: 22px;
    margin-bottom: 15px;
}

.list .row {
    margin-left: -20px;
    margin-right: -20px;
}

.list-post-media {
    width:40%;
    padding-left:20px;
    padding-right: 20px;
    float:left;
}

.list-post-content {
    width: 60%;
    padding-left:20px;
    padding-right: 20px;
    float:left;
}

.no_post_thumbnail {
    width: 100%;
}
/*--------------------------------------------------------------
# Grid Post
--------------------------------------------------------------*/

.masonry {
    float: left;
    width: 100%;
}

article.grid {
    margin-bottom:15px;
}

.post.grid .post-header .post-title {
    font-size:24px;
}

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

.pagination {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
}

.pagination a {
    color:#000;
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
}

.pagination a:hover {
    color:#b15921;
    border-color:#b15921;
}

/*--------------------------------------------------------------
# Paginated Posts
--------------------------------------------------------------*/

.page-links {
    clear: both;
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 13px;
    color:#ffffff;
}

.page-links a,
.page-links > span {
    border: 1px solid #b15921;
    background-color: #b15921;
    color:#ffffff;
    display: inline-block;
    font-size: 11px;
    width: 1.8461538462em;
    height: 1.8461538462em;
    line-height: 1.6923076923em;
    margin-left: 0.3076923077em;
    text-align: center;
    border-radius: 2px;
}

.page-links a > span {
    color:#fff;
}

.page-links a {
    background-color: #252525;
    border-color: #252525;
    color: #fff;
}

.page-links a:hover,
.page-links a:focus {
    background-color: #b15921;
    border-color: transparent;
    color: #fff;
}

.page-links > .page-links-title {
    border: 0;
    color: #252525;
    height: auto;
    margin: 0;
    padding-right: 10px;
    width: auto;
}

/*--------------------------------------------------------------
# Single Post Page
--------------------------------------------------------------*/

.single .post-content p {
    color:#4c4b4b;
    font-size: 16px;
}
strong em,
table a,
.post-text a {
    color:#b15921;
}

.post-text p,
.comment-text p,
.post-text h1,
.comment-text h1,
.post-text h2,
.comment-text h2,
.post-text h3,
.comment-text h3,
.post-text h4,
.comment-text h4,
.post-text h5,
.comment-text h5,
.post-text h6,
.comment-text h6,
.post-text table,
.comment-text table {
    margin-bottom:25px;
}

.post-text ul ,
.comment-text ul{
    list-style:disc;
    float:left;
    margin:0 0 25px;
    padding: 0 30px 0 50px;
    width:100%;
}

.post-text ol,
.comment-text ol{
    float:left;
    list-style-type:decimal;
    margin:0 0 25px;
    padding: 0 30px 0 50px;
    width:100%;
}

.post-text ol li ol,
.comment-text ol li ol,
.post-text ul li ul,
.comment-text ul li ul {
    margin:10px 0 0;
    padding-left:30px;
}

.post-text ol li,
.comment-text ol li,
.post-text ul li,
.comment-text ul li{
    float:left;
    width:100%;
    font-size: 15px;
    line-height: 1.6;
    color:#252525;
    margin-bottom:20px;
    font-weight: 500;
}

.post-text ol li:last-child,
.comment-text ol li:last-child,
.post-text ul li:last-child,
.comment-text ul li:last-child{
    margin:0;
}

blockquote {
	border: 0 solid #b15921;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}



/*
blockquote{
	position:relative;
	border:0px;
	line-height:1.3em;
	text-align:center;
	font-style:italic;
	margin-bottom:30px;
	padding:20px 0px 25px;
	font-size:20px;
	color:#a9a8a8;
	border-width:2px;
	margin:30px 0px;
	border-color:#b15921;
}

blockquote p {
    text-align: center;
    margin-bottom: 0;
	color:#a9a8a8;
	font-size:20px;
	font-style:italic;
}

q:before,
blockquote:before{
	position:absolute;
	content:'';
	width:310px;
	left:50%;
	top:0px;
	height:1px;
	margin-left:-155px;
	background-color:#e5e5e5;
}

q:after,
blockquote:after{
	position:absolute;
	content:'';
	width:310px;
	left:50%;
	bottom:0px;
	height:1px;
	margin-left:-155px;
	background-color:#e5e5e5;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

blockquote p em {
    color:#b15921;
    display: inline;
}
blockquote cite,
blockquote small {
    font-size: 11px;
    color:#aaaaaa;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 100%;
    margin-bottom:15px;
}

blockquote cite::before,
blockquote small::before {
	content:'-';
	font-weight: 700;
	margin-right: 2px;
}

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

blockquote strong,
blockquote b {
	font-weight: 400;
}
*/

/*--------------------------------------------------------------
## Single Post Page > Post Tags
--------------------------------------------------------------*/

.post-tags {
    float:left;
    width: 100%;
    margin-bottom: 30px;
}

.post-tags a {
    font-weight: 700;
    margin-right:15px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1px;
    color:#b15921;
    text-transform: uppercase;
    display: inline;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-tags a::before {
    content :"#";
    padding-right:4px;
}

/*--------------------------------------------------------------
## Single Post Page > Author Box
--------------------------------------------------------------*/

.author-box {
    border-bottom:1px solid #eaeaea;
    overflow:hidden;
    float: left;
    padding:60px 0 40px;
}

.author-img {
    float:left;
    width: 100px;
    margin-right:20px;
    margin-bottom:20px;
}

.author-img img {
    border-radius: 50%;
}

.author-content {
    margin-bottom:20px;
}

.author-content h5 {
    font-size:14px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom:10px;
    display:block;
}

.author-content h5 a {
    color:#000;
}

.author-content h5 a:hover {
    color:#b15921;
}

.author-content p {
    width: 100%;
    display: inline;
    font-size: 14px;
    line-height: 23px;
    color:#4c4b4b;
    margin-bottom: 0;
}

.author-box .social-icons {
    width: auto;
    margin-top:15px;
    float: none;
}

.author-box .social-icons a {
    padding:0 20px 0 0;
    color:#a0a1a2;
}

.author-box .social-icons a:hover {
    color:#b15921;
}

.author-box .social-icons a i {
    font-size: 14px;
    line-height: 1;
}

/*--------------------------------------------------------------
## Single Post Page > Post Pagination
--------------------------------------------------------------*/

.prev-next-posts{
    float: left;
    width: 100%;
    border-bottom:1px solid #eaeaea;
}

.prev-next-posts .prev-post{
    position:relative;
    padding:15px 0px;
    display:inline-block;
    padding-left:28px;
    float:left;
}
.prev-next-posts .prev-post .inner{
    position:relative;
    min-height:77px;
    padding-left:112px;
}

.prev-next-posts .prev-post.no-thumb .inner {
    padding-left:12px;
}

.prev-next-posts .prev-post .post-thumb{
    position:absolute;
    left:0px;
    top:0px;
    margin-right:10px;
}

.prev-next-posts .prev-post .arrow{
    position:absolute;
    left:0px;
    top:50%;
    width:17px;
    height:17px;
    color:#7b7b7b;
    font-size:12px;
    line-height:12px;
    border-radius:50%;
    text-align:center;
    margin-top:-9px;
    z-index:10;
    display:inline-block;
    border:2px solid #f8f8f8;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.prev-next-posts h3{
    font-family: 'Playfair Display', serif;
    position:relative;
    font-size:15px;
    line-height: 1.7;
    font-weight:400;
    padding-top: 17px;
    text-transform:capitalize;
}

.prev-next-posts h3 a {
    color:#1b1a1a;
}

.prev-next-posts h3 a:hover{
    color:#b15921;
}

.prev-next-posts .post-date {
    color:#a9a8a8;
    font-size: 13px;
}

.prev-next-posts .prev-post .arrow:hover,
.prev-next-posts .next-post .arrow:hover{
    color:#ffffff;
    border-color:#b15921;
    background-color:#b15921;
}

.prev-next-posts .next-post{
    float:right;
    position:relative;
    text-align:right;
    padding:15px 0px;
    display:inline-block;
    padding-right:28px;
}

.prev-next-posts .next-post .inner{
    position:relative;
    min-height:77px;
    padding-right:112px;
}

.prev-next-posts .next-post.no-thumb .inner {
    padding-right:12px;
}

.prev-next-posts .next-post .post-thumb{
    position:absolute;
    right:0px;
    top:0px;
    margin-left:10px;
}

.prev-next-posts .next-post .arrow{
    position:absolute;
    right:0px;
    top:50%;
    width:17px;
    height:17px;
    color:#7b7b7b;
    font-size:11px;
    line-height:12px;
    border-radius:50%;
    text-align:center;
    margin-top:-9px;
    z-index:10;
    padding-left:1px;
    display:inline-block;
    border:2px solid #f8f8f8;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

/*--------------------------------------------------------------
## Single Post Page > Related Posts
--------------------------------------------------------------*/

.related-posts {
    margin-top:70px;
}

.section-title h4 {
    color:#1b1a1a;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom:5px;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.related-posts .col4 {
    margin-bottom:20px;
    text-align: center;
}

.related-post-image {
    float:left;
    width: 100%;
    margin-bottom:20px;
}

.related-post-image img {
    width: 100%;
}

.related-post-content {
    float:left;
    width: 100%;
}

.related-post-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    line-height: 1.4;
    float: left;
    width: 100%;
}

.related-post-content h3 a {
    color:#1b1a1a;
}

.related-post-content h3 a:hover {
    color:#b15921;
}

.related-post-content .post-date {
    color:#a9a8a8;
    font-size: 14px;
    margin-top:5px;
    float: left;
    width: 100%;
}

/*--------------------------------------------------------------
## Single Post Page > Comments
--------------------------------------------------------------*/

.greta-comments{
    float:left;
    margin-top:45px;
    width:100%;
}

.comments-list {
    float:left;
    margin:25px 0 40px;
    padding: 0;
}

.comment-list-item {
    border-bottom:1px dashed #eaeaea;
    padding:0 0 10px;
    margin:0 0 40px;
    display: table;
    position: relative;
}

.greta-comments .children {
    margin-left: 50px;
}

.comments-list li:last-child {
    border:none;
    padding:0;
    margin:0;
}

.comment-list-item .avatar {
    float: left;
    display:table-cell;
    width: 70px;
    margin-right:20px;
    border-radius: 50%;
}

.comment-list-item .comment-content {
    vertical-align: middle;
    display:table-cell;
    width: 100%;
    margin-top:5px;
}

.comment-list-item .comment-content .comment-author,
.comment-list-item .comment-content .comment-author a {
    display:block;
    font-size:14px;
    color:#2f2f2f;
    font-weight: 700;
    letter-spacing: 1px;
}

.comment-list-item .comment-content h6 {
    margin-bottom:10px;
}

.comment-list-item .comment-content span.comment-author a:hover {
    text-decoration:underline;
}

.comment-text p{
    margin-bottom:14px;
    font-size: 14px;
    line-height: 23px;
    color:#4c4b4b;
    margin-top:-1px;
    display: inline-block;
    float: left;
    width: 100%;
}

.comment-list-item .comment-content em {
    font-size:13px;
    display:block;
    color:#0080DA;
    letter-spacing:1px;
}

.comment-list-item span.reply {
    position: absolute;
    right:0;
    top:0;
    margin: 0;
    padding: 0;
}

.comment-list-item span.reply a {
    font-style: italic;
    font-size:12px;
    line-height:1;
    color:#b15921;
}

.comment-list-item span.reply a:not(:first-child)::before {
    content :"/";
    margin-right:5px;
    color:#b3b3b3;
}

.greta-form textarea,
.greta-form input[type="text"],
.greta-form input[type="email"],
.greta-form input[type="url"],
.greta-form input[type="submit"] {
    margin-bottom: 25px;
    border-radius: 0;
}

.greta-form textarea {
    line-height: 1.5;
}

.comment-reply-title {
    color:#1b1a1a;
    float:left;
    width:100%;
    font-size:12px;
    letter-spacing:1px;
    margin-bottom:25px;
    text-transform:uppercase;
}

.comment-reply-title a {
    color:#b15921;
    float:right;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1px;
}

.comment-reply-title a::before {
    font-family: "FontAwesome";
    content:'\f057';
    margin-right:5px;
    font-size: 12px;
}

.comment-notes,
.must-log-in,
.logged-in-as {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-bottom: 20px;
}

.logged-in-as a {
    text-decoration: underline;
}

.bypostauthor {
    border:0 none;
    background-color:#fff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.widget {
    float: left;
    width: 100%;
    display: block;
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid #eaeaea;
}

.widget:last-child {
    border: 0 none;
}

.widget-title {
    position: relative;
}

.widget-title h4 {
    position:relative;
    color:#2b2735;
    font-weight: 400;
    font-size:12px;
    text-align:center;
    margin-bottom:22px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.widget ol,
.widget ul{
    list-style:none;
    text-align:left;
}

.widget ol li,
.widget ul li{
    padding:0 0 10px;
    margin: 0 0 10px;
    border-bottom:1px dashed #eaeaea;
    font-size:13px;
    line-height:26px;
    color:#5b5b5b;
}

.widget ol li:last-child,
.widget ul li:last-child {
    padding:0;
    margin:0;
    border:0 none;
}

.widget .post-date {
    color:#777777;
    display: block;
}

/*-------------------------------------
## Widgets > Categories, Archive, Pages
-------------------------------------*/

.widget_categories ul ul li:last-child,
.widget_pages ul ul li:last-child{
    padding-bottom:0;
    margin-bottom:0;
}

.widget_pages .children,
.widget_categories .children,
.widget_archive .children {
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #eaeaea;
}

/*-------------------------------------
## Widgets > Text Widget
-------------------------------------*/

.textwidget img,
.textwidget .wp-caption,
.textwidget a img{
    border: none;
    padding: 0;
    text-align: left;
    margin: 0 0 10px;
}

/*-------------------------------------
## Widgets > RSS
-------------------------------------*/

.widget_rss {
    line-height: 1.6;
}

.widget_rss ul li a.rsswidget {
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    float:left;
}

.rssSummary {
    font-size: 13px;
    line-height: 1.6;
    color:#5b5b5b;
}

.widget_rss ul li {
    float:left;
}

.rss-date {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 12px;
    float:left;
    width: 100%;
    color:#999;
}

.widget_rss cite {
    font-size: 13px;
    font-weight: 500;
    padding-top:5px;
    color:#999;
}

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

/*-------------------------------------
## Widgets > Calendar
-------------------------------------*/

.widget_calendar caption {
    text-align: center;
    width: 100%;
    margin-bottom:10px;
    color:#262626;
    font-weight: 400;
}

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

/*-------------------------------------
## Widgets > Tag Cloud
-------------------------------------*/

.widget_tag_cloud a{
    background-color: #eaeaea;
    color:#000;
    float:left;
    margin-bottom:10px;
    margin-right:10px;
    padding:6px 10px 5px;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing:1px;
    line-height: 1;
}

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

/*-------------------------------------
## Widgets > Nav Menu
-------------------------------------*/

.widget_nav_menu ul{
    float:left;
    list-style:outside none none;
    margin:0;
    width:100%;
}

.widget_nav_menu ul li{
    float:left;
    width:100%;
}

.widget_nav_menu ul li a{
    float:left;
    width:100%;
}

.widget_nav_menu ul ul{
    display:none;
    padding:10px 0 0 15px;
    width:100%;
}

.widget_nav_menu ul li.menu-item-has-children > a {
    position: relative;
    width:100%;
}

.widget_nav_menu ul li.menu-item-has-children > a::after{
    content:"\f107";
    font-family:"FontAwesome";
    font-size:15px;
    position:absolute;
    right:0;
}

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

/*-------------------------------------
## Widgets > About Author
-------------------------------------*/

.greta-about-author img {
    display: block;
    margin:0 auto 20px;
    width: 100%;
}

.author-text {
    display: block;
}

.greta-about-author p {
    margin-bottom:0;
    display: inline-block;
    font-size: 15px;
}

.social-icons {
    float:left;
    width: 100%;
    margin-top:20px;
}

/*-------------------------------------
## Widgets > Social Icons
-------------------------------------*/

.social-icons-widget .social-icons {
    float: left;
    width: 100%;
}

.widget .social-icons {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}

.widget .social-icons a {
    color:#1b1a1a;
    font-size: 16px;
    margin:0 10px;
}

.widget .social-icons a:hover {
    color:#b15921;
}

/*-------------------------------------
## Widgets > Banner Ads
-------------------------------------*/

.banner-ads {
    text-align: center;
}

/*-------------------------------------
## Widgets > Recent Posts Widget
-------------------------------------*/
.popular-posts-widget,
.gallery-slide{
    float:left;
    width: 100%;
}

.gallery-slide .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.gallery-slide .inner-box h3{
	position:relative;
	color:#1b1a1a;
	font-size:20px;
	text-align:center;
	font-weight:400;
	margin-top:22px;
	font-family: 'Playfair Display', serif;
}

.popular-posts-widget .owl-dots{
	position:relative;
	padding-top:20px;
	text-align:center;
    display: block;
}

.popular-posts-widget .owl-dots .owl-dot{
	position:relative;
	display:inline-block;
	margin:0px 4px;
}

.popular-posts-widget .owl-dots .owl-dot span{
	position:relative;
	display:block;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#cdced0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.popular-posts-widget .owl-dots .owl-dot.active span,
.popular-posts-widget .owl-dots .owl-dot:hover span{
	background:#b15921;
}

/*-------------------------------------
## Widgets > Snapchat
-------------------------------------*/

.greta-snapchat {
    text-align: center;
}

.snapchat-img {
    display: block;
}

.snapchat-img img {
    max-width: 180px;
}

.snapchat-name {
    display: block;
    margin-top:20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    letter-spacing:1px;
}

/*-------------------------------------
## Widgets > Widget Promobox
-------------------------------------*/

.promobox-widget-wrap {
    float:left;
    width: 100%;
    position: relative;
}

.promobox-item {
    display: table;
    width:100%;
    float:left;
    margin-bottom:20px;
    height:145px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position:relative;
}

.promobox-item:last-child {
    margin-bottom:0;
}

.promobox-overlay {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}

.promobox-overlay > h5 {
    color:#b15921;
    padding:10px 15px 9px;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    background:#fff;
    display:inline-block;
}

.promobox-link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left:0;
    z-index: 999;
    display: block
}

/*-------------------------------------
# Newsletter Widget
-------------------------------------*/

.sidebar .widget_mc4wp_form_widget {
    padding: 0 0 40px;
}

.sidebar .widget_mc4wp_form_widget input[type="email"] {
    text-align: center;
}

.sidebar .widget_mc4wp_form_widget input[type="submit"] {
    width: 100%;
    margin:0;
}

.sidebar .widget_mc4wp_form_widget label {
    text-align: center;
    color:#898989;
}

.sidebar .widget_mc4wp_form_widget p {
    margin: 0;
    padding: 0;
}

/*-------------------------------------
# Instagram Widget
-------------------------------------*/

.instagram-feed-widget {
    float: left;
    width: 100%;
    display: block;
}

.instagram-wrap {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
}

.instagram-img .instagram-item {
    position: relative;
    float: left;
    padding-top:4px;
    padding-left:2px;
    padding-right: 2px;
}

.instagram-img .instagram-item:before {
    content: " ";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

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

.instagram-img .instagram-item:hover img {
    opacity: .9;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.instagram-img.item-col-1 .instagram-item {width: 100%;}
.instagram-img.item-col-2 .instagram-item {width: 50%;}
.instagram-img.item-col-3 .instagram-item {width: 33.333333333%;}
.instagram-img.item-col-4 .instagram-item {width: 25%;}
.instagram-img.item-col-5 .instagram-item {width: 20%;}
.instagram-img.item-col-6 .instagram-item {width: 16.666666666%;}
.instagram-img.item-col-7 .instagram-item {width: 14.286%;}
.instagram-img.item-col-8 .instagram-item {width: 12.5%;}

.instagram-img.item-col-1 .instagram-item:nth-child(1n+1),
.instagram-img.item-col-2 .instagram-item:nth-child(2n+1),
.instagram-img.item-col-3 .instagram-item:nth-child(3n+1),
.instagram-img.item-col-4 .instagram-item:nth-child(4n+1),
.instagram-img.item-col-5 .instagram-item:nth-child(5n+1),
.instagram-img.item-col-6 .instagram-item:nth-child(6n+1),
.instagram-img.item-col-7 .instagram-item:nth-child(7n+1),
.instagram-img.item-col-8 .instagram-item:nth-child(8n+1){
    clear: both;
}

.footer-instagram .instagram-feed-widget {
    margin-bottom:50px;
    padding-bottom: 0;
    border:0 none;
    position: relative;
}

.footer-instagram .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.footer-instagram .instagram-wrap {
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -4px;
}

.footer-instagram .instagram-img .instagram-item {
    position: relative;
    float: left;
    padding-top: 4px;
    padding-left: 2px;
    padding-right: 2px;
}
.follow-button {
    display: none;
}
.footer-instagram .widget-title {
    display: none;
}
.footer-instagram p.follow-button {
    text-align: center;
    display: inline-block;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    margin:0;
    padding:14px 20px 12px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    background: #fff;
    letter-spacing: 1px;
}

/*--------------------------------------------------------------
# PAGES
--------------------------------------------------------------*/

.page-title {
    font-family: 'Playfair Display', serif;
    position:relative;
    font-size:40px;
    color:#1b1a1a;
    font-weight:400;
    line-height:1.4em;
    margin-bottom:8px;
    margin-top:12px;
}

/*--------------------------------------------------------------
# 404 (NOT FOUND)
--------------------------------------------------------------*/

.error-page {
    text-align: center;
    width: 90%;
    max-width: 600px;
    margin: 100px auto;
}

.error-page h1 {
    font-size: 160px;
    line-height: 1;
    margin-bottom: 50px;
}

.error-page p {
    margin-bottom: 50px;
}

.post .notfound {
    display: block;
    float: left;
    width: 100%;
}

.post .notfound h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

.post .notfound a {
    color:#b15921;
    text-decoration: underline;
}

.post .notfound input {
    max-width: 400px;
    width: 80%;
}

/*--------------------------------------------------------------
# Archive Title
--------------------------------------------------------------*/

.archive-title-wrap {
    background: #f8f8f8;
    border-bottom:1px solid #eaeaea;
    text-align: center;
    padding: 40px 0;
}

.archive-title-wrap h1 {
    font-size:21px;
    line-height: 1;
    text-transform:uppercase;
    letter-spacing:5px;
    display:inline-block;
    position: relative;
    color:#000;
    margin:0;
}

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

.greta-footer{
    border-top:1px solid #eaeaea;
}

.greta-footer .copyright{
    color:#b8b9ba;
    font-size:12px;
    line-height: 50px;
    text-align:center;
}

/*--------------------------------------------------------------
## Footer > Subscribe Widget
--------------------------------------------------------------*/

.subscribe-section{
	position:relative;
    margin-bottom:80px;
}

.subscribe-section .widget_mc4wp_form_widget {
    float:left;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    background: transparent;
}

.subscribe-section .widget_mc4wp_form_widget .widget-title {
	position:relative;
	color:#1b1a1a;
	font-size:32px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}

.subscribe-section .widget_mc4wp_form_widget label {
	position:relative;
	color:#898989;
	font-size:16px;
	text-align:center;
	font-weight:400;
}

.subscribe-section .mc4wp-form-fields{
	display:block;
	max-width:480px;
	margin:0 auto;
	margin-top:20px;
}

.mc4wp-form-fields input[type="email"],
.mc4wp-form-fields input[type="submit"] {
    border-radius: 0;
}

.subscribe-section .mc4wp-form-fields input[type="email"]{
    float: left;
	width:75%;
	line-height:1;
	padding:11px 0px 8px 20px;
	height:50px;
	font-size:12px;
	background-color:transparent;
	border:1px solid #e1e1e1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-section .mc4wp-form-fields input::-webkit-input-placeholder{
	color: #c5c5c5;
}

.subscribe-section .mc4wp-form-fields input[type="submit"] {
    float: left;
    width:25%;
	height:50px;
	font-size:12px;
	line-height:42px;
	color:#ffffff;
	font-weight:400;
	cursor:pointer;
	letter-spacing:1px;
	background:#1b1a1a;
	text-transform:uppercase;
}

.subscribe-section .mc4wp-form-fields input[type="submit"]:hover {
    background: #b15921;
}

/*--------------------------------------------------------------
## Footer > Social Icons
--------------------------------------------------------------*/

.footer-social-icons{
	text-align:center;
    margin-bottom:80px;
}

.footer-social-icons a {
    padding:0 13px;
    font-size: 18px;
    line-height: 1;
    color:#1b1a1a;
}

.footer-social-icons a:hover {
    color:#b15921;
}

/*--------------------------------------------------------------
# SCROLL TO TOP BUTTON
--------------------------------------------------------------*/

.scroll-to-top{
    position:fixed;
    bottom:30px;
    right:15px;
    width:40px;
    height:40px;
    font-size:18px;
    text-transform:uppercase;
    line-height:38px;
    text-align:center;
    z-index:100;
    cursor:pointer;
    border:1px solid #eaeaea;
    color:#ccc;
    background: #fff;
    display:none;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

/*--------------------------------------------------------------
# WP Core
--------------------------------------------------------------*/

.alignnone {
    float: none;
    margin: 35px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 35px auto;
}

.alignright {
    float:right;
    margin: 20px 0 20px 35px;
}

.alignleft {
    float: left;
    margin: 20px 35px 20px 0;
}

a img.alignright {
    float: right;
    margin: 20px 0 20px 35px;
}

a img.alignnone {
    margin: 35px 0;
}

a img.alignleft {
    float: left;
    margin: 20px 35px 20px 0;
}

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

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    color: #999;
    padding:5px;
    margin: 0;
}

.wp-audio-shortcode,
.post-password-form {
    width: 100%;
    float:left;
    margin-bottom:50px;
}

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

.gallery {
    float:left;
    width: 100%;
    margin: 0 -1.1666667% 1.75em;
    margin-top:40px;
}

.gallery-item {
    display: inline-block;
    width: 33.33%;
    padding: 0 1% 2%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-1 .gallery-item {max-width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-icon img {margin: 0 auto;}
.gallery-caption {
    color: #686868;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    line-height: 1.6153846154;
    padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/*--------------------------------------------------------------
# Password Protected
--------------------------------------------------------------*/

.post-password-form {
    padding: 30px;
    border: 1px solid #eaeaea;
    margin:15px 0 30px;
}

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

.post-password-form label {
    display: block;
    margin-bottom: 10px;
}

.post-password-form input[type="password"] {
    width: 100%;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Screen Readers
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
