/*
Theme Name: Poulos
Theme URI: https://www.accelmarketingsolutions.com/
Author: Accel Marketing Solutions
Author URI: https://www.accelmarketingsolutions.com/
Description: Law Offices of George Poulos
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: poulous
Tags:

This theme, like WordPress, is licensed under the GPL.
Poulos is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
# Slick Stuff
--------------------------------------------------------------*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;

    display: block;

    width: 100%;
    padding: 1.5em 0 0;
    margin: 0;

    list-style: none;

    text-align: center;
    bottom: 20px;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 60px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/
/*.sticky-header {
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
}*/
.contact-form input, .contact-form textarea, a, .review-logo img, #top-social, #top-logo img, #top-logo, #top-bar-custom, .practice-box, .pa-bg, .practice-box p, #home-attorneys figure, .search-close, .menu-close, .rev-close, #mainnav, #inner-head, .practice-box::before, .rev-page, h5, h5 span {
        -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    text-shadow: 2px 2px 2px rgba(0,0,0,.16);
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
.contact-form input[type="submit"] { width: 50%; margin-left: 20px; }
.contact-form { width: 80%; }
.contact-form {
    width: 70%;
    max-width: 1050px;
    padding: 1% 3%;
    margin: 0 auto;
    text-align: center;
}
.contact-form p {
    text-align: center !important;
    margin: .5em 0 !important;
    padding: 0;
}
.contact-form textarea {
    height:150px;
}
.rev-form {width: 80%; max-width: 800px;}
.rev-form input {    max-height: 40px;    font-size: 20px; }
.rev-form textarea, .rev-form input:last-of-type {    font-size: 20px; }
.rev-form p {    margin: .5em auto; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #192A4D;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover/*,
input[type="submit"]:hover*/ {
	border-color: #192A4D;
	background:rgba(182,169,97,.8);
	color:rgba(25,42,77,.8);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(182,169,97,.8), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #192A4D;
	border-radius: 3px;
}

select {
	border: 1px solid #046380;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	padding: 3px;
    width: 100%;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
/*	display: none; */
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
/* navigation */
#mainnav {
    display: -webkit-flex; display: flex;
    padding: 7px 5px;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-align-content: center;
    justify-content: center;
    align-items: center;
    align-content: center;
	background-color:#E6C200;
}
#mainnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainnav .menu-primary-container li {
    float: left;
}
#mainnav .menu-primary-container ul ul li {
    padding: 0px;
}	
#mainnav ul li a {
    position: relative;
    display: block;
    font-size: 26px;
    font-family: 'News Cycle', sans-serif;
    color: rgba(255,255,255,.95);
    font-weight: 500;
    font-variant: small-caps;
    text-decoration: none;
    outline: none;
font-weight: bold;
    text-shadow: none;
}

#mainnav ul li a:hover{
    color:#192A4D;
}

#mainnav .menu-primary-container ul ul {
box-shadow:none;}
#mainnav .sub-menu {
    z-index: 99999;
}
#mainnav .menu-primary-container .sub-menu li { top: 27px; }
#mainnav .menu-primary-container .sub-menu .sub-menu li { top: 0; }

#mainnav .menu-primary-container .sub-menu li a {
    color: #fff;
    display: block;
    line-height: 30px; 
    padding: 5px;
    border-top: 1px solid rgba(255, 255, 255, .6);
    font-size: 21px;
    line-height:1.2;
    font-weight: 500;
}
#mainnav .menu-primary-container .sub-menu li:first-of-type > a {border-top: none;}
#mainnav .menu-primary-container .sub-menu li:last-of-type > a {    border-radius: 0 0 15px 15px;}
#mainnav .menu-primary-container .sub-menu li a:hover {
    
    {background:rgba(182,169,97,.8);}
}
#mainnav .menu-primary-container li:hover > .sub-menu > li > a {
    padding: 10px;
}

#mainnav .menu-primary-container ul li a:after {
    content: '|';
    align-self: center;
    font-size: 23px;
    margin: 0 14px;
    color: rgba(255,255,255,.8);
}

#mainnav .menu-primary-container .sub-menu li a::after {
    content:none;
}

#mainnav .menu-primary-container .sub-menu .menu-item-has-children:after {
    content: '>';
    position: absolute;
    right: 5px;
    top:0px;
    font-size: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
color: #fff;
}

#openmenu {
   display:none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.home .entry-content {margin-top: 0;}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/************ MODALS **********//*
#searchsubmit, .opensearch, .openmenu{
    border: none;
    color: #fff;
    font-size: 12px;
    font-size: 1em;
    box-shadow: none;
    background: transparent;
}
.opensearch {

    line-height: 1.2;
    -webkit-align-self: center;
    align-self: center;
}
.sticky-header .opensearch {padding-left: 7px;}
.opensearch a {
    font-size: 1.7em;
    color: #fff;
    text-decoration: none;
}
.openmenu {
    font-size: 1.5em;
    display: none;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0,0,0,.5);
    background: rgba(255,255,255,.15);
    padding: 0 10px;
    border-radius: 5px;
}
.openmenu::before {
    content: 'MENU';
    font-family: 'Roboto', sans-serif;
    margin-right: 10px;
}

.search-modal, .menu-modal, .rev-modal {
    display: none; /* Hidden by default 
    position: fixed; /* Stay in place 
    z-index: 1000; /* Sit on top 
    padding-top: 100px; /* Location of the box 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.search-modal-content, .menu-modal-content, .rev-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 35%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animateright;
    -webkit-animation-duration: 0.4s;
    animation-name: animateright;
    animation-duration: 0.4s;
    border: 2px solid rgba(235, 204, 121, 0.7);
}
.menu-modal-content {
    position: absolute;
    left:10%;
    top: 10%;
    width: 80vw;
    height: auto;
/*    background-color:#cccbca; 
}
.rev-modal-content {
    position: absolute;
    left:20%;
    top: 10%;
    width: 60vw;
}
@media screen and (max-width:800px) {
    .search-modal-content {
        position: absolute;
        left:10%;
        top: 10%;
        width: 80vw;
    }
    #searchsubmit {padding: 0 0 0 10px;}
    .menu-search-form input[type="text"] { margin: 3% 0 3% 10%;}
}
.vid-modal-content {
    position: absolute;
    left:10%;
    top: 20%;
    width: 80vw;
    background-color:#cccbca;
}
@-webkit-keyframes animateright {
    from {right:-300px; opacity:0} 
    to {right:0; opacity:1}
}

@keyframes animateright {
    from {right:-300px; opacity:0}
    to {right:0; opacity:1}
}
.search-close, .menu-close, .rev-close {
    color: #fff;
    float: right;
    font-size: 40px;
    margin-top: 10px;
    line-height: .4;
    font-weight: bold;
}
.search-close:hover, .search-close:focus, .menu-close:hover, .menu-close:focus, .rev-close:hover, .rev-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.menu-search-form input[type="text"] {
    width: 70%;
}
.search-modal #searchsubmit {
    width: 10%;
}
.search-modal .menu-search-form p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.search-modal-header, .menu-modal-header, .rev-modal-header {
    padding: 2px 16px;
/*    background-color: #cccbca; 
    color: white;
}
/*.search-modal-body, .menu-modal-body, .rev-modal-body {padding: 2px 16px;    
    /*background-color: #cccbca; 
    color:#ddd;
}
.menu-modal-footer {
    height:50px;
    margin-bottom:10vh;
    background-color: #cccbca;
}
#menu-mobile{
    list-style-type: none;
    margin: 5% 0 0;
    padding: 0;
}
#menu-mobile a {
    color:#252525;
    font-variant: small-caps;
    margin: 0;

}
#menu-mobile li {
    list-style-type: none;
    width: 95%;
    margin: 0;
    line-height: 1.6;
    border-bottom: 1px solid #0A67A3;
    margin-left: 1.5%;
    padding: 5px 0;
}

#menu-mobile li ul li {
    list-style-type: none;
}
#menu-mobile li ul li ul li {
    list-style-type: none;
}
#menu-mobile .sub-menu {
    margin-left: 0 !important;
    padding-left: 5% !important;
}
.mobile-title {
    line-height: 3;
}
.no-border, .mobile-title {
    border-bottom: 0px !important;
}
.no-border a:first-of-type, .mobile-title a:first-of-type {
    text-decoration: underline;
}
.no-border ul li a{
    text-decoration: none !important;;
}
.mobile-title a {font-size: 26px !important;}
.mobile-title ul a {font-size: 21px !important;}

*/

