
.action-call.action-call-boxed {
    padding: 0 25px;
}

.action-call .action-call-box {
    width: 100%;
    display: table;
    padding: 30px 0;
    vertical-align: middle;
}

.action-call .action-call-in {
    display: table-cell;
    vertical-align: middle;
}

.action-call .action-call-in p {
    font-size:24px;
    color:#3a2300 !important;
    font-weight:bold !important;
}

.action-call .action-call-in.inner-btn {
    padding-top: 1px;
    min-width: 250px;
    text-align: right;
}

@media (max-width: 992px) {
    .action-call .action-call-in,
    .action-call .action-call-in.inner-btn {
        display: block;
        text-align: center;
    }

    .action-call .action-call-in p {
        margin-bottom: 20px;
        font-size:18px;
        color:#3a2300 !important;
        font-weight:bold !important;
    }
}

.footer-bottom .footer {
    padding:40px 0px 30px 0px;
    background: #3a2300;
    border-top:solid 0px #211400;

}
.footer-bottom .footer p {
    color: #fff;
}
.footer-bottom .heading-footer {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 2px;
}
.footer-bottom .heading-footer:after {
    left: 0;
    bottom: 0;
    height:3px;
    width: 50px;
    content: " ";
    background: #f2e56e;
    position: absolute;
}
.footer-bottom .heading-footer h2 {
    color: #f2e56e;
    font-size: 18px;
    font-weight:700;
    font-family: 'Playfair Display', sans-serif;
}
/*LINKS*/
.footer-bottom .link-list li {
    border-top: solid 1px #211400;
}
.footer-bottom .link-list li:first-child {
    border-top: none !important;
}
.footer-bottom .link-list a {
    color: #f2e56e;
    font-size: 14px;
    padding: 10px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans', serif;
}
.footer-bottom .link-list a:hover {
    color: #fff;
}
.footer-bottom .link-list li i {
    color: #f2e56e;
    margin-right:5px;
}
/*Contacts*/
.footer-bottom .footer .contacts {
    margin-bottom: 0;
}
.footer-bottom .footer .contacts li {
    margin-bottom: 10px;
    font-family: 'Open Sans', serif;
}
.footer-bottom .footer .contacts li:before,
.footer-bottom .footer .contacts li:after {
    content: " ";
    display: table;
}
.footer-bottom .footer .contacts li:after {
    clear: both;
}
.footer-bottom .footer .contacts li i {
    float: left;
    width: 30px;
    height: 24px;
    color: #f2e56e;
    font-size:16px;
    padding: 3px 5px;
    text-align: center;
    margin: 0px 5px 0 0;
    display: inline-block;
}
.footer-bottom .footer .contacts li p {
    margin-bottom: 0;
    color: #f2e56e;
    font-size:16px;
}
.footer-bottom .footer .contacts li {
    color: #f2e56e;
    font-size:15px;
}
.footer-bottom .footer .contacts li a {
    color: #f2e56e;
    font-size:15px;
}
.footer-bottom .footer .contacts li a:hover {
    color: #fff;
}
/*SOCIAL*/
.footer-bottom .social li {
    padding-right: 0;
    margin-bottom: 8px;
}
.footer-bottom .social li:first-child {
    padding-left:0px;
}
.footer-bottom .social li i {
    color:#3a2300;
    width:40px;
    height:40px;
    font-size:20px;
    padding:10px 10px;
    text-align: center;
    background: #f2e56e;
    display: inline-block;
    border-radius: 4px !important;
}
.footer-bottom .social li i:hover {
    color: #3a2300;
    background: #bfb556;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*COPYRIGHT*/
.footer-bottom .copyright {
    padding: 15px 0;
    background:#211400;
    font-family: 'Open Sans', serif;
}
.footer-bottom .copyright p {
    color: #fff;
    font-size: 13px;
    line-height:24px;
    margin-bottom:0px;
}
.footer-bottom .copyright a {
    color: #fff;
}
.footer-bottom .copyright a:hover {
    color: #f2e56e;
}
@media (max-width: 992px) {
    .footer-bottom .copyright{
        text-align: center;
        float: none !important;
    }	
}

.footer-bottom .rec-img img{
    width: 125px;
    float: left !important;
    margin-right: 10px !important;
}