﻿
/* ---------------------------------- */
/* Footer
------------------------------------- */

.bgblue2blue {
    background: -webkit-linear-gradient(top, rgb(0, 105, 190) 0%, rgb(1, 70, 127) 100%);
}
.bgblacktrans {
    background: rgba(0, 0, 0, 0.75);
}

#footer .social-icons li {
   margin-right: 11px;
}

.social-icons li a {
    background: rgba(191, 169, 128, 0.90);
    color: #FFF;
}

#footer .social-icons li a:before {
    color: #FFF;
}


#footer {
    background-color: #202020;
    padding: 75px 0 50px 0;
    color: #efefef;
    font-size: 1.3rem;
}

    #footer h4 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 30px;
    }

#footer img {
    max-height: 75px;
    margin-bottom: 30px;
}
/* Social Btn */
.button.social-btn i {
    font-size: 21px;
    position: absolute;
    left: 19px;
    top: 13px;
}

.button.social-btn {
    padding-left: 50px;
    position: relative;
    background-color: #3b5998;
    top: 4px;
}


#footer a.button {
    margin-top: 12px;
}

    #footer a.button:hover {
        background-color: #fff;
        color: #333;
    }

.text-widget span {
    color: #ddd;
}

    .text-widget span.address {
        display: block;
        margin-bottom: 10px;
    }

/*  Links  */
ul.footer-links {
    margin: 0 0 15px 0;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    float: right;
}

.footer-links li {
    position: relative;
    list-style: none;
}

    .footer-links li a {
        padding: 0 13px 7px 0;
        display: inline-block;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #efefef;
        line-height: 21px;
    }

        .footer-links li a:hover {
            padding-right: 16px;
            color: #fff !important;
        }

    .footer-links li:after {
        font-family: "FontAwesome";
        font-size: 12px;
        /*content: "";*/
        content: "\f0d9";
        color: #fff;
        position: absolute;
        right: 0;
        top: 0px;
        padding: 0 0 0 7px;
        color: #efefef;
    }


/* Footer Bottom */
.copyrights {
    color: #efefef;
    border-top: 0;
    margin-top: 0px;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    background-color: #000 !important;
    display: block;
    line-height: 2em;
}

/*.copyrights a {
    color: #ddd;
}*/


.social-icons.fixed h4 {
    font-size: 18px !important;
}


.list-style-one {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.list-style-one ul, .list-style-one li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .list-style-one li {
        position: relative;
        color: #efefef;
        
        padding-left: 55px;
        font-weight: 400;
        margin-bottom: 25px;
        line-height: 1.8em;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

/*RTL*/
.list-style-one li {
    padding-left: 0px;
    padding-right: 55px;
}

    .list-style-one li .icon {
        left: auto;
        right: 0px;
    }
    .list-style-one li .icon {
        position: absolute;
        left: 0px;
        top: 10px;
        font-size: 30px;
        color: #bfa980;
        line-height: 1em;
    }

.side-border {
    color: #fff;
    text-transform: uppercase;
    border-right: 4px solid #bfa980 ;
    padding-right: 15px;
}

#footer input, #footer textarea {
    border-color: #bfa980;
    border-width: 0 0 2px 0;
    padding: 7px;
    font-size: 12px;
    background-color: transparent; 
    min-height: unset;
}

#footer .btn {
    border-color: #bfa980;
    border-width: 0 0 2px 0;
    padding: 10px 17px;
    font-size: 12px;
    background-color: #bfa980;
    display: block;
    width: 100%;
}