/***** Home page content **************/
.home #page-sect-1 {
    height: 750px;
}

@media screen and (max-width: 800px) {
    .home #page-sect-1 {
        height: 500px;
    }
}

@media screen and (max-width: 500px) {
    .home #page-sect-1 {
        height: 376px;
    }
}

@media screen and (max-width: 420px) {
    .home #page-sect-1 {
        height: 100vw;
    }
}

/*** Home Section 1 *********/
.home #page-sect-2 {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home #page-sect-2 #content {
    max-width: 950px;
    max-width: 95rem;
    padding: 65px 2% 100px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.home #content .hentry {
}

.home #content .hentry h1 {
    font-size: 60px;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 35px;
}

.home #content .hentry h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 300;
    padding: 0 0 35px;
}

.home #content .hentry p {
    line-height: 1.55;
    max-width: 640px;
    padding-bottom: 35px;
}

.home #content .hentry p {
/*     color: #0e357d; */
}

.home #content .hentry .wp-block-button {
    position: relative;
    display: block;
    max-width: 225px;
    margin: 0;
    left: 35%;
}

.home #content .hentry .wp-block-button__link,
.home #content .hentry .wp-block-button__link:visited {
    display: block;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 800;
    text-align: center;
    line-height: 45px;
    width: 100%;
    padding: 0;
    background: #000;
    border-radius: 6px;
    margin-top: 20px;
    transition: 0.1s linear;
}

.home #content .hentry .wp-block-button__link:hover,
.home #content .hentry .wp-block-button__link:active {
    text-decoration: none;
    background: #0e357d;
}

.home #page-sect-2 .sect-main-img {
    position: absolute;
    bottom: 0;
    right: -95px;
}

@media screen and (max-width: 900px) {
    .home #content .hentry p {
        width: calc(100% - 240px);
    }

    .home #content .hentry .wp-block-button {
        left: calc(50% - 225px);
    }
}

@media screen and (max-width: 720px) {
    .home #page-sect-2 #content {
        padding: 44px 2% 75px;
    }

    .home #content .hentry h1 {
        font-size: 48px;
        font-size: 4.8rem;
        padding-bottom: 17px;
    }

    .home #content .hentry h2 {
        font-size: 32px;
        font-size: 3.2rem;
        padding: 0 0 30px;
    }
}

@media screen and (max-width: 630px) {
    .home #page-sect-2 #content {
        padding: 40px 2% 420px;
    }

    .home #content .hentry h1 {
        font-size: 40px;
        font-size: 4rem;
        padding-bottom: 17px;
    }

    .home #content .hentry h2 {
        font-size: 26px;
        font-size: 2.6rem;
        padding: 0 0 30px;
    }

    .home #content .hentry p {
        width: 100%;
    }

    .home #content .hentry .wp-block-button {
        left: auto;
        margin: 0 auto;
    }

    .home #page-sect-2 .sect-main-img {
        bottom: -90px;
        right: 0;
    }
}

@media screen and (max-width: 450px) {
    .home #page-sect-2 .sect-main-img {
        right: -70px;
    }
}
/*** end Home Section 1 *****/


/*** Practice Areas Section *******/
.sect-practice-areas {
    padding: 85px 0 40px;
}

.sect-practice-areas .dc-content {
    max-width: 1180px;
    max-width: 118rem;
    padding: 0 1%;
}

.sect-practice-areas .heading-text {
    margin-bottom: 50px;
}

.sect-practice-areas .heading-text:after {
    content: '';
    position: relative;
    display: block;
    width: 52px;
    margin: 0 auto;
    border-bottom: 3px solid #8f8f8f;
}

.sect-practice-areas h2 {
    font-size: 60px;
    font-size: 6rem;
    font-weight: 600;
    text-align: center;
    padding: 0 0 10px;
}

.sect-practice-areas p {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 35px;
}

.page #sidebar.sidebar-practice-areas {
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.list_post_widget {
    flex: 0 1 360px;
    width: 100%;
    margin-bottom: 20px !important;
}

.list-widget h4 a,
.list-widget h4 a:visited,
.list-widget .list-link a,
.list-widget .list-link a:visited {
    font-family: 'Encode Sans Condensed', sans-serif;
}

.list-widget .list-link a,
.list-widget .list-link a:visited {
    padding: 0 0 12px 27px;
    background: url(../images/Law-Offices-of-Robert-F-Brennan-icon.png) left 2px / 14px no-repeat;
}

@media screen and (max-width: 1135px) {
    .sect-practice-areas .dc-content {
        max-width: 790px;
        max-width: 79rem;
    }
}

@media screen and (max-width: 800px) {
    .sect-practice-areas {
        padding: 50px 0 40px;
    }

    .sect-practice-areas h2 {
        font-size: 56px;
        font-size: 5.6rem;
    }

    .sect-practice-areas p {
        font-size: 28px;
        font-size: 2.8rem;
        padding-bottom: 28px;
    }
}

