/*
Theme Name: Sukawati
Version: 1.0.8
Theme URI: http://jegtheme.com/
Description: Multi-Concept WordPress Blog Theme for Travel, Food Blog, Personal, Lifestyle & Fashion Blog.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, right-sidebar, fixed-layout, responsive-layout, custom-menu, featured-images, theme-options, custom-background, custom-colors, custom-header, editor-style, featured-images, flexible-header, sticky-post, threaded-comments, translation-ready
*/
/* ------------------------------------------------------------------------- *
 *  Table of Contents:
 * ------------------------------------------------------------------------- *
 *
 *    0 - CSS RESET
 *    1 - BASE STYLES
 *      1.1 - Clearfix
 *      1.2 - Typography
 *      1.3 - Grid
 *      1.4 - Wrapper
 *    2 - HEADER & NAVIGATION
 *      2.1 - Mobile Navigation
 *      2.2 - Header Layout 1 & 5
 *      2.3 - Header Layout 2
 *      2.4 - Header Layout 3 & 4
 *      2.5 - Sticky Navigation
 *    3 - SLIDER
 *      3.1 - Full Slider
 *      3.2 - Highlight Slider
 *      3.3 - Stack Slider
 *    4 - POPULAR POST
 *    6 - POST
 *      6.1 - Short Content Type
 *      6.2 - Flexslider Post Gallery
 *    7 - WIDGET & SIDEBAR
 *      7.1 - Popular Post Widget
 *      7.2 - About Me widget
 *      7.3 - Additional General
 *      7.4 - Social Widget
 *      7.5 - Common Sidebar
 *      7.6 - Calendar Widget
 *    8 - ELEMENTS
 *      8.1 - Forms
 *      8.2 - Comment
 *      8.3 - Table
 *      8.4 - WP Essentials
 *      8.5 - Gallery
 *      8.6 - Shortcode
 *      8.7 - Related Post
 *      8.8 - Previous / Next Post
 *      8.9 - Social Share
 *      8.9 - Social Share
 *      8.10 - Aside Post
 *      8.11 - Author Box
 *      8.12 - Post Tags
 *      8.13 - Masonry Block
 *      8.14 - Popup Related Article
 *      8.15 - Pagination
 *    9 - 404 PAGE
 *   10 - SEARCH PAGE
 *   11 - FOOTER
 *      11.1 - Footer Widget
 *      11.2 - Footer Instagram
 *   11 - MISC
 *      11.1 - Video Player
 *      11.2 - Animation
 *
 * ------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------- *
 *  0 - CSS RESET
/* ------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------------------------------------------------------- *
 *  1 - BASE STYLES
/* ------------------------------------------------------------------------- */
body { background: #FFF; font-size: 14px; line-height: 1.8em; color: #333; font-weight: 400; overflow-x: hidden; }
::selection { background: #fff4cc; color: #000; }
::-moz-selection { background: #fff4cc; color: #000; }
a { color: #b99d5b; text-decoration: none; outline: 0; }
a:hover {color: #000;}
img { max-width: 100%; height: auto; vertical-align: middle; }
.left,.alignleft { float: left; }
.right,.alignright { float: right; }
.center, .aligncenter { margin-left: auto; margin-right: auto; display: block; }
b, strong { font-weight: 700; }
em, i {font-style: italic;}
small {font-size: smaller}

/*  1.1 - Clearfix
/* ------------------------------------------------------------------------- */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.group:before, .group:after { content: ""; display: table; }
.group:after { clear: both; }
.group { zoom: 1; }

/* clearfix: contain floats */
.clearfix:before, .clearfix:after { content: " "; display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

/*  1.2 - Typography
/* ------------------------------------------------------------------------- */
h1 { font-size: 38px; line-height: 1.8em; }
h2 { font-size: 34px; line-height: 1.7em; }
h3 { font-size: 28px; line-height: 1.6em; }
h4 { font-size: 24px; line-height: 1.5em; }
h5 { font-size: 20px; line-height: 1.4em; }
h6 { font-size: 18px; line-height: 1.3em; }

article .entry h1, article .entry h2, article .entry h3,
article .entry h4, article .entry h5, article .entry h6 {
    clear: both;
}

body, input, textarea, button, select, label
{ font-family: Georgia, serif; }

/*  1.3 - Grid
/* ------------------------------------------------------------------------- */
.grid { margin-right: 2.1%; float: left; display: inline; position: relative; min-height: 1px; }
.last { clear: right; margin-right: 0!important; }
.one-full { margin-right: 0; width: 100%; overflow: hidden; }
.one-half { width: 48.9%; }
.one-third { width: 31.9%; }
.one-forth { width: 23.4%; }
.one-fifth { width: 18.3%; }
.two-third { width: 65.9%; }

/*  1.4 - Wrapper
/* ------------------------------------------------------------------------- */
#wrapper { width: 100%; margin: 0; padding: 0; -webkit-backface-visibility: hidden; }
#wrapper.boxed, .container { margin: 0 auto; }
#wrapper.boxed {
    width: 1180px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    overflow: hidden;
}

.container { width: 1170px;  }
#post-wrapper { margin-top: 20px; }

.boxed .container { width: 1120px; }


/* ------------------------------------------------------------------------- *
 *  2 - HEADER & NAVIGATION
/* ------------------------------------------------------------------------- */
#heading .logo-wrapper img {
    position: relative;
    max-width: 100%;
}

#heading .logo-wrapper .logo-mobile {display: none;}

#heading .searchbox {
    position: absolute;
    right: 0;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #eaeaea;
    display: none;
}

#heading .searchbox input {
    border: 1px solid #eaeaea;
    background: #fbfbfb;
    line-height: 30px;
    padding: 5px 10px;
    color: #777;
    width: 200px;
    font-size: 12px;
}

#heading .searchbox:before {
     border-color: transparent transparent #FFF;
     border-style: solid;
     border-width: 0 8px 8px;
     content: "";
     right: 14px;
     position: absolute;
     top: -8px;
     z-index: 98;
}

#heading .searchbox:after {
    border-color: transparent transparent #eaeaea;
    border-style: solid;
    border-width: 0 9px 9px;
    content: "";
    right: 13px;
    position: absolute;
    top: -9px;
    z-index: 97;
}

#heading .navigation li a {
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    padding: 0 10px;
    letter-spacing: 1.5px;
    display: block;
}

#heading .navigation li a:hover {
    color: #b99d5b;
}

#heading .navigation li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

#heading .navigation .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    width: 225px;
    border: 1px solid #eee;
    z-index: 99;
    font-size: 10px;
    left: 0;
}

#heading .navigation .sub-menu .sub-menu {
    left: 100%;
    top: -1px;
}

#heading .navigation .sub-menu a {
    color: #777;
}

#heading .navigation .sub-menu li:hover {
    background: #fbfbfb;
}

#heading .navigation .sub-menu li, #heading .navigation .sub-menu li a {
    display: block !important;
    line-height: 2em;
}

#heading .navigation .sub-menu li {
    border-bottom: 1px solid #eee;
}

#heading .navigation .sub-menu li:last-child {
    border-bottom: none;
}

#heading .navigation li.menu-item-has-children > a:after {
    font-family: "FontAwesome", serif;
    content: "\f107";
    font-style: normal;
    left: 5px;
    position: relative;
    display: inline-block;
    line-height: normal;
}

#heading .navigation .sub-menu li.menu-item-has-children > a:after {
    content: "\f105";
    position: absolute;
    left: auto;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 3px;
    padding-bottom: 3px;
    line-height: normal;
}

#heading .navigation .sub-menu li a {
    padding: 0.8em 1.4em;
    font-size: 10px;
}

#heading .nav-search i {
    display: block !important;
}

#heading .navigation, #heading .nav-social li {
    display: inline-block;
}

#heading .nav-social li, #heading .nav-search {
    min-width: 30px;
    text-align: center;
}

#heading .nav-search {
    min-width: 50px;
    border-left: 1px solid #eaeaea;
    margin-left: 10px;
    position: relative;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

#heading .nav-social li a, #heading .nav-search i {
    display: block;
}

#heading .nav-social {
    display: inline-block;
}

#heading .nav-social li a {
    color: #000;
}

#heading.sixth-nav .nav-social li a:hover,
#heading .nav-social li a:hover {
    color: #b99d5b;
}

#heading .navigation > ul > li > a,
#heading .nav-social li a,
#heading .nav-search i {
    display: block;
    line-height: 48px;
}

#heading.sixth-nav .container {
    position: relative;
}

/*** Newsfeed ***/
.sidefeed-toggle,
.side-woocommerce {
    float: left;
    margin-right: 10px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    position: relative;
}
.sidefeed-toggle .fa,
.side-woocommerce .fa{
    display: block;
    line-height: 48px;
    width: 48px;
    text-align: center;
    cursor: pointer;
}

#sidefeed {
    position: fixed;
    left: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    background: #fff;
    overflow: hidden;
    opacity: 0;
    z-index: 102;

    -webkit-transition: 0.4s ease-in-out 0.2s;
    -o-transition: 0.4s ease-in-out 0.2s;
    transition: 0.4s ease-in-out 0.2s;

    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.2);
}

.sidefeed-open #sidefeed {
    opacity: 1;
    left: 0;
}
.sidefeed-open #wrapper {
    position: relative;
    -webkit-transform: translate3d(150px, 0, 0) !important;
    -ms-transform: translate3d(150px, 0, 0) !important;
    -o-transform: translate3d(150px, 0, 0) !important;
    transform: translate3d(150px, 0, 0) !important;

    -webkit-transition: transform 0.3s ease-in-out 0.1s;
    -o-transition: transform 0.3s ease-in-out 0.1s;
    transition: transform 0.3s ease-in-out 0.1s;
}
.sidefeed-closing #wrapper {
    position: relative;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;

    -webkit-transition: transform 0.3s ease 0.2s;
    -o-transition: transform 0.3s ease 0.2s;
    transition: transform 0.3s ease 0.2s;
}


.sidefeed-heading {
    position: relative;
}
.sidefeed-heading h2 {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 2;
    background: #fff;
}
.sidefeed-cat-toggle {
    position: absolute;
    right: 10px;
    width: 32px;
    text-align: center;
    height: 32px;
    top: 7px;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid #eaeaea;
    z-index: 3;
}
.sidefeed-cat-toggle .fa {
    display: block;
    line-height: 32px;
}

