/*
  Theme Name: 1p21 boilerplate
  Author: Joe O'Connor
  Description: Blank Wordpress Theme
*/
/*

  font-family: 'Work Sans', sans-serif;
  .tk-korolev { font-family: "korolev",sans-serif; }
  .tk-baltica { font-family: "baltica",serif; }

*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


@font-face {
    font-family: 'baltica';
    src: url('fonts/BalticaBold.woff2') format('woff2'), url('fonts/BalticaBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Resets and Other Good ...Things
 --------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-x: hidden;
	overflow-y: auto;
	scroll-behavior:smooth;
}

body {
    font-family: "Work Sans";
    line-height: 1;
    overflow-x: hidden;
	overflow-y: auto;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

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

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

*:focus {
    outline: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1; }

/* IE6 */
*:first-child+html .clearfix {
    zoom: 1; }

/* IE7 */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox 25*/
}
textarea, input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']) {
    -webkit-appearance: none;
	appearance:none;
	
}
input, textarea {
    -webkit-border-radius: 0;
    border: none;
    resize: none;
    display: block;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent !important;
}

button {
    border: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    transition: .35s ease;
}

.wow {
    visibility: hidden;
}

.gform_hidden, .gform_validation_container {
    display: none;
}

/* emulate background cover on image tags */
.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.animated {
	animation-duration: 1.25s;
}

@media (max-width: 1199px) {
    /* Turn off wow.js animations on tablet/mobile */ .animated {
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    .wow {
        visibility: visible;
    }

     /* Remove scrollbar on tablet/mobile 
    ::-webkit-scrollbar {
        display: none;
    } */
}

/* Fonts

extra light 200
light 300
regular 400
medium 500
semi-bold 600
bold 700
extra-bold 800
black 900

@font-face {
  font-family: '';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/.woff2') format('woff2');
  font-display: fallback;
}

*/
/* Content Styles
 --------------------------------------------------------------------------------------- */
.content {
}

.content h1 {
    font-family: 'baltica';
    font-weight: normal;
    font-size: 60px;
    letter-spacing: -0.01em;
    line-height: 60px;
    text-align: left;
    color: #06171c;
    padding-bottom: 10px;
}

.content h2 {
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    color: #316ba4;
    padding-bottom: 10px;
}

.content h3 {
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: left;
    color: #06171c;
    padding-bottom: 10px;
}

.content h4 {
    padding-bottom: 10px;
}

.content li{
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 28px;
    text-align: left;
    color: #575757;
    margin-bottom: 10px;
}

.content p {
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 28px;
    text-align: left;
    color: #575757;
    margin-bottom: 15px;
}

.content p:last-child {
    margin-bottom: 0;
}

.content a {
    color: #2D6CAA;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: underline;
}

.content a:hover {
    color: #2D6CAA;
}

.content strong {
    font-weight: bold;
}

.content em {
    font-style: italic;
}

.content ul, .content ol {
    padding-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.content li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 0;
}

.default-main.content h1 {
    margin-bottom: 30px;
    /* padding-top: 5px; */
}

.content p + h3 {
    padding-top: 20px;
}

.content ul > li:before {
    content: '\25A0';
    content: '';
    color: #316BA4;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 0px;
    line-height: 1;
    top: 10px;
    transform: rotate(45deg);
    height: 5px;
    width: 5px;
    background: #316BA4;
}

.content ol {
    counter-reset: litem;
}

.content ol > li:before {
    content: counter(litem) '. ';
    counter-increment: litem;
    color: #316ba4;
    position: absolute;
    left: 0px;
}
/* 
.content blockquote p {
    font-family: '';
    color: #;
    font-size: px;
    line-height: px;
    padding: 0px 0px 0px 0px;
} */

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

/* wordpress core classes*/
@media (min-width: 1401px) {
    .alignleft, img.alignleft {
        display: inline;
        float: left;
        margin-right: .5em;
        margin-top: .5em;
    }

    .alignright, img.alignright {
        display: inline;
        float: right;
        margin-left: .5em;
        margin-top: .5em;
    }

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

    img.alignleft, img.alignright, img.aligncenter {
        margin-bottom: .5em;
        max-width: 100%;
        height: auto;
    }
}

/* Responsive Global Styles
 --------------------------------------------------------------------------------------- */
.desktop-only {
    display: block !important;
}

.laptop-only {
    display: none !important;
}

.laptop-only-1200 {
    display: none !important;
}

.tablet-only {
    display: none !important;
}

.mobile-only {
    display: none !important;
}

.tablet-mobile-only {
    display: none !important;
}

.desktop-mobile-only {
    display: block !important;
}

.internal-only {
    display: none !important;
}

body:not(.home) .internal-only {
    display: block !important;
}

@media (max-width: 1700px) {
    .laptop-only {
        display: block !important;
    }
    .desktop-only{
      display: none!important;
    }
}

@media (max-width: 1180px) {
    .laptop-only{
        display: none !important;
    }
}

@media (max-width: 1180px) {
    .desktop-only {
        display: none !important;
    }

    .laptop-only {
        display: none !important;
    }

    .tablet-only {
        display: block !important;
    }

    .mobile-only {
        display: none !important;
    }

    .desktop-mobile-only {
        display: none !important;
    }

    .tablet-mobile-only {
        display: block !important;
    }
}

@media (max-width: 700px) {
    .desktop-only {
        display: none !important;
    }

    .laptop-only {
        display: none !important;
    }

    .tablet-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    .desktop-tablet-only {
        display: none !important;
    }

    .desktop-mobile-only {
        display: block !important;
    }

    .tablet-mobile-only {
        display: block !important;
    }
}

/* Header */
.canvas-hamburger {
    display: none;
}

header#site-header {
    /* height: 93px; */
    background: #fff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.49);
    position:fixed;
    left: 0;
    right:0;
    width: 100%;
    top: 47px;
    z-index: 99;
}

header#site-header{
    height: auto !important;
}


header#site-header.sticky {
    top:0;
    width:100%;

}

header#site-header,
.header-container {
    /* max-width: 1700px; */
    margin: 0 auto;
}

header#site-header,
header#site-header.sticky .header-container {
    width: calc(100% - 72px);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul#main-menu {
    display: flex;
    transform: translateX(-10px);
}

ul#main-menu > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 49%);
    width: 235px;
    background: #fff;
    padding: 25px 20px 25px 29px;
    transition: .25s ease;
    transform: translateY(10px);
    background: #06171C;
}

ul#main-menu > li {
    position: relative;
    margin: 0 37px;
    flex: 0 0 auto;
}

ul#main-menu > li > ul li {
    margin-bottom: 15px;
}

ul#main-menu > li > ul li:last-child {
    margin-bottom: 0;
}

ul#main-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

ul#main-menu > li.menu-item-has-children > a:before {
    opacity: 0;
    visibility: hidden;
}

ul#main-menu > li ul li > a {
    color: #fff;
    line-height: 24px;
}

.site-logo {
    padding: 19px 15px;
}

.site-logo img.main-logo {
    width: 100%;
}

.site-logo a {
    display: block;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

ul#main-menu li a {
    font-family: "Work Sans";
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: center;
    color: #06171c;
    text-transform: uppercase;
}

ul#main-menu > li > a {
    display: block;
    padding: 41px 0 36px;
    position: relative;
    display: flex;
    align-items: center;
}

ul#main-menu > li:first-child {
    margin-left: 0;
}

ul#main-menu > li:last-child {
    margin-right: 0;
}

ul#main-menu > li > a:before {
    content: '';
    background: #2D6CAA;
    height: 6px;
    width: calc(100% + 30px);
    left: -15px;
    bottom: -1px;
    position: absolute;
    transition: .35s ease;
    opacity: 0;
}

ul#main-menu > li.current-menu-item > a:before, ul#main-menu > li:hover > a:before {
    opacity: 1;
}

ul#main-menu > li.menu-item-has-children > a:after {
    content: '';
    border: solid #06171C;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 0px;
    background: transparent;
    transform: rotate(45deg);
    margin-left: 5px;
    position: relative;
    /* top: -1px; */
    top: -3px;
    height: 8px;
    width: 8px;
}

ul#main-menu ul li a{
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

ul#main-menu ul li a:hover{
  color: #2D6CAA;
}

ul#main-menu ul li.current-menu-item a {
    color: #2D6CAA;
}

div.header-cta {
    padding-right: 30px;
}

.header-cta > div {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 23px;
    text-align: center;
    color: #316ba4;
    text-transform: uppercase;
}

.header-cta a {
    width: 210px;
    height: 39px;
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #316ba4;
}

.header-cta {
    text-align: right;
}

/*** Homepage ***/
/* Hero */
section#home-hero {
    min-height: 920px;
    position: relative;
    /* padding: 180px 0 40px; */
    padding: 210px 0 40px;
    display:flex;
    align-items: center;
    flex-wrap:wrap;
}

.home-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.home-hero-bg > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}

.hero-container-wrap {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    position:relative;
    z-index:2;
}

.hero-title {
    font-family: "korolev",sans-serif;
    font-weight: 900;
    font-size: 139px;
    line-height: 139px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.hero-sub-title span {
    font-family: "baltica",serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.hero-sub-title span:after {
    content: '\2022';
    color: #3689D9;
    margin: 0 12px;
    position: relative;
    top: 3px;
}

.hero-sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28px 0 40px;
}

.hero-sub-title span:last-child:after {
    display: none;
}

a.hero-btn {
    width: 425px;
    height: 74px;
    border-radius: 37px;
    background: #3689d9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.2em;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #3689d9;
}

a.hero-btn:hover {
    background: #06171c;
    border-color: #A3957A;
}
/* Selling Points */
section#selling-points {
    background: #06171C;
    color: #fff;
    padding: 53px 51px 68px 54px;
}

div.sp-grid {
    display: flex;
    margin: 0 -0.78125rem;
}

.sp-item {
    height: 475px;
    width: calc(100% / 4 - 25px);
    margin: 0 0.78125rem;
    border: 1px solid #A3957A;
}

.sp-header {
    display: flex;
    border-bottom: 1px solid #A3957A;
    height: 53px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    justify-content: space-between;
}

.sp-header.pa-heading {
    align-items: normal;
}

.sp-header.pa-heading .diamond-dots {
    height: auto;
}

.sp-header span {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.3em;
    line-height: 20px;
    text-align: center;
    color: #af9e83;
    text-transform: uppercase;
    display: flex;
}

.diamond-dots span {
    width: 5px;
    height: 5px;
    margin-right: 0px;
}

.diamond-dots {
    display: flex;
    align-items: center;
}

.diamond-dots:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #fff;
    transform: rotate(45deg);
    margin-right: 11px;
}

.diamond-dots:after {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    transform: rotate( 45deg );
    margin-left: 11px;
    background: #fff;
}

.diamond-dots * {
    background: #fff;
    transform: rotate(45deg);
}

.diamond-dots * {
    background: #fff;
}

.sp-header .diamond-dots {
    padding: 0 21px;
    height: 100%;
    border-left: 1px solid #A3957A;
}

.sp-content {
    padding: 105px 50px 0;
    text-align: center;
}

.sp-icon {
    height: 58px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sp-amount {
    background: linear-gradient(#d3c69b 0%, #74695b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-family: 'baltica';
}

.sp-amount {
    margin: 40px 0 10px;
}

.sp-title {
    font-family: "Work Sans";
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.2em;
    line-height: 28px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

/* Content One */
.content-one-wrap {
    max-width: 1642px;
    margin: 0 auto;
    transform: translateX(138px);
}

.content-one-wrap .container {
    display: flex;
    justify-content: space-between;
}

.content-one-left {
    width: 812px;
}

.content-one-right {
    width: 676px;
}

section#home-content-one h1 {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 98px;
    line-height: 98px;
    text-align: left;
    color: #06171c;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 45px;
    margin-top: 40px;
}

.subtitle-icon-wrap {
    display: inline-flex;
    border: 3px solid #A3957A;
    align-items: center;
    height: 63px;
}

span.subtitle-text {
    padding: 0 35px 0 35px;
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 26px;
    text-align: center;
    color: #a3957a;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    top: 3px;
    top: 1px;
}

span.subtitle-icon {
    width: 70px;
    border-right: 3px solid #A3957A;
    background-image: url(images/ico-tree.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 17px auto;
    height: 100%;
}

span.subtitle-text span:after {
    content: '\2022';
    text-align: center;
    display: block;
    margin: 0 12px 0 5px;
    letter-spacing: 0;
}

section#home-content-one {
    padding: 142px 0 115px;
}

.content-one-blockquote {
    max-width: 832px;
    font-family: "baltica",serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    color: #a3957a;
    margin-bottom: 52px;
}

.content-one-bottom .container {
    max-width: 1360px;
    margin: 0 auto;
    transform: translateX(-4px);
}

.content-one-bottom {
    margin-top: 105px;
}

.content-one-col2 {
    display: flex;
    width: calc(100% - 320px);
    justify-content: space-between;
}

.content-one-grid {
    display: flex;
    justify-content: space-between;
}

.content-one-col1 {
    width: 260px;
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: left;
    color: #06171c;
    text-transform: uppercase;
    border-top: 1px solid #A3957A;
    padding-top: 20px;
}

.content-one-col2 h4 {
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    color: #316ba4;
}

.content-one-col2 > div {
    width: calc(50% - 30px);
}

section#home-content-one p {
    letter-spacing: -0.015em;
}

section#home-content-one p {
    margin-bottom: 16px;
}

.content-one-bottom h4 {
    padding-top: 5px;
}

div.content-one-col2 div:first-child h4 {
    padding-top: 15px;
}
/* Home Testimonial Slider */
.content-one-col2 {
    display: flex;
    width: calc(100% - 324px);
    justify-content: space-between;
}

.content-one-grid {
    display: flex;
    justify-content: space-between;
}

.content-one-col1 {
    width: 260px;
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 26px;
    text-align: left;
    color: #06171c;
    text-transform: uppercase;
    border-top: 1px solid #A3957A;
    padding-top: 20px;
    margin-top: 10px;
}

.content-one-col2 h4 {
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    text-align: left;
    color: #316ba4;
}

.content-one-col2 > div {
    width: calc(50% - 30px);
}

section#testimonials-home {
    padding: 164px 0 160px;
    background-image: url(images/bkg-rev.jpg);
    background-image: url(images/testimonial-bg-hd-1920-02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

section#testimonials-home .container {
    max-width: 1366px;
    margin: 0 auto;
}

.home-testimonial-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.subheading {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 0.2em;
    line-height: 23px;
    text-align: center;
    color: #a3957a;
    text-transform: uppercase;
}

.home-testimonial-header .main-heading {
    font-family: "baltica",serif;
    font-weight: normal;
    font-size: 50px;
    line-height: 58px;
    text-align: center;
    color: #000;
}

.home-testimonial-header {
    margin-bottom: 196px;
}

.home-testimonial-header .subheading {
    margin: 25px 0 15px;
}

.testimonial-slide-item {
    width: 50%;
    background: #06171C;
    padding: 160px 74px 118px 94px;
    position: relative;
}

.testimonial-slide-item .heading {
    font-family: "baltica",serif;
    font-weight: normal;
    font-size: 31px;
    line-height: 40px;
    text-align: left;
    color: #af9e83;
}

.testimonial-slide-item .copy {
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin: 18px 0 27px;
}

.testimonial-slide-item .meta {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.3em;
    line-height: 20px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    display: flex;
}

.testimonial-slide-item .meta div {
    margin-right: 16px;
}

.diamond-dots.blue-bg:before,.diamond-dots.blue-bg:after, .diamond-dots.blue-bg span {
    background: #3689D9;
}

