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

@media (min-width: 320px) and (max-width: 480px) {
  .hide-for-mobile,
  .rectangle-bg-right img,
  .rectangle-bg-left img {
    display: none !important;
  }
  .rectangle-bg-left:before,
  .rectangle-bg-right:before {
	width: 100%;
}
  .footer-desc {
    column-count: 1;
  }
  ul#menu-primary-menu {
    text-align: center;
  }
  ul#menu-footer-menu li, ul#menu-primary-menu li {
    margin: 10px 30px;
  }

  #media_image-2 {
    text-align: center;
  }
  #lead-form .container {
    flex-basis: 100%;
  }
  #sticky-navigation #menu-sticky-menu li {
	margin-left: 0
  }
  #sticky-navigation #menu-sticky-menu li:nth-child(2) {
	display: none;
  }
  #sticky-navigation .inside-navigation {
	margin-left: 20px;
	margin-right: 20px;
  }
}
@media (max-width: 768px) {
	.inside-header {
		flex-direction: row;
	}
}

.category .page-header {
    display: none;
}
.banner-category h1 {
    text-transform: capitalize;
}
.banner-category h1 .category-description {
    max-width: 550px;
}
.wp-block-post-featured-image img {
    max-width: 1305px;
    max-height: 560px;
    display: block;
    border-radius: 0 8px 8px 0;
}
.post-image .image__desktop {
    padding-top: 25%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    max-width: 1305px;
    border-radius: 0 8px 8px 0;
}
.post-image-above-header .inside-article .featured-image {
    display: none;
}

.single-post .site {
    max-width: 100%;
}
.single-post .site-content {
    padding: 0;
}

.single-post .banner .wp-block-post-date {
    margin-bottom: 10px;
}
.single-post .banner .wp-block-post-title {
    margin-bottom: 13px;
}
.single-post .banner .post_categories {
    margin-bottom: 60px;
}
.single-post .post-content h2 {
    margin-top: 50px;
	font-size: 36px;
}

.single-post .post-content p{
	font-size: 16px;
}

.cta__section .gb-inside-container {
    position: relative;
}
.cta__section {
    position: relative;
}
.cta__section:before {
    border-radius: 4px;
}
.cta__section h2 {
    margin-top: 0 !important;
}
.cta__section:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(70, 76, 80, 0.8);
    z-index: 0;
    mix-blend-mode: multiply;
}

.article-toc {
    position: sticky;
    top: 135px;
    z-index: 1;
}
.article-toc .article-toc__wrap {
    box-shadow: 0 8px 30px rgba(24, 73, 114, 0.07);
    border-radius: 8px;
    background: #FFFFFF;
    overflow-y: hidden;
    transition: .2s;
}
.article-toc .toc-list.height {
    overflow-y: scroll;

}
.article-toc .toc-list {
    max-height: 556px;
    list-style-type: none;
    margin: 0;
    transition: .1s;
}
.article-toc .loc-title {
    background-color: #fff;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 14px 54px 17px 17px;
}

.article-toc .loc-title span {
    font-size: 14px;
}

.article-toc .loc-title,
.article-toc .loc-close {
    font-size: 18px;
    color: #184972;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #F4F4F9;
    cursor: pointer;
    transition: .3s;
}

.article-toc .loc-title-mobile {
    display: none;
}
.article-toc .loc-title:hover,
.article-toc .loc-close:hover {
    color: #338EAD;
}
.article-toc .loc-close {
    border: none;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}
