/*!
Theme Name: vilesbeckmannew
Theme URI: http://underscores.me/
Author: Rankings.io
Author URI: http://rankings.io
Description: custom theme for vilesbeckman
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vilesbeckmannew
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vilesbeckmannew is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
    scroll-behavior: smooth;
      overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 45px;
    margin: 0.67em 0;
    color: #1e4044 !important;
    font-weight: bold;
    letter-spacing: 1px;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
 -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
	 -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
	
}
input {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
    background: #eaf2f0;
    margin-bottom: 10px;
    padding: 20px;
    font-weight: bold;
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
summary::after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}
summary:hover::after{
	color:#00ca88;
}
summary:focus {
    border: 2px solid #1e4044;
}
/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1e4044;
	font-family: roboto, sans-serif;
	font-size: 16px;
	line-height: 1.5;
}
h2, h3{
    color: #00ca88;
font-size: 21px;
font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00ca88;
	clear: both;
    font-family: playfair-display, serif;
}

p {
	margin-bottom: 1.5em;
    line-height: 2;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #00ca88;
}

a:visited {
	color: #00ca88;
}

a:hover,
a:focus,
a:active {
	color: #1e4044;
	text-decoration: none;
}
.wh-right a:hover .videoplay {
    color: #1e4044;
}
a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0;
    background: #1e4044;
    color: #fff;
    line-height: 1;
    padding: 20px 100px;
    text-transform: uppercase;
    margin-top: 50px;
    -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background-color: #1e4044 !important;
    color: #fff;
    border-radius: 0;
}
button:disabled,
button[disabled]{
  background-color: #1e4044 !important;
}
input:-webkit-autfill{
    background-color:#1e4044 !important;
}
input:disabled{
-webkit-appearance: none;
opacity:1;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
     -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
	
}

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: #000;
border: 0;
border-radius: 0;
padding: 10px 30px;
    width: 100%;
    font-weight: 600;
}
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder{
    color:#000;
    opacity: 1;
    font-weight: 600;
}
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;
}
::-webkit-input-placeholder { /* WebKit browsers */
color: #1e4044 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #1e4044 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #1e4044 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #1e4044 !important;
opacity: 1;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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


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

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

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

.widget select {
	max-width: 100%;
}

/* 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 logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* NAV*/
.admin-bar .site-container {
  padding-top: 32px;
}

@media only screen and (max-width: 782px) {
  
  .admin-bar .site-container {
    padding-top: 46px;
  }
  
}
.navbar-brand > img {
    max-width: 99%;
}
.navbar-nav{
    padding: 40px 0 0;
    margin: 0;
}
.navbar-nav ul > li > a {
    padding: 10px 5px;
    font-size: 14px;
    color: #1e4044 !important;
}

.nav-stacked li a:hover {
    background: transparent;
}
.navigation {
    margin: 30px auto;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #1e4044;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: #00ca88;
}



.navbar-static-top {
    border-width: 0px;
}
.navbar-nav ul li {
    display: inline-block;
}
.navbar-nav > li > a {
    color:     #1e4044;
    padding: 5px 15px 58px;
    font-size: 14px;
    margin-right: 25px;
}

.navbar-nav > li > a:hover {
    transition: color .4s ease 0s, opacity .4s ease 0s, background-color .4s ease 0s;
    background: transparent;
    text-decoration: none;
	color:#00ca88;
       

}

/*.navbar-nav:hover li {
    opacity: 0.5;
}

.navbar-nav:hover li:hover {
    opacity: 1.0;
}

*/
.navbar-nav ul {
    list-style: none;
    margin: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #9acd32;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;

}

.navbar-right ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-right li {
    float: left;
    position: relative;

}



.navbar-right a {
    display: block;
    text-decoration: none;
    color: #737874;
    padding: 7px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;

}



.navbar-collapse ul ul{
    display: none;
}

nav.nav.navbar-nav {
    padding: 10px 0px;
}

.navbar-text {
    float: right;
    padding-top: 25px;
    font-size: 16px;
    color: #737874;
    cursor: pointer;
}

.navbar-text ul {
    list-style: none;
    margin-left: 15px;
}

.navbar-collapse ul li ul {
    margin-left: 0px;
    padding-left: 0px;
}

.navbar-collapse ul li ul li {
    border-bottom: 1px solid #eee;
    padding: 5px
}

.navbar-collapse ul li ul li:last-child {
    border: none;
}

.navbar-collapse ul li:hover > ul{
    display: block;
    position: absolute;
    border-bottom: 1px solid #fff;
}

.navbar-collapse ul ul li {
    width: 250px;

}
.nav-stacked .sub-menu {
    display: none;
    background: #A8A8A8;
 
    list-style: none;
    margin-left: -52px;
    padding: 0px 0 20px 30px;
}
.nav-stacked .sub-menu li a{
    color:#fff;
    font-size: 20px;
    padding: 0 5px;
    font-weight: normal;
}
.nav-stacked .menu-item-has-children .sub-menu:before{
    content: ' ▼';
    color: #eee;
    font-size: 32px;
    font-weight: 400;
    
}
.nav-stacked li:hover > ul{
    display: block;
}
.navbar-collapse ul li:hover > ul li a{
    background: transparent;
    color: #270d4b;
    font-weight: 600;
    padding: 10px 0px;
}



.sub-label {
    font-size: 11px;
    line-height: 1.3em;
    color: #bbb;
    display: block;
}

.navbar-collapse ul ul li:hover {
    background: #32CD32;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-static-top {

    border-width: 0px;
}