.testimonial-slide-item .quote-icon {
    width: 88px;
    height: 78px;
    background: linear-gradient(#d3c69b 0%, #473f34 100%);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.testimonial-slide-item {
    margin: 0 23px;
    height: auto;
}

div.testimonials-slider {
    margin: 0 -23px;
}

div.testimonials-slider .slick-track {
    display: flex;
}

button.slick-arrow {
    padding: 0;
    background: transparent;
    width: 61px;
    height: 61px;
    background: #fff;
    border: 3px solid #A3957A;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 53%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

i.arrow {
    border: solid #06171C;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 10px;
    background: transparent;
}

i.arrow.down {
    transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
}

button.btn.btn-slick.next.slick-arrow i, button.btn.btn-slick.next.slick-arrow svg {
    transform: rotate(-45deg);
    position: relative;
    left: 0;
}

button.btn.btn-slick.prev.slick-arrow i, button.btn.btn-slick.prev.slick-arrow svg {
    transform: rotate(135deg);
}

button.btn.btn-slick.next.slick-arrow {
    right: -145px;
}

button.btn.btn-slick.prev.slick-arrow {
    left: -145px;
}

/* PA Menu */
section#home-practice-areas {
    background: #06171C;
    padding: 120px 0 132px;
}

section#home-practice-areas .pa-home-container {
    max-width: 1476px;
    margin: 0 auto;
}

.pa-header {
    max-width: 823px;
    margin: 0 auto;
    text-align: center;
}

.pa-heading {
    font-family: "baltica",serif;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.pa-header figure {
    margin-bottom: 25px;
}

.pa-home-menu ul.menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -28px;
	justify-content:center
}

.pa-home-menu ul.menu > li {
    width: calc(100%/3 - 56px);
    margin: 0 28px 35px;
}

.pa-home-menu ul.menu > li a {
    max-width: 454px;
    background: #06171c;
    border: 1px solid #a3957a;
    box-shadow: 0px 10px 50px #000;
    display: flex;
    padding: 30px 30px;
    justify-content: center;
    font-weight: 900;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 0 auto;
    align-items: center;
    height: 100%;
}

/* Home Content Two  */
.content-two-wrap {
    max-width: 1318.02px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.content-two-left {
    width: 550px;
}

.content-two-right {
    width: 630px;
}

section#home-content-two {
    padding-top: 146px;
    position: relative;
    z-index: 2;
}

.content-two-right .h1 {
    font-family: "baltica";
    font-weight: normal;
    font-size: 50px;
    line-height: 58px;
    text-align: left;
    color: #000;
    margin: 55px 0 42px;
}

/* Footer Form */
section#contact-form {
    background-image: url(images/bkg-ft.jpg);
    /*background-image: url(images/footer-bg-tablet-768-02.jpg);*/
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding-top: 365px;
    position: relative;
    margin-top: -110px;
}

#attorney-page + section#contact-form {
	margin-top: -250px;
}

.cf-wrap {
      position: relative;
    max-width: 1533px;
    margin: 0 auto;
    background: #06171C;
	color: #FFF;
    padding: 92px 160px 97px;
	top: 195px;
}

.contact-form-wrapper {
    max-width: 1088px;
    margin: 0 auto;
}

.cf-icon {
    display: table;
    margin: 0 auto;
}

.contact-form-heading {
    font-family: "Baltica";
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin: 25px auto 44px;
    max-width: 789px;
}

#contact-form .gform_heading {
    display: none;
}

div.gform_legacy_markup_wrapper ul.gform_fields li.gfield {
    margin: 0;
}

#gform_fields_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#gform_fields_1 > #field_1_6 {
    width: 100%;
    max-width: 100%;
}

#gform_fields_1 > .gfield {
    max-width: 350px;
    width: calc(100%/3 - 18px);
    margin: 0 9px 23px!important;
    position: relative;
    padding: 0;
}

#contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    height: 70px;
    background: transparent;
    border: 1px solid #A3957A;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 34%);
    padding: 0 42px;
    color: #fff;
    font-family: 'Work Sans'
}

#contact-form .gform_legacy_markup_wrapper textarea {
    background: transparent;
    border: 1px solid #a3957a;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.34);
    padding: 26px 34px;
    height: 229px;
    color: #fff;
    font-family: 'Work Sans'
}

#gform_fields_1 > .gfield.has-focus > label{
  display: none;
}

#gform_fields_1 > #field_1_8 {
    max-width: 100%;
    width: 100%;
    text-align: right;
    font-family: "korolev",sans-serif;;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 23px;
    color: #fff;
    margin-top: -8px!important;
    margin-bottom: -12px!important;
}

#gform_fields_1 > #field_1_8 span {
    color: #3689D9;
    margin-right: 5px;
}

div#gform_wrapper_1 {
    margin: 0;
}

form#gform_1 {
    margin: 0 -9px!important;
    max-width: calc(100% + 18px);
}

#contact-form .gform_legacy_markup_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    text-align: center;
}

#contact-form input#gform_submit_button_1 {
    background: #fff;
    width: 196px;
    height: 73px;
    border-radius: 50px;
    font-family: "baltica",serif;
    font-weight: normal;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
    color: #3689d9;
    text-transform: lowercase;
    cursor: pointer;
    transition: .25s ease;
    margin: 0;
}

#contact-form input#gform_submit_button_1:hover {
    background: #3689D9;
    color: #fff;
}

#contact-form label.gfield_label {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 23px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 34px;
}

#contact-form .gform_legacy_markup_wrapper .gfield_required {
    color: #3689D9;
    margin-left: 2px;
}

body div.gform_legacy_markup_wrapper .top_label div.ginput_container {
    margin: 0;
}

#gform_fields_1 > #field_1_6 label.gfield_label {
    top: 26px;
    transform: translateY(0);
}

/* Footer */
.footer-socket {
    background-color: #eee;
    padding: 300px 0 95px;
    background-image: url(images/bkg-pattern.png);
    background-size: contain;
}

.footer-address {
    max-width: 238.13px;
    margin: 0 auto;
    text-align: center;
    width: 234px;
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
    color: #06171c;
    text-transform: uppercase;
}

.footer-address-link {
/*     font-family: "Work Sans";
	letter-spacing: 0;
	text-transform:none;
    font-weight: 600; */
	font-size: .875em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	display:inline-block;
	color:#316ba4;
}

.footer-address-link:hover {
	text-decoration:none;
	color: #a3957a;
}

.footer-phone {
    text-align: center;
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 44px;
    text-align: center;
    color: #06171c;
    margin-top: 15px;
}

.footer-phone a {
    color: #06171c;
}

.footer-coprights-content {
    display: flex;
    font-family: "Work Sans";
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 19px;
    text-align: center;
    color: #06171c;
    text-transform: uppercase;
}

.footer-coprights-content a {
    color: #06171c;
}

.footer-coprights-content strong {
    margin: 0 6px;
}

.footer-coprights-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-copyrights-wrapper {
    padding: 22px 37px 10px 23px;
}

.branding-logo a {
    line-height: 1;
    display: block;
}

.branding-logo svg {
    line-height: 1;
}

.home-testimonial-header figure {
    transform: translateX(-10px);
}

.pa-header figure img {
    width: 85px;
}

.content-two-right p {
    margin-bottom: 16px;
}

.branding-logo {
    transform: translateY(5px);
}

.cf-wrap:after {
    content: '';
    height: 89px;
    width: 1px;
    background: #A3957A;
    position: absolute;
    bottom: 0;
    transform: translate(-50%, 100%);
    left: 50%;
}

/* Contact Page */

div#contact-page {
    /* padding-top: 255px; */
    padding-top: 285px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: -320px;
}

div#contact-page .container {
    max-width: 960px;
    margin: 0 auto;
}

div#contact-page address {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #06171c;
    margin: 30px 0 10px;
}

.cp-directions a {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 20px;
    text-align: center;
    color: #2d6caa;
    text-transform: uppercase;
    border-bottom: 3px solid #2D6CAA;
    margin-bottom: 34px;
    display: inline-block;
}

.cp-directions a:hover {
    color: #A3957A;
    border-color: #A3957A;
}

.cp-phone a {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: 0.05em;
    line-height: 44px;
    text-align: center;
    color: #06171c;
}

.cp-heading > div {
    width: 382px;
    height: 63px;
    background: #06171c;
    border: 3px solid #a3957a;
}

.cp-heading h1 {
    font-family: "korolev",sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.29em;
    line-height: 26px;
    color: #af9e83;
    text-align: center;
    padding: 0 30px;
    text-transform: uppercase;
}

/* Hero Inner Pages */

.inner-hero {
    position: relative;
    min-height: 600px;
    /* padding: 180px 0 40px; */
    padding: 220px 0 40px;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
}

.hero-inner-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.hero-inner-bg > div {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.bg-desktop {
    z-index: 1;
}

.bg-laptop {
    opacity: 0;
}

.bg-tablet {
    opacity: 0;
}

.page-hero-content {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
    color: #fff;
    max-width: 80%;
	margin-left: auto;
	margin-right:auto;
}

.inner-hero-title {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 92px;
    line-height: 92px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.inner-hero-btn a {
    width: 356px;
    height: 60px;
    background: #3689d9;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 27px;
    transform: translateX(-14px);
    border: 2px solid #3689d9;
}

.inner-hero-btn a.btn:hover {
    border-color: #a3957a;
    background: #06171C;
}

.inner-hero-content {
    width: 890px;
    max-width: 100%;
    margin: 30px auto 30px;
}
.inner-hero-content h4 {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: 'baltica';
    font-weight: 700;
}
.inner-hero-content p {
    line-height: 1.73;
}
.inner-hero-content p em {
    font-style: italic;
}
.page-hero-content.location-banner {
    padding: 40px 0;

}
.location-banner .inner-hero-title {max-width: 1200px; margin: 0 auto;}
.location-banner a.btn {
    width: 484px;
    font-size: 16px;
    height: 73px;
}
.location-banner .inner-hero-content p a {color: #A3957A;}
.location-banner .inner-hero-content p a:hover {text-decoration: underline;}
.location-banner .inner-hero-content p strong {font-weight: 600;}
.pa-header-loction-page .pa-heading {
    margin-bottom: 20px;
}
.pa-header-loction-page p {
    color: #fff;
    margin-bottom: 60px;
    line-height: 1.5;
}
.pa-header.pa-header-loction-page {
    max-width: 900px;
}
/* Practice Areas */

.default-page-container.practices-area-page {
    max-width: 1088px;
    margin: 0 auto;
    width: calc(100% - 160px);
}

.sp-header.pa-heading h3 {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.3em;
    line-height: 20px;
    text-align: left;
    color: #af9e83;
    text-transform: uppercase;
    padding: 20px 0 19px 39px;
}

.sp-header.pa-heading {
    margin: 0;
    background: #06171C;
    margin-bottom: 15px;
    padding-left: 39px;
    height: auto;
    padding: 0;
}

div#practices-area-page {
    margin-top: 90px;
    position: relative;
    z-index: 1;
}

.practice-area-grid-item ul.menu {
    margin: 0 -21px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.practice-area-grid-item ul.menu > li {
    width: calc(100%/3 - 42px);
    margin: 0 21px;
    border-top: 1px solid #CBCBCB;
}

.practice-area-grid-item ul.menu > li a {
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    text-align: left;
    color: #06171c;
    padding: 26px 30px 27px;
    display: block;
}

.practice-area-grid-item ul.menu > li a:hover {
    color: #3689d9;
}

div.practice-area-wrap {
    margin-bottom: 50px;
}

div.practice-area-wrap:last-child {
    margin-bottom: 0;
}

.practice-area-grid-item {
    position: relative;
}

.practice-area-grid-item:after {
    /* height: ; */
    width: 100%;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 0;
}

.practice-area-grid-item ul.menu > li:nth-child(-n + 3) {
    border-top: 0;
}

/* Testimonials Page */

.testimonials-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px;
}

.testimonial-page-container {
    width: calc(100% - 160px);
    max-width: 1364px;
    margin: 0 auto;
}

.testimonials-grid .testimonial-slide-item {
    width: calc(100%/2 - 44px);
    margin: 0px 22px 40px;
    padding-bottom: 97px;
    min-height: 520px;
}

div#testimonials-page {
    margin-top: 93px;
    position: relative;
    z-index: 1;
    margin-bottom: -40px;
}

/* Attorney Page */

div#attorney-page {
    position: relative;
    z-index: 1;
    margin-top: 270px;
}

.attorney-content .subtitle-icon-wrap {
    margin-top: 10px;
}

.attorney-content .attorney-headshot {
    display: none;
}

.attorney-page-container {
    display: flex;
    width: calc(100% - 160px);
    margin: 0 auto;
    max-width: 1125px;
}

div#attorney-page-sidebar {
    width: 376px;
}

.attorney-content {
    width: calc(100% - 376px);
    padding-left: 63px;
}

h1.page-title {
    padding: 0;
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 92px;
    line-height: 92px;
    text-align: left;
    color: #06171c;
    text-transform: uppercase;
    margin: 30px 0 40px;
}

div.attr-content {
    max-width: 630px;
}

/* About Page */

div#about-page {
    margin-top: 265px;
    position: relative;
    z-index: 1;
    margin-bottom: -200px;
}

.about-container {
    transform: translateX(-91px);
    max-width: 1023px;
    margin: 0 auto;
    width: calc(100% - 160px);
}

.about-content-wrap {
    display: flex;
}

.about-heading {
    width: 326px;
    padding-top: 12px;
}

.about-content {
    width: calc(100% - 326px);
    padding-left: 70px;
}

.about-content h1 {
    margin-top: 0;
}

.about-content h1 {
    margin-bottom: 35px;
}

.about-content h2 {
    margin-bottom: 5px;
}

.about-heading span.subtitle-text {
    padding: 0 30px 0;
    font-size: 16px;
}

.about-heading .subtitle-icon-wrap{
  width: 100%;
}

.about-heading .subtitle-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 70px);
}

/* Team Page */

.attorneys-page-container {
    max-width: 1212px;
    margin: 0 auto;
}

.meet-team-heading > div {
    background: #06171C;
    width: 100%;
    height: 63px;
}

div#attorneys-list-page {
    margin-top: 235px;
    position: relative;
    z-index: 1;
    margin-bottom: -160px;
}

h1.subtitle-text {
}

.meet-team-heading h1.subtitle-text {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.3em;
    line-height: 26px;
    text-align: center;
    color: #a29777;
    padding-left: 30px;
    text-transform: uppercase;
}

.meet-team-heading {
    margin-bottom: 0;
}

.attorneys-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.attorney-grid-item {
    width: calc(100%/3 - 40px);
    margin: 42px 20px 5px;
}

.attorney-grid-image {
    position: relative;
}

.attorney-grid-image > img {
    width: 100%;
}

.view-profile-hover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(6,23,28,79%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .25s ease;
    opacity: 0;
}

.view-profile-hover > span {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.3em;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.attorney-grid-item h3 {
    font-family: "Baltica";
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #06171c;
    margin-top: 23px;
}

.attorney-designation {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 20px;
    text-align: center;
    color: #8d7e67;
    text-transform: uppercase;
    margin-top: 5px;
}

.attorney-grid-item > a:hover .view-profile-hover {
    opacity: 1;
    visibility: visible;
}

/* Videos Page */

.video-page-container {
    max-width: 1212px;
    margin: 0 auto;
    width: calc(100% - 160px);
}

div#videos-center {
    margin-top: 236px;
    position: relative;
    z-index: 1;
}

.videos-grid {
    display: flex;
    margin: 0 -25px;
    flex-wrap: wrap;
}

.video-item {
    width: calc(100%/3 - 50px);
    margin: 42px 25px 0px;
}

h3.video-title-full {
    font-family: "Work Sans";
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #06171c;
    text-decoration: none;
    padding-top: 15px;
}

h3.video-title-full a {
    text-decoration: none;
}

a:hover h3.video-title-full {
    color: #2D6CAA;
}

.videos-thumb {
    position: relative;
    background: #06171C;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    background: #3689D9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s ease;
    z-index: 2;
}

i.icon-video-btn {
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 26px;
    border-color: transparent transparent transparent #ffffff;
    transition: 100ms all ease;
    cursor: pointer;
    border-style: solid;
    border-width: 13px 0 13px 22px;
    position: absolute;
    transition: .25s ease;
    z-index: 2;
}

.video-item > a:hover i.icon-video-btn {
    border-color: transparent transparent transparent #3689d9;
}

