.color-alternative {
color: var(--theme-palette-color-3); }
.home .hero-section {
display: none; }
.home-hero:after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: .4;
pointer-events: none;
background-image: -webkit-gradient(linear, left bottom, right top, color-stop(33%, transparent), color-stop(33%, black), color-stop(66%, black), color-stop(66%, transparent));
background-image: linear-gradient(to right top, transparent 33%, black 33%, black 66%, transparent 66%);
background-size: 3px 3px; }
.home [data-vertical-spacing*=bottom] {
padding-top: 0; }
[data-vertical-spacing*=bottom] {
padding-bottom: 0 !important; }
.contact textarea {
overflow: auto;
min-height: 200px; }
.two-columns {
display: flex;
flex-wrap: wrap;
gap: 15px; }
.two-columns > div {
flex: 1 0 48%; } :root {
--primary-color: var(--theme-palette-color-2);
}
.wfu_container:hover div.wfu_overlay_editor {
display: none !important; }
form.file_input_uploadform {
width: inherit !important;
height: 100% !important; }
input[type="button"].file_input_button,
input[type="button"].file_input_button_hover {
width: inherit !important;
min-height: 42px;
height: 100% !important;
position: static !important;
padding: 5px 20px !important;
background-color: inherit !important;
color: var(--primary-color) !important;
background-image: none !important;
text-transform: uppercase;
font-weight: 700;
border-width: 2px !important;
border-color: var(--primary-color) !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
-khtml-border-radius: 5px !important;
border-radius: 5px !important; }
input[type="text"].file_input_textbox {
font-size: 12px;
position: relative;
width: 100% !important;
height: 42px !important;
margin: 0;
padding: 0 15px !important;
border: 1px solid !important;
border-color: rgba(0, 0, 0, 0.1) !important;
background-color: inherit !important;
color: var(--primary-color) !important; }
span.file_title_clean,
span.subfolder_label {
font-size: 14px;
color: inherit !important; }
.subfolder_dir {
display: none; }
#wordpress_file_upload_subfolders_1 {
margin-top: -30px; }
span.subfolder_label {
display: block;
margin-bottom: 15px !important; }
div.subfolder_container {
height: 100% !important;
color: inherit !important;
display: block !important; }
select.subfolder_dropdown {
font-size: 12px;
padding: 0 30px 0 15px !important;
color: var(--primary-color) !important;
height: 42px !important;
background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) !important;
background-position: right 10px top 50% !important;
background-size: auto 18px !important;
background-repeat: no-repeat !important;
border: 1px solid rgba(0, 0, 0, 0.1) !important; }
select.subfolder_dropdown option {
background-color: #fff !important;
color: var(--primary-color) !important; }
input[type="button"].file_input_submit:disabled,
input[type="button"].file_input_submit {
width: inherit !important;
min-height: 42px;
height: 100% !important;
padding: 5px 20px !important;
color: #fff !important;
text-transform: uppercase;
font-weight: 700;
background-color: var(--primary-color) !important;
background-image: none !important;
border: none !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
-khtml-border-radius: rpx !important;
border-radius: 5px !important; }
label.file_messageblock_fileheader_label,
label.file_messageblock_header_label {
padding: 10px !important;
font-weight: 500 !important;
font-size: 13px !important;
margin-bottom: 0 !important; }
div.file_messageblock_fileheader {
border: none !important; }
td.file_messageblock_fileheader_td {
margin: 0 !important;
padding: 0 !important; }
.wfu_container table td {
border: none !important; }
td.file_messageblock_fileheader_td,
.file_messageblock_header {
border: none !important; }
td.file_messageblock_arrow_td {
display: none !important; }
.file_messageblock_header {
color: inherit !important;
background-color: var(--bgcolor-white) !important; }
input[type="text"].file_input_textbox_nofile {
width: 100% !important; }
select.subfolder_dropdown_prompt,
input[type="text"].file_input_textbox_nofile {
padding: 0 15px !important;
height: 42px !important;
border-color: var(--wd-form-brd-color) !important;
background: transparent !important;
color: red !important; }
.list-file {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;}
.list-file .col {
flex: 0 0 25%;
max-width: 25%;
padding: 0 15px;
margin-bottom: 30px;
color: var(--theme-palette-color-3);
font-weight: 600; }
@media (max-width: 992px) {
.list-file .col {
flex: 0 0 33%;
max-width: 33%;}
}
@media (max-width: 768px) {
.list-file .col {
flex: 0 0 50%;
max-width: 50%; }
}