/*
Theme Name: Spectra SmallBusinessLoans
Theme URI: 
Author: Techtivo
Author URI: 
Description: Small Business Theme
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: spectra-one
Text Domain: spectra-smallbusinessloans
Tags: 
*/


:root {
--bluedark:#033347;
--blue:#033347;
--bluelight:#61d6df;
--bluelightx:#059cb1;
--gray-light:#f4f4f1;
--graylightx:#d0d0ca;
--gray:#5b5b58;
--gray-dark: #3f4039;
--white: #fff;
--yellow-light:#ffbc33;
 
 --bs-blue: #0d6efd;
 --bs-indigo: #6610f2;
 --bs-purple: #6f42c1;
 --bs-pink: #d63384;
 --bs-red: #dc3545;
 --bs-orange: #fd7e14;
 --bs-yellow: #ffc107;
 --bs-green: #198754;
 --bs-teal: #20c997;
 --bs-cyan: #0dcaf0;
 --bs-black: #000;
 --bs-white: #fff;
 --bs-gray: #838480;
 --bs-gray-dark: #3f4039;
 --bs-gray-100: #f4f4f1;
 --bs-gray-200: #e5e5e2;
 --bs-gray-300: #d0d0ca;
 --bs-gray-400: #b6b6b2;
 --bs-gray-500: #979794;
 --bs-gray-600: #838480;
 --bs-gray-700: #5b5b58;
 --bs-gray-800: #3f4039;
 --bs-gray-900: #252521;
 --bs-primary: #033347;
 --bs-primary-2: #059cb1;
 --bs-primary-3: #047d8e;
 --bs-primary-4: #61d6df;
 --bs-secondary: #ffab00;
 --bs-secondary-2: #ffbc33;
 --bs-secondary-3: #ffc95c;
 --bs-secondary-4: #ff7900;
 --bs-success: #ff7900;
 --bs-info: #838480;
 --bs-warning: #ff7900;
 --bs-danger: #df2a4a;
 --bs-light: #5b5b58;
 --bs-lighter: #f4f4f1;
 --bs-dark: #033347;
 --bs-gray: #252521;
 --bs-light-gray: #d0d0ca;
 --bs-primary-rgb: 3, 51, 71;
 --bs-primary-2-rgb: 5, 156, 177;
 --bs-primary-3-rgb: 4, 125, 142;
 --bs-primary-4-rgb: 97, 214, 223;
 --bs-secondary-rgb: 255, 171, 0;
 --bs-secondary-2-rgb: 255, 188, 51;
 --bs-secondary-3-rgb: 255, 201, 92;
 --bs-secondary-4-rgb: 255, 121, 0;
 --bs-success-rgb: 255, 121, 0;
 --bs-info-rgb: 131, 132, 128;
 --bs-warning-rgb: 255, 121, 0;
 --bs-danger-rgb: 223, 42, 74;
 --bs-light-rgb: 91, 91, 88;
 --bs-lighter-rgb: 244, 244, 241;
 --bs-dark-rgb: 3, 51, 71;
 --bs-gray-rgb: 37, 37, 33;
 --bs-light-gray-rgb: 208, 208, 202;
 --bs-white-rgb: 255, 255, 255;
 --bs-black-rgb: 0, 0, 0;
 --bs-body-color-rgb: 37, 37, 33;
 --bs-body-bg-rgb: 255, 255, 255;
 --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
 --bs-gradient: linear-gradient(180deg,#ffffff26,#fff0);
 --bs-root-font-size: 10px;
 --bs-body-font-family: var(--bs-font-sans-serif);
 --bs-body-font-size: 1.4rem;
 --bs-body-font-weight: 400;
 --bs-body-line-height: 1.4;
 --bs-body-color: #252521;
 --bs-body-bg: #fff;
 --bs-border-width: 1px;
 --bs-border-style: solid;
 --bs-border-color: #5b5b58;
 --bs-border-color-translucent: rgba(0,0,0,.175);
 --bs-border-radius: 0;
 --bs-border-radius-sm: 0;
 --bs-border-radius-lg: 0;
 --bs-border-radius-xl: 1rem;
 --bs-border-radius-2xl: 2rem;
 --bs-border-radius-pill: 50rem;
 --bs-link-color: #033347;
 --bs-link-hover-color: #033347;
 --bs-code-color: #d63384;
 --bs-highlight-bg: #fcf8e3;
 --back-herohome: radial-gradient(140% 140% at 60% 120%, rgba(193, 30, 225, 0.1) 30%, rgba(63, 20, 249, 0.1) 50%, rgba(255, 255, 255, 0.1) 70%);

}

/* MAIN */

body {
  background: url(assets/images/gradient-bg-desktop.svg);
}

/* HEADER */

.sbl-header{
  padding: 25px 0!important;
}

.sbl-header .header-logo{
  margin: 0;
}

.header-nav a {
  font-size: 17px;
}

.swt-sticky-header.swt-sticky-header-active .sbl-header {
  padding: 15px 0!important;
  transition: 0.3s;
}

/* MEGAMENU */

.gw-mm-item__dropdown {
  position: absolute;
  border-radius: 20px;
  padding: 0;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
  top: 0px;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  width: 100%;
}

.sbl-mm-nav .uagb-tabs__panel{
  min-width: 25%!important;
  max-width: 25%!important;
  padding: 40px 0!important;
  background: rgba(97, 214, 223, 0.1);
}

.sbl-mm-nav .uagb-tab {
  margin: 0!important;
  padding: 10px 15px;
}

.sbl-mm-nav .uagb-tab a {
  font-size: 15px;
  color: var(--blue);
  font-weight: 700!important;
}

.sbl-mm-nav .uagb-tabs__active {
  background:rgba(97, 214, 223, 0.17) ;
}

.sbl-mm-nav .sbl-tab-nav h4 {
  font-size: 18px;
  margin: 24px 0;
  font-weight: 700;
}

.sbl-mm-posts{
}

.sbl-mm-posts .uagb-post__image img {
  border-radius: 0 20px;
  width: 80%!important;
}

.sbl-mm-posts .uagb-post__title a {
 font-size: 15px;
}

.sbl-mm-posts .uagb-post-pagination-wrap {
  display: none;
}

/* FOOTER */

.sbl-footer {
 padding: 60px 30px!important;
 background-color: var(--bs-body-bg);
}

.sbl-footer .foot-divider {
  max-width: 1300px !important;
  margin: 40px auto !important;
  color: var(--bs-gray-300)!important;
 }

.foot-divider:last-of-type {
  margin-bottom: 10px !important;
 }

.footer-nav .footer-logos{
}

.footer-nav .footer-menu{
}

.footer-nav .footer-menu .nav-foot a {
  font-size: 16px;
 }

.footer-nav .footer-menu .nav-social a {
  font-size: 22px;
 }

.footer-legal {
  color:var(--gray) ;
 }



@media (max-width:976px){

}

@media (max-width:767px){
.footer-nav {
   margin: 30px 0;
  }
.footer-nav .footer-logos .bbb-image img{
   width: 150px;
  }
}

@media (max-width:480px){
  .footer-nav .footer-logos{
    column-gap: 20px;
  }
.footer-nav .footer-menu .nav-foot a {
  font-size: 14px;
 }
.sbl-footer .foot-divider {
  margin: 20px auto !important;
 }
.footer-legal {
  margin-top: 20px!important;
 }
}

@media (max-width:390px){
.footer-nav .footer-logos{
  flex-direction: column;
  row-gap: 30px;
}
.footer-nav .footer-logos .bbb-image img{
  width: 120px;
}

}

/* HIGHLIGHT */

h1 .uagb-highlight {
 background: transparent!important;
 color: inherit!important;
 -webkit-text-fill-color: inherit!important;
 position: relative;
 display: inline-block;
 white-space: nowrap;
}

h1 .uagb-highlight:before {
 position: absolute;
 bottom: 0;
 left: 120px;
 z-index: -1;
 width: 100%;
 height: 35px;
 content: "";
 background-image: url(assets/images/hero-paint-swipe.svg);
 background-repeat: no-repeat;
 background-position: left 76%;
 background-size: 100% 34px;
 transform: translate(-50%);
}

@media (max-width:767px){
  h1 .uagb-highlight:before {
    left: 70px;
    height: 25px;
  }
}

@media (max-width:480px){
  h1 .uagb-highlight:before {
    left: 70px;
    height: 25px;
  }
}

@media (max-width:390px){
  h1 .uagb-highlight:before {
    left: 50px;
    height: 20px;
  }
}
/* HERO */

.is-style-sbl-image-hero img{
  border-radius: 0 100px;
  z-index: 1;
  position: relative;
 }
 
 .is-style-sbl-image-hero:before{
  content: '';
  position: absolute;
  z-index: 2;
  width: 58px;
  height: 63px;
  background-color: var(--bluelightx);
  border-radius: 0 20px;
  top: 43px;
  left: -31px;
 }
 
 .is-style-sbl-image-hero:after{
  content: '';
  position: absolute; 
  z-index: 0;
  width: 136px;
  height: 148px;
  background-color: var(--bluelight);
  border-radius: 0 40px;
  right: -41px;
  bottom: -41px;
 }

 @media (max-width:976px){
  .is-style-sbl-image-hero img{
    border-radius: 0 70px;
   }
  .is-style-sbl-image-hero:before{
    width: 43px;
    height: 47px;
    border-radius: 0 12px;
    top: 16px;
    left: -16px;
   }
  .is-style-sbl-image-hero:after{
    width: 80px;
    height: 88px;
    border-radius: 0 24px;
    right: -16px;
    bottom: -16px;
   }
 }

 @media (max-width:767px){
  .is-style-sbl-image-hero{
    width: 85%!important;
  }
 }
 
 @media (max-width:480px){
   .is-style-sbl-image-hero img{
     border-radius: 0 50px;
    }
   .is-style-sbl-image-hero:before{
     width: 43px;
     height: 47px;
     border-radius: 0 12px;
     top: -16px;
     left: -16px;
    }
   .is-style-sbl-image-hero:after{
     width: 80px;
     height: 88px;
     border-radius: 0 24px;
     right: -16px;
     bottom: -16px;
    }
 }


/**** BLOCKS ****/

/* SBL IMAGES */

.is-style-sbl-image-rounded img{
 border-radius: 0 100px;
 z-index: 1;
 position: relative;
}

.is-style-sbl-image-rounded:before{
 content: '';
 position: absolute;
 z-index: 2;
 width: 58px;
 height: 63px;
 background-color: #059cb1;
 border-radius: 0 20px;
 right: -20px;
 bottom: 30px;
}

.is-style-sbl-image-rounded:after{
 content: '';
 position: absolute;
 z-index: 0;
 width: 136px;
 height: 148px;
 background-color: #61d6df;
 border-radius: 0 40px;
 top: -30px;
 left: -31px;
}

@media (max-width:480px){
  .is-style-sbl-image-rounded{
    width: 85%!important;
  }
  .is-style-sbl-image-rounded img{
    border-radius: 0 50px;
   }
  .is-style-sbl-image-rounded:before{
    width: 43px;
    height: 47px;
    border-radius: 0 12px;
    right: -16px;
    bottom: 16px;
   }
  .is-style-sbl-image-rounded:after{
    width: 80px;
    height: 88px;
    border-radius: 0 24px;
    top: -16px;
    left: -16px;
   }
}

/* SBL SECTION */

.is-style-sbl-section{
  padding: 120px 0!important;
}

.is-style-sbl-section>div {
  column-gap: 120px!important;
}

.uagb-container-inner-blocks-wrap{
  padding: 0 30px;
}

@media (max-width:976px){

  .is-style-sbl-section{
    padding: 80px 0!important;
  }
  .is-style-sbl-section>div {
    column-gap: 80px!important;
  }
}

@media (max-width:767px){
  .is-style-sbl-section>div {
   row-gap: 50px!important;
  }

}


/* SBL ICON CARD */


.features-section .sbl-card-group {
  margin-top: 60px;
}

.sbl-card-group {
  gap: 30px;
}

.sbl-icon-card h3{
  font-size: 20px;
  color: var(--bluedark);
  font-weight: 700;
  margin: 20px 0;
}

.sbl-icon-card h4{
  font-size: 18px;
  color: var(--gray-dark);
  font-weight: 700;
}

.sbl-icon-card p{
  font-size: 16px;
}

@media (max-width:767px){
  .sbl-card-group {
    flex-wrap: wrap!important;
  }

  .sbl-icon-card{
    width: 47%!important;
    margin: 0 auto;
    display: block;
  }
}

@media (max-width:560px){
  .sbl-icon-card{
    width: 100%!important;
  }
}


/* CALL TO ACTION */

.sbl-cta .uagb-cta__title{
  font-size: 32px;
  color: var(--white);
}

.sbl-cta .uagb-cta__desc{
  font-size: 16px;
  color: var(--white);
}

/*** GENERAL STYLES ***/

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.3px;
}

