/*
Theme Name: WF0123 WP child #7
Template: wf0123-wp
Version: 1.3.0
*/
@import url("../wf0123-wp/style.css");
/*
Website development by Midwest New Media, LLC
Unauthorized distribution or resale is expressly prohibited
www.midwestnewmedia.com
info@midwestnewmedia.com
(513) 742-9150
*/

/* --- Modified YUI CSS Reset --- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

#eric ol, #eric ul {
	list-style:disc;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* --- Styles --- */

a {

}

a:hover {
    text-decoration: none;
}

address, blockquote, ol, p, ul {
    margin-top: 1em;
}

article {

}

aside {

}

blockquote, ol, ul {
    margin-left: 1em;
}

body {
    height: 100%;
    background: #FDFDFD;
    font-family: 'Open Sans', sans-serif;
}

em {
    font-style: italic;
}

em strong,
strong em {
    font-style: italic;
    font-weight: bold;
}

.fixed {
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 2px 2px 10px #000;
    top: 0;
}

footer {
    /* height must match section padding */
}

footer address {

}

#google-map-scroll {
    display: block;
    width: 100%;
    height: 355px;
    position: absolute;
    z-index: 100000;
}

h3 {
    font-weight: bold;
    margin-top: 2em;
}

ul.sitemap li,
ul.wsp-pages-list li{
    line-height: 2em;
}
ul.wsp-pages-list li a{
	color:#6688bb;
}

html {
    height: 100%;
    overflow: -moz-scroll-bars-vertical;
    overflow-y: scroll;
}

section {
    /* padding-bottom must match or exceed footer height */
}

strong {
    font-weight: bold;
}

#page {
    height: auto !important;
    height: 100%;
    margin: 0px auto;
    min-height: 100%;
    position: relative;
    width: 100%;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*** TOP ***/
#header-top {
    background: #00688A;
    height: 20px;
}

#header-logo {
    background: url(assets/img/top-bg.png) center center;
    height: 100px;
}

#header-logo > a {
    background: url(assets/img/logo.png) no-repeat center center;
    display: block;
    margin: 0 auto;
    text-indent: -9999px;
    height: 100%;
}

#header-call-mail {
    background: #0085B2;
    height: 45px;
    text-align: center;
}

#header-call-mail div {
    font-size: 17px;
    font-weight: 700;
    line-height: 42px;
    color: #FFF;
    text-transform: uppercase;
    padding-left: 30px;
    display: inline;
}

#header-call-mail div a {
    color: #FFF;
    text-decoration: none;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
}

#header-call-mail div a:hover {
    color: #64F1E8;
    transition-duration: 0.3s;
}

#header-call-mail div.call:before {
    content: "";
    padding: 10px 15px;
    background: url(assets/img/icon-phone.png) no-repeat center left;
}

#header-call-mail div.mail:before {
    content: "";
    padding: 10px 15px;
    background: url(assets/img/icon-mail.png) no-repeat center left;
    margin-left: 40px;
}

.success {
    margin: 0 auto;
    padding: 1em 2em;
    background-color: green;
    color: white;
    text-align: center;
}

.message {
    margin: 0 auto;
    padding: 1em 2em;
    background-color: red;
    color: white;
    text-align: center;
}

/*** MID ***/
#mid {
    width: 100%;
    height: auto;
    position: relative;
}

#mid img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

#mid span {
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    display: block;
    position: absolute;
    right: 10%;
    top: 40%;
}

/*** MAIN ***/
#main-content,
#page-content {
    width: 100%;
}

#page-content {
    min-height: 500px;
}

.main-top {
    height: 20px;
    background: #0085B2;
    margin-bottom: 40px;
}

.main-top span {
    display: block;
    height: 40px;
    background: url(assets/img/arrow-bar-onlyarrow.png) no-repeat bottom center;
}

.main-header {
    font-size: 25px;
    font-weight: 700;
    color: #212121;
    display: block;
    text-align: center;
    width: 562px;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.main-header:before {
    content: "";
    display: block;
    border-top: 1px solid #0085B2;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.main-header span {
    background: #FDFDFD;
    padding: 0px 20px;
    z-index: 2;
    position: relative;
    display: inline-block;
}

.main-section {
    padding-bottom: 50px;
}

.page-section {
    padding: 40px 0 80px;
    font-size: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
    clear: both;
}

.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8 {
    position: relative;
    min-height: 1px;
    float: left;
}

.col-md-3 {
    width: 22%;
    padding-right: 1.5%;
    padding-left: 1.5%;
}

.col-md-4 {
    width: 30.33333333333333%;
    padding-right: 1.5%;
    padding-left: 1.5%;
}

.col-md-6 {
    width: 47%;
    padding-right: 1.5%;
    padding-left: 1.5%;
}

.col-md-8 {
    width: 63.66666666666666%;
    padding-right: 1.5%;
    padding-left: 1.5%;
}

.wrap {
    width: 1050px;
    margin: 0 auto;
}

#page-content h1 {
    /*color: #1F1F1F;*/
    /*font-size: 25px;*/
    /*font-weight: 700;*/
}

