/* 
Theme Name:		 Kadence Child
Theme URI:		 https://ripeconcepts.com/
Description:	 Kadence Child is a child theme of Kadence, created by RipeConcepts
Author:			 Ripeconcepts
Author URI:		 https://ripeconcepts.com/
Template:		 kadence
Version:		 1.0.0
Text Domain:	 kadence-child
*/

:root {
  --color-bg: #f1e0c5;
  --color-text: #342a21;
  --color-underline: #e9c81c;
  --color-default: #008043;
}

@font-face {
  font-family: "Gill Sans Bold";
  src: url("assets/fonts/GillSans-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans";
  src: url("assets/fonts/GillSans.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans SemiBold";
  src: url("assets/fonts/GillSans-SemiBold.ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans Light";
  src: url("assets/fonts/gillsanslight.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Memoir Regular";
  src: url("assets/fonts/MemoirRegular.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Memoir Bold";
  src: url("assets/fonts/MemoirBold.ttf");
  font-weight: normal;
  font-style: normal;
}

.gform-theme--framework ::placeholder {
  color: #8f8f8f;
}

p {
	line-height:2;
	background:transparent;
}

.banner-heading{
	font-weight: 700;
}

#slider-container {
  height: 850px;
}

ul#primary-menu li.menu-item {
  border-bottom: 2px solid #008043;
  width: 120px;
  text-align: center;
  padding-bottom: 0px;
}

ul#primary-menu li.menu-item:first-child {
  width: 80px;
  text-align: left;
}

ul#primary-menu li.menu-item:last-child {
  width: 92px;
  text-align: right;
}

ul#primary-menu li.menu-item a {
  display: inline-block;
  padding: 2px 0;
  width: auto;
}

.arrow-down-wrapper {
  margin-top: 200px;
  cursor: pointer;
}
.site-footer {
  background: #12251c;
  color: #fff;
}

#primary-menu {
  --underline-width: 0;
  --underline-offset-x: 0;

  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

#primary-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  height: 6px;
  width: var(--underline-width);
  transform: translateX(var(--underline-offset-x));
  background-color: var(--color-underline);
  transition: transform 0.5s, width 0.5s;
  border-radius: 0px;
  left: 0;
}

.current_page_item a::after, .current-page-ancestor a::after  {
  content: "";
  display: block;
  position: absolute;
  top: 93%;
  height: 6px;
  width: 100%;
  background-color: var(--color-underline);
  border-radius: 0px;
  left: 0;
}
#primary-menu li a {
  font-family: "Gill Sans";
}

.site-bottom-footer-inner-wrap {
  background-image: url("assets/images/copyright-line.png");
  background-position: top;
  background-size: 100% 1px;
  background-repeat: no-repeat;
}
.footer-widget-area.site-info {
  text-align: left;
}

ul.footer-links {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}

ul.footer-links li a {
  color: #fff;
}

#contact-form label.kb-adv-form-label {
  position: absolute;
  top: -12px;
  background: #fff;
  left: 10px;
  padding: 0 6px;
}

#contact-form .kb-adv-form-field {
  position: relative;
  margin: 24px 0;
}
#contact-form .wp-block-kadence-advanced-form-textarea {
  margin: -25px 0;
}

#contact-form .kb-button {
  width: 100%;
  background-color: var(--color-default);
  border-radius: 10px;
  border:1px solid var(--color-default);
}

#contact-form .kb-button:hover {
  background-color: transparent;
  color: var(--color-default);
  border: 1px solid var(--color-default);
}

#contact-form .kb-field {
  border-radius: 10px;
  border: 1px solid var(--color-default);
  height:64px;
  padding-left:18px;
}

#contact-form .kb-textarea-field {
	height:163px;
}

#contact-form .kb-file-field {
	padding-top:15px;
}

.contact-us-info a {
	text-decoration:none;
	color:#000;
}

.contact-us-info a:hover {
	color:var(--color-default);
	text-decoration:underline;
}

