/*!
Theme Name: bgmlaw
Theme URI: https://www.accelmarketingsolutions.com
Author: Elnick
Author URI: https://www.accelmarketingsolutions.com
Description: Butler Giraudo & Meister, P.C.
Version: 3.0 (2020 Version)
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bgmlaw
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

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


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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    overflow-x: hidden;
}

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


/*--------------------------------------------------------------
# ASM Icons
--------------------------------------------------------------*/

.asmicon {
    display: block;
    position: relative;
}

.asmicon::before {
    width: 30px;
    height: 30px;
    background-color: #ddb787;
    content: '';
}

.asmicon-arrow-circle-right::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/arrow-circle-right.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/arrow-circle-right.svg') no-repeat 50% 50%;
}

.asmicon-arrow-right::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/arrow-right.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/arrow-right.svg') no-repeat 50% 50%;
}

.asmicon-caret-right::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/caret-right.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/caret-right.svg') no-repeat 50% 50%;
}

.asmicon-check-circle::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/check-circle.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/check-circle.svg') no-repeat 50% 50%;
}

.asmicon-chevron-circle-right::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/chevron-circle-right.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/chevron-circle-right.svg') no-repeat 50% 50%;
}

.asmicon-chevron-right::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/chevron-right.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/chevron-right.svg') no-repeat 50% 50%;
}

.asmicon-comment::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/comment.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/comment.svg') no-repeat 50% 50%;
}

.asmicon-envelope::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/envelope.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/envelope.svg') no-repeat 50% 50%;
}

.asmicon-facebook::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/facebook.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/facebook.svg') no-repeat 50% 50%;
}

.asmicon-instagram::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/instagram.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/instagram.svg') no-repeat 50% 50%;
}

.asmicon-linkedin::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/linkedin.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/linkedin.svg') no-repeat 50% 50%;
}

.asmicon-map-marker-alt::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/map-marker-alt.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/map-marker-alt.svg') no-repeat 50% 50%;
}

.asmicon-mobile-alt::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/mobile-alt.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/mobile-alt.svg') no-repeat 50% 50%;
}

.asmicon-phone-alt::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/phone-alt.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/phone-alt.svg') no-repeat 50% 50%;
}

.asmicon-phone-volume::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/phone-volume.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/phone-volume.svg') no-repeat 50% 50%;
}

.asmicon-phone::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/phone.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/phone.svg') no-repeat 50% 50%;
}

.asmicon-play-circle::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/play-circle.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/play-circle.svg') no-repeat 50% 50%;
}

.asmicon-quote-left::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/quote-left.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/quote-left.svg') no-repeat 50% 50%;
}

.asmicon-quote-right::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/quote-right.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/quote-right.svg') no-repeat 50% 50%;
}

.asmicon-search::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/search.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/search.svg') no-repeat 50% 50%;
}

.asmicon-share::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/share.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/share.svg') no-repeat 50% 50%;
}

.asmicon-twitter::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/twitter.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/twitter.svg') no-repeat 50% 50%;
}

.asmicon-user::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/user.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/user.svg') no-repeat 50% 50%;
}

.asmicon-users::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/users.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/users.svg') no-repeat 50% 50%;
}

.asmicon-video::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/video.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/video.svg') no-repeat 50% 50%;
}

.asmicon-youtube::before {
    -webkit-mask: url('/wp-content/themes/bgmlaw/svgs/youtube.svg') no-repeat 50% 50%;
    mask: url('/wp-content/themes/bgmlaw/svgs/youtube.svg') no-repeat 50% 50%;
}


/*--------------------------------------------------------------
# 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;
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

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


/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 10px;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 50%;
    z-index: 10;
    color: #fafafa;
    position: relative;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: hsla(203.3, 60%, 22.4%, .05);
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 34px;
    line-height: 1;
    opacity: .75;
    color: #222;
    background-color: red;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.slick-prev {
    left: 50px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '';
}

[dir='rtl'] .slick-prev:before {
    content: '';
    background-image: url('/wp-content/themes/bgmlaw/svgs/arrow-right.svg');
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-next {
    right: 50px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '';
    background-image: url('/wp-content/themes/bgmlaw/svgs/arrow-right.svg');
}

[dir='rtl'] .slick-next:before {
    content: '';
}


/* Dots */

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

.slick-dots {
    /*! position: absolute; */
    bottom: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px auto;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    width: 30px;
}

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

.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;
    font-weight: 400;
}

.slick-dots li button:before {
    transition: none !important;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '';
    text-align: center;
    opacity: .85;
    color: #1d426e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    font-weight: 400;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

h1,
h2 {
    clear: both;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    margin: 0;
}

h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    margin: 0;
    /* text-shadow: 1px 2px 2px rgba(0, 0, 0, .15); */
}

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


/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/

a,
a::before,
a::after,
.article-thumb::after,
input,
textarea,
.main-navigation,
.menu-primary-container ul,
.menu-primary-right-container ul,
li,
i,
button,
 ::before,
 ::after,
img,
span,
.active,
.expand-menu,
#top-phone p,
#primary article,
#secondary,
#masthead,
.widget,
.contact-form,
#practice-after-menu .sub-menu,
.bloghide,
.blogshow,
.shader,
.diag,
.contact-form-wrap,
.col-cont,
.cta-2 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

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