.sidefeed-cat {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
    right: 0;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0,0,0,0.1);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.sidefeed-cat-open .sidefeed-cat {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.sidefeed-cat > li > a {
    display: block;
    color: #777;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px 15px;
    letter-spacing: 2px;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
}
.sidefeed-cat > li:last-child > a {border-bottom: 0}

.sidefeed-cat > li > a:hover {
    background: #fbfbfb;
    color: #b99d5b;
}

.sidefeed-post-wrapper {
    position: relative;
    height: 100%;
}
.sidefeed-posts {
    position: absolute;
    top: 50px;
    overflow: hidden;
    height: 100%;
    height: calc(100% - 50px);
}

.sidefeed-post-container {
    position: relative;
}
.sidefeed-post-container.loading:before {
    content: '';
    background: rgba(255,255,255,0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.sidefeed-post {
    padding: 15px;
    border-bottom: 1px dotted #eaeaea;
}
#sidefeed .post-thumb {
    float: left;
    width: 100px;
}
#sidefeed .post-content {
    margin-left: 115px;
    overflow: hidden;
}
#sidefeed .post-content h3 {
    font-size: 13px;
    font-weight: bold;
}
#sidefeed .post-content a {
    color: #000;
}
#sidefeed .content-meta {
    color: #9b9b9b;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
}

.sidefeed-loadmore {
    text-align: center;
    margin: 20px auto;
}
.sidefeed-loadmore button {
    border: 0;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.25em;
    cursor: pointer;
    outline: 0;
}

body.sidefeed-open {
    overflow: hidden;
}

/*** woocommerce mini cart **/

.side-woocommerce {
    float: right;
}

.side-woocommerce h2 {
    font-size: 16px;
    padding: 0px 0 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 -10px 20px;
}

.side-woocommerce .shopping_cart_inner {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    width: 300px;
    padding: 20px 10px;
    border: 1px solid #eee;
    text-align: center;
}

.woocommerce .widget_shopping_cart_content .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.woocommerce .widget_shopping_cart_content .cart_list li:last-child {
    border-bottom: none;
}

.woocommerce .widget_shopping_cart_content .cart_list li {
    text-align: left;
}


.woocommerce .widget_shopping_cart_content .cart_list li a.remove, .woocommerce.widget_shopping_cart_content .cart_list li a.remove {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color : #000;
}


.side-woocommerce .widget_shopping_cart_content .cart_list {
    border-bottom: 3px double #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.side-woocommerce .widget_shopping_cart_content .total {
    margin: 10px 0px;
}

    /*** Search Overlay ***/
#search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.965);
    visibility: hidden;
    opacity: 0;
    z-index: -1;

    -webkit-transition: visibility 0s 35s, opacity 0.2s 0.4s linear;
    -o-transition: visibility 0s 35s, opacity 0.2s 0.4s linear;
    transition: visibility 0s 35s, opacity 0.2s 0.4s linear;
}

.sidefeed-open #search-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 101;

    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.sidefeed-closing #search-overlay {
    z-index: 101;
}

#search-overlay .search-overlay-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 70%;
    margin: auto;
    padding-left: 320px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#search-overlay .searchform #s {
    width: 100%;
    color: #000;
    background: transparent;
    font-size: 48px;
    margin: auto;
    border: 0;
    height: auto;
    line-height: normal;
    text-align: center;
    margin-bottom: 1em;
}

#search-overlay .searchform #s::-webkit-input-placeholder { color: #000; }
#search-overlay .searchform #s:-moz-placeholder { color: #000; }
#search-overlay .searchform #s::-moz-placeholder { color: #000; }
#search-overlay .searchform #s:-ms-input-placeholder { color: #000; }

#search-overlay .searchform, #search-overlay p {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

#search-overlay p {
    font-size: 18px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #9b9b9b;
    margin: 1em auto;
    max-width: 680px;
}

.sidefeed-open #search-overlay .searchform {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -webkit-transition: 0.4s ease-in-out 0.55s;
    -o-transition: 0.4s ease-in-out 0.55s;
    transition: 0.4s ease-in-out 0.55s;
}

.sidefeed-open #search-overlay p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -webkit-transition: 0.3s ease-in-out 0.7s;
    -o-transition: 0.3s ease-in-out 0.7s;
    transition: 0.3s ease-in-out 0.7s;
}

.sidefeed-closing #search-overlay .searchform {
    -webkit-transition: 0.3s ease  0.1s;
    -o-transition: 0.3s ease  0.1s;
    transition: 0.3s ease  0.1s;
}

.sidefeed-closing #search-overlay p {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.search-overlay-close {
    position: absolute;
    top: 30px;
    right: 30px;
    height: 48px;
    width: 48px;
    cursor: pointer;
}
.search-overlay-close::before, .search-overlay-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    opacity: 0.2;
    background: #000;

    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.search-overlay-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search-overlay-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-overlay-close:hover.search-overlay-close::before, .search-overlay-close:hover.search-overlay-close::after {
    opacity: 1;
}

/**
    new message slider on top
**/

.top-featured-item {
    text-align: right;
}

.top-featured-item .thumb,
.top-featured-item .summary {
    display: inline-block;
    position: relative;
}

.top-featured-item .thumb {
    width: 120px;
    z-index: 1;
    vertical-align: top;
}

.top-featured-item .summary {
    width: 500px;
    z-index: 3;
    top: 20px;
}

.top-featured-item h2 {
    margin-right: -25px;
    z-index: 2;
    background: white;
    max-width: 300px;
    float: right;
    padding: 10px 15px;
    font-size: 16px;
}

.top-featured-item h2 a {
    color: #000;
}

/*  2.1 - Mobile Navigation
/* ------------------------------------------------------------------------- */
#heading .mobile-navigation i {
    display: inline-block;
    line-height: 48px;
    color: #000;
}

#heading .mobile-navigation {
    float: left;
    cursor: pointer;
    display: none;
    font-size: 18px;
    padding: 0 20px;
}

#heading .mobile-menu {
    display: none;
    position: absolute;
    background: #fbfbfb;
    top: 100%;
    margin-top: 1px;
    z-index: 1000;
    left: 0;
    right: 0;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

#heading .mobile-menu a {
    line-height: 45px;
    display: block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 20px;
    border-bottom: 1px solid #eaeaea;
    font-size: 10px;
}

#heading .mobile-menu a:hover,
#heading .mobile-menu a:active {
    color: #b99d5b;
}

#heading .mobile-menu .sub-menu {
    display: none;
}

#heading .mobile-menu .sub-menu a { padding: 0 20px 0 40px; }
#heading .mobile-menu .sub-menu li { background: #fff; }
#heading .mobile-menu .sub-menu .sub-menu a { padding: 0 20px 0 60px; }
#heading .mobile-menu .sub-menu .sub-menu li { background: #fff; }
#heading .mobile-menu .sub-menu .sub-menu .sub-menu a { padding: 0 20px 0 80px; }
#heading .mobile-menu .sub-menu .sub-menu .sub-menu li { background: #fff; }

#heading .mobile-menu li {
    position: relative;
}

#heading .mobile-menu li.menu-item-has-children > a:after {
    font-family: "FontAwesome", serif;
    content: "\f107";
    font-style: normal;
    right: 20px;
    position: absolute;
}

/*  2.2 - Header Layout 1 & 5
/* ------------------------------------------------------------------------- */
#heading.first-nav .nav-wrapper .container,
#heading.fifth-nav .nav-wrapper .container{
    position: relative;
}

#heading.first-nav .searchbox {
    right: -1px;
}

#heading.first-nav .nav-social li, #heading.first-nav .nav-search,
#heading.fifth-nav .nav-social li, #heading.fifth-nav .nav-search {
    min-width: 30px;
    text-align: center;
}

#heading.fifth-nav .nav-search,
#heading.first-nav .nav-search {
    min-width: 45px;
}

#heading.first-nav .navigation,
#heading.fifth-nav .navigation {
    float: left;
}

#heading.first-nav .nav-search,
#heading.fifth-nav .nav-search,
#heading.first-nav .nav-social,
#heading.fifth-nav .nav-social {
    float: right;
}

#heading.first-nav .logo-wrapper {
    text-align: center;
    clear: both;
}

#heading.first-nav .logo-wrapper a {
    padding: 60px 0;
    display: inline-block;
}

#heading.fifth-nav .top-wrapper {
    clear: both;
}

#heading.fifth-nav .logo-wrapper {
    display: inline-block;
    padding: 45px 0;
    width: 438px;
}

.boxed #heading.fifth-nav .logo-wrapper {
    width: 388px;
}

#heading.fifth-nav .iklan-wrapper {
    display: inline-block;
    vertical-align: middle;
}


#heading.sixth-nav .nav-wrapper {
    text-align: center;
    border-top: 1px solid #eaeaea;
}

#heading.sixth-nav .nav-header .nav-social,
#heading.sixth-nav .nav-header .nav-right,
#heading.sixth-nav .nav-header .logo-wrapper
{
    display: inline-block;
    line-height: 225px;
}

#heading.sixth-nav .nav-header .nav-social,
#heading.sixth-nav .nav-header .nav-right {
    width: 300px;
}

.boxed #heading.sixth-nav .nav-header .nav-social,
.boxed  #heading.sixth-nav .nav-header .nav-right {
    width: 275px;
}

#heading.sixth-nav .nav-header .logo-wrapper {
    width: 560px;
    text-align: center;
}

#heading.sixth-nav .nav-header .nav-right {
    margin-left: 0;
    border: none;
    vertical-align: middle;
    text-align: right;
}

#heading.sixth-nav .top-wrapper .nav-search {
    border-left: 0;
    display: inline-block;
}

#heading.sixth-nav .top-wrapper .side-woocommerce {
    float: none;
    border: none;
    display: inline-block;
}

#heading.sixth-nav .navigation .sub-menu li a {
    text-align: left;
}

#heading.sixth-nav .nav-social li {
    min-width: 32px;
}

#heading.sixth-nav .nav-social li a {
    font-size: 16px;
    color: #222222  ;
}

#heading.sixth-nav .nav-wrapper .nav-search,
#heading.sixth-nav .nav-wrapper .nav-social,
#heading.sixth-nav .nav-wrapper .side-woocommerce  {
    display: none;
}

/*  2.3 - Header Layout 2
/* ------------------------------------------------------------------------- */
#heading.second-nav .nav-wrapper .container {
    position: relative;
}

#heading.second-nav .navigation, #heading.second-nav .nav-search, #heading.second-nav .sidefeed-toggle {
    float: right;
}

#heading.second-nav .logo-wrapper img {
    max-height: 60px;
    width: auto;
}

#heading.second-nav .logo-wrapper,
#heading.second-nav .navigation > ul > li > a,
#heading.second-nav .nav-social li a,
#heading.second-nav .nav-search i,
#heading.second-nav .mobile-navigation i,
#heading.second-nav .side-woocommerce .fa{
    display: inline-block;
    line-height: 60px;
}

#heading.second-nav .mobile-menu {
    top: 60px;
}

#heading.second-nav .nav-search,
#heading.second-nav .sidefeed-toggle,
#heading.second-nav .side-woocommerce {
    position: relative;
    border-left: 0;
    border-right: 0;
}
#heading.second-nav .nav-search:before,
#heading.second-nav .sidefeed-toggle:before,
#heading.second-nav .side-woocommerce:before{
    content: '';
    height: 15px;
    position: absolute;
    border-left: 1px solid #eaeaea;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#heading.second-nav .sidefeed-toggle {
    margin-right: -10px;
    margin-left: 10px;
}