body {
background-color:#192A4D;
 font-family: 'Roboto', sans-serif;
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzE2JyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8cmVjdCB3aWR0aD0nMTEwJScgeD0nLTUlJyB5PSctNSUnIGhlaWdodD0nMTEwJScgZmlsbD0nI2ZmZicvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nMScgeDI9JzcnIHkyPScxMCcgc3Ryb2tlPScjZWVlJyBzdHJva2Utd2lkdGg9JzInLz4KCTxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nI2VlZScgc3Ryb2tlLXdpZHRoPScyJy8+Cgk8bGluZSB4MT0nLTInIHkxPSctNCcgeDI9JzcnIHkyPSc1JyBzdHJva2U9JyNlZWUnIHN0cm9rZS13aWR0aD0nMicvPgoJPGxpbmUgeDE9JzcnIHkxPScxJyB4Mj0nLTInIHkyPScxMCcgc3Ryb2tlPScjZjVmNWY1JyBzdHJva2Utd2lkdGg9JzInLz4KCTxsaW5lIHgxPSc3JyB5MT0nNicgeDI9Jy0yJyB5Mj0nMTUnIHN0cm9rZT0nI2Y1ZjVmNScgc3Ryb2tlLXdpZHRoPScyJy8+Cgk8bGluZSB4MT0nNycgeTE9Jy00JyB4Mj0nLTInIHkyPSc1JyBzdHJva2U9JyNmNWY1ZjUnIHN0cm9rZS13aWR0aD0nMicvPgo8L3N2Zz4=);

}

p {
    /*text-align:justify;*/
    padding:0 3%;
}

h1, h2, h3 {
    font-family:'Crimson Text', serif;
    margin:10px 0 0;
    text-align:left;
}
h1 {
    font-size: 3.2em;
   }

h2 {
    font-size: 2.7em;
}

h3 {
    font-size: 2em;
}

p {
    font-size:1.25em;
    margin-top:0.5em;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#top-bar-custom {
     width:100%;
    max-width: 1600px;
    height:auto;
    position:relative;
    z-index: 1000;
    display: -webkit-flex; display: flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 25px;
    
}

#inner-head {
    background:rgba(25,42,77,.8);
    -webkit-box-shadow: 0 5px 15px -5px, inset 0 0 30px -5px rgba(0,0,0,.17);
    box-shadow: 0 5px 15px -5px, inset 0 0 30px -5px rgba(0,0,0,.17)
   }

#top-contact {
    font-size:24px;
    text-align:right;
    text-decoration:none;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-align-items: flex-end;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    }
#top-contact > span {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #B6A961;
    display: block;
    line-height: 1.1;
}
#top-contact a {
  font-size: 22px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
    color: #fff !important;
}
#top-contact a span {
  font-size: 26px;
  font-weight: bold;
  margin-left: 7px;
    color: #fff;
}
#top-contact > a:last-of-type {
    font-size: 20px;
display:none;
}
#top-contact a i, #mob-anchor {display: none;}
#top-social {
    text-align:left;
    font-size: 50px;
    width: 340px;
    }
#top-social h5 {
    font-size: 22px;
    line-height: 1.2;
    font-family: 'Crimson Text';
    color: #fff;
    margin: 0;
    text-align: center;
}
#top-social h5 span {
    font-size: 28px;
}
/*@media screen and (max-width:1370px) {
    #top-social h5 { font-size: 25px;  }
    #top-social h5 span { font-size: 31px; }
}*/
@media screen and (max-width:1300px) {
    #top-social h5 { font-size: 19px;  }
    #top-social h5 span { font-size: 25px; }
}
#top-logo {
    max-width: 50%;
    justify-content:center;
    opacity: .9;
    margin: 5px auto;
}

#top-logo a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}

#opensearch a {
    color:rgba(255,255,255,.85);
}

#opensearch a:hover {
    color:#192A4D;
}
/**** STICKY ****/
@media screen and (min-width:1051px) {
header.sticky #top-bar-custom {  height: 78px; }
header.sticky #top-logo img {  height: 70px; min-width:226px;}
/*header.sticky #top-social h5 {  font-size: 24px; }
header.sticky #top-social span {  font-size: 30px; }*/
header.sticky #top-contact {    line-height: 1.1;}
header.sticky #mainnav {  padding: 3px 0; }
header.sticky #mainnav ul li a {  font-size: 22px; }
header.sticky #mainnav ul li a::after {  font-size: 20px; }
header.sticky #mainnav .sub-menu li a {  font-size: 18px; }
header.sticky #mainnav .sub-menu li {  top: 8px; }
header.sticky #mainnav .sub-menu .sub-menu li {  top: -3px; }
header.sticky #mainnav, .home #mainnav {
    background: rgba(182,169,97,.95);
    -webkit-box-shadow: inset 0 6px 3px -3px rgba(25,42,77,.9), 0 4px 10px rgba(0,0,0,.3);
    box-shadow: inset 0 6px 3px -3px rgba(25,42,77,.9), 0 4px 10px rgba(0,0,0,.3);
}
header.sticky #inner-head, .home #inner-head { background: rgba(25,42,77,.9); }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #B6A961 ;
        text-shadow: 2px 2px 2px rgba(0,0,0,.15);
    -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
        text-decoration: none;
}

