/*
Theme Name: Sentobar
Theme URI: http://dynamiclayers.net/sentobar
Author: DynamicLayers
Author URI: http://www.dynamiclayers.net
Description: Sentobar is the best hair salon and barber shop WordPress theme.
Version: 1.7
License: GNU General Public License v2 or later
sentobar is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sentobar
Tags: custom-menu, featured-images, theme-options, translation-ready, custom-background, custom-colors, custom-header, editor-style, accessibility-ready
*/

/*  ==========================================================================
    Table of Content
    ==========================================================================

    1.0 Media
    2.0 Button
    3.0 Preloader
    4.0 Header
    5.0 Blog
    6.0 Pagination
    7.0 Related Posts
    8.0 Featured Image Hover
    9.0 Page Header
    10.0 Breadcrumb
    11.0 Author
    12.0 404 Page
    13.0 Widgets
    14.0 Footer Widgets
    15.0 Comments
    16.0 Footer
    17.0 Scroll To Top

    ==========================================================================
    sentobar
    ========================================================================== */

/* ==========================================================================
   1.0 Media
   ========================================================================== */
img,
video {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
img.alignleft,
img.alignright {
    float: none;
    margin: 0;
}
img.alignleft {
    float: left;
    margin-right: 25px;
}
img.alignright {
    float: right;
    margin-left: 25px;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.comment-content p{
    font-size: 14px;
    color: #777;
    line-height: 26px;
    font-weight: 500;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    margin-bottom: 25px;
    max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */
p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
    margin-bottom: 0;
}
.wp-caption,
.gallery-caption {
    color: #555;
    font-size: 13px;
    font-style: italic;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 12px 0;
}

/* SVG Icons base styles */
.icon {
    display: inline-block;
    fill: currentColor;
    height: 15px;
    position: relative; /* Align more nicely with capital letters */
    top: -0.0625em;
    vertical-align: middle;
    width: 15px;
}

/* ==========================================================================
   2.0 Button
   ========================================================================== */
.btn-group-left .b-btn{ margin-right: 10px; }
.btn-group-right .b-btn{ margin-left: 10px; }
.btn-group-center .b-btn{ margin: 0 5px; }
.b-btn{
    background-color: #9e8a78;
    line-height: 50px;
    font-weight: 600;
    font-family: "Open Sans", serif;
    height: 50px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    width: 190px;
    cursor: pointer;
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    border: 2px solid rgba(250,183,2,0.8);
    border-radius: 2px;
    overflow: hidden;
}
.b-btn span{
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.b-btn::before{
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(250,183,2,0.25);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.b-btn::after{
    content: '';
    position: absolute;
    top: 50px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 190px solid rgba(250,183,2,1);
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.b-btn::after{
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;
}
.b-btn:hover::before{
    opacity: 1;
    -webkit-transform: translate(0px,-160px);
    transform: translate(0px,-160px);
}
.b-btn:hover::after{
    opacity: 1;
    -webkit-transform: translate(0px,-120px);
    transform: translate(0px,-120px);
}
.b-btn:hover{
    color: #fff;
}
.learn-more{
    color: #555;
}
.learn-more:hover{
    color: #555;
    text-decoration: underline;
}

/* ==========================================================================
   3.0 Preloader
   ========================================================================== */
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #222222;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s .5s ease;
    -moz-transition: all .5s .5s ease;
    transition: all .5s .2s ease;
}
.loader{
    position:absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: -30px;
}
body.loaded #preloader{
    opacity: 0;
    visibility: hidden;
}
.spinner {
    background-color: #9e8a78;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-animation: wt-scaleout 1.0s infinite ease-in-out;
    animation: wt-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes wt-scaleout {
    0% {
        -webkit-transform: scale(0) }
    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes wt-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

/* ==========================================================================
   4.0 Header
   ========================================================================== */
.header_section{
    background-color: #222227;
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    min-height: 95px;
    transition: all 0.3s ease-in-out;
}
.header-space{
    background-color: #222227;
    width: 100%;
    height: 95px;
}
.admin-bar .header-space{
    height: 127px;
}
.navbar-fixed-top.header_section{
    background-color: #222227;
    border-bottom: none;

    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.06);
    box-shadow: 0 0 15px rgba(0,0,0,0.06);
    min-height: 90px;
    transition: all 0.3s ease-in-out;
}
.navbar-fixed-top .navbar-collapse{
    max-height: 100%;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
    padding: 0;
}
.site-branding a {
    font-size: 23px;
    letter-spacing: -2px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
}
.site-branding a img{
    max-width: 180px;
}
.site-branding a:focus{
    outline: none;
}
.navbar-header .brand.logo-dark,
.navbar-fixed-top .navbar-header .brand{
    color: #282828;
}
/*Nav Menu */
.mainmenu{
    display: inline-block;
}
#navbar{
    z-index: 999;
}
ul.nav{
    padding: 0;
    margin: 0;
}
ul.nav > li{
    position: relative;
}
ul.nav > li > a{
    color: #ddd;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    letter-spacing: 1px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 90px;
    z-index: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li.current_page_ancestor > a,
ul.nav > li.current-menu-item > a{
    background: none;
    color: #fff;
    text-decoration: none;
    outline: none;
}

/* Header Light */
.header_section.header-light{
    background-color: #fff;
}
.header-light ul.nav > li > a{
    color: #777;
}
.header-light ul.nav > li > a:hover,
.header-light ul.nav > li > a:focus,
.header-light ul.nav > li.current_page_ancestor > a,
.header-light ul.nav > li.current-menu-item > a {
    background: none;
    color: #666;
    text-decoration: none;
    outline: none;
}
/*Dropdown */
ul.nav li ul{
    background-color: #222227;
    width: 220px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 0;
    padding: 0;
}
ul.nav li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
ul.nav li ul li{
    border-bottom: 1px solid #303133;
    display: block;
}
ul.nav li ul li:last-child{
    border: none;
}
ul.nav li ul li a{
    line-height: 24px;
    display: block;
    padding: 10px 15px;
    font-family: 'Open Sans', serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ddd;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
ul.nav li ul li a:hover{
    text-decoration: none;
}
ul.nav li > ul > li a:hover{
    background-color: #9e8a78;
    padding-left: 20px;
    color: #fff;
}
ul.nav li > ul > li.current-menu-item a{
    color: #fff;
}
ul.nav li > ul ul{
    background-color: #fff;
    left: 220px;
}
ul.nav li > ul li:hover > ul li a{
    color: #555;
}
ul.nav li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
ul.nav li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
ul.nav li > li > a:focus{
    border: none;
}
/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 8px 0;
    display: none;
}
.slicknav_btn{
    padding-top: 20px;
}
.slicknav_nav {
    background-color: #222227;
    padding: 25px 10px;
}
.slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 42px;
    padding: 0;
}
.slicknav_btn{
    background-color: transparent;
    margin: -53px 30px 11px 0;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
    font-family: "Open Sans", serif;
    padding: 10px 15px;
    margin: 0;
    color: #999;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #fff;
}
.slicknav_menu .slicknav_icon-bar{
    background-color: #bbb;
}
/* If Admin Bar Activate */
.admin-bar .header_section,
.admin-bar .header_section.navbar-fixed-top {
  top: 32px;
}
@media screen and (max-width: 782px) {
    .admin-bar .header_section {
        top: 46px;
    }
    .admin-bar .header_section.navbar-fixed-top{
        top: 0;
    }
}

/* Menu Button */
.menu-btn{
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.menu-btn a{
    background-color: #9e8a78;
    font-family: "Open Sans", serif;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
}
.menu-btn a:hover{
    opacity: 0.8;
    background-color: #9e8a78;
    color: #fff;
    text-decoration: none;
}
.menu-btn a:focus{
    outline: none;
}

/* ==========================================================================
   5.0 Blog
   ========================================================================== */
.full-width .site-main{
    padding: 0 15px;
}
.wrapper{
    padding: 100px 0;
}
.masonry-blog{
    margin-top: -15px;
    margin-bottom: -15px;
}
.archive .masonry-blog .blog-post,
.blog .masonry-blog .blog-post,
.search .masonry-blog .blog-post{
    padding: 15px;
}
.search.search-no-results .masonry-blog{
    height: auto!important;
}
.masonry-blog .entry_thumb {
    position: relative;
    overflow: hidden;
}
.masonry-blog .entry_thumb-link img {
    width: 100%;
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.masonry-blog .entry_thumb-link::before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.masonry-blog .entry_thumb:hover .entry_thumb-link::before {
    opacity: 1;
    visibility: visible;
}
.masonry-blog .entry_thumb:hover .entry_thumb-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.masonry-blog .entry_text {
    padding: 30px 25px;
    background-color: #fcf9f7;
}
.masonry-blog .entry_title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.masonry-blog .entry_title a {
    color: #222222;
    text-decoration: none;
}
.masonry-blog .entry_title a:hover,
.masonry-blog .entry_title a:focus {
    color: #938a78;
}
.masonry-blog .entry_meta a,
.masonry-blog .entry_date {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #777;
}
.masonry-blog .entry_date a {
    margin-bottom: 0;
}
.masonry-blog .entry_meta a:hover{
    color: #222;
}
.masonry-blog .entry-excerpt .page-links{
    padding-bottom: 0;
}
.masonry-blog .entry_meta {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 25px;
}
.masonry-blog .entry_meta a {
    color: #777;
    text-decoration: none;
}
.masonry-blog .entry_meta-links a::after {
    content: ", ";
}
.masonry-blog .entry_meta-links a:last-child::after {
    display: none;
}
/* Sticky Post */
.masonry-blog .blog-post.sticky .entry_text,
.masonry-blog .blog-post.sticky .entry_thumb{
    position: relative;
}
.masonry-blog .blog-post.sticky .entry_text:before,
.masonry-blog .blog-post.sticky .entry_thumb:before{
    background-color: rgba(0,0,0,0.7);
    display: inline-block;
    content: "Featured";
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 10;
}
.masonry-blog .blog-post.sticky.has-post-thumbnail .entry_text:before{
    display: none;
}
.read-more-box{
    display: block;
}
.read-more-link{
    text-transform: uppercase;
    text-decoration: none;
}
.page-links {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    padding: 20px 0;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.page-links .page-number {
    color: #555;
    display: inline-block;
    padding: 0.5em 1em;
}
.page-links a {
    color: #555555;
    display: inline-block;
}
.page-links a span{
    opacity: 0.8;
}
.page-links a:hover span{
    opacity: 1;
}
.page-links span{
    margin: 0 2px;
    color: #fff;
    background-color: #9e8a78;
    padding: 3px 13px;
    line-height: inherit;
    display: inline-block;
    border-radius: 3px;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.page-links a:hover{
    color: #9e8a78;
}
.page-links a .page-number {
    color: ##222222;
}
/* Single Post */
.single-post-header{
    background-color: #222227;
    height: 580px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 1;
}
.single-post-header:before{
    background-color: rgba(17,17,17,0.8);
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.single-post-header h1{
    color: #fff;
    margin: 15px 0 40px;
    font-size: 56px;
    line-height: 1.1;
}
.posts-category a{
    color: #fff;
    font-weight: 300;
    opacity: 0.8;
    font-size: 13px;
    margin: 0 7px;
    text-decoration: none;
}
.single-post-meta-info a{
    text-decoration: none;
    color: #fff;
    opacity: 0.8;
    font-size: 13px;
    font-weight: 300;
}
.single-post-meta-info a:hover{
    opacity: 1;
}
.single-post-meta-info .post-author{
    display: inline-block;
}
.single-post-meta-info .post-author .author-avatar img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.single-post-meta-info .date{
    display: inline-block;
}
.page .page-featured-img,
.blog-single .featured-img{
    margin-bottom: 30px;
}
.page .page-featured-img img,
.blog-single .featured-img img{
    max-width: 100%;
}
.blog-single .entry-header{
    margin: 0 0 30px;
    position: relative;
}
.blog-single header.entry-header .entry-meta .entry-item {
    display: inline-block;
    margin-right: 15px;
    color: #777;
}
.blog-single header.entry-header .entry-meta .entry-item i{
    margin-right: 5px;
}
.blog-single .entry-title{
    font-family: "Playfair Display", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #222222;
    line-height: normal;
    text-decoration: none;
    margin: 0 0 10px;
}
/* Meta */
.entry-footer {
    margin: 15px 0 0;
}
.entry-footer .meta-label{
    font-size: 13px;
    color: #777;
    letter-spacing: 1px;
    font-weight: 700;
}
.entry-footer .entry-meta .entry-item{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    color: #777;
}
.entry-footer .entry-meta{
    margin-bottom: 10px;
}
.entry-footer .entry-meta a{
    font-size: 13px;
    color: #777;
    text-transform: capitalize;
    margin: 0 5px;
    letter-spacing: 1px;
}
.entry-footer .entry-meta a:hover{
    color: #9e8a78;
}
.social-share span{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0;
    color: #777;
}
.entry-footer .social-share a {
    margin: 0 10px;
    color: #222;
}
.entry-footer .social-share a:hover{
    color: #9e8a78;
}
.post-navigation{
    margin-top: 90px;
}
.post-navigation .nav-links a{
    font-size: 22px;
    font-family: "Playfair Display", sans-serif;
}
.post-navigation .nav-links a:hover{
    box-shadow: none;
    text-decoration: underline;
}
.post-navigation a{
    font-family: "Playfair Display", sans-serif;
    color: #222222;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}
.post-navigation a:hover{
    color: #9e8a78;
    text-decoration: none;
}
.post-navigation a span{
    font-size: 12px;
    display: block;
    margin: 0;
    line-height: 24px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 1px;
    color: #777;
}
.entry-content ol,
.entry-content ul{
    margin-left: 10px;
}

/* ==========================================================================
   6.0 Pagination
   ========================================================================== */
.blog-home .pagination-wrap{
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;
}
.pagination-wrap{
    margin: 20px 0;
    padding: 0;
}
.pagination-wrap li{
  display: inline-block;
  margin: 0 5px;
}
.pagination-wrap li a{
    text-decoration: none;
}
.pagination-wrap li .page-link{
    border: 1px solid #ddd;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 23px;
    text-align: center;
    color: #555;
    font-weight: 600;
    text-decoration: none;
}
.pagination-wrap li .page-link:hover{
    background-color: #9e8a78;
    color: #fff;
    text-decoration: none;
}
.pagination-wrap li .page-link:hover a{
    color: #fff;
    text-decoration: none;
}
.pagination-wrap li .page-link a:hover{
    text-decoration: none;
}
.pagination-wrap li.page-item.active .page-link{
    background-color: #9e8a78;
    border: 1px solid #9e8a78;
    color: #fff;
}

/* ==========================================================================
   7.0 Related Posts
   ========================================================================== */
.related-posts{
    margin: 90px 0 0;
}
.related-posts h3.rel-title{
    font-family: "Playfair Display", sans-serif;
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 30px;
    letter-spacing: -.01em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.related-posts-list{
    list-style: none;
    margin: 0;
    padding: 0;
}
.related-posts-list li{
    float: left;
    width: 50%;
}
.related-posts-list li:first-child {
    padding-right: 15px;
}
.related-posts-list li:last-child{
    padding-left: 15px;
}
.related-posts-list li .rel-post-content{
    background-color: #fcf9f7;
    display: block;
    padding: 30px 25px;
}
.related-posts-list li .rel-post-content .rel-entry-date{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #777;
}
.related-posts-list li .rel-post-content h4{
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.related-posts-list li .rel-post-content h4 a{
    text-decoration: none;
    color: #222;
}
.related-posts-list li .rel-post-content h4 a:hover{
    color: #9e8a78;
}
.related-posts-list li .rel-post-content p{
    margin: 0;
}
.related-posts-list li .rel-post-content .rel-entry-meta{
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 25px;
}
.related-posts-list li .rel-post-content .rel-entry-meta a{
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #777;
    text-decoration: none;
}
.related-posts-list li .rel-post-content .rel-entry-meta a:after{
    content: ", ";
}
.related-posts-list li img{
    width: 100%;
}
.related-posts-list li h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 10px;
}
.related-posts-list li h4 a{
    color: #222;
}
.related-posts-list li p{
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    font-weight: 500;
}

/* ==========================================================================
   8.0 Featured Image Hover
   ========================================================================== */
.post-thumbnail {
    margin-bottom: 15px;
}
.post-thumbnail a img {
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
    opacity: 0.7;
}

/* ==========================================================================
   9.0 Page Header
   ========================================================================== */
.page-header{
    background-color: #222227;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    display: block;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.page-header h1.page-title{
    font-family: 'Playfair Display', serif;
    color: #fff;
    position: relative;
    margin: 0;
    font-size: 50px;
    text-transform: inherit;
    font-weight: 400;
    line-height: 50px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.page-header p{
    color: #ddd;
    margin: 40px 0 0;
}
.page-header:before{
    background-color: rgba(17,17,17,0.8);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

/* ==========================================================================
   10.0 Breadcrumb
   ========================================================================== */
.breadcrumbs {
    font-size: 10px;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-top: 20px;
    margin-bottom: 0;
}
.breadcrumbs span{
    padding: 0 3px;
}
.breadcrumbs span a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.breadcrumbs span a span{
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.breadcrumbs span a:hover,
.breadcrumbs span a:hover span{
    text-decoration: none;
    color: #ddd;
    transition: all 0.3s ease-in-out;
}
.breadcrumbs span span{
    font-size: 10px;
    color: #ddd;
    text-transform: uppercase;
    letter-spacing: .2em;
}

/* ==========================================================================
   11.0 Author Info
   ========================================================================== */
.page-header.author-page{
    height: 500px;
}
.author-posts-title{
    position: relative;
    padding-bottom: 12px;
    color: #303133;
    font-weight: 700;
    font-size: 24px;
}
.author-info{
    color: #bbb;
    display: block;
    text-align: center;
}
.author-info img.avatar{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.author-info ul{
    list-style: none;
    padding: 0;
}
.author-info ul li a{
    color: #bbb;
}
.author-socials{
    margin-top: 20px;
}
.author-socials li{
    display: inline-block;
    margin: 0 3px;
}
.author-socials li a{
    background-color: #9e8a78;
    color: #fff!important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}
.author-socials li a:hover{
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}

/* Author Profile */
.author-bio{
    margin:90px 0 0;
    display: block;
    background-color: #fcf9f7;
}
.author-bio .bio-inner {
    position: relative;
    min-height: 230px;
    display: flex;
    align-items: center;
    padding: 40px 40px 40px 270px;
}
.author-bio .bio-inner .author-avatar {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    width: 230px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.author-bio .bio-inner h3{
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #222;
}
.author-bio .bio-inner p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    color: #777;
}
.author-bio .bio-inner ul{
    margin: 0;
    padding: 0;
}
.author-bio .bio-inner ul li{
    display: inline-block;
    margin-right: 15px;
}
.author-bio .bio-inner ul li a{
    color: #222;
    font-size: 14px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.author-bio .bio-inner ul li a:hover{
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   12.0 404 Page
   ========================================================================== */
.error-404 i {
    font-size: 80px;
    color: #9e8a78;
}
.error-404 h1{
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0;
    color: #222;
}
.error-404 p{
    color: #777;
}
.error-404 a{
    color: #777;
}
.error-404 a:focus,
.error-404 a:hover{
    color: #9e8a78;
}
/* Content None */
.no-results.not-found{
    display: block;
    width: 100%;
}
.no-results.not-found.without-sidebar{
    padding: 40px 0;
}
.no-results.not-found .not-found-icon{
    color: #dd0000;
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 45px;
    background-color: #fcf9f7;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 25px;
}
.no-results.not-found.text-center .not-found-icon{
    margin: 0 auto 25px;
}
.no-results.not-found .page-content p{ margin: 0; }

/* ==========================================================================
   13.0 Widgets
   ========================================================================== */
.full-width #right-sidebar{
    padding-right: 30px;
}
.full-width #left-sidebar{
    padding-left: 30px;
}
#secondary {
    padding: 15px 0 30px;
}
.widget-area .widget{
    background-color: #fcf9f7;
    padding: 40px 20px;
}
.widget-area .widget.widget_search{
    padding: 0;
}
.widget-area .widget.widget_search .widget-title{
    display: none;
}
.widget-area .widget:not(:last-of-type) {
    margin-bottom: 30px;
}
.widget .nice-select{
    width: 100%;
}
.widget .nice-select ul li:not(:last-of-type){
    padding-bottom: 0;
}
h3.widget-title {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    font-family: "Playfair Display", sans-serif;
    line-height: normal;
    margin-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.widget-title a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

/* widget forms */
.widget select{
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0 10px;
}

/* widget lists */
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{
    position: relative;
    padding-left: 15px;
}
.widget-box ul li:before,
.widget ul li:before{
    background-color: #999;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
    opacity: 0.7;
}
.widget ul li,
.widget ol li {
    font-family: "Open Sans", sans-serif;
    color: #777;
    font-weight: 500;
    font-size: 14px;
}

.widget ul li:not(:last-of-type),
.widget ol li:not(:last-of-type){
    padding-bottom: 10px;
}
.widget ul li a{
    color: #777;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
}
.widget ul li a:hover{
    color: #222222;
    text-decoration: none;
}
.widget:not(.widget_tag_cloud) ul li + li {
    margin-top: -1px;
}
.widget ul li ul {
    margin: 0 0 -1px;
    padding: 0;
    position: relative;
}
.widget ul li li {
    border: 0;
    padding-left: 24px;
}

/* Widget lists of links */
.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
    bottom: 0;
}
.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
    padding-bottom: 5px;
    padding-top: 5px;
}
.widget_rss ul li {
    padding-bottom: 15px;
    padding-top: 15px;
}

/* Widget markup */
.widget .post-date,
.widget .rss-date {
    font-size: 12px;
}

/* Text widget */
.widget_text {
    word-wrap: break-word;
}
.widget_text ul {
    list-style: disc;
    margin: 0 0 25px 25px;
}
.widget_text ol {
    list-style: decimal;
}
.widget_text ul li,
.widget_text ol li {
    border: none;
}
.widget_text ul li:last-child,
.widget_text ol li:last-child {
    padding-bottom: 0;
}
.widget_text ul li ul {
    margin: 0 0 0 25px;
}
.widget_text ul li li {
    padding-left: 0;
    padding-right: 0;
}
.widget_text ol li {
    list-style-position: inside;
}
.widget_text ol li + li {
    margin-top: -1px;
}

/* RSS Widget */
.widget_rss .widget-title .rsswidget:first-child {
    float: right;
    margin-top: 10px;
}
.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent;
}
.widget_rss .widget-title .rsswidget:first-child img {
    display: block;
}
.widget_rss ul{
    list-style: none;
}
.widget_rss ul li {
    padding: 15px 0;
}
.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0;
}
.widget_rss li .rsswidget {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #222;
}
.widget_rss .rss-date,
.widget_rss li cite {
    color: #777;
    display: block;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}
.widget_rss .rss-date {
    margin: 10px 0px;
    padding: 0;
    letter-spacing: 1px;
    font-weight: 600;
}
.widget_rss .rssSummary {
    margin-bottom: 10px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    color: #777;
}

/* Contact Info Widget */
.widget_contact_info .contact-map {
    margin-bottom: 10px;
}

/* Gravatar */
.widget-grofile h4 {
    font-size: 16px;
    margin-bottom: 0;
}

/* Recent Comments */
.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
    display: block;
}

/* Search */
.search-form{
    position: relative;
}
.search-form .form-control{
    background-color: #fcf9f7;
    box-shadow: none;
    width: 100%;
    display: block;
    border: none;
    color: #777;
    height: auto;
    padding: 15px 20px;
    border-radius: 0;
    padding-right: 60px;
}
.widget-box .search-form .form-control{
    background-color: #333;
    color: #fff;
}
.search-form .search-btn{
    background-color: transparent;
    font-size: 24px;
    color: #9e8a78;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 13px 0;
    opacity: 0.6;
}
.search-form .search-btn:focus,
.search-form .search-btn:hover{
    opacity: 1;
}
.search-form .form-control:focus{
    outline: 0;
    border: none;
}
.search-form input::-webkit-input-placeholder{
    color: #777 !important;
}
.search-form input:-moz-placeholder{ /* Firefox 18- */
    color: #777 !important;
}
.search-form input::-moz-placeholder{  /* Firefox 19+ */
    color: #777 !important;
}
.search-form input:-ms-input-placeholder{
    color: #777 !important;
}

/* Tag cloud widget */
.tagcloud ul li {
    float: left;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    margin: 4px 4px 0 0;
}
.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
    line-height: 1.5;
}
.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    padding: 8px 10px;
    position: relative;
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    width: auto;
    word-wrap: break-word;
    z-index: 0;
    margin: 2px 1px;
    font-size: 12px!important;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
    background-color: #9e8a78;
    color: #fff;
    border-color: #9e8a78;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
    text-align: center;
}
.widget_calendar tfoot tr {
    border-bottom: 0;
}
#wp-calendar{
    border: 1px solid #ddd;
    margin: 0;
}
#wp-calendar th{
    border-color: #ddd;
    padding: 5px 10px;
}
#wp-calendar td{
    padding: 5px;
}
.widget-box #wp-calendar{
    border: 1px solid #333;
}
.widget-box #wp-calendar th{
    border-color: #333;
}

/* Gallery widget */
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* ==========================================================================
   14.0 Footer Widgets
   ========================================================================== */
.footer-widget-section{
    background-color: #222227;
    border-bottom: 1px solid #333;
    padding: 60px 0;
}
.footer-widgets{
    margin-top: -15px;
    margin-bottom: -15px;
}
.footer-widget{
    padding: 20px 15px;
}
.widget-box .widget-title{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: 1px;
    line-height: 2;
    margin-bottom: 20px;
}
.widget-box .text-widget p,
.widget-box p{
    color: #777;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 1.73;
    letter-spacing: .2px;
    margin-bottom: 4px;
    opacity: 1;
}
.widget-box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget-box ul li{
    padding: 3px 0;
    position: relative;
    padding-left: 15px;
}
.widget-box ul li:before{
    top: 14px;
}
.widget-box ul li a{
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
}
.widget-box ul li a:hover{
    color: #fff;
}

.widget-box thead th{
    border-bottom: 2px solid #333;
    color: #fff;
}
.widget-box tr{
    border-bottom: 1px solid #333;
}
.widget-box td{
    border-right: 1px solid #333;
}
.footer-widget.widget_rss ul{
    list-style: none;
}
.footer-widget.widget_rss li .rsswidget{
    color: #fff;
}
.widget-box .rss-date,
.widget-box caption,
.widget-box td{
    color: #ddd;
    padding: 10px 0;
}
.widget-box td a{
    color: #fff;
    font-weight: bold;
}
.widget-box select{
    width: 100%;
    width: 100%;
    background-color: #333;
    border: none;
    border-radius: 0;
}
.widget-box button, .widget-box input, .widget-box select, .widget-box textarea{
    color: #ddd;
    padding: 0 10px;
}

/* .widget-box .textwidget p, */
.widget-box .textwidget .wp-caption-text,
.widget-box .rssSummary,
.widget-box .recentcomments,
.widget-box .recentcomments span{
    color: #fff;
    opacity: 0.8;
}
.widget-box .recentcomments span:hover{
    opacity: 1;
}
.widget-box .textwidget strong{
    color: #ddd;
}
/* Tag cloud widget */
.widget-box .tagcloud a,
.widget-box.widget_tag_cloud a,
.widget-box .wp_widget_tag_cloud a {
    border: 1px solid #333;
    color: #fff;
    padding: 8px 10px;
    margin: 1px 0;
    display: inline-block;
    font-size: 12px !important;
    text-decoration: none;
}
.widget-box .tagcloud a:hover,
.widget-box .tagcloud a:focus,
.widget-box .widget_tag_cloud a:hover,
.widget-box .widget_tag_cloud a:focus,
.widget-box .wp_widget_tag_cloud a:hover,
.widget-box .wp_widget_tag_cloud a:focus {
    background-color: #9e8a78;
    text-decoration: none;
    border-color: #9e8a78;
}
/* Text Widgets */
.textwidget p strong{
    font-size: 14px;
    font-weight: 500;
    display: block;
}
.textwidget img{
    margin-bottom: 5px;
}

/* ==========================================================================
   15.0 Comments
   ========================================================================== */
#comments {
    clear: both;
    padding: 0;
    margin: 90px 0 0;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title{
    font-family: "Playfair Display", sans-serif;
    color: #222222;
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 30px;
    letter-spacing: -.01em;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.comment-list{
    margin: 0 0 90px;
    padding: 0;
    list-style: none;
}
.comment-list > li:last-child .comment-body{
    margin-bottom: 0;
}
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 110px;
}
.comment-list li:before {
    display: none;
}
.pingback a{ color: #777; }
.pingback a:hover{
    color: #333;
    text-decoration: none;
}
.comment-author {
    font-size: 14px;
    color: #222;
    margin-bottom: 0;
    z-index: 2;
}
.comment-reply-title a,
.comment-author a{
    text-decoration: none;
}
.comment-author .avatar {
    height: 80px;
    left: 0;
    position: absolute;
    width: 80px;
}
.comment-author b.fn{
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #222;
}
.comment-author .says {
    display: none;
}
.comment-meta {
    margin-bottom: 10px;
}
.comment-metadata {
    color: #777;
    font-size: 15px;
    font-weight: 400;
}
.comment-metadata a {
    color: #777;
    font-weight: 400;
    font-size: 15px;
}
.comment-metadata a.comment-edit-link {
    color: #777;
    margin-left: 5px;
}
.comment-body {
    color: #222;
    font-size: 14px;
    margin-bottom: 35px;
    position: relative;
    padding-left: 110px;
}
.comment-body .reply{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.comment-reply-link {
    font-weight: 400;
    position: relative;
    color: #444;
    letter-spacing: 0.3em;
    font-size: 12px;
    text-transform: uppercase;
}
.comment-reply-link:hover{
    color: #444;
    opacity: 0.6;
}
.comment-reply-link .icon {
    color: #222;
    left: -2em;
    height: 1em;
    position: absolute;
    top: 0;
    width: 1em;
}
.children .comment-author .avatar {
    height: 80px;
    left: 0;
    width: 80px;
}
.no-comments,
.comment-awaiting-moderation {
    color: #767676;
    font-size: 14px;
    font-size: 0.875rem;
    font-style: italic;
}
.comments-pagination {
    margin: 2em 0 3em;
}
.comment-content p:last-child{
    margin-bottom: 0;
}
.form-submit {
    text-align: left;
    margin: 0;
}
.form-submit .b-btn {
    width: inherit;
    height: inherit;
    padding: 20px 45px;
    font-weight: 400;
    letter-spacing: 0.3em;
    font-size: 11px;
    text-transform: uppercase;
}
.form-submit .b-btn:hover{
    opacity: 0.9;
}
.form-group, .wpcf7 .wpcf7-form p{
    margin-bottom: 20px;
}
.comment-form .logged-in-as{
    text-align: center;
}
.comment-form .form-group{
    margin-bottom: 25px;
}
.comment-form .form-control{
    font-size: 11px;
    border-radius: 0;
    box-sizing: border-box;
    color: #777;
    cursor: pointer;
    border: none;
    padding: 15px 5px 16px;
    text-transform: uppercase;
    letter-spacing: .3em;
    border-bottom: 1px solid #222;
}
.comment-form .form-control:hover,
.comment-form .form-control:focus{
    box-shadow: none;
    outline: none;
}
.comment-form .comment-notes{
    color: #777;
}
.comment-list li.pingback .comment-body{
    margin: 0 0 35px 0;
    padding-left: 0;
}
.comment-navigation{
    margin-bottom: 20px;
}
.comment-navigation a{
    color: #303133;
}
.comment-navigation a:hover{
    text-decoration: underline;
}
.comment-form p:last-child{
    margin: 0;
}

/* Comment Form Inside Comment List */
.comment-list .comment-respond{
    margin-bottom: 50px;
}
.comment-list .comment-respond .comment-reply-title{
    text-align: left;
}
.comment-list .comment-respond .comment-reply-title small{
    float: right;
}
.comment-list .comment-respond .comment-reply-title small a{
    font-weight: 400;
    color: #444;
    letter-spacing: 0.3em;
    font-size: 12px;
    text-transform: uppercase;
}

/* ==========================================================================
   16.0 Footer
   ========================================================================== */
.footer-wrap {
    background-color: #222227;
    color: #777;
    padding: 30px 0;
    display: block;
}
.footer-wrap .site-info{
    color: #bbb;
}
.footer-menu{
    margin: 0;
    text-align: right;
    padding: 0;
}
.footer-menu li{
    display: inline-block;
    margin-left: 20px;
}
.footer-menu li a{
    font-size: 12px;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-menu li a:hover{
    color: #9e8a78;
    text-decoration: none;
}

/* ==========================================================================
   17.0 Scroll To Top
   ========================================================================== */
.scroll-to-top{
    display: block;
    text-align: center;
    background-color: #9e8a78;
    font-size: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 3px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    text-decoration: none;
}
.scroll-to-top:hover{
    color: #fff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    text-decoration: none;
}