#menu-spanish > li:hover > ul,
#menu-menu-1 >  li:hover > ul{
    display: block;
    position: absolute;
    border-bottom: 1px solid #fff;
     animation: opacity 700ms ease-in-out normal;
   -moz-animation: opacity 700ms ease-in-out normal;
   -ms-animation: opacity 700ms ease-in-out normal;
   -o-animation: opacity 700ms ease-in-out normal;
   -webkit-animation: opacity 700ms ease-in-out normal;
}
@keyframes opacity { 
    from { opacity:0; } 
    to { opacity: 1; } 
}
@-moz-keyframes opacity { 
    from { opacity: 0; } 
    to { opacity: 1; } 
}
@-ms-keyframes opacity { 
    from {opacity:0; } 
    to { opacity: 1; } 
}
@-o-keyframes opacity { 
    from {opacity:0; } 
    to { opacity: 1; } 
}
@-webkit-keyframes opacity { 
    from { opacity:0; } 
    to { opacity: 1; } 
}
.sub-menu {
    border: none;
    border-radius: 0;
   display:none;
    text-align:left !important;
    padding:0;
    margin:0;


}

.sub-menu ul.sub-menu {
    /* float: right; */
    margin-left: 240px;
    margin-top: -40px;
}
.sub-menu li {
    display: block !important;
   
   

}

ul.sub-menu {
    background: #1e4044 !important;
    color: #fff !important;
    font-size: 14px;
    line-height: 14px;
    z-index: 100000;
    position: relative;
    width: 50%;
    margin-top: 58px;
    border-bottom: 2px solid #00ca88;
	padding: 20px 0 20px 20px;
  transition: all 1s ease-in;
}

ul.sub-menu li a {
    color: #fff !important;
    line-height: 2.5;
}
ul.sub-menu li a:hover{
    color: #00ca88 !important;
    text-decoration: none;
}
.nav li.has-children > a:after {
 color: #222;
 content: ' ▼';
 font-size: 10px;
 vertical-align: 1px;
}
.nav li li.has-children > a:after {
 color: #222;
 content: ' ►';
 font-size: 10px;
 vertical-align: 1px;
}

/*--------------------------------------------------------------
## Hero/header
--------------------------------------------------------------*/
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hvr-wobble-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.headercontainer {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px;
}
.headerright {
    text-align: right;
    position:relative;
}
.headerctaleft {
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    color: #1e4044;
}
.innerherotitle .page-title{
    color:#fff !important;
}
.phonearea {
    display: inline-block;
    font-family: playfair-display, serif;
    background: #1e4044;
    color: #fff;
    font-size: 36px;
    padding: 40px;
    font-weight: bold;
    line-height: 1;
}
.phonearea a, .phonearea a:hover{
    color:#fff;
}
.espanol {
    display: block;
    text-align: right;
    color: #00ca88;
   margin-top: -35px;
    font-size: 14px;
    letter-spacing: 2.75px;
    font-weight: 500;
    padding-right: 50px;
    margin-left: -100px;
}
.lineone, .linetwo{
    display: block;
}
.espanol span {
    margin-left: -100px;
}
.espanol span::before, .espanol span::after {
    content: "";
    border-top: 1px solid #00ca88;
    display: inline-block;
    margin: 0 10px;
}

.espanol span::before{
    width: 65px;
}
.espanol span::after{
    width: 260px;
  
}
.espanol a:hover{
    color:#00ca88;
}
.logo {
    padding: 50px 0 0;
}
.navarea {
    padding-top: 10px;
}
#homehero{
    background: url(assets/img/hero.jpg) no-repeat top center;
    background-size: cover;
    padding: 300px 0 100px;
    color:#fff;
    text-align:center;
    position: relative;
    margin-bottom: -55px;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
.headermid {
    padding-top: 25px;
    margin-right: -87px;
    padding-right: 0;
    text-align: right;
}
#innerhero{
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
    color:#fff;
}
#defaultinnerhero{
    background: url(assets/img/defaultbanner.jpg) no-repeat top center;
    background-size: cover;
    color:#fff;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}
#primary {
    padding: 50px 0;
}
#primary ul {
  margin: 0 0 30px 0 ;
    list-style-type: none;
    
}
#topbutton {
  position: fixed;
  
  height: 40px;
  width: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  background: #1e4044;
  border-radius: 2px;
  text-decoration: none;
  color: #00ca88;
  text-align: center;
}

