/*
Theme Name: LA PAralegal
Description: LA Paralegal
Author: Andrew K
Author URI: mailto:akondrup2@gmail.com;
Version: 1.0
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

* {
    border-radius: 0 !important;
}
html, body {
    height: 100%;
}
body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0b0b0d;
}
h1, h2, h3, h4, h5, h6{
  	margin-top:0;
    font-family: Oswald;
    font-size: 30px;
    font-weight: 400;
    color: #01a7e5;
}
h1{
    font-size: 1.8em;
}
h2{
    font-size: 1.6em;
}
h3{
    font-size: 1.4em;
}
h4{
    font-size: 1.2em;
}
img{
    max-width:100%;
}
a{
    color: #01a7e5;
    text-decoration: none;
    -webkit-transition: 200ms linear 0s;
    -moz-transition: 200ms linear 0s;
    -o-transition: 200ms linear 0s;
    transition: 200ms linear 0s;
}
a:hover,
a:focus{
    color:#ff5c5c;
}
.container{
    max-width:980px;
}
.btn-primary{
    background-color:#ff5c5c;
    border-color:#ff5c5c;
}
.page-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
#header{
    padding:10px 0 0;
    background-color: #FFF;
    margin-bottom:10px;
}
.logo{
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.header-phone{
  	font-size:28px;
  	text-decoration: underline;
  	display:block;
  	margin:0;
}
.header-email{
	 font-size:18px;
	 display:block;
	 font-weight:normal;
}
.banner{
    text-align: left;
    font-size:28px;
}
.banner a{
    color: #01a7e5;
}
.navbar{
    background:#01a7e5;
    min-height:0;
    font-weight: 200;
}
.navbar-nav>li>a{
    color: #FFF;
    font-family: Oswald;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.0px;
    text-align: left;
    padding:15px 10px;
}
.nav>li>a:focus,
.nav>li>a:hover{
    color:#ccc;
    background:transparent;
}
.current-menu-item{
	  background-color: #1e93bf;
}
.navbar-toggle .icon-bar{
    background-color:#fff;
}
.link-btn{
    display:block;
    text-align:center;
    color:#fff;
    padding:10px 15px;
    background:#01a7e5;
    border:2px #01a7e5 solid;
    text-decoration:none;
    font-weight:bold;
}
.link-btn:hover,
.link-btn:focus{
    color:#01a7e5;
    padding:10px 15px;
    background:#fff;
    text-decoration:none;
}
.sidebar-box{
  	background:url('images/sidebar-box.jpg');
    color:#fff;
  	background-size:100%;
  	text-align:center;
    font-size:16px;
  	height:280px;
  	padding:25px 20px;
}
.sidebar-box h2{
    color:#fff;
}
.sidebar-box a{
    color:#fff;
}
.carousel-control.right,
.carousel-control.left{
    background-image:none;
}
.home-box{
    position:relative;
    height:360px;
}
.home-box .link-btn{
    position:absolute;
    bottom:0;
    width:88%;
}
#footer{
    width: 100%;
    background:#01a7e5;
    font-size:12px;
    padding:20px;
    color:#fff;
    margin:20px 0;
}
.footer-nav ul{
    list-style-type: none;
    margin:0;
    padding:0;
}
.footer-nav ul li{
    display:inline-block;
    padding:0 5px;
    margin-left:-4px;
    border-right:1px #fff solid;
    line-height:1.25;
}
.footer-nav ul li:first-child{
    padding-left:0;
    margin-left:0px;
}
.footer-nav ul li:last-child{
    border-right:0;
}
.footer-nav ul li a{
    color:#fff;
}
.footer-nav ul li a:focus,
.footer-nav ul li a:hover{
    color:#ececec;
}
.footer-nav .current-menu-item{
    background-color: transparent;
}

@media only screen and (max-width: 992px){
    .home-box{
        height:380px;
        margin-bottom:10px;
    }
    .home-box .link-btn{
        width:92%;
    }
}

@media only screen and (max-width: 768px){
    .home-box{
        height:auto;
    }
    .home-box .link-btn{
        position:relative;
        width:100%;
    }
}