/* Crockery Footer CSS */
.footer_area {
    padding: 0;
    background-color: #3C2B25;
    color: #fff;
    position: relative;
    margin: 150px 0 0;
}
.footer_area:before {
    position: absolute;
    content: "";
    top: -110px;
    left: 0;
    background-image: url(../images/shap-bottom1.png);
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
    background-color: #F7F7F7;
}
.footer_area:after {
    position: absolute;
    content: "";
    bottom: 92%;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #3c2b25;
}
.innerFooter {
    background: #F7F7F7;
    overflow: hidden;
}
.footer_top {
    padding: 50px 150px 40px;
}
.footer_bottom_wrapper {
    padding: 30px 150px
}
.footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #6F4F4F;
    border-bottom: 1px solid #6F4F4F;
    padding: 15px 0;
}

.widget_title {
    font-size: 30px;
    font-weight: 500;
    color: #9E2727;
    margin: 0 0 30px;
}
.widget_details li {
    margin: 0 0 3px;
    color: #333333;
}
.widget_details a {
  color: #333333;
}
.widget_details a:hover {
    text-decoration: underline;
    color: #9E2727;
}
.widget_details.contact_widget li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.widget_details.contact_widget li:first-child {
    margin: 0 0 20px
}
.widget_details.contact_widget li .contact_icon {
    display: inline-block;
    margin-right: 15px;
    width: 30px;
}
.social_links a {
    color: #fff;
    display: inline-block;
    margin-left: 25px;
    transition: .3s
}
.footer_top_content p {
    margin: 10px 0 30px;
}
.footer_top_content ul{
    padding-top: 20px;
}
.footer_bottom_menu {
    padding: 30px 0 0;
}
.footer_bottom_menu li {
    margin: 0 15px;
}
.footer_bottom_menu a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    transition: .2s;
}
.footer_contactinfo a {
    color: #fff;
    margin: 0 25px;
    transition: .2s;
}
.footer_bottom_menu a:hover, .footer_contactinfo a:hover, .social_links a:hover {
    color: #6FB744;
}


.copyright_text p {
    font-size: 14px;
}
.copyright_text p a {
    color: #9E2727
}