/* Cole, Acton, Harmon & Dunn Styles CSS - osiris@bastwebdesign.com */

/*-------------------------------------------------------------------
    CAHD :: Bootstrap enhancements
-------------------------------------------------------------------*/

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.container-fluid .row {
    margin-right: 0px;
    margin-left: 0px;
}

.btn {
    font-family: Lora, serif;
    text-transform: uppercase;
    padding: 12px 12px;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.47);
}

.btn-primary {
    background-color: #5f88e8;
    border-color: #5f88e8;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #405b9a;
    border-color: #405b9a;
}

/*-------------------------------------------------------------------
    CAHD :: Base
-------------------------------------------------------------------*/

* {
    font-family: 'Hind Guntur', sans-serif;
    line-height: 1.57;
/*    transition: all 0.5s ease; */
}

.chrono_credits {
    display: none;
}


a:hover {
    text-decoration: none;
}

body {
    background: #313b3f;
    font-size: 16px;
}

h1 {

}

img.pull-left {
    margin: 0px 24px 24px 0px;
}

hr {

}

h1, h2, h3, h4, h5, h6 {
    font-family: Lora, serif;
}

.internal h1, .internal h2, .internal h3, .internal h4, .internal h5, .internal h6 {
    line-height: 1.50em;
}

h2 {
    font-size: 1.45em;
    color: #a6aa94;
}

.historical h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 2px solid #a6aa94;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

.page-center {
    text-align:center;
}

.page-header h1 {
font-weight: 700;
text-transform: uppercase;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

img.circle {
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
    display: block;
    margin: auto;
}

dt {
    margin-top: 14px;
}

/*-------------------------------------------------------------------
    CAHD :: Header
-------------------------------------------------------------------*/

header {
/*    background: #d5d0c4 url(/images/bg/header_texture.jpg); */
    position: relative;
    background: #fff;
    border-bottom: 4px solid #5f88a8;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.logo-container {
    position: relative;
    padding: 18px 0px;
}
/*
#logo-box {
    position: absolute;
    width: 96%;
    left: 50%;
    transform: translateX(-50%);
    padding: 40px 0px 24px 0px;
    z-index: 1000;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.118);
    background: #ffffff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDZkNmQ2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #ffffff 41%, #d6d6d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(41%,#ffffff), color-stop(100%,#d6d6d6));
    background: -webkit-linear-gradient(top,  #ffffff 41%,#d6d6d6 100%);
    background: -o-linear-gradient(top,  #ffffff 41%,#d6d6d6 100%);
    background: -ms-linear-gradient(top,  #ffffff 41%,#d6d6d6 100%);
    background: linear-gradient(to bottom,  #ffffff 41%,#d6d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d6d6d6',GradientType=0 );

}
*/
#logo-box img {
    display: block;
    margin: auto;
}

/*-------------------------------------------------------------------
    CAHD :: Nav
-------------------------------------------------------------------*/

header .row {
    height: 142px;
    min-height: 142px;
}

div.phone-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #999999;
}

.phone-nav a {
    color: #999999;
}

#cahd-menu {
    text-transform: uppercase;
    text-align: right;
/*    margin: 24px 0px; */
}

#cahd-menu a {
    font-family: Montserrat,sans-serif;
    color: rgb(78, 78, 78);
    text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 0.294);
}

.nav > li {
    display: inline-block;
}

.hamburger>.hamburger__icon, .hamburger>.hamburger__icon:before, .hamburger>.hamburger__icon:after {
    background-color: #0E3891;
}
.hamburger.active>.hamburger__icon, .hamburger.active>.hamburger__icon:before, .hamburger.active>.hamburger__icon:after {
    background-color: #fff;
}

/*-------------------------------------------------------------------
    CAHD :: Main Content Area
-------------------------------------------------------------------*/

#main-content {
    background: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
    border-top: 4px solid #5f88a8;
    font-size: 17px;
}

