/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Header
        02.1 Header Top
        02.2 Header Bottom

-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  01. Theme default CSS
/*----------------------------------------*/

@font-face {
    font-family: 'Droid Serif';
    src: url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bolditalic.eot');
    src: url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bolditalic.eot#iefix') format('embedded-opentype'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bolditalic.woff2') format('woff2'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bolditalic.woff') format('woff'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bolditalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif.eot');
    src: url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif.eot#iefix') format('embedded-opentype'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif.woff2') format('woff2'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif.woff') format('woff'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bold.eot');
    src: url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bold.eot#iefix') format('embedded-opentype'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bold.woff2') format('woff2'), url('https://abbyroseinc.com/wp-content/themes/ruthem/css/droidserif-bold.woff') format('woff'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-italic.eot');
    src: url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-italic.eot#iefix') format('embedded-opentype'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-italic.woff2') format('woff2'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-italic.woff') format('woff'), url('https://abbyroseinc.com/wp-content/themes/ruthem/fonts/droidserif-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


/*Theme Header STyle */

img.mfp-img {
    background-color: #f6f7f8;
    padding: 0;
    margin: 40px auto;
}

.page-title-search-box input {
    border: 1px solid #ddd!important;
    color: #fff!important;
}


/*-- Banner --*/

.banner a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner a::before {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: -280px;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 0;
}

.banner a::after {
    background-color: rgba(255, 255, 255, 0.2);
    content: "";
    height: 200%;
    left: 180%;
    position: absolute;
    top: -50%;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    z-index: 0;
}

.banner a:hover::before {
    left: 180%;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.banner a:hover::after {
    left: -280px;
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.banner a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.banner a img {
    width: 100%;
}


/*-- Subscribe Content --*/

.subscribe-content h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    color: #373b3e;
    margin-bottom: 13px;
}

.subscribe-content h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #373b3e;
    margin-bottom: 0;
}

@media only screen and (max-width: 479px) {
    .subscribe-content h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .subscribe-content h4 {
        font-size: 16px;
        line-height: 24px;
    }
}


/*-- Subscribe Form --*/

.subscribe-form input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f1f1f1;
    border-radius: 0;
    color: #8f8f8f;
    float: left;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    padding-left: 20px;
    width: 75%;
}

.subscribe-form input[type="submit"] {
    background-color: #002e5b;
    border-radius: 0;
    color: #ffffff;
    float: left;
    height: 50px;
    padding: 0;
    text-transform: uppercase;
    width: 25%;
    font-weight: 700;
}

.subscribe-form input[type="submit"]:hover {
    background: #8d6e63;
    box-shadow: 1px 0px 4px 0px #aaa;
}

.subscribe-form input[type="email"]::placeholder {
    color: #8f8f8f;
}

.subscribe-form {
    position: relative;
    max-width: 100%;
}

.subscribe-form .mc4wp-alert.mc4wp-error p {
    color: #cd0000;
    margin-top: 10px;
}

.subscribe-form button:hover {
    background-color: #23252a;
    opacity: 1;
}

@media only screen and (max-width: 479px) {
    .subscribe-form input {
        text-align: center;
        padding-right: 30px;
    }
    .subscribe-form button {
        width: 100%;
        position: static;
        margin-top: 10px;
    }
}


/*-- Blog Item --*/

.blog-item .image {
    display: block;
}

.blog-item {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.blog-item .content {
    position: relative;
    padding: 25px 20px 20px;
}

.singel_blog_items {
    margin-bottom: 30px;
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.06);
}

.blog-item .content .title {
    font-size: 18px;
    margin-bottom: 0px;
    word-break: break-all;
    margin-top: 0;
    font-weight: 500;
    color: #555;
}

.blog-item .content .title a {
    display: block;
}

.blog-item .content .title a:hover {
    color: #8d6e63;
}

.blog_extara_link {
    background: transparent;
    border-radius: 100%;
    font-size: 21px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    transform: scaleY(0);
    transition: all 0.5s;
    width: 70px;
    z-index: 3;
    color: #fff;
}