.contact-side h2 {
    background: #333;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
}

.contact-side form {
    padding: 10px 0 0;
}

.contact-side input[type="text"],
.contact-side input[type="tel"],
.contact-side input[type="email"],
.contact-side textarea {
    width: 99%;
    background: #F9F9F9;
    border: 1px solid #CCC;
    padding: 5px 0;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    text-indent: 10px;
}

.contact-side textarea {
    font-family: 'Open Sans', sans-serif;
}

.contact-side fieldset {
    padding-bottom: 10px;
}

.contact-side input[type="submit"] {
    float: right;
    background: #00688A;
    border: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px 20px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
}

.contact-side input[type="submit"]:hover {
    background: #212121;
    transition-duration: 0.3s;
}

/*** WELCOME ***/
#welcome {
    width: 100%;
}

#welcome-container {
    width: 838px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 25px;
    text-align: center;
}

.bx-wrapper {
    position: relative;
}

.bx-pager.bx-default-pager {
    text-align: center;
    margin-top: 25px;
}

.bx-pager-item {
    margin: auto;
    display: inline-block;
    text-align: center;
}

.bx-pager-item a {
    background: url(assets/img/icon-pager.png) no-repeat left center;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    display: inline-block;
    text-indent: -9999px;
}

.bx-pager-item a:hover,
.bx-pager-item a.active {
    background: url(assets/img/icon-pager.png) no-repeat right center;
}

.bx-controls-direction {
    position: absolute;
    top: 42%;
    width: 100%;
}

.bx-prev {
    left: -70px;
    position: absolute;
    background: url(assets/img/icon-next-prev.png) no-repeat left center;
    width: 21px;
    height: 30px;
    text-indent: -9999px;
}

.bx-next {
    right: -70px;
    position: absolute;
    background: url(assets/img/icon-next-prev.png) no-repeat right center;
    width: 21px;
    height: 30px;
    text-indent: -9999px;
}

/*** OUR TEAM ***/
#our-team {
    background: #EBF4FD;
}

#our-team .wrap {
    margin-top: 30px;
}

#our-team .main-header span {
    background: #EBF4FD;
}

#our-team .col-md-3 a img {
    border: 1px solid #ACD1F7;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

#our-team .col-md-3 a:hover img {
    opacity: 0.70;
}

#our-team .col-md-3 h4 {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

#our-team .col-md-3 h4 a {
    color: #0085B2;
    text-decoration: none;
    /*transition-delay:0.1s;*/
    transition-duration: 0.3s;
}

#our-team .col-md-3 h4 a:hover {
    color: #333;
    transition-duration: 0.3s;
}

#our-team .col-md-3 p {
    font-size: 15px;
    font-weight: 400;
    color: #1F1F1F;
    text-align: center;
}
#our-team .row{
	text-align:center;
}
#our-team .col-md-6 {
    float: none;
    margin: 0 0 50px;
    display: inline-block;
    width: 46%;

}

/*** PRACTICE AREAS ***/
#practice-areas .wrap {
    margin-top: 30px;
}

#practice-areas ul {
    margin: 0;
    padding: 0;
}

#practice-areas li {
    list-style: none;
    margin-bottom: 5px;
}

#practice-areas li a {
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background: #005B79;
    display: block;
    padding: 5px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
}

#practice-areas li a:hover {
    background: #212121;
    transition-duration: 0.3s;
}

/*** LAW FIRM WEEKLY ***/
#weekly {
    background: #EBF4FD;
}

#weekly .wrap {
    margin-top: 30px;
}

#weekly .main-header span {
    background: #EBF4FD;
}

#weekly .weekly-title {
    background: #333;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}

#weekly .weekly-content {
    background: #FFF;
    padding: 10px 12px;
    min-height: 345px;
}

#weekly .weekly-article,
#weekly .weekly-thought {
    border-bottom: 1px dotted #A6A6A6;
    padding: 10px 0 15px;
}

#weekly article.weekly-article:last-child,
#weekly article.weekly-thought:last-child {
    border-bottom: none;
}

#weekly .weekly-article h3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

#weekly .weekly-article p,
#weekly .weekly-thought p {
    margin: 0.8em 0;
    line-height: 20px;
    font-size: 15px;
}

#weekly .weekly-thought p {
    text-align: center;
    padding: 0 25px;
}

#weekly .weekly-article a {
    color: #00698C;
    font-size: 15px;
}

.weekly-top {
    padding-bottom: 30px;
}

.weekly-list h2 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    padding: 10px;
}

.weekly-list ul,
.weekly-top-five ul {
    margin: 0;
    padding: 10px;
}

.weekly-list li,
.weekly-top-five li {
    list-style: none;
    line-height: 18px;
    background: url(assets/img/icon-arrow.png) no-repeat left 4px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}

.weekly-top-five li a {
    color: #00698C;
}

/*** FOOTER ***/
#footer {
    width: 100%;
}

#top-footer {
    background: #0085B2;
    min-height: 300px;
    padding: 30px 0;
}

