/*
Theme Name: Wooten Kimbrough
Theme URI:
Author: Reason Agency - Caleb Stauffer
Author URI: http://reasonagency.co
Description:
Version: 0.0.1
*/


/*
########  #######   #######  ######## ######## ########      ######  ########    ###
##       ##     ## ##     ##    ##    ##       ##     ##    ##    ##    ##      ## ##
##       ##     ## ##     ##    ##    ##       ##     ##    ##          ##     ##   ##
######   ##     ## ##     ##    ##    ######   ########     ##          ##    ##     ##
##       ##     ## ##     ##    ##    ##       ##   ##      ##          ##    #########
##       ##     ## ##     ##    ##    ##       ##    ##     ##    ##    ##    ##     ##
##        #######   #######     ##    ######## ##     ##     ######     ##    ##     ##
*/

#footer-cta {
    position: relative;
    padding: 40px 0;
    font-size: 42px;
}

#footer-cta > .container {
    max-width: 900px;
}


/*
 ######  #### ######## ########    ########  #######   #######  ######## ######## ########
##    ##  ##     ##    ##          ##       ##     ## ##     ##    ##    ##       ##     ##
##        ##     ##    ##          ##       ##     ## ##     ##    ##    ##       ##     ##
 ######   ##     ##    ######      ######   ##     ## ##     ##    ##    ######   ########
      ##  ##     ##    ##          ##       ##     ## ##     ##    ##    ##       ##   ##
##    ##  ##     ##    ##          ##       ##     ## ##     ##    ##    ##       ##    ##
 ######  ####    ##    ########    ##        #######   #######     ##    ######## ##     ##
*/

footer#site-footer {
    position: relative;
    background-position: center;
    background-color: #0052cc;
    background-size: cover;
}

    html.no-js footer#site-footer,
    footer#site-footer.lazyloaded {
        background-image: url( img/bg-footer.jpg );
    }

footer#site-footer:before {
    content: '';
    float: left;
    width: 1px;
    height: 0;
    margin-left: -1px;
    padding-top: 30%;
}

footer#site-footer:after {
    content: '';
    display: table;
    clear: both;
}

footer#site-footer > .flex {
    height: 500px;
}

footer#site-footer > .flex > .flex {
    width: 100% !important;
}


#footer-logo {
    width: 450px;
}

/*#footer-logo {
    width: 400px;
    max-width: 500px;
}*/
footer#site-footer .footer-col {
    text-transform: uppercase;
    width: 25%; /* Edge mis-handling of flexbox, revert to absolute sizes */
}

.footer-col a {
    color: #ffffff !important;
}

footer#site-footer .footer-col > div {
    width: 250px;
    margin: 0 auto;
}

footer#site-footer h2 {
    width: 235px;
    max-width: 100%;
    margin-bottom: 15px;
    border-bottom: 3px solid #FFF;
    padding-bottom: 15px;
    letter-spacing: 3px;
    line-height: 32px;
    font-size: 16px;
}

footer#site-footer .footer-col p,
footer#site-footer .footer-col li {
    letter-spacing: 2px;
    line-height: 30px;
    font-size: 16px;
}

footer#site-footer .footer-col a {
    text-decoration: none;
    color: #FFF;
}

@media ( min-width: 768px ) {

    #footer-tool_free { display: none; }

}
/*@media ( max-width: 767px ) {

#footer-logo {
    width: 265px !important;
    max-width: 500px;
}
}
*/


footer#site-footer > p {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX( -50% );
    letter-spacing: 4.05px;
    font-size: 18px;
}


/*
########  ####  ######   ######  ##          ###    #### ##     ## ######## ########
##     ##  ##  ##    ## ##    ## ##         ## ##    ##  ###   ### ##       ##     ##
##     ##  ##  ##       ##       ##        ##   ##   ##  #### #### ##       ##     ##
##     ##  ##   ######  ##       ##       ##     ##  ##  ## ### ## ######   ########
##     ##  ##        ## ##       ##       #########  ##  ##     ## ##       ##   ##
##     ##  ##  ##    ## ##    ## ##       ##     ##  ##  ##     ## ##       ##    ##
########  ####  ######   ######  ######## ##     ## #### ##     ## ######## ##     ##
*/