#topbutton:after {
  content: "\2191";
}
#primary ul > li {
  text-indent: -5px;
    padding: 10px 0;
    line-height: 2;
}
#primary ul > li:before {
  content: "-";
    color:#00ca88;
    margin-right: 10px;
}
.floatingbutton{
  position: fixed;
right: -256px;
top: 400px;
z-index: 9999;
cursor: pointer;
transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.floatingbutton button {
    background: #00ca88;
    color: #1e4044;
    padding: 20px 20px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 600;
    width: 100%;
}
.floatingbutton button:hover{
    background:#1e4044;
    color:#fff;
}
.bottomicons {
    background: #1e3a3e;
    padding: 100px;
    color: #fff;
    font-family: 'playfair-display', serif;
    font-weight: bold;
}
.btm-icon-text {
    padding-top: 30px;
    display: block;
}
.btm-icon img {
 
    margin-bottom: 0;
}
.innerherotitle {
    font-family: playfair-display, serif;
    text-align: center;
    display: block;
    font-size: 61px;
    width: 60%;
    margin: 0 auto;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: bold;
    padding: 40px 0;
}
.herotitle {
    display: block;
    font-size: 85px;
    font-family: playfair-display, serif;
    font-weight: bold;
}
.herosub {
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
}
.herobtn {
    background: #00ca88;
    width: 20%;
    margin: 60px auto;
    color: #1e4044;
    font-weight: bold;
    padding: 30px;
    font-size: 20px;
}

.greenhoriz {
    display: block;
    width: 2px;
    background: #00ca88;
    height: 110px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
}
.topsub {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    color: #00ca88;
    font-size: 20px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 80%;
}
#whyhire {
    background: #f8f8f5;
padding: 150px 0 100px;
margin-top: -50px;
}
.sectiontitle {
    color: #1e4044;
    font-weight: bold;
    font-size: 46px;
    font-family: playfair-display, serif;
    padding: 30px 0;
}
.wh-left {
    padding-right: 50px;
}
.wh-left ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.wh-left ul li {
    font-weight: bold;
    padding-bottom: 10px;
}
.playbutton {
    position: absolute;
    top: 90px;
    left: 370px;
    z-index: 100;
    cursor: pointer;
}
.linum {
    display: inline-block;
    margin-right: 20px;
    border-bottom: 1px solid;
}
.drkbtn {
    background: #1e4044;
    color: #fff;
    padding: 30px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    width: 70%;
}
.videoplay {
    text-transform: uppercase;
    color: #00ca88;
    margin-top: 100px;
    position:absolute;
    left: -30px;
    z-index: 100;
    cursor: pointer;
}
.videoplay::after {
    content: "";
    display: inline-block;
    border-top: 2px solid #00ca88;
    width: 300px;
    height: 2px;
    margin: 0 0 5px 20px;
}
.aboutarea {
    text-align: right;
    padding-left: 250px;
    position:relative;
    z-index:99;
}
.aboutarea ul{
    list-style: none;
    margin:0;
    padding: 0;
    position: relative;
}
.wh-right{
    background: url(assets/img/vbback.png) no-repeat top left; 
    position: relative;
}
#abouttop {
    padding: 100px 0;
}
.innerp {
    padding-left: 50px;
}
.green a:hover{
	color:#1e4044;
}
.green {
    color: #00ca88;
    font-style: italic;
}
.at-right {
    padding-top: 50px;
}
.prevabout {
    background: #00ca88;
    position: absolute;
    bottom: 0;
    padding: 10px;
    right: 30px;
    cursor: pointer;
}
.nextabout {
    background: #00ca88;
    position: absolute;
    bottom: 0;
    padding: 10px;
    right: 0;
    cursor: pointer;
}
.page-id-2868 h3 {
    color: #1c3c41;
}
.prevpa{
    color:#1e4044;
    padding: 300px 0 0 20px;
    font-size: 20px;
    cursor: pointer;
    margin-left: 0;
}
.nextpa{
    color:#1e4044;
    font-size: 20px;
    padding: 300px 0 0 100px;
    cursor: pointer;
}
.yearscontent {
    padding-top: 50px;
    display: block;
    width: 70%;
    margin: 0 auto;
    font-weight: bold;
}
#practiceareas {
    background: url(assets/img/greenpaback.jpg) no-repeat top center #1e4044;
    background-size: cover;
    color: #fff;
    padding-top: 100px;
    margin-bottom: -150px;
}
#practiceareas .sectiontitle {
    color: #fff;
    padding-right: 200px;
}
.page-template-page-eshome #practiceareas .sectiontitle {
    padding-right: 0;
}
.pamaintitle {
    display: block;
    text-align: right;
}
.pa-right ul {
    padding: 30px 0 0;
    margin: 0;
    text-transform: uppercase;
    list-style: none;
}
.pa-right ul li {
    padding: 0 0 20px;
}
.pa-right ul li a{
    color:#fff;
}
.ltbtn {
    background: #00ca88;
    padding: 20px;
    margin-top: 20px;
    display: block;
    color: #1e4044;
    position: relative;
    font-weight: bold;
}
.ltbtn span::after {
    content: "";
    display: inline-block;
    color: #117d62;
    height: 1px;
    width: 100px;
    position: absolute;
    border-top: 2px solid #117d62;
    top: 32px;
    margin-left: 20px;
}
.pableft ul {
    margin: 0;
    padding: 0;
}
.paboxes {
    margin-top: -100px;
}
.pabox {
    color: #fff;
    text-align: center;
    padding: 220px 0 115px;
    font-size: 24px;
    font-weight: bold;
    font-family: playfair-display, serif;
}
.pa-right ul li a:hover{
	color:#00ca88;
}
#aboutbtm{
    background: url(assets/img/paback.jpg) no-repeat top center #ffffff;
    background-size: cover;
