/*
Theme Name: MyStories
Theme URI: http://prthemes.net/mystories-demo
Author: PRThemes
Author URI: http://prthemes.net/
Description: My Stories is a responsive mobile friendly WordPress blog theme made for bloggers who loves to write about their adventures. 
Version: 1.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, translation-ready
Text Domain: mystories
*/

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7;
    background: #fff;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body.boxed-version{
    background-image: url(images/xv.png);
    background-repeat: repeat;
}

.container{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

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

h1, h2, h3, h4, h5, h6{
    line-height: 1.3;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.no-select{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    clip: auto !important;
    display: block;
    height: auto;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

::selection {
    background: #e9967a; /* WebKit/Blink Browsers */
    color: #fff;
}
::-moz-selection {
    background: #e9967a; /* Gecko Browsers */
    color: #fff;
}

@media (max-width: 1220px){
    .container{
        max-width: 940px;
    }
}

@media (max-width: 991px){
    .container{
        max-width: 740px;
    }
}

@media (max-width: 768px){
    .container{
        max-width: 100%;
    }
}

/* ===== BOXED VERSION ===== */
#boxed-version{
    max-width: 1200px;
    width: 96%;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #e1e1e1;
}

@media (max-width: 1220px){
    #boxed-version{
        margin: 10px auto;
    }
}

@media (max-width: 1220px){
    .boxed-version #header .container{
        max-width: 100%;
    }
}

/* ===== TOP SECTION ===== */
#top-section{
    padding: 10px 0 0;
    position: relative;
}

.header-social{
    float: left;
}

.header-social a,
#header-social-mobile-trigger,
#header-social-mobile-close{
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 40px;
    width: 25px;
    text-align: center;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.header-social a:hover,
#header-social-mobile-trigger:hover,
#header-social-mobile-close:hover{
    color: #e9967a;
}

#header-social-mobile{
    position: absolute;
    top: 10px;
    width: 100%;
    background: #fff;
    padding-right: 40px;
    height: 42px;
    z-index: 10;
    display: none;
}

#header-social-mobile-trigger{
    display: none;
    float: left;
}

#header-social-mobile-close{
    position: absolute;
    top: 0;
    right: 0;
}

.header-search{
    float: right;
    width: 300px;
    background: #f7f7f7;
    padding-right: 40px;
    position: relative;
}

.header-search input[type="text"]{
    display: block;
    width: 100%;
    padding: 12px 10px 11px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #000;
    font-family: 'Playfair Display', serif;
}

.header-search input[type="text"]::-webkit-input-placeholder {
   color: #000;
}

.header-search input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

.header-search input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

.header-search input[type="text"]:-ms-input-placeholder {  
   color: #000;  
}

.header-search button[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0; 
    font-size: 16px;
    cursor: pointer;
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.header-search button[type="submit"]:hover{
    color: #e9967a;
}

@media (max-width: 768px){
    #boxed-version .header-search{
        width: 200px;
    }
}

@media (max-width: 600px){
    #header-social-desktop{
        display: none;
    }
    #header-social-mobile-trigger{
        display: block;
    }
    .header-search{
        width: 200px;
    }
}

/* ===== LOGO SECTION ===== */
#logo-section{
    text-align: center;
    padding: 80px 0;
}

#logo-section h1{
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
}

#logo-section h1 a{
    color: #000;
}

#logo-section a{
    display: inline-block;
    max-width: 100%;
}

@media (max-width: 600px){
    #logo-section img{
        max-width: 80%;
    }
}

/* ===== Main Navigation ===== */
#main-nav{
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
    z-index: 200;
}

#main-menu{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

#mobile-menu{
    display: none;
}

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

#mobile-menu li{
    border-top: 1px solid #e1e1e1;
}

#main-menu li a,
#mobile-menu li a{
    display: block;
    padding: 0 15px;
    font-family: 'Playfair Display', serif;
    color: #666;
    text-transform: uppercase;
    line-height: 40px;
    position: relative;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

#mobile-menu li a{
    text-transform: none;
    padding: 0 40px;
}

#main-menu li a:hover,
#main-menu li.current-menu-item a,
#mobile-menu li a:hover{
    color: #000;
}

#mobile-menu li a:hover{
    background: #e1e1e1;
}

#main-menu li a:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#main-menu li a:hover:after,
#main-menu li.current-menu-item a:after{
    opacity: 1;
}

#mobile-menu-trigger{
    display: none;
    line-height: 40px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #666;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#mobile-menu-trigger:hover{
    color: #000;
}

#mobile-menu-trigger .fa{
    margin-right: 5px;
}

#main-menu > li.menu-item-has-children > ul.sub-menu{
    position: absolute;
    top: 100%;
    left: -20px;
    width: 180px;
    background: #fff;
    display: none;
    text-align: left;
    border: 1px solid #e1e1e1;
}

#main-menu > li.menu-item-has-children:hover > ul.sub-menu{
    display: block;
    -webkit-animation: fadeInUp .3s ease-in;
    -moz-animation: fadeInUp .3s ease-in;
    animation: fadeInUp .3s ease-in;
}

#main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children ul.sub-menu{
    position: absolute;
    top: -1px;
    left: 100%;
    width: 180px;
    background: #fff;
    display: none;
    text-align: left;
    border: 1px solid #e1e1e1;
}

#main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover ul.sub-menu{
    display: block;
    -webkit-animation: fadeInRight .3s ease-in;
    -moz-animation: fadeInRight .3s ease-in;
    animation: fadeInRight .3s ease-in;
}

#main-menu li .sub-menu li{
    display: block;
}

#main-menu > li.menu-item-has-children > ul.sub-menu a,
#main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children ul.sub-menu a{
    line-height: 1.2;
    padding: 14px 15px 13px;
    text-transform: none;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

#main-menu > li.menu-item-has-children > ul.sub-menu a:after,
#main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children ul.sub-menu a:after{
    display: none;
}

#main-menu > li.menu-item-has-children > ul.sub-menu a:hover,
#main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children ul.sub-menu a:hover{
    color: #000;
    background: #e1e1e1;
}

#mobile-menu li ul{
    display: none;
    background: #e1e1e1;
}

#mobile-menu li ul li{
    border-top: 1px solid #fff;
}

#mobile-menu li ul li a{
    color: #000;
}

#mobile-menu li ul li a:hover{
    background: inherit;
    color: #666;
}

#mobile-menu li ul li ul{
    background: #666;
}

#mobile-menu li ul li ul li a{
    color: #fff;
}

#mobile-menu li ul li ul li a:hover{
    background: inherit;
    color: #e1e1e1;
}

#mobile-menu li.menu-item-has-children{
    position: relative;
}