#top-footer p {
    color: #FFF;
    font-weight: 700;
    font-size: 15px;
}

#top-footer .social-icons {
    margin: 0;
    padding: 20px 0 0;
}

#top-footer .social-icons li {
    list-style: none;
    display: inline-block;
    padding-right: 15px;
}

#top-footer .social-icons a {
    width: 53px;
    height: 53px;
    display: block;
    text-indent: -9999px;
}

#top-footer .social-icons li.facebook a {
    background: url(assets/img/icon-facebook.jpg) no-repeat;
}

#top-footer .social-icons li.twitter a {
    background: url(assets/img/icon-twitter.jpg) no-repeat;
}

#top-footer .social-icons li.instagram a {
    background: url(assets/img/icon-instagram.png) no-repeat;
}

#top-footer .social-icons li.google a {
    background: url(assets/img/icon-google.jpg) no-repeat;
}

#top-footer .social-icons li.linkedin a {
    background: url(assets/img/icon-linkedin.jpg) no-repeat;
}

#top-footer .information-center h2,
#top-footer .contact-form h2 {
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    background: #333;
    display: block;
    padding: 5px 0;
}
#top-footer .contact-form li.gfield{
	margin-top:5px;
	padding-right:0;
}
#top-footer .contact-form .top_label div.ginput_container{
	margin-top:0;
}
#top-footer .contact-form .top_label div.ginput_container input{
	margin:0;
}
#top-footer .contact-form .gform_footer{
	padding:0;
	margin:5px 0 0;
}
#top-footer .contact-form .gform_footer input[type="submit"]{
	margin:0;
	padding-top:8px;
	padding-bottom:8px;
}
#top-footer .gform_wrapper div.validation_error{
	display:none;
}
#top-footer .gform_wrapper li.gfield.gfield_error{
	background:none !important;
	border:none !important;
	margin:0 !important;
	padding-top:0;
	max-width:100% !important;
}
#top-footer .gform_wrapper .validation_message{
	padding:5px 0 0 !important;
}
#top-footer .information-center p {
    font-weight: 400;
}

#top-footer .information-center ul {
    margin: 0;
    padding: 10px 0 0;
}

#top-footer .information-center li {
    list-style: none;
    margin-top: 10px;
}

#top-footer .information-center a {
    background: #91E3FF;
    display: block;
    padding: 5px 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #006080;
    font-size: 13px;
    font-weight: 700;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
}

#top-footer .information-center a:hover {
    background: #28BDE6;
    color: #FFF;
    transition-duration: 0.3s;
}

#top-footer .contact-form form {
    margin: 0;
    padding: 0;
    width: 100%;
}

#top-footer .contact-form input[type="text"],
#top-footer .contact-form input[type="tel"],
#top-footer .contact-form input[type="email"],
#top-footer .contact-form textarea {
    width: 100%;
    border: none;
    padding: 5px 0;
    margin-bottom: 5px;
    display: block;
    text-indent: 8px;
    font-size: 15px;
}

#top-footer .contact-form textarea {
    font-family: 'Open Sans', sans-serif;
	max-height:80px;
}

#top-footer .contact-form input[type="submit"] {
    float: right;
    background: #003366;
    border: none;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 5px 20px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
}

#top-footer .contact-form input[type="submit"]:hover {
    background: #212121;
    transition-duration: 0.3s;
}

#copyright {
    background: #004D66;
    min-height: 40px;
}

#copyright p {
    margin: 0;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    line-height: 40px;
}

#copyright p#firm-description {
    line-height: 17px;
    margin: 0 auto;
    max-width: 1080px;
    padding: 1em 0;
}

#copyright a {
    color: #91E3FF;
}

.navbar-inverse {
    display: none;
}

#header-top {
    display: block;
}

@media screen and (max-width: 1024px) {
    #copyright p#firm-description {
        max-width: 90%;
    }

    .wrap {
        width: 95%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
    #welcome-container {
        width: 80%;
        margin: 0 auto;
    }

    #top-footer img {
        width: 100%;
    }

    #header-top {
        display: none;
    }

    .navbar-inverse {
        height: 55px;
        width: 100%;
        background: #00688A;
        margin-top: -2px;
        padding-top: 5px;
        display: block;
    }

    .navbar-inverse .navbar-toggle {
        background: none;
        margin: 2px auto 0;
    }

    .navbar-toggle {
        position: relative;
        padding: 6px 8px 2px 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        border: 1px solid transparent;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        cursor: pointer;
        display: block;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #FFF;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 52px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .navbar-collapse {
        position: relative;
        z-index: 1000;
        margin-top: 5px;
    }

    .collapse {
        display: none;
    }

    .menu-nav-container ul {
        width: 100%;
        margin: 0 !important;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #000;
    }

    .collapse.in {
        display: block
    }

    .collapsing {
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .35s ease;
        transition: height .35s ease
    }

    nav ul.sf-menu > li > a {
        background: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        border: none;
        line-height: 17px;
    }

    .sf-menu {
        background-color: #00688A;
    }

    .sf-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4) !important;
    }

    .sf-menu a {
        border-left: none !important;
        padding: 0.75em 0 !important;
        color: #fff;
        text-decoration: none;
        font-weight: normal;
    }

    .sf-vertical > li {
        float: none;
    }

    .sf-menu li {
        white-space: nowrap;
        -webkit-transition: background .2s;
        transition: background .2s;
    }

    nav ul.sf-menu > li > a {
        display: block;
        font-weight: normal;
        outline: none;
    }

    nav > ul > li a:hover, nav > ul > li a.active {
        color: #000;
        font-weight: bold;
    }

    .nav-menu-word {
        color: white;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 100;
        display: block;
        margin-top: 1px;
    }

    .welcome-text > div {
        padding-left: 0 !important;
        float: none !important;
    }

    .welcome-text > div p {
        text-align: center !important;
    }

    .welcome-text img {
        float: none !important;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    #header-call-mail div {
        font-size: 15px;
    }

    .main-header {
        width: 90%;
    }

    #mid span {
        font-size: 30px;
    }

    .bx-prev {
        left: -50px;
    }

    .bx-next {
        right: -50px;
    }

    #our-team .col-md-3 {