.video-item a:hover .video-play-icon {
    background: #fff;
}

.videos-thumb img {
    width: 100%;
}

.videos-thumb:after {
    content: '';
    height: 100%;
    width: 100%;
    background: #06171C;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: .35s ease;
}

.video-item a:hover .videos-thumb:after{
   opacity: .5; 
}

/* Case Results */

body.page-template-template-case-results  .page-hero-content {
    margin-top: 0;
}

.cs-grid-item {
    color: #fff;
    background: #06171C;
    width: calc(100%/3 - 25px);
    margin: 0px 12.5px 29px;
    min-height: 475px;
}

.case-results-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12.5px;
}

.cs-page-container {
    max-width: 1355px;
    margin: 0 auto;
    width: calc(100% - 220px);
}

div#case-results-page {
    margin-top: 93px;
    position: relative;
    z-index: 1;
}

.cs-grid-item .sp-content {
    position: relative;
}

.cs-grid-item .sp-hover {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 60px 40px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    height: 100%;
    width: 100%;
    transition: .35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.sp-hover p {
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.cs-grid-item .sp-content {
    padding: 110px 50px 50px;
    min-height: auto;
    height: calc(100% - 53px);
}


.cs-grid-item:hover .sp-normal {
  opacity: 0;
}

.cs-grid-item:hover .sp-hover {
    visibility: visible;
    opacity: 1;
}

.cs-grid-item .sp-amount {
    margin-bottom: 20px;
}

/* Styleguide */

.page-hero-content.has-default-title {
    /*margin-top: -40px;*/
}

.default-page-container.has-sidebar {
    display: flex;
    justify-content: space-between;
    width: 1502px;
    margin: 0 auto;
    transform: translateX(70px);
}

.default-main {
    width: 950px;
}

.default-sidebar {
    width: 398px;
}

div#blog-page,div#internal-page {
    margin-top: 89px;
    position: relative;
    z-index: 1;
}

.default-sidebar > div.widget {
    background: #06171C;
    border: 1px solid #A3957A;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.default-sidebar > div.widget h3.widget-title {
    position: relative;
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.3em;
    line-height: 1;
    text-transform: uppercase;
    color: #af9e83;
    border-bottom: 1px solid #A3957A;
    padding: 16px 90px 17px 24px;
    margin-bottom: 48px;
}

.default-sidebar > div.widget h3.widget-title span {
    position: absolute;
    width: 90px;
    right: 0;
    height: 100%;
    border-left: 1px solid #A3957A;
    top: 0;
    background-image: url(images/dots.svg);
    background-position: center center;
    background-repeat: no-repeat;
}

.default-sidebar > div.widget >ul > li a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 14px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.default-sidebar > div.widget > ul > li {
    padding-left: 65px;
    margin: 15px 0 30px;
    position: relative;
    padding-right: 50px;
}

.default-sidebar > div.widget >ul > li > a:before {
    content: '';
    height: 5px;
    width: 5px;
    background: #fff;
    position: absolute;
    left: -16px;
    transform: rotate(45deg);
    top: 5px;
    opacity: 0;
}

.default-sidebar > div.widget >ul > li.current-menu-item > a:before {
    opacity: 1;
}

.default-sidebar > div.widget >ul > li a:hover {
    color: #3689D9;
}

.default-sidebar.blog-sidebar > div.widget > ul > li {
    padding-left: 50px;
    padding-right: 55px;
    width: 100%;
}

.default-sidebar > div.widget.widget_recent_entries li a {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 22px;
    text-align: left;
    color: #fff;
    text-transform: none;
}

/* Blog Page */

div#blog-page {
    margin-top: 86px;
    position: relative;
    z-index: 1;
}

.blog-time.news-meta {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 23px;
    text-align: left;
    text-transform: uppercase;
    color: #06171C;
    margin: 15px 0;
}

.blog-time.news-meta a:hover {
    color: #af9e83;
}

.blog-time.news-meta a {
    color: #06171C;
}

h2.blog-title a {
    font-family: "baltica",serif;
    font-weight: normal;
    font-size: 35px;
    letter-spacing: -0.01em;
    line-height: 40px;
    text-align: left;
    color: #2d6caa;
    text-decoration: none;
}

.readmore-btn {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 23px;
    text-align: left;
    color: #2d6caa;
    text-decoration: none;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.readmore-btn a {
    text-decoration: none;
}

.readmore-btn a:hover {
    color: #AF9E83;
}

.blog-post {
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 40px;
    padding-bottom: 45px;
}

.readmore-btn {
    display: flex;
}

.readmore-btn a {
    margin-left: 15px;
}

.readmore-btn .diamond-dots.blue-bg:before, .readmore-btn .diamond-dots.blue-bg:after, .readmore-btn .diamond-dots.blue-bg span {
    background: #2D6CAA;
    transition: .25s ease;
}

.readmore-btn:hover .diamond-dots.blue-bg:before, .readmore-btn:hover .diamond-dots.blue-bg:after, .readmore-btn:hover .diamond-dots.blue-bg span {
    background: #AF9E83;
}

.navigation ul li{
  padding: 0 10px;
}

.navigation ul li:before {
    display: none;
}

.navigation ul li a {
    font-family: "korolev",sans-serif;;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 23px;
    text-align: center;
    color: #06171c;
    text-decoration: none;
}

.navigation ul li.active a,
.navigation ul li a:hover {
  color: #8D7E67;
}

.navigation ul {
    display: flex;
    justify-content: center;
}

.paged_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.blog_arrow {
    width: 33.94px;
    height: 33.94px;
    background: #06171c;
    border: 2px solid #a3957a;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog_arrow.mynext {
    right: 5px;
}

.blog_arrow path {
    stroke: #fff;
    stroke-width: 4px;
}

.blog_arrow svg {
    transform: rotate(-45deg);
    height: 15px;
}

.blog_arrow.myprev {
    left: 5px;
}

.blog_arrow.myprev svg {
    transform: rotate(135deg);
}

.blog_arrow a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

/* 404 */

div#page-404 {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    width: calc(100% - 80px);
    padding-top: 100px;
}

div#page-404 h1 {
    text-align: center;
}

div#page-404 p {
    text-align: center;
}

div#page-404 a.default-btn {
    height: 53px;
    background: #3689d9;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 23px;
    text-align: center;
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-transform: uppercase;
    text-decoration: none;
    width: 240px;
    margin: 0 auto;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    background: #3689d9;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#totop {
    font-weight: 900;
    color: #fff;
    position: fixed;
    right: 34px;
    bottom: 34px;
    z-index: 999;
    height: 40px;
    width: 40px;
    font-size: 0;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    transition: bottom 0.5s;
}
html,body{
    scroll-behavior: smooth;
}

/* Responsiveness */

@media all and (max-width: 1700px){

  .sp-item {
      height: 354px;
  }

  .sp-content {
      padding: 70px 50px 0;
  }

  .sp-icon {
      max-height: 48px;
  }

  .sp-amount {
      margin-top: 18px;
      font-size: 70px;
      margin-bottom: 0;
      line-height: 70px;
  }

  header#site-header {
      top: 25px;
      height: 76px;
  }

  ul#main-menu > li {
      margin: 0 12px;
  }

  .site-logo img {
      width: 237px;
  }

  /* .site-logo {
      padding: 0px 15px;
  } */
  .site-logo {
    padding: 15px 15px;
} 

  header#site-header {
  }

  ul#main-menu > li > a {
      padding: 35px 0 27px;
      font-size: 13px;
  }

  ul#main-menu > li > a:before {
      height: 5px;
  }

  .header-cta > div {
      font-size: 13px;
  }

  .header-cta a {
      font-size: 30px;
      line-height: 1;
  }

  div.header-cta {
      padding-right: 22px;
  }

  ul#main-menu {
      transform: translateX(-25px);
  }

  section#home-hero {
      min-height: 670px;
      /* padding: 140px 0 40px; */
      padding: 175px 0 40px;
  }

  .desktop-only {
      display: none!important;
  }

  .hero-title {
      font-size: 105px;
      line-height: 1;
  }


  .hero-sub-title span {
      font-size: 18px;
      line-height: 21px;
  }

  .hero-sub-title {
      margin-top: 10px;
      margin-bottom: 35px;
  }

  a.hero-btn {
      font-size: 13px;
      line-height: 16px;
      width: 327px;
      height: 56px;
  }

  section#selling-points {
      padding: 53px 43px 50px 40px;
  }

  .sp-header span {
      font-size: 12px;
  }

  .sp-header {
      padding-left: 20px;
      height: 45px;
  }

  .sp-title {
      font-size: 13px;
  }

  .sp-icon img {
      max-height: 100%;
  }

  section#home-content-one {
      padding-top: 110px;
      padding-bottom: 100px;
  }

  span.subtitle-text {
      font-size: 13px;
      line-height: 21px;
      padding: 0 35px 0 27px;
  }

  span.subtitle-icon {
      width: 64px;
      background-size: 14px 25px;
      background-position: 45% 50%;
  }

  .subtitle-icon-wrap {
      height: 55px;
  }

  section#home-content-one h1 {
      font-size: 78px;
      line-height: 1;
      margin-top: 35px;
      margin-bottom: 38px;
  }

  .content-one-left {
      width: 641px;
  }

  .content-one-right {
      width: 518px;
  }

  .content-one-wrap {
      max-width: 1262px;
      transform: translateX(69px);
  }

  section#home-content-one h2 {
      font-size: 17px;
      line-height: 22px;
  }

  section#home-content-one {
  }

  .content li,
  .content p {
      font-size: 15px;
      line-height: 26px;
      margin-bottom: 15px;
  }

  section#home-content-one p {
      margin-bottom: 10px;
  }

  .content-one-bottom .container {
      max-width: 1127px;
      transform: translateX(0px);
  }

  .content-one-bottom {
      margin-top: 75px;
  }

  .content p{
      margin-bottom: 10px;
  }

  .content-one-blockquote {
      font-size: 30px;
      line-height: 35px;
  }

  .content-one-col1 {
      width: 190px;
      font-size: 14px;
      line-height: 20px;
      margin-top: 30px;
      margin-left: 2px;
  }

  .content-one-col2 {
      width: calc(100% - 252px);
      margin-top: 15px;
  }

  .content-one-col2 > div {
      width: calc(50% - 38px);
  }

  .content-one-col2 h4 {
      font-size: 17px;
      line-height: 22px;
      padding-top: 2px;
  }

  div.content-one-col2 div:first-child h4 {
      padding-top: 0;
      padding-bottom: 5px;
  }

  section#testimonials-home {
    padding: 105px 0 90px;
    background-image: url(images/bk-testimonials-1400.jpg);
  }

  .home-testimonial-header figure {
      transform: translateX(0px);
  }

  .subheading {
      font-size: 16px;
  }

  .home-testimonial-header .main-heading {
      font-size: 35px;
      line-height: 40px;
  }

  .home-testimonial-header {
      max-width: 538px;
      margin-bottom: 165px;
  }

  section#testimonials-home .container {
      max-width: 1060px;
  }

  .home-testimonial-header .subheading {
      margin-top: 25px;
  }

  .testimonial-slide-item .quote-icon {
      width: 74px;
      height: 66px;
  }

  div.testimonial-slide-item {
      padding: 122px 60px 30px 75px;
      min-height: 490px;
      margin: 0 20px;
  }

  div.testimonials-slider{
      margin: 0 -20px;
  }

  .testimonial-slide-item .meta{
      font-size: 13px;
  }

  .testimonial-slide-item .heading {
      font-size: 25px;
      line-height: 32px;
  }

  .testimonial-slide-item .copy {
      font-size: 15px;
      line-height: 26px;
      margin-bottom: 21px;
      padding-left: 0px;
  }

  button.slick-arrow {
      width: 47px;
      height: 47px;
  }

  button.btn.btn-slick.next.slick-arrow {
      right: -90px;
      top: 40%;
  }

  button.btn.btn-slick.prev.slick-arrow {
      left: -90px;
      top: 41%;
  }

  button.btn.btn-slick svg {
      height: 18px;
  }

  section#home-practice-areas {
      padding-top: 65px;
      padding-bottom: 79px;
  }

  .pa-header figure img {
      width: 70px;
  }

  .pa-header {
      max-width: 478px;
  }

  .pa-heading {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 58px;
  }

  .pa-header figure {
      margin-bottom: 32px;
  }

  section#home-practice-areas .pa-home-container {
      max-width: 1124px;
  }

  .pa-home-menu ul.menu > li a {
      font-size: 13px;
      padding: 23px 20px 22px;
  }

  .pa-home-menu ul.menu > li {
      width: calc(100%/3 - 36px);
      margin: 0 18px 24px;
  }

  .pa-home-menu ul.menu {
      margin: 0 -18px;
  }

  .content-two-wrap {
      max-width: 1113px;
      transform: translateX(-2px);
  }

  section#home-content-two {
      padding-top: 115px;
  }

  .content-two-left {
      width: 456px;
  }

  .content-two-right {
      width: 589px;
  }

  .content-two-right .h1 {
      font-size: 35px;
      line-height: 40px;
      max-width: 440px;
      margin-top: 48px;
      margin-bottom: 37px;
  }

  section#contact-form {
      margin-top: -235px;
      background-position: center 80px;
  }

#attorney-page + section#contact-form {
	margin-top: -250px;
}


  .cf-wrap {
      max-width: 1124px;
      padding-top: 75px;
  }

  .cf-icon img {
      width: 132px;
      transform: translateX(-10px);
  }

  .contact-form-heading {
      font-size: 30px;
      line-height: 35px;
      max-width: 590px;
      margin-top: 20px;
      transform: translateX(-10px);
      margin-bottom: 37px;
  }

  #contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 52px;
    padding: 0 22px;
  }

  #gform_fields_1 > .gfield {
      width: calc(100%/3 - 12px);
      margin: 0 6px 18px!important;
  }

  form#gform_1 {
      margin: 0 -7px!important;
      max-width: calc(100% + 14px);
  }

  #contact-form .gform_legacy_markup_wrapper textarea {
      height: 170px;
      padding: 17px 22px;
  }

  #contact-form label.gfield_label {
      left: 22px;
      font-size: 13px;
  }

  #gform_fields_1 > #field_1_6 label.gfield_label {
      top: 15px;
  }

  #gform_fields_1 > #field_1_8 {
      margin-top: 0px!important;
      margin-bottom: -21px!important;
  }

  #contact-form input#gform_submit_button_1 {
      width: 145.53px;
      height: 54.2px;
      border-radius: 27.1px;
      background: #fff;
      font-size: 21px;
      line-height: 25px;
      text-align: center;
      color: #3689d9;
  }

  .cf-wrap {
      padding-bottom: 70px;
	  position:relative;
      top: 170px;
  }

  #gform_fields_1 > #field_1_8 span {
      margin-right: 0;
  }

  .footer-socket {
      padding: 255px 0 70px;
  }

  .footer-address {
      font-family: "korolev",sans-serif;;
      font-weight: 900;
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 21px;
      text-align: center;
      color: #06171c;
  }

  .footer-phone {
      font-size: 26px;
      line-height: 36px;
      margin-top: 5px;
  }

  .footer-copyrights-wrapper {
      padding: 20px 90px 30px 50px;
  }

  .branding-logo img {
      width: 177px;
  }

  .footer-coprights-content {
      font-size: 11px;
  }

  .footer-coprights-content strong {
      margin: 0 5px;
  }

  .content-one-tablet-image.tablet-mobile-only {
    margin-top: 30px;
  }

  .cf-wrap:after {
    height: 74px;
  }

  .default-page-container.has-sidebar {
    width: 1122px;
    transform: translateX(-2px);
  }

  .default-main.content {
      width: 705.15px;
  }

  .default-sidebar {
      width: 298px;
  }

  .default-sidebar > div.widget > ul > li {
      padding: 0 30px;
      margin-bottom: 18px;
  }

  .default-sidebar > div.widget h3.widget-title {
      margin-bottom: 33px;
      padding: 19px 90px 20px 30px;
  }

  .default-sidebar > div.widget {
      padding-bottom: 20px;
  }

  .content h1 {
      font-size: 45px;
      margin-bottom: 20px;
      line-height: 1;
  }

  .default-main.content h1 {
      margin-bottom: 20px;
  }

  .content h2 {
      font-size: 17px;
      line-height: 22px;
  }

  .inner-hero {
      min-height: 472px;
      /* padding: 140px 0 40px; */
      padding: 190px 0 40px;
  }

  /*.page-hero-content.has-default-title {
      top: 210px;
  }*/

  .inner-hero-title {
      line-height: 1;
      font-size: 71px;
  }

  .inner-hero-btn a {
      width: 327px;
      height: 56px;
      font-size: 13px;
      transform: translateX(0px);
  }

  div#blog-page,div#internal-page {
      margin-top: 75px;
      padding-bottom: 80px;
  }

  .content p + h3 {
    padding-top: 20px;
  }

  .content h3 {
      font-size: 15px;
      line-height: 22px;
  }

  .content ul, .content ol {
      margin-top: 0px;
  }

  .default-sidebar > div.widget h3.widget-title span {
      width: 77px;
  }

  .default-sidebar.blog-sidebar > div.widget > ul > li {
      padding: 0 30px;
  }

  .default-sidebar > div.widget.widget_recent_entries li a {
    font-size: 13px;
    line-height: 14px;
  }

  .about-container.content {
    transform: translateX(0);
  }

  div#attorneys-list-page {
    margin-top: 200px;
  }

  div#videos-center {
    margin-top: 200px;
  }

  body.page-template-template-case-results .page-hero-content {
    max-width: 700px;
  }

  div#contact-page {
    /* padding-top: 220px; */
    padding-top: 250px;
    padding-bottom: 50px;
  } 

  .about-heading{
    padding-top: 6px;
  }

  body h1.page-title {
    font-size: 70px;
    line-height: 1;
  }

  .bg-desktop {
    opacity: 0;
  }

  .bg-laptop {
    opacity: 1;
    z-index: 1;
  }

    .bg-tablet {
        opacity: 0;
    }

}