#mobile-menu .submenu-toggle{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    height: 40px;
    background: #e1e1e1;
    color: #fff;
    font-size: 18px;
}

#mobile-menu li ul li .submenu-toggle{
    background: #666;
    color: #fff;
}

@media (max-width: 991px){
    #main-menu{
        display: none;
    }
    #mobile-menu-trigger{
        display: inline-block;
    }
}

/* ===== Featured Posts ===== */
#featured-slider-wrap{
    position: relative;
}

#featured-slider img{
    height: auto;
    max-width: 100%;
    display: block;
    transform: translateZ(0);
}

#featured-slider li{
    position: relative;
    transform: translateZ(0);
}

#featured-slider li .textbox{
    position: absolute;
    top: 0;
    left: 30px;
    width: 50%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    -webkit-transition: opacity .6s; 
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    transform: translateZ(0);
}

#featured-slider li .textbox .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
}

#featured-slider li .textbox .text{
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    text-align: center;
}

#featured-slider li .textbox .text .text-inner{
    display: table-cell;
    vertical-align: middle;
}

#featured-slider.owl-carousel .owl-item.active li .textbox{
    opacity: 1;
}

#featured-slider li .textbox .text .featured-cat-date-author{
    font-size: 12px;
}

#featured-slider li .textbox .text a.category{
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #e9967a;
    padding: 0 10px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
}

#featured-slider li .textbox .text .featured-date{
    display: inline-block;
    color: #666;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-right: 10px;
}

#featured-slider li .textbox .text .featured-author{
    display: inline-block;
    color: #000;
    font-family: 'Playfair Display', serif;
    border-left: 1px solid #000;
    padding-left: 10px;
}

#featured-slider li .textbox .text .featured-author a{
    color: #000;
}

#featured-slider li .textbox .text h2{
    font-size: 36px;
    font-weight: normal;
}

#featured-slider li .textbox .text h2 a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#featured-slider li .textbox .text h2 a:hover{
    color: #666;
}

#featured-slider li .textbox .text .divider{
    width: 40px;
    height: 1px;
    background: #000;
    margin: 15px auto;
}

#featured-slider li .textbox .text .featured-post-meta-info span{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

#featured-slider li .textbox .text .featured-post-meta-info span.fa{
    font-size: 14px;
    font-weight: normal;
}

#featured-slider li .textbox .text .featured-post-meta-info > span a,
#featured-slider li .textbox .text .featured-post-meta-info > span{
    color: #000;
}

#featured-slider li .textbox .text .featured-post-meta-info span a.voted,
#featured-slider li .textbox .text .featured-post-meta-info span a.voted:hover,
#featured-slider li .textbox .text .featured-post-meta-info span a.alreadyvoted,
#featured-slider li .textbox .text .featured-post-meta-info span a.alreadyvoted:hover{
    color: #e9967a;
}

#featured-slider li .textbox .text .featured-post-meta-info span.dot{
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 10px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

#featured-slider-wrap .featured-prev,
#featured-slider-wrap .featured-next{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}

#boxed-version #featured-slider-wrap .featured-prev,
#boxed-version #featured-slider-wrap .featured-next{
    width: 200px;
}

#featured-slider-wrap .featured-next{
    left: auto;
    right: 0;
}

#featured-slider-wrap .featured-prev .fa,
#featured-slider-wrap .featured-next .fa{
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#featured-slider-wrap .featured-prev .arrows,
#featured-slider-wrap .featured-next .arrows{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
}

#featured-slider-wrap .featured-prev .arrows{
    margin-left: -13px;
}

#featured-slider-wrap .featured-next .arrows{
    margin-right: -13px;
}

@media (max-width: 1220px){
    #featured-slider-wrap .featured-prev,
    #featured-slider-wrap .featured-next{
        width: 200px;
    }
}

@media (max-width: 991px){
    #featured-slider-wrap .featured-prev,
    #featured-slider-wrap .featured-next,
    #boxed-version #featured-slider-wrap .featured-prev,
    #boxed-version #featured-slider-wrap .featured-next{
        width: 100px;
    }
    #featured-slider li .textbox .text h2{
        font-size: 33px;
    }
}

@media (max-width: 768px){
    #featured-slider li .textbox{
        left: 10%;
        width: 80%;
    }
    #featured-slider li .textbox .text h2{
        font-size: 30px;
    }
}

@media (max-width: 600px){
    #featured-slider-wrap .featured-prev,
    #featured-slider-wrap .featured-next,
    #boxed-version #featured-slider-wrap .featured-prev,
    #boxed-version #featured-slider-wrap .featured-next{
        display: none;
    }
}

@media (max-width: 480px){
    #featured-slider li .textbox{
        left: 5%;
        width: 90%;
    }
    #featured-slider li .textbox .text h2{
        font-size: 24px;
        margin-top: 5px;
    }
    #featured-slider li .textbox .text .featured-cat-date-author{
        display: none;
    }
}

/* ===== CONTENT WRAP ===== */
#content-wrap{
    margin: 50px 0;
}

#main-content{
    float: left;
    width: 790px;
}

#sidebar{
    float: right;
    max-width: 300px;
    width: 100%;
}

@media (max-width: 1220px){
    #main-content{
        width: 570px;
    }
}

@media (max-width: 991px){
    #main-content{
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }
    #sidebar{
        float: none;
        max-width: 480px;
        margin: 0 auto;
    }
}

/* ===== Blog Layouts ===== */
#content-wrap.sidebar-left #main-content{
    float: right;
}

#content-wrap.no-sidebar-centered #main-content{
    float: none;
    margin: 0 auto;
}

#content-wrap.sidebar-left #sidebar{
    float: left;
}

#main-content.grid-layout .post{
    float: left;
    width: 48.1%;
    margin-right: 3.79%;
}

#main-content.grid-layout .post:nth-child(2n+2){
    margin-right: 0;
}

#main-content.grid-layout .post:nth-child(2n+3){
    clear: both;
}

#main-content.grid-layout .standard-plus-grid-standard .post{
    width: 100%;
    margin-right: 0;
    float: none;
}

#content-wrap.full-width #main-content{
    width: 100%;
}

#content-wrap.full-width #main-content.grid-layout-full .post{
    width: 30%;
    margin-right: 5%;
    float: left;
}

#content-wrap.full-width #main-content.grid-layout-full .post:nth-child(2n+2){
    margin-right: 5%;
}

#content-wrap.full-width #main-content.grid-layout-full .post:nth-child(3n+3){
    clear: none;
}

#content-wrap.full-width #main-content.grid-layout-full .post:nth-child(3n+3){
    margin-right: 0;
}

