/*
 Theme Name: Flexy Child MATU
 Description: Flexy WP auto Child for base Theme
 Author: WP auto
 Author URI: https://www.weext.ch
 Template: flexy-wpauto
 Version: 1.0.0
 Text Domain: flexi-child-matu

* OVERRIDE
* Last update : 17.10.23
*/

a,
a:focus,
a:active,
main a,
main a:focus,
main a:active {
	color: #4ca12f;
}
h2 {
	text-transform: uppercase;
}
main .inner ul li:before {
  color: #4ca12f;
}

.dot-border {
	border: 6px dotted #FC692A;
}
.fancybox-slide--html .fancybox-close-small {
	background-color: #4ca12f;
}

/* f190 BUTTON */
.button-container .button-link {
	border: 2px solid #4ca12f;
	background-color: #4ca12f;
}
.button-container .button-link:hover .button-text {
	color: #4ca12f;
}

/* GRAVITY */
/* label */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
.gfield .iti.iti--allow-dropdown input,
.ginput_container select {
  border: 1px solid #4ca12f;
}
.gform_button_select_files,
input[type="submit"] {
  border: 2px solid #4ca12f;
	background-color: #4ca12f;
}
input[type="submit"]:hover {
	opacity: 0.85;
	color: #ffffff;
}