@media all and (max-width: 1380px){
  ul#main-menu > li.menu-item-has-children > a:after{
    top: -3px;
  }
}

@media (max-width: 1300px){
  .laptop-only-1200{
    display: block!important;
  }
  .home-hero-bg > div.laptop-only{
    display: none!important;
  }

  .site-logo img {
      width: 203px;
  }
  header#site-header,
  header#site-header.sticky .header-container {
      width:100%;
      top:0;
  }

  /* ul#main-menu > li {
      margin: 0 17px;
  } */

  section#home-hero {
      min-height: 525px;
  }


  .hero-title {
      font-size: 88px;
  }

  ul#main-menu > li > a:before {
      width: calc(100% + 10px);
      left: -5px;
  }

  ul#main-menu {
      transform: translateX(-10px);
  }

  .hero-sub-title {
      margin-top: 18px;
  }

  .hero-sub-title span {
      font-size: 17px;
  }

  .hero-sub-title span:after {
      margin: 0 6px;
  }

  a.hero-btn {
      width: 275px;
      height: 50px;
      font-size: 12px;
  }

  section#selling-points {
      padding: 52px 43px 57px 40px;
  }

  .sp-item {
      height: 320px;
      width: calc(100% / 4 - 16px);
      margin: 0 8px;
  }

  .sp-header {
      height: 40px;
  }

  .sp-header .diamond-dots {
      padding: 0 15px;
  }

  .sp-content {
      padding: 65px 20px 0;
  }

  .sp-amount {
      font-size: 56px;
      margin-bottom: 2px;
      margin-top: 10px;
  }

  .sp-title {
      font-size: 12px;
      line-height: 20px;
  }

  .sp-icon {
      max-height: 45px;
  }

  .content-one-wrap {
    max-width: 1088px;
    transform: translateX(56px);
    width: 100%;
  }

  .content-one-left {
      width: 573px;
  }

  .content-one-right {
      width: 441px;
  }

  section#home-content-one h1 {
      font-size: 70px;
      margin: 30px 0;
      line-height: 72px;
      margin-bottom: 34px;
  }

  section#home-content-one {
      padding-top: 81px;
      padding-bottom: 110px;
  }

  .content-one-bottom .container {
      max-width: 982px;
  }

  .content-one-blockquote {
      max-width: 730px;
      margin-bottom: 35px;
  }

  section#testimonials-home {
      padding-top: 90px;
  }

  .home-testimonial-header figure img {
      max-width: 104px;
  }

  .home-testimonial-header {
      margin-bottom: 80px;
  }

  section#testimonials-home .container {
      max-width: 956px;
  }

  .testimonial-slide-item {
      padding: 110px 53px 30px 53px;
      min-height: 480px;
  }

  .testimonial-slide-item .heading {
      font-size: 24px;
      line-height: 30px;
  }

  .testimonial-slide-item .copy {
      margin-bottom: 20px;
  }

  .testimonial-slide-item .meta {
      font-size: 13px;
  }

  .testimonial-slide-item .meta div {
      margin-right: 12px;
  }

  .content-one-bottom {
    margin-top: 68px;
  }

  .content-one-blockquote {
      margin-bottom: 30px;
  }

  .content-one-bottom {
    margin-top: 68px;
  }

  .content-one-blockquote {
      margin-bottom: 30px;
  }

  .content-one-col2 {
      width: calc(100% - 252px);
  }

  .content-one-col2 > div {
      width: calc(50% - 31px);
  }

  button.btn.btn-slick.next.slick-arrow {
    right: -65px;
    top: 50%;
  }

  button.btn.btn-slick.prev.slick-arrow {
      left: -65px;
      top: 50%;
  }

  button.slick-arrow {
      width: 46px;
      height: 46px;
  }

  section#testimonials-home {
      padding-bottom: 95px;
      background-image: url(images/bkg-rev-tab.jpg);
  }

  div.testimonial-slide-item {
      margin: 0 20px;
      max-width: 460px;
  }

  div.testimonials-slider {
      margin: 0 -20px;
  }

  .testimonial-slide-item .quote-icon {
      width: 77px;
  }

  section#home-practice-areas .pa-home-container {
      max-width: 980px;
  }

  .pa-home-menu ul.menu > li a {
      padding: 18px 20px 17px;
  }

  .pa-heading {
      margin-bottom: 55px;
  }

  .pa-home-menu ul.menu > li {
      width: calc(100%/3 - 28px);
      margin: 0 14px 23px;
  }

  .pa-home-menu ul.menu {
      margin: 0 -14px;
  }

  section#home-practice-areas {
      padding-bottom: 90px;
  }

  .pa-header figure {
      margin-bottom: 30px;
  }

  .content-two-left {
      width: 397px;
  }

  .content-two-right {
      width: 522px;
  }

  .content-two-wrap {
      transform: translateX(0px);
      max-width: 980px;
  }

  section#home-content-two {
      padding-top: 100px;
  }

  .content-two-right .h1 {
      margin: 29px 0 27px;
  }

  .content h2 {
      font-size: 17px;
      line-height: 22px;
  }

  section#home-content-two p {
      margin-bottom: 11px;
  }
	#attorney-page + section#contact-form {
      margin-top: -150px;
	}
  section#contact-form {
      margin-top: -205px;
      padding-top: 350px;
      background-position: center top;
  }


  .cf-wrap {
      top: 55px;
      max-width: 980px;
      padding: 77px 82px 47px;
      width: calc(100% - 160px);
  }

  #contact-form .gform_legacy_markup_wrapper textarea {
      height: 134px;
  }

  .contact-form-heading {
      transform: translateX(0px);
  }

  .cf-icon img {
      transform: translateX(0px);
  }

  #gform_fields_1 > #field_1_8 {
      font-size: 13px;
      margin-top: -7px!important;
      margin-bottom: -21px!important;
  }

  .footer-socket {
      padding: 145px 0 45px;
  }

  .branding-logo {
      transform: translateY(0px);
  }

  .footer-copyrights-wrapper {
      padding: 15px 90px 25px 50px;
  }

  #contact-form label.gfield_label {
    font-size: 12px;
    left: 28px;
  }

  #contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding: 0 28px;
  }

  #contact-form .gform_legacy_markup_wrapper textarea {
      padding: 0 28px;
  }

  .inner-hero {
    min-height: 368px;
    padding: 92px ​0 20px;
  }


  /*div.page-hero-content.has-default-title {
      margin: 0;
      top: 50%;
  }*/

  .default-page-container.has-sidebar {
      width: 980px;
  }

  .default-main.content {
      width: 633px;
  }

  .default-sidebar {
      width: 249px;
  }

  .default-sidebar > div.widget h3.widget-title {
      font-size: 12px;
      margin-bottom: 33px;
      padding: 19px 70px 20px 20px;
  }

  .default-sidebar > div.widget h3.widget-title span {
      width: 63px;
  }

  .default-sidebar > div.widget >ul > li a {
      font-size: 12px;
      line-height: 14px;
  }

  div#blog-page,div#internal-page {
      margin-top: 60px;
  }

  .default-sidebar > div.widget.widget_recent_entries li a {
    font-size: 12px;
    line-height: 14px;
  }

  div#about-page {
    margin-top: 160px;
  }

  div#attorneys-list-page {
    margin-top: 165px;
  }

  .attorneys-page-container {
      width: calc(100% - 160px);
  }

  div#attorney-page {
    margin-top: 200px;
  }

  div#videos-center {
    margin-top: 170px;
  }

  .video-item {
      width: calc(100%/3 - 50px);
      margin: 42px 25px 0px;
  }

  div#practices-area-page {
    margin-top: 70px;
  }

  .practice-area-grid-item ul.menu > li {
      width: calc(100%/2 - 42px);
  }

  div.practice-area-grid-item ul.menu > li:nth-child(-n + 2) {
      border-top: 0;
  }

  .practice-area-grid-item ul.menu > li:nth-child(-n + 3) {
      border-top: 1px solid #CBCBCB;
  }

  .sp-hover p {
    font-size: 14px;
    line-height: 26px;
  }

  .cs-grid-item .sp-hover {
      padding: 0 30px;
  }

  .cs-grid-item .sp-content {
      padding: 60px 30px 30px;
  }

  .cs-grid-item {
      min-height: 342px;
      margin-bottom: 25px;
  }

  div#testimonials-page {
    margin-top: 40px;
  }

  div#contact-page {
    /* padding-top: 200px; */
    padding-top: 220px;
    padding-bottom: 90px;
  }

  div#case-results-page {
    margin-top: 40px;
    }

    .cs-grid-item .sp-amount {
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #gform_fields_1 > .gfield {
        width: calc(100%/3 - 16px);
        margin: 0 8px 18px!important;
    }

    .bg-desktop {
    opacity: 0;
  }

  .bg-laptop {
    opacity: 0;
  }

    .bg-tablet {
        opacity: 1;
        z-index: 1;
    }

    .location-banner a.btn {
        width: 380px;
        font-size: 14px;
        height: 60px;
    }
    .inner-hero-content h4 {
        font-size: 22px;
    }
}

.header-menu-wrap-mobile{
  display: none;
}

@media all and (max-width: 1180px){
  .header-menu-wrap {
    display: none;
  }

  .laptop-only-1200{
    display: none!important;
  }

  header#site-header {
      height: 77px;
  }

  div.canvas-hamburger {
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    width: 86px;
    cursor: pointer;
  }

  div.hamburger {
      padding: 0;
      opacity: 1;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
      border-radius: 0;
      width: 36px;
      height: 4px;
  }

  .hamburger-box {
      width: 36px;
      height: 22px;
  }

  div.hamburger:hover {
      opacity: 1;
  }

  div.header-cta {
      margin-left: auto;
      padding-right: 33px;
  }

  .content-one-right {
    display: none;
  }

  .content-one-wrap .container {
      flex-wrap: wrap;
      width: calc(100% - 160px);
      margin: 0 auto;
  }

  .content-one-left {
      width: 100%;
  }

  .content-one-wrap {
      transform: translateX(0);
  }

  .content-one-tablet-image img {
      width: 100%;
  }

  .content-one-tablet-image.tablet-mobile-only {
      width: 100%;
  }

  section#home-content-one h1 {
      font-size: 73px;
      line-height: 75px;
  }

  .content-one-bottom .container {
      width: calc(100% - 160px);
      margin: 0 auto;
      max-width: 100%;
  }

  .content-one-grid {
      display: block;
  }

  .content-one-col1 {
      width: 100%;
  }

  .content-one-col2 {
      flex-wrap: wrap;
      width: 100%;
  }

  .content-one-col2 > div {
      width: 100%;
  }

  .content-one-col2 h4 {
      padding-top: 25px;
  }

  section#home-content-one {
      padding-bottom: 50px;
  }

  .content-one-bottom {
      margin-top: 74px;
  }

  section#selling-points {
      padding: 50px 80px;
  }

  section#selling-points button.slick-arrow {
      background: transparent;
      width: 34px;
      height: 34px;
  }

  section#selling-points button.slick-arrow svg path {
      stroke: #fff;
  }

  section#selling-points button.slick-arrow svg {
      height: 11px;
      width: 11px;
  }

  section#selling-points button.slick-arrow.next {
      right: -50px;
  }

  section#selling-points button.slick-arrow.prev {
      left: -50px;
  }

  section#testimonials-home .container {
      width: calc(100% - 160px);
  }

  button.slick-arrow {
      width: 34px;
      height: 34px;
  }

  button.slick-arrow svg {
      height: 11px;
      width: 11px;
  }

  button.btn.btn-slick svg {
      height: 11px;
  }

  button.btn.btn-slick.next.slick-arrow {
      right: -40px;
  }

  button.btn.btn-slick.prev.slick-arrow {
      left: -40px;
  }

  section#home-practice-areas .pa-home-container {
      width: calc(100% - 160px);
  }

  .pa-home-menu ul.menu > li {
      width: calc(100%/2 - 28px);
      margin: 0 14px 23px;
  }

  .pa-home-menu ul.menu {
      justify-content: center;
  }

  .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background: #fff;
  }

  html.menu-active{
    overflow: hidden;
  }

  html.menu-active .header-menu-wrap-mobile{
    display: block;
  }

  .header-menu-wrap-mobile {
    position: fixed;
    top: 77px;
    left: 0;
    height: calc(100vh - 77px);
    background: #fff;
    width: 100%;
    z-index: 5;
    overflow: auto;
  }

  header#site-header {
      height: 77px;
      background: #fff;
      box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.3);
      z-index: 10;
  }



  ul#main-menu {
    transform: none;
    display: block;
  }

  .header-menu-wrap-mobile ul#main-menu > li {
      margin: 0;
      display: table;
      margin: 0 auto;
      text-align: center;
      width: 100%;
  }
