﻿/*--------FORM STYLES--------------------*/
form.ck-form { position: relative; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; column-gap: 12px; }
form.ck-form .formrow { width: 100%; display: flex; justify-content: flex-start; }
form.ck-form .formrow-captcha { width: 100%; display: flex; flex-direction: column; align-items: flex-start; margin-top: 8px; }

form.ck-form .smcol { width: calc(33.333333% - 8px); display: flex; flex-direction: column; align-items: flex-start; }

form.ck-form label { width: 100%; padding: 12px 0 6px 0; box-sizing: border-box; margin-top: 10px; color: #000; font-size: 18px; line-height: 1.4; letter-spacing: 1px; text-transform: uppercase; font-family: 'sinter', sans-serif; }
form.ck-form select, form.ck-form input, form.ck-form input[type="text"], form.ck-form input[type="email"], form.ck-form textarea, form.ck-form #CaptchaAnswer { width: 100%; height: 42px; padding: 12px 10px; box-sizing: border-box; color: #000; font-size: 16px; line-height: 1.4; letter-spacing: .25px; border: none; outline: 1px solid #000; font-family: 'sinter', sans-serif; border-radius: 6px; }
form.ck-form textarea { height: 120px; }
form.ck-form select { background: #fff; border-right: 10px solid #fff!important; }

form.ck-form a:not(.invisilink) { cursor: pointer; margin: 20px 0 0 0; }
form.ck-form .CaptchaPanel { text-align: left; background: var(--lgray); }
form.ck-form .CaptchaMessagePanel { font-family: 'sinter', sans-serif!important; color: #000; }
form.ck-form #CaptchaAnswer { width: 180px!important; }
form.ck-form div.CaptchaWhatsThisPanel a { font-family: 'sinter', sans-serif!important; color: var(--dblue); transition: .15s ease all; }
form.ck-form div.CaptchaWhatsThisPanel a:hover { color: #444; text-decoration: underline; }
form button[type="submit"], form input[type="submit"] { cursor: pointer; border: none; }

#contactForm { scroll-margin-top: 24px; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 750px) {
	form.ck-form .smcol { width: 100%; }
}