/*        width: 47%;
        padding-right: 1.5%;
        padding-left: 1.5%;
        padding-bottom: 5%;*/
		width: 100%;
    }

    #practice-areas .col-md-6,
    #weekly .col-md-4, #weekly .col-md-6 {
        width: 97%;
        padding-right: 1.5%;
        padding-left: 1.5%;
    }

    #weekly .weekly-content {
        min-height: auto;
        margin-bottom: 30px;
    }

    #top-footer .col-md-4 {
        width: 97%;
        padding-right: 1.5%;
        padding-left: 1.5%;
        text-align: center;
        margin-bottom: 50px;
    }

    #top-footer img {
        width: auto;
    }

    #top-footer .contact-form input[type="submit"] {
        float: none;
        margin-top: 10px;
    }

    .page-section > .wrap > .row > .col-md-8,
    .page-section > .wrap > .row > .col-md-4 {
        width: 90%;
        padding-left: 1.5%;
        padding-right: 1.5%;
        float: none;
        margin: 0 auto 50px;
    }

    #copyright p#firm-description {
        padding: 0 0 1em 0;
    }
}

@media screen and (max-width: 480px) {
    .wrap {
        width: 90%;
        margin: 0 auto;
    }

    #header-call-mail {
        height: 70px;
        padding: 5px 0;
    }

    #header-call-mail div {
        display: block;
        line-height: 35px;
        padding-left: 0;
        font-size: 13px;
    }

    #header-call-mail div.mail:before {
        margin-left: 0;
    }

    .bx-prev {
        left: -30px;
    }

    .bx-next {
        right: -30px;
    }
}

@media screen and (max-width: 767px) {
    #our-team .col-md-3 {
        width: 90%;
        padding-right: 1.5%;
        padding-left: 1.5%;
        padding-bottom: 5%;
        margin: 0 auto;
        float: none;
    }

    #mid span {
        font-size: 25px;
    }
}

header#header {
    background: #fff;
}

/* Additional template styles */

#copyright {
    text-align: center;
}

#copyright ul {
    padding: 1em 0;
}

#copyright ul li {
    display: inline;
    margin: 0 26px 0 0;
}

#copyright ul li:last-of-type {
    margin-right: 0;
}

#header-logo {
    background: none;
    margin: 0 auto;
    position: relative;
    width: 1060px;
}

#header-logo > a {
    float: left;
    width: 291px;
}

#header-logo nav ul {
    position: absolute;
    right: 0;
}

#header-logo nav ul li {
    float: left;
    margin-right: 28px;
    font-size: 0.92em;
}

#header-logo nav ul li a {
    text-decoration: none;
    transition: all .3s linear;
}

#header-logo nav ul li a:hover {
    color: #304f52;
}

p.legalheading {
    font-size: 1.5em;
    color: #231c50;
}

#about,
#about .main-header span,
#weekly,
#weekly .main-header span {
    background: #eee;
}

/* Customizations */

.welcome-text {
    text-align: justify;
}

#practice-areas li a {
    background: #231c50;
}

#copyright {
    background: #231c50;
}

#header-top {
    background: #231c50;
}

#copyright a {
    color: #fff;
}

#header-call-mail div a:hover {
    color: #fff;
}

#header-call-mail {
    background: rgb(35, 28, 80);
}

#top-footer .social-icons {
    margin: 0;
    padding: -5px 0 0 -10px;
    align: left
}

#top-footer .twitter {
    padding: 5px 15px;
    display: inline-block;
    width: 36px;
    height: 36px;
}

#top-footer .facebook {
    padding: 5px 15px;
    width: 36px;
    height: 36px;
}

#top-footer .linkedin {
    padding: 5px 15px;
    width: 36px;
    height: 36px;
}

#top-footer .contact-form input[type="submit"] {
    background: #a7a4b9;
}