/* 
  .header-menu-wrap-mobile {
      padding-top: 50px;
  } */
  .header-menu-wrap-mobile {
    padding-top: 100px;
}

  ul#main-menu > li > a:before {
      display: none;
  }

  ul#main-menu > li > a {
      padding: 18px 0px;
      text-align: center;
      display: table;
      margin: 0 auto;
      font-size: 16px;
  }

  ul#main-menu > li > ul {
      position: static;
      width: 100%;
      transform: none;
      opacity: 1;
      visibility: visible;
      box-shadow: none;
      text-align: center;
      background: #06171C;
      margin: 10px 0;
      display: none;
  }

  ul#main-menu ul li a {
      color: #fff;
      font-size: 16px;
      line-height: 14px;
      text-transform: none;
      padding: 12px 0;
      display: block;
      font-weight: 600;
  }

  ul#main-menu > li > ul li {
      margin: 0;
  }

  ul#main-menu > li.active > ul {
      display: block;
  }

  .header-menu-wrap-mobile ul#main-menu > li.active > a {
      color: #3689D9;
  }

  .header-menu-wrap-mobile ul#main-menu > li.active > a {
  }

  .header-menu-wrap-mobile ul#main-menu > li.active > a:after {
      border-color: #3689D9;
  }

  .header-menu-wrap-mobile ul#main-menu > li > a:after {
      left: 3px;
  }

  .bg-desktop {
        opacity: 0;
    }

    .bg-tablet {
        opacity: 1;
    }

    .page-hero-content.has-default-title {
/*         width: 100%; */
    }

    .default-page-container.has-sidebar {
        flex-wrap: wrap;
        padding: 0 80px;
        width: 100%;
    }

    .default-main.content {
        width: 100%;
    }

    .default-sidebar {
        width: 100%;
        margin-top: 50px;
    }

    div#blog-page,div#internal-page {
        padding-bottom: 0;
    }

    .inner-hero-title {
        font-size: 60px;
    }

    .inner-hero-btn a {
        width: 275px;
        min-height: 50px;
        font-size: 12px;
    }

    div.page-hero-content.has-default-title {
        /*margin-top: -5px;*/
/*         max-width: 608px; */
    }

    /* div.inner-hero-title {
        display: none;
    }

    h1.inner-hero-title br {
        display: none;
    } */

    h2.blog-title a {
        font-size: 30px;
        line-height: 35px;
    }

    .about-content-wrap {
        display: block;
    }

    .about-heading {
        margin-bottom: 50px;
    }

    .about-content {
        width: 100%;
        padding: 0;
    }

    div#about-page {
        margin: 180px 0px 50px;
    }

    .case-results-grid .cs-grid-item {
        width: calc(100%/2 - 25px);
    }

    div#contact-page {
        /* padding-top: 90px; */
        padding-top: 200px;
        padding-bottom: 125px;
        /* padding-bottom: 150px; */
    }

    .cs-page-container {
        width: calc(100% - 160px);
    }

    div#case-results-page {
        margin-top: 50px;
    }

    .cs-grid-item .sp-amount {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .video-item {
      width: calc(100%/3 - 50px);
      margin: 42px 25px 0px;
    }

    .video-play-icon {
        width: 60px;
        height: 60px;
    }
	#attorney-page + section#contact-form {
      margin-top: -120px;
	}
}

@media all and (max-width: 992px){

    .pa-header-loction-page p {
        margin-bottom: 40px;
    }
  .hero-container-wrap {
    max-width: 550px;
  }

  .hero-title br {
      display: none;
  }

  section#home-hero {
      min-height: 790px;
      /* padding: 110px 0 40px; */
      padding: 125px 0 40px;
  }

  .hero-sub-title {
      margin-top: 30px;
      margin-bottom: 30px;
  }

  a.hero-btn {
      height: 55px;
  }

  section#selling-points {
      padding: 50px 80px 30px;
  }

  .sp-amount {
      font-size: 53px;
      line-height: 1;
      margin: 20px 0 13px;
  }

  div.sp-grid {
      margin: 0 -9px;
  }

  section#selling-points button.slick-arrow.next {
      margin-top: 3px;
  }

  section#selling-points button.slick-arrow.prev {
      margin-top: 3px;
  }

  section#home-content-one {
      padding-top: 107px;
      padding-bottom: 50px;
  }

  section#home-content-one h1 {
      margin-bottom: 28px;
  }

  .content-one-tablet-image.tablet-mobile-only {
      margin-top: 25px;
  }

  .content-one-col1 {margin-top: 24px;margin-left: 0;}

  .content-one-blockquote {
      margin-bottom: 0;
  }

  .content-one-col2 {
      margin-top: 38px;
  }

  div.content-one-col2 div:first-child h4 {
      padding-bottom: 9px;
  }

  .content-one-col2 h4 {
      padding-top: 20px;
      padding-bottom: 6px;
  }

  section#home-content-one p {
      margin-bottom: 10px;
  }

  section#testimonials-home {
      background-image: url(images/bkg-rev-tab.jpg);
      background-image: url(images/testimonial-bg-tablet-768-02.jpg);
      padding-top: 85px;
      padding-bottom: 106px;
  }

  .home-testimonial-header {
      transform: translateX(10px);
  }

  .home-testimonial-header figure {
      transform: translateX(0);
  }

  div.testimonials-slider {
      max-width: 460px;
      margin: 0 auto;
  }

  div.testimonial-slide-item {
    margin: 0;
  }

  .testimonial-slide-item {
      padding: 120px 53px 30px 53px;
      min-height: 460px;
  }

  .home-testimonial-header {
      margin-bottom: 70px;
  }

  .testimonial-slide-item .quote-icon {
      width: 81px;
      height: 73px;
  }

  .testimonial-slide-item .heading {
      margin-bottom: 0px;
  }

  .testimonial-slide-item .copy {
      margin-top: 12px;
      padding-right: 1px;
  }

  button.slick-arrow {
      width: 46px;
      height: 46px;
  }

  button.btn.btn-slick.next.slick-arrow {
      right: -98px;
  }

  button.btn.btn-slick.prev.slick-arrow {
      left: -100px;
  }

  button.btn.btn-slick svg {
      height: 15px;
  }

  .pa-heading {
      margin-bottom: 41px;
  }

  section#home-practice-areas {
      padding-bottom: 65px;
  }

  .content-two-left {
      display: none;
  }

  section#home-content-two .container {
      width: calc(100% - 160px);
      margin: 0 auto;
  }

  section#home-content-two {
      padding-top: 85px;
  }

  .content-two-right .h1 {
      max-width: 100%;
      margin: 34px 0 33px;
  }

  .content-two-right .h1 br {
      display: none;
  }

  .content-two-right {
      width: 100%;
  }

  .content-two-content h2 {
      padding-bottom: 15px;
  }

  section#contact-form {
      padding-top: 400px;
      margin-top: -93px;
      background-image: url(images/bkg-ft-tab.jpg);
      background-size: 1200px auto;
  }

  .cf-wrap {
	  top:0;
      padding: 72px 80px 64px;
      width: 100%;
  }

  .contact-form-heading {
      max-width: 480px;
      margin-bottom: 40px;
  }

  #gform_fields_1 > .gfield {
      width: calc(100%/2 - 14px);
      margin: 0 6px 18px!important;
  }

  #gform_fields_1 > #field_1_4 {
      width: 100%;
      max-width: 100%;
  }

  #gform_fields_1 > #field_1_8 {
      margin-top: -8px!important;
      margin-bottom: -10px!important;
      font-size: 12px;
  }

  input#gform_submit_button_1 {
      position: relative;
      z-index: 1;
  }

  .footer-socket {
      padding-top: 70px;
      padding-bottom: 50px;
  }

  .footer-copyrights-wrapper {
      padding: 20px 31px 15px 17px;
  }

  .branding-logo img {
      width: 233px;
  }

  .footer-coprights-content {
      font-size: 12px;
  }

  .footer-coprights-content strong {
      margin: 0 3px;
  }

  .attorney-grid-item {
    width: calc(100%/2 - 40px);
    margin: 42px 20px 5px;
  }

  div#attorney-page-sidebar {
    display: none;
  }

  .attorney-content {
      width: 100%;
      padding: 0;
  }

  .attorney-content {
      text-align: center;
  }

  .attorney-content .attorney-headshot {
      display: block;
      margin-bottom: 50px;
      max-width: 380px;
      margin: 0 auto 50px;
  }

  .attorney-content .subtitle-icon-wrap {
      margin: 0 auto;
      text-align: center;
  }

  .attorney-content h1 {
      text-align: center;
      margin-bottom: 30px;
  }

  .video-play-icon {
    width: 60px;
    height: 60px;
  }

  i.icon-video-btn {
      border-width: 10px 0 10px 18px;
      height: 20px;
  }

  .video-item {
      width: calc(100%/2 - 30px);
      margin: 42px 15px 0px;
  }

  .videos-grid {
      margin: 0 -15px;
  }

  div#videos-center {
    margin-top: 185px;
  }

  .sp-hover p {
    font-size: 13px;
    line-height: 23px;
  }

  .case-results-grid .cs-grid-item {
      min-height: 320px;
  }

  .cs-grid-item .sp-content {
      padding: 65px 30px 30px;
  }

  .testimonials-grid .testimonial-slide-item {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .testimonials-grid {
      margin: 0;
  }

  div#testimonials-page {
    margin-top: 50px;
  }

  .cf-wrap:after {
    height: 54px;
  }

  body.page-template-template-case-results .page-hero-content{
    max-width: 600px;
  }


}

@media all and (max-width: 767px){
#totop, #totop.top-visible {
    display: none !important;
}

.location-banner a.btn {
    width: auto;
    max-width: 350px;
    line-height: normal;
    font-size: 13px;
    padding: 0 15px;
    height: 55px;
}
.inner-hero-content h4 {
    font-size: 20px;
}
.page-hero-content.location-banner {
    padding: 0;
}
}

/* .pa-home-menu ul.menu li:last-child {
    display: none;
} */

@media all and (max-width: 700px){
  div.testimonial-slide-item {
    margin: 0;
  }
  .header-menu-wrap-mobile {
    padding-top: 80px;
}

  div#blog-page,div#internal-page {
      margin-top:30px;
  }
  
  div#internal-page {
      /* margin-top: 203px; */
      padding-bottom: 0;
  }

  .testimonial-slide-item {
      padding: 120px 53px 30px 53px;
      min-height: 460px;
  }

  .home-testimonial-header {
      margin-bottom: 70px;
  }

  .testimonial-slide-item .quote-icon {
      width: 81px;
      height: 73px;
  }

  .testimonial-slide-item .heading {
      margin-bottom: 0px;
  }

  .testimonial-slide-item .copy {
      margin-top: 12px;
      padding-right: 1px;
  }

  button.slick-arrow {
      width: 46px;
      height: 46px;
  }

  button.btn.btn-slick.next.slick-arrow {
      right: -98px;
  }

  button.btn.btn-slick.prev.slick-arrow {
      left: -100px;
  }

  button.btn.btn-slick svg {
      height: 15px;
  }

  .pa-heading {
      margin-bottom: 35px;
      font-size: 25px;
      line-height: 30px;
  }

  section#home-practice-areas {
      padding-bottom: 65px;
  }

  .content-two-left {
      display: none;
  }

  section#home-content-two .container {
      width: calc(100% - 160px);
      margin: 0 auto;
  }

  section#home-content-two {
      padding-top: 85px;
  }

  .content-two-right .h1 {
      max-width: 100%;
      margin: 34px 0 33px;
  }

  .content-two-right .h1 br {
      display: none;
  }

  .content-two-right {
      width: 100%;
  }

  .content-two-content h2 {
      padding-bottom: 15px;
  }

  section#contact-form {
      padding-top: 400px;
      margin-top: -93px;
  }

  .cf-wrap {
      top: 0;
      padding: 72px 80px 64px;
  }

  .contact-form-heading {
      max-width: 496px;
      margin-bottom: 40px;
  }

  #gform_fields_1 > .gfield {
      width: calc(100%/2 - 14px);
      margin: 0 6px 18px!important;
  }

  #gform_fields_1 > #field_1_4 {
      width: 100%;
      max-width: 100%;
  }

  #gform_fields_1 > #field_1_8 {
      margin-top: -8px!important;
      margin-bottom: -10px!important;
      font-size: 12px;
  }

  input#gform_submit_button_1 {
      position: relative;
      z-index: 1;
  }

  .footer-socket {
      padding-top: 70px;
      padding-bottom: 50px;
  }

  .footer-copyrights-wrapper {
      padding: 20px 31px 15px 17px;
  }

  .branding-logo img {
      width: 233px;
  }

  .footer-coprights-content {
      font-size: 12px;
  }

  .footer-coprights-content strong {
      margin: 0 3px;
  }

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

  header#site-header {
      height: 153px;
      background: #EEEEEE;
  }

  .site-logo {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      /* height: 76px; */
      height: auto;
      background: #fff;
  }

  .site-logo img {
      width: 308px;
  }

  .header-cta {
      margin-right: auto;
      margin-left: 0;
  }

  div.header-cta {
      margin-left: 0;
      margin-right: auto;
      padding-left: 26px;
  }

  .hero-title {
      font-size: 65px;
      max-width: 280px;
      margin: 0 auto;
  }

  .hero-container-wrap {
      padding: 0 40px;
  }

  .hero-sub-title {
      display: none;
  }

  a.hero-btn {
      margin-top: 27px;
  }

  section#home-hero {
      min-height: 683px;
      /* padding: 193px 0 40px; */
      padding: 213px 0 40px;
  }

  section#selling-points {
      padding: 37px 40px 97px;
  }

  section#selling-points button.slick-arrow.next {
      right: 50%;
      transform: translateX(100%) rotate(45deg);
      margin: 0;
      margin-right: -15px;
  }

  section#selling-points button.slick-arrow {
      top: auto;
      bottom: -63px;
  }

  section#selling-points button.slick-arrow.prev {
      margin-top: 0;
      left: 50%;
      transform: translateX(-100%) rotate(45deg);
      margin-left: -15px;
  }

  .sp-content {
      padding-top: 55px;
  }

  .sp-amount {
      margin: 28px 0 15px;
      transform: translateX(-8px);
  }

  section#home-content-one {
    padding-top: 73px;
  }

  .content-one-wrap .container {
      width: calc(100% - 80px);
  }

  .content-one-left .subtitle-icon-wrap {
      margin: 0 auto;
      width: auto;
  }

  span.subtitle-text {
      padding: 0 25px 0 25px;
  }

  span.subtitle-icon {
      width: 60px;
  }

  .content-one-left {
      text-align: center;
  }

  section#home-content-one h1 {
      text-align: center;
      font-size: 50px;
      line-height: 1;
      margin: 28px 0 35px;
  }

  .content-one-bottom .container {
      width: calc(100% - 80px);
      margin: 0 auto;
      max-width: 100%;
  }

  .content-one-blockquote {
      font-size: 25px;
      line-height: 30px;
  }

  section#testimonials-home .container {
      width: calc(100% - 80px);
  }

  .home-testimonial-header .main-heading {
      font-size: 25px;
      line-height: 30px;
      padding: 0 10px;
  }

  div.testimonials-slider {
      display: none;
  }

  section#home-practice-areas .pa-home-container {
      width: calc(100% - 80px);
  }

  .pa-home-menu ul.menu > li {
      width: 100%;
      margin-bottom: 15px;
  }

  section#home-practice-areas {
      padding-bottom: 50px;
      padding-top: 50px;
  }

  section#home-content-two {
      padding-top: 61px;
  }

  section#home-content-two .container {
      width: calc(100% - 80px);
  }

  .content-two-right .h1 {
      font-size: 30px;
      line-height: 35px;
      margin-bottom: 20px;
  }
#attorney-page + section#contact-form,
  section#contact-form {
      margin-top: 0;
      padding-top: 50px;
  }

  .cf-wrap {
      padding: 70px 40px 130px;
      position: relative;
  }

  .contact-form-heading {
      font-size: 25px;
      line-height: 30px;
      margin-top: 15px;
  }

  #gform_fields_1 > .gfield {
      width: 100%;
      max-width: 100%;
  }

  #contact-form input#gform_submit_button_1 {
      margin: 0 auto;
  }

  #gform_fields_1 > #field_1_8 {
      margin: 0!important;
      position: absolute;
      bottom: 75px;
      left: 50%;
      transform: translateX(-50%);
      width: auto;
  }

  #contact-form .gform_legacy_markup_wrapper textarea {
      height: 212px;
  }

  #contact-form .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      padding: 0 18px;
  }

  #contact-form label.gfield_label {
      left: 18px;
  }

  .footer-socket {
      padding-top: 85px;
  }

  .footer-coprights-container {
      display: block;
      text-align: center;
  }

  .footer-coprights-content {
      flex-wrap: wrap;
      text-align: center;
      justify-content: center;
      display: inline-block;
      /* margin-bottom: 10px; */
  }

  .footer-copyrights-wrapper {
      padding: 25px 30px 25px;
  }

  .footer-coprights-content p {
      display: inline;
  }

  section#testimonials-home {
    background-image: url(images/bkg-rev-mob.jpg);
    background-image: url(images/testimonial-bg-mobile-360-02.jpg);
    background-color: #eee;
  }

  a.btn-testimonial {
    width: 248.5px;
    height: 55px;
    background: #06171c;
    border: 2px solid #a3957a;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.32);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: 800;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 12px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
  }

  section#testimonials-home {
      padding-top: 66px;
      padding-bottom: 80px;
      background-size: auto 100%;
      background-position: center center;
  }

  .home-testimonial-header {
      margin-bottom: 27px;
  }

  .home-testimonial-header .subheading {
      font-size: 15px;
      line-height: 18px;
      padding: 0 10px;
      margin: 20px 0 8px;
  }

  .header-menu-wrap-mobile {
    top: 153px;
    height: calc(100vh - 153px);
    overflow: auto;
  }

  header#site-header {
      box-shadow: none;
  }

  /* body.page-template-default .inner-hero {
    display: none;
  } */

  .default-page-container.has-sidebar {
    padding: 0 40px;
  }

  .default-main.content h1 {
      margin-bottom: 10px;
  }

  .default-sidebar > div.widget > ul > li {
      padding: 0 20px;
  }

  .default-sidebar > div.widget:last-child {
      margin-bottom: 0;
  }

  .inner-hero {
    min-height: 0;
    padding: 240px 0 40px;
  }

  .inner-hero-title {
    font-size: 34px;
    line-height: 1;
  }
