.site-header {
  background-color: #151516 !important;
}

ul#primary-menu ul ul {
    top: 0 !important;
	left: 100% !important;
}

.career-link a:after {
   content: "We are hiring";
    margin-left: 6px;
    font-style: italic;
    transition: all .3s;
    color: #7fc2bc;
    font-family: 'Caveat', cursive;
}

.career-link a:hover:after {
	color: #2faed3;
}

	.tg-primary-menu > div ul li ul a {
    color: #000 !important;
}

.site-footer {
  background-color: #202020 !important;
	padding: 5px 0;

}

.tg-site-header-bottom .tg-container {
  overflow: visible !important;
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
}

.site-branding {
  margin-right: 5px;
}


.last-child a, .last-child.cart-icon a {
  white-space: nowrap;
  padding: 8px 20px 8px 45px;
  margin-left: 5px;
}


@media screen and (max-width: 1080px) and (min-width: 800px) {
  .tg-primary-menu > div > ul > li {
    margin: 2px;
  }
  
  .tg-primary-menu > div ul li a {
    padding: 8px 5px;
  }
}

.tg-site-header-bottom .tg-container {
    overflow: initial;
}

body .tg-primary-menu > div ul li ul {
    border: none;
    width: 290px;
    left: 0;
    top: 150%;
    transition: all .1s;
    opacity: 0;
    visibility: hidden;
}

.tg-primary-menu > div ul li ul li {
    border-bottom: none;
}

.tg-primary-menu > div ul li ul li a:hover{
    color: #32a5c9 !important;
}

.tg-site-footer-widgets .current-menu-item a {
	 color: #32a5c9 !important;
}

.tg-primary-menu > div ul li ul li:nth-child(even) {
    background-color: rgb(222 218 209 / 30%);
}
body .tg-primary-menu > div ul li:hover > ul, 
body .tg-primary-menu > div ul li.focus > ul {
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 100%;
}

p.footer-text {
    margin: 6px 0 0 0;
	padding-left: 30px;
}

@media screen and (max-width: 1000px) and (min-width: 720px) {
	.tg-primary-menu > div > ul > li {
    margin: 7px;
}
	
	.tg-primary-menu > div ul li a {
		font-size: 12px;
	}
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

/* mobile-menu */

.tg-mobile-navigation a {
    word-break: initial;
}

.tg-mobile-navigation ul li a {
    font-weight: bold 	!important;
}

.tg-mobile-navigation ul li a:not([href^="tel"]) {
    color: #111111 !important; 
    opacity: 1 !important;     
}

.tg-mobile-navigation ul ul li a:not([href^="tel"]) {
    color: #555555 !important; 
    opacity: 1 !important;     
}

/* footer style */

.tg-footer-widget-area ul.menu li a {
   font-family: Poppins;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 0;
    padding-left: 23px;
	position: relative;
	font-weight: 300;
}
.tg-footer-widget-area ul.menu li a:before {
    content: "\f101";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}
.tg-footer-widget-area ul.menu li {
	border-bottom: none;
}

.tg-footer-widget-area p {
	font-size: 14px;
	font-weight: 300;
}

@media (min-width: 920px) {
	.tg-footer-widget-area.footer-sidebar-4 {
    width: 33% !important;
}
	
	.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
    width: calc(23% - 30px);
}
	
	.solar-incentives-banner {
    padding-bottom: 10px !important;
}
}

.site-branding img {
    max-width: 200px;
}
.single-review-page ul {
    list-style: disc;
}
.tg-site-header-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
}

.solar-items-list a:hover {
    color: #282828;
}

.elementor-star-rating__title {
    order: 2;
    margin-left: 10px;
    margin-top: 5px;
}

/* home page */

.absolute-section-home {
    position: absolute;
    right: 0;
    height: 300px;
    width: 580px;
}
.title-divider span.elementor-divider-separator {
	border-radius: 10px;
}

.home-page-counter p {
    height: 40px;
    width: 40px;
    background: #00afd6;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
}

@media (max-width: 920px) {
	
	.home-page-counter p {
		margin: 0 auto 20px;
	}
	.single-post .elementor-toc__header {
    padding-bottom: 25px !important;
}
}

