/*
 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
------------------------------------------------------- */

/**
* Header
*/

.logo{ max-width: 200px; } 

.top-bar { border-bottom: 1px solid #dee7f2; }

.sticky-header > .container > .row { align-items: center; }

div#navigation { margin: 0; }

.sticky-header {background: #fff;z-index: 999;}

/**
* Gradient slider
*/

.slider-img {
    background: -moz-linear-gradient(top, rgba(178,186,79, 0.8) 0%, rgba(178,186,79, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(178,186,79, 0.8) 0%, rgba(178,186,79, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(178,186,79, 0.8) 0%, rgba(178,186,79, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
}