/*
 Theme Name:   650 Group Theme
 Author:       Chris Stranex
 Author URI:   https://chris.stranex.com
 Template:     neve
 Version:      1.2.11
*/

.report-title {
  background: #990000;
  padding: 2rem;
  color: #fff;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.full-height-section {
   min-height: 100vh;
}

body {
   background: #f7f7f7 !important;
}

.report-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

main ul, li {
/*   list-style: unset !important;
   padding-left: 1rem !important;
   margin: unset !important;
 */
}

.nav-ul .sub-menu li > a {
    text-align: left;
    justify-content: initial;
}

.page-numbers {
    list-style: none !important;
}

header .button-primary {
    border: 1px solid white !important;
}

.button-primary {
    background-color: #c6231e !important;
}

#nv-primary-navigation-main li {
    padding-left: 8px !important;
}

.neve_child_home_container {
    display: flex;
    justify-content: space-around;
}

.neve_child_home_row {
    display: flex;
    padding-top: 48px;
    margin: auto;
    width: 80%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.neve_child_left {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1rem;
}


@media (max-width: 767px) {
    .neve_child_left {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 1rem;
        padding-right: 0;
    }

    .neve_child_left .button {
        display: inline-block;
    }
}

.neve_child_home_container {
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 10;
}

.neve_child_home_item_image {
    transform: scaleX(1.1) scaleY(1.1);
    flex-basis: 70%;
    text-align: center;
}

.neve_child_text_inner > h1 {
    font-weight: 800;
    color: #575757 !important;
    vertical-align: baseline;
    display: inline-block;
    line-height: normal;
    padding-bottom: 10px;
}

.neve_child_left .primary {
    font-style: italic;
    font-size: 22px;
    line-height: 28px;
    max-width: 310px;
}

.primary {
    color: #c6231e;
}

.neve_child_left a.button {
    font-size: 1.5rem;
    text-transform: none;
    font-weight: normal;
    padding: 0.75rem;
    display: block;
    margin-bottom: 1rem;
}

.home-section-block {
    background-image: url(https://650group.com/wp-content/uploads/2021/07/gray-slanting-bg.jpg) !important;
    margin-top: 20px;
    top: -50px;
    bottom: auto;
    padding-top: 4%;
    position: relative;
    background-position: 50%;
    background-size: cover;
    margin-bottom: 0;
    z-index: 5;
}

.inside-divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 200px;
    bottom: 0;
    height: 200px;
    z-index: 1;
    transform: rotateY(180deg);
}

.neve_child_counter_row {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.neve_child_counter_item p {
    font-size: 90px;
    margin: 0;
    padding: 0;
    line-height: normal;
}

.neve_child_counter_item h3 {
    margin: 0;
    font-size: 2rem;
    line-height: normal;
}

.neve_child_counter_item {
    flex-basis: 33%;
    text-align: center;
}

@media (max-width: 767px) {
    .neve_child_counter_row {
        margin-top: 0;
    }

    .neve_child_counter_item {
        flex-basis: 50%;
        padding-bottom: 2rem;
    }

    .neve_child_counter_item:last-child {
        padding-bottom: 0;
    }

    .neve_child_home_item_image {
        flex-basis: 100%;
    }
}

.what-we-do-section-block {
    background-position: top center;
    background-image: url(https://650group.com/wp-content/uploads/2021/07/gray-slanting-bg.jpg) !important;
    margin-bottom: -40px;
    padding-top: 85px;
    position: relative;
    /*padding-bottom: 4%;*/
}

.inside-divider-reverse {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwSDBsMTI4MCAxNDB6Ii8+PC9nPjwvc3ZnPg==);
    display: block;
    background-repeat-y: no-repeat;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: unset;
}

.what-we-do-item {
    padding-top: 101px;
    padding-bottom: 4%;
    display: flex;
    justify-content: center;
}

.what-we-do-part {
    width: 80%;
    text-align: center;
}

.neve_what_we_do_rows {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 2%;
    padding-right: 2%;
}

.neve_what_we_do_row {
    display: flex;
    justify-content: space-evenly;
    /* margin: 0 10%; */
    flex-wrap: wrap;
    font-size: small;
}

.neve_what_we_do_col {
    display: block;
    border-radius: 40px 40px 40px 40px;
    overflow: hidden;
    border-width: 1px;
    border-color: #c6231e;
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    text-align: center;
    color: #000;
    text-decoration: none !important;
    border-style: solid;
    margin: 20px 1px;
    flex-basis: 22%;
}


@media (max-width: 767px) {

    .neve_what_we_do_rows {
        padding-left: 2%;
        padding-right: 2%;
    }

    .neve_what_we_do_row {
        margin: 0;
    }

    .neve_what_we_do_col {
        flex-basis: 100%;
        padding-bottom: 1rem;
    }
}

#footer-menu {
    flex-direction: column;
    align-items: initial;
}

.nav-menu-footer #footer-menu > li > a {
    color: #fff !important;
}