#disclaimer {
    padding: 20px 0;
    background-color: #2E2E2E;
    text-align: center;
    font-size: 10px;
    color: #BABABA;
}

#disclaimer > .container {
    width: 88%;
    max-width: 1695px;
}

#disclaimer p {
    letter-spacing: 2.14px;
    line-height: 24px;
}


/*
######## ##       ##    ##  #######  ##     ## ########     ######   #######  ##    ## ########    ###     ######  ########
##       ##        ##  ##  ##     ## ##     ##    ##       ##    ## ##     ## ###   ##    ##      ## ##   ##    ##    ##
##       ##         ####   ##     ## ##     ##    ##       ##       ##     ## ####  ##    ##     ##   ##  ##          ##
######   ##          ##    ##     ## ##     ##    ##       ##       ##     ## ## ## ##    ##    ##     ## ##          ##
##       ##          ##    ##     ## ##     ##    ##       ##       ##     ## ##  ####    ##    ######### ##          ##
##       ##          ##    ##     ## ##     ##    ##       ##    ## ##     ## ##   ###    ##    ##     ## ##    ##    ##
##       ########    ##     #######   #######     ##        ######   #######  ##    ##    ##    ##     ##  ######     ##
*/

#flyout-contact {
    position: fixed;
    top: 380px;
    left: 100%;
    z-index: 99;
    display: block;
    width: 570px;
    height: 340px;
    padding-left: 45px;
    background-color: #FFF;
    transform: translateX( -45px );
    transition: transform 1s;

    box-shadow: 0 6px 8px 0 rgba( 172, 172, 172, 0.3 )
}

    #switch-flyout_contact:checked ~ #flyout-contact {
        transform: translateX( -100% );
    }

#flyout-contact > label {
    position: absolute;
    left: 45px;
    bottom: 0;
    display: block;
    width: 340px;
    height: 45px;
    padding: 10px 15px;
    transform: rotate( -90deg );
    transform-origin: 0 100%;
    letter-spacing: 3px;
    white-space: nowrap;
    text-align: center;
    font-size: 20px;
}

#flyout-contact form { padding: 30px; }

#flyout-contact form ul {
    margin-top: 0;
    list-style: none;
}

#flyout-contact form li {
    width: 47%;
    margin-bottom: 25px;
}

#flyout-contact form li:nth-last-child( 3 ) {
    width: 100%;
}

#flyout-contact input:not( [type="submit"] ),
#flyout-contact textarea {
    width: 100%;
    padding: 8px 5px 5px;
    border: 2px solid #BBB;
    letter-spacing: 2.29px;
    font-size: 16px;
    outline: none;
    color: #BBB;
}

    #flyout-contact input[type="submit"] {
        width: auto;
        padding: 13px 20px 10px;
    }

    #flyout-contact textarea { resize: none; }

#flyout-contact input::placeholder,
#flyout-contact textarea::placeholder {
    font-size: 16px;
    color: #BBB;
}


/*
########     ###     ######   ########  ##        ###    ########   #######  ##     ## ########
##     ##   ## ##   ##    ##  ##       ####      ## ##   ##     ## ##     ## ##     ##    ##
##     ##  ##   ##  ##        ##        ##      ##   ##  ##     ## ##     ## ##     ##    ##
########  ##     ## ##   #### ######           ##     ## ########  ##     ## ##     ##    ##
##        ######### ##    ##  ##        ##     ######### ##     ## ##     ## ##     ##    ##
##        ##     ## ##    ##  ##       ####    ##     ## ##     ## ##     ## ##     ##    ##
##        ##     ##  ######   ########  ##     ##     ## ########   #######   #######     ##
*/

body.page-template-page-about ul.columns > li,
body.page-template-page-about ul.columns-separator > li {
    letter-spacing: 4.05px;
    line-height: 55px;
    font-size: 18px;
}