.blog-item:hover .blog_extara_link {
    transform: scaleY(1);
}

@media only screen and (max-width: 479px) {
    .blog-item .content .title {
        font-size: 18px;
        line-height: 24px;
    }
}

.blog-item .content .meta {
    display: block;
    margin-bottom: 0px;
    padding-left: 0;
    margin-top: 5px;
}

.blog-item .content .meta li {
    color: #363636;
    position: relative;
    font-size: 13px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 400;
}

.blog-item .content .meta li i {
    margin-right: 5px;
}

.blog-item .content .meta li:not(:first-child) {
    padding-left: 8px;
}

.blog-item .content .meta li a {
    color: #555;
}

.blog-item .content .meta li a:hover {
    color: #8d6e63;
}

.blog-item .content .meta li span {
    color: #555;
}

.blog-item .content .desc {
    word-break: break-word;
    margin-top: 10px;
}

.blog-item .content .read-more {
    background: transparent;
    color: #555;
    font-size: 15px;
    line-height: 1;
    margin-top: 20px;
    padding: 0;
    display: inline-block;
}

.blog-item .content .read-more:hover {
    color: #8d6e63;
}

.page-template-page-left-sidebar .col-md-8 .elementor-column-wrap {
    padding: 0!important;
}


/*-- Single Blog Item --*/

.single-blog-item .image {
    display: block;
    margin-bottom: 30px;
}

.single-blog-item .content .title {
    margin-bottom: 8px;
    margin-top: 0;
    word-break: break-all;
}

.blog-single .single-blog-item .desc>h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-item .content .title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-item .content .title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .single-blog-item .content .title {
        font-size: 18px;
        line-height: 24px;
    }
}

.single-blog-item .content .meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    min-width: 100%;
    margin-bottom: 15px;
}

