/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Common
3.0 - Headers
4.0 - Post Blocks
5.0 - Featured Area
6.0 - Off Canvas
7.0 - Widgets
8.0 - Footers
9.0 - Single
10.0 - Pages
11.0 - Loading Holder

--------------------------------------------------------------*/
/*--------------------------------------------------------------
    1.0 - Reset
--------------------------------------------------------------*/

body {
    font-family: 'Cabin', sans-serif;
    display: block;
    background-color: #f3f3f3;
    font-size: 14px;
}

a {
    color: inherit;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}

a img {
    border: 0;
}

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

.alignnone, .wp-caption.alignnone {
    margin: 30px 0 30px 0;
}

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

.alignleft, a img.alignleft {
    float: left;
    margin: 0 30px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.wp-caption.aligncenter {
    margin-top: 5px;
    margin-bottom: 24px;
}

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

kbd {
    padding: 4px 7px;
    background: #222222;
    color: #fff !important;
}

.is-float-right {
    float: right;
}

.sticky {

}

/* THEY ARE ONLY TO KEEP THEME CHECK HAPPY */
select {
    outline: none;
    display: block;
    padding: 12px;
    width: 100%;
    border-color: #eee;
}

cite, em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

header, nav {
    display: block;
}

input {
    outline: 0 !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #e6c55e;
    display: block;
    font-size: 14px;
    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. */
}

.gallery-caption, .bypostauthor {
    display: block;
}

.desert-issue {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #EAA5A5;
}

/*--------------------------------------------------------------
   2.0 - Common
--------------------------------------------------------------*/

.desert-container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.desert-page-wrap {
    display: block;
    position: relative;
    margin-top: 50px;
    clear: both;
}

.blog .desert-page-wrap {
    margin-top: 45px;
}

.desert-content-wrap {
    display: block;
    position: relative;
}

.single .desert-content-wrap {
    padding: 0 15px;
}

.sidebar-wrap {
    display: block;
    padding-left: 30px;
    padding-right: 15px;
}

.sidebar-wrap .widget-title {
    position: relative;
}

.sidebar-wrap .widget-title:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #111;
    left: -30px;
    top: 0;
}

.widget_mc4wp_form_widget .widget-title:before {
    display: none;
}

#desert-page-content.is-sidebar-left .desert-content-wrap {
    float: right;
}

#desert-page-content.is-sidebar-left .sidebar-wrap {
    display: block;
    padding-left: 15px;
    padding-right: 30px;
}

