/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

@font-face {
    /* font-family: 'DM Sans';
    src: url('./assets/fonts/dmsans-regular-webfont.woff2') format('woff2'),
         url('./assets/fonts/dmsans-regular-webfont.woff') format('woff'); */
    font-weight: normal;
    font-style: normal;

}

@font-face {
    /* font-family: 'DM Sans';
    src: url('./assets/fonts/dmsans-bold-webfont.woff2') format('woff2'),
         url('./assets/fonts/dmsans-bold-webfont.woff') format('woff'); */
    font-weight: bold;
    font-style: normal;

}

.page-template-page-ppc-landing .grid-container {
    max-width: initial;
}

.ppc-header__bg, .ppc-header__bg--mobile {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.ppc-header__bg {
  display: none;
}



@media (min-width: 600px) {
  .ppc-header__bg--mobile {
    display: none;
  }
  .ppc-header__bg {
    display: block;
  }
}

.container {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}

.ppc-header__content {
    position: relative;
    height: 730px;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    margin-bottom: 0;
    top: -15%;
}

.ppc-header {
    position: relative;
    overflow: visible;
    /* margin-top: 30px; */
}

@media (min-width: 800px) {
    .ppc-header {
        /* margin-top: 60px; */
    }
}

.ppc-header__title {
    color: #FFFFFF;
    text-transform: capitalize;
    font-size: 70px;
}

.ppc-header__subtitle {
    color: #fff;
}

.ppc-header:after {
    content: "";
    display: block;
    position: relative;
    background: url(https://mds.myfinancingusa.com/wp-content/themes/generatepress_child/assets/images/header-background-wave-02.svg) no-repeat top center;
    background-size: cover;
    z-index: 3;
    bottom: 0;
    width: 100%;
    height: 79px;
    margin-bottom: 3rem;
}

@media (max-width: 600px) {
    .ppc-header__title {
        font-size: 50px;
    }
    .ppc-header__content {
        height: 500px;
        text-align: center;
        align-items: center;
    }
  .ppc-header:after {
      background: url(https://mds.myfinancingusa.com/wp-content/themes/generatepress_child/assets/images/a-_header-mobile-wave.svg) no-repeat top center;
      background-size: cover;
  }
}

.btn {
    text-align: center;
    font: normal normal bold 18px/24px 'DM Sans', san-serif;
    letter-spacing: 0px;
    color: #313131;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    padding: 0.8rem 1.5rem;
}

.btn-white {
    background: #fff;
}

.btn-blue {
    background-color: #2091E1;
    color: #fff !important;
}

.btn-blue:hover,
.btn-blue:focus {
    opacity: 0.85;
}

.btn-red {
    background-color: #2091E1;
    color: #fff !important;
}

.btn-red:hover,
.btn-red:focus {
    opacity: 0.85;
}

/* CTA button */
.cta-btn {
    min-width: 250px;
    height: 60px;
    padding: 8px 16px;
    font-size: 20px;
    line-height: 44px;
}

.text-left {
    position: relative;
}

.text-left__subtitle {
    font: normal normal bold 16px/21px 'DM Sans', san-serif;
    letter-spacing: 3.2px;
    color: #2091E1;
    text-transform: uppercase;
}

.text-left__title {
    font: normal normal bold 45px/1.25em 'DM Sans', san-serif;
    letter-spacing: 0px;
    color: #313131;
}

.text-left__grid-content {
    max-width: 760px;
}

.btn-blue {
    background: #2091E1;
    color: #fff;
}

.center-text {
    padding: 3rem 0;
    text-align: center;
}

.center-text__grid {
    max-width: 516px;
    font: normal normal normal 16px/1.3em 'DM Sans', san-serif;
}

.center-text__subtitle {
    font: normal normal bold 16px/1.25em 'DM Sans', san-serif;
    letter-spacing: 3.2px;
    color: #313131;
    text-transform: uppercase;
}

.center-text__title {
    font: normal normal bold 45px/1.25em 'DM Sans', san-serif;
    letter-spacing: 0px;
    color: #313131;
}

.btn-red {
    background: #CF2E2E;
    color: #fff;
}

.trust-icons {
    padding: 0;
    background: rgb(63,131,215);
    background: linear-gradient(106deg, rgba(63,131,215,0.4) 0%, rgba(102,130,195,0.4) 49%, rgba(198,127,144,0.4) 89%, rgba(255,126,114,0.4) 100%);
}

.trust-icons:before  {
    height: 80px;/*130*/
    background-color: #fff;
    background: url(https://mds.myfinancingusa.com/wp-content/themes/generatepress_child/assets/images/br-wave-top.svg) no-repeat center bottom;
    margin-bottom: 4rem;
}


.trust-icons:after {
    background: url(https://mds.myfinancingusa.com/wp-content/themes/generatepress_child/assets/images/bg-wave-bottom.svg) no-repeat;
    margin: 4rem 0 0;
    bottom: -12px;
    height: 90px;
}

.trust-icons:before, .trust-icons:after {
  content: "";
  display: block;
  background-size: cover;
  width: 100%;
  position: relative;
}

@media (max-width: 600px) {
  .trust-icons:before  {
      background: url(https://mds.myfinancingusa.com/wp-content/themes/generatepress_child/assets/images/a-_gradient-wave-mobile-top.svg) no-repeat center bottom;
      height: 76px;
      background-size: cover;
  }

  .trust-icons:after {
      background: url(https://mds.myfinancingusa.com/wp-content/themes/generatepress_child/assets/images/a-_gradient-wave-mobile-bottom.svg) no-repeat;
      height: 60px;
      background-size: cover;
  }
}

.trust-icons__grid {
    display: grid;
    gap: 2rem;
    justify-items: center;
    max-width: 1100px;
}

@media (min-width: 1200px) {
    .trust-icons__grid {
        grid-template-columns: 380px 1fr;
    }
}

.trust-icons__text-cont {
    font: normal normal bold 40px/1.2 'DM Sans', san-serif;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
}

.trust-icons__icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, 190px);
    justify-items: center;
    gap: 2rem 1rem;
    text-align: center;
}

@media (min-width: 700px) {
     .trust-icons__icons {
        width: 610px;
    }
}


.trust-icons__label {
    font: normal normal bold 25px/1.2 'DM Sans', san-serif;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.text-img-left__grid {
    display: grid;
    gap: 30px;
    padding: 4rem 0;
}


@media (min-width: 700px) {
     .trust-icons__icons {
        width: 610px;
    }

}

@media (min-width: 800px) {
    .text-img-left__grid {
        grid-template-columns: 1fr 2fr;
        gap: 113px;
    }
}

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

.text-img-left__subtitle {
    font: normal normal bold 16px/1.25em 'DM Sans', san-serif;
    letter-spacing: 3.2px;
    color: #2091E1;
    text-transform: uppercase;
}

.text-img-left__title {
    font: normal normal bold 45px/1.25em 'DM Sans', san-serif;
    letter-spacing: 0px;
    color: #313131;
}

.text-img-left__cont {
    font: normal normal normal 16px/1.3em 'DM Sans', san-serif;
}

.text-img-left__text-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-img-left__img-cont img {
    border-radius: 8px;
}

.process-center {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3rem 0px;
    margin-top: 3rem;
}



@media (max-width: 600px) {


  .process-center__bg {
    display: none;
  }
}

.process-center__bg,
.process-center__bg--mobile {
    opacity: .4;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
       -webkit-filter: grayscale(100%);
               filter: grayscale(100%);
}

.process-center:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    z-index: -1;
}

@media (min-width: 600px) {
  .process-center__bg--mobile {
    display: none;
  }
}

.process-center__grid {
    position: relative;
    text-align: center;
}

.process-center__item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 1rem 0 2rem;
    gap: 3rem;
}

.process-center__title {
    font: normal normal bold 50px/1.25em 'DM Sans', san-serif;
}

.process-center__item .process-center__title {
    font: normal normal bold 34px/1.25em 'DM Sans', san-serif;
}

.process-center__cont-box {
    font: normal normal normal 16px/1.3em 'DM Sans', san-serif;
}

.text-image-right__grid {
    display: grid;
    gap: 30px;
}

.text-image-right__img-box {
    grid-row: 1 / 2;
}


@media (min-width: 800px) {
   .text-image-right__grid {
        grid-template-columns: 2fr 1fr;
        gap: 113px;
    }
    .text-image-right__img-box {
        grid-row: auto;
    }
}

@media (max-width: 800px) {
        .text-img-left__img-cont img, .text-image-right__img-box img {
        height: 300px;
        margin: 0 auto;
        display: block;
    }
}

.text-image-right__txt-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font: normal normal normal 16px/1.3em 'DM Sans', san-serif;
}

.text-image-right__subtitle {
    font: normal normal bold 16px/1.25em 'DM Sans', san-serif;
    letter-spacing: 3.2px;
    color: #2091E1;
}

.text-image-right__title {
    font: normal normal bold 45px/1.25em 'DM Sans', san-serif;
    letter-spacing: 0px;
    color: #313131;
}

.text-image-right {
    padding: 0 0 6rem;
}

.ppc-top-header__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}

.ppc-top-header {
    /* box-shadow: 6px 6px 20px #00000017; */
    z-index: 99;
    /* background: #fff; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.ppc-top-header.js-scrolled{
    box-shadow: 6px 6px 20px #00000017;
    background: #fff;
}

.ppc-top-header.js-scrolled .ppc-top-header__logo-box img.sticky{display: block}
.ppc-top-header.js-scrolled .ppc-top-header__logo-box img.nonsticky{display: none}
.ppc-top-header__logo-box img.sticky{display: none}

.ppc-top-header__logo-box img {
    width: 150px;
}

.btn--mobile {
  display: block;
}

.btn--desktop {
  display: none;
}

@media (min-width: 600px) {
     .ppc-top-header__logo-box img {
        width: 194px;
    }
    .text-image-right {
        padding: 3rem 0 6rem;
    }

    .btn--mobile {
      display: none;
    }

    .btn--desktop {
      display: block;
    }
}

.ppc-top-header__cta-box a {
    font-size: 14px;
    padding: .5rem 1rem;
}

.text-left__text-cont {
    font: normal normal normal 16px/39px 'DM Sans', san-serif;
}

.ppc-footer__grid ul {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    list-style: none;
    margin: 0;
    font: normal normal bold 14px/18px 'DM Sans', san-serif;
}

.ppc-footer__grid span {
    margin: 0 0 0 .5rem;
    display: none;
}

@media (min-width: 1000px) {
    .ppc-footer__grid ul {
        flex-direction: row;
    }

    .ppc-footer__grid span {
        display: inline-block;
    }
}

.ppc-footer__grid a {
    color: #414042;
}

.ppc-footer__grid li {
    margin-right: .5rem;
}

.ppc-footer__grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #313131;
    padding: 1rem 0 3rem;
    text-align: center;
}

.site-header {
    border-bottom: 8px #e00b27 solid;
	z-index: 9999999;
}

.page-id-1038 .site {
    margin-top: -10px;
}

@media (min-width: 1921px) {
	.ppc-header:after {
		height: 130px;
	}

	.process-center:before,
	.process-center:after {
		height: 300px;
	}

	.process-center:after {
		height: 150px;
	}

	.trust-icons:after {
		height: 130px
	}
}

.single-post .inside-article header {
    display: block;
}

.entry-title {
    font-size: 40px!important;
}

.entry-header {
    width: 90%;
    margin: 3rem auto 3rem;
    max-width: 1010px;
}

.breadcrumb ul {
    display: flex;
    list-style: none;
    gap: 1rem;
    margin: 0 0 1rem;
    color: #414042;
}


/*--------------------------------------------------------------
New Blog Custom Styling
--------------------------------------------------------------*/
/* New Blog Masthead */
.new-blog__header {
    padding-top: 60px;
    padding-bottom: 280px!important;
}

.new-blog__header .inside-page-hero {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.new-blog__header h1 {
    text-transform: none;
    padding-left: 0;
}

.new-blog__header .breadcrumb ul,
.new-blog__header .breadcrumb ul li,
.new-blog__header .breadcrumb ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .2em;
    font-weight: 700;
}

/* Hide post image on archive category pages */
/* .archive.category .post-image {
    display: none;
} */

.archive.category .inside-article header {
    display: block;
    max-width: 100%!important;
    width: 100%!important;
    margin: 0!important;
}

.archive.category .generate-columns {
    padding: 0px 20px 50px 20px!important;
}

.archive.category .inside-article {
    padding: 0!important;
    border-radius: 12px;
    box-shadow: 0 5px 5px 0 rgba(18,63,82,.035),0 0 0 1px #b0b5c133!important;
    overflow: hidden;
    position: relative;
}

.archive.category .entry-title a {
    font-size: 27px;
    text-transform: uppercase;
    color: #FFF;
}

.archive.category .entry-header {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 35px;
    min-height: 200px;
    display: flex!important;
    align-items: flex-end;
    line-height: 3em;
}

.archive.category .entry-header h2 {
    line-height: 0.8;
}

.archive.category .post-image {
    min-height: 200px!important;
    position: relative;
    margin-bottom: 0!important;
}

.archive.category .post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.archive.category .entry-summary {
    padding: 35px;
    margin-top: 0;
}

.read-more-button-container a {
    border: none;
    border-radius: 4px;
    display: inline-block;
    background: #2091e1!important;
    padding: 8px 26px;
    line-height: 1.5!important;
    align-items: center;
    font-size: 1em;
    position: unset;
    color: #fff;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
}

.archive.category .read-more-button-container a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.archive.category .read-more-button-container a:hover,
.ugb-blog-posts__readmore a:hover {
    color: #000;
}



@media (max-width: 599px) {
    .new-blog__header .breadcrumb {
        display: none;
    }
}

@media (max-width: 768px) {
    .new-blog__header {
        padding-bottom: 220px !important;
        padding-left: 23.33333px !important;
        padding-right: 23.33333px !important;
    }

    .single-post .inside-article,
    .archive.category .inside-article {
        padding-top: 10px;
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear;
    }

    .single-post .inside-article:hover,
    .archive.category .inside-article:hover {
        -webkit-transform: translate3d(0,-5px,0);
                transform: translate3d(0,-5px,0);
    }

    .single-post .inside-article header.entry-header,
    .single-post .inside-article .entry-meta,
    .archive.category .inside-article header.entry-header,
    .archive.category .inside-article .entry-met {
        margin-top: 0;
    }

    .single-post .inside-article header.entry-header {
        margin-bottom: 1rem;
        padding-left: 0 !important;
        margin-left: 0 !important;
        -webkit-transform: translateX(-16.33333px);
                transform: translateX(-16.33333px);
    }
}

@media (min-width: 769px) {
    .new-blog__header {
        padding-top: 100px;
        padding-bottom: 250px!important;
        min-height: 49vh;
    }
}

@media (min-width: 1025px) {
    .new-blog__header .inside-page-hero {
        max-width: 1324px;
        width: 100%;
    }

    .new-blog__header h1 {
        font-size: 3.9em;
        padding-bottom: 2%;
    }
}

@media (min-width: 769px) and (max-width: 1366px) {
    .single-post .inside-article header.entry-header,
    .archive.category .inside-article header.entry-header {
        -webkit-transform: translateX(-66.33333px);
                transform: translateX(-66.33333px);
    }

    .new-blog__header {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 1366px) {
    .single-post .inside-article header.entry-header,
    .archive.category .inside-article header.entry-header {
        margin-left: -100px;
        width: calc(100% + 200px);
        max-width: calc(100% + 200px);
    }

    .single-post .site-content .ugb-container>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper,
    .archive.category  .site-content .ugb-container>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper {
        padding-top: 0 !important;
        padding-left: 0 !important;
        padding-right: 120px;
    }
}

/* New Blog Content Header */
.single-post .inside-article .breadcrumb,
.archive.category .inside-article .breadcrumb {
    display: none;
}

.single-post .inside-article header,
.archive.category .inside-article header {
    margin-left: 0;
}

.single-post .inside-article .entry-header,
.archive.category .inside-article .entry-header {
    margin: 0 0 3rem;
}

.single-post .inside-article .entry-meta span,
.archive.category .inside-article .entry-meta span {
    color: #2091E1;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
}

/* New Blog Content */
.single-post .container.grid-container,
.archive.category .container.grid-container {
    max-width: 1324px;
    width: 100%;
}

.single-post .entry-content h2,
.archive.category .entry-content h2 {
    font-size: 43px;
    line-height: 1.256em;
}

.single-post .entry-content h3,
.archive.category .entry-content h3 {
    font-size: 32px;
    line-height: 1.2em;
    text-transform: capitalize;
}

.single-post .entry-content p,
.archive.category .entry-content p {
    font-size: 16px;
    line-height: 2.438em;
    margin-bottom: 2rem;
}

.single-post .entry-content a,
.archive.category .entry-content a {
    font-weight: bold;
    color: #2091E1;
}

.single-post .entry-content a:hover,
.archive.category .entry-content a:hover {
    color: #1e73be;
}

.single-post .entry-content ol,
.single-post .entry-content ul,
.archive.category .entry-content ol,
.archive.category .entry-content ul {
    font-size: 16px;
    line-height: 2.5em;
    margin: 0 0 3rem 1rem;
}

.single-post .entry-content .wp-block-image,
.archive.category .entry-content .wp-block-image {
    margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
    .single-post .block-banner,
    .archive.category .block-banner {
        margin-top: 0;
        margin-bottom: 0;
    }

    .single-post .block-banner .ugb-container.ugb-container--v2>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper,
    .archive.category .block-banner .ugb-container.ugb-container--v2>.ugb-inner-block>.ugb-block-content>.ugb-container__wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .single-post .entry-content .wp-block-image:first-child,
    .archive.category .entry-content .wp-block-image:first-child {
        margin-bottom: 0;
    }
}

@media (min-width: 769px) {
    .single-post .entry-content ol,
    .single-post .entry-content ul,
    .archive.category .entry-content ol,
    .archive.category .entry-content ul {
        margin: 0 0 3rem 3rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {

    .single-post .content-area,
    .archive.category .content-area {
        width: 65%;
    }
    .single-post .sidebar,
    .archive.category .sidebar {
        width: 35%;
    }
}

/* New Blog Sidebar */
.sidebar-top-content {
    background-color: #f7f7f7;
    border: .5px solid #EAEAEA;
    margin-top: 1px;
    margin-bottom: 1.5rem;
    padding: 50px 30px;
    border-radius: 7px;
}

.blog-topics {
    list-style: none;
    margin-top: 30px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.blog-topics li {
    padding: 6px 22px;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-right: 10px;
    background: #fff;
    border: .5px solid #D6D6D6;
}

.blog-topics li:hover {
    background: #313131;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.blog-topics li:hover a {
    color: #fff;
}

.blog-topics a {
    color: #313131;
}

/* Hide widgets in sidebar */
.single-post .is-right-sidebar .widget,
.archive.category .is-right-sidebar .widget {
    display: none !important;
}

@media (max-width: 768px) {
    .sidebar-top-content {
        margin-bottom: .5rem;
    }

    .single-post .sidebar,
    .archive.category .sidebar {
        padding-left: 23.33333px;
        padding-right: 23.33333px;
        margin-bottom: 2rem;
    }

    .single-post .sidebar .ugb-cta__item,
    .archive.category .sidebar .ugb-cta__item {
        padding: 0;
    }
}

@media (min-width: 769px) and (max-width: 1366px) {
    .single-post .sidebar,
    .archive.category .sidebar  {
        padding-right: 35px;
    }
}


/* Custom Styling for Related Posts (WP Show Posts) Sidebar */
.single-post .wp-show-posts-image img,
.archive.category .wp-show-posts-image img {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    display: block;
}

.single-post .wp-show-posts-inner,
.archive.category .wp-show-posts-inner {
    background: #fff !important;
    border: .5px solid #EAEAEA !important;
    border-radius: 7px !important;
}

.single-post .wp-show-posts .wp-show-posts-entry-title,
.archive.category .wp-show-posts .wp-show-posts-entry-title {
    padding: 5px 15px !important;
    margin: 0 0 16px;
    font-size: 22px !important;
    text-align: center !important;
}

.single-post .wp-show-posts .wp-show-posts-entry-title a,
.archive.category .wp-show-posts .wp-show-posts-entry-title a {
    text-transform: capitalize !important;
    color: #313131 !important;
}

.single-post .wp-show-posts .wp-show-posts-entry-title a:hover,
.archive.category .wp-show-posts .wp-show-posts-entry-title a:hover {
    opacity: 0.8;
}

.single-post .wp-show-posts .wpsp-read-more,
.archive.category .wp-show-posts .wpsp-read-more {
    display: block !important;
}

.single-post a.wp-show-posts-read-more,
.single-post a.wp-show-posts-read-more:visited,
.archive.category a.wp-show-posts-read-more,
.archive.category a.wp-show-posts-read-more:visited {
    position: relative;
    text-align: center;
    background: #CF2E2E !important;
    width: 100% !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 26px;
    line-height: 1.5!important;
    transition: ease .3s;
}

.single-post a.wp-show-posts-read-more:focus,
.single-post a.wp-show-posts-read-more:hover,
.archive.category a.wp-show-posts-read-more:focus,
.archive.category a.wp-show-posts-read-more:hover {
    border: 0 !important;
    background: #313131 !important;
}


/*Landing Page Tweeks*/

.page-template-page-ppc-landing p{
    line-height: 1.3em;
}

.page-template-page-ppc-landing .btn{
    border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 16px 32px;
    line-height: 1.25em;
}

.page-template-page-ppc-landing .btn-red {
    background: #FFB100;
}

.page-template-page-ppc-landing .btn-red:hover {
    background: #FFD37C;
    color: #313131;
}

.trust-logo--flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.trustlogo {
    width: 50%;
    padding: 0px 20px;
}

.trustlogo:last-of-type {
    margin-top: 40px;
}

.process-center__title-box {
    margin-bottom: 64px;
}

@media(min-width:600px){
    .trustlogo {
        width: 20%;
        max-width: 100%;
    }

    .trustlogo:last-of-type {
        margin-top: 0px;
    }
}


@media(min-width:768px){
    .process-center__item-grid{
        padding: 1rem 0 32px;
        gap: 32px;
        display: flex;
        justify-content: space-between;
    }

    .process-center__item {
        width: calc(33.33% - 32px);
    }
}

@media(min-width:1025px){

    .process-center{
        padding: 6rem 0px;
        margin-top: 6rem;
    }

    .center-text{
        padding-top: 6rem;
    }

    .trustlogo {
        width: auto;
        max-width: 100%;
    }
    .trust-logo--flex {justify-content: space-between;}

    .text-img-left__img-cont {
        position: relative;
    }

    .text-img-left__img-cont img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .ppc-header__content.text-right {
        text-align: right;
        align-items: flex-end;
        margin-left: auto;
    }

    .ppc-header__content.text-right .ppc-header__subtitle {
        max-width: 500px;
    }
}


/*Slick css*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*end default slick*/

/*Testimonial Section*/

.testimonial {
    position: relative;
    padding: 3rem 0px;
    margin-bottom: 3rem;
    overflow: hidden;
    padding-bottom: 15rem;
}

.testimonial__bg {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: bottom;
       object-position: bottom;
}

.testimonial .container {
    position: relative;
    z-index: 2;
}

.testimonial h2 {
    color: #fff;
}

/* .testimonial-slider--wrapper {
    margin-right: calc(-5% - 8px)
} */

/* .testimonial-slider--wrapper {
    max-width: 95%;
    margin-left: auto;
} */

.testimonial-slider.slick-initialized .slick-slide{
    margin:0 8px;
}

.testimonial__item {
    background: #fff;
    border-top: 8px solid #88cde5;
    padding: 16px;
    font-size: 16px;
}

.testimonial__icon {
    margin-bottom: 16px;
}

.testimonial-slider .slick-dots {
    display: flex;
      justify-content: flex-start;
      margin: 0;
      padding: 1rem 0;
      list-style-type: none;
      margin-left: 8px;
}
.testimonial-slider .slick-dots li {
  margin: 0 0.25rem;
}
.testimonial-slider .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: transparent;
  text-indent: -9999px;
  border: 2px solid #88cde5;
}
.testimonial-slider .slick-dots li.slick-active button {
  background-color: #88cde5;
}

@media(min-width:768px){
    .testimonial{
        padding-bottom: 25rem;
        padding-top: 6rem;
    }

    .testimonial__item{
        padding: 32px;
    }

    /* .testimonial-slider--wrapper {
        margin-right: calc(-5% - 32px);
    } */

    .testimonial-slider.slick-initialized .slick-slide{
        margin:0 16px;
    }
}

@media(min-width:1025px){
    .testimonial{
        padding-bottom: 15rem;
    }
}

.ppc-header:before{
    content: '';
    position: absolute;
    top: 0;
    background: rgba(0,0,0, 1);
    width: 100%;
    height: 100%;
    display: block;
}

.ppc-header__bg, .ppc-header__bg--mobile{
    opacity: .6;
}

@media(min-width:768px){
    .ppc-header__bg, .ppc-header__bg--mobile{
        opacity: 1;
    }
}


/* Menu Nav Styling */
.ppc-top-header #mobile-header,
.ppc-top-header .site-logo,
.ppc-top-header #menu-item-34570,
.page-id-37662 #modal-1-content ul li:nth-child(1),
.page-id-37474 #modal-1-content ul li:nth-child(2) {
    display: none !important;
}

.ppc-top-header .site-header {
    border-bottom: 0;
}


.ppc-top-header:not(.js-scrolled) {
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.35) 35%, rgba(0,0,0,0) 100%);
    color: #fff;
}

.ppc-top-header .site-header,
.ppc-top-header .main-navigation,
.ppc-top-header .main-navigation ul ul {
    background-color: transparent;
}

.ppc-top-header .wp-block-navigation button {
    top: -5px;
    position: relative;
    padding: 4px 10px;
    padding-right: 10px;
    background-color: #f0f0f0;
}

.ppc-top-header .wp-block-navigation svg {
    color: #313131;
}

.ppc-top-header .wp-block-navigation button:before {
    content: "MENU";
    font-size: 12px;
    display: block;
    bottom: -18px;
    position: absolute;
    clear: both;
    text-align: center;
    left: 4px;
    font-weight: bold;
    color: inherit;
}

.ppc-top-header .wp-block-navigation button:hover,
.ppc-top-header .wp-block-navigation button:focus {
    color: #414042;
}

.ppc-top-header .wp-block-navigation-item__content {
    text-transform: uppercase;
    font-size: 16px;
}

.ppc-top-header .wp-block-navigation .wp-block-navigation-item {
    padding-left: .5rem;
}

@media (max-width: 1199px) {
    .ppc-top-header .wp-block-navigation-item__content {
        font-size: 14px;
    }

    .page-template-page-ppc-landing .btn {
        padding: 16px 20px;
    }
}

@media (max-width: 767px) {
    .ppc-top-header .wp-block-navigation-item__content {
        font-size: 13px;
    }
}


@media (min-width: 600px) and (max-width: 1024px) {
    .ppc-top-header {
        padding-bottom: 35px;
    }

    .ppc-top-header .wp-block-navigation {
        width: 90%;
        display: block;
        position: absolute;
        bottom: 18px;
    }

    .ppc-top-header .wp-block-navigation__container {
        justify-content: center;
        gap: var(--wp--style--block-gap,1.2em);
    }
}


/* Trust Pilot Widget Styling */
.ppc-header__content .trustpilot-widget-main {
    margin-bottom: 20px;
}


/*Additional Readings*/
.additional-readings--cards .stk-container {
    border-radius: 10px;
    overflow: hidden;
}

.additional-readings--cards .stk-block-posts__image-link:hover {
    opacity: .7;
}

.additional-readings--cards .stk-block-posts__readmore {
    background: #cf2f2e;
    margin-top: auto;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}

.additional-readings--cards .stk-block-posts__readmore:hover{
    background:#313131;
}

.additional-readings--cards .stk-container-padding {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0;
}

.additional-readings--cards .stk-container {
    display: flex;
    flex-direction: column;
}

.additional-readings--cards .stk-block-posts__title{
    padding: 20px;
    padding-bottom: 10px;
}

.additional-readings--cards .stk-block-posts__excerpt{
    padding: 0 20px;
    margin: 0 !important;
}


/* Main Menu Edits*/
.main-nav .menu {
    display: flex;
    align-items: center;
}

.main-navigation.is_stuck {
    padding: 5px 50px 5px 60px;
}

.nav-cta-btn a {
    padding: 13px 25px;
    background-color: #cf2e2e !important;
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px !important;
}

.nav-cta-btn:hover a {
    opacity: 0.85;
    background-color: #cf2e2e !important;
}

.main-navigation .main-nav ul li a {
    padding-left: 10px;
    padding-right: 10px;
}

.menu-item-has-children .dropdown-menu-toggle {
    padding-right: 10px;
    padding-left: 5px;
}

@media (min-width: 1400px) {
    .main-navigation .main-nav ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-item-has-children .dropdown-menu-toggle {
        padding-right: 20px;
        padding-left: 10px;
    }
}



/*
**
*** New Custom Mobile Menu
**
*/
.fx-mobile-menu__container {
    display: none;
}

@media (max-width: 1215px) {

    html {
        height: 100vh !important;
        width: 100vw !important;
        overflow: scroll !important;
    }

    #mobile-header .inside-navigation .mobile-header-logo {
        width: 100%;
        justify-content: center;
    }

    #mobile-header .inside-navigation .mobile-header-logo .is-logo-image {
        height: 65px;
    }

    #mobile-header .inside-navigation .menu-toggle {
        display: none;
    }

    .fx-mobile-menu__container {
        display: block;
        position: fixed;
        z-index: 9999;
        height: 4.3rem;
        width: 100%;
        background-color: #fff;
        bottom: 0;
    }

    .fx-mobile-menu__nav-grp {
        position: fixed;
        width: 100%;
        background-color: #fff;
        top: 0;
        height: 100vh;
        z-index: -1;
        display: none;
    }

    .fx-mobile-menu__nav-grp.active {
        display: block;
    }

    .fx-mobile-menu__row--btn {
        background-color: #313131;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .fx-mobile-menu__btn-grp {
        margin-left: 13px;
        margin-right: 13px;
        display: flex;
        column-gap: 20px;
        align-items: center;
        width: 100%;
    }

    .fx-mobile-menu__cta-btn {
        font-size: 16px;
        font-weight: 900;
        text-transform: uppercase;
        color: #fff;
        padding: 13px 18px;
        display: block;
        transition: all 400ms ease;
    }

    .fx-mobile-menu__cta-btn:hover {
        color: #fff;
        opacity: 0.75;
    }

    .fx-mobile-menu__cta-btn--primary {
        background-color: #CF2E2E;
    }

    .fx-mobile-menu__cta-btn--secondary {
        background-color: #0693E3;
    }


    .fx-mobile-menu__toggle-grp::before {
        content: '';
        display: block;
        height: 70px;
        width: 1px;
        background-color: #fff;
        opacity: 0.2;
        position: absolute;
        top: -16px;
        left: 0;
    }

    .fx-mobile-menu__toggle-grp {
        position: relative;
    }

    .fx-mobile-menu__toggle-btn {
        line-height: 1 !important;
        background-color: transparent;
        border: none;
        padding: 0 15px;
    }

    .fx-mobile-menu__hamburger-icon {
        display: block;
        line-height: 0 !important;
    }

    .fx-mobile-menu__x-icon {
        display: none;
        line-height: 0 !important;
    }

    .fx-mobile-menu__toggle-btn.active .fx-mobile-menu__hamburger-icon {
        display: none;
    }

    .fx-mobile-menu__toggle-btn.active .fx-mobile-menu__x-icon {
        display: block;
    }

    .fx-mobile-menu__toggle-txt {
        font-size: 13px;
        font-weight: 900;
        text-transform: uppercase;
        text-align: center;
        display: block;
        margin-top: 6px;
    }



    .fx-mobile-menu .menu-item {
        border-top: 1px solid #dddddd;
    }

    .fx-mobile-menu > .menu-item {
        line-height: 48px;
    }

    .fx-mobile-menu > .menu-item > a {
        padding-left: 30px;
        color: #414042;
        text-transform: uppercase;
    }

    .fx-mobile-menu .menu-item .sub-menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        padding-left: 20px;
        padding-right: 10px;
        display: inline-block;
        height: 100%;
        clear: both;
    }

    .fx-mobile-menu .sub-menu .menu-item {
        line-height: 38px;
        background-color: #f4f4f4;
    }

    .fx-mobile-menu .sub-menu .menu-item > a {
        padding-left: 45px;
        color: #414042;
        font-size: 16px;
        text-transform: uppercase;
    }

    /* General Styling */

    .fx-mobile-menu__nav-grp ul {
        list-style: none;
        padding: 0;
        margin: 0;
        max-height: calc(100vh - 70px);
        overflow-y: scroll;
    }

    .fx-mobile-menu__nav-grp ul::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .fx-mobile-menu__nav-grp ul {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    .fx-mobile-menu__nav-grp li {
        cursor: pointer;
        position: relative;
    }

    .fx-mobile-menu__nav-grp li:before,
    .fx-mobile-menu__nav-grp li:after {
        display: none; /* hide any custom bullet styling */
    }

    .fx-mobile-menu__nav-grp a {
        display: block;
        text-decoration: none;
    }


    /* 1st Level */

    .fx-mobile-menu__nav-grp > .menu > li {
        display: inline-block;
    }


    /* Sub Menus */

    .fx-mobile-menu__nav-grp .sub-menu {
        display: none;
    }

    .fx-mobile-menu__nav-grp li.toggled > .sub-menu {
        display: block;
    }

    .fx-mobile-menu__nav-grp .sub-menu li {
        display: block;
    }


    /* 3rd Level Sub Menus */

    .fx-mobile-menu__nav-grp .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }
}