/*
Theme Name: Hairstyle
Theme URI: https://flythemes.net/wordpress-themes/hairstyle-wordpress-theme/
Author: Flythemes
Author URI: https://flythemes.net
Description: Hairstyle theme is responsive hair salon WordPress theme. Hairstyle WordPress Theme Designed for spa, salon, beauty care, medical business, massage centre, beauty centre and eCommerce websites. Beautifuly designed theme comes with easy to manage theme options in customizer.  This theme is fully responsive working well with all the resolutions.  Check demo at: http://flythemesdemo.net/hairstyle/

Version: 1.2.2
License: GNU General Public License version(v3)
License URI: license.txt
Text Domain: hairstyle
Tags: e-commerce, one-column, two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

Hairstyle WordPress Theme has been created by Flythemes(flythemes.net), 2020.
Hairstyle WordPress Theme is released under the terms of GNU GPL
*/

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: relative;
    font-family: "Meiryo", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #000;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.3;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
    font-weight: bold;
}

p {
    margin: 10px 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover, a:focus {
    text-decoration: none;
    color: #ab5e57;
}

.h3-space {
    letter-spacing: -1px;
}


/*===============================================
** HEADER
*===============================================*/

#header {
    position: absolute;
    max-width: 100%;
    /*background: rgb(0 0 0 / 50%);*/
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
}

.para-shaper {
    /*width: 29%;*/
    height: 0;
    border-top: 95px solid rgb(225 225 225 / 70%);
    /*border-right: 47px solid transparent;*/
}

.pos-handle {
    position: absolute;
    width: 1138px;
    top: 0;
}

.custom-logo {
    float: left;
}

.toggle {
    display: none;
}

.main-nav ul {
    padding: 30px 0;
}

.main-nav ul li a {
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.main-nav ul li a:hover {
    color: #000!important;
    font-weight: bold;
}

@media screen and (min-width:720px) {
    #header .logo {
        float: left;
        /*margin-top: 20px;
        padding-bottom: 8px;*/
    }
    .main-nav ul {
        margin: 0;
        float: right;
    }
    .main-nav ul li {
        list-style: none;
        display: inline-block;
        position: relative;
    }
    .main-nav ul li a {
        text-decoration: none;
        text-align: left;
        padding: 10px;
    }
    .main-nav ul li a:hover {
        text-decoration: none;
        padding: 10px;
        color: #d28881;
    }
}


/*===============================================
** SLIDER
*===============================================*/

#slider {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

/*.contact-strip {
    background: rgb(223,165,161);
    background: linear-gradient(90deg, rgba(223,165,161,1) 0%, rgba(214,195,163,1) 100%);
    margin: 0;
    padding: 30px 0;
}*/


/*===============================================
** DEFAULT
*===============================================*/

section {
    padding: 50px 0;
    position: relative;
}

section:nth-child(4n-3) {
    background: none;
}


/*===============================================
** CATEGORIES
*===============================================*/

.inner-content {
    background: rgb(223,165,161);
    background: linear-gradient(90deg, rgba(223,165,161,1) 0%, rgba(214,195,163,1) 100%);
    padding: 50px 0 50px 50px;
    /*margin-top: 50px;*/
    position: relative;
}

.inner-content:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100px;
    background: url(../images/bg-cate.png) no-repeat right bottom;
    bottom: 0;
    right: 0;
}

@media (max-width: 479px) {
    .inner-content {
        margin-top: 15px;
        /*margin-bottom: 50px;*/
    }
    .inner-content:after {
        width: 100%;
        top: 100%;
    }
}

@media (max-width: 992px) {
    .inner-content {
        /*margin-bottom: 80px;*/
        padding: 0;
    }
}


/*===============================================
** Content with Image
*===============================================*/

.content-with-image .grid-col-two {
    margin-top: 0;
    text-align: left;
}

.content-with-image .content-with-image-image {
    position: relative;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 1;
    /*margin-bottom: 20px;*/
}

@media screen and (max-width: 478px) {
    .content-with-image .grid-col-two {
        margin-bottom: 20px;
    }
    .section_head h2.section_title {
        margin-bottom: 10px!important;
    }
}

@media screen and (max-width: 767px) {
    .content-with-image .grid-col-two.lastcols {
        margin-bottom: 0;
    }
}

.content-with-image .content-with-image-image img {
    position: relative;
    width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 2;
}