@media (max-width: 1120px) {
	.absolute-section-home {
		display: none;
	}
}


/* top solar companies */

.items-counter  p{
	position: absolute;
    z-index: 99;
    background: #006d3e;
    width: 40px;
    margin: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    left: -8px;
    top: -15px;
}

.inline-items {
    display: inline;
    width: 50% !important;
}

.inline-items p {
	margin-bottom: 0;
}

.circle{
 color: #000 !important;
    margin-right: 12px;
    width: 40px;
    background: #fff;
    height: 40px;
    border-radius: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .3s;
 }

.circle:hover {
	background: #2FAED3;
	color: #fff !important;
}

 .link-color {
    color: #fff !important;
    font-weight: 300;
    line-height: 1.4em;
    padding-left: 12px;
   }

.first-widget-footer .fa a,
.first-widget-footer{
	font-family: Poppins;
    font-size: 15px;
    line-height: 27px;
}


.tg-site-footer-section-1,
.link-color{
    margin-right: 0 !important;
    font-size: 14px;
	font-family: Poppins;
	font-weight: 300;
}


.tg-footer-widget-area .widget,
.margin-bottom-0,
.margin-bottom-0 p{
    margin-bottom: 0;
}

.tg-footer-widget-container.tg-footer-widget-col--three {
    padding: 0;
}

.solar-items-list img {
   max-height: 80px;
    object-fit: contain;
    width: 100% !important;
    max-width: 190px !important;
}

.o-flow-hidden {
	overflow: hidden;
}

.solar-items-list li.elementor-icon-list-item {
	align-items: flex-start;
}

.solar-items-list li.elementor-icon-list-item i {
	line-height: 1.8;
}

.image-sige-220 img {
	max-width: 220px;
    height: 125px;
    object-fit: cover;
}

/* mobile style */

@media(max-width: 1260px) {
	div#absolute-section {
    display: none;
}
}

@media (max-width: 1240px) {
.tg-container {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    max-width: 100%;
}
}

.elementor-template-full-width main#main .tg-container,
.home.vc_responsive.elementor-template-full-width main#main .tg-container,
.page-id-2120.vc_responsive.elementor-template-full-width  main#main .tg-containe,
.page-template-pagebuilder.page-template-page-templatespagebuilder-php.page  main#main .tg-containe {
	 width: 100%;
    max-width: 100% !important;
}

/* 	.vc_responsive.elementor-template-full-width main#main .tg-container {
		max-width: 1140px !important
	} */

@media (max-width: 1240px) {
	.tg-container {
		overflow: hidden;
	}
}

@media (max-width: 920px) {
		.dce-posts-wrapper.dce-wrapper-grid > article {
    flex: 0 0 50% !important;
}
}

@media (max-width: 720px) {
	.change-position-mobile > div {
    display: flex;
    flex-wrap: wrap;
		align-items: center;
}
	
	.change-position-mobile > div  > .elementor-widget-image,
	.solar-rating{
		flex: 0 0 50%;
	}
	.solar-rating-number,
	.solar-rating-by{
    padding-left: 50%;
}
	
	

	
	.tg-footer-widget-area {
    flex: 0 0 50%;
    max-width: 50%;
}
	.tg-footer-widget-container.tg-footer-widget-col--three {
		flex-direction: row;
	}
	
	.tg-footer-widget-area.footer-sidebar-3 {
    flex: 0 0 100% !important;
    max-width: 100%;
}
	

	
	.first-widget-footer .fa a, .first-widget-footer {
    font-size: 13px;
}
	
	.site-footer {
    padding: 5px 0 0 0;
}
	
	.tg-footer-widget-area.footer-sidebar-2 {
    padding-left: 0;
}
	
	.tg-footer-widget-area {
		max-width: 100%;
		flex: 0 0 100%;
		padding-bottom: 20px;
	}
} 


.single-post header.tg-page-header.tg-page-header--both-left,
.sharedaddy {
    display: none;
}

/* review single page */