/* 
  .hero-inner-bg {
      display: none;
  } */

  .inner-hero-btn:not(.inner-hero-btn-mobile) {
      display: none;
  }
  .location-banner .inner-hero-btn:not(.inner-hero-btn-mobile) {display: block;}
  


  .inner-hero-btn.inner-hero-btn-mobile {
        margin-top: 0;
        width:100%;
        margin-bottom: 30px;
    }

    .inner-hero-btn.inner-hero-btn-mobile .btn {
        margin-top: 0;
        width:100%;
        display:flex;
        border-radius: 0;
    }

  /* .page-hero-content h1 {
      font-size: 35px;
      letter-spacing: -0.01em;
      line-height: 35px;
      text-align: center;
      color: #06171c;
      font-family: 'baltica';
      text-transform: none;
      margin: 36px 0 25px;
      font-weight: 400;
      padding: 0 40px;
  } */

  h2.blog-title a {
    font-size: 28px;
    line-height: 33px;
  }

  .blog-time.news-meta {
      font-size: 12px;
      line-height: 20px;
  }

  .content h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h1.page-title-long {
    font-size: 30px;
    line-height: 35px;
  }

  div#about-page {
    margin: 243px 0px 5px;
  }

  .about-container.content {
      width: calc(100% - 80px);
  }

  .about-heading span.subtitle-text {
      font-size: 13px;
  }

  .about-heading {
      width: 290px;
      margin-bottom: 40px;
  }

  .attorney-grid-item {
    width: calc(100% - 40px);
    margin: 42px 20px 5px;
  }

  .attorneys-page-container {
      width: calc(100% - 80px);
  }

  .meet-team-heading h1.subtitle-text {
      padding-left: 25px;
      font-size: 14px;
  }

  div#attorneys-list-page {
      margin-bottom: 0;
  }

  div#attorneys-list-page {
    margin-top: 250px;
  }

  div#attorney-page {
    margin-top: 233px;
  }

  .attorney-page-container.content {
      width: calc(100% - 80px);
  }

  .attorney-content .attorney-headshot {
      margin-bottom: 30px;
  }

  div#videos-center {
      margin-top: 243px;
  }

  .video-page-container {
      width: calc(100% - 80px);
  }

  .video-item {
      width: 100%;
  }

  div#practices-area-page {
    margin-top: 50px;
  }

  .practice-area-grid-item ul.menu > li {
      width: calc(100% - 42px);
  }

  div.practice-area-grid-item ul.menu > li:nth-child(-n + 2) {
      border-top: 0;
  }

  .practice-area-grid-item ul.menu > li:nth-child(-n + 3) {
      border-top: 1px solid #CBCBCB;
  }

  .default-page-container.practices-area-page {
      width: calc(100% - 80px);
  }

  div.practice-area-grid-item ul.menu > li:nth-child(-n + 2) {
      border-top: 1px solid #CBCBCB;
  }

  div.practice-area-grid-item ul.menu > li:nth-child(-n + 1) {
      border-top: 0;
  }

  .sp-header.pa-heading h3 {
      font-size: 12px;
      padding-left: 20px;
      padding-right: 10px;
  }

  .sp-header.pa-heading .diamond-dots {
      padding: 0 11px;
  }

  .practice-area-grid-item ul.menu > li a {
      font-size: 13px;
      padding: 16px 20px 20px;
  }

  div#case-results-page {
    margin-top: 50px;
  }

  .cs-page-container {
      width: calc(100% - 80px);
  }

  .case-results-grid .cs-grid-item {
      width: 100%;
      margin-bottom: 20px;
  }

  div#testimonials-page {
    margin-top: 40px;
  }

  .testimonial-page-container {
      width: calc(100% - 80px);
  }

  .testimonials-grid .testimonial-slide-item {
      padding: 110px 30px 30px 30px;
  }

  div#contact-page .container {
    padding: 0 40px;
  }

  .cp-heading > div {
      max-width: 100%;
  }

  div#contact-page {
      /* padding-top: 230px; */
      padding-top: 260px;
      padding-bottom: 350px;
  }

  div#contact-page address {
      font-size: 27px;
      line-height: 32px;
      margin-bottom: 30px;
  }

  .cp-heading h1{
    font-size: 12px;
    width: calc(100% - 60px);
    padding: 0 10px;
  }

  .content-one-tablet-image.tablet-mobile-only {
    margin-top: 40px;
    }

    .content-one-bottom {
        margin-top: 50px;
    }

    .content-one-col1 {
        margin-top: 20px;
    }

    div.content-one-col2 div:first-child h4 {
        margin-top: 30px;
    }

    .pa-home-menu ul.menu li {
        display: none;
    }

    .pa-home-menu ul.menu li:nth-child(-n + 4) {
        display: block;
    }

    .pa-home-menu ul.menu li:last-child {
        display: block;
    }

    .cs-page-container {
        width: calc(100% - 80px);
    }

    div#case-results-page {
        margin-top: 38px;
    }

    .cs-grid-item .sp-amount {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    body h1.page-title {
        font-size: 40px;
        line-height: 1;
    }

    .cf-wrap:after {
        height: 64px;
    }

    .home-testimonial-header{
        transform: translateX(0);
    }
}

html {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

input#gform_submit_button_1 {
    position: relative;
    z-index: 1;
}

button.slick-arrow:hover {
    background: #A3957A;
}

button.slick-arrow:hover path {
    stroke: #fff;
}

button.slick-arrow {
    transition: .35s ease;
}

button.slick-arrow path {
    transition: .35s ease;
}

.pa-home-menu ul.menu > li a:hover {
    background: #3689d9;
}

.footer-coprights-content a:hover {
    color: #3689d9;
}



@media (min-width: 1181px) {
	.cf-wrap {
		transition: transform 1s ease-in-out,  opacity 1s ease-in-out;
		transform: translateY(240px);
		opacity:0
	}
	
	.cf-wrap.visible {
		transform: translateY(0px);
		opacity:1
	}
	
	.hero-headings {
		opacity: 0;
		transition:  opacity 1s ease-in-out;
		
	}
	
	.hero-headings.visible {
		opacity: 1;
		
	}
	.footer-coprights-container {
        justify-content: center;
    }
}

.gform_legacy_markup_wrapper .validation_message {
	color:inherit;
}
.gform_legacy_markup_wrapper li.gfield.gfield_error,
.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color:transparent !important;
	border-top:none !important;
	border-bottom:none !important;
}

.gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0!important;
}

#contact .gform_legacy_markup_wrapper li.gfield.gfield_error {
	margin-bottom: 35px!important;
}

.gfield {
	position:relative;
}

.gform_validation_errors>h2 {
	color: #FFF !important;
}

.gform_legacy_markup_wrapper .validation_message {
	position:absolute;
	top:100%;
	left:0;
	color:#fff!important;
	padding-top: .5em!important;
}


.award {
  height: 73px;
  position: relative;
  display: block;
}

.award-slide .award {
  width: 100%;
}


@media (min-width: 700px) {
  .award {
    height: 73px;
  }
  .inner-hero-btn.inner-hero-btn-mobile {
      display: none;
  }

}

@media (min-width: 1181px) {
  .award {
    height: 82px;
  }
}

@media (min-width: 1301px) {
  .award {
    height: 98px;
  }
}

@media (min-width: 1601px) {
  .award {
    height: 125px;
  }
}

.award img, .award svg, .award object {
  position: absolute;
  max-height: 100%;
  max-width: 80%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.award-slide .award:first-child:last-child img,
.award-slide .award:first-child:last-child svg
.award-slide .award:first-child:last-child object {
	position:static;
	margin:0;
	
}
.gform_confirmation_message {
	text-align: center;
}


body.page-template-sticky-sidebar .content img {
    display: block;
    margin: 10px auto;
}


.sticky-sidebar-main.sidebar_hd_mobile {
    display: none;
}

.sticky-sidebar-main.sidebar_hd.half_width .default-sidebar {
    display: block;
}

@media screen and (max-width: 1024px) {
.sticky-sidebar-main.sidebar_hd_mobile {
    display: block;
}

.sticky-sidebar-main.sidebar_hd.half_width .default-sidebar {
    display: none;
}
    
}


/* home videos */
.home-hero-video .hero-container-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    max-width: 1505px;
}


.home-hero-video .hero-headings {
    width: 54%;
}

.home-hero-video .hero-video {
    width: 40%;
}

.home-hero-video .hero-title {
    font-size: 76px;
    line-height: 1;
    text-align: left;
}

.home-hero-video .hero-sub-title {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 0 30px;
}
.home-hero-video .hero-sub-title span {
    font-size: 18px;
    letter-spacing: 1px;
}

.home-hero-video a.hero-btn {margin: 0;}

.hero-video-image img {
    width: 100%;
}

.home-hero-video .hero-sub-title span:after {
    margin: 0 5px;
}


.hero-video-image {
    position: relative;
}



.hero-video-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.hero-video-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 80px;
    height: 80px;
    background: #3689d9;
    border-radius: 50%;
    animation: 1.5s ease-out infinite pulse-border;
}

.hero-video-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: #3689d9;
    border-radius: 50%;
    transition: all .2s;
}

.hero-video-button .triagle_shape {
    display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
video#customVideo {
    width: 100%;
    height: 100%;
}

.video_main {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    height: 600px;
    max-width: 600px;
}
.home-hero-video-none .hero-video {
    display: none;
}

div#video-box {
    max-width: 920px;
    margin: 0 auto;
    max-height: 680px;
    position: relative;
    width: 100%;
    padding: 0 50px;
}

#video-box button.mfp-close {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    color: #fff;
    border: 1px solid #fff;
}
@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}


