/*!
Theme Name: Kadence
Theme URI: https://www.kadencewp.com/kadence-theme/
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Version: 1.3.1
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence
Requires at least: 6.3
Tested up to: 6.8.2
Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce
Requires PHP: 7.4

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share
what you've learned with others.
*/

/*导航下划线*/
.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li>a:hover:after{
		color:#d3bda9;
	height:4px;
}
.header-navigation[class*=header-navigation-style-underline] .header-menu-container>ul>li.current-menu-item>a:after {
	color:#d3bda9;
	height:4px;
}
/*导航搜索图标*/
.search-toggle-open-container{
	border-radius:25px;
}
.search-toggle-open{
border-radius:25px !important;
}
/*form*/
/*居中设置*/

div.wpforms-container-full .wpforms-form input[type=text],div.wpforms-container-full .wpforms-form input[type=email],div.wpforms-container-full .wpforms-form textarea{
    padding: 20px 20px !important;
    border:1px solid #d8d8d8 !important;
}
div.wpforms-container-full .wpforms-form input[type=tel]{
    padding: 20px 50px !important;
    border:1px solid #a0aec0 !important;
}
/*标题文本颜色*/ 
div.wpforms-container-full .wpforms-form .wpforms-field-label{
		color: #2A2D2F;
	font-size:14px;
}
/*提示文字颜色*/ 
div.wpforms-container-full .wpforms-form label.wpforms-error {
	color:#d3bda9;
font-size:14px;}
/*点击*/ 
div.wpforms-container-full .wpforms-form input:hover, div.wpforms-container-full .wpforms-form input:focus, div.wpforms-container-full .wpforms-form input:active, div.wpforms-container-full .wpforms-form textarea:hover, div.wpforms-container-full .wpforms-form textarea:focus, div.wpforms-container-full .wpforms-form textarea:active{
    border-color:#d3bda9 !important;
     box-shadow: 0 0 2px rgba(255, 144, 44.05);
}
/*按钮颜色*/ 
.wpforms-form button[type=submit] {
    border:2px solid #c0956d !important;
    color: #c0956d !important;
    border-radius:50px !important;
    padding: 7px 40px !important;
    font-size: 16px !important;
}
div.wpforms-container-full .wpforms-form button[type=submit]{
	background-color: #fff !important;
}
/*按钮经过颜色*/ 
div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #c0956d !important;
	color:#fff !important;
}
/*上一步下一步按钮颜色*/ 
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button{
	    border:2px solid #c0956d !important;
    color: #c0956d !important;
    border-radius:50px !important;
    padding: 7px 40px !important;
    font-size: 16px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:hover{
background-color:#c0956d;
 color: #fff !important;
}
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	background-color:#fff;
}
/*选择✓颜色*/ 
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after{
	background: #c0956d;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error){
border: 2px solid #fff;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover{
border: 2px solid #c0956d;
}
/*步骤文字颜色*/ 
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title{
	font-size: 16px;
	font-weight:600;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label{
	font-size:16px;
}
@media (max-width: 768px) {
#wpforms-469-field_26{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	}
	div.wpforms-container-full .wpforms-form .wpforms-list-3-columns ul li{
	    padding-right: 0px !important;
}
	div.wpforms-container-full .wpforms-form .wpforms-list-2-columns ul li{
		padding-right: 0px !important;
	}
div.wpforms-container-full .wpforms-form .wpforms-page-indicator.connector .wpforms-page-indicator-page-title{
	display:block;
	font-size:14px;
	}
}
/*面包屑边距*/
.kadence-breadcrumbs{
	padding-top:14px;
}
/*产品卡鼠标经过位移*/
.kt-blocks-post-grid-item:hover{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
/*相册图片鼠标经过缩放*/
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner img:hover {
object-fit: cover;
transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transform: scale(1.08);
}
.kb-gallery-ul .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner img{
transition: transform 0.3s ease;
}
/*左右切换箭头*/
.kb-splide .splide__arrow {
    font-size: 1.3rem;
    border-radius: 40px;
    height: 2.5em;
    width: 2.5em;
			background-color:rgba(0,0,0,0.1)
}
