/*
Theme Name: Holliday Karatinos - Rankings.io Child Theme
Template: rankings-io
Author: Rankings.io
*/

/* global styling */

img[height="0"] {
    display: none;
}

:root {
    --primary: #0F1E38;
    --secondary: #D97328;
    --yale-blue: #1E4A9A;
    --bleu-de-france: #377BED;
    --bronze: #AC8657;
    --white: #ffffff;
    --black: #000;
    --btn-hover: #F99144;
    --font-opensans: 'Open Sans', sans-serif;
    --font-playfair: 'Playfair Display', serif;

}

.rio-callout-inner {
    background: #e1edf9;
    padding: 30px 40px;
    margin: 30px 0px;
    border-left: 8px solid #133158;
}

[rio-info="rio-faq-header"]:before {
	top: 1rem;
}

[rio-info="rio-faq-header"] {
	font-size: 25px;
}

body .btn {
    background-color: var(--secondary);
    border: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 0;
    color: var(--white);
    box-shadow: unset;
    padding: 17px 17px;
    display: inline-block;
    min-width: 300px;
}

body .btn:hover {
    background-color: var(--btn-hover);
    color: var(--white);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: var(--font-playfair);
}

h1, .h1 {
    font-size: 65px;
    line-height: 65px;
    font-weight: bold;
}

h2, .h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 55px;
    margin-bottom: 15px;
}

.entry-content > h2, .entry-content > .h2 {
    font-size: 40px;
    line-height: 45px;
}

h3, .h3 {
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
}

.font-16 p {
    font-size: 16px;
}

.font-17 p {
    font-size: 17px;
}

.font-18 p {
    font-size: 18px;
}

.font-19 p {
    font-size: 19px;
}

.font-20 p {
    font-size: 20px;
}

.font-21 p {
    font-size: 21px;
}

.font-22 p {
    font-size: 22px;
}

.lh-18 p {
    line-height: 18px;
}

.lh-19 p {
    line-height: 19px;
}

.lh-20 p {
    line-height: 20px;
}

.lh-21 p {
    line-height: 21px;
}

.lh-22 p {
    line-height: 22px;
}

.lh-23 p {
    line-height: 23px;
}

.lh-24 p {
    line-height: 24px;
}

.lh-25 p {
    line-height: 25px;
}

.lh-26 p {
    line-height: 26px;
}

.lh-27 p {
    line-height: 27px;
}

.lh-28 p {
    line-height: 28px;
}

.lh-29 p {
    line-height: 29px;
}

.lh-30 p {
    line-height: 30px;
}

.weight-500 p {
    font-weight: 500;
}

.weight-600 p {
    font-weight: 600;
}

.weight-700 p {
    font-weight: 700;
}

.no-overlay:before {
    display: none;
}

.primary-color p {
    color: var(--primary);
}

.bg-TopCenter {
    background-position: top center;
}

.bg-BottomCenter {
    background-position: bottom center;
}

.bg-LeftCenter {
    background-position: left center;
}

.bg-RightCenter {
    background-position: right center;
}

* {
    font-family: var(--font-opensans);
}

.navbar .nav-item .dropdown-menu .menu-item {
    margin: 0;
}

/*** Popups Start ****/
.rio-ebook-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #0000008a;
    z-index: 9999;
}
#rio-modal-container, #rio-modal-container .widget_block{
    height: 100%;
}
#rio-modal-container .full-width-block {
    min-height: 100%;
    display: flex;
    align-items: center;
    max-height: 100%;
    padding: 0 10px;
}
#rio-modal-container .container-fluid {
    max-width: 922px;
    margin: 0 auto;
    background-image: url(/wp-content/uploads/2023/05/blue-bg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 75px 100px 5px 40px;
    overflow: hidden;
}
span.rio-ebook-close {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 2;
    cursor: pointer;
}
#rio-modal-container .sc-left .split-inner {
    padding: 0;
    margin-right: -20px;
}
#rio-modal-container .sc-right .split-inner {
    padding: 0;
}
#rio-modal-container .split-inner img {
    width: 100%;
}
.rio-ebook-popup .split-inner h3 {
    font-size: 45px;
    font-family: 'DM Serif Display';
    font-weight: 400;
    line-height: 50px;
}
.rio-ebook-popup .cst_note {
    font-size: 14px !important;
    margin-top: -6px;
    margin-bottom: 35px;
}
.rio-ebook-popup .split-inner p {
    font-size: 18px;
    font-weight: 400;
}
.rio-ebook-popup .split-inner .gform_body input {
    height: 60px;
    border-radius: 0px !important;
    border: 0 !important;
    width: 100%;
}
.rio-ebook-popup .split-inner .gform_body .gform-grid-col {
padding: 0;
}
.rio-ebook-popup .split-inner .gform_body input::placeholder {
    color: #090909;
}
.rio-ebook-popup .split-inner .gform_body .gform_fields{
    grid-row-gap: 10px;
}
.rio-ebook-popup .gform_footer.before {
    padding: 0 !important;
    margin-top: 10px !important;
    width: 100%;
}
.rio-ebook-popup .gform_button {
    width: 100%;
    height: 60px;
    margin-bottom: 0 !important;
}
.rio-privacy {
    padding: 0;
    background: transparent;
    border: 0;
    text-decoration: underline;
    color: #fff;
    display: block;
    margin: auto;
}
#rio-modal-container .col-12.b-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9;
    color: #000;
    height: 100%;
    font-size: 18px;
    line-height: 28px;
    display: none;
}
.cst-privacy {
    margin: 53px 80px;
    max-height: 425px;
    overflow-y: scroll;
    padding-right: 15px;
    position: relative;
}
#rio-modal-container .col-12.b-content:before {
    content: "";
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0px;
    pointer-events: none;
    background: linear-gradient(to bottom, transparent, white);
    z-index: 1;
}
.cst-privacy h3 {
    margin-bottom: 12px;
}
.cst-privacy::-webkit-scrollbar {
    width: 4px;
    border-radius: 30px;
}
   
  .cst-privacy::-webkit-scrollbar-track {
    background-color: #E6E6E6;
  }
   
  .cst-privacy::-webkit-scrollbar-thumb {
    background-color: #36383F;
    border-radius: 30px;
}
.rio-ebook-popup .gform-grid-col {
    padding: 0 !important;
}
/*** Poppups End ****/
/* Home Page Start */
.home_page_hero .hero-inner {
    max-width: 745px;
    padding-left: 50px;
    padding-top: 100px;
    padding-bottom: 230px;
}

.home #masthead .fixed-top,
.page-id-10 #masthead .fixed-top,
.error404 #masthead .fixed-top, 
.page-id-8 #masthead .fixed-top, 
.single-staff #masthead .fixed-top, 
.page_type-contact-page #masthead .fixed-top{
    background: transparent !important;
}

.home #masthead .fixed-top.rio-scrolled-nav,
.page-id-10 #masthead .fixed-top.rio-scrolled-nav,
.error404 #masthead .fixed-top.rio-scrolled-nav, 
.page-id-8 #masthead .fixed-top.rio-scrolled-nav, 
.single-staff #masthead .fixed-top.rio-scrolled-nav, 
.page_type-contact-page #masthead .fixed-top.rio-scrolled-nav, 
.search-results #masthead .fixed-top.rio-scrolled-nav {
    background: url(/wp-content/uploads/2023/05/nav.jpg) !important;
}

.page-id-10 .entry-content,
.error404 .entry-content, 
.page-id-8 .entry-content, 
.single-staff .entry-content, 
.page_type-contact-page .entry-content{
    margin-top: 0;
}

/* .home #primary,
.page-id-10 #primary,
.error404 #primary, 
.page-id-8 #primary, 
.single-staff #primary, 
.page_type-contact-page #primary{
    margin-top: -145px;
} */

.home_page_hero .hero-inner h5, .home_page_hero .hero-inner .h5,
.video_section .name {
    font-family: var(--font-opensans);
    letter-spacing: -0.40px;
    font-weight: bold;
    color: var(--bleu-de-france);
}