input[type="file"]::file-selector-button {
    background-color: var(--color-default);
	color: white;
	padding: 20px 20px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	margin-top:5px;
}

.job-lists .address {
  color: var(--color-default);
  font-size: 14px;
  line-height: 18.9px;
  font-weight: 400;
}

.job-lists hr {
  border-bottom: 1px solid var(--color-default);
}

.job-lists h2.job-title {
  margin: 0;
  font-weight: 600;
}
.job-lists .type {
  color: var(--color-default);
  font-size: 14px;
  line-height: 18.9px;
  margin: 0 0 20px 0;
  font-weight: bold;
  font-style: italic
}

.single-content h2.single-job-title {
  margin: 0;
}

.single-content .job-type {
  font-style: italic;
  color: var(--color-default);
  font-weight: 400;
  font-size: 28px;
  line-height: 43px;
}

.single-content .address {
  color: var(--color-default);
  text-transform: uppercase;
}

ul.custom-list {
  list-style: none;
}
ul.custom-list li {
  background-image: url("assets/images/list-icon.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  padding-left: 27px;
}

ul.custom-list li {
  line-height: 40px;
}

.product-carousel .kb-blocks-slider:first-child {
  border-radius: 30px;
  overflow: hidden;
  height: 661px;
}

.product-carousel .kb-blocks-slider:last-child {
  width: 709px;
  margin: 50px auto 10px;
}

.product-carousel .kb-blocks-slider:last-child .kadence-blocks-gallery-thumb-item{
  margin-right: 10px;
  width: 158px;
  height: 144px;
  overflow: hidden;
  border-radius: 30px;
}

.single-contact-us-button span{
  font-weight: 600;
  letter-spacing: 1.66px;
  font-size: 18px;
}

.single-contact-us-button{
  background-color: var(--color-default);
  width: 709px !important;
}

.general-merchandise-gallery .kadence-post-image{
  border-radius: 30px;
  overflow: hidden;
  height: 245px;
}

.collectble-items-grid img {
	border-radius:30px;
}
.kadence-post-image-inner-wrap:hover::after {
	opacity:1;
}
.kadence-post-image-inner-wrap::after{
	content: 'VIEW MORE';
	position: absolute;
	background: rgb(218,219,213);
    background: linear-gradient(180deg, rgba(218,219,213,0) 0%, rgba(0,0,0,1) 100%);
	height: 100%;
	width: 100%;
	opacity: 0.8;
	text-align: center;
	top: 0;
	display: block;
	padding-top: 38%;
	font-size: 24px;
	line-height:40px;
	color: #fff;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;	
	transition: all 1s;
    -webkit-transition: all 1s;
	opacity:0;
}
.product-category-img {
	position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.product-category-img a::after{
	content: '';
	position: absolute;	
    background: linear-gradient(180deg, rgba(218,219,213,0) 0%, #12251C 100%);
	height: 100%;
	width: 100%;
	opacity: 0.8;
	text-align: center;
	top: 0;
	display: block;
	padding-top: 38%;
	font-size: 24px;
	line-height:40px;
	color: #fff;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;	
	transition: all 1s;
    -webkit-transition: all 1s;
	opacity:1;
}

.product-category-img a:hover::after {
	
}
.product-category-img a::before{
	content: '';
	position: absolute;	
    background: linear-gradient(180deg, rgba(218,219,213,0) 0%, #12251C 100%);
	height: 100%;
	width: 100%;
	opacity: 0.8;
	text-align: center;
	top: 0;
	display: block;
	padding-top: 38%;
	font-size: 24px;
	line-height:40px;
	color: #fff;
	font-weight: bold;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;	
	transition: all 1s;
    -webkit-transition: all 1s;
	opacity:0;
}
.product-category-img a:hover::before {
	background: linear-gradient(180deg, rgba(218,219,213,0) 0%, #12251C 60%);
	opacity:1;
}


.footer-contact-info a{
	color:#fff !important;
}

.banner-heading {
	font-weight:700;
	text-transform:capitalize;
}
.banner-heading strong {
	color:#F7EE12;
}

#arrow-down:hover{
  animation: slidedown 1s ease-in-out infinite;
}

@keyframes slidedown {
  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0px, 15px);
  }
}

.modal-cacsp-box-content strong{
  color: var(--color-default);
  display: block;
  font-size: 32px;
}
.modal-cacsp-btns a,.modal-cacsp-box-settings-list span, .about-text {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;	
}

.aboutus-btn a.button span  {
	height:18px;
	line-height:2;
}
.general-merchandise-gallery .kt-blocks-post-grid-item-inner {
	padding-left:0px !important;
}
/******************  gravity form *****************************/

.gform_heading {
	display:none;
}
.form-input  input.large, .form-input textarea, #gform_2 .gform-datepicker{
  border-radius: 10px;
  border: 1px solid var(--color-default);
  height: 64px;
  padding-left: 18px;
  font-family:arial;
}
#gform_2 .gform-datepicker {
	width:100%;
}