/* Page pagination */
.pagination-wrap {
    display: block;
    margin: 15px 15px 30px 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.pagination-wrap > * {
    font-size: 14px;
}

.pagination-wrap .page-numbers {
    font-weight: 700;
}

.pagination-wrap .page-numbers.next, .pagination-wrap .page-numbers.prev {
    font-weight: inherit;
}

.pagination-wrap .next {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0;
    padding: 0 13px;
    width: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination-wrap .prev {
    display: block;
    position: absolute;
    width: auto;
    left: 0;
    top: 0;
    padding: 0 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pagination-text {
    display: block;
    font-size: 12px;
    margin-top: 15px;
    color: #aaa;
}

.pagination-num > * {
    padding: 0 12px;
    margin: 2px 0 2px 2px;
    line-height: 36px;
    height: 36px;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.pagination-num .current, .pagination-num a:hover, .pagination-num a:focus {
    background-color: #e6c55e;
    color: #fff;
}

/* Pagination ajax */
.blog-loadmore-link {
    position: relative;
    display: inline-block;
    padding: 0 60px;
    background-color: #111;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px !important;
}

.pagination-wrap.ajax-pagination {
    position: relative;
    display: block;
    padding-bottom: 3px;
    margin-top: 10px;
}

.pagination-wrap .blog-loadmore-link:hover {
    background-color: #e6c55e;
}

.ajax-animation {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    visibility: hidden;
    width: 100%;
    height: 30px;
    text-align: center;
    opacity: 0;
    pointer-events: none;
}

.ajax-animation-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: transparent url('../images/ajax-loader.svg') no-repeat center center !important;
    background-size: conver !important;
    -webkit-background-size: cover !important;
}

.ajax-infinite-scroll {
    position: relative;
    display: block;
    height: 30px;
}

/* input style */
input[type="button"], input[type="submit"] {
    display: inline-block;
    background-color: #222222;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    border: none;
    padding: 8px 20px;
    line-height: 1;
    -webkit-transition: all .35s ease-in-out !important;
    -moz-transition: all .35s ease-in-out !important;
    -ms-transition: all .35s ease-in-out !important;
    -o-transition: all .35s ease-in-out !important;
    transition: all .35s ease-in-out !important;
    outline: none !important;
}

input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #e6c55e;
    color: #fff;
}

input[type="text"], input[type="email"], input[type="search"], input[type="tel"], input[type="password"] {
    display: block;
    font-style: italic;
    padding: 8px 15px;
    overflow: hidden;
    background-color: #f7f7f7;
    border: none;
    outline: none !important;
    max-width: 100%;
}

textarea {
    display: block;
    font-style: italic;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: #f7f7f7;
    border: none;
    outline: none !important;
}

/* slick dot */
.slick-dots {
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.feat-wrap .slick-dots {
    width: 100%;
    text-align: center;
    left: auto;
    bottom: -35px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.slick-dots li {
    display: inline-block;
    padding: 0 4px;
    position: relative;
}

.slick-dots li button {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.slick-dots li:before {
    content: '';
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    position: relative;
    opacity: .5;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.feat-wrap .slick-dots li:before {
    background-color: rgba(0,0,0,.1);
    border: none;
    opacity: 1;
}

.feat-wrap .slick-dots li.slick-active:before {
    background-color: #e6c55e;
    border-color: #e6c55e;
}

.slick-dots li:hover:before {
    opacity: 1;
}

.slick-dots li.slick-active:before {
    background-color: #fff;
    opacity: 1;
}

.desert-slider-nav {
    opacity: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    box-shadow: none;
    margin-top: -18px;
    font-size: 32px;
    height: 36px;
    line-height: 42px;
    width: 36px;
    z-index: 99;
    top: 50%;
    background-color: #fff;
    color: #111;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -ms-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.desert-slider-prev {
    left: 15px;
    right: auto;
}

.desert-slider-prev:before {
    content: "\e686";
    font-family: 'Pe-icon-7-stroke';
    line-height: 1;
    margin-right: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.desert-slider-next {
    right: 15px;
    left: auto;
}

.desert-slider-next:before {
    content: "\e684";
    font-family: 'Pe-icon-7-stroke';
    line-height: 1;
    margin-left: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slider:hover .desert-slider-nav {
    opacity: .5;
}

.desert-slider-nav:hover, .desert-slider-nav:focus {
    opacity: 1 !important;
}

.desert-error {
    font-size: 13px;
    font-style: italic;
    color: #fb9a9a;
}

.mfp-title {
    display: block;
    color: #333;
    background-color: rgba(255,255,255,.05);
    position: absolute;
    bottom: 10px;
    right: 5px;
    padding: 5px 10px;
    font-size: 12px;
    font-style: italic;
    line-height: 1.2;
    max-width: 500px;
}

/* Magnific Popup*/
.mfp-bg {
    background: #000 !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.85;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-content {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform-origin: center;
    -webkit-transform-origin: center;
}

.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

/* back to top button */
#desert-back-top {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 18px;
    overflow: hidden;
    border: none;
    z-index: 999 !important;
    cursor: pointer;
}

#desert-back-top-inner {
    display: none !important;
}

#desert-back-top i {
    font-size: 34px;
    width: 36px;
    height: 36px;
    display: block;
    text-align: center;
    line-height: 36px;
    background-color: #e6c55e;
    color: #fff;
    opacity: .5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;

}

#desert-back-top i:hover, #desert-back-top i:focus {
    opacity: 1;
}

.desert-divider {
    display: block;
    height: 0;
    width: 100%;
    overflow: hidden;
}

/* animation image */

/** *********************** IMAGE ANIMATION **************************/
.desert-animated-image {
    opacity: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.desert-zoom.desert-animated-image.desert-animation {
    -webkit-animation: desert-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);;
    -moz-animation: desert-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);;
    animation: desert-zoom-animated 0.6s 1 cubic-bezier(0.2, 1, 0.3, 1);
    opacity: 1;
}

.desert-fade.desert-animated-image.desert-animation {
    opacity: 1;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
}

.desert-bottom.desert-animated-image.desert-animation {
    opacity: 1;
    -webkit-transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -ms-transition: all .55s ease-in-out;
    -o-transition: all .55s ease-in-out;
    transition: all .55s ease-in-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.desert-bottom.desert-animated-image {
    opacity: 1;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

@keyframes desert-zoom-animated {
    0% {
        transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes desert-zoom-animated {
    0% {
        -webkit-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-moz-keyframes desert-zoom-animated {
    0% {
        -moz-transform: scale(0.6);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}

/* is boxed */
.desert-body.is-boxed .main-site-outer {
    z-index: 2;
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    background-color: #fafafa;
    -webkit-box-shadow: 2px 2px 1px rgba(28,28,28,.05);
    -moz-box-shadow: 2px 2px 1px rgba(28,28,28,.05);
    box-shadow: 2px 2px 1px rgba(28,28,28,.05);
}

/* is table */
.desert-table {
    display: table !important;
    height: 100%;
    width: 100%;
}

.is-cell {
    display: table-cell !important;
    vertical-align: middle;
}

/*--------------------------------------------------------------
   3.0 - Headers
--------------------------------------------------------------*/

/* Top Header */
.top-bar-inner {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.header-outer {
    display: block;
    background-color: #222;
}

.top-bar-wrap {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.05);
}

/* top search form */
#top-bar-search {
    display: block;
    float: right;
    position: relative;
    min-height: 48px;
}

.desert-search {
    display: block;
    position: relative;
}

.desert-search input[type="text"] {
    font-size: 12px;
    line-height: 20px;
    font-style: italic;
    padding: 5px 50px 5px 20px;
    min-width: 210px;
    color: #aaa;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.header-outer .desert-search input[type="text"],
.off-canvas-search .desert-search input[type="text"] {
    display: block;
    color: #333 !important;
    width: 100%;
    background-color: #f2f2f2;
}

.desert-search-input {
    display: block;
    position: relative;
}

#top-bar-search .desert-search-input {
    margin-top: 9px;
}

.desert-search .desert-search-submit {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 9;
    margin: 0;
    background-color: transparent;
}

.desert-search input[type="submit"] {
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: transparent;
    z-index: 9;
    opacity: 0;
}

.desert-search .desert-search-submit i {
    display: block;
    height: 100%;
    width: 100%;
    line-height: inherit;
    text-align: center;
    opacity: .7;
    z-index: 0;
    color: #222222;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.desert-search .desert-search-submit:hover i {
    opacity: 1;
}

/* top bar menu */
.top-bar-menu {
    color: #eee;
}

.top-bar-menu-inner li {
    position: relative;
}

.top-bar-menu .top-bar-menu-inner > li {
    display: block;
    float: left;
    line-height: 48px;
    position: relative;
}

.top-bar-menu a {
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.top-bar-menu a:hover, .top-bar-menu a:focus {
    opacity: .8;
}

.top-bar-menu .top-bar-menu-inner > li > a {
    display: block;
    padding: 0 12px;
}

.top-bar-menu-inner .sub-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 105%;
    background-color: #2C2F33;
    border-top: 1px solid #e6c55e;
    min-width: 185px;
    z-index: 9999;
    pointer-events: none;
    -webkit-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    border-left: 1px solid rgba(24, 24, 24, .05);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.top-bar-menu-inner .sub-menu .sub-menu {
    left: 115%;
    top: 0;
    right: auto;
    bottom: auto;
}

.top-bar-menu-inner li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    pointer-events: auto;
}

.top-bar-menu-inner .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    pointer-events: auto;
}

.top-bar-menu-inner .sub-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.top-bar-menu-inner .sub-menu > li:last-child {
    border-bottom: none;
}

.top-bar-menu-inner .sub-menu a {
    display: block;
    line-height: 1;
    position: relative;
    left: -5px;
    padding: 10px 20px 10px 12px;
    white-space: nowrap;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.top-bar-menu-inner .sub-menu > li:last-child a {
    border-bottom: none;
}

.top-bar-menu-inner .sub-menu li a:before {
    content: "\e684";
    font-family: 'Pe-icon-7-stroke';
    display: inline-block;
    letter-spacing: 0;
    width: 5px;
    text-align: center;
    margin-right: 10px;
    visibility: hidden;
    right: -5px;
    line-height: inherit;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.top-bar-menu-inner .sub-menu li a:hover:before {
    visibility: visible;
    right: 0;
}

.top-bar-menu-inner .sub-menu li a:hover {
    left: 0;
}

/* logo area */
.header-wrap {
    display: block;
    position: relative;
}

.logo-wrap {
    display: block;
}

.logo-text {
    line-height: 1;
    letter-spacing: 4px;
}

.logo-text h1 {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #282828;
    font-size: 60px;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}

.logo-image {
    display: block;
    vertical-align: middle;
    min-height: 100px;
    width: auto;
    height: auto;
    overflow: hidden;
}

.logo-image img {
    display: block;
    max-width: 360px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.logo-area-wrap {
    display: block;
    position: relative;
    padding: 50px 30px;
    text-align: center;
}

.site-tagline {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #ccc;
}

.logo-area-wrap .social-bar-outer .desert-social-wrap a:hover, .logo-area-wrap .social-bar-outer .desert-social-wrap a:focus {
    color: #e6c55e;
    opacity: 1;
}

.is-dark-header .logo-area-wrap .social-bar-outer .desert-social-wrap a,
.is-dark-header .mobile-nav-button .icon-wrap {
    color: #fff;
}

/* logo mobile */
.logo-mobile-wrap {
    display: none;
    float: left;
}

.logo-text-mobile.logo-text strong {
    font-size: 32px;
    line-height: 40px;
}

.logo-mobile-wrap .logo-image-mobile {
    display: block;
}

.logo-image-mobile img {
    display: inline-block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    max-height: 35px;
    width: auto;
    vertical-align: middle;
}

/* headers social */
.header-social {
    position: absolute;
    top: 50%;
    left: 90px;
    right: auto;
    bottom: auto;
    margin-top: -18px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

/* mobile nav button */
.mobile-nav-button-outer {
    display: block;
    position: static;
}

.mobile-nav-button {
    display: none;
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -20px;
    color: #fff;
}

.is-show.mobile-nav-button {
    display: block !important;
}

.mobile-nav-button > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

.mobile-nav-button .icon-wrap {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mobile-nav-button .icon-wrap:hover, .mobile-nav-button .icon-wrap:focus {
    color: #e6c55e;
}

.mobile-nav-button .icon-wrap {
    font-size: 28px;
    color: #333;
    cursor: pointer;
}

.mobile-nav-button .icon-wrap i {
    line-height: inherit;
}

/* logo outer */
.logo-outer {
    display: block;
    text-align: center;
}

.header-outer .logo-image {
    display: inline-block;
}

.logo-image {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.logo-image:hover, .logo-image:focus {
    opacity: .8;
}

/* header ads */
.header-ads {
    display: block;
    text-align: center;
    padding: 20px;
}

.header-ads img {
    display: inline-block;
}

/* Main Navigation */
.nav-bar-outer {
    display: block;
    position: relative;
    z-index: 999;
}

.nav-bar-inner .desert-container {
    padding-left: 15px;
    padding-right: 15px;
}

.nav-bar-wrap {
    display: block;
    z-index: 999;
    border-top: 1px solid rgba(0,0,0,.05);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 5px 0 rgba(0, 1, 1, .1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.is-dark-header .nav-bar-wrap {
    border-top: 1px solid rgba(255,255,255,.05);
}

.is-dark-header .desert-is-stick .nav-bar-wrap {
    background-color: #222;
}

.desert-is-stick .nav-bar-wrap {
    opacity: .95;
}

.desert-is-stick .nav-bar-wrap:hover {
    opacity: 1;
}

.admin-bar .is-sticky-nav .nav-bar-wrap {
    top: 32px !important;
}

.nav-bar-inner {
    display: block;
}

.main-nav-wrap {
    display: block;
    text-align: center;
    line-height: 0;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    color: #fff;
}

.main-nav-inner {
    display: inline-block;
    position: static;
    margin: 0;
}

.main-nav-inner > .current-menu-item > a,
.main-nav-inner .is-sub-menu .current-menu-item > a  {
    color: #e6c55e;
}


.main-nav-inner > li {
    display: block;
    float: left;
    line-height: 54px;
}

.main-nav-inner > li > a {
    display: inline-block;
    padding: 0 14px;
    line-height: inherit;
}

.main-nav-inner > li:before {
    content: '';
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
    height: 4px;
    width: 4px;
    border: 1px solid #e6c55e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: .5;
}

.main-nav-inner > li.menu-item-has-children > a:after, .main-nav-inner > li.is-mega-menu > a:after {
    display: inline-block;
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 7px;
    opacity: .8;
}

.main-nav-inner > li:first-child:before {
    display: none;
}

.nav-bar-wrap .mobile-nav-button-outer {
    display: none;
}

/* main sub menu */

.no-menu {
    display: block;
    padding: 15px 0;
    font-size: 12px;
    text-transform: capitalize;
}

.no-menu p {
    line-height: 1.5;
}

.no-menu a {
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
}

.main-nav-inner a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.main-nav-inner li > a:hover, .main-nav-inner li > a:focus {
    color: #e6c55e;
}

.main-nav-inner .is-sub-menu {
    display: block;
    visibility: hidden;
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 105%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #242424;
    border-top: 2px solid #e6c55e;
    min-width: 185px;
    z-index: 9999;
    pointer-events: none;
    -webkit-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    border-left: 1px solid rgba(24, 24, 24, .05);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.is-sub-menu li {
    position: relative;
}

.main-nav-inner > li.menu-item-has-children {
    position: relative;
}

.main-nav-inner > li.menu-item-has-children.is-mega-menu {
    position: static;
}

.main-nav-inner li:hover > .is-sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: auto;
    right: auto;
    bottom: auto;
    pointer-events: auto;
}

.main-nav-inner .is-sub-menu:not(.mega-menu-wrap) a {
    display: block;
    line-height: 1;
    position: relative;
    left: 0;
    margin-left: 8px;
    padding: 10px 25px 10px 10px;
    white-space: nowrap;
    font-size: .8em;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.main-nav-inner .is-sub-menu:not(.mega-menu-wrap) li {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.main-nav-inner .is-sub-menu:not(.mega-menu-wrap) li:last-child {
    border-bottom: none;
}

.main-nav-inner .is-sub-menu.mega-category-menu a {
    font-size: inherit;
    letter-spacing: inherit;
}

.main-nav-inner .is-sub-menu li a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    left: -8px;
    background-color: #111;
    line-height: inherit;
    vertical-align: middle;
    -webkit-transition: width .1s linear;
    -moz-transition: width .1s linear;
    -ms-transition: width .1s linear;
    -o-transition: width .1s linear;
    transition: width .1s linear;
}

.main-nav-inner .is-sub-menu li a:hover:before {
    width: 3px
}

.main-nav-inner .is-sub-menu .is-sub-menu {
    left: 105%;
    top: 0;
    right: auto;
    bottom: auto;
}

.main-nav-inner .is-sub-menu li:hover > .is-sub-menu {
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 0;
    right: auto;
    bottom: auto;
    pointer-events: auto;
}

/* mega menu */
.main-nav-inner .is-sub-menu.mega-menu-wrap {
    display: block;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 30px 10px;
}

.mega-category-el {
    padding-left: 10px;
    padding-right: 10px;
}

.mega-category-el .post-wrap {
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mega-category-el .post-body {
    position: relative;
    margin-top: 15px;
}

.mega-category-el .post-title {
    text-shadow: none;
}

.main-nav-inner .mega-category-menu .is-sub-menu {
    display: block;
    text-align: center;
    left: auto;
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    visibility: visible;
    opacity: 1;
    margin-top: 20px;
    padding-top: 20px;
    border-width: 1px;
    padding-bottom: 0;
    border-left: none;
    border-color: rgba(255, 255, 255, .1);
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.mega-category-el .post-format-info {
    z-index: 10;
}

.main-nav-inner > li:hover .mega-category-menu .is-sub-menu {
    pointer-events: auto;
}

.main-nav-inner .mega-category-menu .is-sub-menu li {
    display: inline-block;
    margin-right: 10px;
}

.main-nav-inner .mega-category-menu .is-sub-menu a {
    display: block;
    border: none;
    padding: 0 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    opacity: 1 !important;
}

.main-nav-inner .mega-category-menu .is-sub-menu a:hover, .main-nav-inner .mega-category-menu .is-sub-menu a:focus,
.main-nav-inner .mega-category-menu .is-sub-menu li:last-child a:hover, .main-nav-inner .mega-category-menu .is-sub-menu li:last-child a:focus {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border: none;
    opacity: 0.7 !important;
}

.main-nav-inner .mega-category-menu .is-sub-menu .sub-menu-inner {
    display: block;
    line-height: 0;
}

.main-nav-inner .mega-category-menu .is-sub-menu li:last-child a,
.main-nav-inner .mega-category-menu .is-sub-menu li {
    border-bottom: none;
}

.main-nav-inner .mega-category-menu .is-sub-menu a:before {
    display: none;
}

/* col mega menu */
.main-nav-inner .is-sub-menu.mega-col-menu .is-sub-menu {
    display: block;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    border: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.main-nav-inner .is-sub-menu.mega-col-menu .is-sub-menu .is-sub-menu {
    font-weight: 400;
}

.main-nav-inner > li:hover .mega-col-menu .sub-menu-inner {
    pointer-events: auto !important;
}

.mega-col-menu .sub-menu-inner > li {
    display: block;
    overflow: hidden;
    float: left;
    width: 25%;
    padding: 0 15px;
    border-bottom: none !important;
}

.main-nav-inner .mega-col-menu .sub-menu-inner a {
    display: block;
    position: relative;
    right: auto;
    bottom: auto;
    top: auto;
    padding-left: 5px;
    padding-right: 0;
}

.mega-col-menu > .sub-menu-wrap > .sub-menu-inner > li > a, .mega-col-menu > .sub-menu-wrap > .sub-menu-inner > li:last-child > a {
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    left: 0 !important;
}

.mega-col-menu > .sub-menu-wrap > .sub-menu-inner > li > a:before, .mega-col-menu > .sub-menu-wrap > .sub-menu-inner > li:last-child > a:before {
    visibility: visible;
    right: 0 !important;
}

.mega-col-menu > .sub-menu-wrap > .sub-menu-inner > li .is-sub-menu > li {
    font-size: .9em;
}

.mega-col-menu > .sub-menu-wrap > .sub-menu-inner > li .is-sub-menu > li:last-child {
    border-bottom: none;
}

.mega-col-menu.is-mega-bg {
    border-left: none !important;
}

.mega-col-menu.is-mega-bg .is-sub-menu {
    background-color: transparent !important;
}

/* is light header */
.is-light-header .top-bar-wrap {
    border-color: #f2f2f2;
    background-color: #222;
}

.is-light-header .header-outer {
    background: inherit;
}

.is-light-header .header-outer .desert-search input[type="text"] {
    background-color: rgba(255,255,255,.06);
    color: #eee !important;
}

.is-light-header .header-outer .desert-search i {
    color: #fff;
}

.desert-search input[type="text"]:focus {
    color: #333;
}

.is-light-header .top-bar-menu-inner .sub-menu > li {
    border-color: rgba(24, 24, 24, .05);
}

.is-light-header .mobile-nav-button, .is-light-header .main-nav-wrap {
    color: #222222;
}

.is-light-header .nav-bar-wrap, .is-light-header .main-nav-inner .is-sub-menu {
    background-color: #fff;
}

.is-light-header .mega-col-menu > .sub-menu-wrap > .sub-menu-inner > li > a,
.is-light-header .mega-col-menu > .sub-menu-wrap > .sub-menu-inner > li:last-child > a,
.is-light-header .main-nav-inner .mega-category-menu .is-sub-menu {
    border-color: rgba(24, 24, 24, .05);
}

.main-nav-inner .mega-category-menu .is-sub-menu a:after {
    content: '';
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
    height: 4px;
    width: 4px;
    border: 1px solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: .3;
    margin-left: 10px;
}

.main-nav-inner .mega-category-menu .is-sub-menu li:last-child a:after {
    display: none;
}

.is-light-header .main-nav-inner .mega-category-menu .is-sub-menu {
    border-left: none;
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
}

.main-nav-inner .mega-category-menu .is-sub-menu {
    text-align: left;
}

.is-light-header .logo-text strong {
    color: #222222;
}

/*--------------------------------------------------------------
   4.0 - Post Blocks
--------------------------------------------------------------*/

.post-wrap {
    display: block;
    position: relative;
    background-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    padding: 30px 20px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.post-wrap .post-btn {
    display: flex;
    display: -webkit-flex;
    flex: 1;
    margin-top: 20px;
}

.post-wrap .post-btn a {
    font-family: "Open Sans",Arial, Helvetica, sans-serif;
    margin-left: 0;
    line-height: 1;
    padding: 5px 15px;
    color: #FFF;
    background: #e6c55e;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
}

.post-grid .post-thumb-outer {
    margin: -30px -20px 35px -20px;
}

.post-format-info {
    display: block;
    border: 2px solid;
    color: #fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 10px;
    right: 10px;
    background-color: rgba(0,0,0,.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.mega-category-menu .post-format-info {
    line-height: 29px;
}

.format-info-el.format-info-video {
    margin-left: 4px;
    font-size: 20px;
}

.post-classic .format-info-el.format-info-video {
    margin-left: 5px;
    font-size: 26px;
}

.format-info-el {
    margin-left: 1px;
}

.post-cate-info {
    display: block;
    line-height: 0;
    color: #e6c55e;
    margin-bottom: 10px;
}

.post-cate-info a {
    display: inline-block;
    position: relative;
    line-height: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-cate-info a:hover, .post-cate-info a:focus {
    text-decoration: underline;
}

.post-cate-info .cate-info-el:before {
    content: '';
    display: inline-block;
    height: 4px;
    width: 4px;
    border: 1px solid #e6c55e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: .5;
    vertical-align: middle;
    line-height: inherit;
    text-decoration: none !important;
    margin-left: 7px;
    margin-right: 7px;
}

.post-cate-info .cate-info-el:first-of-type:before {
    display: none;
    margin-left: 0;
    margin-right: 0;
}

.post-title {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    display: block;
    margin-top: 2px;
    font-size: 18px;
    letter-spacing: -0.05em;
}

.is_sticky .post-title a:before {
    content: "\f08d";
    font-family: FontAwesome;
    line-height: 1;
    outline: 0;
    margin-right: 7px;
}

.single-title.post-title h1 {
    display: block;
    font-size: 1.1em;
    line-height: 1.15;
}

.post-title > * {
    display: block;
    font-size: inherit;
    padding: 0;
    margin: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-title a:hover, .post-title a:focus,
.woocommerce ul.products li.product h3:hover, .woocommerce ul.products li.product h3:focus {
    opacity: .7;
}

.post-title.is-big-title {
    font-size: 36px;
    letter-spacing: 4px;
}

.post-title.is-big-title > * {
    line-height: 1.1;
}

.post-title.is-medium-title {
    font-size: 20px;
    letter-spacing: 3px;
}

.post-title.is-medium-title > * {
    line-height: 1.3;
}

.post-title.is-small-title {
    font-size: 14px;
    letter-spacing: 2px;
}

.post-title.is-small-title > * {
    line-height: 1.4;
}

.post-meta-info {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #aaaaaa;
    font-size: 11px;
    position: relative;
    display: block;
    margin-top: 10px;
}

.zilla-likes:hover:before, .zilla-likes.active:before, .zilla-likes:before {
    margin-right: 5px;
}

.right-meta-info {
    position: absolute;
    top: 0;
    right: 0;
}

.desert-light-text .post-meta-info {
    color: #fff;
}

.post-meta-info a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.icon-popular:before {
    content: "\e63e";
    font-family: 'Pe-icon-7-stroke';
    line-height: 1;
    display: block;
    float: left;
    height: 15px;
    line-height: 15px;
    margin-right: 6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post-meta-info a:hover, .post-meta-info a:focus {
    color: #e6c55e;
}

.meta-info-el i {
    display: inline-block;
    margin-right: 5px;
}

.meta-info-el {
    margin-left: 10px;
}

.meta-info-el:first-child {
   margin-left: 0;
}

.meta-info-el .tag-el:before, .meta-info-el .cate-el:before {
    content: '/';
    padding-left: 2px;
    padding-right: 2px;
    display: inline-block;
    text-decoration: none !important;
}

.meta-info-el .tag-el:first-of-type:before, .meta-info-el .cate-el:first-of-type:before {
    display: none;
}

.tag-info-el:before {
    content: ',';
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

a.tag-info-el:first-of-type:before {
    display: none;
}

.post-header > *:first-child {
    margin-top: 0 !important;
}

.post-body {
    margin-top: 25px;
}

.is-bg-post {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

/* post thumb */
.post-thumb-outer, .post-thumb {
    display: block;
    position: relative;
}

.post-thumb:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.4);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-thumb-outer:hover .post-thumb:before,.post-thumb-outer:focus .post-thumb:before {
    opacity: 1;
    visibility: visible;
}

.post-thumb.post-gallery {
    margin: -2px;
}

.post-gallery.is-grid.post-thumb:before {
    display: none;
}

.post-gallery.is-grid.post-thumb img:hover {
    opacity: .8;
}

.post-thumb.video, .post-thumb.audio {
    padding-bottom: 56% !important;
    height: 0 !important;
}

.post-thumb iframe, .post-thumb .wp-video {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
}

.post-thumb img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.desert-holder {
    background-color: #f7f7f7;
}

.thumb-caption {
    display: block;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: rgba(34, 34, 34, .3);
    padding: 5px 10px;
    font-size: 11px;
    font-style: italic;
    line-height: 1.2;
}

.thumb-caption i {
    color: #e6c55e;
    margin-right: 5px;
}

/* self host audio style */
.self-hosted-audio .mejs-container, .self-hosted-audio .mejs-container .mejs-controls, .self-hosted-audio .mejs-embed, .self-hosted-audio .mejs-embed body {
    background-color: rgba(0, 0, 0, .2);
}

.self-hosted-audio .mejs-container {
    height: 40px !important;
}

.self-hosted-audio .mejs-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.mejs-container .mejs-controls {
    height: 40px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.post-thumb .mejs-container .mejs-controls div {
    text-align: center;
    line-height: 41px;
}

.mejs-container .mejs-controls .mejs-playpause-button {
    width: 40px !important;
    height: 100% !important;
}

.mejs-container * {
    font-family: "Open Sans", sans-serif !important;
}

.post-thumb .mejs-container .mejs-controls > * {
    margin-left: 2px;
    margin-right: 2px;
}

.post-thumb .mejs-controls .mejs-button button {
    font-size: 18px;
    background: 0 0;
    color: #fff;
    margin: 0;
    height: 100%;
    position: static;
    width: auto;
    display: inline-block;
    outline: none !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mejs-controls .mejs-button button:focus {
    outline: none !important;
}

.mejs-controls .mejs-play button:after {
    font-family: FontAwesome;
    content: "\f01d";
}

.mejs-controls .mejs-pause button:after {
    font-family: FontAwesome;
    content: "\f28c";
}

.post-thumb .mejs-container .mejs-controls .mejs-time {
    color: #fff;
    display: block;
    line-height: 40px;
    height: 40px;
    width: auto;
    padding: 0;
    overflow: hidden;
    text-align: center;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.post-thumb .mejs-controls .mejs-time-rail .mejs-time-total {
    margin-top: 12px !important;
}

.post-thumb .mejs-controls .mejs-time-rail .mejs-time-loaded {
    height: 6px;
    background-color: #f2f2f2;
}

.post-thumb .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .post-thumb .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #e6c55e;
    position: relative;
    height: 6px;
}

.mejs-controls .mejs-time-rail .mejs-time-current:after {
    content: '';
    height: 10px;
    width: 10px;
    background-color: #e6c55e;
    position: absolute;
    bottom: 50%;
    right: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    -o-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.post-thumb .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    height: 6px;
    background-color: #fff;
}

.post-thumb .mejs-controls .mejs-time-rail .mejs-time-float {
    display: none !important;
}

.post-thumb .mejs-controls .mejs-time-rail .mejs-time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    cursor: pointer;
    border: solid 2px #222222;
    top: -2px;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mejs-controls .mejs-mute button:after {
    font-family: FontAwesome;
    content: "\f028";
}

.mejs-controls .mejs-unmute button:after {
    font-family: FontAwesome;
    content: "\f026";
}

.mejs-controls a.mejs-horizontal-volume-slider {
    margin-top: 6px;
}

.mejs-button.mejs-volume-button {
    height: 100% !important;
}

.post-thumb .mejs-controls .mejs-button.mejs-volume-button button {
    font-size: 15px;
}

.mejs-controls .mejs-fullscreen-button button, .mejs-button.mejs-fullscreen-button {
    height: 100% !important;
    line-height: 100% !important;
}

.mejs-controls .mejs-fullscreen-button button:before {
    font-family: FontAwesome;
    content: "\f26c";
    font-size: 15px;
}

/* post excerpt */
.post-excerpt {
    display: block;
    font-size: 14px;
    margin-top: 25px;
    line-height: 1.6;
    color: #888;
}

/* footer post */
.post-footer-wrap {
    display: block;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    padding-top: 10px;
    color: #111;
    border-top: 1px solid rgba(0,0,0,.05);
}

.post-share-bar {
    display: block;
    float: left;
    width: 50%;
    height: 36px;
    line-height: 36px;
    text-align: left;
}

.is-right-footer {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #aaaaaa;
    display: block;
    float: right;
    height: 36px;
    line-height: 36px;
    visibility: visible;
    white-space: nowrap;
    text-align: right;
}

.is-right-footer i {
    margin-right: 5px;
    font-size: 12px;
    vertical-align: middle;
}

.is-right-footer a:before {
    display: inline-block;
    content: '/';
    padding-left: 5px;
    padding-right: 5px;
}

.is-right-footer a:hover, .is-right-footer a:focus {
    text-decoration: underline;
}

.is-right-footer a:first-of-type:before {
    display: none;
}

.share-to-social {
    font-size: 14px;
    margin-left: 7px;
    text-decoration: none;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding-top: 0;
    line-height: 16px;
}

.share-to-social:hover, .share-to-social:focus {
    color: #e6c55e;
}

.share-to-social:first-child {
    margin-left: 0;
}

/* List layout */
.post-wrap.post-list {
    padding: 30px 20px;
    height: 320px;
}

.post-wrap.post-list .post-thumb-outer {
    margin-top: -30px;
    margin-left: -20px;
}

.post-wrap.post-list .post-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    height: 320px;
}

.no-sidebar .post-wrap.post-list .post-thumb img {
    min-width: 400px;
    width: 400px;
}

.post-list .is-left-col {
    display: block;
    margin-right: 35px;
}

.no-sidebar .post-list .is-left-col {
    max-width: 380px;
}

.no-sidebar .post-list .is-right-col {
    width: auto;
}

.post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-list .post-excerpt {
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-wrap.post-no-thumb .post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-list-content-outer {
    display: block;
    position: relative;
    overflow: hidden;
    margin-left: -10px;
    height: 195px;
}

.post-list .post-footer-wrap {
    margin-left: -10px;
}

.footer-wrap .desert-search input[type="text"] {
    background-color: rgba(255,255,255,.85);
}

/* overlay layout */
.post-wrap.post-overlay {
    padding: 0;
    height: 320px;
}

.post-wrap.post-overlay .post-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    height: 320px;
}

.post-wrap.post-overlay .post-thumb:before {
    opacity: 1;
    visibility: visible;
}

.post-wrap.post-overlay .post-thumb-outer:hover .post-thumb:before, .post-wrap.post-overlay .post-thumb-outer:focus .post-thumb:before {
    background-color: rgba(0,0,0,.6);
}

.post-overlay .post-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 20px 30px 20px;
}

/* post small grid */
.post-wrap.post-small-grid {
    padding: 0;
    height: 320px;
}

.post-small-grid .post-header {
    padding: 25px 20px;
}

.post-wrap.post-small-grid .post-thumb img {
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    height: 180px;
}

/* post no thumb */
.post-wrap.post-no-thumb {
    height: 320px;
    padding: 35px 30px;
}

/* post overlay no thumb */
.post-wrap.post-overlay-no-thumb {
    height: 320px;
    background-color: #0f395d;
}

.post-wrap.post-overlay-no-thumb .post-excerpt {
    color: #ddd;
}

.post-wrap.post-overlay-no-thumb .post-title.is-medium-title a {
    font-size: .95em;
}

.post-wrap.post-overlay-no-thumb > *,
.post-wrap.post-overlay-no-thumb .is-right-footer,
.post-wrap.post-overlay-no-thumb .is-right-footer i {
    color: #fff !important;
}

.post-wrap.post-overlay-no-thumb .post-entry {
    display: block;
    overflow: hidden;
    height: 200px;
}

.post-wrap.post-overlay-no-thumb .post-footer-wrap {
    border-top: 1px solid rgba(255,255,255,.05);
}

/* light style*/
.desert-light-text .post-title a {
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .1);
}

.desert-light-text .post-cate-info {
    color: #fff;
}

/* Classic Layout */
.post-wrap.post-classic {
    padding: 45px 30px;
    margin-bottom: 45px;
}

.post-classic .post-cate-info a {
    font-size: 1.2em;
    line-height: 1;
}

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

.post-classic .entry.post-excerpt > *:last-child {
    margin-bottom: 0;
}

.post-classic .slider-init {
    height: 365px;
}

.post-classic .gallery-grid.slider-init {
    height: 359px;
}

/*--------------------------------------------------------------
   5.0 - Featured Area
--------------------------------------------------------------*/

/* full width section */
.top-footer-wrap {
    display: block;
}

.full-top-section .widget {
    margin-top: 45px;
    margin-bottom: 0;
    background: none;
}

.full-top-section .widget.desert-ads-widget-fw {
    margin-top: 20px;
    margin-bottom: 45px;
}

.full-top-section .widget.is-fw-widget, .top-footer-wrap .widget.is-fw-widget {
    display: block;
}

.top-footer-divider {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.top-footer-wrap > span.desert-container:last-of-type {
    display: none !important;
}

/* popular post */
.widget.popular-post-widget {
    padding: 0;
    margin-top: 20px;
}

.widget.popular-post-widget .widget-title > * {
    display: block;
    padding: 0 15px;
    font-size: 1.5em;
    color: #222;
}

.popular-post-wrap.style-1 .popular-el:nth-child(3),
.popular-post-wrap.style-1 .popular-el:nth-child(6),
.popular-post-wrap.style-2 .popular-el:nth-child(3),
.popular-post-wrap.style-2 .popular-el:nth-child(6) {
    clear: both;
}

.popular-post-wrap.style-3 .popular-el:nth-child(3),
.popular-post-wrap.style-3 .popular-el:nth-child(5) {
    clear: both;
}

.popular-post-wrap.style-4 .popular-el:nth-child(4),
.popular-post-wrap.style-4 .popular-el:nth-child(6) {
    clear: both;
}

/* fw post widget */
.desert-widget-post-fw.widget {
    padding-top: 45px;
    padding-bottom: 45px;
}

.fw-post-content {
    display: block;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.fw-post-carousel.slider-init {
    height: 180px;
}

.feat-slider-carousel .post-wrap {
    margin-left: 16px;
    margin-right: 16px;
}

.pagination-wrap.ajax-pagination {
    margin-bottom: 20px;
}

.desert-widget-post-fw .widget-title h3 {
    font-size: 26px;
    line-height: 1;
    white-space: nowrap;
}

.desert-widget-post-fw .desert-slider-next {
    right: -70px;
}

.desert-widget-post-fw .desert-slider-prev {
    left: -70px;
}

/* feat */
.feat-slider-center-fw, .feat-slider-fw {
    display: block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 45px;
}

#desert-feat-slider-center-fw.slider-init {
    height: 520px;
    overflow: hidden;
}

.post-feat-big.post-wrap {
    display: block;
    position: relative;
    height: 500px;
    margin: 0 1px;
    padding: 0;
    outline: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.post-feat-big .post-thumb-outer, .post-feat-big .post-thumb {
    position: inherit;
    display: block;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.post-thumb-feat img {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.post-wrap.post-feat-big:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    background: rgba(0,0,0,.4);
}

.post-feat-big .is-middle {
    opacity: 0;
    z-index: 20;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
}

.post-feat-big .post-header {
    position: absolute;
    z-index: 99;
    max-width: 740px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    bottom: 40px;
    left: 0;
    right: 0;
}

.post-feat-big.slick-active .is-middle {
    opacity: 1;
}

.post-feat-big .post-format-info {
    font-size: 35px;
    width: 52px;
    height: 52px;
    line-height: 47px;
    border-width: 4px;
    top: 40px;
    right: 40px;
}

.post-feat-big .post-format-info .format-info-el.format-info-video {
    font-size: 35px;
}

.post-feat-big .post-meta-info > *,
.post-feat-big .post-cate-info > * {
    font-size: 1.2em;
    line-height: 1;
}

#desert-feat-slider-fw .slick-list {
    padding-left: 0 !important;
}

#desert-feat-slider-fw .post-feat-small.slick-slide {
    margin-left: 0 !important;
}

.feat-slider-fw {
    position: relative;
}

#desert-feat-slider-fw.slider-init {
    height: 500px;
}

.feat-slider-fw .post-wrap {
    margin: 0;
    padding: 0;
}

.feat-slider-fw .post-thumb-feat img {
    max-height: 500px;
}

.feat-slider-carousel {
    margin-top: 30px;
}

.feat-slider-carousel .post-wrap {
    margin-bottom: 0;
}

.feat-slider-carousel .desert-slider-prev {
    left: 30px;
}

.feat-slider-carousel .desert-slider-next {
    right: 30px;
}

.feat-slider-carousel .post-wrap.post-overlay .post-thumb:before {
    display: none;
}

.feat-slider-carousel .post-overlay .post-header {
    position: absolute;
    z-index: 9;
    padding: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0,0,0,.7);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.feat-slider-carousel .post-meta-info-right {
    display: none;
}

.feat-slider-carousel .feat-inner {
    position: relative;
}

.feat-slider-carousel .slider-loading {
    background: transparent url(../images/ajax-loader.svg) no-repeat center center !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 992;
    display: block;
    min-height: 44px;
}

.feat-slider-carousel .slider-init {
    height: 320px;
}

.feat-slider-carousel .slider-init > * {
    opacity: 0;
}

.feat-slider-carousel .post-overlay:hover .post-header {
    background-color: rgba(0,0,0,.9);
}

/*--------------------------------------------------------------
   6.0 - Off Canvas
--------------------------------------------------------------*/
.off-canvas-wrap {
    position: fixed;
    top: 0;
    right: -15px;
    width: 320px;
    padding: 0;
    background-color: #fff;
    height: 100%;
    z-index: 1001;
    color: #222222;
    overflow-y: scroll;
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    transition: transform 200ms ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translate(320px, 0);
    -moz-transform: translate(320px, 0);
    -ms-transform: translate(320px, 0);
    -o-transform: translate(320px, 0);
    transform: translate(320px, 0);
    -webkit-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
}

.off-canvas-wrap .widget {
    padding: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


.off-canvas-wrap .sidebar-wrap .widget-title:before {
    display: none;
}

.admin-bar .off-canvas-wrap {
    top: 32px;
}

body.mobile-js-menu .off-canvas-wrap {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: scroll;
}

.off-canvas-inner {
    display: block;
    margin: 0 20px 60px 20px;
}

.off-canvas-inner .sidebar-wrap {
    padding: 0;
    margin-top: 40px;
}

.desert-mobile-nav {
    display: table;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
}

.close-off-canvas-wrap a {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 30px;
    text-align: center;
    top: 20px;
    right: 20px;
}

.close-off-canvas-wrap i {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    vertical-align: middle;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.close-off-canvas-wrap i:hover, .close-off-canvas-wrap i:focus {
    color: #e6c55e;
}

/* mobile menu */
.mobile-menu-wrap {
    font-size: 11px !important;
}

.mobile-menu-wrap .mobile-menu {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.mobile-menu-wrap ul li {
    display: block;
    position: relative;
    margin: 0;
    line-height: 48px;
    border-top: 1px solid rgba(0,0,0,.05);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mobile-menu-wrap > ul > li:last-child {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.mobile-menu-wrap ul li a {
    position: relative;
    display: block;
    padding: 0;
    text-decoration: none;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mobile-menu-wrap ul li a:hover, .mobile-menu-wrap ul li a:focus {
    color: #e6c55e;
}

.mobile-menu-wrap ul li ul {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.mobile-menu-wrap ul li ul:last-child {
    border-bottom: none;
}

.mobile-menu-wrap .sub-menu {
    display: none;
    font-weight: 400;
    font-size: .95em;
    padding-left: 10px;
}

.mobile-menu-wrap .sub-menu .sub-menu {
    padding-left: 20px;
}

.mobile-menu-wrap .no-menu {
    padding-left: 20px;
    padding-right: 20px;
}

.explain-menu {
    display: block;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, .05);
    position: absolute;
    color: #aaa;
    background: #fdfdfd;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    z-index: 999;
    line-height: 48px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.mobile-menu > li.menu-item-has-children > a > .explain-menu {
    background: none;
    border: none;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: right;
    padding-right: 10px;
}

.explain-menu:hover, .explain-menu:focus, .active .explain-menu {
    color: #e6c55e;
}

.active .explain-menu:before {
    content: "\f107";
}

.show-sub-menu > .sub-menu {
    display: block !important;
}

.off-canvas-search {
    display: block;
    position: relative;
    margin: 20px 50px 30px 20px;
}

.off-canvas-search .desert-search {
    margin-top: 0;
}

/*--------------------------------------------------------------
   7.0 - Widgets
--------------------------------------------------------------*/

.widget {
    display: block;
    overflow: hidden;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.sidebar-wrap .widget {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.widget-title {
    display: block;
    margin-bottom: 30px;
}

/* default widget */
.widget .cat-item, .widget_archive li, .widget_pages .page_item, .widget_nav_menu li, .widget_meta li, .recentcomments {
    color: #aaa;
}

.widget .cat-item a, .widget_archive li, .widget_pages .page_item a, .widget_nav_menu li a, .widget_meta a {
    display: block;
    padding-bottom: 17px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin-bottom: 17px;
    text-transform: uppercase;
    font-size: .9em;
}

.widget .cat-item:last-child a, .widget_archive li:last-child, .widget_pages .page_item:last-child a, .widget_meta li:last-child a, .widget_rss li:last-child, .widget_nav_menu .menu > li:last-child > a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.number-post {
    float: right;
}

.widget .cat-item a:hover, .widget_archive li a:hover, .widget_pages .page_item a:hover, .widget_nav_menu li a:hover, .widget_meta a:hover {
    color: #e6c55e;
}

.widget .cat-item .children {
    margin-left: 15px;
}

.widget .cat-item .children .cat-item a {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}

.widget_recent_comments .recentcomments, .widget_recent_entries li {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 18px;
}

.widget_recent_comments .recentcomments:last-child, .widget_recent_entries li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_recent_comments span.comment-author-link {
    font-style: italic;
    text-decoration: underline;
}

.widget_recent_entries a:hover, .widget_recent_entries a:focus {
    color: #e6c55e;
}

/* archive drop down */
.widget_archive label, .widget_categories label {
    display: none;
}

/* calendar */
#wp-calendar caption {
    font-weight: bold;
    text-align: center;
    margin: 0 0 10px;
}

#wp-calendar {
    width: 100%;
}

#wp-calendar thead th {
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
}

#wp-calendar tr {
    background: none;
}

#wp-calendar td {
    text-align: center;
    line-height: 32px;
}

#wp-calendar thead {
    background: #f6f6f6;
}

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

.widget_rss a {
    font-weight: bold;
}

.widget_rss li {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    margin-bottom: 15px;
}

/* tag cloud */
.tagcloud a {
    font-size: 12px !important;
    display: block;
    float: left;
    border: 1px solid;
    padding: 5px;
    margin-right: 6px;
    margin-bottom: 6px;
    line-height: 1;
    color: #999;
}

/* About me widget */
.about-widget-content {
    display: block;
    padding-top: 20px;
    margin: 0 !important;
    text-align: left;
}

.about-widget-content p {
    font-size: 0.9em;
    color: #999;
    font-style: italic;
}

.name-img {
    display: block;
    text-align: left;
    margin-top: 20px;
}

.name-img img {
    display: inline-block;
    max-width: 250px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.about-widget-footer {
    display: block;
    text-align: left;
}

.about-widget-footer .desert-social-wrap {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.05);
}

/* post widgets */
.post-widget-el {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.desert-light-text .post-widget-el {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.post-widget-el:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-widget-el.style-2 {
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.post-widget-el.style-2:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-widget-thumb {
    display: block;
    float: left;
    width: 70px;
    margin-right: 15px;
}

.post-widget-content {
    margin-left: 85px;
}

.post-widget-content .post-cate-info a {
    font-size: .9em;
}

/* style 2 */
.post-widget-el.style-2 .post-widget-content {
    margin-left: 45px;
}

.post-widget-num {
    display: block;
    float: left;
    width: 32px;
    line-height: 50px;
    text-align: left;
}

.post-widget-num span {
    font-size: 32px;
    line-height: inherit;
    color: #aaa;
}

/* social icon widget */
.social-bar-outer .desert-social-wrap {
    color: #222222;
}

.social-bar-outer .desert-social-wrap a {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-left: 4px;
    height: 36px;
    line-height: 36px;
    width: 32px;
    font-size: 20px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.widget-social-content.social-bar-outer .desert-social-wrap a {
    display: block;
    float: left;
    margin: 4px 0 4px 20px;
    font-size: 36px;
    width: 36px;
}

.social-bar-outer .desert-social-wrap a:first-child,
.widget-social-content.social-bar-outer .desert-social-wrap a:first-child{
    margin-left: 0;
}

.social-bar-outer .desert-social-wrap a:hover, .social-bar-outer .desert-social-wrap a:focus {
    color: #e6c55e;
}

/* flickr image */
.flickr-image-wrap {
    display: block;
}

.flickr-img-el {
    display: block;
    position: relative;
    overflow: hidden;
}

.flickr-img-el img {
    width: 100%;
    height: auto;
}

.flickr-img-el a {
    display: block;
    position: relative;
}

.flickr-img-el a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 94%;
    height: 94%;
    border: 1px solid rgba(255,255,255,.5);
    z-index: 2;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flickr-img-el a:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.flickr-img-el:hover a:before, .flickr-img-el:focus a:before,
.flickr-img-el:hover a:after, .flickr-img-el:focus a:after {
    opacity: 1;
    visibility: visible;
}

.flickr-bottom-text {
    margin-top: 15px;
}

/* twitter feed */
li.twitter-content {
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed rgba(0, 0, 0, .1);
    font-size: .9em;
}

li.twitter-content:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.twitter-content a {
    font-style: italic;
    color: #e6c55e;
}

.twitter-content a:hover, .twitter-content a:focus {
    text-decoration: underline;
}

.twitter-timestamp {
    display: block;
    margin-top: 7px;
    font-size: 11px;
    font-style: italic;
    color: #aaa;
    line-height: 1.1;
}

.twitter-timestamp i {
    margin-right: 5px;
    line-height: inherit;
    vertical-align: bottom;
    display: inline-block;
}

/*mc4wp widget */
.widget.widget_mc4wp_form_widget {
    background-color: #2c2f33;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover !important;
    -webkit-background-size: cover !important;
}

.footer-wrap.is-dark-text .widget_mc4wp_form_widget .widget-title {
    color: inherit;
}

.footer-wrap.is-dark-text .desert-search input[type="text"],
.footer-wrap.is-dark-text .widget_mc4wp_form_widget .mc4wp-form input[type="email"] {
    background-color: #f7f7f7;
}

.footer-wrap.is-dark-text .widget_mc4wp_form_widget .mc4wp-form input[type="submit"]:hover,
.footer-wrap.is-dark-text .widget_mc4wp_form_widget .mc4wp-form input[type="submit"]:focus {
    background-color: #111;
    color: #fff;
}

.widget_mc4wp_form_widget .widget-title {
    color: #fff;
}

.widget_mc4wp_form_widget .mc4wp-form label {
   display: none;
}

.widget_mc4wp_form_widget .mc4wp-form input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
}

.widget_mc4wp_form_widget .mc4wp-form input:last-child {
    margin-bottom: 0;
}

.widget_mc4wp_form_widget .mc4wp-form input[type="submit"] {
    font-size: 13px;
    margin-top: 15px;
    background-color: #e6c55e;
    color: #fff;
}

.widget_mc4wp_form_widget .mc4wp-form input[type="submit"]:hover, .widget_mc4wp_form_widget .mc4wp-form input[type="submit"]:focus {
    background-color: #fff;
    color: #222222;
}

.widget_mc4wp_form_widget .mc4wp-alert, .widget_mc4wp_form_widget .mc4wp-error {
    color: #fff;
    margin-top: 10px;
}

/* widget search */
.widget_search .desert-search input[type="text"] {
    width: 100%;
    padding: 6px 13px;
}

.widget_search .desert-search .desert-search-submit {
    height: 32px;
    width: 32px;
    line-height: 32px;
}

/* facebook widget*/
.widget.desert-fb-widget {
    padding-bottom: 20px;
}

/* widget quote text */
.quote-text-content img {
    max-height: 62px;
    width: auto;
}

.quote-text-content .quote-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
}

.quote-text-content .quote-social {
    margin-top: 20px;
    margin-left: -7px;
    margin-right: -7px;
}

.quote-text-content .quote-social a {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
    opacity: .8;
}

.quote-text-content .quote-social a:hover {
    opacity: 1;
}

/* add widgets */
.widget.desert-ads-widget,
.widget.desert-ads-widget-fw {
    display: block;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
    text-align: center;
}

.widget-ads-content {
    display: inline-block;
    margin: auto;
    text-align: center;
}

.widget.desert-ads-widget-fw .widget-ads-content {
    margin: 0 15px;
}

/* youtube subscribe */
.subscribe-youtube-wrap iframe {
    max-height: 73px;
    overflow: hidden;
}

/* video widget */
.widget.desert-widget-video {
    padding-bottom: 20px;
}

/*--------------------------------------------------------------
   8.0 - Footers
--------------------------------------------------------------*/

.footer-wrap {
    display: block;
    overflow: hidden;
    margin-top: 25px;
}

.footer-wrap.desert-light-text > * {
    color: #fff;
}

.footer-wrap.desert-light-text .widget-title {
    color: #eee;
}

.footer-area .widget-title {
    margin-bottom: 20px;
}

.footer-area .widget-title > * {
    font-size: 1.1em;
}

.footer-area-outer {
    display: block;
    background-color: #222222;
}

.footer-wrap.desert-light-text .widget .cat-item a, .footer-wrap.desert-light-text .widget_archive li, .footer-wrap.desert-light-text .widget_pages .page_item a,
.footer-wrap.desert-light-text .widget_nav_menu li a, .footer-wrap.desert-light-text .widget_meta a {
    border-color: rgba(255, 255, 255, .1);
    color: rgba(255,255,255,.9);
}

.footer-wrap .post-widget-inner a {
    font-size: .9em;
}

/* footer social */
.footer-social {
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
    padding: 30px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,.06);
    border-bottom: 1px solid rgba(0,0,0,.06);
}

.copyright-text {
    display: block;
    padding: 10px 20px;
    color: #999;
    font-size: 12px;
    line-height: 36px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.footer-social .desert-social-wrap a {
    display: inline-block;
    padding: 0 30px;
}

.footer-social .desert-social-wrap a:hover {
    opacity: .7;
}

/* copyright */
.copyright-wrap {
    display: block;
    overflow: hidden;
    text-align: center;
}

/* footer area */
.footer-area-inner {
    display: block;
    overflow: hidden;
    padding: 40px 0;
    margin-left: -20px;
    margin-right: -20px;
}

.is-boxed .footer-area-inner {
    margin-left: -5px;
    margin-right: -5px;
}

.footer-area .widget {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 20px;
    margin-bottom: 30px;
}

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

/* footer instagram */
.footer-wrap .widget.desert-widget-instagram {
    padding: 0;
    margin-bottom: 0;
    background: none;
}

.footer-wrap .widget.desert-widget-instagram .widget-title {
    position: relative;
    font-family: 'Playfair Display', serif;
    text-align: center;
    display: block;
    border: none;
    text-transform: capitalize;
    letter-spacing: -0.06em;
    font-size: 45px;
    font-style: italic;
    z-index: 99;
    margin-bottom: -8px;
    font-weight: 400;
    color: #111;
}

.widget.desert-widget-instagram .widget-title > * {
    display: inline-block;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer-wrap .widget.desert-widget-instagram .widget-title:before {
    content: "\f16d";
    font-family: 'FontAwesome';
    margin-right: 8px;
    font-style: normal;
}

.desert-instagram-username {
    color: #222;
    text-transform: none;
    font-weight: 700;
    letter-spacing: .03em;
    margin-bottom: 7px;
    line-height: 1;
}

.desert-instagram-desc {
    display: block;
    font-style: italic;
    font-size: .8em;
    line-height: 1.4;
    color: #666;
}

.desert-instagram-username a:hover,
.desert-instagram-username a:focus {
    color: #e6c55e;
}

.desert-instagram-header {
    position: relative;
    display: block;
    overflow: hidden;
}

.desert-instagram-header.desert-before {
    margin: 0 auto 20px auto;
    max-width: 900px;
}

.desert-instagram-avatar {
    position: relative;
    float: left;
    margin-right: 15px;
}

.desert-instagram-avatar a img {
    width: 76px;
    height: 76px;
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.desert-instagram-follow span {
    position: absolute;
    background: #e6c55e;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    height: 20px;
    padding: 0 4px;
    top: 50%;
    margin-top: -10px;
    left: 13px;
    width: 50px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.desert-instagram-avatar:hover .desert-instagram-follow span,
.desert-instagram-avatar:focus .desert-instagram-follow span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.desert-instagram-avatar:hover a img,
.desert-instagram-avatar:focus a img {
    opacity: .7;
}

.desert-instagram-avatar.rounded a img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-instagram-el {
    display: block;
    overflow: hidden;
    position: relative;
    outline: 0;
}

.footer-instagram-el a {
    display: block;
    overflow: hidden;
    padding: 0 0 100% 0 !important;
    outline: 0;
    text-decoration: none;
    position: static;
}

.footer-instagram-el a img {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.footer-instagram-el a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    width: 94%;
    height: 94%;
    border: 1px solid rgba(255,255,255,.5);
    z-index: 2;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.footer-instagram-el a:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.footer-instagram-el:hover a:before,
.footer-instagram-el:hover a:after {
    opacity: 1;
    visibility: visible;
}

.desert-instagram-entry {
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-wrap .desert-instagram-link {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -80px;
    z-index: 99;
}

.desert-instagram-link a {
    font-family: Lato,Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fff;
    color: #222;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    min-width: 160px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.desert-instagram-link:hover a,
.desert-instagram-link:focus a {
    background-color: #e6c55e;
    color: #fff !important;
}

.desert-instagram-error {
    font-style: italic;
    color: #f33b3b;
    text-align: center;
    padding: 30px;
    font-size: 13px;
}

.desert-col-3 {
    float: left;
    width: 33.33%\;
}

.desert-col-5 {
    float: left;
    width: 20%;
}

.desert-col-7 {
    float: left;
    width: 14.285%;
}

.desert-col-8 {
    float: left;
    width: 12.5%;
}

.desert-col-9 {
    float: left;
    width: 11.11111%;
}

.desert-col-10 {
    float: left;
    width: 10%;
}

.top-footer-wrap .desert-widget-instagram {
    display: block;
    position: relative;
}

.desert-widget-instagram .widget-title.block-title {
    color: #242424;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.footer-wrap .post-widget-thumb {
    width: 60px;
}

.footer-wrap .post-widget-content {
    margin-left: 75px;
}

/*--------------------------------------------------------------
    9.0 - Single
--------------------------------------------------------------*/

.single-el {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.single-el {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.single-ads {
    padding: 0;
    margin-bottom: 30px;
    background: none;
    text-align: center;
}

.ads-image {
    display: inline-block;
}

.single-author-box.single-el {
    margin-top: -30px;
    background-color: #fafafa;
}

article.single-el {
   padding: 40px 35px;
}

.single-body {
    display: block;
    margin-top: 30px;
}

blockquote {
    display: block;
    position: relative;
    border-left: 3px solid #e6c55e;
    padding: 0 20px;
    margin-bottom: 25px;
}

.wp-block-pullquote blockquote {
    border-color: transparent;
    border-width: 2px;
    color: #000;
}

a:not(.button).wp-block-button__link {
    color: #fff;
    text-decoration: inherit !important;
}

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

blockquote > * {
    font-style: italic;
    text-transform: none;
    font-weight: 400;
    color: #e6c55e;
    font-size: 16px;
    line-height: 1.3 !important;
    position: relative;
}

.entry {
    display: block;
    margin-top: 30px;
}

.entry h1 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 20px;
    padding-top: 10px;
    margin-top: 0;
    color: #111;
}

.entry h2 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #111;
}

.entry h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #111;
}

.entry h4 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #111;
}

.entry h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #111;
}

.entry h6 {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-top: 10px;
    color: #111;
}

.entry p {
    line-height: 1.7;
    margin-top: 0;
    margin-bottom: 25px;
}

.entry address {
    margin-bottom: 2em;
}

.entry a:not(.button) {
    text-decoration: underline;
    font-weight: bold;
}

.entry a {
    color: #111;
}

.entry a:hover, .entry a:focus {
    color: #e6c55e;
}

.entry ul {
    list-style: disc;
    margin: 0 0 26px 35px;
}

.entry ul li {
    list-style: disc;
    margin: 0 0 6px;
}

.entry ol {
    list-style: decimal;
    margin: 0 0 2em 15px;
}

.entry ol li {
    list-style: decimal;
    margin: 0 0 10px;
}

.entry li ul, .entry li ol {
    margin-top: 10px;
}

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

.entry dl {
    margin: 0 0 26px;
}

.entry dd {
    margin-left: 36px;
}

.entry img {
    display: block;
    max-width: 100%;
    height: auto;
}

.entry input {
    margin-bottom: 10px;
}

pre {
    display: block;
    margin-bottom: 20px;
}

table > thead > tr > th, table > tbody > tr > td, table > tfoot > tr > td {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    line-height: 1.625;
}

table > tfoot > tr > td {
    border-bottom: none;
}

table > thead > tr > th {
    font-weight: 700;
}

.entry table {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.entry th, .entry td {
    text-align: left;
    padding: 7px 15px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

.wp-block-gallery {
    margin: 0 !important;
}

.wp-caption, .entry .wp-caption {
    max-width: 100% !important;
    display: block;
    position: relative;
    height: auto;
    background-color: #f2f2f2;
}

.wp-caption p, .wp-caption-text {
    font-style: italic;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 15px;
    background-color: rgba(255,255,255,.7);
    text-align: center;
    color: #777;
    padding: 5px 10px;
}

.wp-caption:before, .wp-caption:after {
    content: " ";
    display: table;
}

.wp-caption:after {
    clear: both;
}

.is-float-left {
    float: left;
    margin: 0 20px 10px 0;
}

.is-float-right {
    float: right;
    margin: 0 0 10px 20px;
}

.wp-caption.alignleft, img.alignleft {
    float: left;
    max-width: 100% !important;
}

.wp-caption.alignright, img.alignright {
    float: right;
    max-width: 100%;
    margin: 0 0 30px 30px;
}

.entry img.alignnone, .entry .wp-caption.alignnone {
    width: 100% !important;
    margin: 30px 0 30px 0;
}

.entry img.alignnone, .entry .wp-caption.alignnone img {
    display: block;
    width: 100%;
}

.wp-caption.aligncenter, img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.thumbnail.push-bottom {
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
}

.wp-caption.alignnone img {
    float: none;
    margin: 0 auto !important;
}

.copy a:not(.button), .story a:not(.button) {
    color: #111111;
    border-bottom-color: #111111;
}

.entry a:not(.button) img:not(.alignleft) {
    padding: 0;
    margin: 0 0 30px 0;
    background-color: #f2f2f2;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.like-wrap {
    display: block;
    overflow: hidden;
    margin: 30px 0;
}

.like-wrap .like-title {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    margin-right: 15px;
}

.like-wrap .like-content {
    display: inline-block;
}

.like-wrap .like-el {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.like-wrap .like-el:last-child {
    margin-right: 0;
}

.single-popup {
    display: block;
    position: relative;
}

/* single footer */
.single-footer {
    display: block;
    overflow: hidden;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.single-footer .box-share > * {
    display: block;
    float: left;
}

.single-footer .box-share-inner {
    color: #222222;
}

.single-footer .box-share-inner i {
    font-size: inherit;
}

.single-footer .box-share-inner a {
    display: block;
    float: left;
    margin-left: 20px;
    font-size: 20px;
    height: 38px;
    line-height: 38px;
}

.single-footer .box-share-inner a:first-child {
    margin-left: 0;
}

.single-footer .single-tag-wrap .desert-table {
    min-height: 38px;
}

.single-tag-wrap {
    display: block;
    float: right;
    max-width: 50%;
}

.single-tag-wrap.post-meta-info {
    margin: 0;
    max-width: 60%;
}

.single-tag-wrap.post-meta-info > * {
    font-size: 1.1em;
}

.single-tag-wrap a:before {
    content: '/';
    display: inline-block;
    text-decoration: none !important;
    padding-left: 5px;
    padding-right: 5px;
}

.single-tag-wrap .tag-desc {
    margin-right: 5px;
}

.single-tag-wrap .tag-desc i {
    font-size: 15px;
    margin-right: 7px;
}

.single-tag-wrap a:first-of-type:before {
    display: none;

}

/* single author box */
.single-author-box .author-thumb {
    display: block;
    width: 85px;
    min-height: 85px;
    border: 2px solid #eee;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.single-author-box .author-thumb img {
    margin: 0 !important;
}

.author-title.post-cate-info {
    display: block;
    font-size: 16px;
    margin-left: 105px;
}

.author-title.post-cate-info > * {
    display: inline-block;
}

.single-author-box .author-title a {
    margin-left: 5px;
}

.single-author-box .author-description {
    display: block;
    margin-left: 105px;
    margin-top: 10px;
    font-style: italic;
    color: #aaa;
    font-size: 13px;
    line-height: 1.6;
}

.single-author-box .author-social {
    margin-top: 10px;
    margin-left: 98px;
}

.single-author-box .desert-social-wrap a {
    display: inline-block;
    font-size: 14px;
    height: 20px;
    margin-left: 7px;
    width: 18px;
    text-align: center;
    line-height: 20px;
    color: #aaa;
}

.single-author-box .desert-social-wrap a:first-child {
    margin-left: 0;
}

.single-author-box .desert-social-wrap a:hover, .single-author-box .desert-social-wrap a:focus {
    color: #e6c55e;
}

/* single nav */
.single-nav {
    display: block;
    overflow: hidden;
    width: auto;
    margin-top: -30px;
    padding: 30px;
    border-top: 1px solid #fafafa;
}

.single-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
}

.single-nav a:hover, .single-nav a:focus {
    color: #e6c55e;
}

.single-nav a:hover .desert-nav-icon, .single-nav a:focus .desert-nav-icon {
    color: #ffffff;
    background-color: #e6c55e;
}

.desert-nav-icon {
    width: 30px;
    height: 30px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #efefef;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.desert-nav-link {
    display: block;
    overflow: hidden;
    max-width: 75%;
}

.single-nav .nav-left {
    border-right: 1px solid #f2f2f2;
    padding-right: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.nav-left-icon {
    margin-right: 15px;
    float: left;
}

.nav-left-link {
    text-align: left;
    float: left;
}

.single-nav .nav-right {
    text-align: right;
    border-left: 1px solid #f2f2f2;
    margin-left: -1px;
    border-collapse: collapse;
    padding-left: 20px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.single-nav .nav-right a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.nav-right-link {
    text-align: right;
    float: right;
}

.nav-right-icon {
    float: right;
    margin-left: 15px;
    padding-left: 1px;
}

.nav-right-icon > * {
    margin-left: 1px;
}

.nav-left-icon > * {
    margin-right: 1px;
}

/* related box */
.related-content-wrap {
    display: block;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 25px;
}

.related-wrap .widget-title > * {
    font-size: 1.2em;
    color: #222;
}

.related-el .post-wrap {
    padding: 0;
    margin: 0 10px 20px 10px;
}

.related-el .post-body {
    padding: 20px;
    margin-top: 0;
}

.related-el .post-title.is-small-title > * {
    font-size: .9em;
}

.related-el .post-thumb img {
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.related-wrap .related-el:nth-child(3n+1) {
    clear: both;
}

/* comment box */
.comment-metadata {
    display: block;
}

.comment-metadata a {
    color: inherit;
    letter-spacing: inherit;
    text-decoration: none !important;
    font-weight: inherit !important;
}

.comment-metadata a time {
    display: inline-block;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid rgba(0,0,0,.05);
}

.comment-body .comment-author img {
    display: block;
    float: left;
    width: auto !important;
    max-width: 75px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 20px;
    margin-left: 0 !important;
}

.comment-author > * {
    display: block;
    margin-left: 90px;
    line-height: 1;
}

.comment-author .fn a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px;
}

.comment-author .fn {
    font-size: 13px;
    color: #e6c55e;
}

.comment-author .says {
    display: none;
}

.comment-content {
    margin-top: 15px;
    margin-left: 90px;
}

.comment-content p {
    font-size: 13px;
    line-height: 1.6;
    padding: 10px;
    background-color: #fafafa;
}

.comment-content > *:last-child {
    margin-bottom: 0;
}

.comment-list li {
    list-style: none !important;
}

.comment-list li .comment-body, .comment-list > li:last-child.parent > .comment-body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.reply {
    display: block;
    text-align: right;
    line-height: 1;
    margin-top: 20px;
}

.reply a {
    display: inline-block;
    text-decoration: none !important;
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 400 !important;
}

.edit-link {
    float: right;
}

.comment-list > li:last-child > .comment-body {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* comment-respond */
.desert-comment-respond-wrap.single-el {
    padding-bottom: 0;
}

.comment-respond label {
    display: none;
}

.comment-form input[type="text"], .comment-form input[type="email"], .comment-form input[type="tel"] {
    display: block;
    position: relative;
    width: 50%;
}

.comment-form p {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment-form p.form-submit {
    display: block;
    clear: both;
    padding-top: 20px;
    margin-bottom: 30px;
    margin-top: 0;
}

.comment-form p:first-child {
    margin-top: 0;
}

#cancel-comment-reply-link {
    margin-left: 10px;
    font-weight: normal;
    letter-spacing: 0;
}

.comment-form-cookies-consent {
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 20px;
    position: relative;
}

.comment-form-cookies-consent input {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    right: auto;
    bottom: auto;
}

.comment-form-cookies-consent label {
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    color: #888;
}

/* logged-in-as */
.comment-form .logged-in-as {
    font-size: .8em;
    margin-bottom: 15px;
}

.logged-in-as a {
    text-transform: uppercase;
    margin-right: 5px;
}

.logged-in-as a:last-child {
    margin-left: 5px;
    margin-right: 0;
    text-decoration: underline;
}

/* single pagination */
.single-pagination {
    display: block;
    text-align: center;
    margin-top: 30px;
}

.single-pagination-inner {
    font-size: 15px;
    line-height: 34px;
}

.single-pagination-desc {
    color: #aaa;
}

.single-pagination-el {
    display: inline-block;
    border: 2px solid;
    border-bottom-width: 4px;
    height: 36px;
    width: 34px;
    line-height: 30px;
    margin-left: 7px;
}

.single-pagination-inner > span.single-pagination-el {
    color: #aaa;
}

.single-pagination-inner a > span {
    background-color: #222222;
    border-color: #222222;
    color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.single-pagination-inner a:hover > span.single-pagination-el, .single-pagination-inner a:focus > span.single-pagination-el {
    background-color: #e6c55e;
    border-color: #e6c55e;
}

.single .gallery {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}

.gallery-item {
    display: block;
    float: left;
    position: relative;
    margin: 0 0 2px 0;
}

.gallery-item img {
    display: block;
    vertical-align: middle;
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-10 .gallery-item {
    width: 10%;
}

/* attachment page */
.attachment .entry .attachment {
    display: block;
    max-width: 100%;
    margin-bottom: 60px;
}

/*--------------------------------------------------------------
    10.0 - Pages
--------------------------------------------------------------*/

/* archive header */
.archive-page-header {
    margin: 45px 20px;
    text-align: center;
}

.archive-page-header h1 {
    text-align: center;
    font-style: normal;
    color: #222222;
    font-size: 45px;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.archive-page-header .archive-title span {
    display: inline-block;
    font-size: inherit;
    position: relative;
    line-height: 1;
}

.archive-page-header .widget-divider {
    display: block;
    margin-top: 0;
    margin-bottom: 25px;
}

.archive-page-header .archive-title-desc {
    text-align: center;
    text-transform: inherit;
    line-height: 1.08em;
    font-weight: 100;
    font-style: normal;
    color: #777;
    font-size: 26px;
    padding: 0 20px;
    margin-top: 20px;
}

/* search page */
.search-page-header em {
    color: #aaa;
    font-size: 32px;
}

.search-page-header .page-search-form-wrap .desert-search input[type="text"] {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    -moz-box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
    box-shadow: 2px 2px 1px rgba(24, 24, 24, 0.05);
}

.search-no-result {
    display: block;
    text-align: center;
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

#main-content-wrap > .search-no-result {
     margin-top: 70px;
     font-size: 35px;
     letter-spacing: 3px;

 }

.search-no-result h3 {
    font-size: 42px;
    line-height: 1.2;
    text-transform: capitalize;
}

.search-no-result p {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #aaa;
    margin-top: 20px;
}

/* contact form 7 */
.entry .wpcf7 {
    display: block;
    position: relative;
}

.wpcf7 p {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

.wpcf7 input, .wpcf7 textarea {
    display: block;
    margin-top: 7px;
    font-weight: 400 !important;
    font-size: 14px;
    text-transform: none;
}

/* single page */
.page-title-wrap.post-title {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 4px solid #242424;
    margin-bottom: 40px;
}

.desert-single-page .desert-content-inner {
    padding-top: 45px;
    padding-bottom: 45px;
}

/* author thumb */
.archive-author-thumb {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 4px solid #fff;
    margin-bottom: 15px;
    min-height: 150px;
}

.archive-author-thumb img {
    margin: 0 !important;
}

.author-page-header .author-social {
    margin-bottom: 20px;
    margin-top: 7px;
}

.author-page-header .author-social a {
    display: inline-block;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #222222;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.author-page-header .author-social a:hover, .author-page-header .author-social a:focus {
    background-color: #222222;
    color: #fff;
}

.author-page-header .author-social a:last-child {
    margin-right: 0;
}

/* 404 page */
.content-404 {
    display: block;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

.logo-404 h1 {
    font-size: 120px;
    margin-bottom: 30px;
    color: #e6c55e;
}

.content-404 .title-404 {
    color: #aaa;
}

.page-search-form-wrap {
    display: block;
    position: relative;
    margin-top: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.page-search-form-wrap .desert-search input[type="text"] {
    width: 100%;
    padding: 10px 70px 10px 30px;
    font-size: 15px;
    line-height: 20px;
}

.page-search-form-wrap .desert-search-submit {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
}

/*--------------------------------------------------------------
    11.0 - Loading Holder
--------------------------------------------------------------*/

/* slider loading */
.slider-loading {
    background: rgba(255, 255, 255, 1) url('../images/ajax-loader.svg') no-repeat center center !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 992;
    display: block;
    min-height: 44px;
}

.desert-site-mask {
    display: block;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    background: transparent;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: background .2s ease-in-out, visibility .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, visibility .2s ease-in-out;
    transition: background .2s ease-in-out, visibility .2s ease-in-out;
}

.mobile-js-menu .desert-site-mask {
    visibility: visible;
    pointer-events: auto;
    background: rgba(0,0,0,.85);
}

.mobile-js-menu .desert-site-mask:hover {
    cursor: url('../images/cursor-close.png'), default;
}

.slider-init {
    display: block;
    overflow: hidden;
}

/* WP Instagram Widget */
.widget.null-instagram-feed {
    position: relative;
    padding: 45px 0 0 0;
    margin-bottom: 0;
    background: none;
}

.footer-wrap .widget.null-instagram-feed .widget-title {
    position: relative;
    font-family: 'Playfair Display', serif;
    text-align: center;
    display: block;
    border: none;
    text-transform: capitalize;
    letter-spacing: -0.06em;
    font-size: 45px;
    font-style: italic;
    z-index: 99;
    margin-bottom: -8px;
    font-weight: 400;
    color: #111 !important;
    line-height: 1;
}

.footer-wrap .widget.null-instagram-feed .widget-title > * {
    display: inline-block;
}

.footer-wrap .widget.null-instagram-feed .widget-title:before {
    content: "\f16d";
    font-family: 'FontAwesome';
    margin-right: 8px;
    font-style: normal;
}

.top-footer-wrap .null-instagram-feed .instagram-pics > * {
    float: left;
    width: 12.5%;
}

.null-instagram-feed p.clear {
    position: absolute;
    top: 50%;
    margin-top: 27px;
    left: 50%;
    margin-left: -80px;
    z-index: 99;
}

.null-instagram-feed p.clear a {
    font-family: Lato,Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #fff;
    color: #222;
    letter-spacing: 0;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    line-height: 30px;
    height: 30px;
    min-width: 160px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 1, 1, .1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.null-instagram-feed p.clear a:hover,
.null-instagram-feed p.clear a:focus {
    background-color: #e6c55e;
    color: #fff;
}

.weather-atlas-wrapper {
    text-shadow: none;
}

.widget.widget_weather_atlas {
    padding: 0;
    background: none;
}

.widget.widget_weather_atlas .widget-title {
    display: none;
}

.city_selector_toggle,
.weather-atlas-wrapper .weather-atlas-footer {
    display: none;
}

.weather-atlas-wrapper .daily.days, .weather-atlas-wrapper .hourly.hours {
    border-bottom: 1px solid rgba(255,255,255,.2) !important;
    clear: both;
    padding-top: 10px;
}

.weather-atlas-wrapper {
    border: none !important;
}

.weather-atlas-wrapper .weather-atlas-header {
    background-color: rgba(0, 0, 0, .05) !important;
}

.main-content-inner {
    position: relative;
    display: block;
}