.contact-loc a {
	color:#192A4D;
}

#top-social a {
    color:#FFD700;
}

#top-contact a {
    color:#FFD700;
}

#top-social a:hover {
    color:#FFF;
}

#top-contact a:hover {
    color:#FFF;
}

a:visited {
	color: #B6A961;
}

a:hover,
a:focus,
a:active {
	color: #192A4D;
    text-decoration: none;
}

a:hover,
a:active {
	outline: 0;
}



.slider-box {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.s1 {
    background-image: url('/wp-content/uploads/2017/09/hero-sept2017-3.jpg');
    background-size: cover;
    background-position: top center;
}
@media screen and (min-width:1550px) {
/*.s1 {
    background-image: url('/wp-content/uploads/2017/04/poulos-group-4.jpg');
    background-position: top center;
}*/
}
.s2 {
    background-image: url('/wp-content/uploads/2017/02/slide-2-1.jpg');
    background-size: cover;
    background-position: center center;
}
.s3 {
    background-image: url('/wp-content/uploads/2017/02/slide-3-2.jpg');
    background-size: cover;
    background-position: top center;
}
.slide {
 height: 70vh;
  min-height: 500px;
max-height: 1000px;
}
.slide > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.slide-wrap {
  position: relative;
}
.slider-overlay {
  position: absolute;
  top: 140px;
  left: 0;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: calc(100% - 140px);
  -webkit-justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-direction: column;
-webkit-box-shadow: inset 0 -20px 20px rgba(0,0,0,.4);
box-shadow: inset 0 -20px 20px rgba(0,0,0,.4);
background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.1) 100%);
}
.slider-overlay h3, .slider-overlay h4 {
    margin: 0;
    font-size: 3.4vw;
    color: #DCDCDC;
    text-shadow: 1px 2px 3px rgba(0,0,0,.8), 0px 0px 15px rgba(0,0,0,.7);
    text-align: center;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'News Cycle';
    font-weight: normal;
}
.slider-overlay h3 span {
    font-weight: bold;
    font-size: 3.9vw;
}
/*.slide a {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  padding: 15px 35px;
  font-variant: small-caps;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);

}
.slide a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:rgba(25,42,77,.8);
  z-index: -1;
  border-radius: 20px;
  border: 2px solid rgb(182,169,97);
}

.slide a:hover {
    color:#fff
}
*/

#primary{
  width:70%;
  float:left;
  padding: 0 2% 0 3%;
  background:rgba(255,255,255,.4);
}

#primary ul {
    font-size:20px;
}

#secondary {
  width:30%;
  float:right; 
  /*background-color:#dcdcdc; */
  background-color: rgba(219, 219, 204,.8);
  padding:20px;
/*  align-self:flex-start; */
}

@media (max-width:1050px){
    #openmenu {        display: block;    margin-right:15px;}
    .home #openmenu { font-weight: bold; text-shadow: 1px 2px 3px rgba(0,0,0,.5);}
    #searchsubmit, #opensearch, #opensearch a, #openmenu {font-size: 1.5em;}
    .search-modal-content, .rev-modal-content {width: 96%;}
    #searchsubmit {padding: 0 0 0 .5em;}

}


header.sticky #mainnav .menu-primary-container li:hover > ul {
    padding-top: 3px;
}

.sticky {
    display: block;
}


.site-header {
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    position:fixed;
   
}
.menu-mobile-container {display: none;}
/*--------------------------------------------------------------
# HOMEPAGE
--------------------------------------------------------------*/

.home #mainnav  .menu-primary-container .sub-menu li a {background:rgba(25,42,77,.9);}

.home #mainnav  .menu-primary-container .sub-menu li a:hover {background:rgba(182,169,97,.9);}

.home #primary {
    width:100%;
    margin:0px;
}

.home #secondary {
    display:none;
}

.home #primary .practice-area {
    background-color:#dcdcdc;
}

.home #primary {
   padding:0px
}

.home-pa-wrap {
    padding:0 0 40px;
    max-width:1600px;
    margin:0 auto;
    justify-content: center;
}

.flex-col.home-vid-box {
    width: auto;
    float: right;
    clear: none;
    margin: 1em 3% 0;
}
.home-vid-box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    text-shadow: 1px 2px 2px rgba(0,0,0,.2);
}
.home-vid-box > p:first-of-type {margin-bottom: 0; text-align:center;}
.home-vid-box a {
    text-align: center;
    display: block;
    margin: 0;
}
.home-content iframe { width: 31vw;  height: 17.5vw;}

.home-content .home-acco {
    display: -webkit-flex;

    -webkit-vertical-align: middle;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
    margin:0 auto;
    -webkit-align-items:center;
    align-items:center;
    
    width:100%;
    max-width:1600px;
}

.home h1 {text-align:center; font-variant:small-caps; line-height: 1.2; padding:10px 0;}
.home-content h2 {padding-left: 3%; clear:none; line-height: 1;}
.home-acco img {margin: 0 20px;}
.home-text p {
    margin-bottom: .5em;
}

/*--------------------------------------------------------------
# WORKERS COMP PRACTICE AREA
--------------------------------------------------------------*/

.workers-comp, .personal-in{
    width:100%;
    background:rgba(205,205,195,.3);
}

.personal-in h3 {
    padding: 20px 0;
    margin: 0;
    font-size: 40px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.26);
}

.practice-box {
    width: 29%;
    border: 5px solid #192A4D;
    margin: 0 2%;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.45);
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.45);
    overflow: hidden;
}

.personal-in .practice-box {
    width: 29%;
    border: none;
    margin: 0 2%;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0,0,0,.45);
    box-shadow: 0 10px 10px -5px rgba(0,0,0,.45);
    overflow: hidden;
    max-width:500px;
    max-height:500px;
   
}

.personal-in .practice-box:hover > p {visibility: hidden; opacity: 0;}