padding: 200px 0 100px;
}
#aboutbtm .sectiontitle {
    text-align: center;
    width: 50%;
    margin: 0 auto;
        margin-bottom: 0px;
    border-bottom: 2px solid #00ca88;
    margin-bottom: 40px;
}
#aboutone {
    background: #f8f8f5;
    padding: 80px 0;
}
.aboutcontainer {
    width: 75%;
    margin: 0 auto;
}
.aboutoneleft {
    background: url(assets/img/vbbacksmall.png) no-repeat top left;
    
}
.smgreenline {
    height: 1px;
    display: inline-block;
    width: 59px;
    background: #00ca88;
    vertical-align: middle;
    margin-right: 20px;
}
#aboutone .sectiontitle{
    padding: 10px 0;
}
.sectionintro {
    display: block;
    text-align: center;
    width: 50%;
    margin: 0 auto 50px;
}
.a-schedule {
    display: block;
    padding: 55px 0 0 120px;
    color: #1e4044;
    font-weight: bold;
    font-size: 18px;
}
.aboutoneright {
    padding: 70px 0 0 100px;
}
.aboutoneleft .drkbtn {
    width: 50%;
}
#community {
    padding: 100px 0;
}
.commleft {
    padding-right: 60px;
}
.ctabyline {
    font-size: 18px;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 2px solid rgba(0, 202, 136, 0.2);
    border-bottom: 2px solid rgba(0, 202, 136, 0.2);
    line-height: 1.75;
}
.subtitle {
    text-transform: uppercase;
    color: #00ca88;
    font-weight: bold;
}
.commrighttitle {
    text-align: center;
    display: block;
    padding: 60px 0 10px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    border-bottom: 2px solid #00ca88;
    width: 45%;
    margin: 0 auto 40px;
}
.locationleft {
    padding: 0 100px 0 0;
}
.locationleft h3 {
    padding-top: 10px;
}
.locationright {
    padding: 0 50px;
}
.locationright .sb-test-btn {
    background: #00ca88;
    width: 80%;
    margin: 30px auto;
	color:#1e4044;
}
#primary h3{
	color:#1e4044;
}
#primary .container,
.page-template-page-attorneysingle .container,
.page-template-page-attorneysinglees .container{
    max-width: 60%;
}
.s-attorneyname {
    border-bottom: 1px solid #00ca88;
	padding-bottom: 10px;
}
.s-attorneyleft {
    padding: 40px 0 0 0;
}
.s-attorneyright {
    padding-top: 30px;
}
.attorneyimageblock {
    display: block;
}
.attorneyimageblock img {
    margin-bottom: 0;
}
.s-attorneytitle {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #00ca88;
    margin-top: 30px;
}
.commwhyitem {
    padding-left: 100px;
    font-size: 18px;
}
.commwhyicon {
    text-align: center;
    padding-bottom: 40px;
}
.commwhytext {
    font-weight: bold;
    font-family: playfair-display, serif;
    padding-top: 30px;
}
.drkbox {
    background: #1e4044;
    padding: 80px 0;
    margin: 50px 0 0 100px;
}
.a-attorneytitle {
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
}
.a-attorneyleft ul li::before {
    content: "-";
    color: #00ca88;
    margin-right: 10px;
}
.a-attorneyleft ul li{
    padding: 5px 0;
}
.a-attorneyleft ul{
    list-style: none;
}
#about-location {
    padding: 100px 0;
}
.a-attorneyleft .drkbtn {
    width: 40%;
    padding: 20px;
    margin-top: 50px;
}
.drkboximg {
    margin: 0 100px 0 -100px;
}
#aboutattorneys {
    background: #f8f8f5;
    padding: 100px 0;
}
.sl-title {
    color: #1e4044;
    font-weight: bold;
    font-size: 32px;
    padding: 30px 0;
    font-family: playfair-display, serif;
    margin-bottom: 30px;
}
.splitleft {
    padding-right: 70px;
}
.greentitle{
    font-size:24px;
    font-family: playfair-display, serif;
    color:#00ca88;
    padding:30px 0;
    font-weight: bold;
}
.faqcontent{
    display: block;
    padding: 30px 0;
}
#associations {
    background: #eaf2f0;
    padding: 70px 0;
}
.assoctitle {
    border-right: 2px solid #bcc8c8;
    padding-top: 45px;
}
.accociationtitle {
    color: #1f3c40;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
}
.associmg ul li {
    display: inline-block;
    padding: 0 20px;
}
.associmg ul {
    list-style: none;
    margin: 0;
    padding: 0 30px;
}
#attorneys{
    background: url(assets/img/attorneyback.jpg) no-repeat top center #1e4044;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
}
#attorneys .sectiontitle{
    line-height: 1.25;
    color:#fff;
    display: block;
    padding: 50px 0;
}
.attorneyleft {
    padding-right: 100px;
}
.hiddencontent {
    display: block;
    width: 90px;
    text-align: right;
    margin-top: -50px;
    color: #00ca88;
    font-weight: bold;
    cursor: pointer;
}
.expandedcontent{
    display:none;
    padding-top: 30px;
}
#attorneys .ltbtn {
    width: 40%;
    text-align: center;
}
#clients .container {
    width: 70%;
}
#clients {
    padding: 100px 0 200px;
}
.attorneybox {
    padding: 310px 50px 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.attorneylink {
    display: inline-block;
    background: #00ca88;
    padding: 15px 16px;
    color: #000;
    margin-right: -25px;
}
.attorneyname {
    display: inline-block;
    width: 90%;
}
#clients .sectiontitle{
    background: url(assets/img/backquotes.png) no-repeat top left;
    padding: 50px 40px;
}
.clienttestimonials {
    padding: 50px;
    text-align: center;
    
}
.stars {
    display: block;
    color: #00ca88;
    font-size: 24px;
    letter-spacing: 10px;
    margin-bottom: 70px;
}
.testimonialtext {
    line-height: 2;
    font-style: italic;
    padding: 0 20px;
    padding-bottom: 70px;
    display:block;
}
.name-date {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
font-size: 14px;
}
#clients .ltbtn {
    width: 20%;
    text-align: center;
    margin: 0 auto;
}
#whyhirebtm{
    background: url(assets/img/whyhireback.jpg) no-repeat top left;
    background-size: cover;

}
.whyright {
    background: #1e4044;
    padding: 125px 200px;
    margin: -100px 0;
    color: #fff;
}
.wh-title.sectiontitle {
    color: #fff;
    text-align: center;
    display: block;
    border-bottom: 1px solid #00ca88;
    width: 60%;
    margin: 0 auto 50px;
}
.whyhirereasons {
    display: block;
    clear: both;
    padding-bottom: 30px;
    overflow: hidden;
}
.wh-icon {
    display: block;
    float: left;
    clear: left;
}
.wh-reasons {
    display: block;
    float: right;
    width: 75%;
    clear: right;
}
.whtitle {
    display: block;
    font-family: playfair-display, serif;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 15px;
}
#consult {
    background: #00ca88;
    padding: 100px 0;
    text-align: center;
    color: #fff;
}
#consult .sectiontitle {
    padding-bottom: 0;
    line-height: 1.25;
    margin-bottom: 0;
}
.consultsub {
    font-size: 22px;
    padding: 20px 0 50px;
display: block;
}
#consult .container{
    max-width: 60%;
}
#colophon {
    padding: 100px 0 0;
    text-align: center;
}
.mapdirections {
    letter-spacing: 2px;
}
.mapdirections a:hover {
    color: #1e4044;
}
.listbox {
    background: #F7F7F7;
    padding: 0 40px 40px;
    margin: 30px 0;
}
.listboxtitle {
    display: block;
    color: #fff;
    background: #1e4044;
    padding: 20px;
    font-size: 26px;
    margin: 0 -40px;
}
.bluebox {
    background-color: #1e4044;
    box-shadow: .5em .5em 0 #00ca88;
    color: #ffffff;
    padding: 30px 60px;
    font-weight: 600;
    display: block;
    margin: 30px 0;
}
.hc-block {
    color: #1e4044;;
    border-color: #EEEEEE;
    border-top: 2px solid #eee;
    display: block;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    border-left: 12px solid #00ca88;
    padding: 30px 60px;
    font-weight: 600;
    margin: 30px 0;
}
.address {
    display: block;
    font-family: playfair-display, serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 30px;
}
.footerphone {
    display: block;
    font-size: 30px;
    font-weight: bold;
    font-family: playfair-display, serif;
    color:#1e4044;
}
.footersocial a {
    color: #1e4044;
    font-size: 28px;
    margin: 5px;
}
.footersocial a:hover {
    color: #00ca88;
   
}
.footersocial {
    display: block;

}
.site-info {
    margin-top: 100px;
}
.site-info .container {
    border-top: 1px solid #d6dbdc;
}
.site-info a {
    color: #1e4044;
}
.page-id-137 .bottomicons {
    display: none;
}
.copyleft {
    font-size: 12px;
    text-align: left;
    padding: 50px 0;
}
.copyright {
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding: 50px 0;
}
.site-info a:hover{
	color:#00ca88;
}
.a-schedule:hover {
    color: #00ca88;
}
.greenvert {
    display: block;
    width: 1px;
    background: #1e4044;
    height: 50px;
    margin: 0 auto -60px;
    z-index: 1000;
    position: relative;
}
.contactformbox {
    background: #00ca88;
    padding: 30px 20px 20px;
    margin: 40px 20px;
    width: 90%;
}
.cp-form input, .cp-form textarea {
    border-bottom: 1px solid;
}
.cp-form{
    padding: 40px 0;
}
.cp-directions {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    display: block;
}
.cp-address, .cp-phone {
    display: block;
    font-family: playfair-display, serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: 30px;
    color:#1e4044;
}

