/*
Theme Name: Panel Law
Author: Spell Web Design
Version: 1.0
Author URI: http://www.spellwebdesign.com/
Tags: blue, gray, white, google fonts, custom header, responsive
This theme was designed and built by Spellwebdesign.com
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-licene
*/

body {
    font: normal 17px/1.6 'Heebo';
    font-weight: 300;
    color: #1f2234;
}

img {
    max-width: 100%;
}

a {
    color: #1966ab;
}

    a:hover, a:focus {
        text-decoration: none;
    }

a, .animate, .btn {
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.full {
    width: 100%;
}

.relative {
    position: relative;
}

/*Format*/
h1 {
    font-size: 50px;
    font-weight: 800;
}

h2 {
    font-size: 45px;
    font-weight: 800;
}

h3 {
    font-size: 28px;
    font-weight: 700;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}

.main-title {
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
    padding-bottom: 20px;
}

    .main-title:before {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
        width: 80px;
        content: '';
        background-color: #1966ab;
    }

.mb-0 {
    margin-bottom: 0 !important;
}

.blue-bg {
    background-color: #1966ab;
}

.dark-bg {
    background-color: #131523;
}

.white-bg {
    background-color: #fff;
}

.light-blue-bg {
    background-color: #edf7ff;
}

.row-eq-height {
    display: flex;
}

.tb-spacing {
    padding-top: 70px;
    padding-bottom: 90px;
}

.text-white {
    color: #fff;
}

.content {
    padding-left: 40px;
}

.bullets {
    list-style: none;
    padding: 0;
}

    .bullets li {
        position: relative;
        padding-left: 15px;
    }

        .bullets li:before {
            content: '';
            position: absolute;
            left: 0;
            top: 10px;
            height: 6px;
            width: 6px;
            background-color: #1966ab;
        }

.bg-image {
    background: center center no-repeat;
    background-size: cover;
}

.zoom-container {
    transform: scale(1.1);
    z-index: 99;
}

.has-separator {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .has-separator:after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: 0;
        margin-left: -25px;
        width: 50px;
        height: 2px;
        background-color: #1966ab;
    }

strong {
    font-weight: 700;
}

.has-divider {
    border-bottom: 1px solid #91c9e3;
    padding-bottom: 15px;
}

.divider {
    border-bottom: 1px solid #e2e2e2;
    margin: 15px 0;
}
/*Accordion*/
.panel-theme .panel-heading {
    background-color: #202335;
    color: #fff;
    border-radius: 2px;
}

.panel .panel-title .glyphicon {
    float: right;
}

.panel .panel-title .collapsed .glyphicon {
    transform: rotate(180deg);
}

.panel-theme .panel-collapse .panel-body {
    border: 0;
    background-color: #edf7ff
}
/*Tabs*/
.nav-tabs {
    background-color: #202335;
    border: 0;
}

    .nav-tabs > li {
        margin-bottom: 0;
    }

.theme-tabs.nav-tabs > li > a, .theme-tabs.nav-tabs > li > a:hover, .theme-tabs.nav-tabs > li > a:focus { /*background-color: #202335;*/
    color: #fff;
    border: 0;
    border-radius: 0;
    border-bottom: 5px solid #202335;
}

    .theme-tabs.nav-tabs > li > a:hover {
        background-color: inherit;
        opacity: 0.8;
    }

.theme-tabs.nav-tabs > li.active > a {
    background-color: #080808;
    border-bottom-color: #1966ab;
}

.theme-tab-content {
    background-color: #edf7ff;
    padding: 20px;
}
/*Table*/
.theme-table > thead > tr > th {
    color: #fff;
    background-color: #0d528f;
    border-bottom: 0;
}
/*Modal*/

.modal-header {
    background-color: #f3f3f3;
}
.modal-footer {
    background-color: #0d528f;
    color: #fff;
}

/*Buttons*/
.btn {
    border-radius: 0;
    padding: 15px 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .btn:hover {
        transform: scale(1.02);
        box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

.btn-white {
    background-color: #fff;
    color: #1966ab;
}

.btn-theme, .btn-theme:hover, .btn-theme:focus {
    background-color: #0d528f;
    color: #fff;
}

.btn-dismiss {
    padding-top: 5px !important;
}

/*Sections*/
.section {
    padding: 80px 0;
}
/*@media (min-width: 576px) {
    .container-half { max-width: calc(540px / 2); }
}*/

@media (min-width: 768px) {
    .container-half {
        max-width: calc(720px / 2);
    }

    .container-half-md-left {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .container-half {
        max-width: calc(960px / 2);
    }
}

/*@media (min-width: 1200px) {
    .container-half { max-width: calc(1140px / 2); }
}*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.navbar {
    background-color: #181b2d;
    padding: 0;
    height: auto;
    margin: 0;
    border-radius: 0;
}

.navbar-brand {
    padding: 23px 8px;
    height: auto;
    max-width: 210px;
}

.navbar .navbar-nav > li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar .navbar-nav > li > a {
    padding: 30px 20px;
}

.navbar .navbar-nav > li.active > a {
    border-bottom: 3px solid #1966ab;
}

.navbar .navbar-nav > li > a:hover {
    opacity: 0.8;
}

.navbar .navbar-nav > li:hover .dropdown-menu {
    display: block;
}

.navbar .navbar-nav .dropdown-menu {
    background-color: #1a1c2c;
    border-top: 3px solid #1966ab;
    padding: 0;
}

    .navbar .navbar-nav .dropdown-menu a {
        padding: 10px 15px;
        border-bottom: 1px solid #363846;
    }

        .navbar .navbar-nav .dropdown-menu a:hover {
            background-color: #1966ab;
        }

.backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    padding: 5px 12px;
    background-color: #000;
    color: #fff;
    opacity: 0;
}

    .backtop.smaller {
        opacity: 0.5;
    }

    .backtop:hover {
        opacity: 1;
        color: #fff;
    }
/*smaller*/
header.smaller .navbar .navbar-nav > li > a {
    padding: 20px;
}

header.smaller .navbar-brand {
    padding: 15px 8px;
}

.hero-section {
    background: url(../img/hero-img.jpg) center center no-repeat #4B4B4B;
    background-size: cover;
    padding: 190px 0 160px;
    color: #fff;
}

.hero-text-wrap {
    max-width: 700px;
    margin: auto;
}

    .hero-text-wrap h1 {
        font-weight: 800;
        font-size: 80px;
    }

    .hero-text-wrap h2 {
        font-weight: 300;
        font-size: 74px;
    }

    .hero-text-wrap p {
        font-size: 37px;
    }

.hero-text-sub {
    margin-left: 60px;
    padding-left: 25px;
    border-left: 3px solid #3178b9;
}

.bullets.areas {
    font-size: 30px;
    font-weight: 400;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

    .bullets.areas li {
        padding-left: 24px;
    }

        .bullets.areas li:before {
            width: 12px;
            height: 12px;
            top: 15px;
        }

.profile-card {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

    .profile-card h3 {
        font-weight: 500;
        margin-bottom: 5px;
    }

    .profile-card h4 {
        color: #1966ab;
        font-weight: 400;
    }

.p-details {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #edf6fb;
    height: 100%;
    width: 100%;
    padding: 35px;
    display: flex;
    align-items: center;
    opacity: 0;
    transform: scale(0);
    overflow: hidden;
}

.profile-card:hover .p-details {
    opacity: 1;
    transform: scale(1);
}

/*Contact Section*/
.cinfo {
    list-style: none;
    padding: 0;
}

    .cinfo li {
        position: relative;
        padding: 0 0 10px 30px;
        font-size: 20px;
    }

    .cinfo .glyphicon {
        color: #1966ab;
        position: absolute;
        left: 0;
        top: 5px;
    }

.cform .form-control {
    border: 0;
    border-radius: 0;
    height: auto;
    padding: 15px 20px;
    margin-bottom: 14px;
}

.gutter-8 {
    margin: 0 8px;
}

    .gutter-8 [class*='col-'] {
        padding-right: 8px;
        padding-left: 8px;
    }

.social a {
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin: 0 4px 4px 0;
}

    .social a:hover {
        color: #0780CD;
        transform: scale(1.2)
    }

.copyright {
    background-color: #0d0f1b;
    padding: 30px 0;
}

/*Inside Page*/
.hero-section.page-hero {
    padding: 100px 0 40px;
}

.page-hero .hero-text-sub {
    margin-left: 0;
}

.page-content {
    padding: 30px 0;
}

/*Boxed*/
.boxed {
    background-color: #EBEBEB;
}

    .boxed .max-1170 {
        max-width: 1170px;
        margin: auto;
        overflow: hidden;
        position: relative;
        box-shadow: 0 0 20px rgba(0,0,0,0.5);
    }

        .boxed .max-1170 header {
            max-width: 1170px;
        }

/*Responsive*/
@media (max-width: 991px) {
    .navbar .navbar-nav > li a {
        padding: 20px 10px !important;
    }

    .navbar-brand {
        max-width: 160px;
        padding: 18px 8px !important;
    }

    .hero-section {
        padding: 120px 0 100px;
    }

    .hero-text-wrap h1 {
        font-size: 60px;
    }

    .hero-text-wrap h2 {
        font-size: 50px;
    }

    .hero-text-wrap p {
        font-size: 28px;
    }

    .main-title {
        font-size: 30px;
    }

    .tb-spacing {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 20px;
    }

    .content {
        padding-left: 20px;
    }

    .cinfo li, .lead {
        font-size: 17px;
    }
}

@media (max-width: 776px) {
    .navbar-nav, .dropdown-menu {
        text-align: center;
    }

    .hero-section {
        padding: 90px 0 70px;
    }

    .hero-text-wrap h1 {
        font-size: 40px;
    }

    h1 {
        font-size: 34px;
    }

    h2,
    .hero-text-wrap h2 {
        font-size: 28px;
    }

    .hero-text-wrap p {
        font-size: 18px;
    }

    .hero-text-sub {
        margin-left: 15px;
        padding-left: 10px;
    }

    .main-title {
        font-size: 30px;
    }

    .tb-spacing {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bullets.areas {
        font-size: 20px;
    }

        .bullets.areas li:before {
            width: 8px;
            height: 8px;
            top: 12px;
        }

    #practice-areas .row-eq-height,
    #attorneys .row-eq-height {
        display: block;
    }
}