body.page-template-page-about #attorneys { padding-top: 150px; }

body.page-template-page-about #attorneys {
    margin-top: 190px;
    padding-top: 150px;
    padding-bottom: 100px;
    text-align: center;
}

body.page-template-page-about #attorneys h1 {
    position: relative;
    margin-bottom: 100px;
    padding-bottom: 30px;
    text-align: center;
}

body.page-template-page-about #attorneys h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 275px;
    max-width: 100%;
    height: 5px;
    background-color: #B38F00;
    transform: translateX( -50% );
}

body.page-template-page-about #attorneys ul {
    margin-top: 0;
    list-style: none;
}

body.page-template-page-about #attorneys ul > li {
    width: 26%;
    margin: 50px 0;
    text-align: center;
}

body.page-template-page-about #attorneys .container--img {
    position: relative;
    display: block;
    width: 272px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5000px;
    overflow: hidden;
}

body.page-template-page-about #attorneys .container--img:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

body.page-template-page-about #attorneys .container--img img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate( -50%, -50% );

    -webkit-border-radius: 5000px;
       -moz-border-radius: 5000px;
            border-radius: 5000px;
}

body.page-template-page-about #attorneys h2 {
    margin-top: 45px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 1em;
    font-size: 18px;
    color: #262626;
}

body.page-template-page-about #attorneys hr {
    max-width: 130px;
}

body.page-template-page-about #attorneys li.attorney a.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 3px 30px 0 20px;
    padding-bottom: 0px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
}

    body.page-template-page-about #attorneys li.attorney a.btn:hover { background-color: #B38F00; }

body.page-template-page-about #attorneys li.attorney a.btn:after {
    right: 16px;
    width: 6px;
}


/*
########     ###     ######   ########  ##     ########  ########     ###     ######  ######## ####  ######  ########       ###    ########  ########    ###
##     ##   ## ##   ##    ##  ##       ####    ##     ## ##     ##   ## ##   ##    ##    ##     ##  ##    ## ##            ## ##   ##     ## ##         ## ##
##     ##  ##   ##  ##        ##        ##     ##     ## ##     ##  ##   ##  ##          ##     ##  ##       ##           ##   ##  ##     ## ##        ##   ##
########  ##     ## ##   #### ######           ########  ########  ##     ## ##          ##     ##  ##       ######      ##     ## ########  ######   ##     ##
##        ######### ##    ##  ##        ##     ##        ##   ##   ######### ##          ##     ##  ##       ##          ######### ##   ##   ##       #########
##        ##     ## ##    ##  ##       ####    ##        ##    ##  ##     ## ##    ##    ##     ##  ##    ## ##          ##     ## ##    ##  ##       ##     ##
##        ##     ##  ######   ########  ##     ##        ##     ## ##     ##  ######     ##    ####  ######  ########    ##     ## ##     ## ######## ##     ##
*/

#complete h2.h1 { padding-bottom: 35px; }

#complete h2.h1:after {
    width: 100px;
}

#complete-list {
    margin-top: 20px;
    list-style: none;
}

#complete-list li {
    width: 30%;
    margin-top: 25px;
    text-transform: uppercase;
}

#complete-list li:not( .placeholder ):before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 16px;
    margin-right: 5px;
    background-image: url( img/icon-check.png );
    background-position: center;
    background-size: 100% auto;
}


/*
########     ###     ######   ########  ##     ########  ########  ######   #######  ##     ## ######## ########  #### ########  ######
##     ##   ## ##   ##    ##  ##       ####    ##     ## ##       ##    ## ##     ## ##     ## ##       ##     ##  ##  ##       ##    ##
##     ##  ##   ##  ##        ##        ##     ##     ## ##       ##       ##     ## ##     ## ##       ##     ##  ##  ##       ##
########  ##     ## ##   #### ######           ########  ######   ##       ##     ## ##     ## ######   ########   ##  ######    ######
##        ######### ##    ##  ##        ##     ##   ##   ##       ##       ##     ##  ##   ##  ##       ##   ##    ##  ##             ##
##        ##     ## ##    ##  ##       ####    ##    ##  ##       ##    ## ##     ##   ## ##   ##       ##    ##   ##  ##       ##    ##
##        ##     ##  ######   ########  ##     ##     ## ########  ######   #######     ###    ######## ##     ## #### ########  ######
*/