.formtitle {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #1e4044;
    font-weight: 600;
}
#secondary {
    padding: 40px 20px;
}
.cp-right{
    padding-top:50px;
}
.widget-title {
    font-family: roboto, sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 19px;
}
.sb-test {

    text-align: center;
    font-style: italic;
}
.sb-test-btn {
    background: #1c3c41;
    display: block;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 18px;
}
.sidetestimonial {
    padding-top: 50px;
}
.cp-right h3{
    font-size: 30px;
}
#secondary ul li::before {
    content: '' !important;
}
.single .entry-meta {
    padding-top: 20px;
}
.single #primary {
    padding-bottom: 150px;
}
#secondary ul{
    margin: 0;
    padding: 0;
}
#secondary ul li{
    padding: 20px 0;
    border-bottom: 1px solid rgba(28, 55, 60, 0.38);
    font-size: 14px;
font-weight: 500;
}
#secondary li a{
    color:#0e1d23;
    text-transform: uppercase;    
}
#secondary li a:hover{
    text-decoration: none;
    color:#00ca88
}
.st_title {
    background: url(assets/img/backquotes.png) no-repeat top left;
    padding: 30px 0;
    display: block;
    color: #1e4044;
    font-weight: bold;
    font-size: 30px;
    font-family: playfair-display, serif;
}
.postblock {
    padding: 40px 0;
}
.postmeta {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    display: block;
}
.postfeedtitle {
    font-size: 27px;
    line-height: 30px;
    letter-spacing: .1px;
    margin-bottom: 13px;
    display: block;
    font-family: playfair-display, serif;
    font-weight: 600;
}
.postfeedtitle a{
    color:#1e4044;
}
.postfeedtitle a:hover{
    color:#00ca88;
}
.postfeedexcerpt {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .1px;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}
  .mobileonly{
            display: none;
        }
        .deskonly{
            display: block;
        }
@media screen and (min-width: 1921px){
    #attorneys .ltbtn{
     margin-top: 50px;   
    }
    .attorneyname {
    width: 91%;
}
.hiddencontent {
    width: 650px;
}
    .prevpa{

    margin-left: -250px;
}
    .prevabout {
    right: 236px;
}
.nextabout {
    right: 206px;
}
    .attorneybox {
    padding: 310px 115px 20px;
    }
 .pableft {
    padding: 0 320px 0 0;
}   
.headermid {
    margin-right: -250px;
}
}
@media screen and (max-width: 1809px){
    .herotitle{
        font-size:75px;
    }
    .herobtn{
        width: 30%;
    }
}