#heading.second-nav .sidefeed-toggle .fa {
    width: 60px;
    line-height: 60px;
}

#heading.second-nav .logo-wrapper a {
    display: block;
    margin-top: -1px;
}

/*  2.4 - Header Layout 3 & 4
/* ------------------------------------------------------------------------- */
#heading.third-nav .logo-wrapper {
    text-align: center;
    padding: 50px 0;
}

#heading.four-nav .logo-wrapper {
    display: inline-block;
    padding: 55px 0;
    width: 438px;
}
.boxed #heading.four-nav .logo-wrapper {
    width: 388px;
}
#heading.four-nav .logo-wrapper img, #heading.fifth-nav .logo-wrapper img {
    max-width: 240px;
}

#heading.third-nav .nav-wrapper,
#heading.four-nav .nav-wrapper {
    border-top: 1px solid #eaeaea;
}

#heading.third-nav .navigation {
    float: left;
}

#heading.third-nav .nav-social,
#heading.four-nav .nav-social{
    float: right;
}

#heading.four-nav .navigation {
    float: left;
}

#heading.third-nav .nav-search ,
#heading.four-nav .nav-search {
    float: right;
}

#heading.third-nav .nav-social li a,
#heading.four-nav .nav-social li a {
    display: block;
}

#heading.four-nav .iklan-wrapper {
    display: inline-block;
    vertical-align: middle;
}

#heading.third-nav .nav-container .container,
#heading.four-nav .nav-container .container {
    position: relative;
}

/*  2.5 - Sticky Navigation
/* ------------------------------------------------------------------------- */
.sticky .nav-helper {
    height: 50px;
}

.nav-helper {
    height: 0;
    display: block;
    position: relative;
    content: " ";
}

.sticky .nav-container {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.sticky .nav-wrapper {
    background: #fff;
    -webkit-transition: 0.35s ease-in;
    -o-transition: 0.35s ease-in;
    transition: 0.35s ease-in;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.boxed  .nav-container .nav-wrapper {
    width: 1180px;
    margin: 0 auto;
}

.nav-wrapper {
    position: relative;
    z-index: 11;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
}


/* ------------------------------------------------------------------------- *
 *  3 - SLIDER
/* ------------------------------------------------------------------------- */
#slider {
    clear: both;
    position: relative;
    top: 0;
    overflow: hidden;
}

/*  3.1 - Full Slider
/* ------------------------------------------------------------------------- */
.fullslider  .flex-viewport {
    overflow: visible !important;
}

.fullslider .container {
    padding: 0 40px;
    box-sizing: border-box;
}

.fullslider .flexslider {
    border: 0;
    box-shadow: none;
    min-height: 100px;
    margin: 0 auto;
}

.full .fullslider .flexslider {
    max-width: 80%;
}

.fullslider .flexslider .slides img {
    max-height: 667px;
}

.fullslider .flex-direction-nav a {
    width: 100%;
    height: 100%;
    top: 0;
    margin: 0;
    opacity: 1;
}

.fullslider .flex-direction-nav a.flex-next {
    left: 100%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 58%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 58%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.fullslider .flex-direction-nav a.flex-prev {
    left: -100%;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 42%, rgba(255,255,255,1) 55%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 42%,rgba(255,255,255,1) 55%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.fullslider .flexslider .slides > li {
    position: relative;
    opacity: 0.25;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.fullslider .flexslider .slides > li.flex-active-slide {
    opacity: 1;
}

.fullslider .flexslider .slides > li article {
    position: relative;
}

.full .fullslider .flexslider .slides > li article {
    margin: 0;
}

.fullslider .slider-excerpt:before,
.fullslider .slider-excerpt:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fullslider .slider-excerpt {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 25px;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease 0.2s;
    -o-transition: 0.3s ease 0.2s;
    transition: 0.3s ease 0.2s;
}

.fullslider .slider-excerpt:before {
    width: calc(100% + 8px);
    -webkit-transform: translate(-4px,0);
    -ms-transform: translate(-4px,0);
    transform: translate(-4px,0);
}
.fullslider .slider-excerpt:after {
    height: calc(100% + 8px);
    -webkit-transform: translate(0,-4px);
    -ms-transform: translate(0,-4px);
    transform: translate(0,-4px);
}

.fullslider .slider-excerpt.show-excerpt {
    opacity: 1;
    top: 50%;
}

.fullslider .slider-excerpt h2 {
    font-size: 24px;
    font-weight: bold;
    width: 86%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fullslider .slider-excerpt h2:after {
    content: '';
    position: relative;
    width: 50px;
    height: 1px;
    border-top: 2px solid #b99d5b;
    display: block;
    margin: 15px auto;
}

.fullslider .slider-excerpt h2 a {
    color: #000;
}

.fullslider .slider-excerpt .meta-category {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
}

.boxed .fullslider {
    overflow: hidden;
    margin-top: 30px;
}

.boxed .fullslider .flexslider {
    overflow: hidden;
    border-radius: 0;
    margin: 0 0 30px;
}

.boxed .fullslider .flex-viewport {
    overflow: hidden !important;
}

.boxed .fullslider .container {
    padding: 0;
}

.boxed .fullslider .flex-direction-nav a {
    background: #fafafa;
    width: 50px;
    height: 50px;
    top: 40%;
    margin-top: -10px;
    text-align: center;
    opacity: 0;
    color: #666;
}

.boxed .fullslider .flex-direction-nav a.flex-prev {
    left: -50px;
}

.boxed .fullslider .flex-direction-nav a.flex-next {
    right: -50px;
    left: auto;
}

.boxed .fullslider .flex-direction-nav a:before {
    font-size: 20px;
    display: block;
    line-height: 50px;
}

.boxed .fullslider .flex-direction-nav a.flex-prev:before {
    margin-left: 12px;
}

.boxed .fullslider .flex-direction-nav a.flex-next:before {
    margin-right: 12px;
}

.boxed .fullslider:hover .flex-direction-nav a.flex-prev  {
    opacity: 1;
    left: -22px;
}

.boxed .fullslider:hover .flex-direction-nav a.flex-next{
    opacity: 1;
    right: -22px;
}

/*  3.2 - Highlight Slider
/* ------------------------------------------------------------------------- */
.highlightslider .container {
    overflow: hidden;
}

.highlightslider .flexslider {
    box-shadow: none;
    margin: 40px 0 30px;
    border: none;
}

.highlightslider .flexslider img {
    max-height: 635px;
}


.highlightslider .flexslider article {
    position: relative;
}

.highlightslider .slide-overlay {
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    text-align: center;
    z-index: 1;
}

.highlightslider .flexslider:hover .slide-overlay {
    background: rgba(0,0,0,0.5);
}

.highlightslider .slide-overlay:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.highlightslider .slider-excerpt {
    vertical-align: middle;
    display: inline-block;
    z-index: 100;
    text-align: center;
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 30px;
    opacity: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.3s ease 0.2s;
    -o-transition: 0.3s ease 0.2s;
    transition: 0.3s ease 0.2s;
}

.highlightslider .slider-excerpt a {color: #000;}

.highlightslider .slider-excerpt h2 {
    font-size: 26px;
    font-weight: bold;
    width: 90%;
    margin: 10px auto 0;
}

.highlightslider .slider-excerpt .line {
    display: block;
    height: 1px;
    width: 50px;
    background: #b99d5b;
    margin: 20px auto;
    position: relative;
    right: -10px;
}

.highlightslider .slider-excerpt .line:before,
.highlightslider .slider-excerpt .line:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #b99d5b;
}
.highlightslider .slider-excerpt .line:before {top: -2px; left: -15px;}
.highlightslider .slider-excerpt .line:after {bottom: -2px; left: -25px;}

.highlightslider .slider-excerpt p {
    max-width: 75%;
    margin: 1em auto;
    font-size: 13px;
}

.highlightslider .readmore {
    margin: 10px 0;
    padding: 8px 20px;
    display: inline-block;
    font-size: 11px;
    color: #000;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #b99d5b;
    font-weight: bold;
}
.highlightslider .readmore:hover {
    color: #b99d5b;
}

.highlightslider .flex-direction-nav a {
    border: 2px solid #fff;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -18px;
    text-align: center;
    opacity: 1;
    color: #fff;
    text-shadow: none;
    border-radius: 100%;
}

.highlightslider .flex-direction-nav a.flex-prev {
    left: -36px;
}

.highlightslider .flex-direction-nav a.flex-next {
    right: -36px;
    left: auto;
}

.highlightslider .flex-direction-nav a:before {
    font-size: 20px;
    display: block;
    line-height: 32px;
}

.highlightslider:hover .flex-direction-nav a.flex-prev  {
    opacity: 1;
    left: 15px;
}

.highlightslider:hover .flex-direction-nav a.flex-next{
    opacity: 1;
    right: 15px;
}

/*  3.3 - Stack Slider
/* ------------------------------------------------------------------------- */
.stackcontent {
    margin-top: 30px;
    margin-bottom: 20px;
}

.firststack > div , .secondstack > div  {
    overflow: hidden;
    margin: 15px 7px;
}

.firststack {
    width: 65%;
}

.firststack-first {
    height: 430px;
}

.firststack-second {
    height: 293px;
}

.secondstack {
    width: 35%;
}

.firststack, .secondstack {
    float: left;;
}

.secondstack-first, .secondstack-second, .secondstack-third {
    height: 236px;
}

.childstack .stackbg, .childstack > a {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    display: block;
}

.childstack .stackbg {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.childstack:hover .stackbg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);

    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
}

.stackwrapper {
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: 20px;
    padding: 20px 30px;
    color: #000;
    background: #fff;
    z-index: 2;
}

.stackwrapper h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

.firststack .stackwrapper h2 {
    width: 80%;
}

.stackwrapper .stackmeta {
    font-size: 10px;
    color: #999;
    font-style: italic;
    display: block;
    clear: both;
    margin-top: 10px;
}

.stackwrapper .stackmeta strong {
    font-style: normal;
    color: #4a4949;
    padding: 0 2px;
}

.firststack-second .stackwrapper h2 {
    font-size: 24px;
}

.secondstack .stackwrapper h2 {
    font-size: 20px;
}

.secondstack .stackwrapper {
    padding: 20px;
}


.stackcontent.transparent .childstack > a:after {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(102,102,102,0.46) 30%, rgba(0,0,0,0.65) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(30%,rgba(102,102,102,0.46)), color-stop(100%,rgba(0,0,0,0.65)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,102,102,0.46) 30%,rgba(0,0,0,0.65) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,102,102,0.46) 30%,rgba(0,0,0,0.65) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(102,102,102,0.46) 30%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(102,102,102,0.46) 30%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.stackcontent.transparent .stackwrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 30px 40px;
    color: #fff;
    z-index: 2;
    background: transparent;
}

.stackcontent.transparent .secondstack .stackwrapper {
    padding: 20px;
}

.stackcontent.transparent .stackwrapper .stackmeta strong {
    color: #fff;
}

.stackcontent.transparent .stackwrapper .stackmeta {
    color: #ddd;
}

/* ------------------------------------------------------------------------- *
 *  4 - POPULAR POST
/* ------------------------------------------------------------------------- */
#popular-post  {
    padding: 25px 0;
    margin-bottom: 20px;
    overflow: hidden;
}

#popular-category {
    padding: 25px 0;
    overflow: hidden;
}

#popular-post .container {
    overflow: hidden;
}