.personal-in .practice-box h4 {
  text-align: center;
  margin: 0;
  padding: .25em 0 .5em;
  background: linear-gradient(to bottom, rgba(14,23,40,0.8) 0%,rgba(14,23,40,0) 100%);
  z-index: 2;
  color: rgba(255,255,255,.85);
  font-weight: bold;
  font-size: 2.3vw;
    position: relative;
    line-height: 1.2;
}
.personal-in .practice-box p {
    visibility: visible;
    position: relative;
    z-index: 2; 
    opacity: 1;
    padding: 0 45px;
    margin: 0 0 20px;
    color: rgba(255,255,255,.85);
    font-family:'Roboto', sans-serif;
    text-align: left;
}
.personal-in .practice-box h5 p {
    text-align: center;
    font-size:1.8vw;
    text-shadow: 1px 2px 3px rgba(0,0,0,.4);
    font-variant: small-caps;
}
    

.personal-in .practice-box .pa-bg {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(14, 24, 41,.7);
  z-index: 1;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}

.pa9 {    
    background: url(/wp-content/uploads/2017/03/wc-9-3.jpg);
    background-size: 500px 500px;
    background-position: center center;
}

.pa10{    
    background: url(/wp-content/uploads/2017/03/wc-10-2.jpg);
    background-size: 500px 500px;
    background-position: center center;
}

.pa11{    
    background: url(/wp-content/uploads/2017/03/wc-11.jpg);
    background-size: 500px 500px;
    background-position: center center;
}
.personal-in .practice-box:hover {
   background-size: 520px 520px;
}

.practice-box p {
    visibility: visible;
    position: relative;
    z-index: 2; 
    opacity: 1;
    padding: 0 3%;
    margin: 0 0 20px;
    color: rgba(255,255,255,.85);
    text-align:center;
  }
.practice-box .pa-bg i {opacity: 0;}
.practice-box:hover .pa-bg {background: rgba(14, 24, 41,.2);}
.workers-comp .practice-box {
    margin: 0;
    border: .5px solid #192A4D;
    width: 25%;
    max-width: none;
    box-shadow: none;
}
.workers-comp .practice-box a {
  text-align: center;
  margin: 0;
    background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
    background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.2) 100%);
    background: linear-gradient(135deg,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.4) 50%,rgba(0,0,0,0.2) 100%);
  z-index: 2;
  color: rgba(255,255,255,.85);
  font-weight: bold;
  font-size: 21px;
  position: relative;
  width: 100%;
    height: 125px;
    -webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.workers-comp .home-pa-wrap {
    max-width: none;
    padding: 0;
}
.workers-comp .home-pa-wrap:first-of-type {
    border-top: .5px solid #192A4D;
}
.workers-comp .home-pa-wrap:nth-of-type(2) {
    border-bottom: .5px solid #192A4D;
}
.workers-comp {position:relative; background: transparent; box-shadow:inset 0 0 40px rgba(0,0,0,.8)}
.workers-comp h3 {
    padding: 20px 0;
    font-size: 40px;
    text-shadow: 2px 2px 3px rgba(0,0,0,.26);
}
.workers-comp h3::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2017/02/wc-bg.jpg);
    z-index: -2;
    background-size: cover;
    background-position: bottom center;
}
.pa1::before {    background: url(/wp-content/uploads/2017/02/wc-1.jpg);}
.pa2::before {    background: url(/wp-content/uploads/2017/02/wc-2.jpg);}
.pa3::before {    background: url(/wp-content/uploads/2017/02/wc-3.jpg);}
.pa4::before {    background: url(/wp-content/uploads/2017/02/wc-4.jpg);}
.pa5::before {    background: url(/wp-content/uploads/2017/02/wc-5.jpg);}
.pa6::before {    background: url(/wp-content/uploads/2017/02/wc-6.jpg);}
.pa7::before {    background: url(/wp-content/uploads/2017/02/wc-7.jpg);}
.pa8::before {    background: url(/wp-content/uploads/2017/02/wc-8.jpg);}

.wc-caro {
    padding:10px;
    width:90%;
    margin: 0 auto;
}
.wc-caro-spin {
    width: 100%;
}
.wc-caro-spin .slick-slide {
  width:auto;
  height:50px;
/*  background-color:rgba(255,255,255,.3); */
    margin: 0 5px;
}
.wc-caro p {
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    height: 100%;
    margin: 0;
    padding: 0 40px;
}
/*.wc-caro {
    padding:10px;
    width:700px;
    overflow:hidden;
    margin: 0 auto;
}
.wc-caro-spin {
    display:block;
    position:relative;
    width:3000px;
    height:210px;
    animation:scrollin 20s linear infinite;
    padding:5px;
}
.wc-caro-spin:hover {
    animation-play-state: paused
}

.wc-caro-spin div {
  width:300px;
  height:200px;
  background-color:#f6f6f6;
  margin:3px;
  float:left;
}

@keyframes scrollin {
0% {left:800px;}
100% {left:-800px;}
}*/

.practice-box {position:initial;}
.practice-box::before {
content: '';
background-size: cover;
background-position: center center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
opacity: 0;
}
.practice-box:hover::before {opacity: 1;}

/******** ATTORNEYS *********/


#home-attorneys {width: 94%; margin: 0 auto;}
    
#home-attorneys figure, .rear-plate {
        width: 230px;
        height: 350px;
}
#home-attorneys {
    -webkit-justify-content: center;
    justify-content: center;
/*    background: rgba(36, 75, 104,.6);
    -webkit-box-shadow: 0px 0px 3px #244b68;
    box-shadow: 0px 0px 3px #244b68; */
    background: url('/wp-content/uploads/2017/03/att-bg.jpg');
    background-size: cover;
    background-position: left center;
    -webkit-box-shadow: inset 0 20px 15px -15px rgba(0,0,0,.5), inset 0 -20px 10px -20px rgba(0,0,0,.5);
    box-shadow: inset 0 20px 15px -15px rgba(0,0,0,.5), inset 0 -20px 10px -20px rgba(0,0,0,.5);
    margin: 0 auto;
    width:100%;
}
#home-attorneys figure {
    margin: 2em 1%;
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,.75);
    box-shadow: 5px 5px 15px rgba(0,0,0,.75);
}
#home-attorneys figcaption {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
#home-attorneys a {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #192A4D;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6287', endColorstr='#244b68',GradientType=0 );
    padding: 10px 5px;
    font-size: 18px;
    color: #dee7ed;
    text-align: center;
    text-decoration: none;
}
.rear-plate {
    background: rgba(255,255,255,.05) !important;
}
.rear-plate:hover {
    background: rgba(255,255,255,.2) !important;
}
#h-poulos {
    background: url(/wp-content/uploads/2017/02/g-poulos-2.jpg);
    background-size: 100%;
    background-position: center center;
}
#h-seng {
    background: url(/wp-content/uploads/2017/02/s-sengupta.jpg);
    background-size: 100%;
    background-position: center center;
}
#h-hecht {
    background: url(/wp-content/uploads/2017/02/b-hecht.jpg);
    background-size: 100%;
    background-position: center center;
}
#home-attorneys figure:hover {
   background-size: 105%;
}