.video-player .hold-img>div {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.video_section {
    max-width: 980px;
    margin-top: -100px !important;
}

.video_section .video-player {
    border: 8px solid #EDEDED;
    box-shadow: 0px 15px 30px -18px black;
}

.video_section .b-content {
    max-width: 720px;
    margin: 0 auto;
}

.video-player .hold-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/05/Video-overlay.png);
    position: absolute;
    left: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.video_section .a-content {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    color: var(--white);
    max-width: 900px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.video_section .b-content p {
    font-size: 18px;
    color: var(--primary);
}

.video_section .name {
    color: var(--primary);
}

.badges_section .b-content p {
    letter-spacing: 1px;
}

.badge-cont img {
    filter: grayscale(1);
}

.badge-cont img:hover {
    filter: grayscale(0);
}

.badges_section {
    max-width: 966px;
    margin: 0 auto;
    padding: 40px 0;
}

.compassion_section .split-cell h2 {
    font-size: 50px;
    font-weight: 400;
    font-family: 'DM Serif Display';
    line-height: 55px;
    color: var(--yale-blue);
}

/* .compassion_section img {
    width: 100%;
} */

.compassion_section .btn {
    margin-top: 25px;
}

/* .compassion_section .sc-left img:last-child {
    display: none;
} */

.wz-iframe-header__actions,
.wz-iframe-header__content {
    display: none !important;
}

.our_results .grid-cell {
    text-align: center;
    padding: 53px 30px 70px;
    position: relative;
}

.our_results .grid-cell ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 100px;
    text-align: center;
    margin-top: 30px;
}

.our_results .col-12.b-content {
    margin-bottom: 30px;
}

.our_results {
    padding-bottom: 60px !important;
}

/*
.our_results .col-md-3 .grid-cell:after {
    content: "";
    width: 100%;
    height: 95px;
    background-image: url(/wp-content/uploads/2023/05/Union-3.png);
    background-size: cover;
    position: absolute;
    left: 0;
    background-position: bottom;
    visibility: hidden;
}

.our_results .col-md-3:first-child .grid-cell:after {
    visibility: visible;
}

.our_results .col-md-3 .grid-cell:hover::after {
    visibility: visible;
}
*/

.our_results .grid-cell h3 {
    font-size: 52px;
    line-height: 56px;
    margin-bottom: 12px;
}

.our_results .grid-cell p {
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    
}
/*
.our_results .col-md-3:first-child .grid-cell p{
    color: var(--bleu-de-france);
}
*/
.our_results .grid-cell img {
    width: 180px;
    margin-top: -13px;
    margin-bottom: 13px;
    filter: brightness(0);
}

.our_results .col-md-3 .grid-cell:before {
    content: "";
    width: 1px;
    height: 75%;
    background: #123267;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.our_results .col-md-3:last-child .grid-cell:before {
    display: none;
}

/*
.our_results .grid-cell:hover {
    background: #123267 !important;
    color: var(--white) !important;
}

.our_results .grid-cell:hover p{
    color: var(--bleu-de-france);
} 

.our_results .grid-cell:hover img {
    filter: brightness(1);
}
*/

.our_results .grid-cell li {
    font-size: 18px;
}

.case_results_sec h2 {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 38px;
    color: var(--primary);
}

.case_results_sec h3 {
    font-size: 15px;
    font-family: var(--font-opensans);
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0;
    color: var(--primary);
}

.case_results_sec .result-cont .result-cont-inner {
    border: 1px solid var(--primary);
    padding-top: 22px;
    padding-bottom: 20px;
    background-color: #F2F3F4;
}

.case_results_sec .col.main-content {
    padding: 0;
}

.case_results_sec .rio-button {
    margin-top: 38px;
}

.case_results_sec {
    padding-top: 20px;
    padding-bottom: 0;
}

.bg_image {
    height: 430px;
    margin-top: -160px;
}

.personal_injury .split-inner {
    padding: 1rem;
}

.personal_injury .split-inner ul {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.personal_injury .split-inner ul li br {
    display: none;
}

.personal_injury .split-inner ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}

.personal_injury .split-cell.sc-right p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 35px;
}

.personal_injury .split-inner h2 {
    font-size: 53px;
    margin-bottom: 40px;
}

.personal_injury .split-cell.sc-left p {
    font-size: 18px;
    line-height: 30px;
}

.personal_injury .split-cell.sc-left img {
    font-size: 18px;
    line-height: 30px;
    margin-top: 60px;
}

.personal_injury .container .row {
    align-items: flex-end;
}

.personal_injury {
    padding: 150px 0 160px;
}

.practice_areas_sec .has-overlay:before {
    display: none;
}

.practice_areas_sec .pa-inner img {
    height: 120px;
    object-fit: contain;
    width: 120px;
    margin-bottom: 25px;
}

.practice_areas_sec .pa-cell {
    padding: 0;
}

.practice_areas_sec .pa-inner {
    padding: 60px 1rem 1rem;
    border-bottom: 1px solid #A5B1C5;
    border-left: 1px solid #A5B1C5;
}

.practice_areas_sec .pa-inner h3 {
    font-size: 30px;
    line-height: 33px;
    min-height: 50px;
}

.practice_areas_sec .pa-inner .explore-pa-area h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
    color: var(--primary);
}
.practice_areas_sec .pa-inner .explore-pa-area p {
    min-height: auto;
    margin-bottom: 30px;
}

.practice_areas_sec .pa-inner p {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    min-height: 131px;
}
.explore-pa-cell .pa-inner {
    padding: 30px 30px 40px;
    display: flex;
    align-items: flex-end;
    min-height: 420px;
}
/* .practice_areas_sec .pa-inner .explore-pa-area .btn {
    margin-bottom: 42px;
} */

.practice_areas_sec .related-grid-wrapper {
    border-top: 1px solid #A5B1C5;
    border-right: 1px solid #A5B1C5;
}

.practice_areas_sec {
    padding-top: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #A5B1C5;
    padding-bottom: 0px;
}

/* .practice_areas_sec a.pa-link {
    color: #000;
    display: block;
    transition: 0.6s ease;
}

.practice_areas_sec a.pa-link:hover {
    color: var(--white);
    background: #123267 !important;
    transition: 0.6s ease;
    border: 1px solid var(--secondary);
} */

a.pa-link {
    display: block;
    transition: 0.6s ease;
}

a.pa-link p, a.pa-link h3 {
	color: #000;
	transition: inherit;
}

a.pa-link:hover {
    background: #123267 !important;
    transition: 0.6s ease;
/*     border: 1px solid var(--secondary); */
}

a.pa-link:hover p, a.pa-link:hover h3 {
    color: var(--white);
}

.cst_video_section .video_section {
    margin-top: 0 !important;
}

.staff_grid .simp-staff-img-cont {
    height: auto;
    width: 100%;
    margin-top: -140px;
}

.staff_grid h3 {
    font-size: 28px;
    line-height: 30px;
    font-family: var(--font-opensans);
    color: var(--primary);
    letter-spacing: -0.25px;
    margin-bottom: 25px;
}

.staff_grid .staff-content-wrap {
    background-color: #f2f3f4;
    margin-top: 40px;
}

.staff_grid .simp-staff-info-cont {
    padding: 25px 45px 40px;
}

.staff_grid .author_bio_info {
    min-height: 310px;
    padding: 0 10px;
}

.staff_grid .staff-content-wrap .btn {
    display: block;
    margin: 0 10px;
}

.staff_grid h2 {
    color: var(--primary);
}
.reusable_block.our__reviews > .layout-block h2 {
    color: #000000;
}
.staff_grid p {
    font-size: 22px;
    color: var(--bleu-de-france);
    
}
.staff_grid .col-12.b-content p {
    font-family: 'Lexend';
    font-weight: 500;
}
.staff_grid .author_bio_info p {
    font-size: 20px;
    color: var(--primary);
    font-family: 'Inter';
}

.map_section .loc-block-info {
    display: none;
}

.gray_shap:before {
    content: "";
    width: 100%;
    height: 150px;
	background: url(/wp-content/uploads/2023/06/shape-arrow-1.jpg) no-repeat top center / cover;
    position: absolute;
    left: 0;
    top: -1px;
}

.map_section {
    padding-top: 200px;
}

.staff_grid.staff_in_about p {
    margin-bottom: 0;
}

p.font_18 {
    font-size: 18px;
}