.lastcols {
    margin-right: 0 !important;
}

.content-with-image .lastcols {
    margin-right: 0 !important;
    margin-top: 25px!important;
}

@media (max-width: 478px) {
    .content-with-image .lastcols {
        margin-top: 0!important;
    }
}

section .full-container .content-with-image .content-with-image-cont {
    padding: 40px 30px;
}

.content-with-image .content-with-image-heading .section_head {}

.section_head h2.section_title {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.content-with-image .content-with-image-para {
    border-top: dotted 4px #fff;
    padding-top: 10px;
}

.content-with-image .content-with-image-para p {
    margin: 0;
    padding: 0;
}


/*===============================================
** Latest Blog Css
*===============================================*/

.latest-news-wrap {}

.news-box {
    position: relative;
}

.news-box.grid-col-three {
    margin-top: 0;
    border-top: solid 1px #feede9;
    position: relative;
    padding-top: 30px;
}

.news-box.grid-col-three:nth-child(3n+2) {
    border-top: solid 1px #e9ffea;
}

.news-box.grid-col-three:nth-child(3n+3) {
    border-top: solid 1px #e9fdfe;
}

.news-box.grid-col-three:after {
    position: absolute;
    content: "";
    width: 25%;
    height: 5px;
    background: #fbb09e;
    left: 0;
    top: 0;
}

.news-box.grid-col-three:nth-child(3n+2):after {
    background: #aeffb2;
}

.news-box.grid-col-three:nth-child(3n+3):after {
    background: #9ef6fb;
}

.news-thumb {
    position: relative;
    overflow: hidden;
}

.news-thumb img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    backface-visibility: hidden;
    -webkit-filter: grayscale(0%);
}

.news-content {
    margin: 0;
    position: relative;
    z-index: 10;
    background: none;
}

.latest-news-para {
    padding: 20px 0 0;
}

.latest-news-para h3 {}

.latest-news-para h3 a {
    color: #000;
}

/*.news-content .latest-news-para h3 a:hover {
    color: #d28881;
}*/

.latest-news-para p {}

.ln-read-more {
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 30px;
    font-size: 12px;
    color: #000;
    border: solid 3px #000;
    transition: .4s;
    z-index: 0;
    height: 40px;
    margin-top: 15px;
    line-height: 2.9;
}

.ln-read-more:hover {
  background: #000;
  color: #fff;
}


/*===============================================
** Section Overlay Css
*===============================================*/

section.sec-overlay {
    padding: 150px 0;
}

.sec-overlay {
    position: relative;
}

.sec-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    position: absolute;
    top: 0;
    left: 0;
}

.sec-overlay .section_head {
    text-align: center;
}

.sec-overlay .section_head h2.section_title {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}

.testi-desc {
    position: relative;
    width: 85%;
    margin: 0 auto;
    border-top: dotted 4px #fff;
    padding-top: 10px;
}

.testi-desc p {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #fff;
}


/*===============================================
** ImageBox Css
*===============================================*/

/*.four-section {
    border: solid 1px #eee;
    padding: 20px 20px 0;
}*/

.imagebox {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.imagebox figure {
    position: relative;
    text-align: center;
    /*background: none;*/
}

.imagebox.imagebox-bg-color-st {
    background: #feede9;
}

.imagebox.imagebox-bg-color-nd {
    background: #fefee9;
}

.imagebox.imagebox-bg-color-rd {
    background: #e9ffea;
}

.imagebox.imagebox-bg-color-th {
    background: #e9fdfe;
}

.imagebox figure img {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.imagebox figcaption {
    padding: 25px;
}

.imagebox h3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    text-transform: uppercase;
}

.imagebox h3 a {
    color: #000;
}

.imagebox p {}

.imagebox p a {}

.imagebox p a:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*===============================================
** Innerpage Content
*===============================================*/

.content-area {
    padding: 50px 0;
}

.site-main {
    width: 830px;
    margin: 0;
    padding: 0;
    float: left;
}

.single .site-main {
    background: none;
}

.single .site-main .entry-header {}

.single .site-main .entry-header h1.entry-title {
    font-size: 28px;
    font-weight: normal;
    color: #000;
}

.single .site-main img {
    margin-bottom: 20px;
}

.single .site-main .entry-content {}

.single .site-main .entry-content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #ab5e57;
}

.single .site-main .entry-content p {}