.site-header .sticky {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

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


/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

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

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadedown {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes fadedown {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fadedown {
    0% {
        transform: translateY(-80px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeup {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-moz-keyframes fadeup {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes fadeleft {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes fadeleft {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fadeleft {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeleftbig {
    0% {
        transform: translateX(250px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes fadeleftbig {
    0% {
        transform: translateX(250px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fadeleftbig {
    0% {
        transform: translateX(250px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes faderight {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@-moz-keyframes faderight {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes faderight {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes faderightbig {
    0% {
        transform: translateX(-250px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes faderightbig {
    0% {
        transform: translateX(-250px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes ccglow {
    0% {
        color: rgba(255, 255, 255, .75);
    }
    20% {
        color: rgba(255, 255, 255, 1);
    }
    40% {
        color: rgba(255, 255, 255, .75);
    }
    100% {
        color: rgba(255, 255, 255, .75);
    }
}

@keyframes ccglow {
    0% {
        color: rgba(255, 255, 255, .75);
    }
    20% {
        color: rgba(255, 255, 255, 1);
    }
    40% {
        color: rgba(255, 255, 255, .75);
    }
    100% {
        color: rgba(255, 255, 255, .75);
    }
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(.85);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomin {
    0% {
        transform: scale(.85);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes herozoom {
    0% {
        -webkit-transform: scale(.45);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes herozoom {
    0% {
        transform: scale(.45);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes pagein {
    0% {
        -webkit-transform: translateY(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes pagein {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes heroFade {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }
    25% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes heroFade {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }
    25% {
        opacity: 1
    }
    30% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes heroleft {
    0% {
        transform: translateX(-450px) skew(-33deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0px) skew(-33deg);
        opacity: 1;
    }
}

@keyframes heroleft {
    0% {
        transform: translateX(-450px) skew(-33deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0px) skew(-33deg);
        opacity: 1;
    }
}

@-webkit-keyframes heroright {
    0% {
        transform: translateX(450px) skew(-33deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0px) skew(-33deg);
        opacity: 1;
    }
}

@keyframes heroright {
    0% {
        transform: translateX(450px) skew(-33deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0px) skew(-33deg);
        opacity: 1;
    }
}


/*--------------------------------------------------------------
# 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 https://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. */
}

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
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

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 {
    border-color: #aaa #bbb #bbb;
}

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 #ccc;
    border-radius: 3px;
    padding: 3px;
}

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

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

.opensearch {
    -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: 'Montserrat', sans-serif;
    margin-right: 10px;
}

.search-modal,
.menu-modal,
.rev-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    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;
    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;
}

.search-modal-content {}

.menu-modal-content {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80vw;
}

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

.vid-modal-content {
    position: absolute;
    left: 10%;
    top: 20%;
    width: 80vw;
    background-color: #cccbca;
}

.search-close,
.menu-close,
.rev-close {
    color: #1C3763;
    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 {
    position: relative;
}

.phonensoc .menu-search-form input[type="text"] {
    width: 100%;
    padding-right: 32px;
}

.phonensoc #searchsubmit {
    position: absolute;
    right: 5px;
    top: 7px;
    padding: 3px;
}

.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: 0px 16px;
    color: white;
}

.search-modal-body,
.menu-modal-body,
.rev-modal-body {
    padding: 2px 16px;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0.1) 100%);
    color: #1C3763;
}

.menu-modal-footer {
    margin-bottom: 35px;
}

#menu-mobile {
    list-style-type: none;
    margin: 5% 0 0;
    padding: 0;
}

#menu-mobile a {
    font-variant: small-caps;
    margin: 0;
    line-height: 1.1;
    font-size: 20px;
}

#menu-mobile li {
    list-style-type: none;
    width: 95%;
    margin: 0;
    line-height: 1.6;
    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;
}

.main-navigation #mobile-menu .sub-menu .dropdown-menu>.sub-menu {
    display: none;
}

.main-navigation .sub-menu .dropdown-menu:target>.sub-menu {
    display: block;
}

#mobile-menu .sub-menu>li>.flex-row {
    -webkit-align-items: center;
    align-items: center;
}


/*--------------------------------------------------------------
## Review Modal
--------------------------------------------------------------*/

#review-us {
    text-align: center;
}

.rev-modal-body>h3 img {
    display: block;
    margin: 0 auto;
}

#openrev:before {
    font-size: 24px;
    margin-right: 10px;
}

.rev-modal-content {
    position: absolute;
    left: 20%;
    top: 10%;
    width: 60vw;
    background: #fff;
}

#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;
    background: rgba(0, 0, 0, .1);
}

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

.rev-form {
    width: 80%;
    max-width: 800px;
}

.rev-form input {
    max-height: 40px;
    font-size: 20px;
    width: 100%;
}

.rev-form textarea,
.rev-form input:last-of-type {
    font-size: 20px;
}

.rev-form p {
    margin: .5em auto;
}

@media (max-width:1050px) {
    .rev-modal-content {
        width: 96%;
        left: 2%;
    }
    .review-flex {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #rev-more div {
        width: 45%;
    }
}

.review-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.review-flex {
    margin: 0 auto 25px auto;
    max-width: 90%;
}

.review-logo img {
    background: rgba(0, 0, 0, .1);
    border-radius: 5px;
    width: 95%;
    border: 2px solid #1C3763;
}

.review-logo img:hover {
    background: rgba(0, 0, 0, .26);
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #0475b5;
}

a:visited {
    color: #0475b5;
}

a:hover,
a:focus,
a:active {
    color: #1d176d;
}

a:focus {
    outline: thin dotted;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    margin: 0 auto;
}

.main-navigation ul {
    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 {
    left: 100%;
}

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

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

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

.main-navigation a {
    display: block;
    text-decoration: 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%;
}

#primary-menu {
    position: relative;
}

.menu-primary-container,
.menu-primary-right-container {
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.menu-primary-container>ul>li>a,
.menu-primary-right-container>ul>li>a {
    padding: 20px 10px;
}

header.sticky .menu-primary-container>ul>li>a,
header.sticky .menu-primary-right-container>ul>li>a {
    padding: 20px 10px;
}

@media screen and (min-width:1300px) {
    .menu-primary-container>ul>li>a,
    .menu-primary-right-container>ul>li>a {
        padding: 20px 15px;
    }
    header.sticky .menu-primary-container>ul>li>a,
    header.sticky .menu-primary-right-container>ul>li>a {
        padding: 20px 15px;
    }
}

.menu-primary-container li,
.menu-primary-right-container li {
    position: relative;
}

.menu-primary-container a,
.menu-primary-right-container a {
    font-size: 16px;
    color: #fafafa;
    text-transform: uppercase;
    font-weight: 400;
}

.menu-primary-container a:hover,
.menu-primary-container .sub-menu a:hover,
.menu-primary-right-container a:hover,
.menu-primary-right-container .sub-menu a:hover,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    /* background: rgba(255, 255, 255, .1); */
}

.menu-primary-container .sub-menu,
.menu-primary-right-container .sub-menu {
    position: absolute;
    top: 85%;
    left: 0;
    width: 280px;
    background: rgba(0, 0, 0, .85);
    visibility: hidden;
    opacity: 0;
    /* -webkit-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .7);
    box-shadow: 0 5px 10px -3px rgba(0, 0, 0, .5); */
}

.main-navigation .sub-menu li,
.menu-primary-right-container .sub-menu li {
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 2px solid rgba(255, 255, 255, .2);
}

.menu-primary-container .sub-menu a,
.menu-primary-right-container .sub-menu a {
    width: 100%;
    padding: 10px;
    height: 100%;
    display: block;
    font-size: 17px;
    line-height: 1;
}

.menu-primary-container li:hover>.sub-menu,
.menu-primary-right-container li:hover>.sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.menu-primary-container .sub-menu .sub-menu,
.menu-primary-right-container .sub-menu .sub-menu {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.menu-primary-container .sub-menu>li .sub-menu,
.menu-primary-right-container .sub-menu>li .sub-menu {
    left: calc(100% + 10px);
    top: 0;
    width: 280px;
}

.menu-primary-container .sub-menu>li:first-of-type>a,
.menu-primary-right-container .sub-menu>li:first-of-type>a {
    border-top: none;
    border-left: none !important;
}

.menu-primary-container .sub-menu>li:hover .sub-menu,
.menu-primary-right-container .sub-menu>li:hover .sub-menu {
    left: 100%;
}

.menu-primary-container .sub-menu .sub-menu>li,
.menu-primary-right-container .sub-menu .sub-menu>li {
    -webkit-flex: auto !important;
    flex: auto !important;
}

.menu-primary-container .sub-menu>li:last-of-type,
.menu-primary-right-container .sub-menu>li:last-of-type {
    border-bottom: none;
    border-right: none;
}

.menu-primary-container .sub-menu .menu-item-has-children::after,
.menu-primary-right-container .sub-menu .menu-item-has-children::after {
    content: '>';
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 24px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    color: RGBa(255, 255, 255, .7);
}


/*--------------------------------------------------------------
# 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;
    /* 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;
    clip-path: none;
    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: 1.5em;
}

.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;
    /* 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;
}

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

.page-content,
.entry-content,
.entry-summary {}

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


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.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%;
}


/************************************** ICONS!! *****************************************/


/*************************************** HIDE!! *****************************************/

.category-blogs .entry-meta,
.single-post .post-navigation,
.home .entry-header,
.cat-links,
.entry-meta,
.home #secondary,
body.page .page .entry-title,
.single-post article .entry-title,
.archive .page-title,
.archive .top-entry-title span,
.type-post .entry-text>h1:nth-of-type(2),

/* .page-id-1321 #secondary, */

.test-more,
#practice-after-menu .menu-item-1557,
.blog-img.alignright {
    display: none !important;
}

.post-excerpt-wrap .entry-header,
.search article .entry-header {
    display: block !important;
}

.page-id-1321 .text-author span {
    margin-top: 20px;
    display: block;
    font-size: 20px;
    color: #ddb787;
    display: none;
}


/************************************** GLOBALS *******************************************/

.blog .main-flex-wrap,
.archive .main-flex-wrap,
.single-post .main-flex-wrap,
.page .main-flex-wrap {
    max-width: 1500px;
    margin: 0 auto;
}

.home .main-flex-wrap {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: transparent;
}

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

.s-a {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.s-b {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.j-c {
    -webkit-justify-content: center;
    justify-content: center;
}

.a-c {
    -webkit-align-items: center;
    align-items: center;
}

.f-w {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.f-e {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.pseudos {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.menu-mobile-container,
#menu-item-12345>ul,
.mobile-h {
    display: none;
}


/* .archive #primary article,
.search #primary article,
.entry-text img {
    box-shadow: 0 5px 10px -7px rgba(0, 0, 0, .9);
}

.archive #primary article:hover,
.search #primary article:hover {
    box-shadow: 0 5px 10px -4px rgba(0, 0, 0, .9);
} */

::placeholder {
    color: #000;
    opacity: .85;
}


/*--------------------------------------------------------------
# LL YT
--------------------------------------------------------------*/

.col-cont {
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
    position: relative;
}

.home .col-cont {
    max-width: none;
}

.home-youtube-container {
    cursor: pointer;
    position: relative;
}

.home-youtube-container img {
    max-height: 360px;
    max-width: 640px;
    width: 100%;
}

.home-youtube-container i {
    color: #fff;
    font-size: 72px;
    left: 50%;
    margin: -33px 0 0 -31px;
    position: absolute;
    text-shadow: 0 0 8px rgba(0, 0, 0, .5);
    top: 50%;
}

.embed-responsive {
    height: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.featuredVideoPlayButton {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: rgba(255, 36, 0, .7);
}

.featuredVideoPlayButton::before {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #fafafa;
}

.vid-box .featuredVideoPlayButton,
#secondary .featuredVideoPlayButton {
    font-size: 60px;
}

.entry-text>.widget {
    box-shadow: none;
    border: none;
    padding: 0;
}

.shader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shader:hover {
    background: rgba(255, 255, 255, .1);
}

.page-id-1668 .vid-page {
    width: 100%;
    margin: 0 auto 50px;
}

.page-id-1668 #secondary {
    display: none;
}

.page-id-1668 .vid-page>h3 {
    display: none;
}

.page-id-1668 .featuredVideoPlayButton {
    font-size: 45px;
}

.page-id-1668 .top-page-sec-title {
    text-align: center;
}

.page-id-1668 .vid-menu a {
    text-decoration: none;
    padding: 20px;
    background: rgba(0, 0, 0, .1);
}

.page-id-1668 .vid-menu a:hover {
    background: rgba(0, 0, 0, .17);
}

.vid-page-wrap {
    margin: 0 auto;
}

.page-id-1668 #primary {
    max-width: 1600px;
    margin: 0 auto;
}


/************** HEADER **************/

.menu-mobile-container,
#menu-item-12345>ul,
.mobile-h {
    display: none;
}

.phonensoc>div {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#top-social {
    margin: 0 auto 0 0;
    width: auto;
}

#top-social a:hover i {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, .7);
    -webkit-box-shadow: none;
    box-shadow: none;
}

#top-social i {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 5px 5px -3px rgba(0, 0, 0, .7);
    box-shadow: inset 0px 5px 5px -3px rgba(0, 0, 0, .7);
}

.fa-facebook-square {
    color: rgba(59, 89, 152, .9);
}

.fa-twitter-square {
    color: rgba(0, 132, 180, .8);
}

.fa-linkedin-square {
    color: rgba(14, 118, 168, .8);
}

.fa-google-plus-square {
    color: rgba(211, 72, 54, .8);
}

.fa-facebook {
    background: rgba(59, 89, 152, .9);
}

.fa-twitter {
    background: rgba(0, 132, 180, .8);
}

.fa-linkedin {
    background: rgba(14, 118, 168, .8);
}

.fa-google-plus {
    background: rgba(211, 72, 54, .8);
}

.phonensoc {
    margin: 0 auto;
    width: 100%;
}

#top-phone {
    text-align: right;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 0 0 auto;
    width: auto;
    width: 350px;
}

#top-bar {
    padding: 15px 30px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#masthead {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, .65) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

#bgmlaw-logo {
    margin: 0 auto 0 0;
    width: 450px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sticky #bgmlaw-logo {
    width: 300px;
}

#bgmlaw-logo a,
#bgmlaw-logo img {
    display: block;
}


/*************************** BODY ***************************/

#page::before {
    background-repeat: repeat;
    opacity: .15;
    z-index: -4;
    position: fixed;
}

#page::after {
    background: rgba(255, 255, 255, .9);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.0) 23%, rgba(255, 255, 255, 0.3) 77%, rgba(255, 255, 255, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.0) 23%, rgba(255, 255, 255, 0.3) 77%, rgba(255, 255, 255, 0.5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.0) 23%, rgba(255, 255, 255, 0.3) 77%, rgba(255, 255, 255, 0.5) 100%);
    z-index: -3;
    position: fixed;
}

#main-bg {
    width: 100%;
    height: 400px;
    position: relative;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .6);
}

#primary {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 30px 20px;
    opacity: 0;
    -webkit-animation: 1s fadeup forwards;
    animation: 1s fadeup forwards;
}

.home #primary {
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    opacity: 1;
    animation: none;
}

#secondary {
    width: 100%;
    max-width: 660px;
    min-width: auto;
    margin: 0 auto;
    padding: 20px;
    z-index: 0;
}

.home #primary {
    padding: 0;
}

.home .hentry {
    margin: 0;
}


/*************************** SIDEBAR ************************/


/* .expand-menu {
    content: '>';
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
    -webkit-align-self: center;
    align-self: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-weight: bold;
    text-align: center;
    line-height: 1;
} */

.expand-menu {
    content: '>';
    padding: 10px 15px;
    /* margin: 0; */
    /* margin-left: -42px; */
    cursor: pointer;
    -webkit-align-self: center;
    align-self: center;
    -webkit-transform: rotate( 90deg);
    transform: rotate( 90deg);
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #333;
    position: absolute;
    right: 10px;
}

.expand-menu:hover {}

#secondary ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

#secondary .menu-practice-sidebar-container>ul {
    padding-left: 0;
}

#secondary .menu-practice-sidebar-container>ul>li {
    margin-top: 15px;
}

#secondary .menu-practice-sidebar-container>ul>li:first-of-type {
    margin-top: 0;
}

#secondary .menu-practice-sidebar-container>ul>li>a,
#secondary .menu-videos-menu-container>ul>li>a {
    /*  background: -moz-linear-gradient(-45deg, rgba(3,46,76,1) 0%, rgba(32,82,123,1) 50%, rgba(3,46,76,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(3,46,76,1) 0%, rgba(32,82,123,1) 50%, rgba(3,46,76,1) 100%);
  background: linear-gradient(135deg, rgba(3,46,76,1) 0%, rgba(32,82,123,1) 50%, rgba(3,46,76,1) 100%);*/
}

#secondary ul li {
    margin: 15px 0 0;
    position: relative;
}

#sidebar-img img {
    margin-bottom: 15px;
    -webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, .4);
    box-shadow: 0 5px 7px -2px rgba(0, 0, 0, .4);
}

#secondary ul li::after {
    z-index: -1;
}

#secondary .sub-menu .sub-menu>li {
    margin: 0;
    border: none;
}

#featured-vid iframe {
    width: 450px;
    height: 244px;
}

.home #featured-vid iframe {
    width: 550px;
    height: 290px;
    -webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, .8);
    box-shadow: 0 5px 7px -2px rgba(0, 0, 0, .8);
}

#secondary #featured-vid {
    padding: 0;
}

.widget {
    /*  background: rgba(255,255,255,.65); */
}


/************** FOOTER **************/

#colophon {}

.contact-form input,
.contact-form textarea,
.contact-form select {
    font-size: 20px;
    width: 100%;
    padding: 1.5%;
    padding: 1.5%;
    -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, .8);
    box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, .8);
    border-radius: 0;
    background: rgba(255, 255, 255, .85);
    color: #000;
}