@media screen and (max-width: 1680px){
    .espanol span {
    margin-left: -200px;
}
    .headermid {
    margin-right: -37px;
    }
     .hiddencontent {
    width: 150px;
}
    .attorneybox {
    padding: 310px 20px 20px;
    }
    .sectiontitle {

    font-size: 42px;
    }
    .whyright {
    padding: 125px 100px;
    }
    .aboutoneleft .drkbtn {
    width: 70%;
}
    .ltbtn {
    font-size: 14px;
}
    .navbar-nav > li > a{
        margin-right: 0;
    }
    .aboutarea{
        padding-left: 200px;
    }
    #aboutbtm .sectiontitle {
    width: 100%;
 
}
}
@media screen and (max-width: 1600px){
    .innerherotitle {
    width: 80%;
    }
    #homehero{
        padding: 200px 0 100px;
    }
    .herotitle{
        font-size:65px;
    }
}
@media screen and (max-width: 1541px){
    .headermid {
    margin-right: 0;

}
    button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 20px 0;
    width: 50%;
    text-align: center;
     -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
    .espanol span::after {
    width: 255px;
}
    .phonearea{
        font-size: 34px;
    }

}
@media screen and (max-width: 1528px){
    .espanol span::after {
    width: 245px;
}
   
}

@media screen and (max-width: 1500px){
    .espanol span::after {
    width: 235px;
    }
   .phonearea {
    font-size: 32px;
    }
}

@media screen and (max-width: 1475px){
    .espanol span::after {
    width: 225px;
}
 .phonearea {
    font-size: 30px;
}
    .aboutarea{
        padding-left: 150px;
    }
}
    @media screen and (max-width: 1448px){
    .espanol span::after {
    width: 215px;
}

}
@media screen and (max-width: 1440px){
    ul.sub-menu {
    margin-top: 55px;
    }
    .headermid {
    margin-right: -25px;
    padding-left: 0;
}
    .hiddencontent {
    width: 280px;
}
   
    .drkbtn {

    width: 80%;
    }
    .s-attorneyright {
    padding-left: 50px;
}
.cp-right {
    padding-left: 50px;
}
.contactformbox {
    padding: 30px 10px 20px;
}
 .sectiontitle {
    font-size: 36px;
}   
.name-date {

    font-size: 12px;
}
.ltbtn {
    font-size: 12px;
}
.pabox {

    font-size: 18px;
}
.testimonialtext {

    min-height: 360px;
}
}
@media screen and (max-width: 1429px){
    .espanol span::after {
    width: 205px;
}
 .phonearea {
    font-size: 28px;
}
}
@media screen and (max-width: 1400px){
    .espanol span::after, .espanol span::before {
    display:none;;
}
.espanol{
    padding-right: 0;
}

#primary .container,
    .page-template-page-attorneysingle .container,
    .page-template-page-attorneysinglees .container{
    max-width: 70%;
}
#homehero {
    padding: 150px 0 100px;
}
    .herotitle {
    font-size: 55px;
}
    .herobtn{
        padding: 20px;
    }
}
@media screen and (max-width: 1368px){
    .attorneyname {
    width: 87%;
}
.hiddencontent {
    width: 300px;
}
}
@media screen and (max-width: 1350px){
   
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 90%;
}
.phonearea {
    padding: 20px 20px 40px;
}
    .headerctaleft {
    padding-right: 0;
    }
}
@media screen and (max-width: 1200px){
    .navbar-nav > li > a {
    padding: 5px 10px 58px;
    }
    .assoctitle {
    border-right: none;
    }
    .hiddencontent {
    width: 400px;
}
    .bottomicons .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 20px;
    margin-left: 0;
}
    .wh-right{
        margin-top: 50px;
    }
    .headermid {

    padding-left: 0;
}
}
    @media screen and (max-width: 1170px){
        #homehero {
    padding: 250px 0 50px;
}
        .herotitle {
    font-size: 46px;
}
        .herosub{
            font-size: 18px;
            letter-spacing: 1px;
        }
        .herobtn {
    width: 40%;
}
        .innerherotitle {
    font-size: 51px;
        }
        .contactformbox {
    padding: 50px 20px 10px;
        }
        #consult .container {
    max-width: 90%;
}
.phonearea {
    font-size: 24px;
}
    .espanol{
        padding-right: 20px;
        margin-left: 0;
    }
    .espanol span{
        margin-left: 0;
    }
    }
    @media screen and (max-width: 1024px){
        .navarea {
    padding: 0px 0px 0px 10px;
}
        .hiddencontent {
    width: 300px;
}
        .navbar-nav > li > a {
    padding: 5px 5px 58px;
}
.headercontainer {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 10px 20px;
}
.logo {
    padding: 30px 0 0;
}
.navbar-nav {
    padding: 30px 0 0;
    margin: 0;
}
ul.sub-menu {

    margin-top: 30px;
}
        #secondary {
    padding: 40px 0;
}
        .commwhytext {
 
    padding-top: 0;
}
        .wh-left .drkbtn{
            width: 50%;
        }
        .navbar-nav > li > a {
    padding: 5px 10px 58px;
        }
        .lineone{
            display: none;
        }
        .locationlist {
    margin: 0;
    padding: 0;
}
     .testimonialtext {
    min-height: 230px;
    font-size: 14px;
    padding-bottom: 30px;
}
.a-schedule {
    padding: 55px 0 0 20px;

}
.aboutoneleft .drkbtn {
    width: 100%;
}
.a-attorneyleft .drkbtn {
    width: 70%;
 
}
.locationright .sb-test-btn {

    width: 100%;
    font-size: 12px;
}
.stars{
    margin-bottom: 30px;
}
        .pableft {
    margin-top: -100px;
}
.nextpa {

    padding: 200px 0 0 100px;
}
.prevpa {

    padding: 200px 0 0 20px;
  
}
        .aboutarea {
    padding-left: 0;
}
.prevabout {
 
    right: 222px;
}
.nextabout {
  
    right: 192px;
}
.mobileplay {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: tranlateY(-50%);
    transform: tranlateY(-50%);
    width: 119px;
    height: 119px;
    z-index: 100;
}
.pabox{
    min-height: 390px;
}
        .mobileonly{
            display: block;
        }
        .deskonly{
            display: none;
        }
     .headerctaleft {
     font-size: 12px;
     }
     #whyhire {
    padding: 100px 0 100px;
     }
     #practiceareas .sectiontitle {
    padding-right: 0;
}
#clients .ltbtn {
    width: 40%;
    margin: 40px auto 0;
}
.wh-title.sectiontitle {

    width: 100%;
}
.whyright {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 100px;
}
#clients .container {
    width: 90%;
}
.address {

    font-size: 25px;
}

