.el-button--primary:focus, .el-button--primary:hover {
  
}
.el-button:focus, .el-button:hover {
    color: #fff;
    background-color: #c59d65;
    border-color:#c59d65;
}


.el-button--primary {
    color: #fff;
    background-color: #c6a271;
    border-color:#c6a271;
    
}
.w_32{float:left; width:32%; margin-right: 2%;}
.w_32:last-child{ width:100%;margin-right:0px;}
.w_32:nth-child(3n){margin-right: 0px;}
.w_32 .el-input__inner{border-left:none;border-right: none; border-top: none;border-radius:0px;border-bottom:#ddd solid 1px;}
.clear .el-textarea__inner{border-left:none;border-right: none; border-top: none;border-radius:0px;border-bottom:#ddd solid 1px;}
.el-form-item label{ display:none;}
.el-form-item__content{ margin-left:0px !important;}
.clear{ clear:both;}
.el-form{width:96%; margin: 0px auto;}

.pc-button.elementor-button {
    width: 240px !important;
    height: 45px !important;
    text-indent: 0 !important;
    color: #fff !important;    
    cursor: pointer;
    background: #c6a271!important;
    line-height: 45px;
    text-align: center !important;
    font-size: 18px;
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: center;  
   
}

a.elementor-button, .elementor-button:hover {
    color: #ffffff;
    background-color: #fe4b7b;
   
}

.pc-button.elementor-button .button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
}


.pc-button.elementor-button svg.inner-dashed-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    animation: dashed_border_running 20s linear infinite both;
    animation-play-state: paused;
    stroke-width: 2;
    stroke-dasharray: 9, 5;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    fill: none;
    transition: 0.4s;
}
.el-divider{background-color:transparent;}
@media(max-width:560px){
	.el-form-item__label{ width:30% !important;}
	.w_50{  width:100%;}
    .w_32{  width:100%;}
	.el-form-item__content{margim-left:102px !important;}
	
}