#popular-slider .item {
    text-align: center;
    float: left;
}

#popular-slider .owl-wrapper .item {
    width: auto;
    float: none;
}

#popular-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}

.article-masonry-container .masonry-excerpt {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 25px;
    padding: 20px;
    background: #fff;
}


#popular-post .popular-excerpt {
    margin-top: -50px;
    display: inline-block;
    width: 90%;
    background: white;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

#popular-post .popular-excerpt .content-meta {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
}

#popular-post .popular-excerpt h3 {
    font-size: 16px;
    font-weight: bold;
}

#popular-post .popular-excerpt h3 a {
    color: #000;
}

#popular-post .owl-nav {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}

#popular-post .owl-nav:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    border-bottom: 1px dotted #e2e2e2;
    left: 0;
    top: 50%;
    z-index: -1;
}

#popular-post .owl-nav div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;

    border-radius: 0;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 10px;
    font-weight: bold;
    opacity: 1;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 55px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

#popular-post .owl-nav div:after {
    display: block;
    font-family: "FontAwesome", serif;
}

#popular-post .owl-nav div.owl-prev:after {
    content: "\f104";
}

#popular-post .owl-nav div.owl-next:after {
    content: "\f105";
}

#popular-post .owl-nav div:hover {
    color: #b99d5b;
    border-color:#b99d5b;
}


/* ------------------------------------------------------------------------- *
 *  6 - POST
/* ------------------------------------------------------------------------- */

/*  6.1 - Short Content Type
/* ------------------------------------------------------------------------- */
.fullwidth .post-container .main-post  {
    width: 100%;
    padding-top: 10px;
}

.fullwidth .post-container .sidebar {
    display: none;
}

.single .main-post {margin-bottom: 60px;}

.normal .post-container .main-post {
    width: 810px;
    float: left;
    margin-right: 30px;
    padding-top: 10px;
}
.boxed .normal .post-container .main-post { width: 770px; }

.post-container .sidebar, .post-container .sidebar-container  {
    width: 320px;
    float: right;
    -webkit-backface-visibility: hidden;
}

.post-container .sidebar-container aside:first-child {
    margin-top: 15px;
}

.post-container .sidebar-container aside:last-child {
    margin-bottom: 20px;
}

.post-container .sidebar {
    position: relative;
}

.post-container .sidebar aside {
    padding: 15px 0;
}

.content-meta span:after {
    content: "•";
    padding: 0 5px 0 8px;
    position: relative;
}

.content-meta span:last-child:after {
    display: none;
}

/*** Post Meta Bottom ***/
.content-meta-bottom {
    font-size: 11px;
    color: #b3b3b3;
}
.content-meta-bottom > div {
    display: inline-block;
    padding: 5px 0px;
    margin: 0 -2px 20px 0;
    width: 33%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #eaeaea;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content-meta-bottom > div:last-child {
    border-right: none;
}

.content-meta-bottom a {
    color: #000;
}

/*** Meta Share ***/
.social-sharing > div {
    display: inline-block;
    font-size: 13px;
    padding: 0 5px;
}

article.short-content {
    margin-bottom: 80px;
    padding: 15px 0 0;
    margin-top: 10px;
}

article.short-content .entry  {
    padding: 0;
    margin: 0 auto 35px;
    text-align: justify;
}

article.short-content:last-child{
    border-bottom: none;
}

article.short-content .sharing-wrapper.bottom {
    margin: 10px 0 20px;
}

article.short-content:last-child {
    border-bottom: none;
    padding-bottom: 30px;
}

article .content-meta {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
}

article .feature-holder {
    margin: 30px 0 30px;
    position: relative;
}

article .feature-holder img {
    width: 100%;
}

.blog-masonry-wrapper article .feature-holder {
    margin: 0;
}

.blog-masonry-wrapper {
    margin: 0 0px;
}

article[data-article-type="gallery"] .feature-holder{
    margin-bottom: 0;
}

article[data-article-type="gallery"] .entry {
    margin-top: 8px;
}

article .readmore-wrap {
    margin-top: 30px;
    text-align: center;
}

a.readmore {
    padding: 8px 20px;
    display: inline-block;
    font-size: 11px;
    color: #000;
    border: none;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    border: 1px solid #b99d5b;
    font-weight: bold;
}

a.readmore:hover {
    color: #b99d5b;
}

article .content-header-single {
    text-align: center;
    margin-bottom: 30px;
}

article h1.content-title,
article h2.content-title {
    line-height: 1.2em;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

article .content-title a {
    color: #000;
    font-size: 33px;
}

article .content-title em, article .content-title i {
    font-style: italic;
}
article .content-title strong, article .content-title b {
    font-weight: bolder;
}

article.short-content .entry p {
    padding: 0 20px;
    margin: 0;
}

article .line {
    width: 40px;
    height: 1px;
    display: block;
    margin: 0 auto 10px;
}

.content-separator {
    display: block;
    height: 2px;
    width: 50px;
    background: #b99d5b;
    margin: 30px auto 0;
    position: relative;
}


/*  6.2 - Flexslider Post Gallery
/* ------------------------------------------------------------------------- */
article .flexslider {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 20px;
    padding: 0 0 0px;
    overflow: hidden;
}

article .flex-control-nav {
    bottom: 60px;
}

article .flex-viewport {
    overflow: hidden;
}

article .flex-direction-nav a {
    background: #fff;
    width: 50px;
    height: 50px;
    top: 50%;
    margin-top: -30px;
    text-align: center;
    color: #666;
}

.article-masonry-wrapper .flex-direction-nav a {
    margin-top: -40px;
    width: 40px;
    height: 40px;
}

.article-masonry-wrapper .flex-direction-nav a.flex-next:before {
    margin-right: 23px;
}

.article-masonry-wrapper .flex-direction-nav a:before {
    font-size: 24px;
    line-height: 40px;
}

article .flex-direction-nav a.flex-prev {
    left: -50px;
}

article .flex-direction-nav a.flex-next {
    right: -50px;
    left: auto;
}

article .flex-direction-nav a:before {
    font-size: 22px;
    display: block;
    line-height: 50px;
}

article .flex-direction-nav a.flex-prev:before {
    margin-left: 18px;
}

article .flex-direction-nav a.flex-next:before {
    margin-right: 27px;
}

article .flexslider:hover .flex-direction-nav a.flex-prev  {
    left: -20px;
}

article .flexslider:hover .flex-direction-nav a.flex-next {
    right: -20px;
}

.flex-control-paging {
    z-index: 2;
}
.flex-control-paging li a {
    display: block;
    outline: 0;
    background: transparent;
    box-shadow: none;
    border: 2px solid #fff;
    height: 8px;
    width: 8px;
    border-radius: 100% !important;
    overflow: hidden;
    opacity: 0.7;

    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
    background: #b99d5b;
    border: 2px solid #b99d5b;
}

/*
article .flexslider:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0;

    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
*/

article .flexslider:hover:before {
    opacity: 0.4;
}


/* ------------------------------------------------------------------------- *
 *  7 - WIDGET & SIDEBAR
/* ------------------------------------------------------------------------- */

/*  7.1 - Popular Post Widget
/* ------------------------------------------------------------------------- */
.popular-post-widget article {
    border-bottom: 1px solid #DDD;
    content: "";
    clear: both;
    padding: 10px 0;
}

.popular-post-widget article:last-child {
    border-bottom: none;
}

.popular-post-widget img {
    max-width: 80px;
    float: left;
    padding-right: 10px;
}

.popular-post-widget span {
    font-size: 11px;
    color: #999;

}

.popular-post-widget h2 {
    font-size: 13px;
    line-height: 1.6em;
}

/*  7.2 - About Me widget
/* ------------------------------------------------------------------------- */
.about-me-widget {
    text-align: center;
}

.about-description {
    margin-top: 20px;
}
.about-me-widget p, .about-description {
    font-size: 12px;
}

/*  7.3 - Additional General
/* ------------------------------------------------------------------------- */
.line-heading {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
    overflow: hidden;
}

.line-heading-single {
    width: 100%;
    height: 1px;
    display: block;
    padding-top: 20px;
}

.videocontent {
    width:80%;
    max-width: 640px;
    margin: 0 auto;
}

.video-container, .music-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
}

.video-container iframe, .video-container object, .video-container embed, .video-container video,
.music-container iframe, .music-container object, .music-container embed, .music-container video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.music-container {
    padding-bottom: 22%;
}

#twitter-widget iframe {
    width: 100% !important;
}

.blog-sidebar-square-ads {
    text-align: center;
}