/*===============================================
** Sidebar Css
*===============================================*/

#sidebar {
    float: right;
    width: 300px;
    margin: 0;
}

#sidebar aside.widget {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
}

#sidebar aside.widget:first-child {}

#sidebar aside.widget:last-child {
    margin-bottom: 0;
}

.widget_content {
    margin: 0;
    padding: 0;
}

#sidebar aside.widget h3.widget-title {
    position: relative;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
}

#sidebar aside.widget h3.widget-title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    border-top: dotted 4px #d28881;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

#sidebar aside.widget h3.widget-title a {
    color: #000;
    background: #fff;
    padding-right: 4px;
}

.latest-posts-widget {
    border: solid 1px #eee;
    padding: 5px
}

.latest-posts-row {
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 20px 15px 0;
    margin-bottom: 15px;
    clear: both;
}

.latest-posts-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.latest-post-thumb {
    object-fit: cover;
    width: 80px;
    height: 80px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table-cell;
    position: relative;
}

.latest-post-thumb a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.latest-post-content {
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.latest-post-content h6 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}

.latest-post-content h6 a {
    color: #000;
}

.latest-post-content h6 a:hover {
    color: #ab5e57;
}


/*===============================================
** Footer Copyright Css
*===============================================*/

.main-container {
    margin: 0;
    padding: 0;
}

.copyright-wrapper {
    position: relative;
    max-width: 100%;
    background: #24272e;
    padding: 20px 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #a6a6a6;
    text-align: center;
    border-top: solid 10px #e9ffea;
}

.copyright-wrapper .container {
    padding: 0;
}

.copyright-wrapper a {
    color: #fff;
}

.copyright-wrapper a:hover {}


/*===============================================
** END
*===============================================*/

img {
    margin: 0;
    padding: 0;
    border: none;
    max-width: 100%;
    height: auto;
}

/*section img {
    max-width: 100%;
}*/

ul {
    margin: 0 0 0 15px;
    padding: 0;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
    margin-bottom: 40px;
}

.middle-align {
    margin: 0 auto;
    padding: 0;
}

.wp-caption-text {
    margin: 0;
    padding: 0;
}

.sticky {
    margin: 0;
    padding: 0;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 45px;
    margin-top: 4px;
    margin-bottom: 20px;
    padding: 0;
}

.alignright,
img.alignright {
    display: inline;
    float: right;
}

.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.main-container ol {
    list-style-position: outside;
    margin-left: 20px;
}

.main-container ol li {
    margin: 5px 0;
}

.toggleMenu {
    display: none;
}

.bypostauthor,
.screen-reader-text {
    margin: 0;
    padding: 0;
}

#slider .top-bar {
    margin: 0;
    padding: 16px 0 20px;
    position: relative;
}

#slider .top-bar h2 {
    padding: 0;
    line-height: 55px;
    font: 700 70px 'Roboto Condensed';
    color: #fff;
}

#slider .top-bar p {
    color: #f1f1f1;
    font-weight: 400;
    margin: 30px 0 10px 0;
    line-height: 20px;
    padding-bottom: 15px;
    padding-left: 25px;
    line-height: normal;
}

.welcome,
.services,
.scheduled,
.team,
.blogposts,
.clients,
.content,
.fourbox,
.core-featured .one_half,
.core-featured .one_half.last_column,
.team-col,
.column-2,
.column-2.last_column {
    visibility: hidden;
}

a.blog-more {
    display: inline-block;
    font: 400 16px 'Open Sans';
    padding: 10px 20px;
    margin-top: 21px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-right: 15px;
}

a.read-more {
    padding: 10px 20px;
    margin-top: 21px;
    display: inline-block;
    font: 400 16px 'Lato', sans-serif;
    left: 0;
    position: relative;
    margin-right: 15px;
    border-radius: 3px;
    color: #fff;
}

a.read-more:hover {
    background-color: #000;
}


/** Header **/

/*#header .col-md-3 {
    width: auto;
}

.pos-handle .col-md-9 {
    float: right;
}*/

