/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


h1,h2,h3,h4,h5,h6,a{
	  font-family: "Barlow Semi Condensed", sans-serif;
}

p,li,span,body{
	font-family: "Mulish", sans-serif;
}
.container, body[data-header-format="left-header"] .container, .woocommerce-tabs .full-width-content .tab-container, .nectar-recent-posts-slider .flickity-page-dots, .post-area.standard-minimal.full-width-content .post .inner-wrap, .material #search-outer #search {
    padding: 0 15px;
}

#header-outer[data-format=centered-menu-under-logo] #top #logo {
    display: inline-table;
    margin: 20px 0 20px;
    max-width: 100%;
    width: 50%;
}

#header-outer[data-format=centered-menu-under-logo] #top #logo img {
    margin:  0 0 0 0 !important;
}

.asection1 .row-bg.viewport-desktop {
    background: url(https://jimsbusybee.com/wp-content/uploads/2024/06/banner-img.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    border-bottom: 5px solid #000;
}

.wpb_row.full-width-section {
    padding: 100px 0 !important;
}

.asection1.wpb_row.full-width-section {
    padding: 160px 0 !important;
}

h6 {
    color: #f0bd0b;
    font-weight: 600;
    display: inline-flex;
    font-size: 1.375rem;
    padding: 5px 25px 5px;
    line-height: 24px;
    border-radius: 40px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.info-banner h1 {
    font-size: 5rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 85px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    display: inline-block;
}

.info-banner h6::before {
    position: absolute;
    content: "";
    background: url("https://jimsbusybee.com/wp-content/uploads/2024/06/bug1.png") no-repeat;
    width: 107px;
    height: 67px;
    top: -65px;
    left: -20px;
    z-index: -1;
    animation: slidein 5s infinite linear;
}

.info-banner h1::before {
    position: absolute;
    content: "";
    background: url(https://jimsbusybee.com/wp-content/uploads/2024/06/bug2.png) no-repeat;
    width: 117px;
    height: 45px;
    top: -20px;
    right: 112px;
    animation: slideright 3s infinite linear;
}

.info-banner h5 {
    color: #000000;
    font-size: 2.125rem;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 40px !important;
}

.asection1 a.nectar-button.large.regular.extra-color-2.regular-button.btn-head {
    color: #000 !important;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

a.nectar-button.large.regular.extra-color-2.regular-button.btn-head {
    color: #000000;
    font-weight: 700;
    font-size: 1.15rem;
}

.asection1 a.nectar-button.large.regular.extra-color-2.regular-button.btn-head::before {
    position: absolute;
    content: "";
    background: url("https://jimsbusybee.com/wp-content/uploads/2024/06/bug3.png") no-repeat;
    width: 121px;
    height: 82px;
    right: -106px;
    top: -10px;
    z-index: -1;
}

a.nectar-button.large.regular.extra-color-1.regular-button.btn-main{
    font-weight: 500;
    font-size: 1.1rem;
}

header#top {
    border-top: 5px solid #f0bd0b;
    position: relative;
    z-index: 1;
}
.asection2 .row_col_wrap_12_inner.col.span_12.left {
    justify-content: center;
    text-align: center;
}

.info-banner h6 {
    background: #000;
    margin-bottom: 30px;
}

h2 {
    color: #000000;
    font-weight: 700;
    font-size: 4.5rem;
    line-height: 76px;
    text-transform: uppercase;
    margin-bottom: 25px;
    line-height: 55px;
}

span {
    vertical-align: baseline;
}

h2 > span {
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #f0bd0b;
}

.info-text p {
    color: #000000;
    font-size: 1.125rem;
    line-height: 26px;
    padding-bottom: 30px;
}

.info-text {
    margin-bottom: 40px !important;
}

.asection2 .row-bg.viewport-desktop {
    background: url("https://jimsbusybee.com/wp-content/uploads/2024/06/bg-about.png") no-repeat;
    background-size: cover;
    background-position: 100%;
}

.info-ser .vc_column-inner {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    transition: .3s all;
    height: 100%;
}
.info-ser .vc_column-inner * {
    transition: .3s all linear;
}

.info-ser .vc_column-inner:hover h4,.info-ser .vc_column-inner:hover p {
    color:#fff;
}

.info-ser span.ser-cir {width: 98px;height: 98px;background: #dead01;text-align: center;margin: auto;display: flex;align-items: center;justify-content: center;border-radius: 50%;overflow: hidden;transition: .3s all linear;}

.info-ser span.ser-cir img {margin: 0;transition: .3s all linear;}

.info-ser .vc_column-inner:hover {
    background: #d9ab2e;
    border-color: #d9ab2e;
}

.info-ser .vc_column-inner:hover span.ser-cir {
    background: #000;
}

.info-ser .vc_column-inner:hover span.ser-cir img {
    filter: brightness(1) invert(1);
}

.info-ser a.nectar-button.large.regular.extra-color-1.regular-button.btn-main {
    background: transparent !important;
    border: 1px solid #000;
    color: #000 !important;
}

.info-ser .vc_column-inner:hover a.nectar-button.large.regular.extra-color-1.regular-button.btn-main {
    background: #000 !important;
    color: #d9ab2e !important;
    transition: .2s all linear;
}

.info-ser .vc_column-inner h4 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.info-ser .vc_column-inner p {
    font-size: 1.125rem;
    color: #000;
}


.info-text2 h2 {
    font-size: 3rem;
    margin-bottom: 0;
}

.asection3 .info-text h5 {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000;
}

.asection3 .info-text {
    margin: 0 0 20px !important;
}

.asection3::before {
    position: absolute;
    content: "";
    left: -220px;
    top: 68px;
    background: url(https://jimsbusybee.com/wp-content/uploads/2024/06/bug4.png) no-repeat;
    width: 396px;
    height: 240px;
    animation: ins1 2s infinite linear;
}

.asection3::after {
    position: absolute;
    content: "";
    right: -220px;
    bottom: -130px;
    background: url(https://jimsbusybee.com/wp-content/uploads/2024/06/bug5.png) no-repeat;
    width: 456px;
    height: 415px;
    animation: ins2 3s infinite linear;
}

a.nectar-button.large.regular.accent-color.regular-button.btn-main2 {
    background: rgb(220,172,1);
    background: linear-gradient(180deg, rgba(220,172,1,1) 20%, rgba(176,144,2,1) 100%);
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 40px;
    border-radius: 8px !important;
}

.info-ser-det p {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
    margin: 10px 0 0;
}

.info-ser-det p>a {font-family: 'Mulish' , sans-serif;font-weight: 700;color: #d9ab2e;}

.asection4 .info-text {
    text-align: center;
}

.asection4 .info-text h6 {
    margin: 0;
}
.asection3 h2 {
    margin-bottom: 10px;
}

.asection4 .row-bg.viewport-desktop {
    background: #1d1d1b;
}


.asection4  h2 {
    color: #fff;
}

.asection4 .info-choose {
    background: #282828;
    padding: 40px 0;
    position: relative;
    z-index: 1;
    border-radius: 15px;
}

.asection4 .info-choose::before {
    position: absolute;
    content: "";
    border-radius: 15px;
    left: 0;
    background: rgb(221,173,1);
    background: linear-gradient(180deg, rgba(221,173,1,1) 0%, rgba(176,144,2,1) 100%) !important;
    top: 0;
    width: 0;
    transition: .3s all linear;
    height: 100%;
    z-index: -1;
}

.asection4 .info-choose:hover::before {
    width: 100%;
}

.asection4 .info-choose h4 {
    color: #e0e0e0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 30px;
}

.asection4 .info-choose h5 > img {
    margin: 0 auto 15px;
}

.asection4 .info-choose:hover h4 {
    color: #fff;
}

.asection3 .inner-wrap.row-bg-layer {
    overflow: visible !important;
}

.asection3 {
    position: relative;
    z-index: 2;
}

.info-section .vc_column-inner {
    background: #fff;
    text-align: center;
    border: 4px solid #000;
    border-radius: 16px;
    padding: 50px 60px;
    box-shadow: 0 5px 20px #0000002b;
    height: 100%;
}

.info-section .vc_column-inner h4 {
    font-size: 2.5rem;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 30px;
}

.info-section .vc_column-inner p {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 40px !important;
}

.asection5::before {
    position: absolute;
    content: "";
    background: url(https://jimsbusybee.com/wp-content/uploads/2024/06/bg1.png) no-repeat;
    width: 359px;
    height: 186px;
    top: 20px;
    left: -250px;
}

.asection5::after {
    position: absolute;
    content: "";
    background: url(https://jimsbusybee.com/wp-content/uploads/2024/06/bg2.png) no-repeat;
    width: 421px;
    height: 470px;
    bottom: -40px;
    right: -200px;
}

.asection5.wpb_row.full-width-section {
    padding: 120px 0 !important;
}



.asection6 .row_col_wrap_12_inner.col.span_12.left {
    align-items: center;
}

.asection6  h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-shadow: 0 3px 3px #8b8989;
    color: #fff;
    line-height: 45px;
}

.asection6 .cta-rowin {
    position: relative;
    z-index: 1;
}

.asection6 .cta-rowin::before {
    position: absolute;
    content: "";
    width: 79%;
    height: 100%;
    border-radius: 20px;
    background: #dead01;
    left: 16%;
    z-index: -1;
}

.info-det-cta .vc_column-inner {
    background: #000;
    text-align: center;
    padding: 40px 10px 10px 10px;
    border-radius: 20px;
}


.info-det-cta .vc_column-inner h3 {color: #fff;font-size: 1.5rem;text-transform: uppercase;font-weight: 500;}

.info-det-cta .vc_column-inner h3 > a {
    color: #fff;
    font-size: 2.5rem;
}

.info-det-cta .vc_column-inner .info-cta-det {
    margin: 0 0 30px;
}

.info-det-cta .vc_column-inner a.nectar-button.large.regular.accent-color.regular-button.btn-main2 {
    font-size: 1.125rem;
    padding: 18px 10px;
    display: block;
    margin: 0;
}

.asection6 .info-text {
    margin-bottom: 0 !important;
}
.asection6 h2 span.bl-text {
    color: #000;
}

.asection6 .img-with-aniamtion-wrap {margin-top: -105px;}
.asection6 {
    margin: -58px 0 0;
}


.asection7 .row-bg.viewport-desktop {
     background: #f9f9f9;
}
.asection7 {
    text-align: center;
}

.info-loc img {
    margin: 0 auto;
}

.info-loc {
    text-align: center;
    padding: 10px 10px 20px 10px;
    position: relative;
    z-index: 1;
}

.info-loc::before {
    position: absolute;
    content: "";
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 10px;
    width: 100%;
    height: 80%;
    z-index: -1;
    left: 0;
    bottom: 0;
}

.info-loc p {
    padding: 0;
}

.info-loc h4, .info-loc h4 a {
    color: #000000;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 26px;
}

.foot-section .row-bg.viewport-desktop {
    background: #000;
}

.foot-section h4.vc_custom_heading.foot-head {
    font-family: "Barlow Semi Condensed", sans-serif !important;
    font-size: 1.25rem;
    font-weight: 500;
}

.foot-section .foot-menu ul {margin: 0;}

.foot-section .foot-menu ul li a {
    font-size: 14px;
    color: #a9a9a9;
    font-family: 'Mulish' , sans-serif;
}

.foot-section .foot-menu ul li {
    list-style-type: none;
}

.foot-det ul {
    margin: 0;
}

.foot-det ul li {
    list-style-type: none;
    margin-bottom: 3px;
}

.foot-det ul li a,.foot-det ul li p {
    position: relative;
    z-index: 1;
    padding: 0 0 0 30px;
    display: block;
    color: #a9a9a9;
    font-size: 14px;
    font-family: 'Mulish' , sans-serif;
}

.foot-det ul li a img, .foot-det ul li p img {
    position: absolute;
    left: 0;
    top: 4px;
    margin: 0 !important;
}

.copy-p p {
    color: #a9a9a9;
}

.foot-section.wpb_row.full-width-section {
    padding: 120px 0 60px !important;
}

.foot-det ul li a:hover {
    color: #d9ab2e;
}

.info-social {
    background: #1c1c1c;
    padding: 13px 25px;
    display: flex;
    align-items: center;
    border-radius: 6px;
}

.info-social ul {
    margin: 0;
    display: inline-flex;
}

.info-social ul li {
    display: inline-block;
    list-style-type: none;
    padding: 0 0 0 30px;
}

.info-social h4 {
    display: inline-block;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 0 !important;
    letter-spacing: 1px;
}

.info-social ul li img {
    margin: 0 !important;
}

.subs-foot h2 {
    color: #fff;
    font-size: 1.625rem;
    line-height: 30px;
}



.row-foot1 .row_col_wrap_12_inner.col.span_12.left {
    align-items: center;
}

.row-foot1 {
    margin-bottom: 50px !important;
}

.subs-form label {
    display: none;
}

.subs-form input[type=email] {
    background: #1c1c1c;
    height: 53px;
    color: #989898;
    font-size: 14px;
    font-weight: 500;
}

.subs-form ::placeholder {color: #989898;}

.subs-form .tnp-field.tnp-field-email {
    display: inline-block;
    width: 69%;
    margin: 0;
}

.subs-form .tnp-field.tnp-field-button {
    display: inline-block;
    width: 30%;
    margin: 0;
    height: 55px;
    position: relative;
    top: 3px;
}

.subs-form .tnp-field.tnp-field-button input.tnp-submit {
    display: block;
    width: 100%;
    font-weight: 500;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-family: 'Barlow Semi Condensed',sans-serif;
}

.subs-form .tnp.tnp-subscription {
    margin: 0;
    max-width: 100%;
    display: block;
}

.asection6 .cta-rowin::after {
    position: absolute;
    content: "";
    left: 16%;
    bottom: -82px;
    background: url(https://jimsbusybee.com/wp-content/uploads/2024/06/bg3.png) no-repeat;
    width: 256px;
    height: 157px;
    z-index: -2;
}

.asection8 {
    text-align: center;
}

.asection8 .info-test img {
    width: auto !important;
    display: table;
    margin: auto;
}

.asection8 .info-test {
    padding: 0px 30px;
}

.asection8 .info-test p {
    color: #000000;
    font-size: 1.25rem;
    font-weight: 500;
}

.asection8 .info-test h5 {
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
}

.asection8 .info-test h4 {
    color: #000;
    font-size: 1.375rem;
}

.asection8 .info-text2 h2 {
    margin-bottom: 15px;
}

.asection8 .info-text {margin: 0 !important;}

header#top ul.sf-menu li a {
    margin: 0 3px !important;
    padding: 10px 20px !important;
    position: relative;
    z-index: 1;
    font-weight: 500;
    color: #fff;
    font-size: 1.25rem;
    text-transform: uppercase;
    transition: .3s all linear !important;
}

header#top::before {
    position: absolute;
    width: 100%;
    height: 52px;
    background: #000;
    content: "";
    left: 0;
    bottom: -1px;
}

header#top ul.sf-menu {
    padding: 5px 0;
}

#header-outer[data-lhe="animated_underline"] nav > ul >li:not([class*="button_"]) > a::after {
    height: 100%;
    background: #eaba34;
    border: none;
    z-index: -1;
    transition: .3s all linear;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    border-radius: 5px;
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li.current-menu-item:not([class*=button_])>a:after , #header-outer[data-lhe=animated_underline] #top nav>ul>li:hover:not([class*=button_])>a:after {
    width: 100%;
}

#header-outer[data-lhe=animated_underline] #top nav>ul>li.current-menu-item:not([class*=button_])>a, #header-outer[data-lhe=animated_underline] #top nav>ul>li:hover:not([class*=button_])>a {
    color: #000 !important;
}

header#top ul.sf-menu li a > span {
    font-weight: 500 !important;
    font-family: 'Barlow Semi Condensed' ,sans-serif;
}

header#top ul.sf-menu li a > span.menu-title-text::after {
    visibility: hidden;
}

.asection2 h2 {
    margin-bottom: 35px !important;
    line-height: 76px;
}

#header-outer[data-format=centered-menu-under-logo] .span_3 {
    text-align: left !important;
    margin: 0;
    display: flex !important;
    align-items: center;
}

.head-btn {
    display: inline-block;
    width: 50%;
    text-align: right;
}

.head-btn ul {
    margin: 0;
}

.head-btn ul li {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 0 0 65px;
    text-align: left;
}

.head-btn ul li img {
    margin: 0 !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
}

.head-btn ul li span {
    display: block;
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

.head-btn ul li a {
    color: #000;
    font-size: 1.375rem;
    font-weight: 500;
}

.head-btn ul li:last-child {
    margin-left: 30px;
}
.asection6 img {
    animation: scaleup 5s infinite linear;
}

.info-social ul li a:hover img {
    filter: brightness(0) invert(1);
}


@keyframes slidein {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(100%);
  }
	100%{
		transform: translateX(0%);
	}
}



@keyframes slideright {
  0% {
    transform: translateX(0%);
  }

  50% {
    transform: translateX(-100%);
  }
	100%{
		transform: translateX(0%);
	}
}



@keyframes ins1 {
  0% {
    transform: translateX(0%) translateY(0%) rotate(0deg);
  }
  50% {
    transform: translateX(2%) translateY(5%) rotate(10deg);
  }
	100%{
		 transform: translateX(0%) translateY(0%) rotate(0deg);
	}
}

@keyframes ins2 {
 0% {
    transform: translateX(0%) translateY(-10%) rotate(0deg) scale(0.9);
  }
  50% {
    transform: translateX(2%) translateY(0%) rotate(-10deg) scale(1.08);
  }
	100%{
		 transform: translateX(0%) translateY(-10%) rotate(0deg) scale(0.9);
	}
}

@keyframes scaleup {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.08);
  }
	100%{
		 transform: scale(0.9);
	}
}


@media  (max-width : 980px ){
	
	.head-btn {
    display: none;
}

header#top::before {
    height: 100%;
    background: #fff;
}

div#header-outer {
    background: #fff;
    border-top: 5px solid #e6b632;
}