/*  7.4 - Social Widget
/* ------------------------------------------------------------------------- */
.widget .jeg-social-widget ul {
    margin-bottom: 0;
}
.widget_sukawati_social_widget .jeg-social-widget ul li {
    display: inline-block;
    border: 0;
    padding: 0;
    margin: 6px 6px 6px 0;
}
.jeg-social-widget.text-center {
    text-align: center;
}
.jeg-social-widget li a {
    color: #000;
    display: block;
    font-size: 16px;
    min-width: 26px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.jeg-social-widget li a:hover {
    color: #b99d5b;
}

/*  7.5 - Common Sidebar
/* ------------------------------------------------------------------------- */
.widget p {
    padding: 10px 0;
}

.widget a {
    color: #000;
}

.widget a:hover {
    text-decoration: underline;
}

.widget .widget-title {
    color: #000;
    border-bottom: 2px solid #b99d5b;
    display: block;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.widget ul, .footerwidget ul { margin: 0 0 15px 0; }
.widget ol ol, .footerwidget ol ol,
.widget ol ul, .footerwidget ol ul,
.widget ul ul, .footerwidget ul ul,
.widget ul ol, .footerwidget ul ol { margin-bottom: 0; }
.widget li, .footerwidget li {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px dotted #eaeaea;
}
.widget li:last-child, .footerwidget li:last-child {
    border-bottom: 0;
}

.widget ul li, .footerwidget ul li,
.widget ol ul li, .footerwidget ol ul li { list-style: square; }
.widget ol li, .footerwidget ol li
.widget ol ul ol li, .footerwidget ol ul ol li { list-style: decimal; }
.widget ul li, .footerwidget ul li { list-style: none; }


.widget .widget-content-wrapper {
    padding: 0;
}

aside.widget > form,
aside.widget > ul,
aside.widget > ol,
aside.widget > div{
}

aside.widget.widget_search input {
    width: 100%;
    padding-right: 40px;
}

aside.widget select{
    width: 100%;
}

.widget.widget_mc4wp_widget input {
    width: 100% !important;
}

.widget .mc4wp-form input[type="text"], .widget .mc4wp-form input[type="email"] {
    width: 200px;
    display: inline;
}

/*  7.6 - Calendar Widget
/* ------------------------------------------------------------------------- */
.widget_calendar table {
    line-height: 2;
    margin: 0;
}

.widget_calendar caption {
    line-height: 1.7;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

.widget_calendar thead th {
    font-size: 11px;
}
.widget_calendar tbody td,
.widget_calendar thead th {
    text-align: center;
    border: 1px solid #fff;
    color: #999;
}

.widget_calendar tbody td#today {
    background: #777;
    color: #fff;
}

.widget_calendar tbody tr { background: transparent; }
.widget_calendar tbody td { background: #f7f7f7; }
.widget_calendar tbody .pad { background: transparent; }
.widget_calendar tbody a {
    color: #555;
    display: block;
}

.widget_calendar tbody a:hover {
    color: #000;
}

.widget_calendar tfoot td {
    text-transform: uppercase;
    border: 0;
    font-size: 11px;
    padding: 10px;
}

.widget_calendar #prev { text-align: left; }
.widget_calendar #next { text-align: right; }
.widget_calendar table th { font-weight: normal; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.widget_search form {
    position: relative;
}

.sixth-nav .nav-header form:after,
.widget_search form:after {
    display: block;
    position: absolute;
    content: "\f002";
    font-family: "FontAwesome", serif;
    right: 0;
    width: 40px;
    text-align: center;
    top: 0;
    line-height: 41px;
    font-size: 15px;
    color: #b3b3b3;
}

.widget_tag_cloud a, .tag-wrapper > a {
    font-size: 9px !important;
    letter-spacing: 0.15em;
    line-height: normal;
    text-transform: uppercase;
    background: #f6f6f6;
    padding: 5px 10px;
    color: #777;
    display: inline-block;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

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

#pinterest-widget > span {
    text-align: center;
    display: block !important;
    box-shadow: none !important;
    border: 3px solid #dddddd;
    border-radius: 0 !important;
}

.widget_categories .screen-reader-text,
.widget_archive .screen-reader-text {
    display: none;
}

.widget_categories li {
    color: #b3b3b3;
}

.widget .pw-widget > span {
    width: 100%;
    border: 1px solid rgb(237, 237, 237);
    box-shadow: none;
}

.widget_sukawati_about_me .text-center {
    text-align: center;
}
.widget_sukawati_about_me a {
    color: #b99d5b;
}

.widget.widget_sukawati_last_post ul {
    margin: 0;
    list-style: none;
}

.widget.widget_sukawati_last_post ul li {
    list-style: none;
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: none;
}

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

.widget.widget_sukawati_last_post .feature-holder {
    float: left;
    max-width: 70%;
    padding-top: 3px;
    overflow: hidden;
}

.widget.widget_sukawati_last_post h3 {
    font-size: 14px;
    font-weight: bold;
}

.widget.widget_sukawati_last_post .feature-summary {
    position: absolute;
    left: 25%;
    background: white;
    padding: 10px 15px;
    bottom: 10px;
}

.widget.widget_sukawati_last_post .meta-date {
    font-size: 10px;
    color: #b3b3b3;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.widget .latest-post-item {
    position: relative;
}

/*
.widget.widget_sukawati_last_post .latest-post-item.even .feature-holder {
    float: right;
}

.widget.widget_sukawati_last_post .latest-post-item.even .feature-summary {
    left: 0;
    width: 75%;
}
*/


/* ------------------------------------------------------------------------- *
 *  8 - ELEMENTS
/* ------------------------------------------------------------------------- */

/*  8.1 - Forms
/* ------------------------------------------------------------------------- */
input,
textarea,
button,
select,
label {
    font-size: 13px;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="submit"],
button,
textarea {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio;
}
label {
    font-weight: 600;
    color: #444;
}
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    background: #fff;
    border: 1px solid #eaeaea;
    color: #000;
    display: block;
    max-width: 100%;
    outline: none;
    padding: 0 10px;
    line-height: 41px;
    height: 41px;
    width: 270px;
}
textarea {
    width: 80%;
    height: auto;
    line-height: 1.6em;
    padding: 6px 10px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #000;
    border-color: #000;
}
label .required {
    color: #333;
}
input[type="submit"],
button[type="submit"] {
    border: 1px solid #000;
    background: #000;
    color: #fff;
    padding: 0 15px;
    line-height: 41px;
    height: 41px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.15em;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
    background: #b99d5b;
    border-color: #b99d5b;
}
select {
    padding: 5px;
}

/*  8.2 - Comment
/* ------------------------------------------------------------------------- */
.comment-wrapper h3.heading {
    text-align: center;
    letter-spacing: 0.1em;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px dotted #eaeaea;
    padding: 20px 0;
}

.comment-tab {
    margin-top: 40px;
}

.commentlist, .pinglist { margin-bottom: 20px; }
.commentlist li, .pinglist li { padding-left: 70px;  }
.commentlist .comment-body, .pinglist li  { clear: both; position: relative; line-height: 1.6em; font-size: 14px; margin-bottom: 35px; }
.commentlist .comment-author,
.commentlist .comment-meta,
.commentlist .comment-awaiting-moderation { font-size: 14px; display: inline-block; line-height: 22px; }
.commentlist .comment-author { margin-right: 6px; margin-bottom: 10px; }
.commentlist .fn, .pinglist .ping-link { color: #000; font-size: 14px; font-style: normal; font-weight: bold; }
.commentlist .says { display: none; }
.commentlist .avatar { position: absolute; left: -70px; top: 0; width: 52px; height: 52px; -webkit-border-radius: 3px; border-radius: 100%; }
.commentlist .comment-meta:before, .pinglist .ping-meta:before { color: #ccc; content: "\f017"; font-family: FontAwesome; font-size: 10px; margin-right: 3px; vertical-align: 4%; }
.commentlist .comment-meta a, .pinglist .ping-meta { color: #b3b3b3; font-size: 12px; }
.commentlist .reply a {
    color: #fff;
    background: #000;
    padding: 5px 7px;
    line-height: normal;
    font-size: 9px;
    display: inline-block;
}
.commentlist .reply a:hover { background: #b99d5b; }
.comment-awaiting-moderation { color: #b3b3b3; font-style: normal; }

/*** Pings ***/
.pinglist li { padding-left: 0; }
.pinglist .ping-meta { font-size: 13px; line-height: 22px; }

/*** Comment text ***/
.commentlist .comment-body p { margin-bottom: 8px; color: #666; clear: both; }
.commentlist .comment-body strong { font-weight: bold; }
.commentlist .comment-body em { font-style: italic; }
.commentlist .comment-body ol li { list-style: decimal; margin-left: 2em; padding: 0; }
.commentlist .comment-body ul li { list-style: square; margin-left: 2em; padding: 0; }

/*** Child comment ***/
.commentlist li ul {  }
.commentlist li li { padding-left: 48px; margin: 0; }
.commentlist li li .avatar { width: 36px; height: 36px; left: -48px; top: 0; }
.commentlist li li .comment-meta { left: 70px; }

/*** Comments Nav ***/
.comments-nav { margin-bottom: 20px; padding: 10px 0; border-top: 2px solid #eee; border-bottom: 2px solid #eee; }
.comments-nav a { font-weight: 600; }
.comments-nav .nav-previous { float: left; }
.comments-nav .nav-next { float: right;  }

/*** Comments Form ***/
.logged-in-as,
.comment-notes,
.form-allowed-tags { display: none; }
#respond {
    position: relative;
    padding-bottom: 30px;
    margin-top: 30px;
}

#respond h3 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px dotted #eaeaea;
    padding-top: 20px;
}

#reply-title { margin-bottom: 20px; }
li #reply-title { font-size: 0; margin: 0!important; padding: 0; height: 0; border-top: 0; }
#cancel-comment-reply-link {
    color: #b3b3b3;
    font-weight: normal;
    display: block;
    font-size: 13px;
    position: absolute;
    right: 20px;
    bottom: 47px;
}
#cancel-comment-reply-link:hover { color: #000; }
#commentform {
    margin-bottom: 20px;
}
#commentform p.comment-form-author { width: 48%; float: left; }
#commentform p.comment-form-email { width: 48%; float: right; }
#commentform p.comment-form-url,
#commentform p.comment-form-comment { clear: both; }
#commentform label { padding: 6px 0; font-weight: normal; display: block; }
#commentform input[type="text"],
#commentform textarea { max-width: 100%; width: 100%; }
#commentform textarea { height: 9.2em; }
#commentform p.form-submit { margin-top: 20px; }
.logged-in #commentform p.comment-form-comment { margin-top: 10px; }
.logged-in #commentform p.comment-form-comment label { display: none; }

.heading, #reply-title {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 1em;
}

#comments h1, #comments h2, #comments h3, #comments h4, #comments h5, #comments h6 { clear: both; }

li.comment > #respond {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

li.comment > #respond h3 {
    border-bottom: none;
}

p.no-comments {
    background: #fafafa;
    border: 1px solid #f4f4f4;
    padding: 0.5em 1em;
}

#disqus_thread {margin-top: 30px;}

/* Post Password Form */
.post-password-form input[type="submit"] {
    margin-top: 20px;
}

/*  8.3 - Table
/* ------------------------------------------------------------------------- */
table { font-size: 14px; margin-bottom: 20px; width: 100%; }
table td { border-bottom: 1px dotted #eaeaea; text-align: left; padding: 9px; vertical-align: middle; }
table thead tr { background: none !important; }
table th { background: #f6f6f6; padding: 9px; color: #777; font-size: 12px; font-weight: bold; }

/*  8.4 - WP Essentials
/* ------------------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto }
.wp-caption { max-width: 100%; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; padding: 0; width: auto; }
.wp-caption p.wp-caption-text {
    color: #b3b3b3;
    font-style: italic;
    font-size: 11px;
    line-height: 1.6em;
    margin: 10px 0 20px;
    padding: 0 10px;
}
article.short-content.sticky {
    padding: 20px;
    background: #f6f6f6;
    border-radius: 5px;
}
article.short-content.sticky .readmore-wrap {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    background: none;
}
.gallery-caption { }
.bypostauthor { }

/*  8.5 - Gallery
/* ------------------------------------------------------------------------- */
.gallery { clear: both; overflow: hidden; width: 100%; margin: 15px 0!important; }
.gallery img { display: block; width: 100%; height: auto; border: none !important; }
.gallery .gallery-item { position: relative; overflow: hidden; border-color: transparent; margin: 0!important; }

.gallery-thumbnail-3 .gallery-item { width: 33%; }
.gallery-thumbnail-4 .gallery-item { width: 25%; }
.gallery-thumbnail-5 .gallery-item { width: 20%; }

.entry .gallery:after {
    content: "";
    clear: both;
    display: block;
    margin-bottom: 25px;
}

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16%; }
.gallery-columns-7 .gallery-item { width: 14%; }
.gallery-columns-8 .gallery-item { width: 12%; }
.gallery-columns-9 .gallery-item { width: 11%; }

.entry .gallery-item a {
    border: none;
    padding: 0;
}

.entry .gallery-item img {
    width: 100%;
}

.entry .gallery .gallery-item:hover .gallery-caption  { bottom: 0; }

.gallery-item .gallery-icon {
    padding: 5px;
}

.gallery-item {
    float: left;
    overflow: hidden;
    position: relative;
}

.gallery .gallery-caption {
    background: rgba(255,255,255,0.8);
    color: #2e2f34;
    font-size: 11px;
    line-height: 1.5em;
    padding: 10px 15px;
    font-style: normal;
    margin: 0;
    bottom: -42px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-align: center;
}

.gallery-item {
    float: left;
    overflow: hidden;
    position: relative;
}

.gallery-item .overlay {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    opacity: 0;
}

.gallery-item .overlay i {
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: lighter;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    margin-top: 0px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
}

.gallery-item .overlay:hover {
    opacity: 1;
}

.gallery-item .overlay:hover i {
    margin-top: -20px;
}

.gallery-item .overlay, .gallery-item .overlay:hover,
.gallery-item .overlay i, .gallery-item .overlay:hover i{
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/* Attachment */
.entry .attachment { text-indent: 0 }

/*  8.6 - Shortcode
/* ------------------------------------------------------------------------- */
.entry h1,.entry h2,.entry h3,.entry h4,.entry h5,.entry h6  { color: #000; margin: 1em 0 0.5em 0; }
.entry h1 span,.entry h2 span,.entry h3 span,.entry h4 span,.entry h5 span,.entry h6 span { color: #777; }
.entry h1 { font-size: 38px; line-height: 1.3846153846; }
.entry h2 { font-size: 34px; line-height: 1; }
.entry h3 { font-size: 28px; line-height: 1.0909090909; }
.entry h4 { font-size: 24px; line-height: 1.2; }
.entry h5 { font-size: 20px; line-height: 1.3333333333; }
.entry h6 { font-size: 18px; line-height: 1.5;}
.entry p { margin-bottom: 20px; }

p.lead {
    font-size: 20px;
    line-height: 1.8em;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: justify;
    text-indent: 0;
}
.jeg-dropcap {
    display: inline-block;
    font-size: 40px;
    padding-right: 5px;
    position: relative;
    top: 3px;
}

.entry b, .entry strong { font-weight: bold; }
.entry em, .entry cite { font-style: italic; }
.entry ul, .entry ol { margin: 0 0 15px 30px; }
.entry ol ol,
.entry ol ul,
.entry ul ul,
.entry ul ol { margin-bottom: 0; }
.entry li { margin: 5px 0; }
.entry ul li,
.entry ol ul li { list-style: square; }
.entry ol li,
.entry ol ul ol li { list-style: decimal; }
.entry dt { color: #000; font-weight: 600;}
.entry dd { margin-bottom: 20px; }

.entry ins { background: #fff486; }
.entry sub,.entry sup { font-size: 62.5%; }
.entry sub { vertical-align: sub; }
.entry sup { vertical-align: super; }

.entry li > ul, .entry li > ol {
    margin: 0 0 0 20px;
}

.entry blockquote {
    color: #777;
    font-size: 24px;
    line-height: 1.6em;
    padding: 20px 0;
    border-top: 1px dotted #eaeaea;
    border-bottom: 1px dotted #eaeaea;
    margin: 60px 0 40px;
    position: relative;
}
.entry blockquote:after {
    content: "“";
    font-family: serif;
    color: #b3b3b3;
    position: absolute;
    font-size: 130px;
    top: 5px;
    left: 0px;
}

.entry blockquote:before {
    content: '';
    border-top: 1px solid #fff;
    width: 70px;
    position: absolute;
    top: -1px;
    left: 0;
}

.entry blockquote p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-indent: 0;
}

.entry address {
    font-style: italic;
    margin-bottom: 24px;
}

.entry pre {
    font-size: 12px;
    background: #f6f6f6;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

hr {
    border: 0;
    border-bottom: 1px solid #eaeaea;
    clear: both;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
    line-height: 1.6;
}

.entry img.aligncenter {
    margin: 20px auto;
}

.entry .highlight {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    margin: 0 5px;
    padding: 3px 7px;
}


.entry p img {
    width: auto;
    max-width: 100%;
}

/*  8.7 - Related Post
/* ------------------------------------------------------------------------- */
#related-post {
    border-top: 1px dotted #eaeaea;
    padding: 20px 0;
    text-align: center;
}

#related-post .meta-article-header {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.related-post-bottom {
    padding: 20px 0;
}

.related-excerpt {
    padding-top: 15px;
}

#related-post h3 {
    font-size: 14px;
    padding-top: 5px;
    font-weight: bold;
}

#related-post a {
    color: #000;
}

#related-post .content-meta {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 1.6em;
}
#related-post .content-meta a {
    color: #b99d5b;
}

/*  8.8 - Previous / Next Post
/* ------------------------------------------------------------------------- */
.prevnext-post {
    display: table;
    width: 100%;
}

.prevnext-post .post {
    color: #000;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 10px 30px 20px;
}

.prevnext-post .next-post {
    border-left: 1px solid #eaeaea;
}

.prevnext-post span {
    font-size: 10px;
    color: #b3b3b3;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.prevnext-post h3 {
    font-size: 16px;
    font-weight: bold;
}

/*  8.9 - Social Share
/* ------------------------------------------------------------------------- */
.sharing-wrapper .meta-article-header {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.social-sharing {
     display: inline-block;
}

.sharing-wrapper {
    text-align: center;
    border-top: 1px dotted #eaeaea;
    border-bottom: 1px dotted #eaeaea;
    margin: 20px auto 30px;
    padding: 10px 0;
}

.sharing-wrapper .social-sharing > div {
    display: inline-block;
    font-size: 18px;
    padding: 0 7px;
}
.social-sharing a {
    color: #000;
}

/*  8.10 - Aside Post
/* ------------------------------------------------------------------------- */
.aside-post {
    float: right;
    font-size: 12px;
    width: 30%;
    margin: 5px 0 1em 2em;
    position: relative;
    z-index: 1;
    line-height: 1.8em;
}
.entry h6.aside-heading {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: bold;
}
.aside-post img {
    float: left;
    margin-right: 1em;
    max-width: 50px;
}
.aside-post .post-title {
    color: #000;
    border-bottom: 1px dotted #eaeaea;
    padding:8px 0;
    display: block;
}
.aside-post a:hover {text-decoration: underline;}

.entry {
    position: relative;
    margin-top: 15px;
}

.content-inner:after {
    content: "";
    clear: both;
    display: block;
}

.content-share-follow {
    float: left;
    width: 50px;
}

#wrapper.boxed .full-content .entry {
    width: 720px;
}

.full-content .entry {
    width: 760px;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: white;
    padding: 0 0 0 30px;
    box-sizing: border-box;
    margin-top: 0;
}

#wrapper.boxed .fullwidth .full-content .entry {
    width: 1070px;
}

.fullwidth .full-content .entry {
    width: 1120px;
}

.full-content.has-post-thumbnail .entry,
.post_format-post-format-gallery.full-content .entry {
    margin-top: -80px;
    position: relative;
    z-index: 2;
    background: white;
    padding: 30px 0 0 30px;
    box-sizing: border-box;
}

.post_format-post-format-video.full-content .entry,
.post_format-post-format-audio.full-content .entry {
    margin-top: 0;
    padding-top: 0;
}


#wrapper.boxed .full-content.page .entry,
.full-content.page .entry{
    width: auto;
    margin-top: auto;
    padding: 0 20px;
}

    /*  8.11 - Author Box
    /* ------------------------------------------------------------------------- */
.author-box {
    margin: 60px 0;
    padding: 0 20px;
    position: relative;
}

.author-box a {
    color: #000;
}

.author-box img {
    border-radius: 50%;
    display: block;
    float: left;
    height: 100px;
    width: 100px;
}

.author-box-wrap {
    margin-left: 140px;
}

.author-box h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.author-box ul {
    font-size: 13px;
    margin-top: 8px;
}

.author-box li {
    display: inline-block;
    margin: 0 8px 0 0;
}

.author-box-wrap > p {
    font-size: 13px;
    text-indent: 0;
    color: #777;
}

.author-socials {
    margin-top: 5px;
}

.author-socials a {
    font-size: 13px;
    padding: 0 5px;
    color: #b3b3b3;
}

.author-link {
    margin-top: 10px;
}

/*  8.12 - Post Tags
/* ------------------------------------------------------------------------- */
.tag-wrapper {
    padding: 30px 20px 40px;
    font-size: 13px;
    text-align: center;
}
.article-tag {
    padding-top: 10px;
}

.article-tag > a {
    font-size: 13px;
    border: 1px solid #BBB;
    padding: 6px 11px;
    line-height: 30px;
    text-transform: lowercase;
    border-radius: 2px;
}

.single-feature-holder {
    padding: 15px 0;
}

/*  8.13 - Masonry Block
/* ------------------------------------------------------------------------- */
.blog-masonry-wrapper .isotopewrapper {
    padding-bottom: 10px;
    overflow: inherit !important;
}

.article-masonry-box {
    position: relative;
    width: auto;
    display: block;
    text-align: center;
}

.article-masonry-box.no-thumbnail .masonry-excerpt {
    position: relative;
    left: 0;
    right: 0;
    background: #fafafa;
    padding: 60px 20px 40px;
}

/*
.article-masonry-box .feature-holder:after {
    font-size: 12px;
    font-family: FontAwesome;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.article-masonry-box.post_format-post-format-gallery .feature-holder:after {
    content: "\f03e";
}

.article-masonry-box.post_format-post-format-video .feature-holder:after {
    content: "\f04b";
}

.article-masonry-box.post_format-post-format-audio .feature-holder:after {
    content: "\f001";
}

.article-masonry-box .feature-holder:hover:after {
    background: rgba(0, 0, 0, 0.6);
}
*/

.article-masonry-wrapper {
    padding: 10px 10px 0;
    margin-top: 10px;
    position: relative;
}

.article-masonry-box h2{
    line-height: 26px;
    margin-bottom: 16px;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
}

.article-masonry-wrapper h2 a {
    font-size: 20px;
    font-style: normal;
    color: #000;
}

.article-masonry-summary {
    margin: 0 -20px 0;
    padding: 0 30px 25px;
}

.article-masonry-summary p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 13px;
}

.article-masonry-box .readmore-wrap {
    margin-top: 20px;
}

.article-masonry-box .content-meta {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-align: center;
}

/*  8.14 - Popup Related Article
/* ------------------------------------------------------------------------- */
.related-popup {
    position: fixed;
    right: -275px;
    bottom: 80px;
    height: 115px;
    background: #FFF;
    width: 300px;
    z-index: 99999;
    border: 1px solid #eaeaea;

    -webkit-transition: all 0.5s ease 0.5s;
    -moz-transition: all 0.5s ease 0.5s;
    -o-transition: all 0.5s ease 0.5s;
    transition: all 0.5s ease 0.5s;

    -webkit-backface-visibility: hidden;
}

.related-popup.open {
    right: 0;
    -webkit-box-shadow: 0 2px 50px rgba(0,0,0,0.1);
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.related-popup .arrow, .related-popup .content {
    float: left;
}

.related-popup .arrow {
    width: 25px;
    height: 100%;
    text-align: center;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.related-popup .arrow i {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    margin-left: -2px;
}

.related-popup h2 {
    font-size: 12px;
}

.related-popup .content {
    width: 273px;
    height: 115px;
    padding: 0 10px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prev-next-article article {
    width: 260px;
    display: table-cell;
    vertical-align: middle;
    opacity: 0;
    padding: 0;
}

.related-popup .content span {
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    display: block;
    text-align: left;
    padding: 5px 0;
    letter-spacing: 2px;
}

.related-popup article {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    opacity: 1;
    padding: 0;
    transition: all 0.3s ease 0s;
}

.related-popup article .thumb {
    float: left;
    height: 60px;
    overflow: hidden;
    width: 60px;
    padding-right: 15px;
}

.related-popup article .heading {
    color: #2E2F34;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0px;
}

.related-popup article .summary {
    overflow: hidden;
}

/*  8.15 - Pagination
/* ------------------------------------------------------------------------- */
.paging {
    margin: 40px 0;
    text-align: center;
}

.paging span, .paging a {
    font-size: 11px;
    padding: 10px 16px;
    display: inline;
}

.paging a {
    color: #000;
    background: #fff;
    margin: 0px 2px;
    border: 1px solid #eaeaea;
}

.paging a:hover,
.paging .nav-older:hover span:after, .paging .nav-newer:hover span:before {
    color: #b99d5b;
    border-color: #b99d5b;
}

.paging .page-detail {
    color: #b3b3b3;
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    margin: 15px 0;
    text-transform: uppercase;
}

.paging .jump-page.next:after {
    font-family: FontAwesome;
    content: "\f178";
    display: inline-block;
    border-bottom: none;
    padding-left: 10px;
    position: absolute;
}

.page-numbers {
    padding: 5px 10px;
}

.page-numbers.current {
    color: #b99d5b;
    border: none;
    padding: 9px;
}


.paging .nav-normal {
    background: transparent;
    color: #000;
    position: relative;
    margin: 0;
    line-height: normal;
}

.paging .nav-normal span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
}

.paging .nav-older {
    float: right;
    padding: 0 20px 0 0;
}

.paging .nav-older span:after, .paging .nav-newer span:before {
    font-family: 'FontAwesome';
    color: #b3b3b3;
    font-size: 14px;
    top: 0;
    bottom: 0;
    height: 15px;
    margin: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
}

.paging .nav-older span:after {
    content: "\f105";
    right: 14px;
}

.paging .nav-newer {
    float: left;
    padding: 0 0 0 20px;
}

.paging .nav-newer span:before {
    content: "\f104";
    left: 14px;
}


/* ------------------------------------------------------------------------- *
 *  9 - 404 PAGE
/* ------------------------------------------------------------------------- */
.notfound {
    padding: 50px 0px 70px;
    background: #fafafa;
    margin: 40px 0;
}

.notfoundfirst {
    font-size: 110px;
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #F5F3F3;
    line-height: 1em;
}

.notfoundsec {
    text-align: center;
    padding: 50px 25px;
}

.notfoundsec p {
    padding-bottom: 20px;
}

.notfoundsec input {
    margin: 0 auto;
    width: 240px;
}

/* ------------------------------------------------------------------------- *
 *  10 - SEARCH PAGE
/* ------------------------------------------------------------------------- */
.search-header {
    background: #eee;
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
}

.search-header span {
    font-weight: bold;
}

.category-header {
    margin: 60px 0px 40px;
    text-align: center;
    padding: 40px 20px;
    border-top: 1px dotted #eaeaea;
    border-bottom: 1px dotted #eaeaea;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(248,248,248,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(248,248,248,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(248,248,248,1) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.category-header h2 {
    color: #b99d5b;
}

.category-header span {
    letter-spacing: 2px;
    color: #b3b3b3;
    font-size: 10px;
    text-transform: uppercase;
}

.category-header h1 {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.no-content input#s {
    width: 280px;
    max-width: 80%;
    display: inline-block;
    margin: 1em auto;
    padding-right: 35px;
}

.no-content .searchform:after {
    font-family: 'FontAwesome';
    display: inline-block;
    text-rendering: auto;
    content: "\f002";
    position: relative;
    left: -30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ------------------------------------------------------------------------- *
 *  11 - FOOTER
/* ------------------------------------------------------------------------- */
.footer-margin {
    width: 100%;
    margin-top: 30px;
}

.subscribe-footer {
    background: #f6f6f6;
    padding: 80px 0 70px;
    text-align: center;
}

.subscribe-footer p {
    color: #888;
    font-size: 13px;
}

.subscribe-footer .footersubscribe {
    margin: 0 auto 20px;
}

.subscribe-footer input[type="text"], .subscribe-footer input[type="email"] {
    display: inline-block;
    width: 360px;
}

#footer .footer-widget {
    padding: 60px 0 40px;
}

#footer .footer-bottom {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #eaeaea;
    position: relative;
}

#footer .footer-nav li {
    display: inline-block;
}

#footer .social-copy {
    margin:15px 0 10px;
    font-size: 12px;
    color: #777;
}

#footer .gototop {
    font-size: 16px;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #000;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
}

