/* 
Theme Name: RPM Bakersfield Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.3
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Breakpoint */

@media (min-width: 1025px) and (max-width: 1600px) {
  .e-con-boxed .e-con-inner {
    width: 100% !important;
    max-width: 95% !important;
  }

  .elementor-kit-6 h1,
  .elementor-kit-6 h2 {
    font-size: 64px;
  }

  .elementor-kit-6 h3 {
    font-size: 46px;
  }

  .elementor-kit-6 h4 {
    font-size: 26px;
  }

  .elementor-kit-6 .elementor-widget-text-editor p {
    font-size: 20px;
  }
}

/* Image Col Fill */

.img-col-fill .elementor-widget-image {
  height: 100%;
}

.img-col-fill .elementor-widget-image img {
  height: 100%;
  object-fit: cover;
}

/* Button Global Style */

.pp-button,
.elementor-button {
  transition: none !important;
}

/*Breadcrumb Style*/

.pp-breadcrumbs-separator {
  margin-bottom: -6px;
}

.pp-breadcrumbs {
  gap: 8px;
  align-items: center;
}

@media (max-width: 600px) {
  .pp-breadcrumbs-separator {
    margin-bottom: -2px;
  }
}

/*List Style*/

.list-style ul {
  padding-left: 25px;
}

.list-style ul li:not(:last-child) {
  margin-bottom: 10px;
}

.list-style ul li a {
  color: #1b2856 !important;
}
.list-style ul li::marker {
  font-weight: 500 !important;
  color: #0098d0 !important;
}

.list-style ul li a:hover {
  color: #0098d0 !important;
}

/*List Style*/

.number-list-style ol {
  padding-left: 31px;
}

.number-list-style ol li:not(:last-child) {
  margin-bottom: 10px;
}

.number-list-style ol li a {
  font-weight: 500 !important;
  color: #1b2856 !important;
}

@media (max-width: 600px) {
  .number-list-style ol {
    padding-left: 26px;
  }
}

/**Site Map Style**/

.site-map-info ul {
  column-count: 3;
  gap: 40px;
  column-width: 33%;
}

.site-map-info ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 8px;
  height: 8px;
  background: #1b2856;
  border-radius: 100%;
}

.site-map-info ul li:not(:last-child) {
  margin-bottom: 14px;
}

.site-map-info ul li {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: #0098d0;
  position: relative;
  padding-left: 20px !important;
}

.site-map-info ul li:hover {
  text-decoration-color: #172852;
}

.site-map-info ul li:hover a {
  color: #172852 !important;
}

@media (max-width: 1024px) {
  .site-map-info ul {
    column-count: 2;
  }

  .site-map-info ul li:before {
    top: 10px;
  }
}

@media (max-width: 600px) {
  .site-map-info ul {
    column-count: 1;
  }
}

/** Form Style **/

.contact-form .ff-t-container {
  gap: 20px;
}

.contact-form .ff-btn {
  opacity: 1 !important;
}

.contact-form .ff-message-success {
  box-shadow: none;
  border: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 30px;
}

.contact-form .ff-el-input--label {
  display: none !important;
}

.contact-form .checkbox-text {
  display: block !important;
  color: #485055;
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 1.4em;
  margin-top: 8px;
}

.contact-form .fluentform .ff_upload_btn.ff-btn {
  background: #fff;
  color: #485055;
}

.contact-form .file {
  text-align: center !important;
}

.contact-form p {
  font-size: 18px;
  letter-spacing: 0.54px;
  line-height: 1.44em;
}

.contact-form p:last-child {
  margin-bottom: 0;
}

.contact-form p a {
  color: #485055 !important;
}

.contact-form p a:hover,
.contact-form .online-application p a:hover {
  color: #1b2856 !important;
}

.contact-form .online-application p a {
  font-weight: 500 !important;
  color: #0098d0 !important;
}

@media (max-width: 600px) {
  .contact-form .checkbox-text {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 1.4em;
  }

  .contact-form p {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 1.4em;
  }
}

/* Popup Style */

.elementor-popup-modal {
  z-index: 10000 !important;
}