.article-toc .loc-close span {
    position: relative;
    margin-left: 40px;
}
.article-toc .loc-close span:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 50%;
    background-image: url('./images/arrow-open.svg');
    width: 20px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: .3s;
}
.article-toc .toc-list li {
    margin-top: 20px;
    padding: 0 17px;
}
.article-toc .toc-list li:last-child{
	margin-bottom: 20px;
}
.article-toc .toc-list li a {
    font-size: 16px;
    color: #68686A;
    font-weight: 700;
}
.article-toc .toc-list li a:hover,
.article-toc .toc-list li a.active {
    color: #338EAD;
}
.article-toc .loc-title:before {
    content: '';
    position: absolute;
    top: 28px;
    transform: translateY(-50%);
    right: 20px;
    background-image: url('./images/arrow-open.svg');
    width: 20px;
    height: 8px;
    background-repeat: no-repeat;
    transition: .3s;
}
.article-toc__wrap.close .toc-list {
    max-height: 0;
}
.article-toc__wrap.close .toc-list li {
    margin: 0;
}
.article-toc__wrap.close .toc-list li a {
    opacity: 0;
}
.article-toc__wrap.close .loc-title:before {
    transform: rotate(180deg);
}
.article-toc__wrap.close .loc-close span:before {
    background-image: url('./images/arrow-close.svg');
    background-size: 15px;
}
.loc-show {
    display: none;
}
.single-post h3{
	font-size: 28px;
}
.last__posts .wrapper-posts {
    display: flex;
    margin: 0 -15px;

}
.last__posts .wrapper-posts .post-article {
    margin: 0 15px;
    box-shadow: 0 8px 30px rgba(24, 73, 114, 0.12);
    border-radius: 8px;
    background-color: #fff;
    width: 33%;
}
.last__posts .wrapper-posts .post-article .image {
    margin-bottom: 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 59%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.last__posts .wrapper-posts .post-article .image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    max-height: 220px;
}
.last__posts .wrapper-posts .post-article .post_main {
    padding: 0 20px;
    text-align: left;
}
.last__posts .wrapper-posts .post-article .post_main .post_category {
    margin-bottom: 14px;
}
.last__posts .wrapper-posts .post-article .post_main .post_category:hover,
.last__posts .wrapper-posts .post-article .post_main .post_category:focus {
    color: #184972;
    background-color: transparent;
}
.last__posts .wrapper-posts .post-article .post_main .post_title {
    font-size: 24px;
    font-weight: 700;
    color: #184972;
    line-height: 1.3;
    margin-bottom: 10px;
}
.last__posts .wrapper-posts .post-article .post_main .post_content {
    margin-bottom: 15px;
    color: #68686A;
}
.last__posts .wrapper-posts .post-article .post_main .post_date {
    margin-bottom: 15px;
    color: #68686A;
    font-weight: 700;
}
.category-list-section .category-list {
    display: flex;
    flex-wrap: wrap;
}
.category-list-section .category-list .cat__item {
    width: calc(100% * 1 / 5 + 0px);
    color: #4C9601;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.category-list-section .category-list .cat__item:before {
    content: '';
    position: absolute;
    background-image: url("./images/arrow-close.svg");
    width: 9px;
    height: 6px;
    top: 6px;
    transform: rotate(-90deg);
    left: 2px;
    background-size: 9px;
    background-repeat: no-repeat;
    transition: .2s;
}
.category-list-section .category-list .cat__item:hover:before {
    left: 4px;
}
@media (max-width: 1200px) {
    .article-toc__wrap.close .toc-list {
        transform: translateY(-90%);
    }
}
@media (max-width: 1024px) {
    .category-list-section .category-list .cat__item {
        width: calc(100% * 1 / 3 + 0px);
    }

    .article-toc__wrap.close .toc-list {
        transform: translateY(-90%);
    }
}

