/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.header a, .header a:hover {
	color: #C29000
}


/* HEADER VIDEO POSITIONING */

.headervideo .elementor-background-video-hosted {
 top: 0;
  transform: translate(-50%, -5%);
}
/* END HEADER VIDEO POSITIONING */

/* BEGIN CF7 STYLING */

.wpcf7-form-control-wrap {
    display: inline;
}

.wpcf7-form textarea, select, .wpcf7-form input[type="date"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="email"], .wpcf7-form input[type="month"], .wpcf7-form input[type="number"], .wpcf7-form input[type="password"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="text"], .wpcf7-form input[type="time"], .wpcf7-form input[type="url"], input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea, .wpcf7-form input[type="week"], .wpcf7-select, .ui--select-wrapper {
	background-color: #ebebeb;
	border-width: 2px;
	border-color: #AA7100;
	border-radius: 12px;
	border-style: solid;
    	margin-bottom: 0px !important;
	padding: 6px;
}

.wpcf7-form-control-wrap input:not([type="radio"]):not([type="checkbox"]),
.wpcf7-form-control-wrap textarea {
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #fb1930;
}

.clear, .container, .gallery {
    zoom: 1;
}

.clear:before, .container:before, .gallery:before, .clear:after, .container:after, .gallery:after {
    display: table;
    content: "";
}

.clear:after, .container:after, .gallery:after {
    clear: both;
}

.separator {
  clear: both; /* Clears any preceding floats */
 margin: 50px 0 30px 0; /* Adds 50px margin above and 30px margin below */
  border-top: 1px solid #71717a; /* Creates the separating line */
}

/* === COLUMN LAYOUTS === */

.form_1_2, .form_1_3, .form_2_3, .form_1_4, .form_3_4 {
    width: 100%;
    float: left;
    margin: 0;
}

[class^="form_"] input:not([type="radio"]):not([type="checkbox"]),
[class^="form_"] select {
    width: 100%;
}

[class^="form_"].last {
    float: left;
    clear: right;
    margin: 0;
}

@media screen and (min-width: 790px) {
    .form_1_2 { width: 47%; margin-right: 6%; }
    .form_1_3 { width: 30%; margin-right: 5%; }
    .form_2_3 { width: 65%; margin-right: 5%; }
    .form_1_4 { width: 21.5%; margin-right: 4%; }
    .form_3_4 { width: 72%; margin-right: 4%; }
}

/* PLACEHOLDER COLOR */

::-webkit-input-placeholder { /* WebKit browsers */
color: #888 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #888 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #888 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #888 !important;
opacity: 1;
}


/* VALIDATION STYLING */

span.wpcf7-not-valid-tip {
    position: inherit !important;
	  font-size: .7em!important;
}

span.wpcf7-not-valid-tip {
	font-size: 11px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-top: 3px!important;
	display: inline-block;
	color: #FF9600; /* Error Text Color */
}

input.wpcf7-not-valid {
	border-color: #F00;  
}

div.wpcf7-response-output {
	margin-left: 0;
	padding: 15px 20px;
	background: #f8f9f9;
	display: inline-block;
}

/* === SUBMIT BUTTON STYLING === */

.cf7-submit {
	padding: 9px !important;
	background: #AA7100 !important;
	color: #FFF !important;
	font-weight:700;
	border: 2px solid #000;
	border-radius: 12px;
}

.cf7-submit:hover {
	background: #000 !important;
}

.wpcf7-submit:disabled {
    cursor: not-allowed;
    background-color: #a5a5a5 !important;
}

/* === HEADINGS AND TEXT STYLING === */

.contact-headings {
    font-size: 16px;
    font-weight: bold;
    color: #FFF!important;
    background-color: #AA7100;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 12px;
    display: block;
    text-transform: uppercase;
	border-bottom: 2px solid #000000;
	margin-top: 30px;
}

.contact-red {
    color: red !important;
    font-size: 12px;
    line-height: 2px;
    padding-left: 0;
    letter-spacing: 1.5px;
	  padding-bottom: 20px;
	  padding-top: 14px;
    text-transform: uppercase;
}

.contact-small {
    font-size: 13px;
    color: #000;
}

.spacer {
	margin-bottom: 20px;
}

.recaptcha-notice {
    font-size: 11px;
    color: #5c5c5c;
}

.grecaptcha-badge { visibility: hidden; }

.warn:before {
    content: "";
    display: block;
    background: url(https://seattlelegalmessengers.com/wp-content/uploads/2024/12/warn-icon.png) no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin: -3px 8px 0 0px;
}

.arrow:before {
    content: "";
    display: block;
    background: url(https://seattlelegalmessengers.com/wp-content/uploads/2024/12/exclamation-red.png) no-repeat;
    width: 22px;
    height: 22px;
    float: left;
    margin: -1px 8px 0 0px;
}

/* Force radio buttons and checkboxes to appear vertically
IMORTANT: Enclose section in <div id="inline">...</div> */

#inline .wpcf7-list-item { 
display: block;
}

/* === SIGNATURE AREA STYLING === */

canvas#digital_signature-pad_signature {
    border: 2px solid #8b8b8b;
	border-radius: 8px;
    padding: 5px;
}

.dscf7_signature input.clearButton {
    margin: 8px !important;
	width: 26px !important;
    height: 26px !important;
}

.redbox {
	border: 2px solid #d00000;
	border-radius: 8px;
	background: #ebebeb;
	padding: 25px;
}

/* === MULTI FILE UPLOAD BOX STYLING === */

.codedropz-upload-handler {
    border: 2px dashed #18181b;
    background: #ebebeb;
}

/* === WP CUSTOMER REVIEWS STYLING === */

div.wpcr3_review_item div.wpcr3_item_name { /* Company Name */
  font-size: 1.2em;
  font-weight: 700;
}

div.wpcr3_aggregateRating { /* Number of Reviews */
    font-size: 1em;
	color: red;
}

.wpcr3_button_1 { /* Create Review Button */
  border: 2px solid;
  border-color: #000;
  background: linear-gradient(to bottom, #d70101 0%, #530000 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 18px 7px;
  margin-bottom: 15px;
}

.wpcr3_button_1:hover { /* Create Review Button Hover */
  border: 2px solid;
  border-color: #000;
  background: linear-gradient(to bottom, #530000 0%, #d70101 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.wpcr3_caps { /* reviewer name */
    font-weight: 700;
}

div.wpcr3_review blockquote.wpcr3_content.wpcr3_admin_response p { /* response */
    margin-left: 30px;
    color: #d70101;
	font-size: 18px !important;
    font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.wpcr3_pagination .wpcr3_a.wpcr3_current {  /* pagination button color */
  background: #d70101;
}

.wpcr3_pagination .wpcr3_a:hover {  /* pagination button hover color */
  background: #d70101;
}

@media screen and (max-width: 760px) { /* Reduce text area size on mobile */
	.wpcr3_respond_2 textarea {
    min-width: 380px;
	}}



/* === ADDITIONAL STYLING === */

/* Change cursor on parent menu item */
.parentmenu { 
	cursor: help;
}

/* FOOTER LINK COLOR */

#footerlinks a {
    color: #bfbfbf;
}

#footerlinks a:hover {
    color: #fff;
}