.elementor-popup-modal .elementor .e-con-boxed .e-con-inner {
  justify-content: center !important;
}

.dialog-widget-content {
  background: #e6e7e9 !important;
}

.dialog-message::-webkit-scrollbar {
  width: 4px;
}

.dialog-message::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #f3f4f6;
}

.dialog-message::-webkit-scrollbar-thumb {
  background-color: #172852;
}

/* Award Style */

.awards-and-recognition .pp-logo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.awards-and-recognition .pp-logo-grid .elementor-grid-item {
  width: 31% !important;
}

@media (max-width: 1024px) {
  .awards-and-recognition .pp-logo-grid .elementor-grid-item {
    width: 32% !important;
  }
}

@media (max-width: 600px) {
  .awards-and-recognition .pp-logo-grid .elementor-grid-item {
    width: 48% !important;
  }
}

/*Single Post Style*/

.single-post .elementor-widget-theme-post-content h2 {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.13em;
}

.single-post .elementor-widget-theme-post-content h3 {
  font-size: 48px;
  line-height: 1.16em;
  margin-top: 30px;
}

.single-post .elementor-widget-theme-post-content a {
  color: #0098d0 !important;
  font-weight: 500;
}

.single-post .elementor-widget-theme-post-content a:hover {
  color: #1b2856 !important;
}

/** Contact Us Style **/

.contact-us .current-homeowner .elementor-button {
  text-align: left;
  transition: none !important;
}

.contact-us .current-homeowner .pp-button-title {
  padding: 15px 25px;
}

.contact-us .current-homeowner .pp-button-title span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.64px;
  max-width: 220px;
  margin-top: 5px;
  color: #ffffffb3;
}

.contact-us .current-homeowner .elementor-button:hover .pp-button-title span {
  color: #1b2856;
}

.contact-us .current-homeowner .pp-button-content-wrapper {
  position: relative;
}

.contact-us .current-homeowner .pp-button-icon {
  position: absolute;
  right: 0;
  font-size: 14px;
  transition: none !important;
  display: flex;
  align-items: center;
  height: 100%;
  background: #1b28561a;
  padding: 20px;
}

