body .container {
    min-height: unset !important;
}

.lpro-flex-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

body.page .lp_section_inner {
    padding: 0;
    background-size: cover;
}

.lp-section-title-container {
    padding-top: 100px;
}

.lp-section-title-container h2 {
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 15px 0;
}

.lp-section-title-container .lp-sub-title {
    font-size: 13px;
}

.dark-bg  .lp-section-title-container .lp-sub-title {
    color: var(--pp-color);
}


/*LPRO Navbar*/

.lpro-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.lpro-navbar-nav ul {
    margin-right: 30px;
}

.lpro-navbar-mobile-nav {
    display: none;
}

#lproSidebar ul.mobile-menu.mm-listview {
    margin-top: -35px !important;
}

.lp-join-now {
    margin-right: -30px;
}

.lpro-navbar-nav .lp-user-menu li {
    width: 100%;
}

.lpro-navbar-nav .lp-user-menu li a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.lpro-navbar-nav,
.lpro-navbar-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.lpro-navbar-nav li:not(:last-child) {
    margin-right: 30px;
}

.lpro-navbar-nav li ul li {
    margin-right: 0 !important;
}

.lpro-navbar-nav li a {
    letter-spacing: 1.3px;
    color: #241B1B;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

.lpro-navbar-nav li .lpro-navbar-nav-btn {
    padding: 15px 25px;
    margin: 0;
    background: transparent;
    border: 1px solid transparent;
    letter-spacing: 1.3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lpro-navbar-nav li .lpro-navbar-nav-btn i {
    margin-right: 10px;
}

.lpro-navbar-nav ul li.menu-item-has-children {
    position: relative;
}

.lpro-navbar-nav ul li.menu-item-has-children ul li:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.lpro-navbar-nav ul li.menu-item-has-children ul {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-radius: 3px;
    box-shadow: 3px 2px 7px 1px rgb(0 0 0 / 8%);
    margin-left: -16px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 100%;
    transform: scale(0);
    transform-origin: 10% top 0;
    z-index: 999999;
    width: 200px;
    -webkit-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -moz-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -ms-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    -o-transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    transition: max-height 0s linear 0.15s, opacity 0.1s cubic-bezier(.39, .575, .565, 1) 0s, transform 0.15s cubic-bezier(.1, 1.26, .83, 1) 0s;
    padding: 0 !important;
    background-color: #fff;
    display: block;
    justify-content: unset;
    align-items: unset;
    flex-flow: unset;
}

.lpro-navbar-nav ul li.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scale(1);
}

.lpro-navbar-nav ul li.menu-item-has-children ul li a {
    padding: 15px;
    border-left: solid 2px transparent;
    display: block;
    font-size: 14px;
    border-top: 0;
    text-align: left;
    margin-left: -1px;
}

/*LPRO Banner*/
.lpro-banner-search {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    flex-direction: column;
}

.lpro-banner-search-title {
    letter-spacing: 4.26px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 40px;
    font-size: 32px;
    max-width: 400px;
    text-align: left;
    margin: 0 0 40px 0;
    position: relative;
    font-family: 'Playfair Display';
}

.lpro-banner-search-title::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 56px;
    height: 7px;
}

/*LPRO Banner Search*/
.lpro-banner-search .lp-search-bar {
    margin: 0;
    padding: 3px;
    display: block;
    background: transparent;
    border-radius: 0;
}

.lpro-banner-search .form-group.lp-location-search {
    min-width: 180px;
}

.lpro-banner-search .form-group.lp-location-search .chosen-container.chosen-container-single .chosen-single {
    padding-left: 35px;
}

.lpro-banner-search .form-inline .form-group {
    background: #fff;
    border-radius: 0 !important;
}

.lpro-banner-search .form-inline .form-group:nth-child(3) {
    padding-left: 5px;
    background: transparent;
}

.lpro-banner-search .form-group .lp-search-bar-right,
.lpro-banner-search .form-group .lp-search-bar-right input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.lpro-banner-search .form-group .lp-search-bar-right input {
    letter-spacing: 1.3px;
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    padding-left: 50px;
}