/* Location Page */
.location-page-two-sec .content-two-wrap {
    max-width: 1542px;
    align-items: center;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.location-page-two-sec .content-two-left {
    width: 726px;
}
.location-page-two-sec .content-two-right {
    width: 726px;
}
.heading-h2-bold {
    font-size: 92px;
    font-family: "korolev",sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0;
    letter-spacing: -1px;
    color: #05181C;
}
.content-two-content {
    padding-right: 20px;
}
.container-big {
    max-width: 1542px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
.heading-h2 {
    font-size: 50px;
    text-align: center;
    font-family: 'baltica';
    margin-bottom: 70px;
    color: #05181C;
}
.three-box-in {
    display: flex;
    gap: 50px;
}
.three-box-item {
    background-color: #05181C;
    padding: 60px 50px;
    text-align: center;
    width: 33.33%;
    position: relative;
}
.three-box-item::before {
    position: absolute;
    top: 10px;
    left: 10px;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #928466;
    z-index: 0;
}
.three-box-item * {
    position: relative;
    z-index: 1;
}
.three-box-item img {
    max-height: 82px;
}
.three-box-item h3 {
    color: #928466;
    letter-spacing: 3.2px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.7;
    margin: 30px auto 20px;
    width: 100%;
    max-width: 330px;
}
.three-box-item p {
    color: #fff;
    line-height: 1.7;
}
.three-box-main {background: linear-gradient(180deg, #FFFFFF00 0%, #EEEEEE 100%);}
.faq_section_content h3{font-size:20px;color:#9E8D70;font-weight:700;padding-bottom:0;padding-right: 15px;}
.schedule-your-consultation-box {
    box-shadow: 0px 0px 60px 0px #0000000D;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 80px 40px;
}
.schedule-your-consultation-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(5 24 28 / 85%);
    mix-blend-mode: multiply;
    z-index: 0;
}
.schedule-your-consultation-box * {
    position: relative;
    z-index: 1;
}
.schedule-your-consultation-box .heading-h2 {
    color: #fff;
    margin: 0 0 30px 0;
}
.schedule-your-consultation-box p {
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'baltica';
    text-align: center;
    margin: 0 auto;
    max-width: 1070px;
}
.schedule-your-consultation-box img {
    margin: 0 auto 30px;
    display: inherit;
}
.schedule-your-consultation-box p a {
    color: #D3C69B; white-space: nowrap;
}
.schedule-your-consultation-box p a em {
    font-style: italic;
}
.schedule-your-consultation-box p a strong {
    font-weight: 800;
}
.schedule-your-consultation-box p a:hover {text-decoration: underline;}

.page-template-template-location .home-testimonial-header {
    max-width: unset;
}
.faq-section-main .question-answer-box-inner {border-color: #245088;}
.faq-section-main .question-answer-box-inner:last-child {
    border-bottom-color: #245088;
}
.faq-section-main .content ol > li:before {color: #575757;}
.faq-section-main .content ul > li:before {color: #575757; background: #575757;}
/* Location Page */

/* Services Page */
.page-hero-content.services-banner {
	padding: 40px 0 30px;
}
/* .services-banner a.btn {
    font-size: 16px;
    letter-spacing: 3.2px;
} */
.inner-hero.services-banner-bg::after {
    content: "";
    background: #0000004D;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.services-banner .inner-hero-content p {
    font-size: 24px;
    font-weight: 500;
}
.service-page-two-sec .content-two-right {
    width: 751px;
}
.service-page-two-sec .content-two-left {
    width: 633px;
}
.service-page-two-sec .content-two-left .content-two-content p {
    font-size: 20px;
    color: #575757;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 1.5;
}
.service-page-two-sec .content-two-left .content-two-content p:last-child {
    margin-bottom: 0;
}
.content-two-wrap.container-big {
    align-items: center;
}
.three-box-img-main .three-box-img-in {
    gap: 54px;
    display: flex;
}
.three-box-img-item {
    width: 33.33%;
}
.three-box-img-item img {
    width: 100%;
    display: block;
    height: 608px;
    object-fit: cover;
    margin-bottom: 30px;
}
.three-box-img-item h3 {
    color: #06171C;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}
.three-box-img-item p {
    font-size: 18px;
    color: #575757;
    line-height: 1.55;
    font-weight: 500;
}
.three-box-img-item .three-box-content {
    padding-right: 20px;
}
.three-box-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #A5937936 21%, #08171AB2 70%);
    top: 0;
    left: 0;
}
.three-box-img {
    position: relative;
}
.three-box-img-main {
    background: url(/wp-content/uploads/2024/12/bg-icon-img.png);
    background-position: 0 70px;
    background-repeat: no-repeat;
    padding-bottom: 21vw;
}
.three-box-bgimg {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
}
.three-box-bgimg img {
    width: 100%;
}
.three-box-bgimg::after {
    content: "";
    width: 100%;
    height: 9vw;
    position: absolute;
    bottom: 0px;
    left: 0;
    background: linear-gradient(180deg, #F5F8FB00 0%, #F5F8FB 100%);
}
section.services-box-main {
    background: linear-gradient(180deg, #F5F8FB 20%, #F5F8FB33  100%);
    padding: 50px 0 0 0 !important; 
}
.services-box-main .heading-h2 {
    margin-bottom: 30px;
}
.services-heading-content p {
    max-width: 1045px;
    margin: 0 auto;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #575757;
}
.services-box-in {
    display: flex;
    margin-top: 58px;
    flex-wrap: wrap;
}
.services-box-item {
    width: 33.33%;
    background-color: #FFFFFF;
    border: 1px solid #E1EAF0;
    padding: 55px 50px 60px 55px;
}
.services-box-item img {
    max-height: 80px;
    object-fit: contain;
    object-position: top center;
}
.services-box-icon {
    height: 80px;
    display: flex;
    align-items: center;
}
.services-box-item h3 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'baltica';
    color: #194F9C;
    margin-top: 30px;
    line-height: 1.25;
}
.services-box-item p {
    font-weight: 400;
    font-size: 21px;
    line-height: 1.47;
    color: #0C2A44;
    margin: 30px 0 0 0;
    font-family: "Roboto", serif;
}
a.btn-link {
    background-image: url(/wp-content/uploads/2024/12/arrow-right-3.svg);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0 59px 0 0;
    color: #0C2A44;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-top: 40px;
    display: inline-block;
}
a.btn-link:hover {
    color: #194F9C;
    padding-right: 64px;
}
.schedule-strategy-call .heading-h2 {
    margin-bottom: 40px;
    text-align: left;
}
.schedule-strategy-call .inner-hero-btn {
    margin: 50px 0 0 0;
}
.schedule-strategy-call .inner-hero-btn a.btn {
    margin: 0;
}
.schedule-strategy-call .content-two-left {
    width: 630px;
}
.personal-injury-case-accordion .container-big {
    max-width: 1674px;
}
.personal-injury-case-accordion .content-two-left {
    width: 886px;
    padding-right: 80px;
}
.personal-injury-case-accordion .content-two-right {
    width: 790px;
    padding: 40px 0;
}
.personal-injury-case-accordion {
    background-color: #08171A;
}
.personal-injury-case-accordion .heading-h2 {
    color: #A3957A;
    text-align: left;
    max-width: 580px;
}
.heading-h2-60 {
    font-size: 60px;
    line-height: 1.1;
    color: #06171C;
}
.accordion-list li {
    border-bottom: 1px solid rgb(163 149 122 / 40%);
    padding: 50px 0;
}
.accordion-list h3 {
    color: #fff;
    font-size: 40px;
    font-family: 'baltica';
    font-weight: 700;
    position: relative;
    margin: 0 0 0px 0;
    letter-spacing: 0;
    padding: 0 60px 0 0;
}
.accordion-list .answer {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding-top: 30px;
    padding-right: 60px;
}
.accordion-list .answer p:last-child {
    margin-bottom: 0px !important;
}
.accordion-list li:first-child {
    padding-top: 0;
}
.accordion-list li:last-child {
    padding-bottom: 0;
    border: 0;
}
.accordion-list h3::after {
    background-image: url(/wp-content/uploads/2024/12/acco-icon-plus.svg);
    background-repeat: no-repeat;
    content: "";
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    background-size: 100%;
}
.accordion-list li.active h3::after {
    background-image: url(/wp-content/uploads/2024/12/acco-icon-minus.svg);
}
.personal-injury-attorneys-apart .content-two-wrap.container-big {
    align-items: flex-start;
}
.personal-injury-attorneys-apart .content-two-right {
    width: 850px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 57px 84px;
}
.apart-box {
    width: calc(50% - 42px);
    border-left: 1px solid #D9B77A;
    padding: 0px 0px 47px 48px;
}
.apart-box img {
    max-height: 82px;
    object-fit: contain;
}
.apart-box-icon {
    height: 82px;
    align-items: center;
    display: flex;
}
.apart-box h3 {
    font-size: 26px;
    font-weight: 700;
    font-family: 'baltica';
    line-height: 1.3;
    margin: 33px 0 0 0;
    max-width: 240px;
}
.apart-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin: 20px 0 0 0 !important;
}
.personal-injury-attorneys-apart h2 {
    text-align: left;
}
.personal-injury-attorneys-apart .content-two-left img {
    margin: 60px 0 0 -0px;
}
.personal-injury-attorneys-apart {
    padding-bottom: 134px;
    background-image: url(/wp-content/uploads/2024/12/Apart-bg.png);
    background-repeat: no-repeat;
    background-position: 56px -88px;
    background-size: auto;
}
/* section.begin-your-journey-justice-today::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2024/12/gradient-new.png);
    background-size: cover;
} */
section.begin-your-journey-justice-today {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.begin-your-journey-justice-today h2 {
    color: #A3957A;
    text-align: left;
    margin: 0 0 30px 0;
}
.begin-your-journey-justice-today p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 87px 0 0;
    margin-bottom: 10px;
}
.begin-your-journey-justice-today a.btn {
    margin: 40px 0 0 0;
}
section.begin-your-journey-justice-today .content-two-wrap.container-big {
    align-items: flex-end;
}
.begin-your-journey-justice-today .inner-hero-btn + img {
    margin-top: 80px;
}
.begin-your-journey-justice-today .content-two-right {
    text-align: center; position: relative;
}
.video-arrow-img {
    position: absolute;
    top: 51%;
    left: -64%;
}
.begin-your-journey-justice-today a.popup-youtube img {
    margin-bottom: -40px;
}
.testimonials-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #575757;
}
.testimonials-content {
    margin-bottom: 60px;
    max-width: 873px;
}
.testimonials-content h2.main-heading {
    margin: 24px 0;
}
.begin-your-journey-justice-today .content-two-left {padding-top: 50px;}
.schedule-your-consultation-sec.schedule-consultation-sec-content p {
    font-size: 20px;
    font-family: "Work Sans";
    font-weight: 500;
    max-width: 830px;
}
.testimonials-content h2.main-heading {
    color: #06171C;
}
/* Services Page */




@media screen and (min-width: 1850px) { 
    .personal-injury-attorneys-apart .content-two-left img {
        margin: 60px 0 0 -150px;
    }
    .padding-top-118 {padding-top: 118px !important;}
}

@media screen and (max-width: 1440px) { 
    .home-hero-video .hero-title {
        font-size: 65px;
    }
    .home-hero-video .hero-sub-title span {
        font-size: 17px;
    }
    div#video-box {
        max-width: 700px;
    }

    /* Location Page */
    .location-page-two-sec .content-two-wrap {gap: 50px;}
    .heading-h2-bold {font-size: 80px;}
    /* Location Page */

    /* Services Page */
    .apart-box {padding: 0px 0px 20px 48px;}
    .personal-injury-attorneys-apart {padding-bottom: 100px;}
    .begin-your-journey-justice-today p {padding: 0;}
    /* Services Page */
}
@media screen and (max-width: 1360px) { 
    .home-hero-video .hero-title {
        font-size: 60px;
    }
    .home-hero-video .hero-headings {
        width: 58%;
    }
    .home-hero-video .hero-sub-title span {
    font-size: 16px;
    }
    div#video-box {
        max-width: 650px;
    }

    /* Location Page */
    .heading-h2-bold {font-size: 68px;}
    .three-box-item {padding: 40px 20px;}
    .three-box-item img {max-height: 70px;}
    .three-box-item h3 {margin: 20px auto 10px; line-height: 1.5; letter-spacing: 3px;}
    .three-box-item p {line-height: 1.5;}
    .three-box-in {gap: 30px;}
    .heading-h2 {font-size: 44px; margin-bottom: 50px;}
    .schedule-your-consultation-box p {font-size: 22px;}
    /* Location Page */

    /* Services Page */
    .three-box-img-main .three-box-img-in {gap: 40px;}
    .three-box-img-item h3 {font-size: 32px;}
    .services-box-main .heading-h2 {margin-bottom: 20px;}
    .services-box-in {margin-top: 40px;}
    .services-heading-content p {font-size: 18px;}
    .services-box-item h3 {font-size: 36px;}
    .services-box-item p, .testimonials-content p {font-size: 18px;}
    .services-box-item h3 {margin-top: 25px;}
    .services-box-item p {margin: 30px 0 0 0;}
    a.btn-link {margin-top: 35px;}
    .services-box-item {padding: 50px 30px 50px 30px;}
    .accordion-list h3 {font-size: 30px;}
    .accordion-list .answer {font-size: 18px;}
    .accordion-list li {padding: 40px 0;}
    .accordion-list h3::after {width: 48px; height: 48px;}
    .accordion-list .answer {padding-top: 25px; padding-right: 50px;}
    .accordion-list h3 {padding-right: 50px;}
    .apart-box {padding: 0px 0px 0px 40px;}
    .apart-box h3 {margin: 26px 0 0 0; font-size: 24px; max-width: unset;}
    .personal-injury-attorneys-apart .content-two-right {gap: 40px 60px;}
    .apart-box {width: calc(50% - 30px);}
    .personal-injury-attorneys-apart {background-position: 20px 0px;}
    .begin-your-journey-justice-today p {font-size: 18px;}
    /* .services-banner a.btn {font-size: 15px; letter-spacing: 3px;} */
    /* Services Page */
}

@media screen and (max-width: 1200px) { 
    .home-hero-video .hero-title {
    font-size: 50px;
    }
    .hero-video-button:before {
    width: 70px;
    height: 70px;
    }
    .hero-video-button:after {
    width: 70px;
    height: 70px;
    }
    .hero-video-button .triagle_shape {
    border-left: 13px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    }
    .video_main {
    height: 500px;
    }

    /* Location Page */
    .heading-h2-bold {font-size: 58px;}
    .heading-h2 {font-size: 40px;}
    .three-box-in {gap: 20px; flex-wrap: wrap; justify-content: center;}
    .three-box-item {width: 44%;}
    .faq_section_content h3{font-size:19px;}
    /* Location Page */

    /* Services Page */
    .three-box-img-main .three-box-img-in {gap: 30px;}
    .three-box-img-item h3 {font-size: 28px;}
    .three-box-img-item p {font-size: 16px;}
    .three-box-img-item img {height: 398px;}
    .three-box-img-item .three-box-content {padding-right: 0px;}
    
    .services-heading-content p {font-size: 16px;}
    .services-box-item h3 {font-size: 30px;}
    .services-box-item p {font-size: 16px;}
    .services-box-item p {margin: 20px 0 0 0;}
    a.btn-link {margin-top: 24px; font-size: 16px;}
    .services-box-item {padding: 40px 20px 40px 20px;}
    .services-box-item img {max-height: 60px;}
    .services-box-icon {height: 60px;}
    .service-page-two-sec .content-two-left .content-two-content p {font-size: 18px;}
    .schedule-strategy-call .heading-h2 {margin-bottom: 30px;}
    .schedule-strategy-call .inner-hero-btn {margin: 30px 0 0 0;}
    
    .accordion-list h3 {font-size: 26px;}
    .accordion-list .answer {font-size: 16px;}
    .accordion-list li {padding: 30px 0;}
    .accordion-list h3::after {width: 40px; height: 40px;}
    .accordion-list .answer {padding-top: 20px; padding-right: 45px;}
    .accordion-list h3 {padding-right: 45px;}
    .personal-injury-attorneys-apart .content-two-left {padding-right: 30px;}
    .personal-injury-attorneys-apart .content-two-left img {margin: 30px 0 0 -0px;}
    .apart-box h3 {margin: 20px 0 0 0; font-size: 22px;}
    .apart-box p {margin: 15px 0 0 0 !important; font-size: 16px;}
    .personal-injury-attorneys-apart .content-two-right {gap: 40px 40px;}
    .apart-box {width: calc(50% - 20px);}
    .testimonials-content h2.main-heading {margin: 16px 0;}
    .testimonials-content {margin-bottom: 50px;}
    /* .page-hero-content.services-banner {padding: 15px 0;} */
    /* .services-banner a.btn {font-size: 14px; letter-spacing: 2px;} */
    .schedule-your-consultation-sec.schedule-consultation-sec-content p {font-size: 18px;}
    /* Services Page */
    
}
@media screen and (max-width: 999px) { 
.home-hero-video .hero-container-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-hero-video .hero-headings {
    width: 100%;
}
.home-hero-video .hero-video {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 40px;
}
.home-hero-video .hero-title {
    text-align: center;
}
.home-hero-video .hero-sub-title {
    justify-content: center;
}
.home-hero-video a.hero-btn {
    margin: 0 auto;
}
.hero-video-button:before {
    width: 60px;
    height: 60px;
}
.hero-video-button:after {
    width: 60px;
    height: 60px;
}
.home-hero-video .hero-title {
    text-align: center;
    max-width: 100%;
    font-size: 45px;
}

}
@media screen and (max-width: 700px) { 
    .home-hero-video .hero-title {
        text-align: center;
        max-width: 100%;
        font-size: 40px;
        margin-bottom: 15px;
    }

    div#video-box {
        max-width: 500px;
        margin: 0 auto;
        max-height: 530px;
        position: relative;
        width: 100%;
        padding: 60px 20px;
    }
    #video-box button.mfp-close {
        right: 20px;
        top: 0px;
    }
    .video_main {
        height: 400px;
    }

}
/* home videos */

/* videos page changes 12-12-24 */

.videos-grid .video-item {
    height: 300px;
    margin: 75px 25px 0px;
}

.videos-grid .video-item a {
    height: 100%;
    display: block;
}

.videos-grid .video-item a video {
    height: 100%;
    width: 100%;
}

.videos-grid .video-item a .videos-thumb {
    height: 100%;
}

@media screen and (max-width: 992px) { 
    .videos-grid .video-item {
        width: calc(100%/2 - 30px);
        margin: 55px 15px 0px;
    }

     /* Location Page */
     .location-page-two-sec .content-two-left {display: block;  text-align: center;   width: 100%;}
     .location-page-two-sec .content-two-right {display: none;}
     .location-page-two-sec .content-two-wrap, .container-big {padding-left: 0; padding-right: 0;}
     .heading-h2-bold {font-size: 48px;}
     .location-page-two-sec .content-two-content p {text-align: center;}
     .three-box-item {width: 48%;}
     .heading-h2 {font-size: 34px; margin-bottom: 40px;}
     .schedule-your-consultation-box p {font-size: 20px;}
     .schedule-your-consultation-box {padding: 60px 30px;}
     /* Location Page */

     /* Services Page */
     .content-two-wrap.container-big {justify-content: center; flex-wrap: wrap;}
     .service-page-two-sec .content-two-left {display: block; margin-bottom: 20px;}
     .services-banner .inner-hero-content p {font-size: 22px;}
     .three-box-img-main .three-box-img-in {gap: 20px;  flex-wrap: wrap; justify-content: center;}
     .three-box-img-item {width: 48%;}
     .three-box-img-item h3 {font-size: 26px; text-align: center;}
     .three-box-img-item p {text-align: center;}
     .three-box-img-item img {height: 378px;}
     .services-box-item {width: 50%;}
     .services-box-item h3 {font-size: 28px;}
     a.btn-link {margin-top: 10px;}
     .services-box-item {padding-top: 30px;}
     .service-page-two-sec .content-two-left .content-two-content p {text-align: center;}
     .schedule-strategy-call .heading-h2 {margin-bottom: 10px; text-align: center;}
     .schedule-strategy-call .inner-hero-btn {margin: 30px auto 20px; display: block;}
     .schedule-strategy-call .inner-hero-btn a.btn {margin: 0 auto;}
     .schedule-strategy-call .content-two-content, .service-page-two-sec .content-two-content {padding-right: 0;}
     .personal-injury-case-accordion .content-two-right {width: 100%; padding: 50px 0;}
     .personal-injury-case-accordion .heading-h2 {margin-bottom: 20px;}
     .accordion-list .answer {padding-right: 0;}
     .personal-injury-attorneys-apart .content-two-left {display: block;  width: 100%; padding-right: 0;}
     .personal-injury-attorneys-apart h2 {text-align: center;}
     .personal-injury-attorneys-apart .content-two-left img {margin: 0; display: none;}
     .personal-injury-attorneys-apart .content-two-right {width: 100%;}
     .personal-injury-attorneys-apart {padding-bottom: 80px;}
     .personal-injury-attorneys-apart .content-two-right {gap: 30px 30px;}
     .apart-box {width: calc(50% - 15px);}
     .apart-box img {max-height: 70px;}
     .apart-box-icon {height: 70px;}
     .begin-your-journey-justice-today .content-two-left {display: block; width: 100%; text-align: center;}
     .begin-your-journey-justice-today h2 {text-align: center;}
     .begin-your-journey-justice-today a.btn {margin: 40px auto 0; }
     .begin-your-journey-justice-today .inner-hero-btn + img {margin-top: 40px;}
     .begin-your-journey-justice-today .content-two-right {margin-top: 40px;}
     .begin-your-journey-justice-today a.popup-youtube img {margin-bottom: -20px;}
     .begin-your-journey-justice-today .container {width: calc(100% - 160px); margin: 0 auto;}
     .begin-your-journey-justice-today a.btn {width: 320px;}
     .video-arrow-img {display: none;}
     .testimonials-content p {font-size: 16px;}
     /* Services Page */
}

@media screen and (max-width: 767px) { 
    .three-box-item {
        width: 450px;
    }
    .heading-h2 {
        font-size: 30px;
    }
    .faq_section_content h3{font-size:16px;line-height:1.4;}
    .schedule-your-consultation-box {padding: 40px 20px;}
    .schedule-your-consultation-box p {font-size: 18px;}

    /* Services Page */
    .service-page-two-sec .content-two-left .content-two-content p {font-size: 16px;}
    .services-banner .inner-hero-content p {font-size: 20px;}
    .inner-hero-content p {line-height: 1.4;}
    .three-box-img-item img {height: auto;margin-bottom: 20px;}
    .three-box-img-item h3 {font-size: 24px;}
    .three-box-img-item {width: 100%;}
    .services-box-in {justify-content: center;}
    .services-box-item {width: 430px;}
    .accordion-list h3 {font-size: 22px;}
    .accordion-list h3::after {width: 34px; height: 34px;}
    .accordion-list li {padding: 24px 0;}
    .apart-box {width: calc(100% - 0px); text-align: center;  padding: 0 0 30px 0;  border-left: 0;  border-bottom: 1px solid #D9B77A; }
    .apart-box:last-child { padding-bottom: 0;  border-bottom: 0; }
    .apart-box h3 {font-size: 20px;}
    .personal-injury-attorneys-apart {padding-bottom: 60px;}
    .begin-your-journey-justice-today p {font-size: 16px;}
    .begin-your-journey-justice-today .container {width: calc(100% - 80px);}
    .page-hero-content.services-banner {padding: 40px 0 0px;}
    .schedule-your-consultation-sec.schedule-consultation-sec-content p {font-size: 16px;}
    /* Services Page */
}

@media screen and (max-width: 640px) { 
    .videos-grid .video-item {
        width: calc(100%);
        margin: 65px 15px 0px;
    }
}
/* videos page changes 12-12-24 */


/* new ppc page  */
section.ppc-hero {
    padding: 230px 0 40px 0;
    background-size: cover;
    background-position: center;
}

.page-template-template-ppc .container {
    width: 100%;
    max-width: 1390px;
    padding: 0 15px;
    margin: 0 auto;

}

.ppc-hero .banner-title {
    font-family: "korolev", sans-serif;
    font-weight: 900;
    font-size: 65px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ppc-hero-cnt-main p {
    font-family: "baltica", serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
}

.ppc-hero-form {
    background: #06171C;
    padding: 50px;
}

.ppc-hero-form .gform-body .gfield .ginput_container input,.ppc-hero-form .gform-body .gfield .ginput_container select {
    width: 100%!important;
    background: transparent!important;
    border: 1px solid #A3957A!important;
    box-shadow: 0px 10px 50px rgb(0 0 0 / 34%)!important;
    padding: 15px 15px!important;
    font-size: 18px!important;
    line-height:1.2 !important;
    font-family: "Work Sans"!important;
    font-weight: 400!important;
    margin: 0 !important;
    margin-top: 15px !important;
}
.ppc-hero-form .gform-body .gfield .ginput_container input ,.ppc-hero-form .gform-body .gfield .ginput_container select{
    color: #fff;
}
.ppc-hero-form .gform-body .gfield .ginput_container select{
    background-color: #06171C !important;
 }

.ppc-hero-form .gform-body .gfield .ginput_container input::placeholder,.ppc-hero-form .gform-body .gfield .ginput_container select::placeholder {
    color:#fff!important;
}
.ppc-hero-form .gform-body .gfield {
    padding: 0 !important;
}

.ppc-hero-form .gform_footer {
    margin-top:30px;
    text-align: center;
}

.ppc-hero-form .gform_footer input#gform_submit_button_2 {
    background: #fff;
    width: 196px;
    height: 73px;
    border-radius: 50px;
    font-family: "baltica", serif;
    font-weight: normal;
    font-size: 29px;
    line-height: 35px;
    text-align: center;
    color: #3689d9;
    text-transform: lowercase;
    cursor: pointer;
    transition: .25s ease;
    margin: 0 auto;
    text-transform: capitalize;
    
}
.ppc-hero-form .gform_footer input#gform_submit_button_2:hover {
background: #3689D9;
    color: #fff;
}

.ppc-hero-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ppc-hero-left {
    width: 50%;
}

.ppc-hero-right {
    width: 45%;
}
.page-template-template-ppc header#site-header {
    top: 20px;
    position: absolute;
}

.page-template-template-ppc header#site-header .header-menu-wrap {
    display:none;
}
.page-template-template-ppc header#site-header .site-logo {
    padding: 10px 10px;
}
.center-section {
    padding: 80px 0;
    background-image: url(https://manninglaw.us/wp-content/themes/wp-manning-law-theme/images/bkg-pattern.png);
    background-position: center;
    background-color: #eee;
}
.page-template-template-ppc h2 {
    font-family: "baltica";
    font-weight: normal;
    font-size: 50px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}

.page-template-template-ppc .center-section h2 {
    text-align: center;
}

.common-text p {
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #575757;
    text-align: center;
}


a.btn:hover {
    background: #06171c;
    border-color: #A3957A;
}

a.btn {
    border-radius: 37px;
    background: #3689d9;
    margin: 0 auto;
    font-family: 'Work Sans', sans-serif;
    letter-spacing: 0.2em;
    line-height: 20px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #3689d9;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 15px 20px;
    }
    .center-section-button {
        text-align:center;
        text-align: center;
        margin-top: 20px;
    }
    .left-right-cnt-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .left-right-cnt-left {
        width: 45%;
    }
    
    .left-right-cnt-right {
        width: 52%;
    }
    .left-right-cnt-right img {
        width: 100%;
    }
    section.left-right-cnt {
        padding: 80px 0;
    }
    .left-right-cnt-text.common-text p {
        text-align: left;
        margin-bottom: 15px;
    }
    .ppc-testimonials-main h2 {
        text-align: center;
    }
    
    .ppc-testimonials-main {
        padding: 80px 0;
    }
    .common-text p strong {
        font-weight: 700;
    }
    
    .center-section-cnt.common-text p {
        margin-bottom: 15px;
    }


    section.settlement {
        background: #06171C;
        padding: 80px 0;
    }
    
    .settlement-main h2 {
        color: #fff;
        text-align: center;
    }
    
    .settlement-box {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
        flex-wrap: wrap;
        gap: 30px;
    }
    
    .settlement-box-main {
        text-align: center;
        border: 1px solid #A3957A;
        padding: 60px 30px;
        width: calc(33.33% - 20px);
    }
    
    
    
    .settlement-box-img {
        width: 130px;
        height: 130px;
        margin: 0 auto;
        margin-bottom: 20px;
        border: 1px solid #fff;
        padding: 15px;
        border-radius: 80px;
    }
    
    .settlement-box-img img {
        width: 100%;
        display: block;
    }
    
    p.settlement-no {
        background: linear-gradient(#d3c69b 0%, #74695b 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 70px;
        font-family: 'baltica';
    }
    
    .settlement-box-main h3 {
        font-family: "Work Sans";
        font-weight: 800;
        font-size: 16px;
        letter-spacing: 0.2em;
        line-height: 28px;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }
    .common-text p:last-child {
        margin: 0;
    }
    .page-template-template-ppc header#site-header .canvas-hamburger {
        display: none;
    }
    .page-template-template-ppc-php section#contact-form {
        display: none;
    }
    
    .page-template-template-ppc-php footer#site-footer {
        display: none;
    }
    .page-template-template-ppc a.footer-address-link {
        margin: 0;
    }

    @media screen and (max-width: 1360px) { 
    .ppc-hero .banner-title {
        font-size: 60px;
    }
    .ppc-hero-form {
        padding: 30px;
    }
    section.ppc-hero {
        padding: 190px 0 30px 0;
    }
    .page-template-template-ppc h2 {
        font-size: 45px;
        line-height: 1.2;
    }
    .common-text p {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    .left-right-cnt-right {
        width: 50%;
    }
    .center-section,section.settlement,.ppc-testimonials-main,section.left-right-cnt {
        padding: 60px 0;
    }
   

    
}
@media screen and (max-width: 1200px) { 
p.settlement-no {
    font-size: 61px;
}
.settlement-box-main {
    padding: 40px 20px;
}
p.settlement-no {
    font-size: 45px;
}
.settlement-box-img {
    width: 110px;
    height: 110px;
}
}
@media screen and (max-width: 1024px) { 
.settlement-box-main {
    width: calc(50% - 15px);
}
.ppc-hero-main {
    flex-direction: column;
}
.ppc-hero-left {
    width: 100%;
    text-align: center;
}
.ppc-hero-right {
    width: 100%;
    margin-top: 20px;
}
.ppc-hero-form .gform_footer input#gform_submit_button_2 {
    width: 150px;
    height: 61px;
    font-size: 24px;
    line-height: 1.2;
}
.left-right-cnt-main {
    flex-direction: column-reverse;
}
.left-right-cnt-left {
    width: 100%;
}

.left-right-cnt-right {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.left-right-cnt-left h2 {
    text-align: center;
}
.left-right-cnt-text.common-text p {
    margin-bottom: 15px;
    text-align: center;
}
.page-template-template-ppc header#site-header {
    top: 0px;
    position: absolute;
}
}
@media screen and (max-width: 767px) { 
.center-section, section.settlement, .ppc-testimonials-main, section.left-right-cnt {
    padding: 50px 0;
}
.left-right-cnt-right {
    margin-top: 10px;
}

.page-template-template-ppc h2 {
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.ppc-hero .banner-title {
    font-size: 45px;
}
.ppc-hero-form {
    padding: 15px 15px 0 15px;
}
}

@media screen and (max-width: 640px) { 
.settlement-box-main {
    width: 100%;
}
.settlement-box {
    margin-top: 20px;
    gap: 15px;
    flex-direction: column;
}
.settlement-box-main {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 20px;
}
p.settlement-no {
    font-size: 40px;
}
.center-section, section.settlement, .ppc-testimonials-main, section.left-right-cnt {
    padding: 30px 0;
}
.ppc-hero-form .gform-body .gfield .ginput_container input, .ppc-hero-form .gform-body .gfield .ginput_container select {
    width: 100%!important;
    padding: 12px 12px!important;
    font-size: 16px!important;
    margin: 0 !important;
    margin-top: 10px !important;
}
.ppc-hero-cnt-main p {
    font-size: 16px;
    line-height: 1.3;
}
section.ppc-hero {
    padding: 210px 0 30px 0;
}
.ppc-hero .banner-title {
    font-size: 40px;
}
.page-template-template-ppc h2 {
    font-size: 35px;
}
.common-text p {
    font-size: 18px;
}
}
/* new ppc page  */


/* Template Name: Sticky Sidebar New*/
body.page-template-sticky-sidebar-new .default-page-container.has-sidebar {
    margin-top: 30px;
}
body.page-template-sticky-sidebar-new .default-page-container {
    transform: unset;
}

body.page-template-sticky-sidebar-new{
    overflow:unset;
}
body.page-template-sticky-sidebar-new .default-page-container .default-sidebar {
    position: sticky;
    right: 0;
    top: 150px;
    align-self: flex-start;
}
.page-template-sticky-sidebar-new .content h2 {
    font-size: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 1.3;
}
.page-template-sticky-sidebar-new .content h3 {
     font-size: 28px;
    margin-bottom: 15px;
    margin-top: 0px;
    line-height: 1.3;
 padding-top:0px;
}
@media screen and (max-width: 1440px) { 
    .page-template-sticky-sidebar-new .content h2 {
    font-size: 30px;
    }
    .page-template-sticky-sidebar-new .content h3 {
     font-size: 24px;
    }
}
@media screen and (max-width: 1360px) { 
.page-template-sticky-sidebar-new .content h2 {
    font-size: 28px;
     margin-bottom: 15px;
    margin-top: 15px;
    }
    .page-template-sticky-sidebar-new .content h3 {
     font-size: 22px;
    }
}
@media screen and (max-width: 1200px) { 
.page-template-sticky-sidebar-new .content h2 {
    font-size: 26px;
    }
    .page-template-sticky-sidebar-new .content h3 {
     font-size: 20px;
    }
}
@media screen and (max-width: 999px) { 
.page-template-sticky-sidebar-new .content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    }
    .page-template-sticky-sidebar-new .content h3 {
     font-size: 20px;
    }
}
@media screen and (max-width: 768px) { 
.page-template-sticky-sidebar-new .content h2 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 5px;
    }
    .page-template-sticky-sidebar-new .content h3 {
     font-size: 18px;
     margin-bottom: 5px;
    }
}
/* Template Name: Sticky Sidebar New*/