.fp-intro h1 {
    font-size: 28px;
    font-family: Lora, serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.fp-intro h2 {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Lora, serif;
    color: #a6aa94;
}

.fp-intro h2 span{
    font-family: Lora, serif;
}

.fp-intro h2 span.smaller {
    font-size: 34px;
}

.fp-intro h2 span.larger {
    font-size: 62px;
}

.fp-intro p {
    font-size: 17px;
}

.opening-copy {
    padding: 24px 0px;
}

/*-------------------------------------------------------------------
    CAHD :: Sidebar
-------------------------------------------------------------------*/

.sidebar {
    padding-left: 40px;
    padding-right: 40px;
}

/*-------------------------------------------------------------------
    CAHD :: Attorney category page
-------------------------------------------------------------------*/

.attorney-cat {
    min-height: 543px;
    border-bottom: 1px solid #a6aa94;
    margin-bottom: 24px;
}

.attorney-cat h2,
.attorney-cat h2 a{
    font-family: Lora, serif;
    color: rgb(51,51,51);
}

.attorney-cat h3 {
    font-size: 18px;
    font-family: Lora,serif;
    color: #A6AA94;
}
/*
.attorney-cat .btn {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}
*/
/*-------------------------------------------------------------------
    CAHD :: Contact Form
-------------------------------------------------------------------*/

.gbs3 label {
    font-weight: 300;   
}

/*-------------------------------------------------------------------
    CAHD :: Breadcrumbs
-------------------------------------------------------------------*/

.breadcrumb-container {
    background: #c0c0c0;
    border-bottom: 1px solid #fff;
}

.breadcrumb {
    margin: 8px 0px;
    background-color: transparent;
    border-radius: 0px;
}

.divider img {
    display: none;
}

.breadcrumb > li + li::before {
    font-family: "FontAwesome";
    content: " \f105 ";
}

.breadcrumb, .breadcrumb a {
    color: #6C6C6C;
}

.breadcrumb > li + li::before {
    color: #000;
}

/*-------------------------------------------------------------------
    CAHD :: Practice Areas List
-------------------------------------------------------------------*/

.practice-sub {
    background: #e0e0e0 url(/images/bg/textured_paper.jpg);
}

.practice-sub,
.practice-sub a {
    color: #2c6d6b;
}

.practice-image {
    min-height: 456px;
    background: url(/images/law_books.jpg) no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
}

.practice-sub h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
}

.practice-content {
    text-shadow: 0.5px 0.866px 0px rgba(255, 255, 255, 1);
    padding: 24px 40px !important;
}

#practice-areas {
    font-size: 18px;
    list-style: none;
    padding-left: 0px;
}

#practice-areas li {
    display: list-item;
}

#practice-areas li a {
    display: block;
    padding: 4px 0px;
    border-bottom: 1px solid #2c6d6b;
    border-top: 1px solid #fff;
}

#practice-areas li:first-child a {
    border-top: none;
}

#practice-areas li:last-child a {
    border-bottom: none;
}

#practice-areas > li > a:focus, #practice-areas > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}
/*
#practice-areas a:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 6px;
}
*/
/*-------------------------------------------------------------------
    CAHD :: Attorney Menu
-------------------------------------------------------------------*/

.attorney-header,
#attorney-menu {
    text-align: left;
}

#attorney-menu li {
    display: inline;
}

#attorney-menu li a {
    display: block;
    padding: 2px 0px;
    font-family: Lora,serif;
    color: #5ca09e;
    font-weight: 700;
    font-size: 16px;
}

#attorney-menu li.current a {
    color: #000;
}

.attorney-header {
    color: #2c6d6b;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 16px;
    border-bottom: 1px solid #2c6d6b;
}

/*-------------------------------------------------------------------
    CAHD :: Footer Quote
-------------------------------------------------------------------*/

.quote-sub {
    background: #8e8e8e url(/images/bg/textured_paper_grey.jpg);
}

.quote-sub h3,
.quote-sub h3 span {
    font-family: Lora,serif;
    font-weight: 700;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
}

/*-------------------------------------------------------------------
    CAHD :: Testimonial - Slid
-------------------------------------------------------------------*/