#content-wrap.full-width #main-content.grid-layout-full .post:nth-child(3n+4){
    clear: both;
}

#main-content.masonry-fix{
    width: 820px;
}

#main-content.grid-layout.masonry-fix .post{
    width: 380px;
    margin-right: 30px;
}

#content-wrap.full-width #main-content.masonry-layout-full .post{
    width: 29.33333333333333%;
    margin-right: 2%;
    margin-left: 2%;
}

@media (max-width: 1220px){
    #content-wrap.full-width #main-content.grid-layout-full .post:nth-child(2n+2){
        margin-right: 0;
    }
    #content-wrap.full-width #main-content.grid-layout-full .post:nth-child(3n+4){
        clear: none;
    }
    #content-wrap.full-width #main-content.grid-layout-full .post:nth-child(2n+3){
        clear: both;
    }
    #content-wrap.full-width #main-content.grid-layout-full .post:nth-child(2n+1){
        margin-right: 4%;
    }
    #content-wrap.full-width #main-content.grid-layout-full .post{
        width: 48%;
        margin-right: 4%;
    }
    #main-content.masonry-fix{
        width: 600px;
    }
    #main-content.grid-layout.masonry-fix .post{
        width: 274px;
        margin-right: 22px;
    }
    #content-wrap.full-width #main-content.masonry-layout-full .post{
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }
}

@media (max-width: 991px){
    #main-content.masonry-fix{
        width: 100%;
    }
    #main-content.grid-layout.masonry-fix .post{
        width: 46%;
        margin-right: 2%;
        margin-left: 2%;
    }
}

@media (max-width: 600px){
    #main-content.grid-layout .post{
        width: 100%;
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    #main-content.grid-layout .post:nth-child(2n+2){
        margin-right: auto;
    }
    #content-wrap.full-width #main-content.grid-layout-full .post{
        width: 100%;
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }
    #content-wrap.full-width #main-content.grid-layout-full .post:nth-child(2n+1){
        margin-right: auto;
    }
    #content-wrap.full-width #main-content.grid-layout-full .post:nth-child(2n+2){
        margin-right: auto;
    }
    #main-content.grid-layout.masonry-fix .post{
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }
    #content-wrap.full-width #main-content.masonry-layout-full .post{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 480px){
    #main-content.grid-layout.masonry-fix .post{
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

/* ===== MAIN CONTENT - POSTS IN LOOP ===== */
.post,
#main-content .page{
    margin: 0 0 40px;    
    color: #000;
}

.list-layout .post{
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
}

.post.sticky{
    background: #f7f7f7;
    padding: 20px;
}

.post-image-box a{
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.post-image-box a:hover{
    opacity: 0.9;
}

.post-image-box iframe{
    display: block;
    width: 100%;
}

.format-audio .post-image-box iframe{
    max-height: 200px;
}

.post-header{
    text-align: center;
    margin-bottom: 20px;
}

.list-layout .post .list-thumb-box{
    float: left;
    width: 36.7%;
}

#content-wrap.full-width .list-layout .post .list-thumb-box{
    width: 33.3%;
}

.list-layout .post .post-header{
    float: left;
    width: 63.3%;
    padding: 10px 0 0 20px;
    text-align: left;
}

#content-wrap.full-width .list-layout .post .post-header{
    width: 66.7%;
}

.list-layout .post .post-header-list-full,
#content-wrap.full-width .list-layout .post .post-header-list-full{
    width: 100%;
    padding: 0;
}

.post-header .post-category-date{
    margin-bottom: 10px;
}

.post-header .post-category-date a.category{
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #e9967a;
    padding: 0 10px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 10px 10px 0;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.post-header .post-category-date a.category:hover{
    background: #666;
}

.post-header .post-category-date .post-date{
    display: inline-block;
    color: #666;
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-style: italic;
    line-height: 24px;
    margin-bottom: 10px;
}

.post-header h2.post-title{
    font-size: 36px;
    font-weight: 400;
}

.list-layout .post .post-header h2.post-title{
    font-size: 24px;
}

.grid-layout .post-header h2.post-title,
.grid-layout-full .post-header h2.post-title,
.masonry-layout-full .post-header h2.post-title{
    font-size: 30px;
}

#content-wrap.full-width .list-layout .post .post-header h2.post-title,
.grid-layout .standard-plus-grid-standard .post-header h2.post-title{
    font-size: 36px;
}

.post-header h2.post-title a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

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

.post-header .divider{
    width: 40px;
    height: 1px;
    background: #000;
    margin: 20px auto 15px;
}

.list-layout .post .post-header .divider{
    margin: 20px 0 15px;
}

.post-header .post-meta-info{
    font-size: 12px;
    font-weight: 600;
}

.post-header .post-meta-info span{
    display: inline-block;
}

.post-header .post-meta-info span a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.post-header .post-meta-info span a:hover{
    color: #666;
}

.post-header .post-meta-info span.post-likes a.voted,
.post-header .post-meta-info span.post-likes a.voted:hover,
.post-header .post-meta-info span.post-likes a.alreadyvoted,
.post-header .post-meta-info span.post-likes a.alreadyvoted:hover{
    color: #e9967a;
}

.post-header .post-meta-info span.dot{
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #000;
    margin: 0 5px;
    vertical-align: middle;
}

.post .post-excerpt-box{
    padding: 20px;
}

.post .post-excerpt-box .read-more-wrap{
    padding: 20px 0 0;
}

.post .post-excerpt-box .read-more-wrap a{
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.post .post-excerpt-box .read-more-wrap a:hover{
    color: #e9967a;
}

.post-footer{
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 15px 10px 20px;
}

.post-footer .post-author{
    font-family: 'Playfair Display', serif;
    float: left;
    width: 50%;
}

.grid-layout .post-footer .post-author,
.grid-layout-full .post-footer .post-author,
.masonry-layout-full .post-footer .post-author{
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
}

.grid-layout .standard-plus-grid-standard .post-footer .post-author{
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 0;
}

.post-footer .post-author a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.post-footer .post-author a:hover{
    color: #e9967a;
}

.post-footer .post-share{
    float: right;
    width: 50%;
    font-family: 'Playfair Display', serif;
    text-align: right;
}

#main-content .page .post-footer .post-share{
    text-align: center;
    width: 100%;
}

.grid-layout .post-footer .post-share,
.grid-layout-full .post-footer .post-share,
.masonry-layout-full .post-footer .post-share{
    width: 100%;
    float: none;
    text-align: center;
}

.grid-layout .standard-plus-grid-standard .post-footer .post-share{
    float: right;
    width: 50%;
    text-align: right;
}

.post-footer .post-share .text{
    display: inline-block;
    margin-right: 10px;
}

.post-footer .post-share a{
    color: #000;
    display: inline-block;
    padding: 0 5px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.post-footer .post-share a:hover{
    color: #e9967a;
}

@media (max-width: 991px){
    .post-header h2.post-title,
    #content-wrap.full-width .list-layout .post .post-header h2.post-title,
    .grid-layout .standard-plus-grid-standard .post-header h2.post-title,
    .grid-layout .post-header h2.post-title,
    .grid-layout-full .post-header h2.post-title,
    .masonry-layout-full .post-header h2.post-title{
        font-size: 24px;
    }
}

@media (max-width: 600px){
    .post-footer .post-author,
    .grid-layout .standard-plus-grid-standard .post-footer .post-author,
    .post-footer .post-share,
    .grid-layout .standard-plus-grid-standard .post-footer .post-share{
        width: 100%;
        float: none;
        text-align: center;
    }
    .post-footer .post-author,
    .grid-layout .standard-plus-grid-standard .post-footer .post-author{
        margin-bottom: 10px;
    }
}

/* ===== Single no slider info top ===== */
#single-no-slider-info-top{
    background-color: #e1e1e1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 185px 0;
    color: #000;
}

#single-no-slider-info-top.no-bg-image{
    padding: 50px 0;
}