.staff_grid.staff_in_about .staff-content-wrap {
    background-color: var(--white);
    margin-top: 170px;
}

.staff_grid.staff_in_about p.font_18 {
    color: var(--primary);
}

.staff_grid.staff_in_about {
    padding: 200px 0 90px;
}

.recent_blog .our-blogs {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: -210px;
}

.recent_blog .related-cont, .recent_blog_contact .related-cont {
/*     min-height: 280px; */
	flex-grow: 1;
    position: relative;
}
.video-player .hold-img > div > i {
    color: #d67229;
    text-shadow: none;
    font-size: 3rem;
    border-radius: 100%;
    border: 10px solid #d6722982;
    position: relative;
    animation: bling 0.8s infinite alternate;
    z-index: 1;
}
@keyframes bling {
    to{
        border-width: 0px;
    }
    from{
        border-width: 12px;
    }
    
}
.video-player .hold-img > div > i:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background-color: var(--white);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    border-radius: 100%;
}
.video-player {
    border: 8px solid #EDEDED;
    box-shadow: 0px 15px 30px -18px black;
    margin: 0;
}
.video-wrapper {
    position: relative;
}
.video_column{
    padding: 0;
}
.video-wrapper br{
    display: none;
}
.video-wrapper span {
    font-size: 20px;
    font-weight: bold;
    color: var(--white);
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
.video_column .container-fluid .row > .col-12 {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
.video_column .video-wrapper:nth-child(3n + 1) .video-player, 
.video_column .video-wrapper:nth-child(3n + 3) .video-player {
    box-shadow: none;
}
.home .reusable_block.our__reviews > .layout-block{
    padding: 4rem 0 2rem;
}

/* Home Page End */
/* About Page Start */
.about_main_sec {
    padding: 115px 0 180px;
    background-position: bottom;
    min-height: 950px;
}

.about_main_sec .row .col-12 {
    max-width: 930px;
    margin: auto;
}

.video_section.about_video {
    margin-top: -400px !important;
}

.about_main_sec h1 {
    margin: 30px 0;
}

.about_main_sec .btn {
    margin-top: 20px;
}

/* About Page End */
/* 404 Page Start */

.error404 .our__reviews .layout-block {
    padding-top: 0;
}

.error-404 {
    background-image: url(/wp-content/uploads/2023/05/about-bg.png);
    padding: 150px 0;
    background-size: cover;
    background-position: center bottom;
}

.error-404 img {
    max-width: 600px;
    margin-right: -20px;
    width: 100%;
}

.error-404 .page-title {
    font-size: 36px;
    font-weight: normal;
}

.error-404 .search__form form {
    background-color: var(--white);
    padding: 25px;
}

.error-404 .search__form form button {
    background-color: var(--secondary);
    color: var(--white);
    border: 0;
    border-radius: 0;
    padding: 17px;
    min-width: 160px;
    margin: -2px;
}

.error-404 .search__form form button:hover {
    background-color: var(--btn-hover);
}

.search__form input#search {
    width: 100%;
    height: 100%;
    border: 0;
    color: #090909;
}

.search__form input#search::placeholder {
    color: #090909;
}

.error-404 .search__form {
    margin-top: -205px;
    margin-bottom: 170px;
}

.error-404 .search__form h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: var(--font-opensans);
}

/* 404 Page Start */
/* Thank You Page Start */

.page-id-8 h1.rio-defualt-header, .page-id-8 #header-main .col-lg.order-md-1, 
.page-id-8 .navbar-expand-lg .d-lg-none.text-end.order-md-3 {
    display: none !important;
}
.page-id-8 a.navbar-brand img{
    margin: auto !important;
}
.page-id-8 #header-main nav.navbar.navbar-expand-lg > .row{
justify-content: center;
}
.thank-you-main h1 {
    font-size: 45px;
    margin: 0 0 10px;
}
.thank-you-main .video-player .hold-img > div > i {
    font-size: 4rem;
}
.thank-you-main p {
    max-width: 780px;
    margin: auto;
    margin-bottom: 40px;
    font-size: 18px;
}
.thank-you-main {
    padding: 130px 0;
    background-position: bottom center;
    margin-bottom: 90px;
}
.thank-you-main .sc-video {
    margin-bottom: -230px;
}