#gform_1 .gform_footer > input.gform_button.button, #gform_2 .gform_footer > input.gform_button.button {
  width: 100%;
  padding: 22px 0;
  border-radius: 10px;
  letter-spacing: 1px;
  font-family: "Gill Sans", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  background-color: var(--color-default);
  color: #fff;
  border: 1px solid var(--color-default);
}

#gform_1 .gform_footer > input.gform_button.button:hover, #gform_2 .gform_footer > input.gform_button.button:hover {
  background-color: transparent;
  color: var(--color-default);
  border: 1px solid var(--color-default);
}

.form-input .gfield_description {
	visibility:hidden;
}
.form-input.full-name .gfield_description,.form-input.date-field .gfield_description, .form-input.upload-field .gfield_description {
	visibility:visible;
	position: absolute;
  	background: #fff;
  	top: -9px;
  	left: 18px;
  	padding: 0 10px 0 5px;
	line-height:18px;
	font-size:18px;
}

.form-input.date-field, .form-input.upload-field{
	position:relative;
}
.ginput_container_fileupload .gform_fileupload_rules{
	display:none;
}

#gform_2 input[type="file"]::file-selector-button {
    background-color: var(--color-default);
	color: white;
	padding: 0px 10px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	margin-top: 18px;
    height: 30px;
}


/*****************  customize style [rcdev-charly]  ****************************/

body.home .kt-inside-inner-col .wp-block-image figure img.wp-image-781 {
	margin: auto;
}

body.single-product .kt-blocks-carousel .kt-blocks-carousel-init .splide__track {
	height: 100%;
}
body.single-product .kt-blocks-carousel-init .kb-slide-item.kb-gallery-carousel-item,
body.single-product .kt-blocks-carousel-init .kadence-blocks-gallery-item,
body.single-product .kt-blocks-carousel-init .kadence-blocks-gallery-item-inner,
body.single-product .kt-blocks-carousel-init figure.kb-gallery-figure.kadence-blocks-gallery-item-hide-caption,
body.single-product .kt-blocks-carousel-init .kb-gal-image-radius {
    height: 100%;
}
body.single-product .kt-blocks-carousel-init figure.kb-gallery-figure.kadence-blocks-gallery-item-hide-caption .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic {
    height: 100%;
    padding-bottom: 0;
}
body.single-product .kt-blocks-carousel-init figure.kb-gallery-figure.kadence-blocks-gallery-item-hide-caption .kb-gallery-image-contain.kadence-blocks-gallery-intrinsic img {
    position: inherit;
    object-fit: cover;
    margin: auto;
    cursor: pointer;
}
body.single-product .kb-blocks-slider .kb-slide-item.kb-gallery-carousel-item .kadence-blocks-gallery-thumb-item .kadence-blocks-gallery-thumb-item-inner figure.kb-gallery-figure .kb-gallery-image-contain img {
    cursor: pointer;
}