.author-page-blog {
    background: #06171C;
    color: #FFF;
    padding: 92px 0 97px;
    position: relative;
    z-index: 99;
}
.attorney-container {flex-wrap: wrap;}

.ln-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}
.ln-heading {
    font-family: "baltica", serif;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}

.ln-button a{

}

.latest-blog{width: 100%;}

.author-blog-col {
    width: calc(33.33% - 20px);
    background: #fff;
    padding: 40px;
}

.author-blog-post {}
.author-blog-post a {
    text-decoration: none;
}
.author-blog-post a:hover {
    text-decoration: underline;
}
.latest-blog-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.author-blog-post .latest-blog-meta a {
    background: rgb(6 23 28 / 20%);
    color: #06171C;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 14px;
    display: inline-block;
}

.author-blog-post .latest-blog-header a {
    font-family: "baltica", serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #af9e83;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

.latest-blog-body a.latest-blog-permalink {
    text-transform: capitalize;
    margin-top: 20px;
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid #05181C;
    border-radius: 40px;
    color: #05181C;
}
.latest-blog-body a.latest-blog-permalink:hover {
    background-color: #05181C;
    color: #fff;
    text-decoration: none;
}

.ln-footer.mobile-only .ln-button a {
    display: none;
}
.ln-header .ln-button a.button.desktop,.ln-footer.mobile-only .ln-button a  {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
}

.ln-header .ln-button a.button.desktop:hover,.ln-footer.mobile-only .ln-button a:hover  {
    background-color: #fff;
    color: #05181C;
}

@media (max-width: 1700px) {
    .author-page-blog {
        padding-top: 75px;
    }
    .ln-heading {
        font-size: 30px;
        line-height: 35px;
    }
}
@media (max-width: 1300px) {
    .author-page-blog {
        padding: 77px 0 47px;
    }
    .author-blog-col {
        width: calc(50% - 15px);
    }
}
@media (max-width: 992px) {
    .author-page-blog {
        padding: 72px 0 64px;
    }
}

@media (max-width: 700px) {
    .author-page-blog {
        padding: 70px 0 130px;
    }
    .ln-heading {
        font-size: 25px;
        line-height: 30px;
    }
        .author-blog-col {
        width: 100%;
    }
    .ln-footer.mobile-only {
        margin: 0 auto;
    }
    .ln-footer.mobile-only .ln-button a {
        display: inline-block;
        margin: 0 auto;
        margin-top: 40px;
    }
    .ln-header .ln-button a.button.desktop {
    display: none;
    }

}