body.page-template-page-recoveries #section-2 {
    padding: 150px 0 120px;
}

body.page-template-page-recoveries #section-2 .entry h2 {
    padding-bottom: 0;
    font-size: 42px;
}

body.page-template-page-recoveries #section-2 .entry h2 + * { margin-top: 30px; }

body.page-template-page-recoveries #section-2 .entry h2:after { content: none; }

body.page-template-page-recoveries #section-3 { position: relative; }

body.page-template-page-recoveries #section-3 > .bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-position: right center;
}

    body.page-template-page-recoveries #section-3 > .bg.bg-id-128 { background-position: center top; }

body.page-template-page-recoveries #section-3 .entry {
    width: 100%;
    max-width: 35vw;
    padding: 185px 0 200px;
}

body.page-template-page-recoveries #footer-cta { padding: 140px 0 40px; }


/*
######## ########   #######  ##    ## ######## ########     ###     ######   ########
##       ##     ## ##     ## ###   ##    ##    ##     ##   ## ##   ##    ##  ##
##       ##     ## ##     ## ####  ##    ##    ##     ##  ##   ##  ##        ##
######   ########  ##     ## ## ## ##    ##    ########  ##     ## ##   #### ######
##       ##   ##   ##     ## ##  ####    ##    ##        ######### ##    ##  ##
##       ##    ##  ##     ## ##   ###    ##    ##        ##     ## ##    ##  ##
##       ##     ##  #######  ##    ##    ##    ##        ##     ##  ######   ########
*/

body.home #section-2,
body.home #section-4 {
    padding: 30px 0;
}

    body.home #section-4 {
        box-shadow: 0 6px 8px 0 rgba( 172, 172, 172, 0.3 );
    }

body.home #section-3 {
    padding: 0 0 150px;
    counter-reset: section-3-steps;
}

body.home #section-3 .flex > div {
    position: relative;
    width: 28%;
}

body.home #section-3 .flex > div:before {
    /*content: counter( section-3-steps );*/
    counter-increment: section-3-steps;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    font-family: 'Sentinel', serif;
    text-align: center;
    line-height: 0.2em;
    font-size: 222px;
    color: #E4E4E4;
}

body.home #section-3 .flex > div h2 + h3 { margin-top: 95px; }

body.home #section-4 .flex > div {
    width: 40%;
}

body.home #section-4 .recoveries {
    position: relative;
    padding: 30px 15px 30px 30px;
    box-shadow: 0 7px 21px 0 rgba( 131, 131, 131, 0.50 );
    overflow: auto;
}

body.home #recoveries-list {
    position: relative;
    max-height: 615px;
    padding-right: 80px;
    overflow: auto;
}

body.home #recoveries-list .ps__scrollbar-y-rail {
    width: 35px;
    border-left: 1px solid #B38F00;
    opacity: 1 !important;
}

body.home #recoveries-list .ps__scrollbar-y {
    width: 18px;
    background-color: #B38F00;
    border-radius: 1000px;
}

body.home #section-4 .recoveries ul {
    padding: 0 70px 100px 0;
    list-style: none;
}

body.home #section-4 .recoveries li + li { margin-top: 30px; }

body.home #section-4 .recoveries li > * {
    display: inline-block;
    width: 100%;
}

    body.home #section-4 .recoveries li > .h2 {
        padding-bottom: 5px;
        border-bottom: 3px solid #B38F00;
        margin-bottom: 5px;
        font-weight: bold;
        font-size: 16px;
    }

    body.home #section-4 .recoveries li > .font-sentinel {
        margin-top: 10px;
        font-weight: 300;
        font-size: 47px;
    }

body.home #section-4 .recoveries:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 100px;
    transform: translateX( -50px );

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}