header#top {
    border: none;
}

#header-outer[data-format=centered-menu-under-logo] #top #logo {margin: 0;}
	
	
	.wpb_row.full-width-section {
    padding: 50px 0 !important;
}
	
	.asection8 .info-test {
    padding: 0 10px;
}

.asection1.wpb_row.full-width-section {
    padding: 50px 0 !important;
    text-align: center;
}

.asection1 .row-bg.viewport-desktop {background-position: 0;}

.info-banner h1 {
    font-size: 2.5rem;
    line-height: 38px;
}

.info-banner h6 {
}

.info-banner h5 br {
    display: none;
}

.info-banner h5 {
}

.info-banner h1::before {
    background-size: 70%;
    right: 0;
}

.info-banner h6::before {
    background-size: 70%;
    top: -40px;
}

h2 {
    font-size: 2.5rem;
    line-height: 40px;
}

.asection2 h2 {
    line-height: 40px;
    margin-bottom: 30px !important;
}

h2 br {
    display: none;
}

.asection2 .row-bg.viewport-desktop {
    background-position: 0;
}

.asection3::before,.asection3::after {
    display: none;
}

.info-text2 h2 {
    font-size: 2.3rem;
    margin-bottom: 10px;
}

.asection3 .info-text h5 br {
    display: none;
}

