/*
Theme Name: Jour Rörmokare Stockholm
Theme URI: https://rormokarejourstockholm.se
Author: Happy Digital
Author URI: https://happydigital.se
Description: Barntema till Twenty Twenty-Five för Jour Rörmokare Stockholm (Älvsjö VVS Centrum 23 AB). Varumärkesfärger, header och footer.
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: jourror
*/

/* Contact Form 7 styling */
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 select,.wpcf7 textarea{
  width:100%;box-sizing:border-box;padding:12px 14px;margin-top:6px;
  border:1px solid #d7e0c8;border-radius:8px;background:#fff;font-size:16px;font-family:inherit;color:#14261b;
}
.wpcf7 textarea{min-height:140px;}
.wpcf7 input:focus,.wpcf7 select:focus,.wpcf7 textarea:focus{outline:none;border-color:#62822e;box-shadow:0 0 0 3px rgba(98,130,46,.15);}
.wpcf7 label{display:block;font-weight:600;margin-bottom:14px;color:#14261b;}
.wpcf7 input[type=submit]{
  background:#62822e;color:#fff;border:none;border-radius:8px;padding:14px 32px;
  font-size:17px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s;
}
.wpcf7 input[type=submit]:hover{background:#00204a;}
.wpcf7-not-valid-tip{color:#c0392b;font-size:14px;}
.wpcf7 .wpcf7-response-output{border-radius:8px;padding:14px 16px;margin:20px 0 0;}