/*
########  ##        #######   ######    ##     #### ##    ## ########  ######## ##     ##
##     ## ##       ##     ## ##    ##  ####     ##  ###   ## ##     ## ##        ##   ##
##     ## ##       ##     ## ##         ##      ##  ####  ## ##     ## ##         ## ##
########  ##       ##     ## ##   ####          ##  ## ## ## ##     ## ######      ###
##     ## ##       ##     ## ##    ##   ##      ##  ##  #### ##     ## ##         ## ##
##     ## ##       ##     ## ##    ##  ####     ##  ##   ### ##     ## ##        ##   ##
########  ########  #######   ######    ##     #### ##    ## ########  ######## ##     ##
*/

body.blog .posts h2,
body.archive .posts h2 {
    margin-top: 0;
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
}

body.blog .posts .entry,
body.archive .posts .entry { margin-top: 30px; }

body.blog .posts a.btn,
body.archive .posts a.btn {
    padding: 3px 30px 0 20px;
}

body.blog .posts a.btn:after,
body.archive .posts a.btn:after {
    right: 16px;
    width: 6px;
}

body.blog .sidebar,
body.archive .sidebar {
    float: right;
    display: inline;
    width: 27.5%;
    max-width: 397px;
}

body.blog .widget-categories h1,
body.archive .widget-categories h1 {
    display: inline-block;
    padding: 14px 20px 0;
    line-height: 1.1em;
    font-size: 20px;
}

body.blog .widget-categories ul,
body.archive .widget-categories ul {
    margin-top: 0;
    padding-top: 30px;
    border-top-style: solid;
    border-top-width: 10px;
    text-transform: uppercase;
    list-style: none;
    font-size: 25px;
}

body.blog .widget-categories li + li,
body.archive .widget-categories li + li { margin-top: 30px; }

body.blog .widget-categories a,
body.archive .widget-categories a {
    text-decoration: none;
    font-size: 16px;
}


/*
##    ##  ######      ###     ######   ########
###   ## ##    ##    ## ##   ##    ##  ##
####  ## ##         ##   ##  ##        ##
## ## ## ##   #### ##     ## ##   #### ######
##  #### ##    ##  ######### ##    ##  ##
##   ### ##    ##  ##     ## ##    ##  ##
##    ##  ######   ##     ##  ######   ########
*/

.liveChatFloatingButtonSpacer,
#ngageMobileInvite,
.liveChatFloatingButtonTop { display: none !important; }

#nGageLH div, #nGageLH > a > img {
	z-index: 9999;
	position: fixed;
	bottom: 20px;
	left: 20px;
}
/* #nGageLH img { display: block; margin: 0 0 0 auto; } */

/***Sub menu css**/
#menu-primary .menu-item .sub-menu a {color: #262626;}

@media screen and (min-width:768px){
#menu-primary .menu-item:hover .sub-menu {
    opacity: 1;
}
#menu-primary .menu-item .sub-menu {
    position: absolute;
    top: 17px;
    left: 0;
    background: #f5f5f5;
    min-width: 340px;
    padding: 15px 10px;
    z-index: 3;
    opacity: 0;
    transition: all 0.3s ease;
}
#menu-primary .menu-item {position: relative;}

#menu-primary .menu-item .sub-menu a {display: block;line-height: 22px;}

#menu-primary .menu-item .sub-menu li {
    display: block;
    padding: 10px;
    margin: 0;
}
#menu-primary .menu-item .sub-menu a:after {display: none;}
}

@media screen and (max-width:767px){
.mobile-display-block {
    max-height: 90%;
    overflow-y: auto;
    margin-top: 20px;
}
.mobile-display-block ul.sub-menu{
	margin-left: 20px;
    font-size: 10px;
    text-transform: lowercase;
    margin-top: 5px;
}
nav#site-nav a {font-size: 14px;}
}
#hero .at-below-post.addthis_tool {
    display: none;
}

#eu-cookie-bar {

min-height: 46px !important;
padding: 12px 20px 2px !important;
font-size: 19px !important;
}