.contact-form {
    margin: 0 auto;
    position: relative;
}

.contact-form li {
    position: relative;
    padding: 0 !important;
}

.contact-form label {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.contact-form h3 {
    text-align: center;
    font-variant: small-caps;
    margin: 0 auto .5em;
    width: 100%;
}

.contact-form p {
    margin: 0 0 10px;
}

.contact-box {
    padding: 0;
    position: relative;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-box::before {
    z-index: -2;
    background-position: center center;
}

#colophon .contact-box h3 {
    margin: 0 auto;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    border-bottom: 1px single rgba(22, 22, 22, 0.9);
    font-weight: 500;
    font-variant: none;
    color: #fafafa;
}

.contact-box h3 span {
    font-weight: 400;
}

.contact-form .flex-col {
    width: 36.5%;
}

.contact-form .flex-row>p {
    width: 63%;
    padding: 0 3% 0 0;
}

.contact-form .submit-flex>p {
    margin: 0 auto;
    width: 100%;
}

.contact-form .flex-row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.contact-form textarea {
    height: 100%;
    max-height: 220px;
    font-size: 16px;
    border-radius: 7px;
}

.contact-form input {
    height: 40px;
    border-radius: 7px;
    font-size: 16px;
}

.contact-form input[type="submit"] {
    height: auto;
    font-size: 22px;
    color: rgba(0, 0, 0, .85);
    border: none;
    max-width: 180px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
}

.contact-form input[type="submit"]:hover,
.contact-form input:focus,
.contact-form textarea:focus {
    color: #fafafa;
    opacity: 1;
}

.ajax-loader {
    position: absolute;
}

.contact-loc,
.contact-map {
    font-size: 30px;
}

.contact-loc a i {
    font-size: 36px;
    padding-top: 5px;
}

.contact-map-wrap {
    width: 100%;
    padding: 25px 10px;
}

.contact-map {
    background-position: center center;
    box-shadow: none;
    background: none;
    padding: 0 0 15px 40px;
    margin-left: 40px;
    border-left: 7px double #acacac;
}

.contact-map::before {
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -1;
}

.contact-map:hover::before {
    opacity: 1;
}

.site-info {
    position: relative;
    text-align: center;
}

.site-info p {
    margin: 0;
    padding: 30px 20px 10px;
    font-size: 12px;
    color: #fafafa;
    width: 100%;
}

.site-info p a {
    color: #ccc;
}

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

.contact-loc .foot-addy {
    margin: 10px 0 15px;
}

.contact-loc {
    font-size: 23px;
    min-width: 260px;
    margin: 0 auto;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-loc>div {
    position: relative;
    /*    border: 2px solid #20527b; */
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
}

.contact-loc>div:last-of-type {
    margin: 0 auto 0 0;
}

.contact-loc p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: #fafafa;
}

.contact-box {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 30px;
}

#contact-map {
    position: relative;
    height: 250px;
    width: 100%;
}

#contact-map>a:last-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

#contact-map>a:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    padding: 7px;
    background: rgba(44, 44, 44, .85);
    text-decoration: none;
    color: #eee;
    font-size: 20px;
    z-index: 2;
}

.contact-loc p a {
    text-decoration: none;
    color: #fafafa;
}

.contact-loc .foot-soc p a {
    display: inline-block;
}


/************** TEXT ***************/

#top-phone p {
    margin: 0;
    font-size: 24px;
    line-height: 1;
}

#top-phone p a {
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .17);
    color: #fafafa;
    text-shadow: none;
    padding: 0;
    text-transform: uppercase;
}

#top-phone p a>span:last-of-type {
    background: #306dae;
    padding: 12px 15px;
    margin-left: 10px;
    letter-spacing: 1px;
    font-size: 20px;
}

.phonensoc p {
    margin: 0;
}

#top-social a {
    text-decoration: none;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    font-size: 20px;
    padding: 0;
    color: #222;
    margin: 0 3px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
    font-size: 17px;
    margin: 0 0 15px;
}


/* #secondary ul a {
    align-self: center;
    text-decoration: none;
    padding: 10px 2px 10px 12px;
    display: block;
    font-size: 18px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, .2);
    border: 2px solid rgba(255, 255, 255, .7);
    width: 100%;
    text-transform: uppercase;
    color: #fafafa;
    position: relative;
    text-align: center;
    font-weight: 500;
} */

#secondary ul a {
    align-self: center;
    text-decoration: none;
    padding: 10px 2px 10px 12px;
    display: block;
    font-size: 18px;
    /* text-shadow: 2px 1px 2px rgb(0 0 0 / 20%); */
    border: 2px solid #ddb787;
    width: 100%;
    text-transform: uppercase;
    color: #ddb787;
    position: relative;
    text-align: center;
    /* font-weight: 500; */
    border-radius: 7px;
}

#secondary .sub-menu a {
    position: relative;
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
}

#secondary ul ul a {
    font-size: 18px;
}

#secondary ul a::before {
    background: rgb(222, 222, 222);
    z-index: -1;
    opacity: 0;
}

#secondary ul li a:hover,
#secondary .current_page_item>a,
#secondary .current_page_item .flex-row>a,
#secondary .current_page_ancestor>.flex-row>a {
    background: #ddb787;
    color: #fff;
}

#secondary .sub-menu li a:hover,
#secondary .sub-menu .current_page_item>a,
#secondary .sub-menu .current_page_item .flex-row>a,
#secondary .sub-menu .current_page_ancestor .flex-row>a {
    color: #fff;
    background: #ddb787;
}


/* #secondary ul li:hover .expand-menu,
#secondary .sub-menu li:hover .expand-menu,
#secondary .current-menu-item .expand-menu {
    color: #fff;
} */


/* .expand-menu:hover {
    color: #ddb787;
} */

#secondary ul a:hover::before,
#secondary .sub-menu .current_page_item>a::before,
#secondary .sub-menu .current_page_item .flex-row>a::before,
#secondary .current_page_ancestor>.flex-row>a::before {
    opacity: 1;
}

#secondary .widget-title,
#secondary h2 {
    font-size: 36px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .17);
    text-align: center;
    padding: 0 0 5px;
}

#secondary #featured-vid .widget-title,
.home #featured-vid .widget-title {
    padding: 5px 10px;
    font-size: 36px;
    padding: 10px;
    text-transform: uppercase;
    margin: 0;
    color: rgba(33, 33, 33, .9);
    display: none;
}

.blog-footer-content {
    margin: 0;
    padding: 0 20px;
    font-size: 15px;
    text-align: left;
}

.blog-footer-content a {
    text-align: center;
    display: block;
    width: auto;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 28px;
    font-size: 20px;
    background: rgba(255, 255, 255, .2);
    color: #fafafa;
    padding: 4px;
    font-weight: 400;
    width: 200px;
    margin: 30px auto 0;
}

.blog-footer-content a:hover {
    background: rgba(0, 0, 0, .57);
}