.wp-block-uagb-advanced-heading .uagb-desc-text{
  font-size: 14px;
  color: var(--gray);
  letter-spacing: 1.2;
  font-weight: 700;
  margin-bottom: 20px!important;
}

.uagb-heading-text sup{
  font-size: x-large;
}

@media (max-width:976px){
h1{
  font-size: 45px;
}
}

@media (max-width:767px){
  h1{
    font-size: 40px;
  }  
}

@media (max-width:480px){
  h1{
    font-size: 35px;
  }
  }

@media (max-width:390px){
  h1{
    font-size: 30px;
  }
  }

/* BUTTONS */

.wp-element-button:hover, .wp-block-button__link:hover {
  background-color: var(--yellow-light);
}

.wp-element-button, .wp-block-button__link {
  padding: calc(0.667em + 5px) calc(1.333em + 2px);
}

.is-style-button-link a{
  background: none;
}

/* STICKY */

.uagb-position__sticky--stuck {
  margin-top: 60px!important;
  z-index: 1 !important;
}

.uagb-position__sticky--restricted{
  z-index: 1 !important;
}


/* TABLE OF CONTENTS */

.toc-section{
  padding: 120px 0!important;
}

.sbl-toc-lead{
  margin-bottom: 40px;
}

.sbl-toc {
    font-weight: 700;
    background: #f4f4f1;
    border-left: 5px solid #ff7900;
    border-radius: 0 6px 6px 0;
}

