/***** Footer *****/

footer { padding: 90px 0 90px 0; background:linear-gradient(to right,#000000,#bf953f,#e0bf65,#b38728,#000000); }

.footer-copyright a:hover, .footer-copyright a:focus { color: rgb(0, 0, 0); border: 0; }

/* Start section Fotrer */


.footer-wrap {

    padding-top: 30px;
    background-size: cover;
}
.footer-wrap h1{
    background-image: linear-gradient(to right,#462523 0,#cb9b51 22%,#f6e27a 45%,#f6f2c0 50%,#f6e27a 55%,#cb9b51 78%,#462523 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footer-wrap h3 {
    background: -webkit-linear-gradient(#fbf5b7, #aa771c); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
   
}

.footer-wrap p {
    font-size: 72px;
    background: -webkit-linear-gradient(#fbf5b7, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
    font-weight: bold;
}

.footer-wrap p a {
    font-size: 72px;
    background: -webkit-linear-gradient(#fbf5b7, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 72px;
    background: -webkit-linear-gradient(#fbf5b7, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #ece800;
    text-decoration: none;

}


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.footer-category li a {
    font-size: 72px;
    background: -webkit-linear-gradient(#fbf5b7, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}
.footer-last li a {
    font-size: 72px;
    background: -webkit-linear-gradient(#fbf5b7, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    color: #b3b3b3;
    text-decoration: none;
}
.footer-last li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.copyright {
    border-top: 1px solid #5f5f5f;
    font-size: 14px;
    color: #b3b3b3;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}