.blogs-n-news h4 {
    text-align: center;
    font-size: 36px;
    padding: 0 50px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    width: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

.blogs-n-news h4 a {
    text-decoration: none;
}

.blogs-n-news h4 a:hover,
.blog-footer-title:hover {}


/************************************* TESTIMONIALS *****************************************/

#test-box {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

.test-page {
    margin-bottom: 30px;
    padding: 30px;
    /* margin: 0 20px 30px; */
    border-radius: 7px;
    background: #fcfbf6;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}

.test-page p {}

.test-page>p {
    margin: 0;
}

.home .test-page p {
    font-size: 17px;
    line-height: 1.25;
    margin: 0;
}

.test-more a,
.test-more i {
    width: 250px;
    display: -webkit-flex;
    display: flex;
    background: rgba(255, 255, 255, .85);
    margin: 15px 15px 0;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    height: 50px;
    font-size: 20px;
    background: rgba(255, 255, 255, .2);
    color: #fafafa;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    border-radius: 12px;
    font-weight: 400;
}

.test-more i::before {
    color: #fafafa;
}

.test-more a:hover,
.test-more i:hover {
    background: rgba(255, 255, 255, .4);
}

.home #test-wrap h3 {
    text-transform: none;
    font-weight: 300;
    padding: 0;
    color: #dfdfdf;
    font-size: 50px;
    text-align: center;
}


/*
.test-content span {
  display: block;
  text-align: right;
  width: 100%;
}
.test-content span em {
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
} */


/********************** BLOG **********************/

.post-excerpt-thumb a {
    display: -webkit-flex;
    display: flex;
}

.single-post .entry-content .blog-img img {
    -webkit-box-shadow: 0 5px 10px -7px rgba(0, 0, 0, .8);
    box-shadow: 0 5px 10px -7px rgba(0, 0, 0, .8);
    border-radius: 12px;
}

.read-more,
.nav-previous a,
.nav-next a {
    display: block;
    /* text-align: left; */
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
}


/* 
.archive #primary article,
.search #primary article {
    display: -webkit-flex;
    display: flex;
    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%);
    padding: 0 0 20px;
    width: 48%;
    margin: 0 1% 1.5em;
    padding: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    border: 2px solid rgba(0, 0, 0, 0.9);
    padding: 0 0 20px;
}

.search #primary article {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 3%;
    width: 98%;
}

.archive #primary article .post-excerpt-thumb {
    width: 100%;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

.archive #primary article .post-excerpt-thumb img {
    -webkit-box-shadow: 0 5px 15px -5px #000;
    box-shadow: 0 5px 15px -5px #000;
    opacity: .9;
}

.archive #primary article .post-excerpt-thumb img:hover {
    opacity: 1;
}

.archive #primary article .post-excerpt-thumb a {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 200px;
    display: -webkit-flex;
    display: flex;
}

.archive #primary article .post-excerpt-wrap {
    width: 100%;
    padding: 0 3%;
}

.archive h1 {
    text-align: center;
}

.archive #primary article .post-excerpt-wrap h2 {
    font-size: 34px;
    padding: 10px 20px;
}

.archive #primary article .post-excerpt-wrap p {
    margin: 0 0 10px;
}

.archive #main {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
}

.archive .page-header,
.archive .navigation.posts-navigation {
    width: 100%;
}

.archive #primary .entry-title a {
    text-align: center;
    text-decoration: none;
    display: block;
}

.archive .post-excerpt-wrap .entry-summary {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
} */

.recent-blogs-wrap ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.recent-blogs-wrap ul li {
    margin: 0 auto 30px;
    width: 90%;
    background: #f5f5f5;
    overflow: hidden;
    -webkit-order: 1;
    order: 1;
    display: block;
    text-align: center;
    position: relative;
}

.blog-footer-title {
    font-size: 32px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 20px 5px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, .2);
}

.footer-blog-thumb {
    width: 100%;
    height: 220px;
    display: block;
    text-decoration: none;
    margin: 0;
    background-size: cover;
    background-position: center center;
}

.curves-break,
#main-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
}

.home .curves-break {
    background: transparent;
}

.blogs-n-news {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 auto;
}

.home .blogs-n-news {
    padding: 0;
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.recent-news-wrap ul {
    margin: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}

.recent-news-wrap ul>li {
    width: 46%;
    margin: 7px auto;
    position: relative;
    background: rgba(0, 0, 0, .11);
    box-shadow: 0 5px 7px -5px rgba(0, 0, 0, .7);
}

.recent-news-wrap ul>li:last-of-type {
    background: rgba(30, 50, 70, .21);
}

.recent-news-wrap {
    width: 96%;
    max-width: 1500px;
    background: rgba(255, 255, 255, .85);
    border: 7px double rgba(0, 0, 0, .9);
    padding: 20px;
    -webkit-box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, .9), inset 0 0 60px rgba(255, 255, 255, .88);
    box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, .9), inset 0 0 60px rgba(255, 255, 255, .88);
    margin: 0 auto 30px;
}

.recent-news-wrap ul>li:hover {
    background: rgba(0, 0, 0, .17);
}

.recent-news-wrap a {
    display: block;
    padding: 15px 5px 15px 55px;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
}

.epyt-gallery iframe,
.epyt-gallery .epyt-gallery-img {
    -webkit-box-shadow: 5px 5px 10px -7px rgba(0, 0, 0, .8);
    box-shadow: 5px 5px 10px -7px rgba(0, 0, 0, .8);
}

.epyt-gallery-title {
    font-size: 22px !important;
    padding-bottom: 20px !important;
}

.type-post .entry-text h2,
.type-post .entry-text h3,
.entry-content h3 {
    clear: none;
}

.entry-text h2 {
    margin: 20px 0;
    font-size: 28px;
    line-height: 1.2;
}

.bloghide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    pointer-events: none;
}

.bloghide a {
    color: #fafafa;
    font-size: 26px;
    text-align: left;
    padding: 0 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    height: 100%;
    align-items: flex-start;
    padding-top: 30px;
    pointer-events: none;
}

.bloghide i {
    display: block;
    color: #fafafa;
    text-align: right;
    padding: 20px;
    font-size: 36px;
    pointer-events: none;
}

.blogshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(255, 255, 255, .9);
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
}

.blogshow .blog-footer-title {
    text-align: left;
    font-size: 24px;
    color: #333;
    padding: 10px 20px;
}

.recent-blogs-wrap ul li:hover .bloghide {
    opacity: 0;
}

.recent-blogs-wrap ul li:hover .blogshow {
    opacity: 1;
    height: 100%;
}


/************* ETC ****************/

.menu-phone a span {
    display: block;
    text-align: center;
    padding: 13px 20px;
    font-size: 20px;
}

#primary-menu-right {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}

.menu-primary-right-container>ul>.menu-phone>a,
header.sticky .menu-primary-right-container>ul>.menu-phone>a {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 1;
}

.menu-primary-right-container>ul>.menu-phone>a:hover {
    background: transparent;
}

.menu-primary-right-container>ul>.menu-phone>a:hover span {
    background: #528fcf;
}

#bgmlaw-logo {
    /* max-width: 320px; */
    margin: 0 20px;
}

.home-success-wrap {
    overflow: hidden;
}

.success-wrap-outer {
    width: calc(100% - 400px);
    position: relative;
}

#success-wrap,
#side-success-wrap {
    z-index: 3;
}

.home .success-wrap-outer::before {
    content: '';
    width: 100px;
    background: #f5f5f5;
    top: 0;
    position: absolute;
    z-index: 2;
}

.home .success-wrap-outer::after {
    content: '';
    width: 50px;
    height: 100%;
    z-index: 4;
    right: 0;
    top: 0;
    background: #f5f5f5;
    position: absolute;
}

.home-success-wrap>h3 {
    width: 400px;
    text-align: center;
    color: #fafafa;
    font-size: 28px;
    margin: 0 !important;
    padding-right: 50px;
    min-width: 400px;
}

.home .case-details {
    font-size: 18px;
    line-height: 1;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    color: #222;
    padding: 0 5px;
}

.home .case-amount {
    font-size: 40px;
    text-align: center;
    line-height: 1;
    font-weight: 700;
    color: #1d426e;
    margin: 0 0 5px;
}

.case-wrap {
    padding: 30px;
    position: relative;
}

.case-wrap::after {
    height: 50px;
    width: 2px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
    position: absolute;
    display: block;
}

.home-intro-vid {
    width: 96%;
    margin: 0 auto;
}

#hero-plax {
    height: 85vh;
    max-height: 850px;
    position: relative;
    background-size: cover;
    background-position: top center;
}

#hero-overlay {
    height: 100%;
    position: relative;
    z-index: 3;
    opacity: 0;
    -webkit-animation: 2s 1.2s fadein forwards;
    animation: 2s 1.2s fadein forwards;
}

#hero-details {
    margin: 0 auto 0 0;
}

.cta-1 {
    margin: 0;
    color: #fafafa;
    font-size: 26px;
    line-height: 1;
}

.cta-2 {
    margin: 0;
    font-size: 60px;
    max-width: 765px;
    line-height: 1;
    color: #fafafa;
    padding: 20px 0;
}

.cta-3 {
    margin: 0;
}


/* .cta-3 a,
a.read-more,
.nav-previous a,
.nav-next a {
    display: inline-block;
    padding: 12px 20px;
    text-decoration: none;
    color: #fafafa;
    font-size: 20px;
}

.att a.read-more,
.dos a.read-more {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
}

.cta-3 a:hover,
a.read-more:hover,
.nav-previous a:hover,
.nav-next a:hover {
    background: #528fcf;
} */

.nav-previous a,
.nav-next a {
    color: #ddb787;
}

.nav-previous a:hover,
.nav-next a:hover {
    color: #333;
}

.home-intro-wrap {
    height: auto;
    position: relative;
}

.home-practice-wrap,
.home-vid-wrap-outer {
    position: relative;
}

.home-intro-wrap::before,
.home-intro-wrap::after,
#cta::before,
.home-vid-wrap-outer::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    z-index: 5;
    width: 100%;
    box-shadow: inset 0 7px 15px -7px rgba(0, 0, 0, .6);
    pointer-events: none;
}