@media (max-width: 768px) {
    .post-image .image__desktop {
        padding-top: 50%;
        background-position: 42% 50%;
    }
    .article-toc__wrap.close .toc-list {
        transform: translateY(-84%);
    }

    

    .inside-header {
        flex-direction: row;
    }

    #site-navigation #primary-menu li:nth-child(2) {
        display: none !important;
    }
    .filter-section .wrapper-cat {
        margin-bottom: 42px;
    }

    .project-tiles .post-article {
        flex-direction: column;
    }

    .project-tiles .post-article .image {
        width: 100%;
        padding-top: 60%;
    }

    .project-tiles .post-article .post_main {
        width: 100%;
        margin-top: 15px;
        padding: 0 20px;
    }

    .project-tiles .post-article .post_main .post_category {
        margin-bottom: 14px;
    }

    .project-tiles .post-article .post_main .post-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .project-tiles .post-article .post_main .post_content {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .post-content {
        flex-direction: column-reverse;
    }

    .post-content .post__description {
        font-size: 16px !important;
    }

    .single-post .cta__section p {
        max-width: 295px;
        margin: auto;
    }

    .last__posts h2 {
        text-align: center;
    }

    .single-post .cta__section .gb-button {
        max-width: 295px;
        margin: auto;
    }

    .single-post .cta__section__bottom h2 {
        text-align: center;
    }

    .single-post .cta__section__bottom h2 br {
        display: block;
    }

    .single-post .cta__section__bottom p {
        text-align: center;
    }

    .last__posts .wrapper-posts {
        flex-direction: column;
        margin: 0;
    }

    .last__posts .wrapper-posts .post-article {
        width: 100%;
        margin: 0 0 40px;
        text-align: left;
    }


    .last__posts .wrapper-posts .post-article .image img {
        width: 100%;
    }

    .animation-block-bottom {
        position: absolute;
        top: inherit;
        width: 100%;
        left: 0;
    }

    .post-content {
        position: relative;
        margin-left: 0 !important;
    }

    .post-content .gb-grid-wrapper-b2fa99ff > .gb-grid-column {
        padding-left: 0;
        padding-bottom: 30px;
    }

    .post-content #animation-list-title {
        position: absolute;
        top: 880px;
        width: 100%;
    }

    .post-content #stopFixedTop {
        position: absolute;
        top: 121px;
        width: 100%;
    }

    .post-content #stopFixedBottom {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .post-content #stopFixedTop2 {
        position: absolute;
        bottom: 700px;
        width: 100%;
    }
    .category-list-section .category-list .cat__item {
        width: calc(100% * 1 / 2 + 0px);
        margin-bottom: 24px;
    }

    .category-list-section h2 {
        text-align: center;
    }
    .site-footer {
        margin-bottom: 120px;
    }
    h2.gb-headline-40c8913e {
        text-align: center !important;
    }

    .archive-title h2 {
        text-align: center;
    }

    .archive-title h2 span {
        font-size: 28px !important;
    }

    .tax-state .get-started h2 {
        text-align: center;
    }

    .tax-state .get-started p {
        text-align: center;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .post-image .image__desktop {
        padding-top: 129%;
    }

    .paging-navigation .nav-links .next.page-numbers,
    .paging-navigation .nav-links .prev.page-numbers {
        font-size: 0;
    }

    .paging-navigation .nav-links .next.page-numbers:before,
    .paging-navigation .nav-links .prev.page-numbers:before {
        top: -10px;
    }
    .post-content #stopFixedTop {
        top: 180px;
    }

    .single-post .post-content #stopFixedTop {
        top: -75px;
    }

    .single-post .post-content #animation-list-title {
        top: 620px;
    }

    .post-content #animation-list-title {
        top: 920px;
    }


    .article-toc__wrap.close .toc-list {
        transform: translateY(-88%);
    }
    .hide-for-mobile {
        display: none !important;
    }

    .rectangle-bg-left:before,
    .rectangle-bg-right:before {
        width: 100%;
    }

    .footer-desc {
        column-count: 1;
    }

    ul#menu-primary-menu {
        text-align: center;
    }

    ul#menu-footer-menu li, ul#menu-primary-menu li {
        margin: 10px 30px;
    }

    #media_image-2 {
        text-align: center;
    }

    #lead-form .container {
        flex-basis: 100%;
    }

    .green-list {
        padding-left: 0;
        margin: 0 0 1.5em 0;
    }

    #sticky-navigation #menu-sticky-menu li {
        margin-left: 0
    }

    #sticky-navigation #menu-sticky-menu li:nth-child(2) {
        display: none;
    }

    #site-navigation #primary-menu li:nth-child(2) {
        display: none !important;
    }
    .blog .site-content,
    .category .site-content {
        padding: 0 20px !important;
    }
    .filter-section .filter-title {
        text-align: center;
    }

    .filter-section .wrapper-cat .select__item {
        display: block;
        background: #F4F4F9;
        border-radius: 4px;
        font-size: 16px;
        color: #184972;
        position: relative;
        padding: 14px 20px;
        font-weight: 700;
        cursor: pointer;
    }

    .filter-section .select__item.open:before {
        transform: rotate(180deg);
    }

    .filter-section .select__item:before {
        content: '';
        position: absolute;
        background-image: url('./images/arrow-close.svg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        right: 20px;
        top: 20px;
        width: 20px;
        height: 11px;
        cursor: pointer;
        background-size: 15px;
        transition: .3s;
    }

    .filter-section .wrapper-cat .cat-list {
        display: flex;
        flex-direction: column;
        box-shadow: 0 8px 30px rgba(24, 73, 114, 0.07);
        border-radius: 8px;
        background: #FFFFFF;
        overflow: hidden;
        max-height: 500px;
        transition: .3s ease-in-out;
    }

    .filter-section .wrapper-cat .cat-list.close {
        max-height: 0;
    }

    .filter-section .wrapper-cat .cat-list .cat-list_item {
        border: none;
        color: #4C9601;
        font-weight: 400;
        font-size: 16px;
    }

    .filter-section .wrapper-cat .cat-list .cat-list_item:hover {
        background-color: transparent;
    }

    .filter-section .wrapper-cat .cat-list .cat-list_item.active {
        background: transparent;
        color: #184972;
        position: relative;
        font-weight: 700;
    }

    .filter-section .wrapper-cat .cat-list .cat-list_item.active:before {
        content: '';
        position: absolute;
        background-image: url('./images/arrow-check.svg');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        right: 10px;
        width: 20px;
        height: 11px;
    }

    br {
        display: none;
    }
    .single-post .wp-block-post-title {
        font-size: 28px !important;
        margin-bottom: 20px !important;
    }

    .single-post .post__image img {
        width: 95%;
        object-position: 42% 0;
        height: 457px;
        object-fit: cover;
    }

    .single-post .banner .post_categories {
        margin-bottom: 50px;
    }

    .category__cta h2 br {
        display: block;
    }

    .category__cta h2,
    .category__cta p {
        text-align: center !important;
    }
}
.gb-button-wrapper-3b3265bf > .gb-button{
	background-color: #4C9601 !important;
}