.asection3 .info-text h5 {
    font-size: 1.25rem;
}

.info-ser .vc_column-inner {
    padding: 30px 20px;
}

h6 {
    font-size: 1.125rem;
}

.asection4 .info-choose {
    padding: 20px 0;
}

.info-choose h5, .info-choose h4 {
    display: inline-block;
    margin: 0;
}

.info-choose h5 img {
    margin: 0 !important;
}

.info-choose h4 {
    margin: 0 0 0 10px;
}

.info-choose .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.asection5.wpb_row.full-width-section {
    padding: 50px 0 !important;
}

.info-section .vc_column-inner {
    padding: 30px 20px;
}

.info-section .vc_column-inner h4 {
    font-size: 1.85rem;
    line-height: 32px;
    margin: 0 0 15px;
}

.info-section .vc_column-inner h4 br {
    display: none;
}

.info-section .vc_column-inner p {
    font-size: 1rem;
    line-height: normal;
    margin: 0 !important;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {}

.asection6 img {
    animation: none;
    transform: scale(0.8) !important;
}

.asection6 .cta-rowin::before {
    width: 100%;
    left: 0;
}

.asection6.wpb_row.full-width-section {
    padding: 70px 0 !important;
    text-align: center;
}

.asection6 h2 {
}

.asection6 .img-with-aniamtion-wrap {
    margin-top: 0;
}

p br {
    display: none;
}

.info-text {
    margin-bottom: 20px !important;
}

.info-loc h4, .info-loc h4 a {
    font-size: 1.35rem;
}

.subs-form input[type=email] {
    width: 100%;
}

.subs-form .tnp-field.tnp-field-email {
    width: 100%;
    margin: 0 0 10px;
}

.subs-form .tnp-field.tnp-field-button {
    width: 100%;
    margin: auto;
    display: table;
}

.foot-section.wpb_row.full-width-section {
    padding: 50px 0 10px !important;
}
	
}