body.page.page-id-928 .general-merchandise-gallery {
	display: block;
}

/*****************  mobile style  ****************************/

@media only screen and (max-width: 768px) {
	#slider-container {
	  height: 450px;
	}
	.arrow-down-wrapper {
	  margin-top: 77px;
	  cursor: pointer;
	}
    .general-merchandise-gallery .kt-post-grid-wrap{
	  display:block;
	}
	
	
	#contact-form{
		margin:0;
		padding:0;
	}
	.vision-container {
		height:750px;
	}
	.vision-container .vision-text{
		position: absolute;
		top: 0;
		padding: 0 20px;
	}
	.vision-container .vision-image{
		margin-top: 290px !important;
	}
	ul.custom-list {
	  padding: 0px !important;
	}
	.site-footer-section {
		text-align:center;
	}
	.product-carousel .kb-blocks-slider:first-child {
	  height: auto;
	}	
	.product-carousel .kb-blocks-slider:last-child .kadence-blocks-gallery-thumb-item {
	  width: auto;
	  height: auto;
	  border-radius: 10px;
	}
	.product-carousel .kb-blocks-slider:last-child {
	  width: auto;
	}
	.general-merchandise-gallery .kadence-post-image {
	  margin:0 auto;
	}
	.footer-logo img {
		margin: 0 auto;
	}
	 
}

@media only screen and (max-width: 1024px) {
	.vision-container {
		height:850px;
	}
	.vision-container .vision-text{
		position: absolute;
		top: 0;
	}
	.vision-container .vision-image{
		margin-top: 190px;
	}	
	.kt-blocks-post-grid-item.product{
		height: 100%;
	}
	.general-merchandise-gallery .kt-post-grid-wrap .product{
        width: 33.33% !important;
    }
	.general-merchandise-gallery .kadence-post-image{
		height: 100%;
	}
	.general-merchandise-gallery .kt-post-grid-wrap{
	  display:block;
	}
	.general-merchandise-gallery .kt-post-grid-wrap .product {
		padding: 0 24px;
	}
	.kt-post-grid-wrap[data-columns-sm="3"] {
    	grid-template-columns: auto auto;
  	}
	.product-carousel .kb-blocks-slider:first-child {
		height: auto;
	}
}
@media only screen and (max-width:768px){
	.general-merchandise-gallery .kt-post-grid-layout-grid-wrap .kt-blocks-post-grid-item{
		width:50% !important;
	}
	article.kt-blocks-post-grid-item.product.type-product.status-publish.has-post-thumbnail.hentry.product-category-general-merchandise {
    height: 404.297px !important;
}
}

@media only screen and (max-width:540px){
	.general-merchandise-gallery .kt-post-grid-layout-grid-wrap .kt-blocks-post-grid-item{
		width:100% !important;
	}
		article.kt-blocks-post-grid-item.product.type-product.status-publish.has-post-thumbnail.hentry.product-category-general-merchandise {
    height: 100% !important;
}
	

}

@media only screen and (max-width:1024px){

	
article.kt-blocks-post-grid-item.product.type-product.status-publish.has-post-thumbnail.hentry.product-category-general-merchandise {
    height: 359.297px;
}
section#block-41 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
}
@media only screen and (max-width: 380px) {
  .vision-container {
    height: 680px;
  }
  .kt-blocks-post-grid-item.product {
    height: 400px;
  }
}
@media only screen and (min-width:1919px){
	.general-merchandise-gallery .kadence-post-image{
	  width: 300px;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1180px) {
  .general-merchandise-gallery .kadence-post-image {
  width: 200px;
  height: 190px;
}
}
@media screen and (min-width: 720px) and (max-width: 1024px) {
    .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-default, .site-footer-row-container-inner .site-footer-row.site-footer-row-tablet-column-layout-row {
        text-align: center;
    }
}