/* Thank You Page End */
/* Staff Single Page Start */
.single-staff .container.all-containers {
    z-index: 1;
}
.single-staff .container.all-containers > .row .main-cont{
    max-width: 760px;
    margin: auto;
}
.single-staff .container.all-containers > .row .main-cont p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.single-staff .container.all-containers > .row .main-cont a {
color: var(--secondary);
}
.info_list li a:hover{
    text-decoration: underline;
}
.staff-hero {
    padding-bottom: 0px;
    padding-top: 125px;
}
.staff-hero .staff-info-cont {
    max-width: 745px;
    min-height: 500px;
}
.staff-hero .staff-img-cont {
    margin-left: -180px;
}
.lc-hours {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: bold;
    color: var(--secondary);
    margin-top: 15px;
}
ul.lc-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
}
.staff-info-cont h1 {
    white-space: pre;
}
.break_word .staff-info-cont h1 {
    white-space: pre-wrap;
    word-break: break-word;
}
.staff-hero .staff-info-cont {
    padding-bottom: 50px;
}
.staff-hero .social-icon {
    gap: 15px;
}
.staff-hero .social-icon a {
    font-weight: 700;
    font-size: 20px;
}
.staff-info-cont h4 {
    font-size: 22px;
    font-family: 'Lexend';
    letter-spacing: 1.5px;
    font-weight: 300;
}
.info_list {
    list-style: none;
}
.info_list li a, .info_list li{
    font-size: 22px;
    line-height: 30px;
    color: var(--white);
}
ul.info_list li span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
ul.info_list li {
    margin-bottom: 15px;
}
ul.info_list li span img{
    position: relative;
    top: 3px;
}
.staff-hero{
    margin-bottom: 70px;
}
.staff-hero:before, .hero-sec:before {
    content: "";
    width: 100%;
    height: 282px;
    background-image: url(/wp-content/uploads/2023/05/blue_shap.png);
    background-size: cover;
    background-position: bottom center;
    bottom: -91px;
    left: 0;
    background-color: transparent;
    top: auto;
}
.staff-hero:after, .hero-sec:after {
    content: "";
    display: block;
    width: 100%;
    height: 144px;
    background-image: url(/wp-content/uploads/2023/05/white-shap.png);
    position: absolute;
    bottom: -75px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Staff page End */
/* Practice Area Single Page Start */
.page_type-practice-areas .entry-content button:hover {
    background-color: var(--btn-hover) !important;
    color: var(--white) ;
}
.page_type-practice-areas .entry-content button {
    background-color: var(--secondary) !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0;
    border-radius: 0 !important;
    color: var(--white) !important;
    box-shadow: unset;
    padding: 17px 17px !important;
    display: inline-block;
    min-width: 300px;
    margin-top: 20px;
}
.pa-hero-sidebar {
    padding: 40px 0 0;
}
.pa-hero-sidebar h3 {
    font-weight: 400;
    font-family: 'DM Serif Display';
    line-height: 35px;
    margin-bottom: 15px;
}
.pa-hero-sidebar .container > .row .col-12{
    padding: 0;
}
.pa-hero-sidebar .gform_body input, 
.pa-hero-sidebar .gform_body textarea {
    height: 60px;
    border-radius: 0px !important;
    border: 0 !important;
}
.pa-hero-sidebar .gform_body input::placeholder, 
.pa-hero-sidebar .gform_body textarea::placeholder{
    color: var(--primary);
}
.pa-hero-sidebar .gform_wrapper {
    padding: 0px 30px;
}
.pa-hero-sidebar .container-fluid {
    padding: 0 10px;
}
.pa-hero-sidebar .gform_footer.before {
    padding-top: 0 !important;
    margin-top: 5px !important;
}
.pa-hero-sidebar .description_below{
    grid-row-gap: 10px !important;
}
.pa-hero-sidebar .gform_footer .gform_button{
    min-width: 100%;
}
.page_type-practice-areas .col.main-cont > h1.rio-defualt-header, 
.single-post .col.main-cont > h1.rio-defualt-header {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
    color: var(--primary);
}
.sidebar-cont .related-grid-wrapper .rev-cont {
    border: 1px solid #123267;
    padding: 30px 30px 20px;
}
.blog .site-main h2.mt-4 {
    color: var(--primary);
}
a.onsite-btn {
    text-decoration: none !important;
}
.page_type-practice-areas h4 {
    margin-top: 10px;
}


/* .single-post .row .col.main-cont .entry-content a, 
.page_type-practice-areas .row .col.main-cont .entry-content a{
	color: var(--secondary);
	text-decoration: underline;
	    transition: .2s all ease-in-out;
	    font-weight: 600;
}
.single-post .row .col.main-cont .entry-content a:hover, 
.page_type-practice-areas .row .col.main-cont .entry-content a:hover{
	color: #ffb141;
} */

.entry-content a:not(.btn){
	color: var(--secondary);
	transition: .2s all ease-in-out;
	font-weight: 700;
}

.entry-content a:not(.btn):hover{
	color: #ffb141;
}


.pa-sidebar-related .related-pages {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pa-sidebar-related .related-pages li {
    margin: 0;
}
.pa-sidebar-related .related-pages li a h5 {
    font-size: 18px;
    font-family: 'Open Sans';
    line-height: 22px;
    margin-bottom: 0;
    padding-right: 10px;
    position: relative;
}
.pa-sidebar-related .related-pages li a {
color: var(--primary);
}
.pa-sidebar-related .related-pages li a:hover{
    color: var(--secondary);
}
.pa-sidebar-related .col-12.b-content p {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.pa-sidebar-related .container-fluid {
    padding: 0;
}
.pa-sidebar-related {
    padding: 25px 30px;
    border: 1px solid var(--primary);
}
.pa-sidebar-related .related-pages li a h5:after {
    content: "";
    width: 8px;
    height: 100%;
    background-image: url(/wp-content/uploads/2023/05/Icon-ionic-ios-arrow-forward.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;
}
.pa-sidebar-related .related-pages li a h5:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #E2E2E2;
    bottom: -10px;
    left: 0;
    position: absolute;
}
.page_type-practice-areas .main-cont h1, 
.page_type-practice-areas .main-cont article, 
.single-post .main-cont h1, 
.single-post .main-cont article {
    padding-left: 75px;
    padding-right: 15px;
}
/* .pa-area-sidebar {
    margin-top: 75px;
} */
.page_type-practice-areas .main-cont #breadcrumbs, 
.single-post .main-cont #breadcrumbs {
    margin-bottom: 40px;
}
.page_type-practice-areas .main-cont article h3, 
.single-post .main-cont article h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 40px;
    color: #01040A;
}
.page_type-practice-areas .main-cont article iframe, 
.single-post .main-cont article iframe {
    margin-top: 25px;
}
.page_type-practice-areas .main-cont article ul, 
.single-post .main-cont article ul {
    margin: 10px 0;
    padding-left: 0px;
    list-style: none;
    display: grid;
    gap: 10px;
}
.page_type-practice-areas .main-cont article ul li, 
.single-post .main-cont article ul li {
    position: relative;
    padding-left: 39px;
    margin: 0;
}
.page_type-practice-areas .main-cont article .btn, 
.single-post .main-cont article .btn{
margin-top: 20px !important;
}
.page_type-practice-areas .entry-content, 
.single-post .entry-content {
    font-size: 18px;
    line-height: 28px;
}
.page_type-practice-areas .main-cont article ul li:before, 
.single-post .main-cont article ul li:before {
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(/wp-content/uploads/2023/05/Icon-awesome-arrow-alt-circle-right.png);
    position: absolute;
    left: 0;
    background-size: contain;
    top: 3px;
    background-repeat: no-repeat;
}
#breadcrumbs a {
    font-weight: 600;
    color: var(--primary);
}
/* Practice Area Single Page End */
.recent_blog_contact .our-blogs {
    padding: 70px 0 80px;
    margin-top: -91px;
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2023/05/bg-gray-img_2.png) !important;
    background-size: cover !important;
    background-position: center !important;
}
.blog .reusable_block.image_block.blog_img_bg {
    display: block;
    background-color: var(--white);
}
.blog .reusable_block.image_block {
    display: none;
}
.blog .reusable_block.our__badges {
    margin-bottom: -150px;
    margin-top: 20px;
}
.blog #top--footer{
    background-color: var(--white);
}
/*Additional Css Start*/
/* hero section styling */

.page_type-contact-page .col.main-cont .entry-content {
    margin: 0px;
}
.hero-sec .split-inner {
	padding: 0px !important;
}
.page_type-contact-page div#header-spacer {
    height: 0px !important;
}
.hero-sec .container .row{
    padding: 0;
	max-width: 1000px !important;
	margin: auto;
}
.page_type-contact-page .hero-title{
	  font-size: 45px;
    line-height: 65px;
    font-family: 'Playfair Display';
	  color: var(--white);
}
.page_type-contact-page h1.rio-defualt-header {
    display: none;
}
.hero-sec .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 170px;
}
.hero-right-sec {
    padding: 55px 35px 0px;
}
/* right section styling */
.hero-right-sec h3{
	font-weight: 500;
    line-height: 55px;
    font-family: 'DM Serif Display';
}
.hero-right-sec p{
	font-size: 15px;
}
.hero-right-sec .sm-title {
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: bold;
    margin: 0;
}
.hero-sec {
    padding: 200px 0px 0px !important;
}
.hero-sec .gform_footer.top_label {
    position: absolute;
}

.hero-sec .gform_heading {
    display: none;
}
.hero-sec .contact.form input, .hero-sec .gform_wrapper.gravity-theme select, .hero-sec .contact.form textarea{
	  padding: 24px !important;
	border-radius: 0;
}
.hero-sec .contact.form input::placeholder, .hero-sec .gform_wrapper.gravity-theme select, .hero-sec .contact.form textarea::placeholder{
	color: #040C19 !important;
	font-size: 16px;
}
.hero-sec .gform_wrapper.gravity-theme select{
    -webkit-appearance: none;
}
.hero-sec .gform_wrapper.gravity-theme .select-field{
	position: relative;
}
.hero-sec .gform_wrapper.gravity-theme .select-field:after {
    width: 16px;
    height: 9px;
    content: '';
    background: url(/wp-content/uploads/2023/05/Polygon-8.png);
    position: absolute;
    right: 0;
    background-position: center;
    background-size: contain;
    top: 45%;
    right: 24px;
    background-repeat: no-repeat;
}
.hero-sec a.hero-img {
   float: right;
	margin-right: -137px;
	margin-top: -180px;
	z-index: 2;
	position: relative;
}
.hero-sec a.hero-img img {
    height: auto;
    max-width: 590px;
}
.hero-sec .contact.form .gform_footer.top_label {
	padding: 0 !important;
}
.hero-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 7px;
	grid-row-gap: 6px;
}

.has_first_name.has_last_name span.name_first {
    padding-right: 0px !important;
}

/* single post styling */

.single.single-post .rio-defualt-header{
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}
.single.single-post p#breadcrumbs {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 40px;
}
.sidebar-reviews-sec{
	padding-top: 0px;
}
.sidebar-reviews-sec .container{
	padding: 6px 12px 12px !important;
}

.sidebar-reviews-sec .rev-cont {
    padding: 30px;
    border: 1px solid;
    margin-bottom: 30px !important;
}
.sidebar-reviews-sec .related-grid-wrapper {
    margin-top: 0 !important;
}


.single-post .main-cont p#breadcrumbs {
    display: none;
}

.author-box {
    /* display: none; */
    max-width: unset;
    border-color: #377bed;
}

.author-box img {
	max-height: 350px;
	width: auto;
}

.single-post .order-last.sidebar-cont {
    margin-top: 30px;
}
.single-post h1.rio-defualt-header {
    margin: 0.5em 0px;
}
/* search page styling */
.search-results h2.entry-title {
    font-size: 25px;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
}
.search-results h2.entry-title a{
	    font-family: 'DM Serif Display' !important;
	   color: #0F1E38 !important;
}
.search-results main#primary {
	background-color: #0000000d;align-content
}
.search-results h2.entry-title a:hover{
	color: var(--secondary) !important;
}

