/*!
Theme Name: Kelbe Brothers Equipment
Author: Kelbe Brothers Equipment
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kelbe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Chivo", sans-serif;
  font-size: 18px;
  color: #000000;
}

p {
  line-height: 1.3;
}
p:not(:last-child) {
  margin-bottom: 20px;
}

figure {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: normal;
}

h2 {
  font-size: 44px;
  line-height: 1;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 20px;
}

/*
-------------------------------- General ------------------------------------------------
*/
.pad {
  padding-block: 60px;
}

.pad-t {
  padding-top: 60px;
}

.pad-b {
  padding-bottom: 60px;
}

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

.h2-sm {
  font-size: 35px;
}

.container {
  max-width: 1140px;
}

.bg-red {
  background-color: #80090d;
}

.has-red-color {
  color: #80090d;
}

.btn {
  border-radius: 0;
  font-weight: 700;
  padding: 5px 10px;
  border: none;
  font-size: 16px;
	word-break: keep-all;
}

.btn-lg {
  min-width: 260px;
}

.btn-xl {
  min-width: 500px;
}

.btn-red {
  background-color: #80090d;
  color: #fff;
}
.btn-red:hover {
  background-color: #b70d13;
  color: #fff;
}

.btn-yellow,
.btn-secondary{
  background-color: #ffe800;
  color: #000;
  text-transform: uppercase;
}
.btn-yellow:hover,
.btn-secondary:hover{
  background-color: #d9c500;
  color: #000;
}
.btn-secondary{
	padding-inline: 20px;
}

.img-full img {
  width: 100%;
}

.link-white a {
  color: #fff !important;
}
.link-white a:hover {
  color: #ffe800 !important;
}

.f-20 {
  font-size: 20px !important;
}

.max-w-375 {
  max-width: 375px;
}

.g-30 {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}

.gx-30 {
  --bs-gutter-x: 30px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.bp-row a {
  color: #0076ff !important;
}
.bp-row a:hover {
  color: #80090d !important;
}

/*===================================================== Header ===============================================*/
.top-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.top-social-icon {
  list-style: none;
  margin-bottom: 0;
  display: flex;
  gap: 15px;
}
.top-social-icon li a {
  color: #fff;
}
.top-social-icon li a:hover {
  color: #ffe800;
}

.top-search .search-form {
  position: relative;
}
.top-search input[type=search] {
  min-width: 300px;
  outline: none;
  border-radius: 30px;
  height: 30px;
  border: none;
  padding: 15px;
}
.top-search .search-submit {
  background-image: url(assets/images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 5px;
  top: 0;
}

.main-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.main-menu > li {
  position: relative;
}
.main-menu > li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  padding: 20px 0;
}
.main-menu > li a:hover {
  color: #80090d;
}
.main-menu > li:last-child a {
  color: #80090d;
  font-weight: 700;
}
.main-menu > li.current-menu-parent > a, .main-menu > li.current-menu-item > a {
  font-weight: 700;
}
.main-menu > li > ul {
  list-style: none;
  padding-left: 0;
  width: 200px;
  position: absolute;
  top: 40px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
}
.main-menu > li > ul li {
  margin-bottom: 0;
  background-color: #80090d;
}
.main-menu > li > ul li a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}
.main-menu > li > ul li.current-menu-item, .main-menu > li > ul li:hover {
  background-color: #000;
}
.main-menu > li > ul li.current-menu-item a, .main-menu > li > ul li:hover a {
  color: #fff;
}
.main-menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
}

.logo .custom-logo{
	max-width: 170px;
}
.ann-img{
	max-width: 85px;
}

.sub-btn {
  display: none;
}

.footer p {
  font-size: 16px;
}

.inner-banner {
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(assets/images/inner-banner.jpg);
}
.inner-banner .ban-cont {
	padding: 30px;
	background-color: #80090d;
	max-width: 400px;
	width: min-content;
}
.inner-banner .ban-cont h1, .inner-banner .ban-cont h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 800;
  margin-bottom: 0;
}

/*======================================= Home Page =====================================*/
.home-banner {
  padding-bottom: 30px;
}
.home-banner .swiper-pagination-bullets {
  bottom: 0;
}
.home-banner .swiper-pagination-bullet {
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 1px solid #da3832;
  background-color: transparent;
}
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #da3832;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  position: absolute;
  border-radius: 50%;
}

.monthly-equipment {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9;
}

body:not(.home) .entry-content h6 {
  font-size: 22px;
}
body:not(.home) .entry-content ul {
  padding-left: 16px;
}
body:not(.home) .entry-content a:not(.btn) {
  color: #000;
}
body:not(.home) .entry-content a:not(.btn):hover {
  color: #80090d;
}