/**** TESTIMONIAL SLIDER ****/
.test-box {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    background: rgba(24, 42, 77,.1);
    border-radius: 20px;
    box-shadow: inset 0 0 20px rgba(0,0,0,.5);
}
.rev-page-wrap {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.rev-page {
    width: 32%;
    background: rgba(0,0,0,.05);
    padding: 20px 2%;
    border-radius: 3px;
    text-align: left;
    min-width: 350px;
}
@media screen and (max-width: 400px) {    .rev-page { min-width: 98%; } }
.rev-page:hover {
    background: rgba(0,0,0,.12);
}
.rev-page span {
    text-align: right;
    display: block;
    font-style: italic;
    margin-top: 10px;
}

/*--------------------------------------------------------------
## Review Modal
--------------------------------------------------------------*/
#review-us {text-align: center;}

#openrev, #more-test, #more-reviews a {
    padding: 10px 5px;
    margin-top:10px;
    border-radius: 7px;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #192A4D;
    border: 3px solid #192A4D;
}
#openrev, #more-test {    background: #fff; }
.post-3208 #openrev {background: #fff; -webkit-transform: scale(1.2);transform: scale(1.2); margin: 20px 0;}
#openrev:before {font: normal normal normal 14px/1 FontAwesome; font-size: 24px; margin-right: 10px;}
.rev-modal-content {
    position: absolute;
    left:20%;
    top: 10%;
    width: 60vw;
}
#rev-box-start, #rev-box-opt, #rev-box-form, .rev-choice i {
    display: -webkit-flex;
    display: flex; 
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
}
#rev-box-opt, #rev-box-form {display: none;}
.rev-box-choices {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.rev-choice i:before {
    font-size: 100px;
    margin-bottom: 15px;
}
.rev-choice {margin: 0 15px 15px; border: 4px solid; border-radius: 7px; padding: 10px;    
    -webkit-transition: all 0.2s ease-in;
       -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
         -o-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
}
.rev-choice:hover, .rev-choice:focus, #openrev:focus, #openrev:hover {cursor: pointer; text-decoration: none;}
#rev-yes:hover {background: rgba(63, 170, 68, .5);}
#rev-no:hover {background: rgba(175, 19, 19, .5);}
.rev-modal h3 {text-align: center; margin: 0;}

@media (max-width:1050px){
    .rev-modal-content {width: 96%; left: 2%;}
    .review-flex { -webkit-flex-wrap: wrap; flex-wrap: wrap; }
    
}
.search-modal, .menu-modal, .rev-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.search-modal-content, .menu-modal-content {
    position: relative;
    background-color: #dcdcdc;
    margin: auto;
    padding: 0;
    width: 75%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animateright;
    -webkit-animation-duration: 0.4s;
    animation-name: animateright;
    animation-duration: 0.4s;
    border-radius: 7px;
}
.rev-modal-content {
    position: absolute;
    left:20%;
    top: 10%;
    width: 60vw;
}
.search-modal-header, .menu-modal-header, .rev-modal-header {
    padding: 2px 16px;
    color: white;
}
.search-modal-body, .menu-modal-body, .rev-modal-body {padding: 2px 16px 42px 16px;}
.menu-modal-footer {
    height:50px;
    margin-bottom:10vh;
display:none;
}
.contact-flex {
    display: -webkit-flex; display: flex;
    -webkit-justify-content: space-around;
    -webkit-align-items: center;
    justify-content: space-around;
    align-items: center;
    background: rgba(205,205,195,.3);
    width:100%;
    z-index: 1;
    
}


/*--------------------------------------------------------------
## SECONDARY
--------------------------------------------------------------*/
#featured-vid iframe {
    width: 25.5vw;
    height: 14.3vw;
    -webkit-box-shadow: 7px 7px 7px -3px rgba(0,0,0,.3);
    box-shadow: 7px 7px 7px -3px rgba(0,0,0,.3);
    border-radius: 5px;
    border: 2px solid rgba(0,0,0,.5);
    margin-bottom: 10px;
}
#featured-vid {
    text-align: center;
    width: 96%;
    margin: 0 auto 20px;
    border-radius: 5px;
}
#featured-vid h2, h2.widget-title {
    padding: .5em .75%;
    margin: 0 auto;
    text-shadow: 1px 1px 2px rgba(0,0,0,.2);
    font-weight: normal;
    font-size: 2.4em;
    line-height: 1.2;
}

#secondary h2, #secondary h3 {text-align: center !important;}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget li {
    margin: .5em auto;
    width: 94%;
}
.widget ul li:last-of-type {margin-bottom: 0;}
.widget li a {
    padding: .75em 1em;
    text-decoration: none;
    color: #eee;
    display: -webkit-flex; display: flex;
    background: -moz-linear-gradient(left, rgb(97, 33, 36) 0%,rgb(115, 49, 52) 60%,rgb(142, 80, 84) 100%);
    background: -webkit-linear-gradient(left, rgb(97, 33, 36) 0%,rgb(115, 49, 52) 60%,rgb(142, 80, 84) 100%);
    background: linear-gradient(to right, rgb(97, 33, 36) 0%,rgb(115, 49, 52) 60%,rgb(142, 80, 84) 100%);    
    background:#192A4D;
    opacity: .85;
    box-shadow: 3px 3px 4px rgba(0,0,0,.4);
}
.widget li a:hover {
    opacity: 1;
}
/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.contact-form, .contact-loc {
    width: 45%;
    padding: 1em;
    text-align: center;
}
.contact-form {max-width: 750px;}
.contact-loc {width: 50%; display: -webkit-flex; display: flex;}
.contact-loc p {
    margin: 0;
    text-align: left;
    min-width: 250px;
    width: 250px;
    font-size: 1.1em;
}
.contact-box h3 {
   text-align:center; 
}