#slideshow {
    background: #000 url(/images/slideshow/skyline_lblue.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;    
    height: 394px;
    text-transform: uppercase;
    font-family: Lora, serif;
    color: #fff;
    text-shadow: 0.5px 0.866px 2px rgb( 0, 0, 0 );
    overflow: hidden;
}

.internal #slideshow {
    position: relative;
    background: #000 url(/images/slideshow/skyline_lblue.jpg) no-repeat center bottom;
/*    background: #000 url(/images/slideshow/firm_attorneys_xl.jpg) no-repeat center center;     */
    height: auto;
    min-height: 250px;
    padding: 26px 0px;
}

.internal #slideshow #slideshow-grad {
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(95,136,168,1) 0%, rgba(95,136,168,0) 46%, rgba(95,136,168,0) 99%);
    background: -webkit-linear-gradient(top,  rgba(95,136,168,1) 0%,rgba(95,136,168,0) 46%,rgba(95,136,168,0) 99%);
    background: linear-gradient(to bottom,  rgba(95,136,168,1) 0%,rgba(95,136,168,0) 46%,rgba(95,136,168,0) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f88a8', endColorstr='#005f88a8',GradientType=0 );
    z-index: 10;
}

.domestic-relations-and-family-law #slideshow {
    background: #000 url(/images/slideshow/domestic_relations_family_law_xl.jpg) no-repeat center bottom;    
}

.contact-us #slideshow {
    background: #000 url(/images/slideshow/contact_us_xl.jpg) no-repeat center center;    
}

.probate-administration-litigation #slideshow {
    background: #000 url(/images/slideshow/probate_administration_xl.jpg) no-repeat center center;    
}

.commercial-and-business-law #slideshow {
    background: #000 url(/images/slideshow/commercial_business_law_xl.jpg) no-repeat center center;    
}

.real-estate-cahd-title-agency #slideshow {
    background: #000 url(/images/slideshow/real_estate_xl.jpg) no-repeat center center;    
}

.civil-litigation-alternative-dispute-resolution #slideshow {
    background: #000 url(/images/slideshow/civil_litigation_xl.jpg) no-repeat center bottom;    
}

.employment-and-labor-law #slideshow {
    background: #000 url(/images/slideshow/employment_and_labor_law_xl.jpg) no-repeat center center;    
}

.estate-planning #slideshow {
    background: #000 url(/images/slideshow/estate_planning_xl.jpg) no-repeat center center;    
}

.criminal-law-and-drunk-driving-defense #slideshow {
    /* background: #000 url(/images/slideshow/criminal_law_and_drunk_driving_defense_xl.jpg) no-repeat center top;    */
}


.internal #slideshow {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.internal #slideshow h1 {
    position: relative;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    width: 60%;
    margin: auto;
    padding: 18px 0px;
    z-index: 100;
}


#slideshow h3 {
  font-size: 40px;
  font-weight: 700;
}

#slideshow h4 {
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}

#slideshow hr {
    height: 4px;
    color: #fff;
    background: #fff;
    box-shadow: 0.5px 0.866px 2px rgb( 0, 0, 0 );
}

.slideshow-img img {
    border-radius: 340px;
    -webkit-border-radius: 340px;
    -moz-border-radius: 340px;
    border: 6px solid #fff;
    margin-top: -5%;
    /* width: 100%; */
    margin-left: auto;
    display: block;
    margin-right: auto;
}

.internal .slideshow-img img {
    border-radius: 340px;
    -webkit-border-radius: 340px;
    -moz-border-radius: 340px;
    border: 6px solid #fff;
    transform: translate(20%,-25%);
    /* width: 100%; */
    margin-left: auto;
    display: block;
    margin-right: auto;
}

#slideshow .slideshow-title {
    margin-top: 100px;
}

.djslider-default .slide-desc {
    position: relative;
}

.slide-desc-bg-default {
    background: transparent none repeat scroll 0% 0% !important;
}