/*@media screen and (min-width:720px) {
    .main-nav ul li ul {
        display: none;
        width: 190px;
    }
    .main-nav ul li:hover ul {
        display: block;
        position: absolute;
        background-color: #000000;
        z-index: 99;
        padding: 0;
        top: 30px;
    }
    .main-nav ul li:hover ul li {
        display: block;
        padding-bottom: 0;
        padding-top: 0;
    }
    .main-nav ul li:hover ul li a {
        padding: 0 0 0 10px;
        border-top: 0;
        text-transform: capitalize;
    }
    .main-nav ul li:hover ul li ul {
        display: none;
    }
    .main-nav ul li:hover ul li:hover ul {
        display: block;
        position: absolute;
        z-index: 999;
        padding: 0;
        left: 100%;
        top: -0;
    }
    .main-nav ul li:hover ul li:hover ul li {
        display: block;
    }
    #header .main-nav ul li ul li a:hover {
        color: #fff;
    }
}*/


/* ---------- Contact Strip ------------*/

.contact-align {
    width: 860px;
    margin: 0 auto;
    color: #fff;
    font: 400 18px 'Roboto';
}

.contact-align .call {
    display: inline;
    margin-right: 95px;
    padding: 0;
}

.contact-align .email {
    display: inline;
    margin: 0;
    padding: 0;
}

.contact-align .email a,
.contact-align .appoint a {
    color: #fff;
}

.contact-align .appoint {
    float: right;
    clear: right;
}

.contact-align .appoint a {
    background-color: #171717;
    padding: 20px
}


/* --------- Pages ------- */

.content-area {
    width: 1160px;
    margin: 0 auto;
    padding: 50px 0;
}

.site-main {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

#sitefull {
    width: auto !important;
}

#nosidebar {
    width: 80%;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.home #sidebar {
    display: none;
}


/*copyright css*/

.para-foot-shaper {
    width: 29%;
    height: 0;
    border-top: 64px solid #d28881;
    border-right: 25px solid transparent;
}

.pos-foot-handle {
    position: absolute;
    bottom: 19px;
    width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.copyright {
    margin: 0;
    padding: 0;
    float: left;
}

.copyright p {
    font: 400 14px 'Roboto';
}

.copyright a {
    color: #fff;
}

.design-by {
    margin: 0;
    padding: 0;
    float: right;
    font: 400 14px 'Roboto';
}


/* ------ Contact Form ------ */

.wpcf7 {
    margin: 0;
    padding: 0;
    font: 400 15px 'Roboto Condensed', sans-serif;
    color: #fff;
}

.wpcf7 form {
    margin: 0;
    padding: 0;
}

.wpcf7 form span.last {
    float: none !important;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="url"],
.wpcf7 form input[type="date"],
.wpcf7 form select,
.leftdiv input[type="text"],
.leftdiv input [type="url"],
.leftdiv input[type="email"],
.leftdiv input[type="tel"],
.wpcf7 form textarea,
.rightdiv textarea {
    width: 94%;
    background-color: #f8f8f8;
    border: 1px solid #e6e5e5;
    padding: 10px;
    margin-top: 15px;
    font: 400 14px 'Roboto Condensed', sans-serif;
    color: #777777;
}

.wpcf7 form textarea,
.rightdiv textarea {
    height: 132px;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"],
.wpcf7 form input[type="file"] {
    margin-top: 10px;
    padding: 0;
}

span.wpcf7-list-item {
    margin: 0 15px 0 0 !important;
}

.wpcf7 form input[type="submit"],
#contact input[type="submit"] {
    font: 400 15px 'Roboto Condensed', sans-serif;
    margin: 25px 0 0 0;
    padding: 5px 20px;
    border: none;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    background-color: #0fa5d9;
}

.entry-content p input[type="submit"] {
    background-color: #0bb5c7;
    border: none;
    padding: 10px 20px;
    font: 400 15px 'Lato', sans-serif;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
}


/* --- pagination --- */

.spacer20 {
    height: 20px;
    clear: both;
}

h2.screen-reader-text {
    font-size: 20px;
    margin-bottom: 20px;
}

article.tag-sticky-2 {
    background: #f6f6f6;
    padding: 10px;
}

article img {
    height: auto;
}

article p {
    margin: 10px 0;
}

.post-date {
    display: inline;
}

.accordion-box h2.active {
    color: #ff8a00;
}

.webicon {
    font-size: 20px;
}

.blog-post-repeat {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 40px;
}


/* Do not show the outline on the skip link target. */

#sitemain[tabindex="-1"]:focus {
    outline: 0;
}


/*===============================================
** Grid Columns Css
*===============================================*/