#attorneys .ltbtn {
    width: 60%;
}
.clienttestimonials {
    padding: 0;
}
.attorneybox {
    padding: 310px 0 20px;
}
.attorneyname {
    display: inline-block;
    width: 77%;
    font-size: 14px;
    padding-left: 10px;
}
    }
    @media screen and (max-width: 992px){
        .headermid {

    flex: 0 0 100%;
    max-width: 100%;
}
        #attorneys .ltbtn {
    width: 30%;
}
.hiddencontent {
    width: 800px;
}
        .espanol, .espanol span{
            margin-left: 0;
        }
        .nextabout {
    right: 161px;
}
.prevabout {
    right: 191px;
}
        #consult {
    padding: 50px 0 50px;
        }
  .pableft {
    margin-top: 0;
}
.attorneyname {
    width: 85%;
}
.attorneybox {
    padding: 310px 60px 20px;
}
         .headercontainer{
        padding: 20px 0 0;
    }
.headerleft {
    flex: 100%;
    max-width: 100%;
}
    .logo {
    flex: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
}
    .navarea {
    display: none;
}
    .headerright {
    flex: 100%;
    max-width: 100%;
    text-align: center;
}
    .headerctaleft {
    display: block;
    padding: 10px 0;
    text-align:center;
}
    .phonearea {
    display: block;
    font-size: 36px;
    padding: 20px 0 55px;
    margin: 0 -70px;
}
    .espanol {
    display: block;
    text-align: center;
    margin-top: -35px;
    padding-right: 0;
    padding-bottom: 20px;
}
        .espanol a:hover{
            color:#00ca88;
        }
        .aboutcontainer {
    width: 90%;
        }
        .commwhyitem {
    padding-left: 0;
        }
        #community, #aboutone, #aboutattorneys, #about-location {
    padding: 40px 0;
}
        .aboutoneright {
    padding: 70px 0 0 0;
}
        #consult {
    padding: 40px 0;
        }
        .whyright {
    padding: 40px;
    margin: 0;
        }
        #clients .ltbtn {
    width: 70%;

    margin-bottom: 100px;
}
        .clienttestimonials {
    padding: 0;
        }
        .testimonialtext {
    padding-bottom: 20px;
    min-height: auto;
        }
        .stars {
  
    margin-bottom: 10px;
}
        #clients .sectiontitle {
    padding: 50px 40px 0;
}
        #clients {
    padding: 40px 0;
}
        .name-date{
            padding-bottom: 30px;
        }
        .locationleft,
        .splitleft, 
        #practiceareas .sectiontitle, 
        .attorneyleft,
        .innerp,
        .wh-left {
    padding-right: 0;
            padding-left: 0;
}
        .attorneyright {
    padding-top: 40px;
}
        #associations {
    padding: 40px 0;
}
        .assoctitle {
    border-right: none;
    text-align: center;
    padding-bottom: 40px;
}
        
        .prevpa, .nextpa {
    padding: 0 0 0 20px;
   
}
        #aboutbtm .sectiontitle {
    width: 100%;
        }
        .paboxes {
    margin-top: 50px;
}
        .sectionintro {
    width: 100%;
        }
        #whyhire {
    padding: 50px 0 50px;
}
        #primary .container,
        .page-template-page-attorneysingle .container,
        .page-template-page-attorneysinglees .container{
    max-width: 90%;
}
        .copyright {

    text-align: center;
        }
        .phonearea {

    margin: 0;
        }
       .commwhyitem {
    flex: 0 0 50%;
    max-width: 50%;
}
         .switch{
    display: flex;
    flex-direction: column-reverse;
}
        .herotitle {
    font-size: 6.5vw;
}
        .herosub{
            font-size: 3vw;
        }
        
    }
@media screen and (max-width: 768px){
    #practiceareas .sectiontitle br{
        display: none;
    }
    .nextabout {
    right: 1px;
}
.prevabout {
    right: 30px;
}
  
    .hiddencontent {
    width: 600px;
}
   .commwhyitem {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 150px;
}
    #abouttop {
    padding: 40px 0;
}