.list-marker-map {
    margin: -55px 0 0 31px;
}
.list-marker-map li {
    position: relative;
    color: #192944;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 11px;
}
.list-marker-map li::marker {
    font-size: 0;
}
.list-marker-map li:before {
    position: absolute;
    content: '';
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.list-marker-map li:nth-of-type(1):before {
    background-color: #00B247;
}
.list-marker-map li:nth-of-type(2):before {
    background-color: #14DF65;
}

.list-marker-map li:nth-of-type(3):before {
    background-color: #fff;
    border: 0.5px solid #5D5E8A;
}
@media (max-width: 767px){
	.location-services .list-marker-map {
		margin: 22px 0 0 30px;
	}
}
.form {
    position: relative;
}
.cta-section #show-started-button-top {
    width: 100%;
    position: absolute;
    bottom: 670px;
}
.cta-section  #show-started-button {
    width: 100%;
    position: absolute;
    bottom: -670px;
}
.cta-section #hide-started-button {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cta-phone-button:hover path,
.location-phone-number:hover path{
	fill: #fff;
}
@media (max-width: 767px){
	.single-locations .yoast-breadcrumbs{
		line-height: 1.2;
	}
}
#statesSelector{	
	width: 100%;
	padding: 12px 20px;
	background-color: #fff;
	margin-top:16px;
	border-radius: 8px;
	font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
	color:#151E34;
	border-color:#141d3333;
}

.wp-block-navigation .wp-block-navigation-item__label {
   	font-size: 12px;
	font-weight: 700;
	font-family: "Noto Sans", sans-serif;
	line-height: 170%;
	color: #151E34;
}
.wp-block-navigation-item__content{
	padding-top:10px;
}
.site-footer ul{
	list-style-type: none;
}
.footer-top-menu li{
	margin-bottom: 16px;
}
.footer-menu-consent ul{
	display: flex;
	justify-content: center;
}
.footer-menu-consent li{
	margin-left:40px;
}
@media screen and (max-width: 1024px) {
	.footer-menu-consent ul{
		flex-direction: column;
	}
.inside-navigation .main-nav ul li {
    margin-bottom: 20px;
    }
.accessibility-icon.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-6687{
	display:none;
}
#menu-item-6560{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
#menu-item-10477{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
}
	
}
@media (max-width: 376px){
.footer-menu-consent li{
	margin-left:0px;
}
.wp-container-core-navigation-is-layout-4.wp-container-core-navigation-is-layout-4 {
	flex-direction: column;
	align-items: center;
}
.header-novigation-cocial .wp-block-navigation-item.wp-block-navigation-link{
	width:100%;
	justify-content:center;
}

}
.state-selector .select-options{
	display:none;
}
.generate-back-to-top{
	background-color: #F48B18 !important;
	bottom: 96px !important;
}
@media (max-width: 1024px) {
.header-wrap #site-navigation:not(.toggled),
.header-wrap #mobile-header:not(.toggled):not(.navigation-stick),  
.has-inline-mobile-toggle .mobile-menu-control-wrapper {
    background-color:rgba(88, 88, 97, 0.27);
	position: fixed;
   }
.inside-navigation .header-phone-btn a {
    width: 100%;
	display:flex!important;
	margin-bottom:10px;
  }
	.inside-navigation .header-link-btn {
	margin-bottom:15px!important;
  }
.inside-navigation .header-phone-btn {
    margin-left: 12px;
 }
}
.main-navigation.sticky-navigation-transition .main-nav ul li a{
	color:#151E34!important;
}
.main-navigation.sticky-navigation-transition .main-nav .sub-menu{
	background-color:#fff!important;
}
.main-navigation.sticky-navigation-transition .header-link-btn {
    border: 1px solid #3EA2CF;
}
.main-navigation.sticky-navigation-transition .header-link-btn a span  {
	color:#3EA2CF!important;
    
}
.inside-navigation .sub-menu.toggled-on{
	padding-top: 10px;
}
.main-navigation.sticky-navigation-transition .main-nav .header-phone-btn a {
    color: #ffffff !important;
}
.inside-navigation .main-nav ul .header-link-btn a span:hover {
   color:#ffffff!important;
}
.page-id-2935 .inside-navigation .header-phone-btn a,
.page-id-9516 .inside-navigation .header-phone-btn a,
.page-id-10647 .inside-navigation .header-phone-btn a,
.page-id-10855 .inside-navigation .header-phone-btn a{
   padding: 12px;
}