/*-------------------------------------------------------------------
    CAHD :: Attorney Contact
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
    CAHD :: Footer
-------------------------------------------------------------------*/

footer {
    color: #e1e1e1;
    padding: 48px 0px;
}

footer a {
    color: #e1e1e1;
}

/*-------------------------------------------------------------------
    CAHD :: Image Effects
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
    CAHD :: FAQs
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
    CAHD :: Footer Logos
-------------------------------------------------------------------*/

.footer-social {
    font-size: 34px;
}

/*-------------------------------------------------------------------
    CAHD :: Footer Contact
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
    CAHD :: Bottom Navigation
-------------------------------------------------------------------*/

.footer-phones p,
.footer-social p {
    margin-bottom: 0px;
}

footer ul {
    text-transform: lowercase;
}

footer .nav {
    margin-bottom: 14px;
}

footer .nav > li > a {
    display: inline-block;
    padding: 0px 6px;
}

footer .nav > li:last-child:before {
    content: '|';
}

footer .nav > li > a:focus, footer .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

footer a:focus, footer a:hover {
    color: #fff;
}

/*-------------------------------------------------------------------
    CAHD :: Media Query Breakpoints
-------------------------------------------------------------------*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    #cahd-menu>li>a {
        font-size: 14px;
        padding: 5px 6px;
    }
        
    .fp-intro h2 {
        font-size: 32px;
    }

    .fp-intro h2 span.smaller {
        font-size: 28px;
    }

    .fp-intro h2 span.larger {
        font-size: 52px;
    }

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    header .row {
        height: auto;
    }
    
    div.phone-nav {
        text-align: center;
        transform: none;
        top: 0;
    }
    #cahd-menu {
        text-align: center;
    }
    #cahd-menu>li>a {
        font-size: 16px;
        padding: 10px 15px;
    }
    
    #practice-areas {
        font-size: 18px;
        list-style: none;
        padding-left: 0px;
    }
    
    #practice-areas > li > a {
        padding-left: 0px;
    }

    .fp-intro h2 {
        font-size: 30px;
    }

    .fp-intro h2 span.smaller {
        font-size: 26px;
    }

    .fp-intro h2 span.larger {
        font-size: 52px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    body {
        overflow-x: hidden;
    }
    
    .container {
        padding: 0px;
    }
    #cahd-menu {
        display: none;
    }
    #slideshow {
        height: auto;
        padding: 0px 15px;
    }
    .slideshow-img img {
        border-radius: 340px;
        -webkit-border-radius: 340px;
        -moz-border-radius: 340px;
        border: 6px solid #fff;
        margin: 20px auto;
        width: 90%;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }
    
    footer address {
        text-align: center;
    }
    .btn-block {
        width: 80%;
        margin: 10px auto;
    }
    #slideshow .slideshow-title {
        margin-top: 0px;
    }
    #slideshow h3,
    #slideshow h4 {
        text-align: center;
    }
    #main-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .quote-sub h3, .quote-sub h3 span {
        font-size: 28px;        
    }
    
    .hamburger {
        display: block !important;
    }
    
    div.phone-nav {
        margin-bottom: 10px;
    }

    .fp-intro h2 {
        text-align: center;
    }
    
    .fp-intro h2 span {
        display: block;
    }
    .internal #slideshow h1 {
        font-size: 32px;
        line-height: 30px;
    }
    .sidebar {
        padding: 0px 8px;
    }
    
    #logo-box img {
        padding: 0px 8px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

    .practice-content {
        padding: 20px !important;
    }
        
    .practice-sub ul {
        font-size: 18px;
    }
    .practice-sub ul li a {
        display: block;
        padding: 3px 0px;
    }
    
    .quote-sub h3, .quote-sub h3 span {
        font-size: 24px;        
    }
    
    .djslider-default {
        min-height: 280px;
    }
    
    .djslider-default ul.djslider-in > li {
        min-height: 280px;
    }
    .btn-block {
        width: 100%;
    }
    
    .internal #slideshow h1 {
        width: auto;
    }

    
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {



}