.arrow-box {
  position: relative;
}
.arrow-box h6 {
  font-weight: bold;
  position: relative;
  font-size: 18px !important;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  max-width: 100%;
 
}
.arrow-box h6::after {
  content: url(assets/images/right-arrow.png);
  width: 25px;
  height: 25px;
  background-color: #80090d;
  border-radius: 50%;
  margin-left: 10px;
  align-items: center;
  justify-content: center;
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.arrow-box p a {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.arrow-box figure {
  overflow: hidden;
}
.arrow-box img {
  transition: all 0.5s ease;
}
.arrow-box:hover img {
  transform: scale(1.2);
}
.arrow-box .mheight {
  display: flex;
  align-items: end;
  justify-content: center;
}

.bottom-border {
  border-top: 2px solid #0c0c0c;
  margin: 0;
}

.burst {
  min-width: 115px;
  height: 115px;
  background-color: #80090d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burst p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.1;
}

.top-left {
  position: absolute;
  left: 15px;
  top: 15px;
}

.career-icon {
  width: 120px;
  height: 120px;
  background-color: #80090d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.career-header {
  position: relative;
}
.career-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-top: -5px;
}
.career-header h6 {
  width: -moz-max-content;
  width: max-content;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 15px 0 0;
}

.career-form label {
  display: block;
  text-align: right;
}
.career-form input {
  width: 100%;
  height: 40px;
  border: 1px solid #ababab;
  border-radius: 5px;
  outline: none;
}
.career-form .file-upload {
  position: relative;
}
.career-form .file-upload label {
  background-color: #cccccc;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  font-size: 16px;
}
.career-form .file-upload input {
  position: absolute;
  opacity: 0;
  width: 150px;
  height: 35px;
  right: 0;
  top: -6px;
}

.dealer-btn {
  background-color: #86b53a;
  text-transform: uppercase;
  padding-inline: 20px;
}
.dealer-btn:hover {
  background-color: #85c51e;
}

.dealer-box {
  background-image: url(assets/images/mobile-on-hand.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.dealer-btn-box{
	max-width: fit-content;
}

.contact-form label {
  display: block;
  text-align: right;
  line-height: 1.2;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  height: 40px;
  border: 1px solid #ababab;
  border-radius: 5px;
  outline: none;
}
.contact-form textarea {
  height: 120px;
  resize: none;
}
.contact-form select {
  width: 100%;
  height: 40px;
  background-color: #c0c0c0;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 5px;
}

.inv-btn {
  width: 100%;
  max-width: 254px;
  margin: 0 auto !important;
}
.inv-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 179px;
  background-color: #80090d;
  color: #fff !important;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  padding: 30px;
}

.best-practice-content h5{
	font-size: 24px;
	font-weight: 700;
	color: #80090d;
}
.best-practice-content h2{
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}
.part-form .d-md-flex{
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
.part-form .d-md-flex.notes{
	align-items: flex-start;
}
.part-form label{
	min-width: fit-content;
}
.part-form input,
.part-form textarea{
	width: 100%;
	max-width: 300px;
	border: 1px solid #c0c0c0;
	height: 40px;
	border-radius: 5px;
	outline: none;
	padding: 10px;
}
.part-form textarea{
	height: 200px;
	resize: none;
}
.partform-modal .modal-dialog{
	max-width: 1200px;
}
.partform-modal .modal-body{
	padding-inline: 40px;
}
@media (max-width: 1140px) {
  .logo .custom-logo {
    max-width: 150px;
  }
  .logo .ann-img {
    max-width: 70px;
  }
	.main-menu > li a{
		font-size: 15px;
	}
	.main-menu{
		gap: 15px;
	}
}
@media (max-width: 1024px) {
  .logo .custom-logo {
    max-width: 120px;
  }
  .logo .ann-img {
    max-width: 60px;
  }
	
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	
}
@media (max-width: 991px) {
  .menu-container {
    position: fixed;
    top: 0;
    right: -100%;
    background-color: #80090d;
    height: 100%;
    width: 70%;
    z-index: 99;
    transition: all 0.5s ease;
  }
  .menu-container.open {
    right: 0;
  }
  .main-menu {
    display: block;
  }
  .main-menu > li a {
    display: block;
    padding: 7px 15px;
    color: #fff;
    border-bottom: 1px solid #878787;
  }
  .main-menu > li:last-child a {
    color: #fff;
  }
  .menu-btn {
    width: 40px;
    height: 40px;
    background-color: #80090d;
    border: none;
    color: #fff;
    font-size: 30px;
  }
  .menu-btn.sticky {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
  }
  .menu-close {
    width: 40px;
    height: 40px;
    background-color: #80090d;
    color: #fff;
    font-size: 25px;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mobile-logo img {
    max-height: 60px;
    width: auto;
  }
  .sub-btn {
    display: flex;
    width: 39px;
    height: 39px;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    background-color: #fff;
    color: #80090d;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .pad {
    padding-block: 40px;
  }
  .pad-b {
    padding-bottom: 40px;
  }
  .pad-t {
    padding-top: 40px;
  }
  .g-30 {
    --bs-gutter-x: 1.5rem;
  }
  .gx-30 {
    --bs-gutter-x: 1.5rem;
  }
  .f-20 {
    font-size: 18px !important;
  }
  .top-row {
    gap: 10px;
  }
  .top-social-icon {
    gap: 10px;
  }
  .top-search input[type=search] {
    min-width: 200px;
  }
  .inner-banner {
    min-height: 250px;
  }
  .inner-banner .ban-cont {
    padding: 15px;
    max-width: 100%;
  }
  .inner-banner .ban-cont h1, .inner-banner .ban-cont h2 {
    font-size: 35px;
  }
  .btn-xl {
    min-width: auto;
  }
  .monthly-equipment {
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
	
	.monthly-equipment img{
		max-width: 120px;
	}

  .career-form label {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */

.page-id-1715 .inner-banner .ban-cont {
  padding: 30px;
  background-color: #80090d;
  max-width: 409px;
  width: min-content;
  width: unset;
}
.page-id-1715 .inner-banner .ban-cont h1,.page-id-1715 .inner-banner .ban-cont h2 {
  color: #fff;
	font-size: 40px;}
.page-id-1715 .pad { padding-block: 40px 0;}

.cs-ol{
	columns: 2 200px;
    column-gap: 40px;
}