.post-date {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: .5rem;
}

.search-results .blog-card article {
    padding: 20px 20px 10px;
	background: #ffff;
}
.search-results	.entry-meta{
	display: none;
}
	.entry-content {
    text-align: left;
    margin-top: 10px;
}
.search-results .blog-card{
	background: transparent;
}
/* search page hero section  */
.search.search-results .hero-block.hero {
    background: url(/wp-content/uploads/2023/05/blue-bg.png) !important;
}
.search.search-results .hero-inner h1{
	color: #ffff;
}
.search.search-results div#header-spacer {
    display: none;
}
.search.search-results #masthead #header-main {
    background-image: none;
	background-color: transparent;
}
.search.search-results .hero-block h1 {
    margin: 0px !important;
}
.search.search-results .hero-block .container .row .col-12{
	display: flex;
	align-items: center;
}
.search.search-results .col.main-cont {
    margin-bottom: 50px;
}

/*Additional Css End*/
/* Theme Css Start */

.blog-card {
	cursor: pointer;
}

.blog-card .related-cont h3 a {
    font-family: 'DM Serif Display';
}
.blog-card .related-cont h3 {
    font-family: 'DM Serif Display';
	line-height: 25px;
}
.blog {
    background-color: #F2F3F4;
}
.nav-links {
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 5px;
}

.nav-links .page-numbers {
    padding: 7px 15px;
    background-color: var(--secondary);
    border: 0;
    color: var(--white);
}

.nav-links .page-numbers.current {
    background-color: #13336c;
}
.blog .related-cont {
    position: relative;
    min-height: 265px;
    padding-bottom: 30px !important;
}

/* Theme Css End */
/* footer */
#rio-search-banner .search-form input#search {
    padding-left: 7px;
}

#rio-search-banner .search-form {
    border-radius: 0;
}

#rio-search-banner button[type=submit] i {
    display: none;
}

#rio-search-banner button[type=submit]:hover {
    background-color: var(--btn-hover);
}

#rio-search-banner button[type=submit] {
    background-color: var(--secondary);
    color: var(--white);
    border: 0;
    border-radius: 0;
    padding: 17px;
    min-width: 160px;
    margin: -2px;
}

.badges_block img {
    width: 100%;
}

footer#colophon:before {
    content: "";
    background-image: url(/wp-content/uploads/2023/05/1.png);
    position: absolute;
    top: 0;
    width: 100%;
    height: 140px;
    background-position: center;
    background-size: 100% 100%;
}

.badge-carousel.flickity-enabled.is-draggable {
    padding: 20px 0 0 0;
    max-width: 930px;
    margin: auto;
}

.badge-cont {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdf-section {
    max-width: 800px;
    margin: auto;
}

.badge-cont img {
    width: auto !important;
    max-width: 100px;
}

.our_results .grid-cell li i {
    color: #387CF2;
}
.pdf-section h4 {
    font-family: 'DM Serif Display', serif;
    font-size: 45px;
    line-height: 45px;

}

.site-footer-bottom {
    background-color: var(--white)fff;
    color: var(--white);
    background-image: url(/wp-content/uploads/2023/05/1.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    position: relative;
}

.site-info p a {
    color: var(--white);
}

ul#menu-footer-menu {
    list-style: none;
}

.copyright-footer {
    margin-top: 15px;
    border-top: 1px solid #ffffff40;
    padding-top: 25px;
    padding-bottom: 20px;
}

.footer-site-logo img {
    max-width: 195px;
    margin-left: 0;
    display: block;
}

ul#menu-footer-menu {
    display: flex;
    justify-content: flex-end;
}

ul#menu-footer-menu li a {
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    color: var(--white);
}

.site-info p {
    font-size: 15px;
    line-height: 27px;
}

.site-info-social div {
    padding: 0;
}

.site-info-social .row {
    margin: 0;
}

.social-icon a {
    background-color: #086DD9;
    border-radius: 50px;
    color: var(--white);
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col.social-icon {}

.social-icon a i {
    font-size: 20px;
}

.widget.widget_text h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 34px;
    color: var(--primary);
    margin-bottom: 25px;
}

hr {
    opacity: 1;
}

footer.entry-footer {
    display: none;
}

.location_anchor {
    font-size: 19px;
    font-weight: bold;
    line-height: 26px;
    display: block;
    color: var(--yale-blue);
}

footer .widget.widget_text p {
    font-size: 20px;
    line-height: 26px;
    color: var(--primary);
    font-family: 'Inter', sans-serif;
}

.related-cell {
    margin-bottom: 25px;
}

.related-block .blog-card .related-cont {
	display: flex;
	flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.blog-card {
	display: flex;
	flex-direction: column;
    padding: 0;
    box-shadow: unset;
    background-color: var(--white);
    height: 100%;
}

a.view-post {
    color: var(--secondary);
    font-weight: bold;
    line-height: 13px;
    display: inline-block;
}

.blog-card .related-cont h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
}

.blog-card .related-cont h3 a {
    color: var(--primary);
}

.blog-hero-img {
    min-height: 280px;
    background-color: var(--secondary);
}

.blog-card .related-cont p {
    color: #000;
}

.badges-block ol.flickity-page-dots,
.badges-block .flickity-button {
    display: none;
}

.our-blogs h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 45px;
}

.badges_block div {
    padding: 0;
}

.badges_block .container-fluid .row {
    margin: 0;
}

.badges_block {
    position: relative;
    top: -60px;
    z-index: 0;
}

.related-block.related-review .b-content p {
    font-family: 'Lexend', sans-serif;
    color: var(--bleu-de-france);
    font-size: 22px;
    font-weight: 500;
}

.rev-cont-inner h3 {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

.rev-cont-inner p {
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
}

.rev-cont-inner .five-stars {
    display: flex;
    margin-bottom: 18px;
    margin-top: 5px;
    column-gap: 2px;
}

.rev-cont-inner .five-stars i {
    font-size: 13px;
}

.related-block.related-review .related-grid-wrapper {
    margin-top: 55px;
}

.related-grid-wrapper .rev-cont {
    border: 0.5px solid #ccced3;
    border-top: 0;
    border-left: 0;
    padding: 0 40px 100px 40px;
    border-image: linear-gradient(35deg, #123267, var(--white)) 1;
}

.load-more-btn {
    margin-top: -53px;
}

.related-grid-wrapper .rev-cont:first-child {
    border-left: 0.5px solid #123267;
}

/* =========header============ */
.top-bar-content a {
    display: inline-block;
    padding: 0 20px 0 0px;
}

.top-bar-content svg {
    margin-left: 2px;
    margin-right: 2px;
    margin-top: -1px;
}

a.navbar-brand img {
    margin-left: unset !important;
    max-width: 170px;
    position: relative;
    top: 18px;
}

#masthead #header-main {
    background-image: url('/wp-content/uploads/2023/05/nav.jpg');
    background-position: center;
    background-size: cover;
}

.top-bar-content p,
.top-bar-content a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: var(--white);
    text-transform: uppercase;
}

body #masthead .btn {
    font-size: 14px;
    line-height: 7px;
    padding: 17px 10px;
    min-width: 255px;
}

.rio-search-icon {
    cursor: pointer;
}


.recent_blog a.view-post, .recent_blog_contact a.view-post {
	padding: 1rem 0;
	margin-top: auto !important;
}

/* CLS Fixes */

#header-spacer {
    /* set min-height to the lowest height of the responsive header */
    min-height: 78px;
}

/* RESPONSIVE */
#primary .cst_container .container,
.cst_container .container {
    max-width: 1360px !important;
}

main#primary .container,
footer#colophon .container,
#header-main .container,
#top--footer .container {
    max-width: 1200px !important;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}
@media (min-width:2300px) {
    .staff-hero:before, .hero-sec:before {
        height: 340px;
        bottom: -130px;
    }
    .staff-hero:after, .hero-sec:after {
        height: 219px;
        bottom: -138px;
    }
    .home_page_hero {
        height: 100vh;
        display: flex;
        align-items: center;
    }
}
@media (min-width:2000px) and (max-width:2299px) {
    .home_page_hero {
        height: 100vh;
        display: flex;
        align-items: center;
    }

    .error-404 .search__form {
        margin-bottom: 230px;
    }
    .staff-hero:before, .hero-sec:before {
        height: 335px;
        bottom: -170px;
    }
    .staff-hero:after, .hero-sec:after {
        height: 200px;
        bottom: -150px;
    }
    .staff-hero {
        margin-bottom: 140px;
    }
}