.contact-us .current-homeowner .pp-button-icon .fas {
  transition: none !important;
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .contact-us .current-homeowner .pp-button-title span {
    max-width: 205px;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .contact-us > .e-con-inner {
    gap: 40px !important;
  }

  .contact-us > .e-con-inner > .elementor-element:first-child {
    width: 60% !important;
  }

  .contact-us .contact-info {
    gap: 20px;
  }

  .contact-us .contact-info > .elementor-element {
    padding: 40px 20px !important;
  }

  .contact-us
    .contact-info
    > .elementor-element
    .elementor-icon-box-description {
    font-size: 16px !important;
  }
}

@media (max-width: 1024px) {
  .contact-us .contact-info .elementor-icon-box-description {
    max-width: 290px;
  }
}

@media (max-width: 600px) {
  .contact-us .current-homeowner .pp-button-title span {
    font-size: 14px;
    letter-spacing: 0.56px;
    max-width: 220px;
  }

  .contact-us .current-homeowner .pp-button-title {
    padding: 12px 56px 12px 25px;
  }
}

/** RPM Advantage Sidebar Style **/

.rpm-advantage .pp-info-list-description span {
  font-weight: 600;
}

.rpm-advantage .pp-info-list-description {
  max-width: 275px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .rpm-advantage {
    max-width: 350px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .rpm-advantage {
    max-width: 320px;
    margin: 0 auto;
  }
}

/** RPM About Info Style **/

.rpm-about-info .pp-timeline-marker-wrapper {
  position: relative;
}

.rpm-about-info .pp-timeline-card-date-wrapper {
  position: absolute;
  left: 50%;
  top: 47%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.rpm-about-info .pp-timeline-nav-item {
  display: flex;
  justify-content: center;
}

.rpm-about-info .pp-timeline-nav-item .pp-timeline-marker-wrapper {
  width: fit-content;
}

.rpm-about-info .pp-timeline-horizontal .pp-timeline-item {
  padding-left: 0 !important;
}

.rpm-about-info .pp-timeline-horizontal {
  margin-top: 0 !important;
}

.rpm-about-info .pp-timeline-marker {
  position: relative;
}

.rpm-about-info .pp-timeline-marker:after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7px 12px 7px;
  border-color: transparent transparent #0098d0 transparent;
  transform: rotate(180deg);
}

/* Our Testimonials Style */

.our-testimonials .elementor-swiper {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

.our-testimonials .elementor-main-swiper {
  width: 100%;
}

.our-testimonials .elementor-swiper-button {
  background: transparent;
  border: 1px solid #9f9f9f;
  border-radius: 100%;
  opacity: 1;
  padding: 13px;
  position: absolute;
  top: 40%;
}

.our-testimonials .elementor-swiper-button-prev {
  left: -13% !important;
}

.our-testimonials .elementor-swiper-button-next {
  right: -13% !important;
}

.our-testimonials .elementor-swiper-button:hover {
  color: #0098d0;
  border: 1px solid #0098d0;
}

@media (min-width: 1025px) and (max-width: 1600px) {
  .our-testimonials .elementor-testimonial__text {
    font-size: 26px !important;
  }
}

@media (min-width: 1025px) and (max-width: 1180px) {
  .our-testimonials .elementor-swiper-button-prev {
    left: -4% !important;
  }

  .our-testimonials .elementor-swiper-button-next {
    right: -4% !important;
  }
}

@media (max-width: 1024px) {
  .our-testimonials .elementor-swiper-button {
    top: unset !important;
    bottom: -35% !important;
  }

  .our-testimonials .elementor-swiper-button-prev {
    left: 43% !important;
  }

  .our-testimonials .elementor-swiper-button-next {
    right: 43% !important;
  }
}

@media (max-width: 600px) {
  .our-testimonials .elementor-swiper-button {
    top: unset !important;
    bottom: -25% !important;
  }

  .our-testimonials .elementor-swiper-button-prev {
    left: 35% !important;
  }

  .our-testimonials .elementor-swiper-button-next {
    right: 35% !important;
  }
}

/* Home Header Style */

.home-header .divider-text-wrap {
  max-width: 596px;
  position: relative;
}

.home-header .pp-divider-text {
  margin: 16px 0;
}

.home-header .divider-text-wrap:before,
.home-header .divider-text-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 50%;
  background: #ffffff33;
}

.home-header .divider-text-wrap:before {
  left: 0;
}

.home-header .divider-text-wrap:after {
  right: 0;
}

/* Our Service Cards Style */

.our-services-cards .elementor-heading-title {
  position: relative;
}

.our-services-cards .elementor-heading-title:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 4px;
  background: #0098d0;
  top: -24px;
  left: 0;
}

@media (max-width: 1024px) {
  .our-services-cards .elementor-heading-title:before {
    top: -12px;
  }
}

/** Login Btn Style **/

.login-btn .elementor-button {
  text-align: left;
  transition: none !important;
}

.login-btn .pp-button-title {
  padding: 15px 25px;
}

.login-btn .pp-button-title span {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0.64px;
  max-width: 220px;
  margin-top: 5px;
  color: #ffffffb3;
}

.login-btn .elementor-button:hover .pp-button-title span {
  color: #fff;
}

.login-btn .pp-button-content-wrapper {
  position: relative;
}

.login-btn .pp-button-icon {
  position: absolute;
  right: 0;
  font-size: 14px;
  transition: none !important;
  display: flex;
  align-items: center;
  height: 100%;
  background: #0098d0;
  padding: 20px;
}

.login-btn .pp-button-icon .fas {
  transition: none !important;
}

@media (max-width: 600px) {
  .login-btn .pp-button-title span {
    font-size: 14px;
    letter-spacing: 0.56px;
    max-width: 220px;
  }

  .login-btn .pp-button-title {
    padding: 12px 50px 12px 25px;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .login-btn .pp-button-title span {
    max-width: 205px;
  }
}

/** Tenant Login Btn Style **/
.tenant-login .elementor-button-text {
  text-align: left;
  padding: 10px 20px;
}

.tenant-login .elementor-button-text span {
  display: block;
  color: #fffc;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.12em;
  margin-top: 8px;
  max-width: 134px;
}

.tenant-login .elementor-button {
  height: 85px;
}

.tenant-login .elementor-button-content-wrapper {
  height: 100%;
}

.tenant-login .elementor-button-icon svg {
  width: 55px;
  padding: 0px 20px;
  background: #1b2856;
  height: 100%;
}

@media (max-width: 600px) {
  .tenant-login .elementor-button {
    width: 100%;
  }

  .tenant-login .elementor-button-content-wrapper {
    justify-content: space-between;
  }

  .tenant-login .elementor-button {
    height: 80px;
  }
}

/** Navbar Style **/

.navbar.elementor-sticky--effects {
  box-shadow: 0px 0px 10px 10px #12121214;
}

.navbar .menu-item:first-child .pp-menu-item {
  padding-left: 0;
}

.navbar .menu-item:last-child .pp-menu-item {
  padding-right: 0;
}

.navbar ul li:nth-last-child(2):after {
  display: none !important;
}

.navbar .pp-advanced-menu .sub-arrow {
  display: none;
}

.navbar
  .pp-advanced-menu
  li.menu-item-has-children
  .pp-advanced-menu--dropdown {
  padding: 4px 0;
  margin-left: -15px !important;
}

.navbar .pp-advanced-menu .menu-item-has-children .sub-menu:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #e6e7e9 transparent;
}

.navbar > .elementor-element {
  max-width: 1680px;
  margin: 0 auto;
}

@media (min-width: 1025px) and (max-width: 1719px) {
  .navbar > .elementor-element {
    max-width: 95%;
  }
}

@media (max-width: 1024px) {
  .navbar .pp-advanced-menu {
    padding: 30px 30px 48px !important;
  }

  /* 
   .navbar {
    background-color:  #fff !important;
  }

 .navbar:hover {
    background-color:  #fff !important;
  } 
 
  .navbar.elementor-sticky--effects {
    background-color: #fff !important;
  }
	*/

  .navbar .pp-advanced-menu li {
    border-bottom: 0 !important;
    padding: 0 !important;
  }

  .navbar .pp-advanced-menu li a {
    padding: 16px 0 !important;
    font-size: 18px !important;
  }

  .navbar .pp-advanced-menu li a.highlighted {
    padding-bottom: 0 !important;
  }

  .navbar .pp-advanced-menu li .sub-menu li a {
    padding: 8px 0 8px 18px !important;
    font-size: 16px !important;
  }

  .navbar .pp-advanced-menu .sub-arrow {
    display: block !important;
  }

  .navbar
    .pp-advanced-menu
    li.menu-item-has-children
    .pp-advanced-menu--dropdown {
    margin-left: 0 !important;
  }

  .navbar .pp-advanced-menu .menu-item-has-children .sub-menu:before {
    display: none;
  }

  .navbar .sub-menu li a:before {
    content: url(/wp-content/uploads/2024/11/sub-menu-arrow.png);
    position: absolute;
    left: 0;
  }

  .navbar .sub-menu li a {
    padding-left: 20px !important;
  }
}

/*Navbar Button*/

.navbar .pp-advanced-menu .nav-btn a {
  font-size: 18px !important;
  letter-spacing: 0.72px !important;
  line-height: 1.1em !important;
  padding: 12px 21px 14px !important;
  border-radius: 0px !important;
  color: #fff !important;
  background-color: #c32435 !important;
  margin-left: 20px;
  cursor: pointer;
  transition: none !important;
}

.navbar .pp-advanced-menu .nav-btn a:hover {
  background-color: #1b2856 !important;
}

@media (max-width: 1024px) {
  .navbar .pp-advanced-menu .nav-btn a {
    font-size: 20px !important;
    letter-spacing: 0.8px !important;
    padding: 16px 36px 18px !important;
    margin-top: 22px;
    margin-left: 0;
    display: inline-block !important;
  }
}

@media (max-width: 600px) {
  .navbar .pp-advanced-menu .nav-btn a {
    width: 100% !important;
  }

  .navbar .pp-advanced-menu .nav-btn {
    text-align: center !important;
  }
}