.single-review-page h4 {
    color: #006d3e;
    font-weight: 700;
    font-size: 28px;
    margin-top: 25px;
}

.single-review-page ul {
    padding-left: 28px;
}

.single-review-page  h5 {
  margin-top: 20px;
    margin-bottom: 5px;
    color: #00AF6A;
    font-weight: 600;
    font-size: 19px;
}
}

.solar-rating.solar-rating-single {
	flex: 0 0 100%;
}

.elementor-reverse-mobile .elementor-widget-image img { 
      mix-blend-mode: darken;

}

.single-review-page p ,
.single-review-page,
.single-review-page p span {
	font-family: Poppins !important;
	font-weight: normal;
    line-height: 1.6;
}

.solar-single-post-content .elementor-widget-container {
	padding: 10px 0 0 !important;
}

@media (max-width: 630px) {
	.single-review-page h4{
		margin-top: 25px;
		font-size: 22px;
	}
	
	.single-review-page .elementor-widget-container {
			font-size: 14px;
	}
	.single-review-page ul {
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
}


/* post single page */

.single-post-header .dce-user_content {
    display: flex;
}

.single-post-header .user-avatar {
    width: 80px;
}

.single-post-header .user-nickname.tx-el{
    color: #fff;
    margin-left: 15px;
    font-weight: 700;
    font-size: 21px;
}

.article-single-page-content p span {
	color: #000000 !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 26px;
}

.article-single-page-content p {
    margin-bottom: 12px;
}

.article-single-page-content .elementor-widget-heading .elementor-widget-container {
    padding-top: 5px !important;
}

.single-post-header .dynamic-content-for-elementor-date {
    margin-left: 96px;
    margin-top: -66px;
	margin-bottom: 0;
}

.single-post-header .elementor-container {
    align-items: center;
}

@media (max-width: 680px) {
	.article-single-page-content h2,
	.article-single-page-content h3 {
		font-size: 21px !important;
    font-weight: 700;
    line-height: 1.4;
	}
	
	.article-single-page-content .elementor-widget-container {
		padding-top: 0 !important
	}
	.article-single-page-content p {
		margin-bottom: 10px;
	}
	
	.article-single-page-content .dce-posts-wrapper.dce-wrapper-grid > article {
    flex: 0 0 100% !important;
    padding-bottom: 0 !important;
		margin-bottom: 20px;
}
	.article-single-page-content ul {
		margin-left: 30px !important;
	}
}

@media (min-width: 720px) {
	.single-blog-meta {
    margin-left: -120px;
	}
	
	div#image-col {
    width: calc(50% + 120px);
}
	
	div#image-col .dce-featured-image {
		 width:100%;
	}
	
	div#image-col .dce-featured-image img {
		width: 100%;
    object-fit: cover;
	}
}

.current-page-ancestor a {
    color: #32a5c9!important;
}

.count-number p {
    margin: 0;
    
}


@media (max-width: 720px) {
	.count-number.first p {
	margin-top: -15px;
}
}

ul#dce-breadcrumbs li.item-current span {
    color: #00AFD6 !important;
}

ul#dce-breadcrumbs li {
	font-weight: 600;
}

.first-widget-footer a.fa {
    color: #23ab70;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 920px) {
	.col-has-custom-gap > div > div {
    width: 24% !important;
}
	
	.col-has-custom-gap-large  > div > div {
		width: 49.2% !important;
	}

}


.col-has-custom-gap > div,
.col-has-custom-gap-large  > div{
	justify-content: space-between;
	border-radius: 0 0 10px 10px;
	padding: 0 15px 15px 15px;
}
.incentives-cta-calculator-page {
	max-width: 1140px;
	margin: auto;
}

@media (max-width: 920px) {
	.incentives-cta-calculator-page {
    max-width: 90%;
    margin: auto;
    background-position: 62% 46%!important;
}
}

@media (max-width: 560px) {
	.incentives-inner-sections .elementor-widget-container {
			margin-bottom: 20px;
	}
	
		.incentives-inner-sections .elementor-widget-container p {
			margin-bottom: 0;
	}
	
	.incentives-inner-sections {
		margin-top: -15px !important
	}
}