.attorneybox {
    padding: 310px 10px 20px;
}
.attorneyname {
    width: 85%;
}
    .drkbox {
    background: transparent;
    padding: 0;
    margin: 0;
}
    .drkboximg {
    margin: 40px 0;
}
    .a-attorneyleft .drkbtn,
    .aboutoneleft .drkbtn {
    width: 100%;
}
    .sectiontitle, h1 {
    font-size: 42px;
        padding: 0;
    }
    .herobtn {
    width: 70%;
        font-size: 18px;
}
 .locationlist {
    margin: 0;
    padding: 10px 40px;
}
.locationright .sb-test-btn {
    font-size: 16px;
}
    .floatingbutton{
        display: none;
    }
     .bottomicons .col-lg-3 {
    margin-left: 0;
        }
}
@media screen and (max-width: 670px){
    .bottomicons {
    background: #1e3a3e;
    padding: 40px 20px;
    }
    .a-schedule {
    display: block;
    padding: 0;
    }
    #attorneys .ltbtn {
    width: 70%;
    }
    .videoplay {

    left: 30px;
    }
    .playbutton {
    left: 450px;
    }
    #homehero {
    padding: 50px 0;
}
    .innerherotitle {
    font-size: 42px;
    width: 100%;
    }
    .contactformbox {

    margin: 40px 0;
}
}
@media screen and (max-width: 640px){
    .attorneybox {
    padding: 310px 125px 20px;
}
.hiddencontent {
    width: 500px;
}
.wh-left .drkbtn {
    width: 70%;
}
}

@media screen and (max-width: 486px){
    .hiddencontent {
    width: 300px;
}
    .commrighttitle{
        width: 80%;
    }
    .commwhyitem {
    padding: 0 100px;
}
    .nextpa {
    padding: 20px 0 0 20px;
}
.prevpa {
    padding: 20px 0 0 230px;
}
.mobileonly .ltbtn {
    width: 30%;
}
.attorneyname {
    width: 81%;
}
#clients .ltbtn {

    margin-bottom: 0;
}
input[type="submit"] {
 -webkit-appearance: none;
-moz-appearance: none;
appearance: none;
    margin-top: 0;
}
#aboutbtm .sectiontitle {
    padding-bottom: 20px;
}
.contactformbox {
     padding: 30px 20px 20px;
    width: 100%;
}
.cp-right {
    padding-top: 0;
}
.formtitle {
    font-size: 20px;
}
.bottomicons .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 40px;
}
    .wh-left .drkbtn {
    width: 80%;
}

.nextabout {
    right: 0;
}
.prevabout {
    right: 30px;
}
    .herotitle {

    line-height: 1.25;
}
.herosub {
    padding-top: 20px;
}
    .phonearea {
    font-size: 28px;
}
    .attorneybox {
    padding: 310px 35px 20px;
}
        #clients .ltbtn {
    width: 100%;
}
    .yearscontent {

    width: 100%;
    }
    .sectiontitle, h1 {

    font-size: 34px;
    }
    .playbutton{
        display: none;
    }
    .videoplay::after {

    border-top: 0;
    }
    .aboutarea{
        padding-left: 0;
    }
    .attorneyname {
    width: 80%;
    padding-left: 30px;
    }
    .commwhytext {

    padding: 0 0 30px;
    text-align: center;
}
    #consult {
    background: #00ca88;
    padding: 50px 0 30px;
    }
}
@media screen and (max-width: 420px){
    .logo img{
        width: 50%;
    }
    .headerctaleft{
        padding: 0 0 10px;
    }
    .headermid {
    padding-top: 0;
    }
    .espanol{
        padding-bottom: 10px;
    }
    .herosub {
    font-size: 3.5vw;
    width: 90%;
    margin: 0 auto;
}
.herobtn {
    width: 80%;
}
.wh-left .drkbtn {
    width: 90%;
    font-size: 16px;
}
}
@media screen and (max-width: 380px){
    .assoctitle {
    padding-top: 0;
}
#aboutbtm {

    padding: 200px 0 40px;
}
#attorneys {

    padding: 40px 0;
}
#clients .sectiontitle {
    padding: 50px 40px 20px;
}
#colophon {
    padding: 40px 0 0;
}
.wh-title.sectiontitle {
 
    padding-bottom: 20px;
}
div.wpcf7 .ajax-loader {

    width: 0;
    height: 0;
}
.copyright {

    padding: 0 0 40px;
}
.site-info {
    margin-top: 40px;
}
.mapdirections {
    padding-bottom: 30px;
    display: block;
}
  .attorneyname {
    width: 84%;
    padding-left: 30px;
}
.prevpa {
    padding: 20px 0 0 180px;
}
    .sectiontitle, h1 {
    font-size: 30px;
    }
    .attorneybox {
    padding: 310px 0 20px;
    }

.wh-icon {
    float: none;
}
.wh-reasons {
    float: none;
    width: 100%;
}
.wh-left .drkbtn {
    width: 100%;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 20px 0;
    width: 70%;
    text-align: center;
}
}

/* ==================================== Contact Form Checkbox Acceptance Correction */
.wpcf7-acceptance input[type=checkbox] {
    border: 1px solid #1e4044;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.wpcf7-acceptance input[type=checkbox]:checked {
    background-color: #00ca88;
    border-color: #1e4044;
    color: #1e4044;
}
.wpcf7-acceptance input[type=checkbox]:checked::before{
    content: "\2714";
    color: #1e4044;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3px;
}
.wpcf7-acceptance input[type=checkbox]:disabled {
    border-color: #aaaaaa;
}
.wpcf7-acceptance input[type=checkbox]:checked:disabled {
    background-color: #aaaaaa;
    border-color: #aaaaaa;
}