#single-no-slider-info-top .post-header{
    position: relative;
    margin-bottom: 0;
}

#single-no-slider-info-top .post-header .bg{
    background: #fff;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

#single-no-slider-info-top .post-header .container{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 991px){
    #single-no-slider-info-top{
        padding: 100px 0;
    }
}

@media (max-width: 600px){
    #single-no-slider-info-top{
        padding: 50px 0;
    }
}

/* ===== Post content on single post ===== */
.post-content-box{
    padding: 20px;
}

#main-content .page .post-content-box{
    padding: 0;
    margin-bottom: 40px;
}

.post-content-box iframe{
    display: block;
    max-width: 100%;
}

.post-content-box p{
    margin: 0 0 15px;
}

.post-content-box p strong{
    font-weight: 700;
}

.post-content-box h1,
.post-content-box h2,
.post-content-box h3,
.post-content-box h4,
.post-content-box h5,
.post-content-box h6{
    margin: 0 0 15px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.post-content-box h1{
    font-size: 36px;
}

.post-content-box h2{
    font-size: 32px;
}

.post-content-box h3{
    font-size: 28px;
}

.post-content-box h4{
    font-size: 24px;
}

.post-content-box h5{
    font-size: 20px;
}

.post-content-box h6{
    font-size: 16px;
}

.post-content-box ul,
.post-content-box ol{
    list-style: disc;
    margin: 0 0 30px 40px;
}

.post-content-box ol{
    list-style: decimal;
}

.post-content-box ul li ul,
.post-content-box ol li ol{
    margin-bottom: 0;
}

.post-content-box dl{
    margin-bottom: 30px;
}

.post-content-box dl dd{
    margin-left: 20px;
}

.post-content-box .alignright{
    float: right;
    margin: 10px 0 10px 30px;
    max-width: 100%;
    height: auto;
    display: block;
}

.post-content-box .alignleft{
    float: left;
    margin: 10px 30px 10px 0;
    max-width: 100%;
    height: auto;
    display: block;
}

.post-content-box .aligncenter{
    margin: 10px auto 10px;
    max-width: 100%;
    height: auto;
    display: block;
}

.post-content-box .alignnone{
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin: 10px 0 10px;
}

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

.post-content-box .wp-caption-text,
.post-content-box .gallery-caption{
    font-size: 12px;
    padding: 10px;
    display: block;
    text-align: center;
    margin: 0;
}

.post-content-box .wp-caption-text{
    background: none;
    color: #000;
}

.post-content-box .gallery-caption{
    background: rgba(0,0,0,0.4) !important;
    color: #fff !important;
}

.post-content-box blockquote{
    margin: 30px 0;
    padding: 6px 55px;
    position: relative;
    min-height: 61px;
}

.post-content-box blockquote:before{
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #e9967a;
    font-size: 36px;
}

.post-content-box blockquote p{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.post-content-box blockquote p cite{
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #e9967a;
    display: block;
}

.post-content-box hr{
    border-color: #e1e1e1;
    margin: 20px 0;
    max-width: 100%;
}

.post-content-box address{
    padding: 20px;
    background: #e1e1e1;
    color: #000;
    margin-bottom: 30px;
}

.post-content-box a{
    color: #e9967a;
}

.post-content-box a:hover{
    text-decoration: underline;
}

.post-content-box pre{
    background: #000;
    color: #fff;
    overflow-x: scroll;
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
}

.post-content-box table{
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

.post-content-box table th,
.post-content-box table td{
    padding: 10px 5px;
    border: 1px solid #e1e1e1;
}

.post-content-box .gallery{
    margin-bottom: 20px !important;
}

.post-content-box .gallery{
    clear: both;
}

.post-content-box .gallery img{
    width: 100%;
}

.post-content-box .gallery-item{
    padding: 0 1px 1px 0;
    margin: 0 0 1px !important;
    display: block !important;
    position: relative;
}

.post-content-box .gallery-icon a{
    display: block;
    padding: 0;
    margin: 0;
    outline: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.post-content-box .gallery-icon a:hover{
    opacity: 0.8;
}

.post-content-box .gallery-icon img{
    border: 0 !important;
    display: block;
    height: auto;
}

.post-content-box .gallery-item .gallery-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.post-content-box .gallery-columns-5 .gallery-item .gallery-caption,
.post-content-box .gallery-columns-6 .gallery-item .gallery-caption,
.post-content-box .gallery-columns-7 .gallery-item .gallery-caption,
.post-content-box .gallery-columns-8 .gallery-item .gallery-caption,
.post-content-box .gallery-columns-9 .gallery-item .gallery-caption{
    position: static;
    background: #000;
}

.post-password-form input[type="password"]{
    border: 1px solid #e1e1e1;
    padding: 8px 10px;
    color: #000;
}

.post-password-form input[type="submit"]{
    border: 1px solid #e9967a;
    width: 150px;
    height: 33px;
    background: none;
    color: #e9967a;
    cursor: pointer;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.post-password-form input[type="submit"]:hover{
    background: #e9967a;
    color: #fff;
}

.post-content-box .page-links{
    padding: 10px 0;
    font-family: 'Playfair Display', serif;
}

.post-content-box .page-links > span.page-links-link,
.post-content-box .page-links > a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}

.post-content-box .page-links > span.page-links-link{
    background: #f7f7f7;
}

.post-content-box .page-links > a{
    background: #e1e1e1;
    color: #000;
    text-decoration: none;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.post-content-box .page-links > a:hover{
    background: #e9967a;
    color: #fff;
}

.post .tags{
    margin-bottom: 30px;
    line-height: 24px;
    padding: 0 20px;
}

.post .tags .fa-tags{
    margin-right: 10px;
    color: #e9967a;
}

.post .tags a{
    color: #000;
    background: #f7f7f7;
    padding: 0 10px;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: lowercase;
    font-size: 11px;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.post .tags a:hover{
    background: #e1e1e1;
}

@media (max-width: 480px){
    .post-content-box .gallery-item .gallery-caption{
        display: none;
    }
    .post-content-box blockquote{
        padding: 6px 35px;
    }
    .post-content-box blockquote:before{
        font-size: 28px;
    }
    .post-content-box blockquote p{
        font-size: 16px;
    }
}

/* ===== Posts in loop - Navigation ===== */
.navigation.paging-navigation{
    clear: both;
    text-align: center;
}

.pagination.loop-pagination .page-numbers{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    color: #000;
    font-family: 'Playfair Display', serif;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.pagination.loop-pagination .page-numbers.next,
.pagination.loop-pagination .page-numbers.prev{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    width: 80px;
}

.pagination.loop-pagination .page-numbers.current{
    background: #e1e1e1;
}

.pagination.loop-pagination a.page-numbers:hover{
    background: #e9967a;
    color: #fff;
}

/* ===== Single post navigation ===== */
#post-navigation .left,
#post-navigation .right{
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -50px;
    z-index: 500;
}

#post-navigation .left a,
#post-navigation .right a{
    display: block;
    height: 100px;
    width: 40px;
}

#post-navigation .left a .visible-box,
#post-navigation .right a .visible-box{
    display: block;
    width: 40px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background: #e1e1e1;
    color: #666;
    position: relative;
    z-index: 502;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

#post-navigation .left a:hover .visible-box,
#post-navigation .right a:hover .visible-box{
    background: #666;
    color: #fff;
}

#post-navigation .left a .invisible-box,
#post-navigation .right a .invisible-box{
    position: absolute;
    top: 0;
    left: -130px;
    display: block;
    width: 130px;
    height: 100px;
    background: #fff;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-left: 0;
    font-size: 13px;
    color: #000;
    opacity: 0;
    font-family: 'Playfair Display', serif;
    -webkit-transition: opacity .6s, left .6s;
    -moz-transition: opacity .6s, left .6s;
    -o-transition: opacity .6s, left .6s;
    transition: opacity .6s, left .6s;
    z-index: 501;
}

#post-navigation .left a.nav-with-thumb .invisible-box,
#post-navigation .right a.nav-with-thumb .invisible-box{
    left: -230px;
    width: 230px;
    padding: 10px 10px 10px 100px;
}

#post-navigation .left a:hover .invisible-box,
#post-navigation .left a.nav-with-thumb:hover .invisible-box{
    left: 40px;
    opacity: 1;
}

#post-navigation .left a.nav-with-thumb .invisible-box .thumb-box,
#post-navigation .right a.nav-with-thumb .invisible-box .thumb-box{
    position: absolute;
    top: 10px;
    left: 10px;
}