#top-footer .social-icons li {
    padding: 0;
    width: auto;
    height: auto;
    margin-right: 10px;
}

.avvo {
    margin-top: 20px;
    display: block;
}

#practice-areas li a:hover,
#top-footer .information-center a:hover,
.main-top {
    background: #231c50;
}

#header-logo > a {
    background-image: url(assets/img/logo.png);
}

#header-logo nav ul {
    top: 17px;
}

#header-logo nav ul li a,
#top-footer p {
    color: #333;
}

#header-logo nav ul li a:hover {
    color: #372c7c;
}

.weekly-text p {
    color: #231c50;
}

#about .col-md-3 a img {
    border-color: #ccc;
}

.view-bio-button {
    background: rgb(35, 28, 80);
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 10px 30px 10px 30px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transition-delay: 0.1s;
    transition-duration: 0.3s;
    margin-top: 1em;
}

.view-bio-button:hover {
    background: #231c50;
    transition-duration: 0.3s;
}

.view-bio-button:visited {
    color: #fff;
}

.view-bio-mobile {
    display: none;
}

.view-bio-desktop {
    display: block;
}

#top-footer .information-center p {
    color: white;
}

#top-footer .information-center h2, #top-footer .contact-form h2 {
    color: black;
    background: #ffffff;
}

#about .col-md-3 h4 a,
#top-footer .information-center a,
#top-footer .information-center a:hover,
#weekly .weekly-article a,
.weekly-top-five li a {
    color: #231c50;
}

#about .main-header span {
    color: #231c50;
}

#about .wrap {
    margin-top: 30px;
}

.main-header {
    color: #231c50;
}

.firm-info-footer {
    color: white;
    font-size: 1em;
}

#top-footer {
    background: #231C50;
}

#top-footer .contact-form input[type="submit"],
#top-footer .contact-form input[type="submit"]:hover,
#top-footer .information-center a:hover {
    color: #fff;
}

#top-footer .information-center a {
    background: #fff;
}

.information-center {
    color: white
}

.footer-phone {
    display: block;
    background-color: white;
    width: 150px;
    height: 27px;
    color: rgb(35, 28, 80);
    line-height: 27px;
    text-align: center;
    margin-top: 10px;
}

.main-header:before {
    border-color: #231C50;
}

.megan-desc {
    text-align: center;
}

.megan-desc h4 a {
    text-decoration: none;
    color: #231C50;
    font-weight: 600;
}

.megan-desc p {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-size: 0.8em;
}

#top-footer > .wrap > .row > .col-md-4:first-child > p {
    text-indent: -9999px;
}

#top-footer > .wrap > .row > .col-md-4:first-child .footer-phone {
    text-indent: 0;
    text-decoration: none;
}

#google-map-scroll {
    display: block;
    width: 100%;
    height: 355px;
    position: absolute;
    z-index: 100000;
}

#mid p {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 13px;
    font-weight: 600;
}

#mid p a {
    color: #231c50;
    text-decoration: none;
}

#mid span {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.bio-photo {
    float: left;
    margin: 0 20px 20px 0;
}

.view-bio-button:hover,
#practice-areas li a:hover {
    background: #333;
}

a {
    color: #231c50;
}

h2 {
    /*margin-top: 20px;*/
    /*font-size: 17px;*/
    /*font-weight: 600;*/
}

ul.legal-list {
    list-style: outside !important;
}

#eric-menu {
    display: none;
}

#copyright a {
    font-size: 13px;
}

@media only screen and (max-width: 1060px) {
    #header-logo {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    #header-logo nav ul li {
        font-size: 1em;
    }
}

@media only screen and (max-width: 930px) {
    #header-logo nav ul li {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 880px) {
    #header-logo {
        /*height: auto;*/
        text-align: center;
        /*padding: 20px 0;*/
    }

    #header-logo > a {
        float: none;
        margin: 0 auto;
    }

}

@media only screen and (max-width: 800px) {
    #header-logo {
        /*padding: 40px 0; */
    }

    #header-logo nav {
        display: none;
    }

    .navbar-inverse,
    .sf-menu {
        background: #617F7D;
    }

    .sf-menu a:hover {
        color: #000;
        font-weight: bold;
    }

    #header-logo > a {
        background-size: contain;
        background-position:center!important;
    }
}

@media only screen and (max-width: 640px) {
    #top-footer > .wrap > .row > .col-md-4:first-child .footer-phone {
        margin-left: auto;
        margin-right: auto;
    }

    #copyright ul {
        margin-left: 0;
    }

    #copyright ul li {
        display: block;
        margin: 20px 0;
    }
}

@media only screen and (max-width: 380px) {
    .megan-desc img {
        display: block;
        width: 100%;
        height: auto;
    }

    #mid span {
        font-size: 24px;
        line-height: 1em;
    }

    .megan-desc p {
        width: 100%;
    }
}

/*#eric H3,
#eric .subheader,
#eric h4.section,
#eric .paragraph,
#eric OL, #eric P, #eric UL, #eric .paragraph,
.submenu {
    font-size: 15px !important;
}*/