.map {
    background:url(/wp-content/uploads/2017/02/map.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 380px;
    display: -webkit-flex;display: flex;
    border-radius: 5px;

}

.map a {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
}
.map a:hover {
    background: rgba(255,255,255,.3);
}

.post-excerpt-wrap {
    width:70%;
    float: left;
    margin-left: 4.5%;
}

.entry-header h2 {
    font-size:2.0em;
}

.alignleft {
   border-radius:20px;
}

.post-excerpt-thumb {
    width:25%;
    float: left;
    margin-top:1em;
}

.post-excerpt-thumb img {
    border-radius:20px;
}

.read-more {
    width: 100%;
    display: block;
    text-align: right;
    font-style: italic;
    margin-top: 10px;
    font-size: 18px;
}

.category-videos h1 {display:none;}

.entry-footer {
    height: 30px;
    font-size:2px;
}

.site-info {
   text-align:center;
   padding:10px 0;
   background-color:#192A4D}

.site-info p {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    color: #cccaca;
    font-weight: 500;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    text-align: center;
}

.site-info a:hover {
    color:#fff;
}

.foot-soc {
    font-size: 40px;
    line-height: 1;
    color: #192A4D !important;
}
.foot-soc:hover {
    color: #2C4987 !important;
}

/*--------------------------------------------------------------
## SEARCH
--------------------------------------------------------------*/

.search-modal, .menu-modal, .rev-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.search-modal-content, .menu-modal-content, .rev-modal-content, #mainnav .menu-mobile-container .sub-menu {
    position: relative;
    background-color: #fefefe;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc4JyBoZWlnaHQ9JzE2JyB2aWV3Qm94PScwIDAgNSAxMCc+Cgk8cmVjdCB3aWR0aD0nMTEwJScgeD0nLTUlJyB5PSctNSUnIGhlaWdodD0nMTEwJScgZmlsbD0nI2ZmZicvPgoJPGxpbmUgeDE9Jy0yJyB5MT0nMScgeDI9JzcnIHkyPScxMCcgc3Ryb2tlPScjZWVlJyBzdHJva2Utd2lkdGg9JzInLz4KCTxsaW5lIHgxPSctMicgeTE9JzYnIHgyPSc3JyB5Mj0nMTUnIHN0cm9rZT0nI2VlZScgc3Ryb2tlLXdpZHRoPScyJy8+Cgk8bGluZSB4MT0nLTInIHkxPSctNCcgeDI9JzcnIHkyPSc1JyBzdHJva2U9JyNlZWUnIHN0cm9rZS13aWR0aD0nMicvPgoJPGxpbmUgeDE9JzcnIHkxPScxJyB4Mj0nLTInIHkyPScxMCcgc3Ryb2tlPScjZjVmNWY1JyBzdHJva2Utd2lkdGg9JzInLz4KCTxsaW5lIHgxPSc3JyB5MT0nNicgeDI9Jy0yJyB5Mj0nMTUnIHN0cm9rZT0nI2Y1ZjVmNScgc3Ryb2tlLXdpZHRoPScyJy8+Cgk8bGluZSB4MT0nNycgeTE9Jy00JyB4Mj0nLTInIHkyPSc1JyBzdHJva2U9JyNmNWY1ZjUnIHN0cm9rZS13aWR0aD0nMicvPgo8L3N2Zz4=);
    padding: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animateright;
    -webkit-animation-duration: 0.4s;
    animation-name: animateright;
    animation-duration: 0.4s;
    border: 2px solid #B6A961;
    color: #192A4D;
}
.search-close {
 color:#192A4D;
 font-size:28px;
 cursor:pointer
}

#opensearch {

    line-height: 1.2;
    -webkit-align-self: center;
    align-self: center;
}
.review-logo img {
    background: rgba(255,255,255,.5);
    border-radius: 5px;
    width: 95%;
    border: 2px solid #192A4D;
}
.review-logo img:hover {
    background: rgba(238, 242, 185, 0.5);
}
.search-close, .menu-close, .rev-close {
    color: #192A4D;
    float: right;
    font-size: 40px;
    margin-top: 10px;
    line-height: .4;
    font-weight: bold;
}
.search-close:hover, .search-close:focus, .menu-close:hover, .menu-close:focus, .rev-close:hover, .rev-close:focus {
    color: rgba(0,0,0,.6);
    text-decoration: none;
    cursor: pointer;
}
.menu-search-form input[type="text"] {
    width: 70%;
}
.search-modal #searchsubmit {
    width: 10%;
}
.search-modal .menu-search-form p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.search-modal-body, .menu-modal-body, .rev-modal-body {
    padding: 40px 0;
}
.workers.flex-row {
    margin:20px;
}

figure.revealme {-webkit-animation: fadeleft 1s ease-in-out forwards;animation: fadeleft 1s ease-in-out forwards;}

.workers-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.workers {
    width: 23%;
    margin: 0 5% 25px;
  padding: 20px;
  background: RGBa(25, 42, 77,.8);
  box-shadow: 3px 3px 4px rgba(0,0,0,.4);
  border-radius: 7px;
}
.workers img {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    width:100%;
    max-width:230px;
  box-shadow: 3px 3px 4px rgba(0,0,0,.4);
}
.workers p {
  margin: 0;
}
.workers h3 {
  text-align: center;
  color: #eee;
  line-height: 1;
}

.contact-loc.revealme {
    -webkit-animation: faderight 1s ease forwards;
    animation: faderight 1s ease forwards;
}


.main-flex-wrap, .flex-col, .flex-row {
  display: -webkit-flex; 
  display: flex;
}
.flex-col {
  -webkit-flex-direction:column; 
  flex-direction:column;
}
.flex-row {
  -webkit-flex-direction:row; 
  flex-direction:row;
}


/**** Blog Nav ****/
.nav-previous, .nav-next {display: -webkit-flex; display: flex; width: 40% !important; -webkit-justify-content: space-between; justify-content: space-between;}
.nav-previous a, .nav-next a {width: 100%; padding: 15px 10px; background: rgba(0,0,0,.1); border-radius: 7px; text-align:center;}
.nav-previous a:hover, .nav-next a:hover {background: rgba(0,0,0,.17); }
.nav-previous a::before {content: '<-'; margin-right: 10px;}
.nav-next a::after {content: '->'; margin-left: 10px;}

/**** HIDE!! ****/
.page #primary .entry-header, .home .top-entry-title, .category-videos .entry-header, .type-post .entry-meta, .type-post .entry-footer, #mob-social {display:none;}