.single-blog-item .content .meta li {
    margin-right: 15px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.single-blog-item .content .meta li span i {
    margin-right: 5px;
}

.single-blog-item .content .meta li:last-child {
    margin-right: 0;
}

.single-blog-item .content .meta li:last-child::before {
    display: none;
}

.single-blog-item .content .meta li a {
    color: #373b3e;
}

.single-blog-item .content .meta li i {
    color: #666;
    margin-right: 5px;
}

.single-blog-item .content .meta li a:hover {
    color: #8d6e63;
}

.single-blog-item .content .meta li span {
    color: #373b3e;
    display: inline-block;
}

.single-blog-item .content .meta li span.post-comment {
    margin-left: 5px;
}

.single-blog-item .content .desc {
    margin-bottom: 20px;
}

.single-blog-item .content .desc img {
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-item .content .blog-footer .post-tags {
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-item .content .blog-footer .post-tags {
        min-width: 100%;
    }
}

.single-blog-item .content .blog-footer .post-tags h4 {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 3px;
    margin-right: 5px;
}

.single-blog-item .content .blog-footer .post-tags .tag li {
    margin-right: 5px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    float: left;
}

.single-blog-item .content .blog-footer .post-tags .tag li::after {
    content: ",";
    font-size: 12px;
}

.single-blog-item .content .blog-footer .post-tags .tag li:last-child {
    margin-right: 0;
}

.single-blog-item .content .blog-footer .post-tags .tag li:last-child::before {
    display: none;
}

.single-blog-item .content .blog-footer .post-tags .tag li a {
    color: #373b3e;
}

.single-blog-item .content .blog-footer .post-tags .tag li a:hover {
    color: #8d6e63;
}

.single-blog-item .content .blog-footer .post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-item .content .blog-footer .post-share {
        min-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .single-blog-item .content .blog-footer .post-share {
        min-width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.single-blog-item .content .blog-footer .post-share h4 {
    float: left;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 15px;
    margin-top: 0;
}

.single-blog-item .content .blog-footer .post-share .share li {
    margin-right: 15px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    float: left;
}

.single-blog-item .content .blog-footer .post-share .share li:last-child {
    margin-right: 0;
}

.single-blog-item .content .blog-footer .post-share .share li a {
    color: #373b3e;
}

.single-blog-item .content .blog-footer .post-share .share li a:hover {
    color: #8d6e63;
}


/*-- Comment Wrap --*/

.comment-wrap h3 {
    font-size: 24px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 479px) {
    .comment-wrap h3 {
        font-size: 18px;
        line-height: 24px;
    }
}


/*-- Comment List --*/

.comment-list {
    margin-bottom: 30px;
    overflow: hidden;
}


/*-- Child Comment --*/

.child-comment {
    margin-left: 80px;
}

@media only screen and (max-width: 479px) {
    .child-comment {
        margin-left: 0;
    }
}


/*-- Single Comment--*/

.single-comment {
    margin-bottom: 30px;
    overflow: hidden;
    /*-- Image --*/
    /*-- Content --*/
}

.single-comment .image {
    width: 80px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}

.single-comment .image img {
    width: 100%;
    border-radius: 50%;
}

.single-comment .content {
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    .single-comment .content {
        float: left;
        width: 100%;
        margin-top: 15px;
    }
}

.single-comment .content h4 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0px;
}

.single-comment .content span {
    display: block;
    font-size: 14px;
}

.single-comment .content span a {
    text-transform: capitalize;
    margin-left: 15px;
}

.single-comment .content span a:hover {
    color: #23252a;
}


/*-- Comment Form --*/

.comment-form {
    max-width: 100%;
}

.comment-form input {
    width: 100%;
    height: 44px;
    border: 1px solid #cccccc;
    color: #373b3e;
    padding: 5px 15px;
}

.comment-form input[type="submit"] {
    width: auto;
    border: none;
    background-color: #444;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 30px;
}

.comment-form input[type="submit"]:hover {
    background-color: #8d6e63;
    opacity: 1;
}

.comment-form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #cccccc;
    color: #373b3e;
    padding: 5px 15px;
    resize: none;
}


/*---------------------------------------
    12. Sidebar
-----------------------------------------*/


/*-- Sidebar --*/

.sidebar {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    /*-- Title --*/
}

.sidebar:last-child {
    margin-bottom: 0;
}

.sidebar .title {
    font-size: 20px;
    font-weight: 600;
    cursor: text;
    margin: 0 0 20px;
    padding: 0 0 15px;
    position: relative;
}

.sidebar>.title::after,
.sidebar>.title::before {
    border-bottom: 1px solid #8d6e63;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 160px;
}

.sidebar>.title::before {
    border-bottom: 1px solid #e5e5e5;
    height: 100%;
    width: 100%;
}

.widget_calendar .title {
    margin-bottom: 30px;
}


/*-- Sidebar List --*/

.sidebar-list li {
    margin-bottom: 15px;
}

.sidebar-list li:last-child {
    margin-bottom: 0;
}

.sidebar-list li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #373b3e;
}

.sidebar-list li a .color {
    float: left;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50px;
    margin: 6px 10px 6px 0;
}

.sidebar-list li a .num {
    float: right;
    font-size: 14px;
    color: rgba(55, 59, 62, 0.7);
}


/*-- Sidebar Tag --*/

.sidebar-tag li {
    float: left;
    margin-bottom: 5px;
}

.sidebar-tag li::after {
    content: "/";
    margin: 0 5px;
    color: rgba(55, 59, 62, 0.7);
    font-size: 14px;
}

.sidebar-tag li:last-child::after {
    display: none;
}

.sidebar-tag li a {
    font-size: 16px;
    line-height: 24px;
    color: #373b3e;
    text-transform: capitalize;
}

.sidebar-tag li a:hover {
    color: #23252a;
}


/*-- Sidebar BLog Wrap --*/


/*-- Sidebar BLog --*/

.sidebar-blog {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.sidebar-blog:last-child {
    margin-bottom: 0;
}

.sidebar-blog .image {
    width: 80px;
    float: left;
    background-color: #f6f7f8;
    margin-right: 15px;
}

.sidebar-blog .image img {
    width: 100%;
}

.sidebar-blog .content {
    overflow: hidden;
}

.sidebar-blog .content .title {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 24px;
    display: block;
    padding-bottom: 0;
}

.sidebar-blog .content .title:hover {
    color: #8d6e63;
}

.sidebar-blog .content .date {
    font-size: 14px;
    display: block;
}


/*-- Footer Top --*/


/*-- Footer Widget --*/

.footer-widget .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}

.footer-widget img.logo {
    margin-bottom: 14px;
}

.footer-widget.widget.widget_ruthem_description_widget {
    margin-bottom: 10px;
}

.footer-widget p {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    position: relative;
    margin-bottom: 19px;
}

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

.footer-widget p.phone {
    margin: 0;
    padding-left: 23px;
}

.footer-widget p.phone a {
    display: block;
}

.footer-widget p.phone a:hover {
    color: #fff;
}

.footer-widget ul li {
    margin-bottom: 34px;
}

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

.footer-widget ul li a {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    display: block;
}

.footer-widget ul li a:hover {
    color: #fff;
}


/*-- Footer Copyright --*/

.footer-copyright p {
    font-size: 14px;
    line-height: 28px;
    color: #373b3e;
}

@media only screen and (max-width: 767px) {
    .footer-copyright {
        text-align: center;
    }
}


/*-- Footer Social --*/

.footer-social {
    text-align: right;
}

.footer-social p {
    font-size: 15px;
    line-height: 28px;
    color: #373b3e;
}

.footer-social p span {
    margin-right: 16px;
}

.footer-social p a {
    margin-right: 28px;
    color: #fff;
    position: relative;
}

.footer-social p a::after {
    content: "|";
    position: absolute;
    right: -15px;
    top: 0;
}

.footer-social p a:last-child {
    margin-right: 0;
}

.footer-social p a:last-child::after {
    display: none;
}

.footer-social p a:hover {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .footer-social {
        text-align: center;
    }
}

.footer-widget.widget_nav_menu .menu {
    background-color: transparent;
    padding: 0;
    margin: 0;
    list-style: none;
}

.rss {
    background-color: #EA7819;
    color: #ffffff;
}

.footer-widget .social-icons a {
    padding: 5px 10px;
}

.footer-social p a::after {
    display: none;
}

.subscribe-form input {
    height: 50px;
}

.zoomContainer {
    margin-top: -30px;
}

.zoomWindow {
    background-color: #f8f8f8;
}

.sidebar span.count {
    float: right;
}

.tagcloud a {
    color: #373b3e;
    display: inline-block;
    font-size: 14px!important;
    line-height: 2.14286em;
    position: relative;
    border: 1px solid #CCCCCC;
    margin-bottom: 8px;
    padding: 0 12px;
    margin-right: 8px;
}

.tagcloud a:last-child::after {
    display: none;
}

.tagcloud a:hover {
    border-color: #8d6e63;
}

.footer-top-section .footer-widget ul li ul {
    margin-left: 15px;
}

.sidebar-list li {
    line-height: 1;
}

.sidebar-list li a {
    display: inline-block;
}

.read-more {
    margin-top: 0px;
}

.quote-content>h3 {
    color: #f3f2f2;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin: 19px 0 22px;
    text-transform: uppercase;
}

.quote-content>span {
    color: #ececec;
}

.quote-post {
    background-color: #ee3333;
    padding: 74px 50px 77px 58px;
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}

.quote-content h6 {
    color: #f3f2f2;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding-left: 28px;
    position: relative;
}

.quote-content h6::before {
    background-color: #f3f2f2;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 9px;
    transition: all 0.3s ease 0s;
    width: 18px;
}

.link-post {
    background-color: #000000;
    padding: 74px 48px 77px;
    position: relative;
    margin-bottom: 20px;
}

.link-content>span {
    color: #ececec;
}

.link-content>h3 {
    color: #f3f2f2;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.comment-form input[type="submit"] {
    border-radius: 0;
    font-size: 14px;
    height: inherit;
    line-height: 44px;
    width: auto;
}

.comment-reply-title {
    font-weight: 500;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
}

.comment-form input[type="submit"]:hover {
    border: medium none;
    color: #fff;
}

.comment-meta b {
    display: block;
}

.parent-comment {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-list ul.children {
    margin-left: 48px;
}

.blog-comment,
.leave-comment {
    margin-top: 0;
}

.leave-comment-form form input {
    border-radius: 0;
}

.contact-form input {
    background-color: transparent !important;
    border: 1px solid #cccccc !important;
    border-radius: 0 !important;
    padding: 5px 15px !important;
}

.contact-form input[type="submit"] {
    background-color: #373b3e !important;
    border: medium none !important;
    font-weight: 400 !important;
    line-height: inherit;
    padding: 5px 30px;
}

.contact-info li span {
    line-height: 26px;
}

.mobile-menu .mean-bar .mean-nav>ul {
    margin: 0;
    padding: 0;
    max-height: 324px;
    overflow-y: scroll;
}

.home .site-wrapper {
    padding-top: 0;
}

.sidebar ul.children {
    padding-left: 15px;
}

.footer-widget ul {
    padding-left: 15px;
}

.footer-widget ul li a,
.widget_nav_menu .menu ul li a {
    padding: 6px 0;
}

.footer-widget ul li a {
    display: inline-block;
}

.footer-widget ul li {
    margin-bottom: 0;
    word-break: break-word;
}

.single-blog-item .content .desc blockquote p {
    color: #fff;
}

.sidebar ul,
.footer-widget ul,
.blog-footer ul,
.single-blog-item ul.meta,
.singel_blog_items ul.meta,
.side-menu ul,
.main-menu ul,
ul.slick-dots {
    list-style: none;
    padding-left: 0;
}

.post-password-form input[type="password"] {
    border-radius: 4px;
    height: 40px;
}

.comment-text>h2 {
    margin-top: 30px;
}

.entry-content>h2 {
    margin-top: 20px;
}

.blog-quote.default__quote {
    background-color: #8d6e63;
    padding: 74px 50px 77px 58px;
    position: relative;
    color: #fff;
}

.blog-quote.default__quote::before {
    content: "";
    font-family: fontawesome;
    font-size: 36px;
    left: 30px;
    position: absolute;
    top: 30px;
}

.footer-top-section {
    background: #232323;
    color: #fff;
    padding-top: 70px;
    padding-bottom: 30px;
    position: relative;
}

.footer-bottom-section {
    background-color: #2a2a2a;
    color: #fff;
}

.textwidget ul li i {
    display: inline-block;
    line-height: 35px;
    margin-right: 15px;
}


/* latest Blog */

.home-blog-item {
    border: 1px solid #ddd;
}

.home-blog-item .content {
    background: #fff none repeat scroll 0 0;
    padding: 15px;
}

.home-blog-item .content .date {
    color: #cccccc;
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    overflow: hidden;
}

.home-blog-item .content .title {
    color: #464646;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 13px;
}

.home-blog-item .content p {
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}

.home-blog-item .content .read-more {
    background: #8d6e63 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 5px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.side-menu nav {
    max-height: 300px;
    overflow-y: auto;
}

.footer-widget.widget {
    margin: 0;
}

.footer-widget ul li:hover>a {
    color: #8d6e63;
}

.tagcloud a:hover {
    color: #8d6e63;
}

.home-blog-item .content .read-more:hover {
    background: #002e5b none repeat scroll 0 0;
    color: #fff;
}

.home-blog-item .content span {
    margin-right: 10px;
}

.home-blog-item .content span>i {
    margin-left: 2px;
    margin-right: 2px;
}

.widget-area {
    overflow: hidden;
}

.shop-sidebar {
    overflow: hidden;
}

.footer-widget .tagcloud a,
.footer-widget .tagcloud a::after,
.footer-widget b,
.footer-widget strong {
    color: #fff;
}

.footer-widget.widget.widget_media_image {
    margin-bottom: 15px;
}

.footer-widget.widget {
    margin: 0 0 30px;
}

.footer-widget.widget_calendar caption,
.footer-widget.widget_calendar tfoot td,
.footer-widget.widget_calendar thead th {
    color: #fff;
}

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