#post-navigation .right{
    left: auto;
    right: 0;
}

#post-navigation .right a .invisible-box{
    left: auto;
    right: -130px;
    border: 1px solid #e1e1e1;
    border-right: 0;
    text-align: right;
    -webkit-transition: opacity .6s, right .6s;
    -moz-transition: opacity .6s, right .6s;
    -o-transition: opacity .6s, right .6s;
    transition: opacity .6s, right .6s;
    z-index: 501;
}

#post-navigation .right a.nav-with-thumb .invisible-box{
    left: auto;
    right: -230px;
    padding: 10px 100px 10px 10px;
}

#post-navigation .right a:hover .invisible-box,
#post-navigation .right a.nav-with-thumb:hover .invisible-box{
    right: 40px;
    opacity: 1;
}

#post-navigation .right a.nav-with-thumb .invisible-box .thumb-box{
    left: auto;
    right: 10px;
}

#post-navigation a .invisible-box .textbox{
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#post-navigation a .invisible-box:hover .textbox{
    color: #e9967a;
}

@media (max-width: 830px){
    #post-navigation .left a,
    #post-navigation .right a{
        width: 30px;
        opacity: 0.5;
    }
    #post-navigation .left a:hover,
    #post-navigation .right a:hover{
        opacity: 1;
    }
    #post-navigation .left a .visible-box,
    #post-navigation .right a .visible-box{
        width: 30px;
        font-size: 12px;
        z-index: 502;
    }
    #post-navigation .left a:hover .invisible-box,
    #post-navigation .left a.nav-with-thumb:hover .invisible-box{
        left: 30px;
    }
    #post-navigation .right a:hover .invisible-box,
    #post-navigation .right a.nav-with-thumb:hover .invisible-box{
        right: 30px;
    }
}

/* ===== About author - Written by ===== */
#written-by{
    color: #000;
    margin: 0 0 30px;
}

#written-by h2{
    font-size: 16px;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

#written-by h2 span.bottom-line{
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: #000;
}

#written-by .written-by{
    position: relative;
    padding-left: 105px;
}

#written-by .written-by .image-box{
    position: absolute;
    top: 0;
    left: 0;
}

#written-by .written-by p.author-name-title{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    margin: 0 0 10px;
}

#written-by .written-by p.author-name-title span{
    color: #e9967a;
}

#written-by .written-by .follow{
    margin-top: 15px;
}

#written-by .written-by .follow a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 30px;
    color: #fff;
    background: #000;
    margin: 0 6px 10px 0;
    text-align: center;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

#written-by .written-by .follow a:hover{
    background: #666;
}

/* ===== Related posts ===== */
#related-posts{
    color: #000;
    margin: 0 0 30px;
    font-family: 'Playfair Display', serif;
}

#related-posts h2{
    font-size: 16px;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

#related-posts h2 span.bottom-line{
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: #000;
}

#related-posts .image-box{
    margin-bottom: 10px;
}

#related-posts .image-box img{
    transform: translateZ(0);
}

#related-posts .text p.title{
    font-size: 16px;
    text-align: center;
}

#related-posts .text p.title a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#related-posts .text p.title a:hover{
    color: #e9967a;
}

#related-posts .text p.date{
    font-size: 12px;
    font-style: italic;
    color: #666;
    text-align: center;
}

#related-post .item {
    max-width: 250px;
}

#related-post .item .image-box{
    height: 155px;
    background: #e1e1e1;
}

