/*
Theme Name: YARD
Theme URI: https://plut-on.com/
Author: Pluton Digital
Author URI: https://plut-on.com/
Description: YARD Wordpress theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/


.top-footer a { display: block; }


.holder-textarea {
	margin: 0 0 65px;
}

.holder-textarea textarea { 
	margin: 0;
}


.wpcf7-not-valid-tip {
	font-size: 0.6em;
}


input.link {
	cursor: pointer;
	border: none;
	padding: 0;
	background: transparent;
	display: block;
	vertical-align: top;
	margin: 0 0 20px;
	font-weight: 700;
	line-height: 1.2; 
	font-family: Helvetica, sans-serif;
	padding-right: 30px;
	background: url("assets/images/arrow.svg") no-repeat;
	background-size: 18px;
	background-position: right center;
}

input.link:hover { 
	background-image: url("assets/images/arrow-h.svg");	
}

@media (max-width: 1600px) {
	input.link {background-size: 16px; padding-right: 24px;}
	
}
@media (max-width: 1400px) {
	input.link {background-size: 12px; padding-right: 20px;}	
}


/*========wpcf7-response-output ========================*/

.wpcf7 form .wpcf7-response-output {
	display: flex !important;
	border: none;
	padding: 0;
	margin: 0 0 20px 0px;
}



/*form.sent */

.wpcf7 form.sent .wpcf7-response-output {
	display: flex;
	align-items: center;
	color: #2C7720;
	position: relative;
}

.wpcf7 form.sent .holder-button-form {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	background: url("assets/images/yes-check.svg") no-repeat;
	width: 20px;
	height: 20px;
}



/*form.failed and form.aborted */
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output { 
	color: #E5001C;
}


.wpcf7 form.failed .wpcf7-response-output:before,
.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.aborted .wpcf7-response-output:before{ 
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 8px 5px 0 0;
	background: url("assets/images/off_close.svg") no-repeat;
	background-size: contain;
	width: 20px;
	height: 21px;
}


.wpcf7 form.spam .wpcf7-response-output {
	color: #f56e28; /* Orange */
}





@media (max-width: 650px) {
	.sale-list p {display: none;}
}