/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* about us image animation */

.about-us-image {
  animation: scale1 2s infinite;
  transition: all .2s ease-out;
}
@keyframes scale1 {
    0% {transform: scale(1.1);  
  }
    50% {transform: scale(1);   
  }
   100% {transform: scale(1.1);   
 }
}
.blog-section-wrapper .theimran-post-layout-one .theimran-post-layout-one__thumbnail a img{
	max-height:270px;
	max-width:410px;
}
.blog-section-wrapper .theimran-post-layout-one__blog-meta ul{
	padding:0;
	margin:0;
}
.blog-section-wrapper .theimran-post-layout-one__blog-meta ul li a{
	font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 600;
	color:#000;
}

.blog-section-wrapper .theimran-post-layout-one__blog-meta ul li a span, .blog-section-wrapper .theimran-post-layout-one__blog-meta ul li span{
	color:#000;
	margin-right:5px;
}
.blog-post-wrapper .theimran-post-layout-one{
	max-height:590px;
}

/* start contact form css  */

.pizzashop-contact-form-wrapper .wpforms-field-container input{
	padding: 25px 25px !important;
/*     border-radius: 30px !important; */
}
.pizzashop-contact-form-wrapper .wpforms-field-container textarea{
	padding: 25px 25px !important;
/*     border-radius: 30px !important; */
}
.pizzashop-contact-form-wrapper .wpforms-field-container textarea:focus{
	box-shadow:unset !important;
	border-color:unset !important;
}
.pizzashop-contact-form-wrapper .wpforms-field-container input:focus{
	box-shadow:unset !important;
	border-color:unset !important;
}
#wpforms-submit-552.wpforms-submit.pizzashop-submit-button{
    font-weight: 700 !important;
    font-size: 16px !important; 
    line-height: 25px !important;
    font-family: "Montserrat", Sans-serif !important;
    text-transform: uppercase;
    color: #ffffff;
	background:#00B6D6 !important;
/*     background: rgba(0, 0, 0, 0) !important; */
    border: 0 !important;
    border-color: #ffffff !important;
    box-shadow: unset !important;
	border-radius:10px !important;
	display:inline-flex;
	align-items:center;
	padding: 24px!important;
}
#wpforms-submit-552.wpforms-submit.pizzashop-submit-button:hover

{
	background:#006F93!important;
	color:#fff;
	border-color: unset !important;
}
button[type=submit].pizzashop-submit-button:focus:after{border:0 !important;}
/* end contact form css  */


/* start testimonial slider  */

.testimonial-wrapper .jam-testimonial-slider .sp-testimonial-item{
	background:#fff;
	padding:20px;
	border-radius:10px;
	height: auto;
}
/* .testimonial-wrapper .jam-testimonial-slider .sp-testimonial-client-image{
	min-height: 100px;
	min-width: 100px;
} */
.testimonial-wrapper .jam-testimonial-slider .sp-testimonial-client-image img{
	height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}