@media (min-width: 992px) {
    .recent_blog_contact .col-12.b-content {
        padding-left: 50px;
    }
    .modal-dialog {
        max-width: 976px !important;
    }

/*     .recent_blog a.view-post, .recent_blog_contact a.view-post {
        position: absolute;
        bottom: 15px;
    } */

    #header-main nav.navbar {
        padding: 0 15px 36px 15px !important;
    }

    #menu-main-menu>li>a {
        font-size: 20px;
        font-weight: bold;
        font-family: 'Open Sans';
        line-height: 27px;
        letter-spacing: -0.5px;
    }

    .navbar .nav-item .dropdown-menu {
        padding: 0 !important;
        border: 0;
    }

    #menu-main-menu ul.dropdown-menu li a:hover,
    #menu-main-menu ul.dropdown-menu li.current-menu-item a {
        background-color: var(--primary);
    }

    #menu-main-menu ul.dropdown-menu li a:hover {
        background-color: var(--primary);
        color: var(--white) !important;
    }

    #menu-main-menu ul.dropdown-menu li a {
        color: var(--white) !important;
        padding: 8px 12px;
        border-bottom: 1px solid #ccc;
        background-color: var(--secondary);
    }

    #menu-main-menu ul.dropdown-menu li {
        padding: 0px;
    }

    #menu-main-menu li a {
        color: var(--white) !important;
    }

    #menu-main-menu .current-menu-item>a,
    #menu-main-menu li>a:hover {
        color: var(--secondary) !important;
    }

    .navbar .nav-item:hover>.dropdown-menu {
        left: 0;
    }

    #header-main .dropdown-menu li a {
        padding: 0;
    }

    #header-main .contact-btn a:hover {
        background-color: var(--secondary);
        color: var(--white) !important;
    }

    #header-main .contact-btn a {
        display: flex;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        justify-content: center;
        top: 0;
        align-items: center;
        border-radius: 3px;
    }

    #menu-main-menu li a {
        padding: 0px;
    }

    .nav-link.dropdown-toggle.alt-dropdown-toogle:last-of-type:before {
        left: unset;
        right: 8px;
        top: 13px;
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        content: "\f078";
        font-size: 11px;
    }

    #header-main .contact-btn {
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 140px;
        text-align: center;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    #menu-main-menu li {
        padding: 12px 25px;
    }

    #menu-main-menu .nav-link {
        color: var(--white);
    }

    .navbar .nav-item:hover>.dropdown-menu {
        display: block;
        top: 100%;
        margin-left: 25px;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover>.dropdown-menu {
        display: block;
        top: 100%;
    }
}

/* ======= */
@media (max-width:1550px) {
    .staff_grid.staff_in_about {
        padding: 170px 0 90px;
    }

    .map_section {
        padding-top: 170px;
    }
}
@media (max-width: 1366px){
	.hero-sec a.hero-img img {
    height: auto;
    max-width: 450px;
}
	.hero-sec a.hero-img {
    float: right;
    margin-right: -62px;
    margin-top: -165px;
}
}
@media(max-width:1199px) {

    /*Home Page Start*/
    .home_page_hero .hero-inner {
        max-width: 645px;
    }

    .home_page_hero .hero-inner .h1 {
        font-size: 55px;
    }

    .compassion_section .split-cell h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .personal_injury .split-inner h2 {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .personal_injury {
        padding: 120px 0 120px;
    }

    .blog_img_bg {
        margin-top: -210px;
    }
    .blog .blog_img_bg {
        margin-top: -70px;
    }
    .blog .reusable_block.our__badges {
         margin-bottom: 0px; 
    }
    .video_column .container-fluid .row > .col-12 {
        grid-template-columns: 1fr 1fr;
    }
    .explore-pa-cell .pa-inner {
        padding: 30px 15px 40px;
    }
    /*Home Page End*/
    /* Practice Area Page Start */
    .page_type-practice-areas .main-cont h1, .page_type-practice-areas .main-cont article {
        padding-left: 0;
    }
    .pa-hero-sidebar h3 {
        line-height: 35px;
        font-size: 30px;
    }
    /* Practice Area Page End */
    /*Additional Css Start*/
    .hero-sec {
        padding: 160px 0px 0px !important;
    }
        .hero-sec a.hero-img {
        margin-right: -35px;
        margin-top: -159px;
    }
        .hero > div > .row:nth-of-type(1){
            min-height: 100px;
        }
    /*Additional Css End*/
    footer#colophon:before {
        height: 138px;
    }

    .related-grid-wrapper .rev-cont {
        padding: 0 40px 55px 40px;
    }

    #menu-main-menu li {
        padding: 5px 18px !important;
    }

    .nav-link.dropdown-toggle.alt-dropdown-toogle:last-of-type:before {
        right: 4px;
        top: 7px;
        font-size: 11px;
    }
    .staff-info-cont h1 {
        font-size: 50px;
    }
}

@media(max-width:991px) {
	
    .rio-ebook-popup .split-inner h3 {
        font-size: 35px;
        line-height: 44px;
    }
    #rio-modal-container .container-fluid {
        padding: 60px 50px 5px 20px;
    }
    h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .blog p#breadcrumbs {
        margin-top: 20px;
    }
    /* Home Page Start */
    .home_page_hero .hero-inner {
        max-width: 560px;
    }

    .home_page_hero .hero-inner .h1 {
        font-size: 48px;
        line-height: 60px;
    }

    .video_section .a-content {
        max-width: 690px;
    }

    .video_section .a-content h3 {
        font-size: 24px;
    }

    .compassion_section .split-inner {
        padding: 0;
        text-align: center;
    }

/*     .compassion_section .split-inner img {
        padding-bottom: 20px;
    } */

    .our_results .grid-cell h3 {
        font-size: 45px;
        margin-bottom: 9px;
    }

    .our_results .grid-cell img {
        width: 140px;
        margin-top: -13px;
    }

    .our_results .col-md-3 .grid-cell:after {
        bottom: -62px;
    }

    .personal_injury {
        padding: 70px 0 90px;
        text-align: center;
    }

    .personal_injury .split-cell.sc-left img {
        margin-top: 40px;
        width: 100%;
    }

    .practice_areas_sec .pa-inner .explore-pa-area p {
        min-height: auto;
        margin-bottom: 40px;
    }

    .practice_areas_sec .pa-inner .explore-pa-area h3 {
        min-height: auto;
    }

    .staff_grid .author_bio_info p {
        font-size: 16px;
    }

    .staff_grid p {
        font-size: 20px;
    }

    .staff_grid h2 {
        font-size: 45px;
    }

    .staff_grid .author_bio_info {
        min-height: 215px;
    }

    .staff_grid .staff-content-wrap .btn {
        margin: auto;
    }

    .blog_img_bg {
        margin-top: 250px;
    }

    .our-blogs h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .explore-pa-cell .pa-inner {
        padding: 30px 30px 40px;
        min-height: 370px;
    }
   
    /* Home Page End */
/* Thank you Page Start */
.thank-you-main h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 10px 0 10px;
}
.thank-you-main .video-player .hold-img > div > i {
    font-size: 3rem;
}