.grid-col-two,
.grid-col-three,
.grid-col-four {
    float: left;
}

.grid-col-two {
    width: 48%;
    margin-right: 2%;
    margin-top: 30px;
}

.grid-col-three {
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
}

.grid-col-four {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 30px;
}


/*===============================================
** Section Title Css
*===============================================*/

/*.section_head {
    text-align: center;
    margin-bottom: 50px;
}*/

.section_head h4 {
    font: 400 16px/1.2 'Roboto Mono';
    color: #d28881;
    margin-bottom: 15px;
}

.section_head p {
    margin: 30px auto 0;
    width: 70%;
    line-height: 1.6;
}

.full-container .section_head p {
    width: 42%;
}


/*===============================================
** Welcome Box Css
*===============================================*/

.service-box {
    position: relative;
    margin-top: 100px;
    background-color: #f8f7f7;
    text-align: center;
    padding: 160px 20px 40px;
    -webkit-transform: perspective(1px) translateZ(0);
    -ms-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.service-bx-image {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: -25%;
    left: 0;
    right: 0;
    background-size: cover;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

.service-box-desc {
    margin-bottom: 30px;
}

.service-box-desc h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-box-desc p {
    border-bottom: 1px solid #ebe8e8;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.service-box-desc p:last-child {
    border: none;
    margin: 0;
    padding: 0 10px;
}

.service-box:hover {
    box-shadow: 0px 0px 12px 1px #cccccc;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


/*===============================================
** Latest Blog Css
*===============================================*/

.news-box .post-date {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d28881;
    display: inline-block;
    padding: 15px 0 0;
    color: #fff;
    font-size: 24px;
    z-index: 5;
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat';
    width: 70px;
}

.news-box .post-date span {
    font-size: 14px;
    display: block;
    margin-top: 15px;
    background-color: #000;
}

.latestpost.owl-carousel .news-box .post-date {
    top: 15px;
}

.news-thumb .post-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .8);
    padding: 5px 0;
    -webkit-transform: translateY(100%);
    -ms-: translateY(100%);
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
}

.news-box:hover .news-thumb img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.news-box:hover .news-thumb .post-meta {
    -webkit-transform: translateY(0);
    -ms-: translateY(0);
    transform: translateY(0);
}


/*===============================================
** Section Overlay Css
*===============================================*/

.sec-overlay h1,
.sec-overlay h2,
.sec-overlay h3,
.sec-overlay h4,
.sec-overlay h5,
.sec-overlay h6,
.sec-overlay p, {
    color: #fff;
}

/*.sec-overlay h2.section_title:before {
    border-color: #fff;
}*/


/*===============================================
** ImageBox Css
*===============================================*/

.imagebox:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.imagebox:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}


/*===============================================
** Flex Css
*===============================================*/

.flex-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}


/*===============================================
** Footer Copyright Css
*===============================================*/

.designby-text {
    padding: 20px 0;
}


/*===============================================
** Innerpages Css
*===============================================*/


/* Innerpage title */

.innerbanner {
    overflow: hidden;
    position: relative;
    text-align: left;
    padding: 10em 0;
}

.innerbanner:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.innerpage-banner {
    padding-top: 6em;
}


/* Innerpage Content and Sidebar*/

.sitefull {
    width: 100% !important;
    float: none !important;
}


/*===============================================
** Sidebar Css
*===============================================*/

#sidebar aside.widget ul {
    list-style: disc;
    margin-left: 13px;
}

.sidebar-left {
    float: left !important;
}

#sidebar .quotes h4 {
    margin: 10px 0;
}

.flotRight {
    float: right !important;
}

.textwidget p {
    margin-bottom: 20px;
}

#sidebar ul li {
    padding: 8px 0 8px 0;
    list-style: none;
}

#sidebar ul li a {
    line-height: 18px;
    color: #555555;
    position: relative;
}

#sidebar ul li a:hover {
    color: #d28881;
}

#sidebar ul li:last-child {
    border: none;
}

.nosidebar {
    float: none !important;
    margin: 0 auto;
}

#sidebar .widget_recent_entries li,
#sidebar .widget_archive li {
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0 14px 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#sidebar .widget_recent_entries li:first-child,
#sidebar .widget_archive li:first-child {
    padding-top: 0;
}

#sidebar .widget_archive li span {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
}

.latest-post-content p {
    line-height: 20px;
    margin-bottom: 0;
}