body:not(.wp-admin) {
    background: #FDFDFD !important;
}

.view-bio-button:hover, #practice-areas li a:hover {
    color: #fff;
}

#top-footer .contact-form input[type="text"], #top-footer .contact-form input[type="tel"], #top-footer .contact-form input[type="email"], #top-footer .contact-form textarea {
    border-radius: 0;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.contact-form .widget-title {
    display: none !important;
}

.widget {
    margin: 0;
}

#top-footer .contact-form input[type="text"], #top-footer .contact-form input[type="tel"], #top-footer .contact-form input[type="email"], #top-footer .contact-form textarea, .caldera-grid .form-control {
    /*width: 102%!important;*/
}

#top-footer .caldera-grid .row {
    margin-right: 0px;
}

#top-footer .caldera-grid .col-sm-12 {
    padding-right: 0 !important;
}

#top-footer .caldera-grid .form-group {
    width: 102%;
}

.widget_wf_copyright {
    margin: 0;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    line-height: 40px;
}

body {
    line-height: normal;
    color: #000
}

h1, h2, h3, h4, h5, h6 {
    clear: none
}

body.page-template-page-about .entry-content p {
    margin-top: 0;
    margin-bottom: 1em;
}

/*#eric p {
    margin-top: 1em;
}

#eric #eric-menu-bottom {
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    margin: 39px 0px -26px 0px;
    padding: 0px 13px 13px 13px;
}

#eric #eric-menu p, #eric #eric-menu-bottom p {
    margin: 0px;
    padding-top: 13px;
}

#eric #eric-copyright {
    margin-top: 40px;
}

#eric A {
    color: #1e5993;
    font-weight: normal;
    text-decoration: underline;
}

/*#eric OL, #eric P, #eric UL, #eric .paragraph {
    color: #0f0f0f;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0px;
    margin-top: 13px;
}*/

#eric H3, #eric .subheader, #eric h4.section, #eric .paragraph, #eric OL, #eric P, #eric UL, #eric .paragraph, .submenu {
    font-size: 15px!important;
}

#eric LI {
    line-height: 17px;
    margin-bottom: 7px;
}

.submenu {
    color: #0f0f0f;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-bottom: 6px;
}
.footer-logo {
    margin-top:20px;
}

#blog_homepage .blog-content-snippet {
    max-height: inherit;
}

.blog-sidebar-header {
    background: rgb(102,136,187);
    color: #fff;
    text-align: center;
    height: 31px;
    line-height: 31px;
}

.blog-sidebar-date {
    color: #999;
}

#blog_homepage {
    background: #efefef;
}

#blog_homepage #latest_posts {
    margin-top: 4em;
}

#latest_posts li.col-md-3 {
    padding-left: 7%;
}

#blog_homepage .main-header {
    margin-top: 2em;
}

#blog_homepage  .blog-sidebar-date {
    display: block;
    margin-top: 1em;
}

#blog_homepage .main-header span {
    background: #efefef;
}

#blog_homepage .blog-content-snippet img {
    display: block;
    margin-bottom: 2em;
    width: 100%;
    height: auto
}

.blog-sidebar-title {
    font-size: 1.25em;
}

.wrap {
	margin-left:auto!important;
	margin-right:auto!important;
}

#eric H1,
#eric H2,
#eric H3,
#eric H4,
#eric H5,
#eric H6,
#eric P,
#eric UL,
#eric OL {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

p.subheader {
	font-weight:bold;
}

BODY.eric-minimal {
	background-color: #ffffff !important;
	background-image: none !important;
	margin: 8px;
}

#eric {
	padding: 0px 0px 0px 0px;
	width: 100%;
}

#eric.fullwidth {
	padding: 0px;
	width: 100%;
}

#eric A {
	color: #1e5993;
	font-weight: normal;
	text-decoration: underline;
}

#eric A:hover {
	text-decoration: none;
}

#eric H2,
#eric .header {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 13px 0px 0px 0px;
	padding: 13px 0px;
	text-transform: none;
}

#eric H3,
#eric .subheader {
	color: #0f0f0f;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin-top: 26px;
}

#eric H4 {
	color: #0f0f0f;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	margin-top: 26px;
}

#eric H4.class-action-news {
	font-weight: bold;
	margin-top: 15px;
}

#eric h4.section {
	background-color: #0f0f0f;
	color: #ffffff;
	font-size: 13px;
	padding: 4px;
}

#eric LI {
	line-height: 17px;
	margin-bottom: 7px;
}

#eric OL,
#eric P,
#eric UL,
#eric .paragraph {
	color: #0f0f0f!important;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif!important;
	font-size: 13px!important;
	line-height: 17px!important;
	margin-bottom: 0px!important;
	margin-top: 13px!important;
}

#eric OL,
#eric UL {
	margin-left: 26px;
}

#eric P IMG {
	float: none;
	margin: 0px;
}

#eric P.class-action-news-box {
	background-color: #dddddd;
	float: right;
	padding: 10px;
	width: 50%;
}