.lpro-banner-search .form-group .lp-search-bar-right input {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.lpro-banner-search .form-group.lp-suggested-search .what-placeholder {
    min-width: 348px;
}

.lpro-banner-search .form-group.lp-suggested-search .what-placeholder input {
    min-width: unset;
    width: calc(100% - 45px);
    display: block;
    margin-left: auto;
    border-right-color: #241B1B22 !important;
    height: 48px;
    line-height: 48px;
}

.lpro-banner-search .form-group.lp-suggested-search input:focus {
    border-color: transparent;
}

.lpro-banner-search .lp-search-bar .lp-location-search .ui-widget > i {
    right: 15px;
    left: unset;
    color: #241B1B;
}

.lpro-banner-search .lp-search-bar .lp-suggested-search .input-group-addon.lp-border,
.lpro-banner-search .form-group.lp-location-search .lp-where {
    letter-spacing: 0;
    color: #241B1B;
    font-size: 13px;
    font-weight: normal;
}

.lpro-banner-search .form-group.lp-location-search input#cities {
    padding-left: 65px;
    height: 48px;
    line-height: 48px;
}

#lpro-banner .lpro-banner-categories {
    height: 130px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-flow: wrap;
}

#lpro-banner .lpro-banner-categories .lpro-banner-category {
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid #ffffff75;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 40px;
    border-bottom: none;
    border-left: none;
}

#lpro-banner .lpro-banner-categories .lpro-banner-category:first-child {
    border-left: 1px solid #ffffff75;
}

#lpro-banner .lpro-banner-categories .lpro-banner-category:last-child {
    border-right-color: #ffffff75;
}

#lpro-banner .lpro-banner-categories .lpro-banner-category img {
    margin-bottom: 10px;
}

#lpro-banner .lpro-banner-categories .lpro-banner-category p {
    margin: 0;
    letter-spacing: 0.65px;
    color: #FEFDFC;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}

/*Setions*/

.lpro-element {
    padding: 100px 0 70px 0;
}

.lp-section-title-container .lp-sub-title {
    letter-spacing: 2.6px;
    font-style: normal;
    line-height: 18px;
    max-width: 70%;
    margin: 0 auto;
    color: #636867;
}

/*LPRO Stats*/
.lpro-stat-container {
    width: calc(100% / 4);
    text-align: center;
    padding: 25px;
}

.lpro-stat-container:not(:last-child) {
    border-right: 1px solid;
}

.lpro-stat-container .lpro-stat {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 15px;
}

.lpro-stat-container .lpro-stat > h1 {
    font-size: 50px;
    line-height: 40px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
}

.lpro-stat-container .lpro-stat > p {
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
}

.lpro-stat-container > p {
    letter-spacing: 0.8px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 1400px) {
    .lpro-stat-container > p {
        letter-spacing: 0;
        font-size: 14px;
    }
}

/*Listing Grids*/

.lpro-listing-grid {
    background: #FFFFFF 0 0 no-repeat padding-box;
    margin: 0 0 30px 0;
    padding: 10px;
    box-shadow: 0 21px 47px #7e44000a;
}

.lpro-listing-grid .lpro-listing-grid-content {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: 10px;
}

.lpro-listing-grid-content-details {
    max-width: calc((100% - 15px) - 110px);
}

.lpro-listing-grid .lpro-listing-grid-content .lpro-listing-grid-thumb {
    position: relative;
}

.lpro-listing-grid .lpro-listing-grid-content .lpro-listing-grid-thumb img {
    min-width: 100px !important;
    min-height: 140px !important;
    max-width: 100px !important;
    max-height: 140px !important;
    object-fit: cover;
    margin-right: 15px;
}

.lpro-listing-grid-tag-ad {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 0 5px;
}
body.archive .lpro-listing-grid-tag-ad,
body.search .lpro-listing-grid-tag-ad
{
    display: none;
}
.promoted-listings .lpro-listing-grid-tag-ad {
    display: block !important;
}