.menu-mobile-container ul {margin:0; list-style-type:none;}
.dropdown-menu > .sub-menu {    display: none; padding-left:10px; background:rgba(0,0,0,.1);}
.dropdown-menu:target > .sub-menu {    display: block;}
.expand-menu {
  content: '+';
  padding: 2.5px 20px;
margin-left: 10px;
  background: rgba(0,0,0,.1);
  border-radius: 7px;
cursor:pointer;
}
.menu-mobile-container li {
  position: relative;
padding: 5px 0;
margin:5px 0;
}
.menu-mobile-container li a {
  height: auto;
  display: -webkit-flex;
  display: flex;
-webkit-align-items:center;
align-items:center;
line-height:1;
color:#192A4D;
    text-shadow: 2px 2px 2px rgba(0,0,0,.15) !important;
}

#masthead {
  position: fixed;
  z-index: 10;
  width: 100%;
top: 0;
left: 0;
}
#top-contact, #top-social { width:340px; }
/*#top-logo img {height: 100px; min-width:323px;}*/
#top-contact a, #top-social a {color: #B6A961;}
#inner-head, #mainnav .menu-primary-container .sub-menu li a {background:#192A4D;}
#mainnav .menu-primary-container .sub-menu li {top: 22px; left: -7px;}
#mainnav .menu-primary-container .sub-menu .sub-menu li {top: 0px; left: 0px;}
#mainnav .menu-primary-container .sub-menu li a {font-variant: normal; font-size:18px; -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,.3); box-shadow: 0px 4px 5px rgba(0,0,0,.3);}
#mainnav, #mainnav .menu-primary-container .sub-menu li a:hover {background: #B6A961; }
#mainnav .sub-menu li a:hover {color:#192A4D; }
#mainnav {-webkit-box-shadow: inset 0 6px 3px -3px #192A4D, 0 4px 10px rgba(0,0,0,.3);box-shadow: inset 0 6px 3px -3px #192A4D, 0 4px 10px rgba(0,0,0,.3);}
#top-bar-custom {height:auto; }
#top-logo img:hover {-ms-transform:scale(1.05);-webkit-transform:scale(1.05);transform:scale(1.05);}
.top-entry-title {
    height: 270px;
    width: 100%;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    -webkit-justify-content: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 45px;
    margin: 0;
    padding-bottom: 10px;
background:rgba(0,0,0,.05);
text-align:center;
line-height:1;
}
.category-poulos-blog .top-entry-title span {
    display: none;
}
.category-poulos-blog .top-entry-title::after {
    content: 'Blog';
}
.personal-in .practice-box > p:last-of-type {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  color: #B6A961;
  text-shadow: 2px 2px 2px rgba(0,0,0,.3);
}

@media screen and (max-width:1050px) {
    .menu-mobile-container {display: block;}
    #masthead {
      position: relative;
    }
    .menu-primary-container, .single article .entry-title {display: none;}
    #mainnav {-webkit-flex-direction: row-reverse;flex-direction: row-reverse; position: relative; padding: 0;}
    #searchsubmit, #opensearch, #opensearch a, #openmenu {font-size: 24px; cursor: pointer;}
    #openmenu::before {content: 'MENU'; margin-right: 10px;}
    .slide.s1 {
      height: 300px;
        min-height: 0;
      background-position: center center;
    }
    .slider-overlay {
      height: 100%;
      top: 0;
    }
    #top-bar-custom {
      -webkit-flex-direction: column;
      flex-direction: column;
    }
    #top-logo {
      -webkit-order: 1;
      order: 1;
      margin: 0;
        max-width: 100%;
    }
    #top-social {
      -webkit-order: 2;
      order: 2;
      margin-bottom: 5px;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      -webkit-justify-content: center;
      justify-content: center;
    }
    #top-contact {
      -webkit-order: 3;
      order: 3;
      -webkit-flex-direction: row;
      -webkit-justify-content: center;
      flex-direction: row;
      justify-content: center;
      text-align: center;
width:100%;
    }
    #top-contact > span {
      display: none;
    }
    #top-contact > a {
      margin: 0 10px;
    }
    #top-social h5 {
/*      display: -webkit-flex;
      display: flex;
      font-weight: bold;
-webkit-align-items:center;
align-items:center; */
    }
    #top-social h5 span {
      font-size: 19px;
      padding-right: 5px;
    }
    h1 {
      font-size: 2.8em;
        line-height: 1;
    }
    h2 {
      font-size: 2.4em;
        line-height: 1;
    }
    .testimonial h2 {
        line-height: 1.5;
    }
    .home-vid-box h3 {
      font-size: 33px;
    }
    #secondary h2, #secondary h3 {
        font-size: 34px;
        line-height: 1;
    }
    .personal-in .practice-box p {
      padding: 0 15px;
      line-height: 1.3;
    }
    .personal-in .practice-box h4 {
        font-size: 30px;
    }
    p, .entry-content ul {font-size: 1.15em;}
    .top-entry-title {height: auto; font-size: 40px; padding: 15px;}
    .archive article {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding-right: 3%;
    }
    .archive #primary article .post-excerpt-wrap .entry-title {
        text-align: center;
    }
    .archive #primary article .post-excerpt-wrap {
        width: 100%;
        margin: 10px 0;
        padding: 0 15px;
    }
    .archive #primary article .post-excerpt-thumb {
        width: 65%;
        margin: 10px auto 0;
        float: none;
    }
    .attachment-post-thumbnail { max-width: 100%; float: none;    }
    .workers {
        width: 40%;
    }
#top-contact > a:last-of-type {
    display:none;
}
#mob-anchor {display:block; font-size:18px; text-align:center; margin:0 auto;-webkit-order:4; order:4; color#fff;}
#mob-anchor a {color:#CAB038;}
/***************** MOB MENU ******************/
    .menu-mobile-container .menu-item-829 {margin-right: 20px;}
    .menu-item-829 > ul {display: none;}
    .menu-mobile-container {width: auto;}
    #mobile-menu > li {
        position: initial;
    }
    #mobile-menu .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute !important;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        float: none;
        clear: both;
    }
    #mobile-menu .sub-menu li {
        float: none;
        width: 100%;
        position: relative;
    }
    #mobile-menu .sub-menu li a {
        width: 100%;
        padding: 7px 20px;
        font-variant: normal;
        font-size: 20px;
        color: rgba(25, 42, 77,.9);
        font-family: 'Crimson Text';
        text-decoration: underline;
        font-weight: normal;
    }
    #mobile-menu .sub-menu li > .flex-row {
        -webkit-align-items: center;
        align-items: center;
    }
    #mobile-menu .sub-menu .sub-menu {
        float: none;
        position: relative !important;
        background: rgba(0,0,0,.12);
        border: none;
    }

}