#eric P.class-action-news-date,
#eric P.class-action-news-url {
	font-size: 10px;
	line-height: 14px;
	margin-top: 3px;
}

#eric P.class-action-news-description {
	margin-top: 8px;
}

#eric P.class-action-news-menu {
	float: left;
}

#eric P.class-action-news-more {
	margin-top: 15px;
}

#eric td {
	border: 0px;
}

#eric #eric-copyright {
	font-size: 11px;
	margin-top: 40px;
}

#eric #eric-copyright A {
	text-decoration: none;
}

#eric #eric-copyright A:hover {
	text-decoration: underline;
}

#eric #eric-display {
	font-size: 11px;
	line-height: 15px;
}

#eric #eric-menu {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	/*margin: -5px -13px 0px -13px;*/
	padding: 0px 13px 13px 13px;
}

#eric #eric-menu p,
#eric #eric-menu-bottom p {
	margin: 0px;
	padding-top: 13px;
}

#eric #eric-menu p.details,
#eric #eric-menu-bottom p.details {
	padding: 0px;
}

#eric #eric-menu-bottom {
	background-color: #eeeeee;
	border: 1px solid #dddddd;
	margin: 39px 0px -26px 0px;
	padding: 0px 13px 13px 13px;
}

#eric .backtotop {
	font-size: 11px;
}

#eric .backtotop_minimal {
	font-size: 11px;
	text-align: right;
}

#eric .block {
	color: #0f0f0f;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin-left: 26px;
	margin-top: 13px;
}

#eric .bodytext {
	color: #0f0f0f;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 17px;
}

#eric .bullet_arrow {
	color: #0f0f0f;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 13px;
	margin-left: 13px;
	text-indent: -13px;
}

.bullet_list {
	color: #0f0f0f;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	margin-bottom: 6px;
	margin-left: 13px;
	text-indent: -13px;
}

#eric .details {
	color: #0f0f0f;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin-top: 6px;
}

#eric .faq {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 6px;
	margin-top: 6px;
}

#eric .faq A {
	text-decoration: none;
}

#eric .faq A:hover {
	text-decoration: underline;
}

#eric .field {
	color: #0f0f0f;
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin-top: 8px;
}

#eric .noline {
	text-decoration: none;
}

#eric .noline:hover {
	text-decoration: underline;
}

.view-bio-button {
    width: 152px;
    display: block;
    margin: 20px auto 0 auto;
}

@media (max-width: 767px) {
    .col-md-3,
    .col-md-4,
    .col-md-6,
    .col-md-8{
        width:100%!important;
        float:none!important;
    }
    .view-bio-button {
        margin-bottom: 20px;
    }
}


#copyright {
    float: left;
    width: 100%;
}

.main-top span {
    width: 73px;
    background-color: rgb(70, 97, 97);
    margin: 0 auto;
    padding-top: 5px;
    border-bottom-right-radius: 33px;
    border-bottom-left-radius: 33px;
    padding-top: 0px;
    display: block;
    height: 40px;
}

body #header-logo > a{
    float: none;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto;
    max-height: 80px;
    margin-top: 10px;
}

#header-logo nav ul {
    margin-left: 572px;
}

#header-logo nav ul li {
    float: left;
    margin-right: 31px;
    font-size: 16px;
}

#page #copyright p {
    margin: 0;
    text-align: center;
    font-size: 11px;
    color: #FFF;
    line-height: 40px;
}

#page #copyright p#firm-description {
    line-height: 17px;
    margin: 0 auto;
    max-width: 1080px;
    padding: 1em 0 0;
}

body.blog .hentry {
    margin-bottom: 60px;
    padding: 50px 60px 0 60px;
}

body.blog .page-section{
    padding-top: 0;
}

.entry-title a, .sidebar .widget-title a {
    color: #1F1F1F;
  font-size: 25px;
  font-weight: 700;
  -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.entry-title {
padding-bottom: .5em;
  font-size: 25px;
}

.entry-title a:hover, .entry-title a:focus {
    color: #c3251d;
}

.entry-title a:hover {
    text-decoration: none;
}

.entry-meta {
    font-size: 18px;
}

.wp-caption-text {
    font-weight: 700;
    text-align: center;
}
a, #weekly .weekly-article a, .weekly-top-five li a{
    color: #6688bb;
}

.edit-link {
    margin-left: 5px;
}

.comments-link{
    margin-left:5px;
}

@media screen and (max-width: 927px){
    #header-logo nav ul {
        margin-left: 452px;
        margin-top: 0px;
    }

    #header-logo > a {
        max-height: 63px!important;
        margin-left: 10px;
    }

    #header-logo {
        height: 75px!important;
    }

    #latest_posts li.col-md-3 {
        width: 85%!important;
        padding: 7%!important;
    }
}

a:visited {
    color: #6688bb;
}

a:hover, a:focus, a:active {
    color: #6688bb;
}