/* Thank you Page End */
/* Staff Page Start  */
.staff-hero .staff-img-cont {
margin-left: 0;
}
.staff_main_wrap {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.staff-hero .social-icon {
    justify-content: center;
}
ul.info_list li span {
    justify-content: center;
}
.staff-hero .staff-info-cont {
    max-width: 100%;
    padding-bottom: 10px;
}
.staff-hero:before, .hero-sec:before {
    height: 235px;
    bottom: -70px;
}
.staff-hero:after, .hero-sec:after {
    height: 110px;
    bottom: -38px;
}
.staff-hero {
    margin-bottom: 10px;
}
/* Staff Page End  */
/* Practice Area Page Start */
.page_type-practice-areas .col.main-cont > h1.rio-defualt-header, 
.single-post .col.main-cont > h1.rio-defualt-header {
    font-size: 45px;
    line-height: 55px;
}
/* Practice Area Page End */
/*Additional css Start*/
.hero-sec .container .row {
    flex-direction: column-reverse;
}
		.hero-sec .container .row .split-cell {
    padding: 0;
}
		.hero-sec .container .row .hero-right-sec {
    margin-bottom: 40px;
    padding: 30px 100px;
}
		.hero-sec a.hero-img {
    margin-right: 0px;
    margin-top: 0px;
			float: inherit;
}
		.hero-sec .container .row:last-child p {
    text-align: center;
}
		.hero-sec .container .row:last-child{
			margin-top: 40px;
		}
		.single-post .row .col.main-cont {
    padding-right: 12px;
			padding-left: 12px;
}
		.page_type-contact-page .gform_wrapper.gravity-theme .ginput_complex span.name_first {
    margin-bottom: 6px !important;
}
		.page_type-contact-page .gform_wrapper.gravity-theme .ginput_complex span.name_last {
    margin-bottom: 0px;
		}
	}

		@media (max-width: 767px){
            #rio-modal-container .split-inner img {
                width: 200px;
            }
            .rio-ebook-popup .split-inner .gform_body input {
                height: 55px;
            }
            .rio-ebook-popup .split-inner p {
                font-size: 16px;
            }
            .rio-ebook-popup .split-inner h3 {
                font-size: 28px;
                line-height: 35px;
            }
            #rio-modal-container .container-fluid {
                padding: 25px 20px 5px 20px;
            }
            .rio-ebook-popup .gform_button {
                height: 55px;
            }
				.hero-sec .container .row .hero-right-sec {
    margin-bottom: 40px;
    padding: 30px 50px;
}
		.hero-sec a.hero-img img {
    max-width: 100%;
}
			h1 {
    font-size: 33px;
    line-height: 34px;
    font-weight: bold;
}
/*Additional css End*/
    .site-footer-bottom {
        padding-top: 150px;

    }

    footer#colophon:before {
        height: 130px;
        background-size: cover;
    }

    ul#menu-footer-menu li a {
        font-size: 18px;
        padding: 10px;
    }

    .site-info p {
        text-align: center;
    }

    .site-info-social {
        max-width: 300px;
        margin: 24px auto 0 auto;
    }

    .rev-cont-inner p {
        max-width: 700px;
        margin: auto;
    }

    .rev-cont-inner p {
        font-size: 16px;
        line-height: 22px;
        color: var(--primary);
        padding-left: 15px;
        padding-right: 15px;
    }

    .load-more-btn {
        margin-top: 30px;
    }

    .rev-cont-inner .five-stars {
        justify-content: center;
    }

    .related-grid-wrapper .rev-cont:first-child {
        border: 0;
    }

    .related-grid-wrapper .rev-cont {
        border: 0;
        padding: 10px 0 0 0;
        text-align: center;
    }

    .rio-search-toggle {
        display: none;
    }

    div#rio-flyout-container a.navbar-brand img {
        top: 8px;
    }

    ul.dropdown-menu.show {
        position: static !important;
        background-color: var(--primary) !important;
        transform: unset !important;
        border: 0;
        width: 100%;
        padding: 0;
        border-radius: 0;
        margin-bottom: 0px !important;
    }

    ul.dropdown-menu.show li {
        padding: 0 15px !important;
    }

    ul.dropdown-menu.show li a {
        word-break: break-all !important;
        text-transform: capitalize !important;
    }

    .popup-content ul#menu-main-menu-1 li.current-menu-item {
        background-color: var(--primary);
    }

    .popup-content ul#menu-main-menu-1 li a {
        color: var(--white);
        font-size: 16px;
        letter-spacing: -1px;
        text-transform: uppercase;
        padding: 0;
        line-height: 36px;
        font-family: 'Inter', sans-serif;
    }

    .popup-content ul#menu-main-menu-1 li {
        margin: 3px 0;
        padding: 5px 30px;
    }

    .menu-main-menu-container {
        padding-top: 20px;
    }

    .popup-content button {
        background-color: transparent;
        border: 0;
        padding: 0;
    }

    .popup-content input {
        border: 0;
        font-size: 14px;
    }

    .popup-content form {
        background-color: var(--white);
        padding: 13px;
        margin-top: 30px;
    }

    #rio-flyout-container .container {
        background-color: var(--yale-blue);
    }

    div#rio-flyout-container {
        top: 0;
        background-color: #00000091;
        padding: 20px;
        left: 0;
    }

    #header-main .container {
        max-width: 100%;
        padding: 0 20px 0 20px !important;
    }

    a.navbar-brand img {
        max-width: 165px;
        top: -15px;
    }

    #masthead #header-main {
        padding: 0 0 10px 0;
    }

    .nav-link.dropdown-toggle.alt-dropdown-toogle:last-of-type:before {
        left: unset;
        right: 20px;
        top: 6px;
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        content: "\f078";
        font-size: 13px;
    }

    .navbar-toggler-icon {
        color: var(--white);
    }

    .top-header {
        background-color: var(--primary) !important;
    }

    .top-header li,
    .top-header a {
        color: var(--white);
    }

    .top-header a:hover {
        color: var(--secondary);
    }

    div#rio-search-banner {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media(max-width:767px) {
    h3 {
        font-size: 25px;
        line-height: 30px;
    }
    .cst-privacy {
        margin: 53px 55px;
        max-height: 410px;
    }
    #rio-modal-container .container-fluid {
        padding: 45px 20px 5px 20px;
    }
    .rio-ebook-popup .split-inner h3 {
        font-size: 25px;
        line-height: 32px;
    }
    /*Home Page Start*/

    .home_page_hero .hero-inner {
        max-width: 100%;
        padding-top: 30px;
        padding-bottom: 345px;
        padding-left: 15px;
        text-align: center;
        padding-right: 15px;
    }

    .home_page_hero {
        background-image: url(/wp-content/uploads/2023/05/Mobile-Banner.png) !important;
    }

