/*
 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
------------------------------------------------------- */
.bg-gradient {
    position: relative;
    background: linear-gradient(135deg, #104eea 0%, #104eea 47%, #f70009 100%)!important;
}
.service-content.bg-white.pinside10 h2 a {
    font-size: 20px!important;
}
.header-action a.btn.btn-primary {
    background-color: #fff;
    color: #000000;
    font-size: 30px;
}
.logo a img {
    height: 60px;
	width:110px;
}

.header-action a.btn.btn-default {
    display: none;
}
.col-md-9.text-right.hidden-xs {
    text-align: left!important;
}