#our-team .col-md-6 a img{
	border:1px solid #ACD1F7;
	border-radius:12px;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	display:block;
	margin:0 auto;
	width:100%;
	max-width:100%;
	height:auto;
	-webkit-transition: 0.5s all ease-in-out;
	-moz-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
}
#our-team .col-md-6 a:hover img{
	opacity: 0.70;
}

#our-team h4 a {
    color: #466161;
    text-decoration:none;
}

#our-team h4{
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

#practice-areas li a {
    padding: 10px;
    font-weight: normal;
}

#copyright ul li {
    margin: 0 8px 0 0;
}


.welcome-text {
    margin-top: 2em;
}

.welcome-text img {
    float: left;
    width: 50%;
    max-width: 400px;
}

.welcome-text > div {
    float: left;
    width: 47%;
    padding-left: 1em;
}

.welcome-text > div p {
    text-align: left;
}

@media screen and (max-width: 800px) {
    
    .welcome-text img, .welcome-text > div {
        width: 100%;
    }

    .welcome-text > div{
		padding-left:0 !important;
		float:none !important;
	}
	
	.welcome-text > div p{
		text-align:center !important;
	}
	
	.welcome-text img{
		float:none !important;
		display:block;
		margin:0 auto;		
	}
    
}

p.legalheading {
	font-size: 1.5em!important;
	color: #283838!important;
}

p.legalheading a {
    color: #283838!important;
}

#eric #eric-copyright {
    margin-top: 40px!important;
}

#eric #eric-menu-bottom p{
    padding-top:0!important;
}

.blog-sidebar-title {
    font-size: 1.25em;
}

.blog-content-snippet {
    max-height: 300px;
    overflow: hidden;
    margin-bottom: 2.5em;
}

#blog_homepage .blog-content-snippet {
    max-height: inherit;
}

.blog-sidebar-header {
    background: rgb(102,136,187);
    color: #fff;
    text-align: center;
    height: 31px;
    line-height: 31px;
}

.blog-sidebar-date {
    color: #999;
}

#blog_homepage {
    background: #efefef;
}

#latest_posts li.col-md-3 {
    padding-left: 7%;
}

#blog_homepage .main-header {
    margin-top: 2em;
}

#blog_homepage  .blog-sidebar-date {
    display: block;
    margin-top: 1em;
}

#blog_homepage .main-header span {
    background: #efefef;
}

#blog_homepage .blog-content-snippet img {
    display: block;
    margin-bottom: 2em;
    width: 100%;
    height: auto
}

#blog_homepage #latest_posts {
    margin: 15px;
}

/*** WELCOME ***/
#welcome{
	width:100%;
}
#welcome-container{
	width:838px;
	margin:0 auto;
	font-size:15px;
	font-weight:400;
	color:#333;
	line-height:25px;
	text-align:center;
}
.bx-wrapper {
    position: relative;
}
.bx-pager.bx-default-pager {
	text-align:center;
	margin-top:25px;
}
.bx-pager-item {
    margin: auto;
	display: inline-block;
    text-align: center;
}
.bx-pager-item a{
	background:url(images/icon-pager.png) no-repeat left center;
	width: 20px;
	height: 20px;
	margin:0 2px;
	display: inline-block;
	text-indent: -9999px;
}
.bx-pager-item a:hover,
.bx-pager-item a.active{
	background:url(images/icon-pager.png) no-repeat right center;
}
.bx-controls-direction {
    position: absolute;
    top: 42%;
    width: 100%;
}
.bx-prev {
    left: -70px;
    position: absolute;
    background: url(images/icon-next-prev.png) no-repeat left center;
    width: 21px;
    height: 30px;
    text-indent: -9999px;
}
.bx-next {
    right: -70px;
    position: absolute;
    background: url(images/icon-next-prev.png) no-repeat right center;
    width: 21px;
    height: 30px;
    text-indent: -9999px;
}

.sf-menu {
	background-color: #475E5C;
	border-top: 1px solid #FFF;
}
.sf-menu li a{
	color:#FFF;
}
.contact-checkbox{
	color:#FFF;
	line-height:1.2em;
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
}
.contact-checkbox .checkbox label{
	padding-left: 20px;
    display: flex;
	align-items:start;
    margin-left: 0;
	color:#FFF;
}
.contact-checkbox .checkbox label input{
	margin-right:5px;
}
.contact-checkbox.has-error .checkbox label{
	color:#FFF;
}
.contact-checkbox .ginput_container_consent{
	padding-top: 5px;
	padding-left: 0;
    display: flex;
	align-items:start;
    margin-left: 0;
}
.contact-checkbox .ginput_container_consent label{
	padding-left:5px;
}
.contact-checkbox .ginput_container_consent .gfield_required{
	display:none;
}
.has-error .help-block{
	background: #f5ebeb;
    padding: 5px 10px;
    border: 1px solid #F00;
	font-size:12px;
	display: inline-block !important;
}

@media screen and (max-width: 800px) {
    #welcome-container {
		width: 80%;
		margin: 0 auto;
	}	
}
@media screen and (max-width: 550px){
	#header-call-mail div {
		font-size: 12px;
		padding-left:0;
	}
}