@media screen and (max-width:970px) {
    .main-flex-wrap {
      -webkit-flex-direction: column;
      flex-direction: column;
    }
    #primary, #secondary {
      width: 100%;
    }
    #primary { padding: 0 1.5%;}
    .page-id-37 #secondary {display: none;}
    #featured-vid iframe, .home-vid-box iframe, .single .entry-text iframe {
      width: 77vw;
      height: 43vw;
        margin: 0 auto;
    }
    .slide.s1 {
/*        background: url(/wp-content/uploads/2017/04/poulos-group-mob.jpg); */
        background-size: cover;
        background-position: top center;
        height: 55vw;
    }
    .slider-overlay h3, .slider-overlay h4 { font-size: 5.4vw;}
    .slider-overlay h3 span {font-size: 5.8vw;}
    .home-text {
      display: -webkit-flex;
      -webkit-flex-direction: column;
      display: flex;
      flex-direction: column;
    }
    .home-content h2 {
        padding: 0 3%;
        text-align: center;
    }
    .flex-col.home-vid-box {
      -webkit-order: 2;
      order: 2;
    }
    .personal-in .home-pa-wrap {
      -webkit-flex-direction: column;
      flex-direction: column;
    }
    .personal-in .practice-box {
      width: 96%;
      margin: 15px auto;
    }
    .contact-loc {
      -webkit-flex-direction: column;
      -webkit-align-content: center;
      -webkit-justify-content: center;
      flex-direction: column;
      align-content: center;
      justify-content: center;
      text-align: center;
    }
    .contact-loc p {
      text-align: center;
      width: 100%;
      margin-bottom: 10px;
    }
    .map {
      height: 200px;
      width: 100%;
    }
    .contact-form .contact-flex {
      -webkit-flex-direction: column;
      flex-direction: column;
      background: transparent;
    }
    .contact-form .contact-flex label {
        width: 100%;
    }
    .contact-form .contact-flex > label:nth-of-type(2) {
      margin: 10px 0;
    }
    .contact-form .contact-flex > label input {
        height: 45px;
    }
    h1 {text-align: center;}
    .workers-comp .practice-box a {line-height: 1.1;}
}
@media screen and (max-width:750px) {
    #home-attorneys, .contact-box > .contact-flex {
      -webkit-flex-direction: column;
      -webkit-align-items: center;
      flex-direction: column;
      align-items: center;
    }
    #home-attorneys figure {
      margin: 10px 0;
    }
    .home-content .home-acco, .workers-comp .home-pa-wrap {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .home-acco img {
      margin: 0 5px;
    }
    .workers-comp .practice-box {
      width: 50%;
    }
    .workers-comp h3::before {
        background: url(/wp-content/uploads/2017/04/wcbg-mob.jpg);
        background-size: cover;
        background-position: center center;
    }
    #home-attorneys {
        background: url('/wp-content/uploads/2017/04/att-bg-mob.jpg');
        background-size: cover;
        background-position: center center;
    }
    .home h1, .home h3 {line-height: 1;}
    #top-social h5 {
        display: block;
    }
    #top-bar-custom {padding: 5px;}
    .contact-form, .contact-loc {width: 100%;}
    .contact-loc p {margin-bottom: 30px;}
    #top-contact a span {
        display: none;
    }
    #top-contact a i {
        display: block;
        margin: 0 10px;
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        color: #E6C200;
        font-size: 26px;
    }
    .test-box {line-height: 1.25;}
    .workers-comp .practice-box a {font-size: 18px;}
    #top-contact, #top-social {
        width: 100%;
    }
    h1 {font-size: 2.4em;}
    h2 {font-size: 2em;}
    h3 {font-size: 32px; line-height: 1;}
    .top-entry-title {font-size: 28px;}
}
@media screen and (max-width:600px) {
    .entry-content img.alignleft {
        clear: both;
        display: block;
        margin: 15px auto;
        float: none;
    }
    .entry-content h2 {text-align: center;}
    .entry-content > ul {margin: 0;}
    .site-info p {font-size: 13px;}
    .workers-comp .practice-box {border-width: 1px;}
}
.inv-recaptcha-holder, .grecaptcha-badge {opacity:.1;}


/**** BLOG FIX 5/17 ****/
.archive #primary article, .search #primary article {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
/*    background: -moz-linear-gradient(left,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.5) 50%,rgba(0,0,0,0.05) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.5) 50%,rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to right,  rgba(0,0,0,0.05) 0%,rgba(255,255,255,0.5) 50%,rgba(0,0,0,0.05) 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.4);
  box-shadow: 0 5px 10px rgba(0,0,0,.4);
    padding: 20px 3%;
    width: 90%;
    margin: 0 auto 1.5em; */
}
.search #primary article {-webkit-flex-direction: column;flex-direction: column; padding: 0 3%;}
.archive #primary article .post-excerpt-thumb { width: 25%;}
.archive #primary article .post-excerpt-thumb img{ max-height:250px; width:auto; -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.4); box-shadow: 3px 3px 4px rgba(0,0,0,.4);}
.archive #primary article .post-excerpt-thumb img:hover {opacity: 1;}
.category-videos .entry-text iframe {opacity: 1; border-radius: 0;}
.archive #primary article .post-excerpt-wrap { margin-left: 0; padding-left: 25px;}
.archive h1, .category-videos .entry-title {text-align: center;}

@media screen and (max-width:800px) {
    .archive #primary article .post-excerpt-thumb {
      padding: 0;
      width: 90%;
      max-width: 500px;
      margin: 15px auto;
text-align: center;
    }
    .archive #primary article .post-excerpt-wrap {
      width: 100%;
    }
    .archive article .post-excerpt-wrap p, .archive article .post-excerpt-wrap header {
      padding: 0 3%;
    }
}

/*** UPDATES 9/11/17 ***/
.testimonial {
  padding: 0 0 40px;
  background: url('/wp-content/uploads/2017/03/att-bg.jpg');
  background-size: cover;
  background-position: left center;
  -webkit-box-shadow: inset 0 20px 15px -15px rgba(0,0,0,.5), inset 0 -20px 10px -20px rgba(0,0,0,.5);
  box-shadow: inset 0 20px 15px -15px rgba(0,0,0,.5), inset 0 -20px 10px -20px rgba(0,0,0,.5);
}
.testimonial h2 {
  margin: 0;
  padding: 20px 0 15px;
  color: #333;
}
.home .hentry {
  margin: 0;
}
#home-attorneys {
  display: none !important;
}
.home .test-box {
  background: rgba(255,255,255,.9);
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.7);
}
@media screen and (max-width:750px) {
.testimonial {
        background: url('/wp-content/uploads/2017/04/att-bg-mob.jpg');
        background-size: cover;
        background-position: center center;
}
.testimonial h2 {color:#ddd;}
}