/* ===== Comments ===== */
.comments-wrap{
    color: #000;
    margin-bottom: 30px;
}

.comments-wrap #respond{
    margin-bottom: 0;
    padding-bottom: 0;
}

.comments-wrap h2.comments-title{
    font-size: 16px;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

.comments-wrap h2.comments-title span.bottom-line{
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: #000;
}

.comment-body{
    position: relative;
    padding-left: 90px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    min-height: 90px;
    border-bottom: 1px solid #e1e1e1;
}

.comment-list > .comment:last-child .comment-body:last-child,
.comment-list > .depth-1:last-child{
    border: 0;
}

.pingback .comment-body{
    padding-left: 0;
    min-height: 1px;
}

.pingback .comment-body a{
    color: #e9967a;
}

.comment-list .comment-body{
    padding-bottom: 25px;
}

.comment-list > .comment:last-child .comment-body:last-child p{
    border: 0;
}

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

.comment-body .comment-author cite.fn{
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-style: normal;
    font-size: 16px;
    display: block;
    padding-right: 50px;
}

.bypostauthor > .comment-body .comment-author cite.fn,
.comment-body .comment-author cite.fn a{
    color: #e9967a;
}

.comment-body .comment-author img{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 60px;
}

.comment-body .comment-meta{
    font-size: 12px;
    font-style: italic;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
}

.comment-body .comment-meta a{
    color: #666;
}

.comment-body .comment-meta a.comment-edit-link{
    color: #666;
}

.comment-body > p a{
    color: #e9967a;
}

.comment-body > blockquote{
    font-style: italic;
    padding: 5px 20px;
    position: relative;
}

.comment-body > blockquote:before{
    content: '\f10d';
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    top: 3px;
    left: 0;
}

.comment-body .reply{
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'Playfair Display', serif;
}

.comment-body .reply a{
    font-style: italic;
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.comment-body .reply a:hover{
    color: #e9967a;
}

.comment-body .comment-awaiting-moderation{
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Playfair Display', serif;
}

.comment .children{
    margin-left: 30px;
}

.comment-navigation{
    padding: 0 0 20px;
}

#comment-nav-above{
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

#comment-nav-below{
    border-top: 1px solid #e1e1e1;
    padding: 20px 0 0;
}

.comment-navigation h1{
    margin-bottom: 10px; 
}

.comment-navigation .nav-previous{
    float: left;
}

.comment-navigation .nav-next{
    float: right;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a{
    color: #e9967a;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover{
    color: #000;
}

@media (max-width: 600px){
    .comment-body{
        padding-left: 60px;
        min-height: 60px;
    }
    .comment-body .comment-author img{
        width: 40px;
        height: 40px;
    }
    .comment .children{
        margin-left: 15px;
    }
}

@media (max-width: 480px){
    .comment-body{
        padding-left: 40px;
        min-height: 40px;
    }
    .comment-body .comment-author img{
        width: 30px;
        height: 30px;
    }
    .comment .children{
        margin-left: 5px;
    }
}

/* ===== RESPOND ===== */
#respond{
    color: #000;
    margin: 0 0 30px;
}

#respond h3.comment-reply-title{
    font-size: 16px;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}

#respond h3.comment-reply-title:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 1px;
    background: #000;
}

#respond h3 small{
    font-size: 14px;
}

#respond h3 small a{
    color: #e9967a;
}

.comment-notes,
.logged-in-as{
    margin-bottom: 20px;
}

.logged-in-as a{
    color: #e9967a;
}

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

.name-email-url-box .comment-form-author,
.name-email-url-box .comment-form-email,
.name-email-url-box .comment-form-url{
    float: left;
    width: 32%;
    margin-right: 2%;
}

.name-email-url-box .comment-form-url{
    margin-right: 0;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label{
    display: inline-block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
    border: 1px solid #e1e1e1;
    padding: 10px;
    outline: 0;
    display: block;
    max-width: 360px;
    width: 100%;
    margin-bottom: 20px;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.comment-form-url input,
.comment-form-comment textarea{
    max-width: 100%;
}

.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus,
.comment-form-comment textarea:focus{
    border-color: #666;
}

#respond .form-submit input{
    display: inline-block;
    border: 0;
    outline: 0;
    padding: 0 20px;
    height: 40px;
    background: #e9967a;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

#respond .form-submit input:hover{
    background: #666;
}

@media (max-width: 480px){
    .name-email-url-box .comment-form-author,
    .name-email-url-box .comment-form-email,
    .name-email-url-box .comment-form-url{
        width: 100%;
        margin: 0 0 10px 0;
    }
}

/* ===== Custom Box ===== */
#custom-box{
    background: #f7f7f7;
    text-align: center;
    padding: 40px 0;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
}

#custom-box p span{
    color: #e9967a;
}

/* ===== Page no results ===== */
#page-no-results-content{
    text-align: center;
}

#page-no-results-content p.title{
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    margin-bottom: 10px;
}

#page-no-results-content .searchform,
#error-404 .searchform{
    margin: 30px auto 0;
    max-width: 300px;
    width: 100%;
    background: #f7f7f7;
    padding-right: 40px;
    position: relative;
}

#page-no-results-content .searchform input[type="text"],
#error-404 .searchform input[type="text"]{
    display: block;
    width: 100%;
    padding: 12px 10px 11px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #000;
    font-family: 'Playfair Display', serif;
}

#page-no-results-content .searchform input[type="text"]::-webkit-input-placeholder {
   color: #000;
}

#page-no-results-content .searchform input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

#page-no-results-content .searchform input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

#page-no-results-content .searchform input[type="text"]:-ms-input-placeholder {  
   color: #000;  
}

#page-no-results-content .searchform button[type="submit"],
#error-404 .searchform button[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0; 
    font-size: 16px;
    cursor: pointer;
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#page-no-results-content .searchform button[type="submit"]:hover,
#error-404 .searchform button[type="submit"]:hover{
    color: #e9967a;
}

@media (max-width: 991px){
    #page-no-results-content p.title{
        font-size: 30px;
    }
    #page-no-results-content p{
        font-size: 12px;
    }
}

/* ===== ERROR 404 ===== */
#error-404{
    text-align: center;
}

#error-404 p.num404{
    font-size: 100px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

#error-404 p.map-signs{
    font-size: 100px;
    color: #e1e1e1;
}

#error-404 h2{
    font-size: 24px;
    margin-bottom: 10px;
}

#error-404 .searchform input[type="text"]::-webkit-input-placeholder {
   color: #000;
}

#error-404 .searchform input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

#error-404 .searchform input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

#error-404 .searchform input[type="text"]:-ms-input-placeholder {  
   color: #000;  
}

