/*
Theme Name: Landscaper Pro
Theme URI: https://prothemes.ramblinjackson.com
Version: 1.0
Description: A Beaver Builder child theme for Landscapiong Companies.
Author: The Ramblin Jackson Dev Team
Author URI: https://prothemes.ramblinjackson.com
template: bb-theme
*/

/* Google Ads Landing Page Styles
---------------------------------------------------- */

.lander-zip .ginput_container_address span {
  flex: 0 0 99% !important;
}

.comparison-wrap .pp-image-comp{
  border-style: solid;
  border-radius:2px;
  background-clip: border-box;
  border-color: var(--l-pro-base-100);
  border-top-width: 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-left-width: 5px;
  box-shadow: 0px 1px 10px 0px var(--l-pro-base-700);
}

.gallery .pp-swiper-button svg {
  filter: drop-shadow(1px 1px 3px var(--l-pro-base-700));
}

/* Menu Button */
.menu > li.menu-button > a{
	color: var(--l-pro-base-100) !important;
	background-color:var(--l-pro-action) !important;
	border-radius:100px !important;
}

.menu > li.menu-button > a:hover{
	text-decoration:none !important;
	color: var(--l-pro-base-100) !important;
	background-color:var(--l-pro-action-alt) !important;
	border-radius:100px !important;
}

/* Responsive Menu */
.fl-menu-mobile-clone {
	width: 100%;
}

.fl-menu-mobile-clone .fl-module-content {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

/* Button Animation */
.button,
.fl-button,
li.menu-button > a{
    transition: all 0.2s ease-in-out;
}

/*Heading Prefix Spacing*/
.heading-title,
.pp-heading-prefix{
  margin-top: 0;
  margin-bottom: 0;
}

/* Page Template Styles
---------------------------------------------------- */

/* Themer Headers
---------------------------------------------------- */
/* Center Aligned Logo */
header .fl-logo-img {
	max-width: 180px !important;
  position:relative;
  z-index:99;
}

body:not(.fl-builder-edit) header .fl-row:not(.fl-visible-medium):not(.fl-visible-mobile) .fl-col-group-nested {
	min-height:0 !important;
	height:0;
}

body:not(.fl-builder-edit) .centered-header-widgets {
  position: relative;
  bottom:-40px;
  z-index: 1; /* Keeps it below the nav */
  transition: all 0.4s ease-in-out, background-position 1ms;
}

body:not(.fl-builder-edit) .fl-theme-builder-header-shrink-row-bottom .centered-header-widgets {
  bottom: -15px;
  padding-right:15px;
  padding-left:15px;
}

.fl-theme-builder-header-shrink-row-bottom .fl-col.centered-logo,
.fl-col.centered-logo {
  position: relative;
  z-index: 10; /* Ensures nav stays clickable */
}

.centered-logo .fl-menu-horizontal {
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center;
	width: 100%;
}

.centered-logo .menu {
	justify-content: space-around !important;
}

.centered-logo .fl-menu ul.menu > li.menu-item{
	padding-top:40px !important;
}


/* Custom Module Styles
---------------------------------------------------- */ 

/* Mountain View V1 Headings - Smart Heading Module */
.primary-outline.white .pp-primary-title, 
.secondary-outline.white .pp-secondary-title {
	display: inline-block !important;
	width: auto;
	padding: 0;
	border-top: 1px solid var(--l-pro-base-100);
	border-bottom: 1px solid var(--l-pro-base-100);
}

.primary-outline.dark .pp-primary-title, 
.secondary-outline.dark .pp-secondary-title {
	display: inline-block !important;
	width: auto;
	padding: 0;
	border-top: 1px solid var(--l-pro-base-800);
	border-bottom: 1px solid var(--l-pro-base-800);
}

/* Mountain View V3 Headings - Smart Heading Module */
.single.secondary-outline .pp-heading-content .pp-heading .heading-title .pp-primary-title {
	font-size: 19px !important;
	padding-bottom: 10px !important;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.3em;
	text-wrap: balance;
}
 
.single.secondary-outline .pp-secondary-title,
.single.primary-outline .pp-primary-title
 {
	display: inline-block !important;
	width: auto;
	padding: 5px 0 0;
	border-top: 2px solid var(--l-pro-accent);
}

/* Services Slider - Content Slider Module */ 
.services .fl-slide .fl-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center; /* maintains left alignment of text */
  min-height: 450px; /* or whatever height your slide should be */
  padding-top:0 !important;
}

.services .fl-slide-photo .fl-slide-photo-img {
	object-fit: cover !important;
	min-height: 450px;
}

.services .fl-slide-foreground {
	display:flex;
	align-items:center;
}

.services .fl-content-slider-navigation .slider-prev {
	left: -20px;
}

.services .fl-content-slider-navigation .slider-next {
	right: -10px;
}