/*  11.1 - Footer Widget
/* ------------------------------------------------------------------------- */
#footer .footerwidget {
    margin: 0 auto 30px;
    max-width: 300px;
}

#footer .footerwidget-title {
    color: #000;
    display: block;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#footer .widget_sukawati_about_me img {
    padding-bottom: 10px;
}

.footerwidget select{
    width: 100%;
}

#footer .mc4wp-form input[type="text"], #footer .mc4wp-form input[type="email"] {
    width: 200px;
    display: inline;
}

/*  11.2 - Footer Instagram
/* ------------------------------------------------------------------------- */
#footer-instagram {
    padding-top: 30px;
    text-align: center;
}
#footer-instagram .footerwidget-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#footer-instagram li {
    padding: 0;
    border-bottom: 0;
}
#footer-instagram .instagram-pics li {
    display: inline;
    width: 16.66%;
    float: left;
}
#footer-instagram .instagram-pics li a {
    display: block;
    position: relative;
    overflow: hidden;
}
#footer-instagram .instagram-pics li a:after {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#footer-instagram .instagram-pics li:hover a:after {
    opacity: 0.6;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#footer-instagram .instagram-pics li img {
    -webkit-transition: 5s linear;
    -o-transition: 5s linear;
    transition: 5s linear;
}
#footer-instagram .instagram-pics li:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}