.lpro-listing-grid .lpro-listing-grid-content .lpro-listing-grid-content-title-wrap {
    margin: 0 0 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lpro-listing-grid .lpro-listing-grid-content .lpro-listing-grid-content-title-wrap h3 {
    letter-spacing: 0;
    color: #1A1B1B;
    margin: 0;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.lpro-listing-grid .lpro-listing-grid-content .lpro-listing-grid-content-title-wrap h3 a {
    font-size: 15px;
    color: #1A1B1B;
    line-height: 20px;
}

.lpro-listing-grid-cats {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    color: #1A1B1B;
}

.lpro-listing-grid-gaddress {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    color: #535A5B;
    margin: 0 0 5px 0;
}

.lpro-listing-grid-tagline {
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #535A5B;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}

.lpro-listing-rating p {
    letter-spacing: 0;
    color: #1A1B1B;
    font-weight: bold;
    line-height: 24px;
    margin: 0 5px 0 0;
}

.lpro-listing-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lpro-listing-grid-action-call {
    border: 1px solid #D29E00;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.52px;
    color: #0A0903;
    height: 44px;
    background: transparent;
    margin: 0 10px 0 0;
}

.lpro-listing-grid-action-call.w-30 {
    width: 100px;
}

.lpro-listing-grid-action-call.w-100 {
    width: 100%;
}

.lpro-listing-grid-action-all {
    background: #D29E00;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.52px;
    color: #fff;
    height: 44px;
    margin: 0;
    border: 1px solid transparent;
    max-width: 350px;
}

.lpro-listing-grid-action-all.w-70 {
    width: calc(100% - 115px);
}

.lpro-listing-grid-action-all.w-100 {
    width: 100%;
}

.lpro-listing-grid-container .slick-prev:before,
.lpro-listing-grid-container .slick-next:before {
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 0;
    font-size: 15px;
}

.lpro-listing-grid-container .slick-prev,
.lpro-listing-grid-container .slick-next {
    z-index: 999;
}

/*LawyerPro Column Element*/

.lpro-column-grid {
    padding: 10px 15px;
}

.lpro-column-grid .lpro-column-grid-icon img {
    width: 35px;
    height: 35px;
    object-fit: scale-down;
    margin-bottom: 15px;
}

.lpro-column-grid .lpro-column-grid-detail h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    margin: 0 0 10px 0;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    text-transform: capitalize;
}

.lpro-column-grid .lpro-column-grid-detail p {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 0 0;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: capitalize;
}

.listing_list_view .col-md-4.lp-grid-box-contianer .lpro-listing-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.listing_list_view .col-md-4.lp-grid-box-contianer .lpro-listing-grid .lpro-listing-grid-content {
    margin-bottom: 0;
}
.listing_list_view .col-md-4.lp-grid-box-contianer .lpro-listing-grid-actions {
    display: flex;
    flex-direction: column;
    width: 190px;
}
.listing_list_view .col-md-4.lp-grid-box-contianer .lpro-listing-grid-action-call {
    margin-bottom: 15px;
}
.listing_list_view .col-md-4.lp-grid-box-contianer .lpro-listing-grid-action-call,
.listing_list_view .col-md-4.lp-grid-box-contianer .lpro-listing-grid-action-all
{
    width: 100%;
}
.listing_list_view .col-md-4.lp-grid-box-contianer .lpro-listing-grid-content-details {
    min-width: 100%;
}

/*LawyerPro Taxonomy Element*/

.lpro-taxonomy-element-tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.lpro-taxonomy-element-tabs .lpro-taxonomy-element-tabs-link {
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
    letter-spacing: 0.59px;
    color: #818584;
    text-transform: uppercase;
    background: transparent;
    border: none;
    border-bottom: 1px solid #81858448;
    text-align: center;
    width: calc(100% / 4);
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.lpro-tab-content:not(.active) {
    display: none;
}

.lpro-tab-content .lpro-taxonomy-list a {
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.55px;
    color: #3A4041;
    margin: 0;
}

.lpro-tab-content .lpro-taxonomy-list {
    position: relative;
    padding-left: 30px;
}

.lpro-tab-content .lpro-taxonomy-list:before {
    content: '';
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*Blog Grids*/

.lpro-blog-grid {
    background: #FFFFFF 0 0 no-repeat padding-box;
    box-shadow: 0 21px 47px #7E44000A;
    padding: 10px;
    margin-bottom: 30px;
}

.lpro-blog-grid .lpro-blog-thumb img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    margin: 0;
    display: block;
}

.lpro-blog-grid .lpro-blog-content .lpro-blog-author-thumb {
    background: #FFFFFF 0 0 no-repeat padding-box;
    padding: 5px;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: 15px;
    position: relative;
    z-index: 9;
}

.lpro-blog-grid .lpro-blog-content .lpro-blog-author-thumb img {
    width: 100%;
    height: 100%;
}

.lpro-blog-grid .lpro-blog-content h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.27px;
    color: #241B1B;
    margin: 15px 0 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lpro-blog-grid .lpro-blog-content h6 {
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0.22px;
    color: #7C758D;
    margin: 0 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lpro-blog-grid .lpro-blog-content .lpro-blog-content-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.lpro-blog-grid .lpro-blog-content .lpro-blog-content-footer *:not(.fa) {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0;
    color: #7C758D;
    margin: 0;
}

.lpro-blog-grid .lpro-blog-content .lpro-blog-content-footer .fa {
    color: #7C758D;
    margin: 0 5px 0 0;
}

/*Activities*/

.lpro-activity-grid-container {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 500px;
}

.lpro-activity-grid-container .lpro-activity-grid-details {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 9;
    text-shadow: 1px 1px 1px #282d41;
}

.lpro-activity-grid-container .lpro-activity-grid-details h1 {
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0 0 15px 0;
}

.lpro-activity-grid-container .lpro-activity-grid-details p {
    letter-spacing: 2.6px;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
    max-width: 330px;
}

.lpro-activity-grid .lpro-activity-author {
    padding: 5px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    cursor: pointer;
    margin: 0 15px;
    transition: 500ms ease-in-out;
}

.lpro-activity-grid .lpro-activity-author img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.lpro-activity-grid-container .popover .popover-content {
    padding: 20px;
}

.lpro-activity-grid-container .popover>.arrow:after {
    width: 30px !important;
    height: 30px !important;
    border: none !important;
    background: #fff !important;
    border-radius: 5px !important;
    top: -2px !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(45deg) !important;
    margin: 0 !important;
}

.lpro-activity-grid-container .popover {
    margin-top: 30px !important;
    border: 0;
    -webkit-box-shadow: 0 21px 47px #7e44000a;
    -moz-box-shadow: 0 21px 47px #7e44000a;
    box-shadow: 0 21px 47px #7e44000a;
    background: #FFFFFF 0 0 no-repeat padding-box;
    max-width: 250px !important;
}

.lpro-activity-popover .lpro-activity-popover-quotes {
    font-size: 26px;
    transform: rotate(180deg) rotateY(180deg);
    margin: 0 0 5px 0;
}

.lpro-activity-popover .lpro-activity-popover-description {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    font-style: italic;
    letter-spacing: 0.24px;
    color: #000000;
    margin: 0;
}

.lpro-activity-popover .lpro-activity-popover-read {
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    font-style: italic;
    letter-spacing: 0.24px;
    color: #000000;
    margin: 5px 0 10px 0;
    display: block;
}

.lpro-activity-popover .lpro-activity-popover-author h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #2D2D37;
    margin: 0;
    text-transform: capitalize;
}

.lpro-activity-popover .lpro-activity-popover-rating {
    margin: 0 0 10px 0;
}

.lpro-activity-popover .lpro-activity-popover-info {
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    letter-spacing: 0.14px;
    color: #2D2D37;
    margin: 5px 0 5px 0;
    display: block;
}

.lpro-activity-popover .lpro-activity-popover-list {
    font-size: 10px;
    font-weight: bold;
    line-height: 10px;
    letter-spacing: 0.14px;
    color: #2D2D37;
    margin: 0 0 0 0;
    display: block;
}

/*Footer*/

.lpro-footer-widget {
    margin-bottom: 30px;
}

footer#lpro-footer .lpro-footer-widget .widget-title h2 {
    letter-spacing: 1.6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 20px 0 !important;
}

footer#lpro-footer .lpro-footer-widget ul.menu li a {
    letter-spacing: 0.57px;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

.lpro-footer-bottom-section {
    padding: 70px 0;
}

.lpro-footer-bottom-section .lpro-footer-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}

.lpro-footer-bottom-section .lpro-footer-bottom-container .lpro-footer-bottom-section-right .footer-social-icons {
    margin: 0 !important;
}

.lpro-footer-bottom-section .lpro-footer-bottom-container .lpro-footer-bottom-section-right .footer-social-icons li {
    margin-right: 20px;
}

footer#lpro-footer {
    float: none;
    display: block;
    clear: both;
}
footer#lpro-footer .footer-social-icons li img {
    width: 23px;
    height: 23px;
    object-fit: scale-down;
}

/*For Listingpro */
.lp-archive-banner {
    position: relative;
}