.services .fl-content-slider-navigation a {
	position: absolute;
	display: inline-block;
	opacity: 1 !important;
}

.services a.slider-next:hover,
.services a.slider-prev:hover,
.services a.slider-next:focus,
.services a.slider-prev:focus{
	background-color:transparent !important;
}

.services .fl-content-slider-svg-container {
	background-color: var(--l-pro-base-100);
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border:2px solid var(--l-pro-action);
	-webkit-transition: background 1s ease-out !important;
    transition: background 1s ease-out !important;
}

.services .fl-content-slider-svg-container:hover {
	background-color: var(--l-pro-action);
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border:2px solid var(--l-pro-action);
}

.services .fl-content-slider-navigation .slider-prev,
.services .fl-content-slider-navigation .slider-next{
	-webkit-transition: fill 1s ease-out !important;
    transition: fill 1s ease-out !important;
}

.services .fl-content-slider-navigation .slider-prev:hover path,
.services .fl-content-slider-navigation .slider-next:hover path{
	fill: var(--l-pro-base-100) !important;
}

/* Portfolio Grid Slices - Power Pack Gallery Module */
.slice-portfolio-grid .pp-photo-gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.slice-portfolio-grid .pp-photo-gallery .pp-photo-gallery-item {
	width: 100% !important;
	max-width: 100%;

	-webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    
	text-decoration: none;
	overflow: hidden;

	-webkit-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.slice-portfolio-grid .pp-photo-gallery .pp-photo-gallery-item:hover,
.slice-portfolio-grid .pp-photo-gallery .pp-photo-gallery-item:focus {
	-webkit-flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}
.slice-portfolio-grid .pp-photo-gallery:hover .pp-photo-gallery-item,
.slice-portfolio-grid .pp-photo-gallery:focus .pp-photo-gallery-item {
	opacity: 0.6;
}
.slice-portfolio-grid .pp-photo-gallery:hover .pp-photo-gallery-item:hover,
.slice-portfolio-grid .pp-photo-gallery:focus .pp-photo-gallery-item:focus {
	opacity: 1;
}
.slice-portfolio-grid .pp-photo-gallery-item .pp-photo-gallery-content {
	height: 451px;
}
.slice-portfolio-grid .pp-photo-gallery-content > a {
	position: relative;
}
.slice-portfolio-grid .pp-photo-gallery .pp-gallery-img {
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  width: auto;
  height: 451px;
  max-width: none;
	transition: all 400ms ease-in-out;
}
.slice-portfolio-grid .pp-photo-gallery .pp-photo-gallery-item .pp-gallery-img,
.slice-portfolio-grid .pp-photo-gallery .pp-photo-gallery-item .pp-gallery-img {
	width: 100% !important;
	object-fit: cover;
	object-position: center;
}

/* Process Module - Tabs Module */
.process h4{
  font-weight:400;
  font-size:24px;
  color: var(--l-pro-base-800);
}
.process .pp-tabs-label.pp-tab-active{
  color: var(--l-pro-action) !important;
}
.process .pp-tabs{
  display:flex;
  flex-direction:column;
}
.process .pp-tabs-panels{
  order:2;
}
.process .pp-tabs-horizontal .pp-tabs-labels {
  width: 68%;
  order:1;
  margin-top: 20px;
}
.process .pp-tabs-style-7 .pp-tabs-label .pp-tab-label-inner{
  border:none !important;
}
.process .pp-tabs-style-7 .pp-tabs-label .pp-tab-label-inner::before{
  position: absolute;
  top: 0 !important;
  left: 50%;
  margin-left:-5px;
  content: '';
  width: 10px !important;
  height: 10px !important;
  background: var(--l-pro-action);
  border:none !important;
  border-radius: 50%;
  pointer-events: none;
  z-index:9999;
}
.process .pp-tabs-label.pp-tab-active .pp-tab-label-inner::before {
  background: var(--l-pro-action) !important;
  border: none !important;
}
.process .pp-tabs-labels::before{
  position:absolute;
  top:4px;
  left:40px;
  z-index:0;
  content:'';
  width:83%;
  margin:0 auto;
  height:2px;
  background-color: var(--l-pro-action-alt);
}
.process .pp-tabs-style-7 .pp-tabs-label.pp-tab-active .pp-tab-label-inner::before {
  outline: 8px solid rgba(0,126,24, 0.2) !important;
}
.mobile-label {
  display: none !important;
}

/* Clickable Columns */
.clickable-col {
  transition: all 0.3s ease;
}

.clickable-col:hover{
	transform: translateY(-10px);
}

/* Inline Lists */
.inline-list .fl-module-content ul{
  padding-left:0;
}

.inline-list .fl-module-content li {
	list-style-type: none;
	display: inline;
	position: relative;
	overflow-wrap: normal;
	white-space: nowrap;
}

.inline-list .fl-module-content li:not(:last-of-type)::after {
	content: "";
	width: 1px;
	height: 12px;
	background-color: #414042;
	display: inline-block;
	margin-left: 10px;
	margin-right: 8px;
}

/* Back To Top Button */
body #fl-to-top {
    background-color:var(--l-pro-action-alt);
    bottom: 68px;
    right:44px;
    width: 60px;
    height: 60px;
    border-radius:100px;
}