.home-intro-wrap::before {
    right: 0;
}

.home-intro-wrap::after {
    left: 0;
}

.home-intro-text {
    position: relative;
    z-index: 3;
    color: #fafafa;
    width: 45%;
    -webkit-align-self: center;
    align-self: center;
}

.uno .home-intro-text,
.tres .home-intro-text,
.slip .home-intro-text {
    margin: 0 auto;
    color: #222;
}

.dos .home-intro-text {
    margin: 0 auto 0 5%;
}

.home-intro-wrap.uno {
    background-size: cover;
    background-position: center;
}

.home-intro-wrap.dos {
    background-position: center;
}

.home h2,
.home h3 {
    margin-top: 0;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}

.home h2,
.tres h3,
.slip h3 {
    font-size: 36px;
    line-height: 1;
}

.home-intro-pic {
    background-size: cover;
    background-position: top center;
    position: relative;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
}

.uno .home-intro-pic {}

.home-intro-pic::after {
    position: absolute;
    content: '';
    width: 300px;
    background: #f5f5f5;
}

.uno .home-intro-pic::after {}

.dos .home-intro-pic {}

.dos .home-intro-pic::after {}

.home-intro-text {
    max-width: 800px;
    padding: 30px 20px;
}

.tres .home-intro-text {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.cuat .home-intro-text {
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}

.dos {}

.att {}

.att .home-intro-pic {}

.att .home-intro-pic::after {}

.tres .home-intro-pic {
    width: 300px;
    height: 300px;
    -webkit-align-self: center;
    align-self: center;
    margin: 0 0 0 auto;
}

.tres .home-intro-pic::after {
    display: none;
}

.home-practice-wrap.auto {}

.cuat {
    background-size: cover;
    background-position: center;
}

#colophon {}

.contact-box>div {
    max-width: 500px;
    margin: 0 auto;
}

.foot-accel a,
.foot-accel img {
    display: block;
    margin: 0 auto;
}

.foot-accel img {
    max-height: 50px;
}

.foot-accel {
    text-align: center;
    color: #fafafa;
}

#foot-social a {
    text-decoration: none;
    background: transparent;
    margin: 0 10px;
}

#foot-social i {
    background: transparent;
    color: #fafafa;
    font-size: 30px;
}

.contact-middle p {
    margin: 0;
}

.contact-phones p,
.contact-phones a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    color: #fafafa;
    font-size: 20px;
}

.contact-phones i {
    font-size: 30px;
    margin-right: 10px;
}

.contact-phones>div {
    margin: 0 15px;
}

.foot-consultation {
    margin: 20px 0;
}

.home-vid-gallery {
    width: 96%;
    max-width: 1400px;
    position: relative;
    z-index: 4;
    margin: 0 auto;
}

.home-vid-wrap {
    padding: 30px 20px;
}

.home .slick-prev {
    left: calc(50% - 150px);
    bottom: -40px;
}

.home .slick-next {
    bottom: -40px;
    right: calc(50% - 150px);
}

.home .slick-dots {
    padding-top: 20px;
}

.home .slick-dots button::before,
.home .slick-next::before,
.home .slick-prev::before {
    color: #fafafa !important;
}

.video-container {
	position: relative;
    /* box-shadow: 0 3px 7px -2px rgba(0, 0, 0, .6); */
    min-height: 100%;
    height: auto;
}

.video-container img {
    display: block;
}

.home .home-vid-wrap .slick-list {
    padding-bottom: 10px;
}


/************** PAGE SPECIFIC *************/

.featured-img {
    width: 100%;
    height: 270px;
    max-width: 750px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 3px 7px -2px rgba(0, 0, 0, .7);
    margin-bottom: 20px;
}

.contact-form-wrap {
    margin: 0 auto 30px;
    padding: 30px 20px;
    position: relative;
    z-index: 3;
}

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

.contact-form>h3 {
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 30px;
    font-size: 19px;
    border-bottom: 2px dotted;
    padding-bottom: 20px;
}

.contact-form>h3 span {
    display: block;
    font-size: 32px;
}

.contact-form input,
.contact-form textarea {
    border-radius: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    padding: 0 !important;
    color: #444;
}

.contact-form textarea {
    max-height: 80px;
    border: none;
}

.ginput_container.ginput_container_textarea::after {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    content: '';
}

.ginput_container.ginput_container_textarea {
    position: relative;
    margin-bottom: 30px;
}

.contact-form #gform_submit_button_1 {
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, .5);
    padding: 12px 20px !important;
    color: #444;
}

.contact-form #gform_submit_button_1:hover {
    background: rgba(255, 255, 255, .1);
}

.blog .read-more,
.archive .read-more {
    width: 190px;
    text-align: center;
    color: #fafafa;
    text-decoration: none;
    margin-top: 25px;
    padding: 7px 0;
}

.blog .post-excerpt-thumb a,
.archive .post-excerpt-thumb a {
    width: 100%;
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 7px 7px 0 0;
}

.blog #primary article,
.archive #primary article,
.single-post #primary article {
    background: #fcfbf6;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
    border-radius: 7px;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.single-post #primary article {
    background: transparent;
    box-shadow: none;
}

.blog .entry-title a,
.archive .entry-title a {
    text-decoration: none;
    color: #333;
}

.blog .post-excerpt-thumb,
.archive .post-excerpt-thumb {
    margin-right: 0;
}

.blog .post-excerpt-wrap,
.archive .post-excerpt-wrap {
    padding: 30px;
}

.page-id-6 .post-content-menu,
.page-id-6 .blogs-n-news,
.page-id-6 #secondary #nav_menu-2,
.page-id-6 #secondary .success-wrap-outer {
    display: none;
}

.g-recaptcha>div {
    display: block;
    margin: 0 auto;
}

.home .home-intro-vid {
    width: 550px;
}

.top-page-title {
    margin: 0 auto;
    color: #fafafa;
    max-width: 750px;
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    width: auto;
    margin-top: -50px;
}

.top-page-sub-heading {
    color: #ddb787;
    font-size: 25px;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
}

.top-title-wrap {
    position: relative;
    height: 100%;
    text-align: center;
    z-index: 2;
}

.page-id-1667 .entry-content .case-wrap {
    background: rgba(48, 109, 174, .15);
    margin-bottom: 30px;
    box-shadow: 0 3px 7px -2px rgba(0, 0, 0, .7);
}

.page-id-1667 .case-wrap::after {
    display: none;
}

.page-id-1667 .entry-content .case-amount {
    font-weight: 700;
    font-size: 36px;
    color: #1d426e;
    margin: 0;
}

.page-id-1667 .entry-content .case-details {
    font-weight: 700;
    font-size: 24px;
}


/**************** NEW STYLES ******************/

.phone-btn-container {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 15px;
}

.phone-btn-container .asmicon::before {
    background-color: #ddb787;
    margin-left: 20px;
    margin-right: 10px;
    height: 42px;
}

.phone-inner p {
    margin: 0;
    text-transform: uppercase;
    color: #ddb787;
    font-weight: 500;
}

a.phone-btn {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}

a.pay-btn {
    height: 42px;
    width: 180px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #ddb787;
    border-radius: 6px;
    margin-right: 15px;
}

a.pay-btn:hover {
    background: #ddb787;
    color: #333;
    cursor: pointer;
}

#herovid {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    top: 0;
    min-width: calc(100% + 1px);
    min-height: 100%;
    z-index: -1;
}

.hero-full {
    width: 100%;
    /* margin-top: 65px; */
    height: 400px;
    background: url('/wp-content/uploads/2023/10/mobile-hero-5.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-inner {
    height: 100%;
    text-align: center;
    position: relative;
}

.hero-inner h2 {
    color: #ddb787;
    font-size: 30px;
    margin: 0;
}

.hero-inner h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
}

a.contact-us-cta,
a.gold-btn,
a.solid-btn {
    display: block;
    margin-top: 30px;
    padding: 16px 40px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #fff;
    border-radius: 6px;
    text-align: center;
    max-width: 230px;
}

a.contact-us-cta {
    margin-top: 0;
}

a.contact-us-cta:hover,
a.gold-btn:hover,
a.solid-btn:hover {
    background: #fff;
    color: #333;
    cursor: pointer;
    transform: scale(1.07);
}

a.gold-btn {
    color: #ddb787;
    border: 2px solid #ddb787;
}

a.gold-btn:hover {
    background: #ddb787;
    color: #fff;
}

a.solid-btn {
    background: #ddb787;
    border: none;
}

a.solid-btn:hover {
    background: #ddb787;
    color: #fff;
}

.gold-bar {
    width: 100%;
    height: 16px;
    background: #ddb787;
    z-index: 3;
}

.first-section {
    padding: 70px 20px;
    background: #fcfbf6;
    z-index: 2;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.31);
}

.inner-container {
    max-width: 660px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.sec-left,
.sec-right {
    width: 100%;
}

.first-section .inner-container {
    max-width: 660px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.first-section .sec-left,
.first-section .sec-right {
    width: 100%;
}

.first-section .sec-left {
    order: 2;
}

.first-section .sec-right {
    order: 1;
    margin-bottom: 30px;
}

.heading-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.heading-container img {
    width: 100%;
    height: auto;
    max-width: 190px;
    margin-right: 0;
    margin-bottom: 30px;
}

.heading-inner h1 {
    color: #231f20;
    font-size: 28px;
    margin: 0;
    line-height: 1;
}

.heading-inner h3 {
    color: #ddb787;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    margin-top: 10px;
}

.border-container {
    position: relative;
    display: block;
    background: #f0e6d2;
    border-radius: 6px;
    padding: 16px;
}

.border-container img {
    width: 100%;
}

.button-container {
    width: 100%;
    padding: 30px 0;
}

.section-wrapper {
    background: #fff;
}

.what-to-expect {
    /* background: #fff; */
    padding: 70px 20px;
}

.what-to-expect h2 {
    font-size: 58px;
    margin: 0;
}

.what-to-expect h3 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
    color: #ddb787;
}

.what-to-expect .sec-right {
    padding-left: 0;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    padding-top: 40px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.card {
    position: relative;
    background: #fcfbf6;
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 70px 30px 30px 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.31);
    border-radius: 10px;
    font-size: 16px;
    min-height: 300px;
}

.card h3 {
    font-size: 25px;
    color: #333;
}

.circle {
    position: absolute;
    left: calc(50% - 70px);
    top: -70px;
    width: 140px;
    height: 140px;
}

.circle img {
    position: relative;
    z-index: 2;
}

.semi-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-radius: 150px 150px 0 0;
    background-color: #fcfbf6;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.31);
    z-index: 1;
}