/* ------------------------------------------------------------------------- *
 *  11 - MISC
/* ------------------------------------------------------------------------- */

/*  11.1 - Video Player
/* ------------------------------------------------------------------------- */
.mejs-container {
    background:  #ddd;
}

.mejs-container .mejs-controls {
    background: #777;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
    background: #ccc;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background:  #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #aaa;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #fff;
    border-radius: 1px;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #aaa;
    border-radius: 1px;
}

.mejs-controls .mejs-time-rail span {
    border-radius: 1px;
}

.mejs-controls .mejs-play button,
.mejs-controls .mejs-pause button,
.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button,
.mejs-controls .mejs-fullscreen-button button {
    background: transparent;
    font-family: "FontAwesome", serif;
    color: #fff;
    font-size: 13px;
    display: block;
}

.mejs-controls .mejs-play button:after {
    content: "\f04b";
}

.mejs-controls .mejs-pause button:after {
    content: "\f04c";
}

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

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

.mejs-controls .mejs-fullscreen-button button:after {
    content: "\f065";

}

.mejs-controls .mejs-mute button,
.mejs-controls .mejs-unmute button{
    left: -3px;
}

.mejs-poster {
    background-size: cover;
}

/*  11.2 - Animation
/* ------------------------------------------------------------------------- */
#heading .navigation li, #heading .navigation li:hover,
#heading .navigation a, #heading .navigation a:hover,
#heading .nav-social li, #heading .nav-social li:hover,
#heading.first-nav .nav-social li a, #heading.first-nav .nav-social li a:hover,
.sidefeed-toggle,
article.short-content .readmore, article.short-content .readmore:hover,
.article-masonry-box .readmore, .article-masonry-box .readmore:hover,
.paging a, .paging a:hover {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.mejs-container .mejs-controls div {
    position: relative;
}

/** admin bar enabled **/
.admin-bar .sticky .nav-container {
    top: 32px;
}

.admin-bar .search-overlay-close {
    top: 50px;
}

.admin-bar .sidefeed-heading {
    top: 32px;
}

.admin-bar .sidefeed-posts {
    top: 82px;
}

.admin-bar .sidefeed-loadmore {
    padding-bottom: 32px;
}

.admin-bar .content-share-wrapper {
    margin-top: 11px;
}

.promocentered { text-align: center; }


/*  11.3 - Additional
/* ------------------------------------------------------------------------- */

article.classic-post  {
    padding: 0;
    position: relative;
    border-bottom: none;
    margin-top: 20px;
    margin-bottom: 70px;
}

article.classic-post.classic-left .content-header-single,
article.classic-post.classic-left .entry {
    text-align: left;
}

article.classic-post.classic-left .feature-holder,
article.classic-post.classic-right .feature-holder {
    margin: 0;
    max-width: 550px;
    position: relative;
}

article.classic-post.classic-left .content-header-single {
    padding: 10px 20px 0;
}

article.classic-post.classic-left .content-classic-wrapper {
    position: absolute;
    background: rgba(255,255,255,1);
    width: 50%;
    left: 45%;
    top: 40px;
    padding: 20px;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-classic-wrapper .content-meta-bottom > div {
    width: 50%;
}

article.classic-post.classic-right .content-header-single,
article.classic-post.classic-right .entry {
    text-align: right;
}

article.classic-post.classic-right .feature-holder {
    float: right;
}

article.classic-post.classic-right .content-header-single {
    padding: 10px 20px 0;
}

article.classic-post.classic-right .content-classic-wrapper {
    position: absolute;
    background: rgba(255,255,255,1);
    width: 50%;
    left: 5%;
    bottom: 20px;
    padding: 20px;
    z-index: 2;
}

article.classic-post.classic-right .content-meta-bottom {
    text-align: right;
}

article.classic-post.classic-center .feature-holder {
    margin: 0;
    position: relative;
}

article.classic-post.classic-center .content-header-single {
    padding: 10px 20px 0;
}

article.classic-post.classic-center .content-classic-wrapper {
    position: absolute;
    background: rgba(255,255,255,1);
    width: 50%;
    left: 25%;
    top: 50%;
    padding: 20px;
    transform: translateY(-50%);
}

article.classic-post.classic-center .content-meta-bottom {
    text-align: center;
}

article.classic-post.no-thumbnail-classic .content-meta-bottom {
    text-align: center;
}






.category-slider a {
    color: #b99d5b;
}

.category-slider .item {
    position: relative;
}

.category-slider h3 a {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}

.category-slider h3 {
    line-height: 1.3em;
}

.category-slider .content-meta {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
}

.category-slider .category-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}

.category-slider .category-content {
    background: white;
    padding: 20px 20px 30px;
}

.category-slider .category-nav {
    margin-top: 10px;
}

.category-slider .category-nav > div {
    width: 48%;
    float: left;
    background: white;
    height: 35px;
    display: block;
    cursor: pointer;
    text-align: center;
}

.category-slider .category-nav > div i {
    line-height: 35px;
}

.category-slider .category-nav .nav-left {
    margin-right: 4%;
}



article .featured-classic .flexslider {
    margin-bottom: 0;
}

article .featured-classic .flex-control-nav  {
    display: none;
}

article .featured-classic .flex-direction-nav a {
    width: 40px;
    height: 40px;
}

article .featured-classic .flex-direction-nav a:before {
    line-height: 40px;
    font-size: 18px;
}



article.classic-left .featured-classic .flex-direction-nav a.flex-prev,
article.classic-left .featured-classic .flex-direction-nav a.flex-next {
    opacity: 1;
    top: auto;
    bottom: 5px;
    left: 5px;
    right: auto;
}

article.classic-left .featured-classic .flexslider:hover .flex-direction-nav a.flex-prev {
    left: 5px;
}

article.classic-left .featured-classic .flex-direction-nav a.flex-next {
    left: 50px;
}

article.classic-left .featured-classic .flex-direction-nav a.flex-next:before {
    margin-right: 15px;
}

article.classic-left .featured-classic .flex-direction-nav a.flex-prev::before {
    margin-left: 0;
}






article.classic-right .featured-classic .flex-direction-nav a.flex-prev,
article.classic-right .featured-classic .flex-direction-nav a.flex-next {
    opacity: 1;
    top: auto;
    bottom: 5px;
    right: 50px;
    left: auto;
}

article.classic-right .featured-classic .flexslider:hover .flex-direction-nav a.flex-prev {
    right: 50px;
}

article.classic-right .featured-classic .flex-direction-nav a.flex-next {
    right: 5px;
}

article.classic-right .featured-classic .flex-direction-nav a.flex-next:before {
    margin-right: 15px;
}

article.classic-right .featured-classic .flex-direction-nav a.flex-prev::before {
    margin-left: 0;
}

.featuredcontent {
    margin-top: 20px;
}

.boxed #featured-slider {
    position: relative;
}