body #fl-to-top i {
    top: calc(50% - 16px);
    left: calc(50% - 14px);
    font-size: 32px;
    line-height: 1;
}

body #fl-to-top:hover {
    background-color: var(--l-pro-action);
}


/* Responsive Styles
---------------------------------------------------- */ 

@media only screen and (max-width: 1024px) {
  /* Hamburger Menu */
  /* Hide the original SVG */
  .fl-menu-icon svg {
    display: none;
  }
  .fl-menu .fl-menu-mobile-toggle {
    font-size:0 !important;
  }
  /* Use the span as the middle bar */
  .fl-menu-icon {
    display: block !important;
    width: 28px !important;
    height: 2px !important;
    background: currentColor;
    border-radius: 2px;
    position: relative;
    transition: background 0.3s ease;
  }
  /* Top and bottom bars */
  .fl-menu-icon::before,
  .fl-menu-icon::after {
    content: '';
    display: block !important;
    width: 28px !important;
    height: 2px !important;
    background: currentColor;
    border-radius: 2px;
    position: absolute;
    transition: all 0.3s ease;
  }
  .fl-menu-icon::before { top: -9px; }
  .fl-menu-icon::after  { top: 9px; }

  /* Active state - X */
  .fl-active .fl-menu-icon {
    background: transparent; /* hide middle bar */
  }

  .fl-active .fl-menu-icon::before {
    transform: translateY(9px) rotate(45deg);
  }

  .fl-active .fl-menu-icon::after {
    transform: translateY(-9px) rotate(-45deg);
  }

  /* Mobile Only Labels */
  .mobile-label {
    display: none;
  }

  /* Image Width */
  /*.fl-module-photo:not(.site-logo) .fl-photo-content, 
	.fl-module-photo:not(.site-logo) .fl-photo-img {
    width: 100% !important;
  }*/

  /* Footer Column Width */
	.footer-col .fl-photo .fl-photo-content,
	.footer-col .fl-photo .fl-photo-img-svg{
		width: 300px !important;
	}
	/* Fix Service Area List Column */
	.service-area .fl-col.backdrop-blur{
		width: 70% !important;
	}

	.fl-col-small.footer-col {
		width: 100% !important;
  }
	.footer-col .fl-module,
	.footer-col .fl-heading {
		text-align: center !important;
	}
}

@media (max-width: 820px) {
  /* Services */
  .services .fl-slide .fl-slide-content-wrap {
    width: 60% !important;
  }
  .services .bx-viewport {
    height:450px !important;
  }
  .services .fl-slide-mobile-photo {
    max-height: 450px;
  }

  /* Process */
  .process .pp-tabs-panel-label span {
    display:inline !important;
  }

	/* Service Area */
  .service-area-lists .fl-module > .fl-module-content {
    margin-left: 0 !important;
  }
  .service-area-lists .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 98% !important;
  }
  .fl-col-small.service-area-lists{
    padding: 0 20px !important;
  }	
}

@media (max-width: 768px) {
  .menu > li.menu-button > a{
	  text-align:center;
  }
  .fl-menu-mobile-clone .fl-module-content .fl-menu ul.menu {
    padding: 20px;
  }

  /* Carousel Width */
	.fl-module-pp-image-carousel .swiper-slide-image {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	
  /* Column Width */
  .fl-builder-content:not([data-type="header"]) .fl-col-small:not(.fl-col-small-full-width) {
    max-width: 100% !important;
    width: 100% !important;
  }
 
  /*Process Section */
  .process .pp-tabs-label .pp-tab-label-flex {
		align-items: flex-start !important;
	}
	.process .pp-tabs-panel-label span {
		display: inline !important;
		width: 100%;
	}
  .mobile-label {
    display: inline !important;
  }
  
  /* Services Section */
	.services .fl-content-slider-navigation {
		top: 150px !important;
	}
	.services .fl-slide-content {
		padding-top: 60px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		min-height: auto !important;
	}
	.services .fl-slide-content-wrap{
		min-height: auto !important;	
	}
	.services.fl-module-content-slider .fl-slide .fl-slide-text, 
	.services.fl-module-content-slider .fl-slide .fl-slide-text * {
		font-size: 16px !important;
	}
	.services .bx-viewport {
    height: 645px !important;
  }
}