.card-content h3 {
    text-transform: uppercase;
}

.practice-areas {
    position: relative;
    width: 100%;
    padding: 100px 20px;
    background: #222;
}

.practice-areas .sec-left {
    padding-left: 0;
    padding-bottom: 50px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.practice-areas .inner-container {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.practice-areas .pa-container {
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
}

.practice-areas h2 {
    font-size: 58px;
    margin-left: 0;
    color: #fff;
}

.practice-areas .sec-left img {
    max-width: 230px;
}

.practice-areas .sec-left img.mobile-image {
    display: block;
    max-width: 100%;
    margin-bottom: 30px;
}

.pa-container {
    flex-wrap: wrap;
}

a.pa-btn {
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
    padding: 16px 0;
}

.meet-our-team {
    position: relative;
    background: #fff;
    padding: 70px 20px;
}

.our-team-container {
    position: relative;
}

.our-team-heading {
    text-align: center;
    padding-bottom: 30px;
}

.our-team-heading h3 {
    text-transform: uppercase;
    font-size: 32px;
    color: #ddb787;
    margin: 10px;
}

.our-team-heading h2 {
    font-size: 84px;
}

.attorney-list {
    max-width: 80%;
    margin: 0 auto;
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.attorney-list .slick-list, .attorney-list .slick-track {
}

.attorney-list .slick-track {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.attorney-list .slick-slide {
    display: flex;
    margin: 15px;
    background: #fcfbf6;
    padding: 16px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}

.home-acco.slick-slide img {
    max-height: 140px;
    margin: 0 auto;
}

.team-next,
.acco-next,
.vid-next-btn {
    position: absolute;
    top: calc(50% + -15px);
    right: 0;
    z-index: 2;
}

.team-prev,
.acco-prev,
.vid-prev-btn {
    position: absolute;
    top: calc(50% + -15px);
    left: 0;
    transform: scaleX(-1);
    z-index: 2;
}

.team-next:hover,
.team-prev:hover,
.acco-next:hover,
.vid-next-btn:hover,
.acco-prev:hover,
.vid-prev-btn:hover {
    cursor: pointer;
}

.acco-next {
    right: -25px;
}

.acco-prev {
    left: -25px;
}

.vid-next-btn {
    right: 25px;
}

.vid-prev-btn {
    left: 25px;
}

.vid-next-btn::before,
.vid-prev-btn::before {
    background: #333;
}

.att-wrap {
    width: 100%;
    padding: 0;
    list-style: none;
}

.att-prof {
    width: 100%;
    margin-right: 10px;
    margin-top: 20px;
    min-width: 150px;
    transition: transform 0.3s ease;
}
    .att-prof:hover {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }

.att-single-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    transform: scale(1);
    transition: transform 0.2s ease;
}
    .att-single-wrap:hover {
        transform: scale(1.05);
        transition: transform 0.2s ease;
    }

.att-single {
    display: flex;
    flex-flow: row wrap;
    height: 100%;
    text-decoration: none;
    justify-content: space-between;
    gap: 15px;
}

.att-single .attorney-image {
    height: min-content;
    align-items: flex-start;
}

.att-detail {
    height: min-content;
    width: 100%;
}

.att-name {
    width: 100%;
    text-align: center;
    color: #333;
    margin-bottom: 5px;
}

.att-name a {
    color: #333;
}

.att-name {
    display: block;
    color: #333;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
}

.att-title {
    width: 100%;
    color: #ddb787;
    font-size: 14px;
    flex-grow: 1;
}

a.att-btn {
    width: 100%;
    display: block;
    padding: 4px 10px;
    font-size: 14px;
    color: #ddb787;
    text-decoration: none;
    border: 2px solid #ddb787;
    border-radius: 6px;
    text-align: center;
    max-width: 130px;
    margin: 0 auto;
    margin-bottom: 10px;
}

a.att-btn:hover {
    background: #ddb787;
    color: #fff;
    cursor: pointer;
    transform: scale(1.07);
}

.testimonials-container {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.test-heading {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
}

.test-heading h3 {
    text-transform: uppercase;
    font-size: 28px;
    color: #ddb787;
}

.test-heading h2 {
    font-size: 74px;
    line-height: .9;
}

.test-container {
    width: 100%;
}

.home #test-wrap {
    border-radius: 7px;
    margin-right: 0;
    background: #fcfbf6;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}

.test {
    position: relative;
    padding: 30px;
    padding-top: 60px;
    height: 100%;
    border-radius: 7px;
    /* margin: 20px; */
}

.quote {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 50px;
}

.test-single-inner {
    width: 100%;
    min-height: 280px;
    /* padding: 40px; */
}

.home .text-author {
    text-transform: uppercase;
    color: #ddb787;
    margin-bottom: 0 !important;
    display: none;
}

.road-ahead {
    padding: 70px 20px;
    background: #1c1c1a;
    color: #fff;
}

.road-ahead .inner-container {
    -webkit-align-items: center;
    align-items: center;
    max-width: 660px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.road-ahead .sec-left,
.road-ahead .sec-right {
    width: 100%;
}

.road-ahead .sec-right {
    padding-left: 0;
    padding-top: 40px;
}

.road-ahead .border-container {
    background: #ddb787;
}

.road-ahead h3 {
    color: #ddb787;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 10px;
}

.road-ahead h2 {
    color: #fff;
    font-size: 53px;
}

.road-ahead .solid-btn {
    max-width: 421px;
}

.divorce-family {
    background: #fff;
    padding: 0 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.divorce-family .inner-container {
    border-radius: 7px;
    background: #fcfbf6;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
    -webkit-flex-direction: column;
    flex-direction: column;
}

.sub-pa-btn-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.sub-pa-btn {
    display: block;
    margin: 10px 0;
    padding: 16px 0;
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #ddb787;
    border-radius: 6px;
    text-align: center;
}

a.sub-pa-btn:hover {
    cursor: pointer;
    transform: scale(1.07);
}

.divorce-sep .sec-left {
    padding: 25px;
    width: 100%;
    order: 2;
}

.divorce-sep .sec-right {
    background: url('/wp-content/uploads/2021/08/divorce-sep.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    width: 100%;
    order: 1;
}

.child-fam .sec-left {
    background: url('/wp-content/uploads/2021/08/child-fam.jpg') no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    width: 100%;
}

.child-fam .sec-right {
    padding: 25px;
    width: 100%;
}

.awards-videos-blog {
    /* padding: 70px 20px; */
    background: #fff;
}

.awards {
    position: relative;
    width: 80%;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding: 40px 0;
}

#acco-slider {
    z-index: 1;
}

.home-acco {
    margin: 10px;
}


/* Video section */

.video-section {
    position: relative;
    width: 100%;
    /* padding: 80px 0; */
    display: -webkit-flex;
    display: flex;
}

.vid-next-btn.slick-arrow.slick-hidden,
.vid-prev-btn.slick-arrow.slick-hidden {
    display: block !important;
}


/* .vid-next-btn {
    position: absolute;
    top: calc(50% - 20px);
    right: 8%;
    z-index: 3;
}

.vid-prev-btn {
    position: absolute;
    top: calc(50% - 20px);
    left: 8%;
    z-index: 3;
} */

.video-inner-container {
    width: 100%;
}

.video-inner-container .slick-slide {
    padding: 10px;
    opacity: .4;
}

.video-inner-container .slick-current {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.video-section-wrapper {
    background: #fcfbf6;
    padding: 80px 0;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.31);
}

.video-header {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.video-header h2 {
    font-size: 35px;
    margin: 0;
}

.video-header h3 {
    color: #ddb787;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
}

.video-header a.gold-btn {
    max-height: 60px;
}


/* Blogs */

.our-blogs {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
    -webkit-box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.31);
}

.home .our-blogs {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    box-shadow: none;
}

.page-id-6 .main-flex-wrap,
.page-id-6 .awards-videos-blog,
.blog .awards-videos-blog,
.archive .awards-videos-blog {
    display: none;
}

.our-blogs-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0;
}

.blog-heading-container {
    text-align: center;
    /* color: #fff; */
    font-size: 24px;
}

.blog-heading-container h2 {
    /* color: #fff; */
    font-size: 55px;
    line-height: 1;
}

.blog-heading-container h3 {
    color: #ddb787;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    font-size: 26px;
}

.the-post {
    width: 90%;
    margin: 0 auto;
    margin-top: 24px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 22%);
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 22%);
}

.the-post:last-of-type {
    display: none;
}

.blog-post-content {
    padding: 35px;
    min-height: 270px;
}

.blog-thumb {
    height: 290px;
    width: 100%;
    background-size: cover;
    background-position: center;
}

a.blog-title {
    text-decoration: none;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
}

a.read-more {
    margin: 0;
}


/* Contact form */


/* .contact-container {
    background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}


.contact-inner {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 20px;
    padding-top: 60px;
    z-index: 3;
    box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 1px 23px 0px rgba(0, 0, 0, 0.23);
} */


/* .contact-heading {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.contact-heading img {
    max-width: 290px;
    max-height: 80px;
    margin-bottom: 20px;
} */

.contact-container {
    padding: 80px 20px;
    background: #fcfbf6;
}

.contact-container .inner-container {
    max-width: 800px;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.contact-container .sec-left,
.contact-container .sec-right {
    width: 100%;
}

.contact-container .sec-left {
    order: 2;
}

.contact-container .sec-right {
    order: 1;
    margin-bottom: 30px;
}

.contact-inner h2 {
    font-size: 55px;
    margin-bottom: 0;
    text-align: center;
}

.contact-inner .sec-left {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.gform_legacy_markup_wrapper {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

body .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 0 !important;
}

.contact-inner .gform_wrapper ul.gform_fields {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-inner .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0;
}

.contact-inner #field_1_1,
.contact-inner #field_1_2 {
    padding-right: 0;
}

.contact-inner .gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
    font-weight: 400;
}

.contact-inner .gfield {
    width: 100%;
}

.contact-inner .gfield.message-box {
    width: 100%;
}

.contact-inner .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.contact-inner .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.contact-inner .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
    width: 100%;
}

.contact-inner div.ginput_container_name span {
    margin-right: 0;
    padding-right: 0;
}

.contact-inner .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 16px;
}

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: #888;
    background: transparent;
    border: 2px solid #ddb786;
    border-radius: 10px;
    padding: 3px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    border-radius: 8px;
    background: #ddb787;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: 16px 40px;
}