.boxed .sliderwrap .slider-excerpt {
    bottom: 70px;
}

#featured-slider {
    position: relative;
}

#featured-slider.owl-theme .owl-nav div {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #fff;
    height: 35px;
    width: 120px;
    content: "";
    padding: 0;
    margin: 0;
    border-radius: 0;
    opacity: 1;
    text-align: center;
}

.owl-theme .owl-nav {margin-top: 0}

#featured-slider.owl-theme .owl-nav div:after {
    content: "\f104";
    display: block;
    font-family: "FontAwesome";
    color: #000;
    line-height: 35px;
    font-size: 18px;
}

#featured-slider.owl-theme .owl-nav div.disabled:after {
    color: #b3b3b3;
    cursor: not-allowed;
}

#featured-slider.owl-theme .owl-nav div.owl-next:after {
    content: "\f105";
}

#featured-slider.owl-theme .owl-nav div.owl-next {
    left: auto;
    right: 15px;
}

.sliderwrap:before,
.sliderwrap:after {
    content: " ";
    display: table;
    clear: both;
}

.sliderwrap .column:last-child {
    margin-right: 0;
}

.sliderwrap article {
    position: relative;
}

.sliderwrap .slider-excerpt {
    position: absolute;
    bottom: 75px;
    left: 15px;
    right: 15px;
    z-index: 3;
    background: #fff;
}

.sliderwrap .slider-featured-content {
    padding: 20px 30px;
}

.sliderwrap h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 5px;
}

.sliderwrap h2 a {
    color: #000;
}


.sliderwrap .content-author {
    margin: 0px 30px 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
}

.sliderwrap .content-author img {
    width: 23px;
    border-radius: 100%;
    margin: 0 10px 0 0;
    display: inline-block;

}

.sliderwrap .content-author h5 {
    display: inline-block;
}

.sliderwrap .content-author h5 a {
    color: #000;
    font-size: 14px;
    line-height: 30px;
}


.popular-category-wrapper:before,
.popular-category-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.popular-category-wrapper {
    margin: 10px 0 10px;
}

.popular-item {
    float: left;
    margin-right: 20px;
    box-sizing: border-box;
    position: relative;
}

.boxed .popular4 .popular-item {
    width: 265px;
}

.boxed .popular3 .popular-item {
    width: 360px
}

.popular4 .popular-item {
    width: 277px;
}

.popular3 .popular-item {
    width: 376px;
}

.popular-category-wrapper  .popular-item:last-child {
    margin-right: 0;
}

.popular-item-wrapper {
    position: absolute;
    background: rgba(255,255,255,1);
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
}

.popular-item-wrapper span {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.15em;
    font-family: 'Montserrat';
    color: #b99d5b;
}

.popular-item-wrapper h3 {
    font-weight: bold;
    font-size: 25px;
}

.popular-item-content a {
    color: #000;
}

.popular-item-wrapper em {
    font-style: normal;
    font-size: 13px;
    border-top: 1px solid #ddd;
    padding-top: 8px;
    clear: both;
    display: inline-block;
    margin-top: 8px;
    font-family: 'Playfair Display';
}

.popular-item-content {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}


.jeg-social-block-widget > ul > li {
    border-bottom: 0;
    padding: 0 0;
    margin-bottom: 5px;
}

.jeg-social-block-widget li a {
    text-align: left;
    color: #fff;
}

.jeg-social-block-widget ul li a:hover {
    text-decoration: none;
    color: #fff;
}

.jeg-social-block-widget i,
.jeg-social-block-widget span {
    display: inline-block;
    line-height: 35px;
}

.jeg-social-block-widget i {
    width: 40px;
    text-align: center;
    float: left;
    border-right: 1px solid #FFF;
    margin-right: 15px;
}

.jeg-social-block-widget span {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-family: Montserrat;
    display: block;
}

.jeg-social-block-widget > ul > li,
.jeg-social-block-widget > ul > li:hover {

    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.social-wrapper-facebook { background: #3B5998; }
.social-wrapper-twitter { background: #55ACEE; }
.social-wrapper-linkedin { background: #007BB5; }
.social-wrapper-googleplus { background: #DD4B39; }
.social-wrapper-pinterest { background: #CB2027; }
.social-wrapper-behance { background: #1769FF; }
.social-wrapper-github { background: #000000; }
.social-wrapper-flickr { background: #FF0084; }
.social-wrapper-tumblr { background: #32506D; }
.social-wrapper-dribbble { background: #EA4C89; }
.social-wrapper-soundcloud { background: #FF3A00; }
.social-wrapper-instagram { background: #125688; }
.social-wrapper-vimeo { background: #AAD450; }
.social-wrapper-youtube { background: #BB0000; }

.social-wrapper-facebook:hover { background: #233498; }
.social-wrapper-twitter:hover { background: #14a3ee; }
.social-wrapper-linkedin:hover { background: #0050b5; }
.social-wrapper-googleplus:hover { background: #dd2109; }
.social-wrapper-pinterest:hover { background: #cb042c; }
.social-wrapper-behance:hover { background: #002bff; }
.social-wrapper-github:hover { background: #000000; }
.social-wrapper-flickr:hover { background: #ff0073; }
.social-wrapper-tumblr:hover { background: #1f416d; }
.social-wrapper-dribbble:hover { background: #ea0e7c; }
.social-wrapper-soundcloud:hover { background: #ff000b; }
.social-wrapper-instagram:hover { background: #004588; }
.social-wrapper-vimeo:hover { background: #64d422; }
.social-wrapper-youtube:hover { background: #bb0037; }



.content-share-wrapper {
    margin-bottom: 70px;
}

.post_format-post-format-video.full-content .content-share-wrapper,
.post_format-post-format-audio.full-content .content-share-wrapper {
    margin-bottom: 20px;
}

.content-share-follow .social-sharing > div {
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 5px;
}

.content-share-follow .social-sharing > div a {
    color: #fff;
    display: block;
    font-size: 14px;
}


.content-share-follow .sharing-facebook { background: #3B5998; }
.content-share-follow .sharing-twitter { background: #55ACEE; }
.content-share-follow .sharing-google { background: #DD4B39; }
.content-share-follow .sharing-pinterest { background: #CB2027; }
.content-share-follow .sharing-linkedin { background: #007BB5; }


.gototop.hidden {
    opacity: 0;
}

.gototop {
    font-family: 'Open Sans';
    position: fixed;
    bottom: 15px;
    right: 15px;

    z-index: 99999;
    cursor: pointer;
    border-radius: 100%;
    opacity: 0.4;


    background: #000;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;

    width: 45px;
    height: 45px;
    line-height: 42px;

    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.gototop:hover {
    opacity: 1;
}

.gototop, .gototop:hover {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.disableoverlay#popular-post .popular-excerpt {
    margin-top: 0;
    width: 100%;
    background: transparent;
}

.disableoverlay.latest-post .feature-holder {
    float: left;
    max-width: 110px;
    padding-top: 3px;
    overflow: hidden;
}

.disableoverlay.latest-post .feature-summary {
    margin-left: 125px;
    position: relative;
    left: auto;
    top: 0;
    padding: 0;
    transform: none;
    background: transparent;
}



/** page link **/
.page-links {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
    background: #fafafa;
    padding-top: 20px;
    padding-bottom: 20px;
}

.page-links span.page-links-title {
    border: none;
    font-weight: bold;
}

.page-links > span {
    border: none;
    padding: 5px 10px;
    margin: 0 1px;
}

.page-links > a {
    border: 1px solid #DDD;
    padding: 5px 10px;
    margin: 0 2px;
}

.meta-date a {
    color: #666;
}