/*     .home #primary {
        margin-top: -80px;
    } */

    .home_page_hero .hero-inner .h1 {
        font-size: 33px;
        line-height: 34px;
        max-width: 360px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .video_section .a-content {
        max-width: 475px;
        bottom: 30px;
    }

    .video_section .a-content h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .video-player .hold-img>div svg {
        width: 70px;
    }

    .video_section .col-12 {
        padding: 0;
    }

    .video_section {
        margin-top: 0px !important;
    }

    .video_section .b-content p {
        font-size: 16px;
    }

    .video_section .name {
        font-size: 16px;
    }

    .compassion_section .split-cell h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .font-18 p {
        font-size: 16px;
    }

/*     .compassion_section {
        padding-top: 0 !important;
    } */

    .our_results .col-md-3:nth-child(4n + 2) .grid-cell:before {
        display: none !important;
    }

    .our_results .col-md-3 .grid-cell:before {
        height: 60%;
    }

    .our_results .row.justify-content-center {
        background: #f2f3f4;
    }

    .our_results .col-md-3 .grid-cell:after {
        bottom: -77px;
        z-index: 1;
        height: 120px;
    }

    .bg_image {
        height: 310px;
        margin-top: -100px;
    }

    .personal_injury {
        padding: 90px 0 90px;
    }

    .personal_injury .split-inner h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .personal_injury .split-cell.sc-left img {
        margin-top: 10px;
    }

    .personal_injury .split-inner ul {
        margin-bottom: 20px;
        gap: 20px;
    }

    .personal_injury .split-cell.sc-right p {
        margin-bottom: 20px;
    }

    .practice_areas_sec .pa-inner p {
        margin-bottom: 30px;
        min-height: auto;
        font-size: 18px;
        line-height: 25px;
    }

    .practice_areas_sec .pa-inner {
        padding: 22px 1rem 1rem;
        border-left: 0px solid #A5B1C5;
    }

    .practice_areas_sec .related-grid-wrapper {
        border: none;
    }

    .practice_areas_sec {
        padding: 20px 20px 20px;
    }

    .practice_areas_sec .pa-inner .explore-pa-area .btn {
        margin-bottom: 25px;
    }

    .practice_areas_sec .pa-inner .explore-pa-area h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 25px;
    }

    .practice_areas_sec .pa-inner h3 {
        font-size: 25px;
        line-height: 32px;
        min-height: auto;
        margin-bottom: 25px;
    }

    .staff_grid .staff-content-wrap {
        margin-top: 160px;
    }

    .staff_grid .author_bio_info {
        min-height: auto;
        margin-bottom: 30px;
    }

    .staff_grid .simp-staff-img-cont {
        margin-top: -175px;
    }

    .staff_grid h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .staff_grid h2 {
        font-size: 35px;
    }

    .staff_grid p {
        font-size: 18px;
    }

    .our-blogs h2 {
        font-size: 35px;
        line-height: 42px;
    }
    .video-wrapper span{
        display: none;
    }
    .video_column .container-fluid .row > .col-12 {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .practice_areas_sec {
        border-bottom: 0px;
    }
    .blog .blog_img_bg {
        margin-top: 0;
    }
    /*Home Page End*/
    /* about page start */
    .video_section.about_video {
        margin-top: -335px !important;
    }

    .about_main_sec h1 {
        margin: 30px 0 10px;
        font-size: 40px;
    }

    /* about page End */
    /* 404 Page Start */
    .error-404 {
        padding: 180px 0 150px;
    }

    .error-404 .search__form form {
        padding: 15px;
    }

    .error-404 .page-title {
        font-size: 28px;
    }

    .error-404 .search__form h3 {
        font-size: 22px;
    }

    /* 404 Page End */
    /* Staff Page Start  */
    .single-staff .container.all-containers > .row .main-cont {
        text-align: center;
    }
    .staff-hero {
        padding-top: 200px;
    }
    .staff-info-cont h1 {
        font-size: 40px;
        white-space: break-spaces;
    }
    /* Staff Page End  */
    /* Practice Area Page Start */
.page_type-practice-areas .col.main-cont > h1.rio-defualt-header, 
.single-post .col.main-cont > h1.rio-defualt-header {
    font-size: 35px;
    line-height: 42px;
}
/* Practice Area Page End */
    #rio-search-banner button[type=submit] {
        min-width: 100px;
    }

    .related-block.related-review .related-grid-wrapper {
        margin-top: 15px;
    }

    .font-sm-16 p {
        font-size: 16px !important;
    }

    .pdf-section h4 {
        font-size: 35px;
        line-height: 35px;
    }

    .pdf-section {
        text-align: center;
    }

    .footer-site-logo img {
        max-width: 140px;
        margin: auto;
    }

    .footer-site-logo {
        text-align: center;
        margin-bottom: 20px;
        padding-right: 15px;
    }

    ul#menu-footer-menu {
        display: block;
        text-align: center;
    }


    h2 {
        font-size: 35px;
        line-height: 35px;
    }

    body #masthead .btn {
        position: fixed;
        top: 0;
        z-index: 2;
        width: 100%;
    }

    .fixed-top {
        top: 41px;
    }

    a.navbar-brand img {
        max-width: 110px;
        top: 7px;
    }

    #header-main nav.navbar {
        padding: 8px 16px 6px 20px !important;
    }

    .footer_location_sections {
        max-width: 80%;
        margin: auto;
        padding-bottom: 15px;
    }

}


@media(max-width:575px) {
    .cst-privacy {
        margin: 48px 45px;
        max-height: 349px;
    }
    #rio-modal-container .split-inner img {
        display: none;
    }
    /*Home Page Start*/
    .home_page_hero .hero-inner br {
        display: none;
    }

    .home_page_hero .hero-inner h5 {
        font-size: 15px;
    }

    .home_page_hero .hero-inner {
        padding-bottom: 230px;
    }

    .video_section .a-content h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .video-player .hold-img>div svg {
        width: 50px;
    }

    .video_section .b-content p {
        font-size: 14px;
    }

    .video-player .hold-img:before {
        opacity: 0.5;
    }

    .badges_section .b-content p {
        font-size: 15px;
    }

    .badges_section .badge-cont img {
        max-width: 80px;
    }

/*     .compassion_section .sc-left img:first-child {
        display: none;
    }

    .compassion_section .sc-left img:last-child {
        display: block;
    } */

    .our_results .col-md-3 .grid-cell:after {
        height: 155px;
    }

    .our_results .col-md-3 .grid-cell:before {
        width: 80%;
        height: 1px;
        bottom: 0;
        top: auto;
        left: 0;
    }

    .our_results .col-md-3:nth-child(4n + 4) .grid-cell:before{
        display: none;
    }

    .our_results .col-md-3:nth-child(4n + 2) .grid-cell:before {
        display: block !important;
    }

    .case_results_sec h2 {
        font-size: 30px;
    }

    .bg_image {
        height: 250px;
        margin-top: -100px;
    }

    .personal_injury .split-cell.sc-right p {
        font-size: 16px;
        line-height: 25px;
    }

    .personal_injury .split-cell.sc-left p {
        font-size: 15px;
        line-height: 25px;
    }

    .personal_injury .split-inner ul li {
        gap: 12px;
        font-size: 16px;
    }

    .personal_injury .split-inner ul {
        gap: 16px;
        text-align: left;
    }

    .personal_injury {
        padding: 60px 0 65px;
    }

    .practice_areas_sec .pa-inner p {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 24px;
    }

    /*Home Page End*/
    /* about page start */
    .video_section.about_video {
        margin-top: -280px !important;
    }

    .about_main_sec h1 {
        font-size: 33px;
    }

    /* about page End */
    /*404 Page Start*/
    .error-404 .search__form {
        margin-top: -170px;
    }

    /*404 Page End*/
    /* thank you page start */

    .thank-you-main h1 {
    font-size: 28px;
    line-height: 35px;
    margin: 10px 0 10px;
}
.thank-you-main p {
    margin-bottom: 30px;
    font-size: 16px;
}
    /* thank you page End */
    /* Staff Page Start  */
    .staff-info-cont h1 {
        font-size: 35px;
        line-height: 1.4;
    }
    .staff-info-cont h4 {
        font-size: 18px;
        margin-top: 0 !important;
    }
    .info_list li a, .info_list li {
        font-size: 18px;
        line-height: 26px;
    }
    .info_list li a {
        white-space: break-spaces;
        word-break: break-all;
    }
    .staff-hero:before, .hero-sec:before {
        height: 160px;
        bottom: -22px;
    }
    .staff-hero:after, .hero-sec:after {
        height: 80px;
        bottom: -10px;
    }
    /* Staff Page End  */
    
    .lh-sm-20 p {
        line-height: 20px !important;
    }

    .font-sm-15 p {
        font-size: 15px !important;
    }

    footer .widget.widget_text p {
        font-size: 16px;
        line-height: 20px;
    }

    .widget.widget_text h3 {
        font-size: 25px;
        margin-bottom: 13px;
    }

    .footer_location_sections {
        max-width: 87%;
    }

    .footer-info-cont.nicoletti-locations-cont>div {
        max-width: 100% !important;
        margin: auto;
    }

    .badges_block .img {
        height: 400px;
        object-fit: cover;
    }

    .popup-content ul#menu-main-menu-1 li {
        margin: 3px 0;
        padding: 5px 17px;
    }

    body .btn {
        min-width: unset;
    }

}

@media (max-width:475px) {
    .cst-privacy {
        margin: 60px 23px;
        max-height: auto;
    }
    span.rio-ebook-close {
        top: -10px;
    }
    .our_results .col-md-3 .grid-cell:after {
        height: 130px;
    }

    .practice_areas_sec .pa-inner .explore-pa-area .btn {
        display: block;
    }

    .error-404 .search__form {
        margin-top: -125px;
    }

    /* about page start */
    .video_section.about_video {
        margin-top: -50px !important;
    }

    /* about page End */

}

@media(max-width:425px) {
    body .btn {
        min-width: 100%;
    }

    .font-18 p {
        font-size: 15px;
    }

    .video_section .a-content {
        max-width: 265px;
    }

    .our_results .col-md-3 .grid-cell:after {
        height: 124px;
    }

    .about_main_sec {
        min-height: 1045px;
    }
}

.date-author-block {
  padding-left: 75px;
}