.ginput_container.ginput_container_textarea::after {
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: none;
    content: '';
}

.gform_legacy_markup_wrapper textarea {
    padding: 14px !important;
    height: 180px !important;
    margin-top: 12px;
}

input[type="submit"]:hover {
    transform: scale(1.05);
}

.gform_wrapper .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer-logo {
    max-width: 400px;
    margin-bottom: 30px;
}

.footer-section {
    background: #1c1c1a;
    padding: 70px 20px;
    padding-bottom: 0;
}

.footer-section h2 {
    color: #fff;
    text-align: center;
    font-size: 55px;
}

.footer-cta {
    display: grid;
    place-items: center;
    margin: 15px auto 30px;
}

    .footer-cta .button {
        border: none;
        border-radius: 8px;
        background: #ddb787;
        color: #1a1a19;
        font-size: 18px;
        font-weight: 800;
        line-height: 1;
        padding: 16px 40px;
        text-decoration: none;
        transform: scale(1);
        transition: transform 0.3s ease;
    }       
        .footer-cta .button:hover {
            transform: scale(1.05);
            transition: transform 0.3s ease;
        }

.address-container {
    margin-top: 30px;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.address-container h3 {
    color: #ddb786;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.address-container a {
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}

.footer-section .border-container {
    margin-right: 0;
    border-radius: 0;
    background: #ddb787;
    padding: 12px;
    max-height: 194px;
}

.footer-section .asmicon::before {
    margin-right: 7px;
}

.footer-section .inner-container {
    max-width: 660px;
    margin: 0 auto;
}

.address-main {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 0;
}

.payment-social-disclaimer {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 660px;
}

.accel-built {
    margin-top: 20px;
    -webkit-align-items: center;
    align-items: center;
    order: 2;
}

.accel-built a {
    width: 100%;
}

.accel-built p,
.follow-us p {
    margin-bottom: 10px;
    margin-top: 0;
    color: #fff;
}

.payment {
    width: 100%;
}

.payment img,
.accel-built img {
    max-width: 240px;
    width: 100%;
    display: block;
}

.accel-built img {
    margin: 0 auto;
}

a.payment-btn {
    display: block;
    padding: 7px 12px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    background: #ddb787;
    border-radius: 6px;
    text-align: center;
    max-width: 240px;
    margin-right: 10px;
}

a.payment-btn:hover {
    cursor: pointer;
    transform: scale(1.07);
}

.payment-disclaimer {
    margin-top: 20px;
    -webkit-align-items: center;
    align-items: center;
    order: 3;
}

.disclaimer {
    -webkit-align-items: center;
    align-items: center;
}

.disclaimer p {
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

.disclaimer span {
    color: #ddb787;
}

.disclaimer a {
    color: #ddb787;
    text-decoration: none;
}

.follow-us {
    margin-top: 20px;
    order: 1;
}

.follow-us .asmicon::before {
    margin-right: 16px;
    width: 32px;
    height: 32px;
}

.follow-us .asmicon-youtube::before {
    background: #ea1f1f;
    width: 35px;
    height: 35px;
    margin-right: 23px;
}

.follow-us .asmicon-facebook::before {
    background: #485777;
}

.follow-us .asmicon-twitter::before {
    background: #45819e;
}

.follow-us .asmicon-linkedin::before {
    background: #3d6c8a;
}

.attorney-template-default #primary {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 20px;
    opacity: 0;
    -webkit-animation: 1s fadeup forwards;
    animation: 1s fadeup forwards;
}

.attorney-template-default .post-navigation {
    display: none;
}

.attorney-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.attorney-bio-img {
    width: 100%;
}

.att-left,
.att-right {
    padding: 0 20px;
    width: 100%;
}

.att-left {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.att-left h1.entry-title {
    font-size: 34px;
    /* margin-bottom: 6px; */
    margin-top: 15px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.att-left .solid-btn {
    margin-top: 10px;
}

h2.attorney-bio-title {
    font-size: 24px;
}

.attorney-acco-container {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.att-acco {
    width: 31%;
    margin-right: 10px;
    margin-top: 10px;
}

.att-acco img {
	max-height: 140px;
}

.page-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.cat-item-90 {
    display: none;
}


/**************** MEDIAS ******************/

@media screen and (min-width:500px) {
    .heading-inner h1 {
        font-size: 35px;
    }
}

@media screen and (min-width:760px) {
    .hero-full {
        background: transparent;
        height: calc(100vh - 76px);
        max-height: 900px;
    }
    .hero-inner h2 {
        font-size: 70px;
    }
    .hero-inner h3 {
        font-size: 31px;
    }
    .heading-inner h1 {
        font-size: 55px;
    }
    .heading-inner h3 {
        font-size: 26px;
    }
    .team-next {
        right: 5%;
    }
    .team-prev {
        left: 5%;
    }
    .video-header {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 30px;
        -webkit-align-items: flex-end;
        align-items: flex-end;
        -webkit-flex-direction: row;
        flex-direction: row;
        text-align: left;
    }
    .blog #primary article,
    .archive #primary article,
    .single-post #primary article {
        padding: 0 20px 0 0;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .blog .post-excerpt-thumb,
    .archive .post-excerpt-thumb {
        margin-right: 30px;
    }
    .blog .post-excerpt-thumb a,
    .archive .post-excerpt-thumb a {
        width: 300px;
        height: 100%;
        border-radius: 7px 0 0 7px;
    }
    .att-prof {
        width: 31%;
    }
}

@media screen and (min-width:960px) {
    .inner-container {
        max-width: 1400px;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .sec-left,
    .sec-right {
        width: 50%;
    }
    .first-section .inner-container {
        max-width: 900px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .first-section .sec-left,
    .first-section .sec-right {
        width: 100%;
    }
    .first-section .sec-left {
        padding-right: 30px;
    }
    .first-section .sec-left p {
        font-size: 18px;
    }
    .heading-container {
        -webkit-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
        /* -webkit-align-items: flex-start;
        align-items: flex-start; */
    }
    .heading-container img {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .what-to-expect .sec-right {
        padding-left: 60px;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .what-to-expect .sec-left {
        padding-left: 30px;
    }
    .card {
        width: 29%;
        max-width: 100%;
        margin: 120px 2% 0 2%;
    }
    a.pa-btn {
        width: 48%;
        max-width: 100%;
        margin: 0 16px 16px 0;
    }
    .road-ahead .inner-container {
        -webkit-align-items: center;
        align-items: center;
        max-width: 660px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .road-ahead .sec-left,
    .road-ahead .sec-right {
        width: 100%;
    }
    .testimonials-container {
        max-width: 100%;
        width: 80%;
        margin: 0 auto;
        padding: 50px 20px;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        align-items: center;
    }
    .test-heading {
        width: 45%;
        margin-bottom: 0;
        padding-right: 20px;
    }
    .test-heading h3 {
        text-transform: uppercase;
        font-size: 22px;
        color: #ddb787;
    }
    .test-heading h2 {
        font-size: 53px;
        line-height: .9;
    }
    .test-container {
        width: 55%;
    }
    #test-wrap {
        margin-right: -10px;
    }
    .road-ahead .sec-right {
        padding-left: 0;
        padding-top: 40px;
    }
    .divorce-family .inner-container {
        max-width: 800px;
    }
    a.sub-pa-btn {
        margin: 15px 15px 0;
        width: 47%;
    }
    a.sub-pa-btn:nth-child(odd) {
        margin-left: 0;
    }
    a.sub-pa-btn:nth-child(even) {
        margin-right: 0;
    }
    .video-section {
        /* padding: 80px 0; */
        -webkit-justify-content: center;
        justify-content: center;
    }
    /* .video-inner-container {
        width: 150%;
    } */
    .video-inner-container .slick-slide {
        padding: 50px;
        z-index: 1;
    }
    .video-inner-container .slick-current {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
        z-index: 2;
    }
    .page-id-1668 .vid-page {
        width: 48%;
    }
    .attorney-container {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .att-left,
    .att-right {
        padding: 0 30px;
    }
    .att-left {
        width: 40%;
        /* -webkit-align-items: flex-start;
        align-items: flex-start; */
    }
    .att-left h1.entry-title {
        /* text-align: left; */
        font-size: 37px;
    }
    .att-right {
        width: 60%;
    }
    .att-prof {
        width: 23%;
    }
}

@media screen and (min-width:1210px) {
    #masthead {
        position: fixed;
    }
    .home .site-content {
        padding-top: 0;
    }
    #masthead.sticky {
        background: #1c1c1a;
    }
    #masthead.sticky .menu-primary-container .sub-menu,
    #masthead.sticky .menu-primary-right-container .sub-menu {
        background: #1c1c1a;
    }
    .home #masthead.sticky {
        height: auto;
    }
    header.sticky .bluebar {
        height: 10px;
    }
    header.sticky #bgmlaw-logo img {}
    header.sticky #top-consult {
        font-size: 38px;
    }
    header.sticky #top-phone p {
        font-size: 19px;
    }
    header.sticky #top-phone p a {}
    .hero-inner h2 {
        font-size: 100px;
    }
    .hero-inner h3 {
        font-size: 36px;
    }
    .heading-inner h1 {
        font-size: 65px;
    }
    .heading-inner h3 {
        font-size: 31px;
    }
    .first-section .inner-container {
        max-width: 1400px;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .first-section .sec-left,
    .first-section .sec-right {
        width: 50%;
    }
    .first-section .sec-left {
        order: 1;
    }
    .first-section .sec-right {
        order: 2;
        margin-bottom: 0;
    }
    .what-to-expect h2 {
        font-size: 88px;
    }
    .what-to-expect h3 {
        font-size: 25px;
    }
    .practice-areas .sec-left img.mobile-image {
        display: none;
    }
    .practice-areas {
        background: url('/wp-content/uploads/2023/10/practice-areas-bg-3.jpg') no-repeat;
        background-size: cover;
        background-position: center right;
    }
    .practice-areas .sec-left {
        padding-left: 15px;
        padding-bottom: 50px;
        text-align: left;
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 50%;
    }
    .practice-areas .inner-container {
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .practice-areas h2 {
        font-size: 70px;
        margin-left: 30px;
    }
    a.pa-btn {
        width: 23%;
        max-width: 100%;
    }
    .road-ahead .inner-container {
        max-width: 1400px;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .road-ahead .sec-left,
    .road-ahead .sec-right {
        width: 50%;
    }
    .road-ahead .sec-right {
        padding-left: 60px;
        padding-top: 0;
    }
    .divorce-family .inner-container {
        -webkit-flex-direction: row;
        flex-direction: row;
        max-width: 1400px;
    }
    .divorce-sep .sec-left {
        padding: 40px;
        width: 50%;
        order: 1;
    }
    .child-fam .sec-right {
        padding: 40px;
        width: 50%;
    }
    .divorce-sep .sec-right {
        background: url('/wp-content/uploads/2021/08/divorce-sep.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
        width: 50%;
        height: auto;
        order: 2;
    }
    .child-fam .sec-left {
        background: url('/wp-content/uploads/2021/08/child-fam.jpg') no-repeat;
        background-size: cover;
        background-position: center center;
        width: 50%;
        height: auto;
    }
    .video-header {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 30px;
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    /* .our-blogs {
        padding-bottom: 0;
    } */
    .our-blogs-container {
        -webkit-flex-direction: row;
        flex-direction: row;
        margin: 0 auto;
        padding: 0 20px;
        width: 100%;
        max-width: 1400px;
    }
    .the-post {
        width: 33%;
        margin-right: 55px;
    }
    .the-post:last-of-type {
        margin-right: 0;
    }
    .page-id-1668 .vid-page {
        width: 31%;
        margin: 0 auto 50px;
    }
    .the-post:last-of-type {
        display: block;
    }
    .contact-container .inner-container {
        max-width: 1400px;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .contact-container .sec-left,
    .contact-container .sec-right {
        width: 50%;
    }
    .contact-container .sec-left {
        order: 1;
    }
    .contact-container .sec-right {
        order: 2;
        margin-bottom: 0;
    }
    .contact-inner {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        /* padding: 80px 0; */
        /* margin-bottom: -420px; */
    }
    .contact-inner .sec-left {
        padding-right: 40px;
    }
    .contact-inner .gfield {
        width: 50%;
    }
    .contact-inner .gform_wrapper ul.gform_fields li.gfield {
        padding-right: 16px;
    }
    .contact-inner #field_1_1,
    .contact-inner #field_1_2 {
        padding-right: 16px;
    }
    .footer-section .inner-container {
        max-width: 1300px;
    }
    .footer-section .border-container {
        margin-right: 30px;
    }
    .address-container {
        margin-top: 0;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        text-align: left;
    }
    .address-main {
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .payment-social-disclaimer {
        padding-top: 70px;
        -webkit-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
    }
    .payment-disclaimer {
        -webkit-align-items: flex-end;
        align-items: flex-end;
    }
    .disclaimer p {
        text-align: right;
    }
    .accel-built {
        order: 1;
    }
    .follow-us {
        order: 2;
    }
    #secondary {
        width: 33%;
        max-width: 100%;
        min-width: 450px;
        padding: 30px 0px 0px 30px;
    }
    #main-bg {
        height: 550px;
    }
}

@media screen and (min-width:1300px) {
    .test-heading h3 {
        font-size: 28px;
    }
    .test-heading h2 {
        font-size: 74px;
    }
}

@media screen and (min-width:1400px) {
    .att-prof {
        width: 18%;
    }
}

@media screen and (min-width:1500px) {
    .practice-areas {
        padding-top: 10%;
            background: url('/wp-content/uploads/2023/10/practice-areas-bg-3.jpg') no-repeat;
            background-size: cover;
            background-position: top right;
        
    }
}

@media screen and (max-width:1210px) {
    .menu-primary-container,
    .menu-primary-right-container,
    #masthead {
        display: none;
    }
    .menu-mobile-container {
        display: block;
    }
    #masthead {
        position: relative;
    }
    .menu-mobile-container {
        width: auto;
        margin: 0 0 0 auto;
    }
    #mobile-menu {
        display: -webkit-flex;
        -webkit-justify-content: center;
        display: flex;
        justify-content: center;
    }
    #mobile-menu>li {
        position: initial;
    }
    #mobile-menu .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0;
        float: none;
        clear: both;
        display: block;
        background: rgba(255, 255, 255, 0.95);
    }
    #mobile-menu .sub-menu li {
        float: none;
        width: 100%;
        position: relative;
    }
    #mobile-menu .sub-menu li a {
        width: 100%;
        padding: 10px 5%;
        font-variant: normal;
        font-size: 15px;
        border-bottom: 1px dotted rgba(255, 255, 255, .3);
    }
    #mobile-menu .sub-menu .sub-menu {
        position: relative;
    }
    #mobile-menu .sub-menu .sub-menu li {
        float: none;
        position: relative;
        background: rgba(255, 255, 255, .12);
    }
    #mobile-menu .sub-menu .sub-menu li a {
        padding-left: 7%;
    }
    #mobile-menu .sub-menu .sub-menu .sub-menu li {
        background: rgba(255, 255, 255, .18);
    }
    #mobile-menu .sub-menu .sub-menu .sub-menu li a {
        padding-left: 9%;
    }
    #mobile-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
        background: rgba(255, 255, 255, .24);
    }
    #mobile-menu .sub-menu li:hover>a,
    #mobile-menu .sub-menu li:hover>.flex-row>a {
        color: #222;
    }
    #mobile-menu a {}
    header .expand-menu {
        background: rgba(255, 255, 255, .75);
    }
    header .expand-menu:hover {
        background: rgba(255, 255, 255, .95);
    }
    .top-search {
        margin: 0 auto 0 0;
    }
    .top-search form p {
        margin: 0;
    }
    #top-bar {
        padding: 5px 12px;
    }
    #searchsubmit {
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        padding: 8px;
    }
    #site-navigation {
        display: -webkit-flex;
        -webkit-align-items: center;
        display: flex;
        align-items: center;
        padding: 5px 0;
        -webkit-order: 2;
        order: 2;
        margin: 0 5px 0 30px;
        width: 100%;
    }
    /* .home #featured-vid {
        max-width: 500px;
    } */
    .main-flex-wrap {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .home #page {
        padding-top: 0;
        width: 100%;
    }
    .entry-text {
        display: -webkit-flex;
        -webkit-flex-direction: column;
        display: flex;
        flex-direction: column;
    }
    /* #secondary,
    .archive #secondary,
    .single-post #secondary,
    .search #secondary {
        width: 100%;
        min-width: 0;
        margin: 30px auto 0;
        padding: 30px 3%;
    }


.archive .entry-summary .read-more {
    text-align: center;
    width: 210px;
    margin: 10px auto 0;
    padding: 10px;
} */
    .mobile-h {
        display: block;
    }
    .mobile-h>img {
        display: block;
        margin: 0 auto;
        max-width: 500px;
        width: 100%;
    }
    .blog-img.alignright {
        float: none;
        display: block;
        margin: 50px auto 10px;
    }
}