.incentives-inner-sections a {
    text-decoration: underline;
}

.incentives-inner-sections img {
    max-width: 220px;
}



/* single post */
.single-post .solar-single-post-content h2{
    font-size: 24px !important;
    color: #000 !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 600 !important;
		    line-height: 31px;
	margin-bottom: 0;
	display: inline-block;

}

.single-post .solar-single-post-content h3{
    font-size: 21px !important;
    color: #000 !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 600 !important;
		    line-height: 31px;
	display: inline;
}

.solar-single-post-content .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.solar-single-post-content h2,
.solar-single-post-content h3 {
    margin: 10px 0 10px 0;
}

.solar-single-post-content p,
.solar-single-post-content div {
    font-family: "Poppins", Sans-serif !important;
}

.single-post .solar-single-post-content p {
	margin-bottom: 10px;
}

.single-post .solar-single-post-content ul {
	margin-bottom: 10px;
}

.single-post .solar-single-post-content h1 {
    font-size: 28px !important;
    color: #000 !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 600 !important;
		    line-height: 32px;

}

.single-post .solar-single-post-content h4 {
	font-size: 20px !important;
    color: #000 !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 600 !important;
    line-height: 27px;
	margin-bottom: 10px;
	display: inline-block;
}

.single-post .solar-single-post-content span {
	font-family: "Poppins", Sans-serif !important;
}

.single-post .solar-single-post-content h4.elementor-toc__header-title {
    font-size: 24px !important;
}
.single-post .solar-single-post-content p ,
.single-post .solar-single-post-content div {
	font-weight: 400!important;
	color: #000 !important;
}



.single-post .single-blog-meta p,
.single-post .single-blog-meta div,
.single-post footer p ,
.single-post footer div{
	color: #fff !important;
	
}
.single-post .single-blog-meta h2 {
    color: #fff !important;
    font-size: 32px !important;
}

.single-post .elementor-toc__header {
    padding-bottom: 0;
}

.single-post h4.elementor-toc__header-title {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
	.incentives-cta .elementor-container .elementor-column:first-child {
			width: 80%;
	}
	.incentives-cta  {
		background-position: 78px -205px !important;
	}
	
/* 	.tg-footer-widget-container.tg-footer-widget-col--four > div {
    max-width: 300px;
    flex: 0 0 300px;
} */
}

@media (max-width: 767px) {
	.incentives-cta  {
		background-position:     background-position: 10px 73px; !important;
	}
	
	.solar-incentives-banner {
		padding-bottom: 20px !important;
	}

	.solar-sub-header .elementor-widget-image img {
		max-width: 100% !important;
	}
	
	.solar-sub-header .elementor-widget-image .elementor-widget-container,
	.solar-banner-image .elementor-widget-container{
		padding-right: 0 !important;
	} 
}

.solar-incentives-banner p {
    margin-bottom: 0;
}
.solar-incentives-banner .elementor-icon {
    font-size: 150px !important;
}

.solar-state-incentives-section p,
.solar-state-incentives-section div{
    font-size: 16px;
    color: #000;
}

.count-number p {
	font-size: 26px !important;
}
@media (min-width: 720px) {
.solar-sticky-sidebar > div {
  
    top: 0;
}
}

.savings-form-button .elementor-button-icon,
.solar-form-button .elementor-button-icon{
    display: none;
}

.elementor-toc__list-item-text-wrapper a {
    font-size: 16px;
}

span.elementor-post-avatar {
    display: none;
}

.solar-post-sub-heading span {
    font-size: 21px !important;
    color: #000 !important;
    font-family: "Poppins", Sans-serif !important;
    font-weight: 600 !important;
    line-height: 31px;
	margin-right: 4px;
	display: inline !important;
}

/* .solar-post-sub-heading .elementor-heading-title {
	display: flex;
    align-items: baseline;
}
 */
.elementor-toc__list-item-text-wrapper {
   align-items: flex-start !important;
}
.customer-login a{
	 background: #fff;
    color: #000 !important;
    padding: 8px 16px;
    border-radius: 25px;
}


