@@ -1117,217 +1117,3 @@ html.has-modal-open {
11171117:root :where(.wp-block-cover h1 :not (.has-text-color )),:root :where(.wp-block-cover h2 :not (.has-text-color )),:root :where(.wp-block-cover h3 :not (.has-text-color )),:root :where(.wp-block-cover h4 :not (.has-text-color )),:root :where(.wp-block-cover h5 :not (.has-text-color )),:root :where(.wp-block-cover h6 :not (.has-text-color )),:root :where(.wp-block-cover p :not (.has-text-color )) {
11181118 color : inherit
11191119}
1120-
1121- .mc4wp-form input [name ^= _mc4wp_honey ] {
1122- display : none !important
1123- }
1124-
1125- .mc4wp-form-theme {
1126- margin : 1em 0
1127- }
1128-
1129- .mc4wp-form-theme label ,.mc4wp-form-theme input {
1130- box-sizing : border-box ;
1131- cursor : auto ;
1132- vertical-align : baseline ;
1133- width : auto ;
1134- height : auto ;
1135- line-height : normal ;
1136- display : block
1137- }
1138-
1139- .mc4wp-form-theme label :after ,.mc4wp-form-theme input :after {
1140- content : " " ;
1141- clear : both ;
1142- display : table
1143- }
1144-
1145- .mc4wp-form-theme label {
1146- margin-bottom : 6px ;
1147- font-weight : 700 ;
1148- display : block
1149- }
1150-
1151- .mc4wp-form-theme input [type = text ],.mc4wp-form-theme input [type = email ],.mc4wp-form-theme input [type = tel ],.mc4wp-form-theme input [type = url ],.mc4wp-form-theme input [type = date ],.mc4wp-form-theme textarea ,.mc4wp-form-theme select {
1152- vertical-align : middle ;
1153- text-shadow : none ;
1154- background : #fff ;
1155- border : 1px solid #ccc ;
1156- border-radius : 2px ;
1157- outline : 0 ;
1158- width : 100% ;
1159- max-width : 480px ;
1160- height : auto ;
1161- min-height : 32px ;
1162- padding : 8px 16px ;
1163- line-height : 1.42857 ;
1164- color : #555 !important
1165- }
1166-
1167- .mc4wp-form-theme textarea {
1168- height : auto
1169- }
1170-
1171- .mc4wp-form-theme input [readonly ],.mc4wp-form-theme input [disabled ] {
1172- background-color : #eee
1173- }
1174-
1175- .mc4wp-form-theme input [type = number ] {
1176- min-width : 40px
1177- }
1178-
1179- .mc4wp-form-theme input [type = checkbox ],.mc4wp-form-theme input [type = radio ] {
1180- border : 0 ;
1181- width : 13px ;
1182- height : 13px ;
1183- margin : 0 6px 0 0 ;
1184- padding : 0 ;
1185- display : inline-block ;
1186- position : relative
1187- }
1188-
1189- .mc4wp-form-theme input [type = checkbox ] {
1190- -webkit-appearance : checkbox;
1191- -moz-appearance : checkbox;
1192- appearance : checkbox
1193- }
1194-
1195- .mc4wp-form-theme input [type = radio ] {
1196- -webkit-appearance : radio;
1197- -moz-appearance : radio;
1198- appearance : radio
1199- }
1200-
1201- .mc4wp-form-theme button ,.mc4wp-form-theme input [type = submit ],.mc4wp-form-theme input [type = button ] {
1202- cursor : pointer ;
1203- -webkit-appearance : none ;
1204- -moz-appearance : none ;
1205- appearance : none ;
1206- text-align : center ;
1207- white-space : nowrap ;
1208- vertical-align : middle ;
1209- user-select : none ;
1210- text-shadow : none ;
1211- filter : none ;
1212- background : 0 0 ;
1213- border : 1px solid #0000 ;
1214- border-radius : 2px ;
1215- width : auto ;
1216- height : auto ;
1217- padding : 8px 16px ;
1218- font-weight : 400 ;
1219- line-height : 1.42857 ;
1220- display : inline-block
1221- }
1222-
1223- .mc4wp-form-theme button :hover ,.mc4wp-form-theme input [type = submit ]:hover ,.mc4wp-form-theme input [type = button ]:hover ,.mc4wp-form-theme button :focus ,.mc4wp-form-theme input [type = submit ]:focus ,.mc4wp-form-theme input [type = button ]:focus {
1224- color : #333 ;
1225- background : 0 0 ;
1226- outline : 0 ;
1227- text-decoration : none
1228- }
1229-
1230- .mc4wp-form-theme label >span ,.mc4wp-form-theme li >label {
1231- font-weight : 400
1232- }
1233-
1234- .mc4wp-alert {
1235- color : #c09853 ;
1236- clear : both
1237- }
1238-
1239- .mc4wp-success {
1240- color : #468847
1241- }
1242-
1243- .mc4wp-notice {
1244- color : #3a87ad
1245- }
1246-
1247- .mc4wp-error {
1248- color : #cd5c5c
1249- }
1250-
1251- .rtl .mc4wp-form-theme input [type = checkbox ],.rtl .mc4wp-form-theme input [type = radio ] {
1252- margin : 0 0 0 6px
1253- }
1254-
1255- .mc4wp-form-theme-dark button ,.mc4wp-form-theme-dark input [type = submit ],.mc4wp-form-theme-dark input [type = button ] {
1256- border-color : #1e1e1e ;
1257- color : #fff !important ;
1258- background-color : #444 !important
1259- }
1260-
1261- .mc4wp-form-theme-dark button :hover ,.mc4wp-form-theme-dark input [type = submit ]:hover ,.mc4wp-form-theme-dark input [type = button ]:hover ,.mc4wp-form-theme-dark button :focus ,.mc4wp-form-theme-dark input [type = submit ]:focus ,.mc4wp-form-theme-dark input [type = button ]:focus {
1262- border-color : #000 ;
1263- color : #fff !important ;
1264- background-color : #1e1e1e !important
1265- }
1266-
1267- .mc4wp-form-theme-dark input [type = text ]:focus ,.mc4wp-form-theme-dark input [type = email ]:focus ,.mc4wp-form-theme-dark input [type = tel ]:focus ,.mc4wp-form-theme-dark input [type = url ]:focus ,.mc4wp-form-theme-dark input [type = date ]:focus ,.mc4wp-form-theme-dark textarea :focus ,.mc4wp-form-theme-dark select :focus {
1268- border-color : #6a6a6a
1269- }
1270-
1271- .mc4wp-form-theme-light button ,.mc4wp-form-theme-light input [type = submit ],.mc4wp-form-theme-light input [type = button ] {
1272- border-color : #d9d9d9 ;
1273- color : #000 !important ;
1274- background-color : #fff !important
1275- }
1276-
1277- .mc4wp-form-theme-light button :hover ,.mc4wp-form-theme-light input [type = submit ]:hover ,.mc4wp-form-theme-light input [type = button ]:hover ,.mc4wp-form-theme-light button :focus ,.mc4wp-form-theme-light input [type = submit ]:focus ,.mc4wp-form-theme-light input [type = button ]:focus {
1278- border-color : #b3b3b3 ;
1279- color : #000 !important ;
1280- background-color : #d9d9d9 !important
1281- }
1282-
1283- .mc4wp-form-theme-light input [type = text ]:focus ,.mc4wp-form-theme-light input [type = email ]:focus ,.mc4wp-form-theme-light input [type = tel ]:focus ,.mc4wp-form-theme-light input [type = url ]:focus ,.mc4wp-form-theme-light input [type = date ]:focus ,.mc4wp-form-theme-light textarea :focus ,.mc4wp-form-theme-light select :focus {
1284- border-color : #d9d9d9
1285- }
1286-
1287- .mc4wp-form-theme-red button ,.mc4wp-form-theme-red input [type = submit ],.mc4wp-form-theme-red input [type = button ] {
1288- border-color : #b52b27 ;
1289- color : #fff !important ;
1290- background-color : #d9534f !important
1291- }
1292-
1293- .mc4wp-form-theme-red button :hover ,.mc4wp-form-theme-red input [type = submit ]:hover ,.mc4wp-form-theme-red input [type = button ]:hover ,.mc4wp-form-theme-red button :focus ,.mc4wp-form-theme-red input [type = submit ]:focus ,.mc4wp-form-theme-red input [type = button ]:focus {
1294- border-color : #761c19 ;
1295- color : #fff !important ;
1296- background-color : #b52b27 !important
1297- }
1298-
1299- .mc4wp-form-theme-red input [type = text ]:focus ,.mc4wp-form-theme-red input [type = email ]:focus ,.mc4wp-form-theme-red input [type = tel ]:focus ,.mc4wp-form-theme-red input [type = url ]:focus ,.mc4wp-form-theme-red input [type = date ]:focus ,.mc4wp-form-theme-red textarea :focus ,.mc4wp-form-theme-red select :focus {
1300- border-color : #e7908e
1301- }
1302-
1303- .mc4wp-form-theme-blue button ,.mc4wp-form-theme-blue input [type = submit ],.mc4wp-form-theme-blue input [type = button ] {
1304- border-color : #2a6496 ;
1305- color : #fff !important ;
1306- background-color : #428bca !important
1307- }
1308-
1309- .mc4wp-form-theme-blue button :hover ,.mc4wp-form-theme-blue input [type = submit ]:hover ,.mc4wp-form-theme-blue input [type = button ]:hover ,.mc4wp-form-theme-blue button :focus ,.mc4wp-form-theme-blue input [type = submit ]:focus ,.mc4wp-form-theme-blue input [type = button ]:focus {
1310- border-color : #193c5a ;
1311- color : #fff !important ;
1312- background-color : #2a6496 !important
1313- }
1314-
1315- .mc4wp-form-theme-blue input [type = text ]:focus ,.mc4wp-form-theme-blue input [type = email ]:focus ,.mc4wp-form-theme-blue input [type = tel ]:focus ,.mc4wp-form-theme-blue input [type = url ]:focus ,.mc4wp-form-theme-blue input [type = date ]:focus ,.mc4wp-form-theme-blue textarea :focus ,.mc4wp-form-theme-blue select :focus {
1316- border-color : #7eb0db
1317- }
1318-
1319- .mc4wp-form-theme-green button ,.mc4wp-form-theme-green input [type = submit ],.mc4wp-form-theme-green input [type = button ] {
1320- border-color : #3d8b3d ;
1321- color : #fff !important ;
1322- background-color : #5cb85c !important
1323- }
1324-
1325- .mc4wp-form-theme-green button :hover ,.mc4wp-form-theme-green input [type = submit ]:hover ,.mc4wp-form-theme-green input [type = button ]:hover ,.mc4wp-form-theme-green button :focus ,.mc4wp-form-theme-green input [type = submit ]:focus ,.mc4wp-form-theme-green input [type = button ]:focus {
1326- border-color : #255625 ;
1327- color : #fff !important ;
1328- background-color : #3d8b3d !important
1329- }
1330-
1331- .mc4wp-form-theme-green input [type = text ]:focus ,.mc4wp-form-theme-green input [type = email ]:focus ,.mc4wp-form-theme-green input [type = tel ]:focus ,.mc4wp-form-theme-green input [type = url ]:focus ,.mc4wp-form-theme-green input [type = date ]:focus ,.mc4wp-form-theme-green textarea :focus ,.mc4wp-form-theme-green select :focus {
1332- border-color : #91cf91
1333- }
0 commit comments