@media screen and (max-width: 768px) {
    .hero-full {
        height: 90vw;
        max-height: 650px;
        min-height: 400px;
    }
    .hero-inner h2 {
        padding-top: 80px;
    }
    .hero-inner h2,
    .hero-inner h3 {
        text-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
    }
}

@media screen and (max-width:800px) {
    .what-to-expect h2 {
        font-size: 54px;
    }
    .what-to-expect .sec-right h3 {
        font-size: 16px;
    }
    .practice-areas .sec-left img {
        margin-bottom: 20px;
    }
    .practice-areas h2 {
        font-size: 54px;
    }
    .our-team-heading h2 {
        font-size: 54px;
    }
    .our-team-heading h3 {
        font-size: 25px;
    }
    .test-heading h2 {
        font-size: 44px;
    }
    .test-heading h3 {
        font-size: 25px;
    }
    .road-ahead h2 {
        font-size: 50px;
    }
    .road-ahead h3 {
        font-size: 19px;
    }
    .contact-inner h2 {
        font-size: 45px;
    }
    .footer-section h2 {
        font-size: 45px;
    }
    .page-id-1321 .test-page {
        padding: 15px;
    }
    .page-id-1321 .test-page>p {
        font-size: 15px;
    }
    .top-title-wrap {
        padding: 10px;
    }
    .top-page-title {
        font-size: 36px;
    }
    .blog-heading-container h3 {
        font-size: 20px;
    }
    .blog-heading-container h2 {
        font-size: 45px;
    }
    #secondary ul a {
        font-size: 16px;
    }
    /* Attorney Mobile Image Fixes */
    /* Susan */
    .postid-2354 #main-bg {
        background-position-x: -260px !important;
    }
    /* Kelly */
    .postid-2362 #main-bg {
        background-position-x: -350px !important;
    }
    /* Tamara */
    .postid-2363 #main-bg {
        background-position-x: -800px !important;
    }
    /* Kayla */
    .postid-2364 #main-bg {
        background-position-x: -260px !important;
    }
    /* Amanda */
    .postid-2365 #main-bg {
        background-position-x: -830px !important;
    }
}