@media (max-width: 991px){
    #error-404 p.num404{
        font-size: 60px;
    }
    #error-404 p.map-signs{
        font-size: 60px;
    }
    #error-404 h2{
        font-size: 20px;
    }
    #error-404 p{
        font-size: 12px;
    }
}

/* ===== Gallery Post Format ===== */
.owl-gallery-wrap{
    position: relative;
}

.owl-gallery-wrap img{
    transform: translateZ(0);
}

.owl-gallery-wrap .owl-gallery-prev,
.owl-gallery-wrap .owl-gallery-next{
    display: block;
    position: absolute;
    bottom: 1px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e9967a;
    color: #fff;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.owl-gallery-wrap .owl-gallery-prev{
    left: 1px;
}

.owl-gallery-wrap .owl-gallery-next{
    left: 42px;
}

.owl-gallery-wrap .owl-gallery-prev:hover,
.owl-gallery-wrap .owl-gallery-next:hover{
    background: #666;
}

#single-no-slider-info-top.gallery-format{
    position: relative;
}

#single-no-slider-info-top .owl-gallery-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#single-no-slider-info-top .owl-gallery,
#single-no-slider-info-top .owl-stage-outer,
#single-no-slider-info-top .owl-stage,
#single-no-slider-info-top .owl-item{
    height: 100%;
}

#single-no-slider-info-top .owl-gallery .item{
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;  
}

#single-no-slider-info-top.gallery-format .post-header{
    z-index: 100;
}

@media (max-width: 600px){
    .owl-gallery-wrap .owl-gallery-prev,
    .owl-gallery-wrap .owl-gallery-next{
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .owl-gallery-wrap .owl-gallery-next{
        left: 27px;
    }
}

/* ===== Post format quote ===== */
.quote-box{
    padding: 30px 30px 30px 70px;
    border: 1px solid #e1e1e1;
    position: relative;
    color: #000;
}

.single-post .format-quote .post-content-box{
    padding: 30px 30px 30px 70px;
    position: relative;
}

.quote-box:before,
.single-post .format-quote .post-content-box:before{
    content: '\f10d';
    font-family: 'FontAwesome';
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 36px;
    color: #e9967a;
}

.quote-box .quote-text,
.single-post .format-quote .post-content-box{
    font-family: 'Playfair Display', serif;
    font-size: 18px;
}

.quote-box .line{
    width: 40px;
    height: 1px;
    background: #000;
    margin: 15px 0;
}

.quote-box p.quote-author{
    font-weight: 600;
    text-transform: uppercase;
}

.quote-box p.quote-author a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.quote-box p.quote-author a:hover{
    color: #e9967a;
}

@media (max-width: 600px){
    .quote-box,
    .single-post .format-quote .post-content-box{
        padding: 20px 20px 20px 50px;
    }
    .quote-box:before,
    .single-post .format-quote .post-content-box:before{
        top: 10px;
        left: 15px;
        font-size: 28px;
    }
    .quote-box .quote-text,
    .single-post .format-quote .post-content-box{
        font-size: 16px;
    }
    .quote-box .line{
        width: 30px;
    }
    .quote-box p.quote-author{
        font-size: 12px;
    }
}

/* ===== CONTACT FORM 7 ===== */
.wpcf7 .wpcf7-form-control-wrap input[type="text"],
.wpcf7 .wpcf7-form-control-wrap input[type="email"],
.wpcf7 .wpcf7-form-control-wrap textarea{
    border: 1px solid #e1e1e1;
    outline: 0;
    color: #000;
    padding: 8px 10px;
    display: block;
    max-width: 360px;
    width: 100%;
    font-size: 16px;
    -webkit-transition: border .3s;
    -moz-transition: border .3s;
    -o-transition: border .3s;
    transition: border .3s;
}

.wpcf7 .wpcf7-form-control-wrap input[type="text"]:focus,
.wpcf7 .wpcf7-form-control-wrap input[type="email"]:focus,
.wpcf7 .wpcf7-form-control-wrap textarea:focus{
    border-color: #666;
}

.wpcf7 .wpcf7-form-control-wrap textarea{
    max-width: 100%;
}

.wpcf7 input[type="submit"]{
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    background: #e9967a;
    border: 0;
    margin: 0 0 20px;
    color: #fff;
    outline: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.wpcf7 input[type="submit"]:hover{
    background: #666;
}

/* ===== Widgets ===== */
.widget{
    border: 1px solid #e1e1e1;
    color: #000;
    padding: 20px;
    margin-bottom: 30px;
}

.widget .widget-title{
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.widget .widget-title a{
    color: #000;
}

.widget .title-divider{
    width: 40px;
    height: 1px;
    background: #000;
    margin: -1px auto 20px;
}

.widget_social .social-icons-wrap{
    text-align: center;
    font-size: 16px;
}

.widget_social .social-icons-wrap a{
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 5px;
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.widget_social .social-icons-wrap a:hover{
    color: #e9967a;
}

.jetpack_subscription_widget form #subscribe-text{
    margin-bottom: 5px;
}

.jetpack_subscription_widget form #subscribe-email input{
    display: block;
    width: 100%;
    border: 0;
    padding: 8px;
    outline: 0;
    margin-bottom: 10px;
    background: #f7f7f7;
    font-family: 'Playfair Display', serif;
}

.jetpack_subscription_widget form #subscribe-submit input{
    display: block;
    width: 100%;
    height: 34px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 12px;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

.jetpack_subscription_widget form #subscribe-submit input:hover{
    background: #e9967a;
}

.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li{
    font-family: 'Playfair Display', serif;
    margin-bottom: 10px;
}

.widget_recent_comments ul li{
    font-family: 'Open Sans', sans-serif;
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_rss ul li:last-child{
    margin-bottom: 0;
}

.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_recent_entries ul li a,
.widget_rss ul li a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_rss ul li a:hover{
    color: #e9967a;
}

.widget_nav_menu ul li.menu-item-has-children .sub-menu,
.widget_pages ul li.page_item_has_children .children{
    padding-top: 10px;
    padding-left: 15px;
}

.widget_recent_comments ul li a{
    display: block !important;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

.widget_recent_comments ul li .comment-author-link a{
    display: inline-block !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.widget_recent_entries ul li .post-date,
.widget_rss ul li .rss-date{
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #666;
}

.widget_rss ul li a{
    font-size: 16px;
}

.widget_rss ul li .rssSummary{
    font-family: 'Open Sans', sans-serif;
}

.widget_text .textwidget a{
    color: #e9967a;
}

.widget_text .textwidget img{
    max-width: 100%;
}

.widget_calendar #wp-calendar{
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate;
    font-family: 'Playfair Display', serif;
}

.widget_calendar #wp-calendar caption{
    padding: 10px 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.widget_calendar #wp-calendar thead tr th{
    padding: 10px 0;
    text-align: center;
    padding: 5px;
}

.widget_calendar #wp-calendar td{
    padding: 5px;
    text-align: center;
    background: #f7f7f7;
}

.widget_calendar #wp-calendar td.pad{
    background: none;
}