#menu-footer-quick-links li {
    padding-left: 0 !important;
}

.nav-menu-footer a {
    justify-content: flex-start;
}

footer .widget p.widget-title {
    font-weight: 600;
    font-size: 15px;
    margin: 0 !important;
    padding: 0;
    border-bottom-color: #c6231e;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}

.footer-bottom-inner .nv-footer-content {
    align-items: flex-start !important;
}

.footer--row-inner {
    padding-top: 60px;
    padding-bottom: 40px;
}

.inside-divider.footer {
    height: 100px;
    background-size: 100% 200px;
    transform: rotateY(180deg);
    position: absolute;
    background-size: 150% 100px;
    transform: rotateX(180deg) rotateY(180deg);
    position: relative;
    margin-top: -70px;
}

.footer-top-inner .hfg-grid-top{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.footer-top-inner .container, .footer-top-inner .container .builder-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

.builder-item--footer-one-widgets {
    color: #C6231E;
}

.builder-item--footer-one-widgets h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 0;
}

.newsletter-form {
    display: flex !important;
    width: 50% !important;
    margin: 0 auto;
    flex-direction: column !important;
}

.builder-item--footer-one-widgets form {
    flex-grow: 1;
}

/*.builder-item--footer-one-widgets form label {
    display: none;
}*/

.builder-item--footer-one-widgets form .otter-form-input, .yikes-easy-mc-text, .yikes-easy-mc-email {
    color: #222 !important;
    border-color: #222 !important;
    background-color: #fff !important;
}

.header-title {
    text-align: center;
    background-image: url(https://650group.com/wp-content/uploads/2021/07/gray-slanting-bg.jpg) !important;
    background-color: transparent;
    margin-top: 0;
    position: relative;
    padding: 4% 0;
    background-position: 50%;
    background-size: cover;
    padding-bottom: 46px;
    margin-bottom: 48px;
}

.header-title:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTEyODAgMTQwVjBIMGwxMjgwIDE0MHoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMTI4MCA5OFYwSDBsMTI4MCA5OHoiLz48L2c+PC9zdmc+);
    background-size: 100% 64px;
    top: 0;
    height: 64px;
    z-index: 1;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
}

.header-title:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI4OXB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTAgMHYxNDBoMTI4MEwwIDB6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTAgNDJ2OThoMTI4MEwwIDQyeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 89px;
    bottom: 0;
    height: 89px;
    z-index: 1;
    content: "";
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    margin-bottom: -48px;
}

.header-title h1 {
    font-size: 2.4rem;
    font-style: normal;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
}

.header-title .wp-block-group__inner-container {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 75%;
    margin-bottom: 24px;
    margin-top: 24px;
}

.header-title p {
    font-size: 22px;
    line-height: 1.3em;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}

.about-us-gallery-group .wp-block-gallery.has-nested-images figure.wp-block-image img {
    max-width: 320px !important;
}

.about-us-gallery-group figcaption {
    background: transparent !important;
}

.about-us-gallery-group {
    background: #424242;
    position: relative;
    background-position: 50%;
}

.about-us-gallery-group::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI0NnB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRkZGRiI+PHBhdGggZD0iTTAgNDcuNDRMMTcwIDBsNjI2LjQ4IDk0Ljg5TDExMTAgODcuMTFsMTcwLTM5LjY3VjE0MEgwVjQ3LjQ0eiIgZmlsbC1vcGFjaXR5PSIuNSIvPjxwYXRoIGQ9Ik0wIDkwLjcybDE0MC0yOC4yOCAzMTUuNTIgMjQuMTRMNzk2LjQ4IDY1LjggMTE0MCAxMDQuODlsMTQwLTE0LjE3VjE0MEgwVjkwLjcyeiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 46px;
    top: 0;
    height: 46px;
    z-index: 1;
    transform: rotateX(180deg);
    content: "";
    position: relative;
    margin-top: 0;
    display: block;
}

.about-us-gallery-group::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNGRkZGRkYiPjxwYXRoIGQ9Ik0wIDkwLjcybDE0MC0yOC4yOCAzMTUuNTIgMjQuMTRMNzk2LjQ4IDY1LjggMTE0MCAxMDQuODlsMTQwLTE0LjE3VjBIMHY5MC43MnoiIGZpbGwtb3BhY2l0eT0iLjUiLz48cGF0aCBkPSJNMCAwdjQ3LjQ0TDE3MCAwbDYyNi40OCA5NC44OUwxMTEwIDg3LjExbDE3MC0zOS42N1YwSDB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 100px;
    bottom: 0;
    height: 100px;
    z-index: 1;
    transform: rotateX(180deg);
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    content: "";
}

.about-us-gallery-group .otter-masonry {
    margin-top: 0;
}