@media screen and (max-width: 560px) {
    .sect-practice-areas {
        padding: 50px 0 20px;
    }

    .sect-practice-areas h2 {
        font-size: 48px;
        font-size: 4.8rem;
    }
}
/*** end Practice Areas Section ***/


/*** Case Results Section *********/
.sect-case-results {
    padding: 80px 0 10px
}

.sect-case-results * {
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #fff;
}

.sect-case-results .heading-text {
    max-width: 580px;
    text-align: center;
    margin: 0 auto 100px;
}

.sect-case-results h2 {
    font-size: 60px;
    font-size: 6rem;
    font-weight: 600;
}

.sect-case-results .heading-text p {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
}

.sect-case-results #case-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 120px;
}

.sect-case-results .case-block {
    flex: 0 1 300px;
    text-align: center;
}

.sect-case-results .case-block .amount {
    font-family: 'Helvetica Neue LT Std Black Condensed';
    font-size: 140px;
    font-size: 14rem;
    line-height: 1;
}

.sect-case-results .case-block .amount sup {
    position: relative;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 500;
    top: -26px;
    left: -6px;
}

.sect-case-results .case-block .amount-desc {
    display: block;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1;
}

.sect-case-results .case-block .amount-desc span {
    display: block;
}

.sect-case-results .case-block .case-desc {
    display: block;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    max-width: 215px;
    margin: 30px auto ;
}

.sect-case-results .dc-button,
.sect-case-results .dc-button:visited {
    position: relative;
    display: block;
    max-width: 300px;
    margin: 0 auto 130px;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #000;
    font-weight: 800;
    line-height: 45px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    transition: 0.1s linear;
}

.sect-case-results .dc-button:hover,
.sect-case-results .dc-button:active {
    text-decoration: none;
    box-shadow: 0 0 8px #fff;
}

.sect-case-results .footnote {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .sect-case-results {
        padding: 44px 0 10px;
    }

    .sect-case-results .dc-content {
        max-width: 350px;
        max-width: 35rem;
    }

    .sect-case-results .heading-text {
        margin: 0 auto 31px;
    }

    .sect-case-results h2 {
        font-size: 48px;
        font-size: 4.8rem;
        padding-bottom: 22px;
    }

    .sect-case-results .heading-text p {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .sect-case-results #case-section {
        margin-bottom: 0;
    }

    .sect-case-results .case-block .amount-desc {
        margin-top: -2px;
    }

    .sect-case-results .case-block .case-desc {
        line-height: 1.5;
        margin: 15px auto 52px;
    }

    .sect-case-results .dc-button,
    .sect-case-results .dc-button:visited {
        margin-bottom: 64px;
    }

    .sect-case-results .footnote {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        padding-bottom: 4px;
    }
}
/*** end Case Results Section *****/


/*** Testimonial Section **********/
.sect-testimonial {
    padding: 60px 0 325px;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

.sect-testimonial #sidebar {
    max-width: none;
}

.sect-testimonial .dc-content {
    max-width: 1300px;
    max-width: 130rem;
}

.sect-testimonial .easy_testimonial {
}

.sect-testimonial .easy_t_single_testimonial blockquote.easy_testimonial {
    position: relative;
    float: right;
    max-width: 600px;
    padding: 115px 0 0;
    margin-top: 90px;
    background-size: 62%;
}

blockquote.easy_testimonial:before {
    position: absolute;
    left: -110%;
    top: -90px;
}

.sect-testimonial .easy_testimonial .testimonial_body p {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.9;
}

.sect-testimonial .testimonial_body p:before,
.sect-testimonial .testimonial_body p:after {
    font-size: 60px;
    font-size: 6rem;
    top: 25px;
}

.sect-testimonial .easy_testimonial .testimonial_author {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 60px;
}

.sect-testimonial .easy_testimonial .testimonial_author cite span {
}

.sect-testimonial .easy_testimonials_read_more_link,
.sect-testimonial .easy_testimonials_read_more_link:visited {
    font-family: 'Encode Sans Semi Condensed', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 45px;
}

@media screen and (max-width: 1000px) {
    blockquote.easy_testimonial:before {
        left: -100%;
    }
}