.widget_calendar #wp-calendar tbody td a{
    color: #e9967a;
    display: block;
}

.widget_calendar #wp-calendar tbody td#today{
    background: #e1e1e1;
}

.widget_calendar #wp-calendar tbody td#today a{
    color: #e9967a;
}

.widget_calendar #wp-calendar tfoot td#prev,
.widget_calendar #wp-calendar tfoot td#next{
    background: none;
}

.widget_calendar #wp-calendar tfoot td#prev a,
.widget_calendar #wp-calendar tfoot td#next a{
    color: #e9967a;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.widget_calendar #wp-calendar tfoot td#prev{
    text-align: left;
}

.widget_calendar #wp-calendar tfoot td#next{
    text-align: right;
}

.widget_recent_posts_with_thumb ul li{
    position: relative;
    padding: 0 0 20px 97px;
    margin: 0 0 20px;
    min-height: 106px;
    border-bottom: 1px solid #e1e1e1;
}

.widget_recent_posts_with_thumb ul li:last-child{
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
    min-height: 86px;
}

.widget_recent_posts_with_thumb ul li .thumb{
    position: absolute;
    top: 0;
    left: 0;
}

.widget_recent_posts_with_thumb ul li .thumb a{
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.widget_recent_posts_with_thumb ul li .thumb a:hover{
    opacity: 0.8;
}

.widget_recent_posts_with_thumb ul li p.title,
.widget_recent_entries ul li a{
    font-family: 'Playfair Display', serif;
    font-size: 16px;
}

.widget_recent_posts_with_thumb ul li p.title a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.widget_recent_posts_with_thumb ul li p.title a:hover{
    color: #e9967a;
}

.widget_recent_posts_with_thumb ul li p.recent-date{
    font-family: 'Playfair Display', serif;
    font-size: 12px;
    font-style: italic;
    color: #666;
}

.widget_archive select,
.widget_categories select{
    display: block;
    width: 100%;
    padding: 10px;
    background: #f7f7f7;
    border: 0;
    outline: 0;
    color: #000;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}

.widget_search{
    padding: 0;
    border: 0;
}

.widget_search form{
    background: #f7f7f7;
    padding-right: 40px;
    position: relative;
}

.widget_search input[type="text"]{
    display: block;
    width: 100%;
    padding: 12px 10px 11px;
    background: transparent;
    border: 0;
    outline: 0;
    color: #000;
    font-family: 'Playfair Display', serif;
}

.widget_search input[type="text"]::-webkit-input-placeholder {
   color: #000;
}

.widget_search input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #000;  
}

.widget_search input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #000;  
}

.widget_search input[type="text"]:-ms-input-placeholder {  
   color: #000;  
}

.widget_search button[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0; 
    font-size: 16px;
    cursor: pointer;
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.widget_search button[type="submit"]:hover{
    color: #e9967a;
}

.widget_tag_cloud .tagcloud a{
    display: inline-block;
    font-size: 12px !important;
    padding: 5px 10px;
    margin: 0 4px 10px 0;
    background: #f7f7f7;
    color: #000;
    -webkit-transition: background .3s, color .3s;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
}

.widget_tag_cloud .tagcloud a:hover{
    background: #e1e1e1;
}

#sidebar .null-instagram-feed ul li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 5px;
    display: block;
    float: left;
}

#sidebar .null-instagram-feed ul li img{
    display: block;
}

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

#sidebar .null-instagram-feed ul li:nth-child(3n+4){
    clear: left;
}

#sidebar .null-instagram-feed ul li a{
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#sidebar .null-instagram-feed ul li a:hover{
    opacity: 0.8;
}

#sidebar .null-instagram-feed p.clear{
    clear: both;
}

#sidebar .null-instagram-feed p.clear a{
    color: #000;
    text-decoration: underline;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#sidebar .null-instagram-feed p.clear a:hover{
    color: #e9967a;
    text-decoration: none;
}

/* ===== Instagram widget area ===== */
#footer-instagram-area{
    margin-top: 50px;
}

#footer-instagram-area .widget{
    border: 0;
    padding: 0;
    margin: 0;
}

#footer-instagram-area .widget-title{
    display: none;
}

#footer-instagram-area .null-instagram-feed ul li{
    width: 12.5%;
    display: inline;
    float: left;
}

#footer-instagram-area .null-instagram-feed ul li img{
    display: block;
}

#footer-instagram-area .null-instagram-feed ul li a{
    display: block;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#footer-instagram-area .null-instagram-feed ul li a:hover{
    opacity: 0.8;
}

#footer-instagram-area .null-instagram-feed p.clear{
    clear: both;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 16px;
    padding: 5px 0 0;
}

#footer-instagram-area .null-instagram-feed p.clear a{
    color: #000;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

#footer-instagram-area .null-instagram-feed p.clear a:hover{
    color: #e9967a;
}

@media (max-width: 600px){
    #footer-instagram-area .null-instagram-feed ul li{
        width: 25%;
    }
}

/* ===== Footer Logo ===== */
#footer-logo{
    padding: 40px 0 0;
    text-align: center;
    clear: both;
}

#footer-logo p{
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    line-height: 1;
    font-weight: normal;
}

#footer-logo p a{
    color: #000;
}

#footer-logo a{
    display: inline-block;
    max-width: 100%;
}

@media (max-width: 600px){
    #footer-logo img{
        max-width: 80%;
    }
}

/* ===== Footer Social ===== */
#footer-social{
    text-align: center;
    padding: 40px 0 0;
}

#footer-social a{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 6px 10px 0;
    line-height: 35px;
    border-radius: 35px;
    background: #000;
    color: #fff;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}

#footer-social a:last-child{
    margin: 0 0 10px;
}

#footer-social a:hover{
    background: #e9967a;
}

/* ===== Footer ===== */
#footer{
    text-align: center;
    margin-top: 40px;
    border-top: 1px solid #e1e1e1;
    padding: 15px 0;
    color: #000;
    font-size: 12px;
}

#footer p a{
    color: #e9967a;
}

/* ===== BACK TO TOP ===== */
#back-to-top{
    background: #e9967a;
    color: #fff;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    opacity: 0.5;
    z-index: 10;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#back-to-top:hover{
    opacity: 1;
}