.page-id-2935 .main-navigation,
.page-id-9516 .main-navigation,
.page-id-10647 .main-navigation,
.page-id-10855 .main-navigation{
   background-color: #fff;
   transform: none !important;
}

.page-id-2935 .navigation-branding,
.page-id-9516 .navigation-branding,
.page-id-10647 .navigation-branding,
.page-id-10855 .navigation-branding{
   justify-content: space-between;
   width: 100%;
}

.page-id-2935 .main-navigation.navigation-stick .sticky-navigation-logo,
.page-id-9516 .main-navigation.navigation-stick .sticky-navigation-logo,
.page-id-10647 .main-navigation.navigation-stick .sticky-navigation-logo,
.page-id-10855 .main-navigation.navigation-stick .sticky-navigation-logo,
.page-id-10647 .main-nav,
.page-id-10647 #mobile-header .menu-toggle {
   display: none;
}

.page-id-2935 .main-navigation.navigation-stick .site-logo,
.page-id-9516 .main-navigation.navigation-stick .site-logo,
.page-id-10647 .main-navigation.navigation-stick .site-logo,
.page-id-10855 .main-navigation.navigation-stick .site-logo{
   display: block !important;
}

.page-id-2935 .main-navigation .accessibility-icon,
.page-id-9516 .main-navigation .accessibility-icon,
.page-id-10647 .main-navigation .accessibility-icon,
.page-id-10855 .main-navigation .accessibility-icon{
   width: 40px;
   height: 40px;
   background-color: transparent;
   border-radius: 50%;
}

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

   .page-id-2935 .main-navigation .accessibility-icon,
   .page-id-9516 .main-navigation .accessibility-icon,
   .page-id-10855 .main-navigation .accessibility-icon,
   .page-id-10647 .main-navigation .accessibility-icon {
      margin-left: 0;
   }
}

.call-btn__header_apply {
   font-size: 14px;
   line-height: 20px;
}

.call-btn__header_apply a {
   display: flex;
   background-color: #FDD001;
   color: #101422;
   justify-content: center;
   align-items: center;
   height: 40px;
   border-radius: 20px;
   transition: background-color 0.3s ease;
   padding: 5px 20px;
   font-weight: 900;
}

.call-btn__header_apply a:hover {
   background-color: #eec300;
}

.call-btn__header_apply svg {
   width: 14px;
   height: 14px;
   margin-right: 9px;
}

.page-id-2935 .inside-header,
.page-id-9516 .inside-header,
.page-id-10855 .inside-header,
.page-id-10647 .inside-header {
   flex-direction: row;
}

@media (max-width: 1024px) {

   body.page-id-2935,
   body.page-id-9516,
   body.page-id-10647,
   body.page-id-10855 {
      margin-bottom: 0;
   }

   .page-id-2935 nav.main-navigation,
   .page-id-9516 nav.main-navigation,
   .page-id-10647 nav.main-navigation,
   .page-id-10855 nav.main-navigation{
      padding: 1.125rem 0.75rem;
   }
}

.buttons__header_apply {
   display: flex;
   gap: 10px;
}

.accessibility__header_apply {
   display: flex;
   align-items: center;
   position: fixed;
   left: 20px;
   bottom: 20px;
}

.accessibility__header_apply a {
   display: flex;
   align-items: center;
}

.accessibility__header_apply:hover rect {
   fill: #D3E6F8;
}

.accessibility__header_apply svg rect {
   transition: all .3s;
}

@media (max-width: 400px) {
   .call-btn__header_apply {
      font-size: 12px;
   }

   .call-btn__header_apply a {
      padding: 5px 11px;
   }

   .call-btn__header_apply svg {
      width: 12px;
      height: 12px;
      margin-right: 4px;
   }
}
#accessibility_settings_toggle{
	display: none !important;
}

.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