@media screen and (max-width: 900px) {
    .sect-testimonial {
        padding: 90px 0 125px;
    }

    .sect-testimonial .easy_t_single_testimonial blockquote.easy_testimonial {
        max-width: 330px;
        padding: 75px 0 0;
        margin-top: 0;
        background-size: 71%;
    }

    blockquote.easy_testimonial:before {
        transform: scale(0.7);
        left: -160%;
        top: -170px;
    }

    .sect-testimonial .easy_testimonial .testimonial_body p {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .sect-testimonial .testimonial_body p:before,
    .sect-testimonial .testimonial_body p:after {
        font-size: 40px;
        font-size: 4rem;
        top: 17px;
    }

    .sect-testimonial .easy_testimonial .testimonial_author {
        font-size: 16px;
        font-size: 1.6rem;
        padding-bottom: 35px;
    }

    .sect-testimonial .easy_testimonials_read_more_link,
    .sect-testimonial .easy_testimonials_read_more_link:visited {
        max-width: 150px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 30px;
    }

}

@media screen and (max-width: 500px) {
    .sect-testimonial {
        padding: 50px 0 175px;
    }

    .sect-testimonial .easy_t_single_testimonial blockquote.easy_testimonial {
        float: none;
        margin: 0 auto;
    }

    blockquote.easy_testimonial:before {
        transform: scale(0.7);
        left: -470px;
        top: auto;
        bottom: -160%;
    }

    .sect-testimonial .easy_testimonial .testimonial_body p {
        line-height: 1.8;
    }
}
/*** end Testimonial Section ******/


/***** Home CTAs ***********/
.sect-ctas {
    position: relative;
    padding: 100px 0 60px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.sect-ctas .dc-content {
    width: 100%;
    max-width: 1300px;
    max-width: 130rem;
    padding: 0 1%;
    margin: 0 auto;
}

.sect-ctas #sidebar {
    float: none;
    width: auto;
    max-width: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.sect-ctas .cta_post_widget {
    flex: 0 1 260px;
    width: 100%;
    min-width: auto;
    margin: 0 0 40px !important;
}

.sect-ctas .cta:hover {
    box-shadow: 0 0 14px #aaa;
}

@media screen and (max-width: 1130px) {
    .sect-ctas .dc-content {
        max-width: 600px;
        max-width: 64rem;
    }
}
/***** end Home CTAs *******/


/***** Banner Slider (Smart Slider) ***********/
.n2-section-smartslider,
.n2-ss-align.n2-ss-align-visible,
.n2-ss-align.n2-ss-align-visible .n2-padding,
div#n2-ss-2,
div#n2-ss-2 .n2-ss-slider-1,
div#n2-ss-2 .n2-ss-slider-2,
div#n2-ss-2 .n2-ss-slide,
div#n2-ss-2 .n2-ss-layers-container {
    height: 100% !important;
}

div#n2-ss-2 .n2-ss-layers-container {
    width: 100% !important;
    margin: 0 !important;
}

.n2-ss-slider .n2-ss-layer[data-pm=default],
.n2-ss-slider .n2-ss-layer-content[data-verticalalign=center] {
    padding: 0 !important;
}

div#n2-ss-2 .nextend-arrow-animated-fade {
    top: 50% !important;
}

.dc-slide-overlay {
    position: absolute !important;
    left: calc(55% - 535px);
    top: 100px;
}

.dc-slide-heading {
}

.dc-slide-overlay hr {
    border: 1px solid #cfa56f;
}

.dc-slide-list li a,
.dc-slide-list li a:visited,
.dc-slide-list li a:focus {
    font-family: inherit;
    color: #fff !important;
}

.dc-slide-list li a:hover,
.dc-slide-list li a:active {
    text-decoration: none;
}

.dc-slide-heading h2 a:after,
.dc-slide-list li a:after {
    display: none;
    content: '';
    position: absolute;
    border-left: solid #fff;
    border-top: solid transparent;
    border-bottom: solid transparent;
    border-width: 15px;
    margin: 12px 0 0 20px;
}

.dc-slide-heading h2 a:after {
    border-width: 17px;
    margin: 20px 0 0 20px;
}

.dc-slide-heading h2:hover a:after,
.dc-slide-heading h2:active a:after,
.dc-slide-list li a:hover:after,
.dc-slide-list li a:active:after {
    display: inline;
}

@media screen and (max-width: 980px) {
    .dc-slide-overlay {
        left: calc(75% - 535px);
    }
}

@media screen and (max-width: 800px) {
    .dc-slide-overlay {
        max-width: 335px !important;
        left: calc(57% - 335px);
        top: 60px;
    }

    .dc-slide-heading h2 a {
        font-size: 32px !important;
    }

    .dc-slide-list li {
        font-size: 24px !important;
    }

    .dc-slide-list li a:after {
        border-width: 10px;
        margin: 10px 0 0 14px;
    }

    .dc-slide-heading h2 a:after {
        border-width: 13px;
        margin: 12px 0 0 16px;
    }
}

@media screen and (max-width: 630px) {
    .dc-slide-overlay {
        left: calc(75% - 335px);
    }
}

@media screen and (max-width: 500px) {
    .dc-slide-overlay {
        position: relative !important;
        left: auto;
        top: 0;
    }

    .dc-slide-heading div {
        font-size: 32px !important;
    }

    .dc-slide-list li {
        font-size: 24px !important;
    }

    .dc-slide-list li a:hover:after,
    .dc-slide-list li a:active:after {
        border-width: 15px;
        margin: 12px 0 0 20px;
    }
}
/***** end Banner Slider (Smart Slider) *******/
/***** end Home page content **********/