.uagb-toc__list {
  display: block;
    padding: 10px 24px;
    margin-bottom: 8px;
    margin-left: 0px!important;
    font-size: 16px;
    text-decoration: none;
    color: var(--bluedark) ;
}


.sbl-toc-items .uagb-toc__title{
  text-transform: uppercase;
  font-size: 16px;
  color: var(--gray);
  font-weight: 600;
}

.sbl-toc-items .uagb-toc__wrap {
  padding: 0!important;
  margin-top: 50px;
}

.sbl-toc-content h3 a {
  word-break: break-word;
}

.sbl-toc-content h3 a:hover {
  color: inherit;
}

.sbl-toc-content .wp-block-heading {
  font-weight: 800;
  font-size: 32px;
  margin: 10px 0;
}

@media ( max-width:767px ){
  .sbl-toc-items .uagb-toc__title{
    padding: 10px 10px;
    color: var(--blue);
    background: var(--graylightx);
  }
  .sbl-toc-items .uagb-toc__title:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22currentColor%22%20class%3D%22bi%20bi-chevron-down%22%20viewBox%3D%220%200%2016%2016%22%3E%0A%3Cpath%20fill%3D%22%23565e60%22%20fill-rule%3D%22evenodd%22%20d%3D%22M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z%22%2F%3E%0A%3C%2Fsvg%3E);
  }
  .sbl-toc-items .uagb-toc__wrap {
    height: 43px;
    position: relative;
    background: var(--white);
    box-sizing: border-box;
    display: flex!important;
    flex-direction: column;
    box-shadow: 0 6px 20px -4px #0000004d;
    transition: 2s ease;
    -webkit-transition: 2s ease;
  }
  .sbl-toc-items .uagb-toc__wrap:hover {
    height: 100%;
   
  }
  .uagb-position__sticky--stuck {
    margin-top: 30px!important;
  }
}


/* fAQ Block */

.faq-section>div {
  max-width: 900px!important;
}

.sbl-faq {
margin-top: 60px!important;
}

.sbl-faq .uagb-faq-item {
  border-bottom: 1px solid #bec6c7;
  padding: 14px;
  margin: 0!important;
}

.sbl-faq h3 {
  font-size: 20px;
  font-weight: 800;
}

.sbl-toc-cta{
  padding: 35px 20px;
  background-color: var(--gray-light);
}

.sbl-toc-cta h4{
  font-size: 20px;
  font-weight: 700;
}

