/*
 Theme Name:   Borrow Child
 Theme URI:    http://demo.oceanthemes.net/borrow-preview/
 Description:  Borrow Child Theme
 Author:       OceanThemes
 Author URI:   http://oceanthemes.net/
 Template:     borrow
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  borrow-child
*/

@import url("../borrow/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.ft-landing-2 {
    background: #9470ce !important;
}

.btn-default:hover {
    background-color: #FECF6D!important;
    opacity: .5!important;
}

.loan-content p{
    color: #ffffff;
}

#to-the-top{
    background: #FECF6D!important;
}

::selection{
    background: #FECF6D!important;
}

a.footer-email{
    color: white;
}
a.footer-email:hover{
    color: #FECF6D!important;  
}
a.footer-email:visited{
    color: #9470ce!important;
}
