| 1 |
.et_pb_contact_form { |
| 2 |
margin-left: -3%; |
| 3 |
} |
| 4 |
|
| 5 |
.et_pb_contact_form [data-conditional-logic] { |
| 6 |
display: none; |
| 7 |
} |
| 8 |
|
| 9 |
p.et_pb_contact_field { |
| 10 |
margin-bottom: 3%; |
| 11 |
padding: 0 0 0 3%; |
| 12 |
-webkit-box-sizing: border-box; |
| 13 |
-moz-box-sizing: border-box; |
| 14 |
box-sizing: border-box; |
| 15 |
} |
| 16 |
|
| 17 |
p.et_pb_contact_field_half + p.et_pb_contact_field_last:not(.et_pb_contact_field_half), |
| 18 |
p.et_pb_contact_field:not(.et_pb_contact_field_last) { |
| 19 |
clear: both; |
| 20 |
} |
| 21 |
|
| 22 |
p.et_pb_contact_field.et_pb_contact_field_last + p.et_pb_contact_field.et_pb_contact_field_last { |
| 23 |
clear: both; |
| 24 |
} |
| 25 |
|
| 26 |
.et_pb_contact_field.et_pb_section_parallax, |
| 27 |
.et_pb_contact_field.et_pb_section_video { |
| 28 |
position: relative; |
| 29 |
} |
| 30 |
|
| 31 |
.et_pb_contact_field * { |
| 32 |
position: relative; |
| 33 |
} |
| 34 |
|
| 35 |
.et_pb_contact_main_title { |
| 36 |
position: relative; |
| 37 |
padding-bottom: 16px; |
| 38 |
font-weight: 500; |
| 39 |
} |
| 40 |
|
| 41 |
h1.et_pb_contact_main_title { |
| 42 |
font-size: 26px; |
| 43 |
} |
| 44 |
|
| 45 |
.et-pb-contact-message { |
| 46 |
position: relative; |
| 47 |
} |
| 48 |
|
| 49 |
.et_pb_column_1_3 .et_pb_contact_main_title, |
| 50 |
.et_pb_column_1_4 .et_pb_contact_main_title { |
| 51 |
font-size: 22px; |
| 52 |
} |
| 53 |
|
| 54 |
.e2pdf-dialog label.et_pb_contact_form_label { |
| 55 |
display: none; |
| 56 |
} |
| 57 |
|
| 58 |
.et_pb_contact_right { |
| 59 |
display: inline-block; |
| 60 |
min-width: 105px; |
| 61 |
margin: 0; |
| 62 |
text-align: right; |
| 63 |
} |
| 64 |
|
| 65 |
.et_pb_contact { |
| 66 |
position: relative; |
| 67 |
} |
| 68 |
|
| 69 |
.et_pb_contact .et_pb_contact_field_half { |
| 70 |
float: left; |
| 71 |
width: 50%; |
| 72 |
} |
| 73 |
|
| 74 |
.et_pb_contact p input, |
| 75 |
.et_pb_contact p textarea { |
| 76 |
width: 100%; |
| 77 |
padding: 16px; |
| 78 |
border: none; |
| 79 |
-webkit-border-radius: 0; |
| 80 |
-moz-border-radius: 0; |
| 81 |
border-radius: 0; |
| 82 |
color: #999; |
| 83 |
background-color: #eee; |
| 84 |
font-size: 14px; |
| 85 |
} |
| 86 |
|
| 87 |
.et_pb_contact p select { |
| 88 |
padding: 0 16px; |
| 89 |
height: 60px; |
| 90 |
line-height: 60px; |
| 91 |
} |
| 92 |
|
| 93 |
.et_pb_contact p textarea { |
| 94 |
font-family: inherit; |
| 95 |
} |
| 96 |
|
| 97 |
.et_pb_contact p input::-moz-placeholder, |
| 98 |
.et_pb_contact p textarea::-moz-placeholder { |
| 99 |
opacity: 1; |
| 100 |
} |
| 101 |
|
| 102 |
.et_pb_contact p input:-moz-placeholder, |
| 103 |
.et_pb_contact p textarea:-moz-placeholder { |
| 104 |
opacity: 1; |
| 105 |
} |
| 106 |
|
| 107 |
.et_pb_contact_right p input { |
| 108 |
max-width: 50px; |
| 109 |
padding: 16px; |
| 110 |
} |
| 111 |
|
| 112 |
.et_pb_contact p input[type="checkbox"], |
| 113 |
.et_pb_contact p input[type="radio"] { |
| 114 |
display: block; |
| 115 |
width: auto; |
| 116 |
max-width: none; |
| 117 |
margin: 0; |
| 118 |
padding: 0; |
| 119 |
position: absolute; |
| 120 |
visibility: hidden; |
| 121 |
width: 18px; |
| 122 |
height: 18px; |
| 123 |
margin-top: 1px; |
| 124 |
} |
| 125 |
|
| 126 |
.et_pb_contact p input[type="checkbox"] + label, |
| 127 |
.et_pb_contact p input[type="radio"] + label { |
| 128 |
display: inline-block; |
| 129 |
position: relative; |
| 130 |
min-height: 1.7em; |
| 131 |
line-height: 1.7em; |
| 132 |
vertical-align: middle; |
| 133 |
cursor: pointer; |
| 134 |
} |
| 135 |
|
| 136 |
.et_pb_contact p input[type="checkbox"] + label i, |
| 137 |
.et_pb_contact p input[type="radio"] + label i { |
| 138 |
display: inline-block; |
| 139 |
position: relative; |
| 140 |
width: 18px; |
| 141 |
height: 18px; |
| 142 |
margin-right: 6px; |
| 143 |
background-color: #eee; |
| 144 |
font-style: normal; |
| 145 |
vertical-align: middle; |
| 146 |
content: ""; |
| 147 |
} |
| 148 |
|
| 149 |
.rtl .et_pb_contact p input[type="checkbox"] + label i, |
| 150 |
.rtl .et_pb_contact p input[type="radio"] + label i { |
| 151 |
margin-right: 0; |
| 152 |
margin-left: 6px; |
| 153 |
} |
| 154 |
|
| 155 |
.et_pb_contact p input[type="radio"] + label i { |
| 156 |
border-radius: 50%; |
| 157 |
} |
| 158 |
|
| 159 |
.et_pb_contact p input[type="checkbox"]:checked + label i:before, |
| 160 |
.et_pb_contact p input[type="radio"]:checked + label i:before { |
| 161 |
position: absolute; |
| 162 |
top: 50%; |
| 163 |
left: 50%; |
| 164 |
content: ""; |
| 165 |
transform: translate(-50%, -50%); |
| 166 |
} |
| 167 |
|
| 168 |
.et_pb_contact p input[type="checkbox"]:checked + label i:before { |
| 169 |
width: 17px; |
| 170 |
height: 17px; |
| 171 |
color: #2ea3f2; |
| 172 |
font-family: "dashicons"; |
| 173 |
font-size: 17px; |
| 174 |
line-height: 17px; |
| 175 |
content: "\f147"; |
| 176 |
} |
| 177 |
|
| 178 |
.et_pb_contact p input[type="radio"]:checked + label i:before { |
| 179 |
width: 6px; |
| 180 |
height: 6px; |
| 181 |
border-radius: 50%; |
| 182 |
background: #2ea3f2; |
| 183 |
} |
| 184 |
|
| 185 |
.et_pb_contact p input[type="checkbox"] ~ input[type="text"] { |
| 186 |
display: none !important; |
| 187 |
} |
| 188 |
|
| 189 |
.et_pb_contact_field[data-type="select"] { |
| 190 |
position: relative; |
| 191 |
} |
| 192 |
|
| 193 |
.et_pb_contact_field[data-type="select"]:after { |
| 194 |
position: absolute; |
| 195 |
top: 50%; |
| 196 |
right: 10px; |
| 197 |
width: 0; |
| 198 |
height: 0; |
| 199 |
margin-top: 3px; |
| 200 |
border: 6px solid; |
| 201 |
border-color: #666 transparent transparent transparent; |
| 202 |
content: ""; |
| 203 |
transform: translateY(-50%); |
| 204 |
pointer-events: none; |
| 205 |
} |
| 206 |
|
| 207 |
.et_pb_contact_select { |
| 208 |
box-sizing: border-box; |
| 209 |
width: 100%; |
| 210 |
padding: 16px 20px 16px 10px; |
| 211 |
border: 0; |
| 212 |
border-radius: 0; |
| 213 |
color: #999; |
| 214 |
background-color: #eee; |
| 215 |
|
| 216 |
-webkit-appearance: none; |
| 217 |
-moz-appearance: none; |
| 218 |
appearance: none; |
| 219 |
} |
| 220 |
|
| 221 |
.et_pb_contact_select::-ms-expand { |
| 222 |
display: none; |
| 223 |
} |
| 224 |
|
| 225 |
.rtl .et_pb_contact_select { |
| 226 |
padding: 16px 10px 16px 20px; |
| 227 |
} |
| 228 |
|
| 229 |
.rtl .et_pb_contact_field[data-type="select"]:after { |
| 230 |
right: auto; |
| 231 |
left: 42px; |
| 232 |
} |
| 233 |
|
| 234 |
.et_pb_contact_field_options_wrapper { |
| 235 |
display: block; |
| 236 |
} |
| 237 |
|
| 238 |
.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title { |
| 239 |
float: left; |
| 240 |
margin-right: 20px; |
| 241 |
} |
| 242 |
|
| 243 |
.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list { |
| 244 |
float: left; |
| 245 |
} |
| 246 |
|
| 247 |
.et_pb_contact_field_options_wrapper:after { |
| 248 |
display: block; |
| 249 |
clear: both; |
| 250 |
content: " "; |
| 251 |
} |
| 252 |
|
| 253 |
.rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title, |
| 254 |
.rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_list { |
| 255 |
float: right; |
| 256 |
} |
| 257 |
|
| 258 |
.rtl .et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title { |
| 259 |
margin-right: 0; |
| 260 |
margin-left: 20px; |
| 261 |
} |
| 262 |
|
| 263 |
.et_pb_contact_field_options_title, |
| 264 |
.et_pb_contact_field_select_title, |
| 265 |
.et_pb_contact_field_checkbox, |
| 266 |
.et_pb_contact_field_radio { |
| 267 |
display: block; |
| 268 |
} |
| 269 |
|
| 270 |
.et_pb_contact_field_radio_title, |
| 271 |
.et_pb_contact_field_select_title { |
| 272 |
padding-bottom: 4px; |
| 273 |
font-size: 16px; |
| 274 |
} |
| 275 |
|
| 276 |
.et_pb_contact_message { |
| 277 |
min-height: 150px; |
| 278 |
} |
| 279 |
|
| 280 |
.et_pb_contact_submit, |
| 281 |
.et_pb_contact_reset { |
| 282 |
display: inline-block; |
| 283 |
margin: 0 0 0 15px; |
| 284 |
font-family: inherit; |
| 285 |
cursor: pointer; |
| 286 |
} |
| 287 |
|
| 288 |
.et_pb_contact p .et_contact_error { |
| 289 |
border: 1px solid #f00 !important; |
| 290 |
} |
| 291 |
|
| 292 |
.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio_title, |
| 293 |
.et_pb_contact .et_pb_contact_form p.et_contact_error .et_pb_contact_field_radio label, |
| 294 |
.et_pb_contact .et_pb_contact_form p.et_contact_error input[type="checkbox"] + label { |
| 295 |
color: #f00 !important; |
| 296 |
} |
| 297 |
|
| 298 |
.et_contact_bottom_container { |
| 299 |
float: right; |
| 300 |
margin-top: -1.5%; |
| 301 |
text-align: right; |
| 302 |
} |
| 303 |
|
| 304 |
.et_pb_contact_form .et_pb_contactform_validate_field { |
| 305 |
display: none !important; |
| 306 |
visibility: hidden !important; |
| 307 |
width: 0 !important; |
| 308 |
height: 0 !important; |
| 309 |
border: none !important; |
| 310 |
opacity: 0 !important; |
| 311 |
} |
| 312 |
|
| 313 |
.et_pb_contactform_validate_field { |
| 314 |
display: none; |
| 315 |
} |
| 316 |
|
| 317 |
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_title, |
| 318 |
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_list, |
| 319 |
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_title, |
| 320 |
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_list, |
| 321 |
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_title, |
| 322 |
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_list, |
| 323 |
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_title, |
| 324 |
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_list, |
| 325 |
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_title, |
| 326 |
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_list, |
| 327 |
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_title, |
| 328 |
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_list { |
| 329 |
float: none; |
| 330 |
} |
| 331 |
|
| 332 |
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, |
| 333 |
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, |
| 334 |
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, |
| 335 |
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, |
| 336 |
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, |
| 337 |
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper { |
| 338 |
display: flex; |
| 339 |
} |
| 340 |
|
| 341 |
.et_pb_contact_field.et_pb_text_align_center .et_pb_contact_field_radio_wrapper, |
| 342 |
.et_pb_contact_form_container.et_pb_text_align_center .et_pb_contact_field_radio_wrapper { |
| 343 |
justify-content: center; |
| 344 |
} |
| 345 |
|
| 346 |
.et_pb_contact_field.et_pb_text_align_right .et_pb_contact_field_radio_wrapper, |
| 347 |
.et_pb_contact_form_container.et_pb_text_align_right .et_pb_contact_field_radio_wrapper { |
| 348 |
justify-content: flex-end; |
| 349 |
} |
| 350 |
|
| 351 |
.et_pb_contact_field.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper, |
| 352 |
.et_pb_contact_form_container.et_pb_text_align_justified .et_pb_contact_field_radio_wrapper { |
| 353 |
justify-content: space-between; |
| 354 |
} |
| 355 |
|
| 356 |
.clearfix:after { |
| 357 |
display: block; |
| 358 |
visibility: hidden; |
| 359 |
clear: both; |
| 360 |
height: 0; |
| 361 |
font-size: 0; |
| 362 |
content: " "; |
| 363 |
} |
| 364 |
|
| 365 |
.et_pb_contact_form_container.et_flex_module .et_flex_module { |
| 366 |
margin-bottom: 20px; |
| 367 |
} |
| 368 |
|
| 369 |
.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox], .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio] { |
| 370 |
display: inline-block; |
| 371 |
width: 18px; |
| 372 |
height: 18px; |
| 373 |
margin-right: 6px; |
| 374 |
} |
| 375 |
|
| 376 |
.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox]+label, .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio]+label { |
| 377 |
display: inline; |
| 378 |
} |
| 379 |
|
| 380 |
.et_flex_module .et_pb_contact .et_pb_contact_field input[type=checkbox]+label i, .et_flex_module .et_pb_contact .et_pb_contact_field input[type=radio]+label i { |
| 381 |
display: none; |
| 382 |
} |
| 383 |
|
| 384 |
.et_flex_module .stars_wapper, .et_flex_module .canvas__container, |
| 385 |
.et_flex_module .et_pb_file_upload_button, |
| 386 |
.et_flex_module .et_pb_files_container |
| 387 |
{ |
| 388 |
display: none; |
| 389 |
} |
| 390 |
|
| 391 |
.et_flex_module [data-type="signature-pad"] input { |
| 392 |
height: 150px; |
| 393 |
} |