.about-us-gallery-group .wp-block-group__inner-container {
    padding-top: 64px;
    padding-bottom: 64px;
}

.about-us-gallery-group .wp-block-gallery.has-nested-images figure.wp-block-image {
    margin-bottom: 2rem !important;
}

.about-us-gallery-group .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    align-items: center;
}

.about-us-gallery-group .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    padding-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    position: static;
    flex-basis: unset;
    flex-grow: unset;
}

@media (max-width: 767px) {
    .about-us-gallery-group  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        width: 100%;
    }

}

.contact-us-form {
    width: 80%;
    margin: auto;
}

.contact-us-form label {
    display: none;
}
.posts {
    display: flex;
    margin: auto;
    flex-wrap: wrap;
}

.posts .post {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /* box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.39) !important; */
    margin-bottom: 2rem;
    /* border-radius: 8px; */
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .posts .post {
        flex-basis: 100%;
    }

    .posts {
        width: 100%;
    }

    .posts .post-content {
        display: block !important;
    }

    .posts .wp-post-image {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }
}

.posts .wp-post-image {
    width: 220px;
    /* height: 250px; */
    object-fit: cover;
    object-position: center;
}

.posts .post .post-content {
    /* padding: 30px; */
    display: flex;
}

.posts .post .post-inner {
    margin-left: 0.5rem;
}

.posts a {
    text-decoration: none !important;
    color: inherit;
}

.posts .post .post-content {
    flex-grow: 1;
}

.posts .post h2 {
    font-size: 21px !important;
    line-height: 1em;
    /* padding-bottom: 10px; */
    font-weight: 500;
    text-transform: none;
    font-style: normal;
}

.posts .post .post-inner .date {
    padding-bottom: 10px;
}

.post-footer {
    border-top: 1px solid #eaeaea;
    font-size: 14px;
    margin-bottom: 6px;
    padding: 5px 20px;
    position: relative;
    bottom: 0;
    left: 0;
}

.pagination {
    text-align: center;
}

.linked-in-follow-banner {
    background-position: top center;
    background-image: url(https://650group.com/wp-content/uploads/2021/08/audit-4-15-social.png) !important;
    padding-top: 33px;
    padding-bottom: 36px;
    background-size: cover;
    background-repeat: no-repeat;
    color: #FFF;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    min-height: 459px;
    margin-top: 42px;
    margin-bottom: 42px;
}

.linked-in-follow-banner h2 {
    font-size: 3rem;
    font-weight: 700;
}

.linked-in-follow-banner .wp-block-group__inner-container {
    flex-basis: 30%;
    margin-right: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.reports-row {
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    margin: auto;
    flex-wrap: wrap;
}

.reports-row .featured-image {
    flex-basis: 30%;
    max-width: 250px;
    margin: 0 auto;
}

.reports-row .featured-image img {
    border: 1px #abb8c3 solid;
}

.reports-content {
    flex-grow: 1;
    flex-basis: 60%;
    margin-right: 0.25rem;
}

@media (max-width: 767px) {
    .reports-row .reports-content {
        flex-basis: 100%;
    }

    .reports-row .featured-image {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    .reports-content {
        margin-right: 0;
    }
}

.report-pages-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none !important;
    margin: auto !important;
    padding: 0 !important;
    width: 80%;
    justify-content: center;
}
.report-pages-list li {
    flex-basis: 33%;
    padding: 12px;
    text-align: center;
}
.report-pages-list .wp-post-image {
    border: 1px #abb8c3 solid;
    max-width: 200px;
}
.report-pages-list h3 {
    text-decoration: none !important;
    text-decoration-color: unset !important;
}

.report-selection-group {
    width: 80%;
    margin: auto;
}

.report-selection-button {
    flex-basis: 30%;
    text-align: center;
}
.report-selection-button a {
    padding: 16px;
}
.report-selection-button {
    margin: 12px !important;
}

@media (max-width: 767px) {

    .report-pages-list {
        width: 95%;
    }

    .report-pages-list li {
        flex-basis: 100%;
    }

    .report-selection-button {
        flex-basis: 50%;
        flex-grow: 1;
    }
}

main ul {
    list-style: unset;
    padding-left: 2rem;
    margin: unset;
}

.reports-content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ecommerce-contact-iframe {
    text-align: center;
    margin-top: 3rem;
}

.report-selection-group h2 {
    border-top: 1px #736b6b solid;
    border-bottom: 1px #736b6b solid;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    margin-bottom: 1.5rem;
}

.ctf-tweet-media img {
    max-width: 300px !important;
}

#mc-embedded-subscribe {
min-height: 41px;
margin-left: 10px;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.mce_inline_error {
   color: #6B0505 !important;
   background-color: #FFF !important;
}

#mc_embed_signup_scroll {
	align-items: baseline;
}

.mc-field-group {
	flex-grow: 1;
}

.mc-field-group input {
   width: 100%;
}