.last-child a {
    background: #fff;
    color: #000 !important;
    padding: 8px 20px 8px 35px;
    border-radius: 25px;
    transition: all .3s;
    background-image: url(https://solarsesame.com/wp-content/uploads/2022/09/call.png);
    background-size: 12px;
    background-position: 16px center;
    background-repeat: no-repeat;
}
	.last-child.cart-icon a {
		background: #fff;
    color: #000 !important;
    padding: 8px 20px 8px 45px;
    border-radius: 25px;
    transition: all .3s;
    background-image: url(https://solarsesame.com/wp-content/uploads/2023/04/shopping-cart.png);
    background-size: 16px;
    background-position: 16px center;
    background-repeat: no-repeat;
		font-weight: bold;
    font-size: 16px;
	}

	.last-child.cart-icon a:hover {
				background: #006D3E;
    color: #fff !important;
    padding: 8px 20px 8px 45px;
    border-radius: 25px;
    transition: all .3s;
    background-image: url(https://solarsesame.com/wp-content/uploads/2023/04/shopping-cart-1.png);
    background-size: 16px;
    background-position: 16px center;
    background-repeat: no-repeat;
	}




.last-child a:hover{
	background: #006D3E;
	color: #fff !important;
	 background-image: url(https://solarsesame.com/wp-content/uploads/2022/09/call-1.png);
	 background-size: 12px;
    background-position: 16px center;
    background-repeat: no-repeat;
}

@media (max-width: 620px) {
	.last-child a {
		text-align: center;
    display: inline-block;
    margin-top: 20px;
		background: #006D3E;
		color: #fff !important;
		 background-image: url(https://solarsesame.com/wp-content/uploads/2022/09/call-1.png);
	 background-size: 12px;
    background-position: 16px center;
    background-repeat: no-repeat;
	}
	

}

.tg-primary-menu > div > ul > li.tg-menu-item-cart,
.post-type-archive-product header.tg-page-header.tg-page-header--both-left,
.single-product header.tg-page-header.tg-page-header--both-left,
.woocommerce-page header.tg-page-header.tg-page-header--both-left {
	display: none;
}



/* floating team */

.floating-team {
   position: fixed;
    z-index: 999999;
    right: 40px;
    box-shadow: 0px 8px 24px rgb(0 0 0 / 15%);
    height: 130px;
    width: 340px;
    border-radius: 18px;
    background-color: #242323;
    overflow: hidden;
    top: 120px;
	display: none;
}

.admin-bar .floating-team  {
	top: 150px;
}

.home .floating-team {
	display: block;
}

.floating-team-content > div {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.floating-team h2 {
	display: none;
}
.floating-team-content img {
	height: 130px;
    object-fit: cover;
    width: 120px;
}
.floating-team-content > div div {
    flex: calc(100% - 120px );
    max-width: calc(100% - 100px );
	color: #fff;
	padding: 10px 20px;
}

.floating-team-content h3 {
    color: #fff;
    font-size: 15px;
    margin: 2px 0 5px;
	line-height: 1;
	font-weight: 600;
}

.floating-team-content span,
.floating-team-content p{
    margin: 0;
    font-size: 9px;
    font-weight: 300;
    line-height: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
	color: rgba(255, 255, 255, 0.6);
}

.floating-team-content p {
	margin-top: 12px;
	
}

.floating-team-content a {
    color: #79DAEA;
    font-size: 10px;
    display: block;
	font-weight: 600;
}

@media (max-width: 720px) {
	.home .floating-team + div#page  #banner {
padding-top: 160px !important;
	}
	
	.floating-team {
		width: 90%;
		left: 0;
		right: 0;
		margin: auto;
		top: 92px;
		position: absolute; 
	}
	
	.scrolled .floating-team {
/* 		top: 0 !important; */
	}
	.admin-bar .floating-team  {
/* 	top: 0; */
}
}

/* archive team */
.post-type-archive-team div#content {
    margin-top: 0;
} 
.post-type-archive-team main#main .tg-container {
    max-width: 100%;
	padding: 0;
}
.post-type-archive-team  header.tg-page-header.tg-page-header--both-left {
	display: none;
}

.archive-team-banner {
    width: 100%;
    background: url(https://solarsesame.com/wp-content/uploads/2022/12/Image.png) #d3f3f8;
    background-size: cover;
    background-position: center;
    height: 65vh;
	display: flex;
    align-items: center;
	margin-top: -35px; 
}

.archive-team-banner-content {
   max-width: 1140px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}
.archive-team-banner-content-inner {
    max-width: 400px;
}

.archive-team-banner-content-inner h2 {
    color: #181831;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2em;
}

input.search-consultant {
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    height: 55px;
    margin-bottom: 20px;
}

input.team-submit-btn {
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #006D3E;
    border-radius: 6px 6px 6px 6px;
    padding: 15px 30px 15px 30px;
    display: block;
    width: 100%;
}

.archive-team {
   display: flex;
    width: 100%;
    max-width: 1140px;
    margin: 40px auto 0;
	flex-wrap: wrap;
}

h2.team-heading,
h2.archive-team-post-heading{
    flex: 100%;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 700;
	margin-top: 0;
}


.floating-team.archive-team-box {
 display: flex;
    position: relative;
    right: auto;
    top: auto;
    z-index: 1;
    width: 32%;
    height: auto;
    margin: 6px;
}

.floating-team.archive-team-box  .floating-team-content img {
    height: 155px;
    object-fit: cover;
    width: 120px;
}

.floating-team.archive-team-box > a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.archive-team-post {
    flex: 100%;
    max-width: 1140px;
    margin: 40px auto 0;
}

.feature-resources-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
	margin: 0 -10px;
}

.feature-resources {
    max-width: 33.33%;
    padding: 0 10px;
}

a.feature-resources-img {
    display: block;
    max-height: 200px;
    overflow: hidden;
    border-radius: 10px;
}
a.feature-resources-img img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.feature-resources-inner h2 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

.archive-team-box-wrapper {
    flex: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

button.load-more-team {
    background: transparent;
    color: #23ab70;
    font-weight: 500;
    text-align: center;
}

.load-more-team-wrapper {
    flex: 100%;
    text-align: center;
    margin-top: 20px;
}
button.load-more-team .fa-spin {
    display: none;
}
button.load-more-team.loading .fa-spin {
    display: inherit;
}

.archive-team-post-inner {
    max-width: 1140px;
    margin: auto;
}
.archive-team-post {
	max-width: 100%;
	width: 100%;
}


@media (max-width: 720px) {
	.archive-team,
	.archive-team-post{
    padding: 0 15px;
}
	.floating-team.archive-team-box,
	.feature-resources{
		flex: 100%;
		width: 100%;
		max-width: 100%;
	}
	
	.floating-team.archive-team-box .floating-team-content img {
		width: 90px;
	}
	
	.archive-team-banner {
		background: url(https://solarsesame.com/wp-content/uploads/2023/01/sunrise-beautiful-park-1.png) #d3f3f8;
		margin-top: 0;
		height: auto;
		padding: 70px 0;
		background-position: 69% 0px;
		
	}
}

.post-type-archive-team .tg-site-header {
	z-index: 99999;
    position: relative;
}


li.menu-item.tg-menu-item.tg-menu-item-cart {
    display: none;
}

.hide-for-now {
    display: none;
}



@media screen and (min-width: 900px) {
.tg-site-header-bottom {
    padding-top: 20px !important;
}
	
	.last-child a {
	position: relative;
}

.last-child a:before {
    content: "become Energy Independent Today";
    position: absolute;
    top: -23px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    width: 206px;
    left: -30px;
    right: 0;
    margin: auto;
}

}


body span {
	
	display: inline;
}

/* ipad air */

@media screen and (max-width: 1080px) and (min-width: 800px) {
	.site-branding img {
    max-width: 130px;
}
	
	.tg-site-header--left .tg-block--two {
    margin-left: 10px;
}
	
	.tg-primary-menu > div > ul > li {
    margin: 5px;
}
	
	.last-child.cart-icon a {
		background-image: none;
		font-size: 12px;
		padding: 8px 20px 8px 20px;
	}
}


