/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
.white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white p, .white a, .white li {
  color: white !important;
}

.white a {
  text-decoration: underline !important;
}

/* Gravity Forms - Form Inputs */
/* Form Inputs - Default */
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield select, .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-radius: 0px;
}

/* Form Inputs - Class "round" */
.gform_wrapper .round .gform_body .gform_fields .gfield input:not([type=checkbox]), .gform_wrapper .round .gform_body .gform_fields .gfield select, .gform_wrapper .round .gform_body .gform_fields .gfield textarea {
  border-radius: 5px;
}

/* Form Inputs - Class "round-10" */
.gform_wrapper .round-10 .gform_body .gform_fields .gfield input:not([type=checkbox]), .gform_wrapper .round-10 .gform_body .gform_fields .gfield select, .gform_wrapper .round-10 .gform_body .gform_fields .gfield textarea {
  border-radius: 10px;
}

/* Form Inputs - Class "round-20" */
.gform_wrapper .round-20 .gform_body .gform_fields .gfield input:not([type=checkbox]), .gform_wrapper .round-20 .gform_body .gform_fields .gfield select, .gform_wrapper .round-20 .gform_body .gform_fields .gfield textarea {
  border-radius: 20px;
}

body ul.elementor-nav-menu--dropdown a,
body ul.elementor-nav-menu--dropdown a:focus,
body ul.elementor-nav-menu--dropdown a:hover {
  border-left: 0;
}

ul, ol {
  padding-top: 15px;
  padding-bottom: 15px;
}

.home #site-footer {
  display: none;
}

.elementor-kit-32 button, .elementor-kit-32 input[type=button],
.elementor-kit-32 input[type=submit],
.elementor-kit-32 .elementor-button,
.rev-btn {
  position: relative;
  overflow: hidden;
}
.elementor-kit-32 button:before, .elementor-kit-32 input[type=button]:before,
.elementor-kit-32 input[type=submit]:before,
.elementor-kit-32 .elementor-button:before,
.rev-btn:before {
  content: "";
  width: 130%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#826000), to(#826000));
  background-image: linear-gradient(#826000, #826000);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -15%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: skewx(-45deg);
          transform: skewx(-45deg);
}
.elementor-kit-32 button:hover:before, .elementor-kit-32 input[type=button]:hover:before,
.elementor-kit-32 input[type=submit]:hover:before,
.elementor-kit-32 .elementor-button:hover:before,
.rev-btn:hover:before {
  background-size: 100% 100%;
  opacity: 1;
}
.elementor-kit-32 button .elementor-button-content-wrapper, .elementor-kit-32 input[type=button] .elementor-button-content-wrapper,
.elementor-kit-32 input[type=submit] .elementor-button-content-wrapper,
.elementor-kit-32 .elementor-button .elementor-button-content-wrapper,
.rev-btn .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
}

.main-menu .sub-arrow {
  display: none !important;
}
@media (min-width: 1024px) {
  .main-menu .sub-menu {
    display: none !important;
  }
}

#mobile-menu .sub-menu {
  display: block;
  position: relative;
  background: none;
  margin-top: 0 !important;
  width: 100%;
}
#mobile-menu .sub-menu a {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

table.collage-jobs-table.dataTable {
  margin-top: 20px;
  margin: 20px 0px;
}
table.collage-jobs-table.dataTable td {
  background-color: transparent !important;
}
table.collage-jobs-table.dataTable th, table.collage-jobs-table.dataTable td {
  border: none !important;
  border-bottom: 1px solid var(--e-global-color-a7b37d0) !important;
  padding: 15px !important;
  color: var(--e-global-color-4ca4d145) !important;
  font-weight: 400;
}
table.collage-jobs-table.dataTable th:hover {
  outline: none !important;
}
table.collage-jobs-table.dataTable tbody tr:hover,
table.collage-jobs-table.dataTable thead th:hover {
  background-color: var(--e-global-color-a7b37d0) !important;
}
table.collage-jobs-table.dataTable tr > td:first-of-type {
  font-weight: 500;
}

.dt-column-title {
  color: var(--e-global-color-4ca4d145);
  text-transform: uppercase;
  font-weight: 500;
}

.collage-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  position: relative;
}

.collage-jobs-filters {
  background-color: var(--e-global-color-a7b37d0);
}

.filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.job-row {
  cursor: pointer;
}

.filter-group {
  width: 100%;
}
.filter-group label {
  color: var(--e-global-color-primary);
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.filter-group select {
  border-radius: 1px;
  border-color: var(--e-global-color-4ca4d145);
  font-weight: 300;
}

.dt-column-order {
  display: none;
}

.collage-job-simple-item {
  border-bottom: 1px solid var(--e-global-color-a7b37d0);
  padding-bottom: 10px;
}
.collage-job-simple-item .job-title {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}

.project-container .project-title,
.project-container .project-desc {
  bottom: -55px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project-container:hover .project-title {
  bottom: 40px !important;
}
.project-container:hover .project-desc {
  bottom: 15px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.project-container:hover .project-content-box.elementor-section:after {
  width: 100%;
  height: 100%;
}

.project-content-box.elementor-section {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  max-height: 250px;
  pointer-events: none;
}
.project-content-box.elementor-section:after {
  content: "";
  width: 0%;
  height: 0%;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(135deg, transparent 125px, var(--e-global-color-primary) 125px);
  background-repeat: no-repeat;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* b and strong weight */
b, strong {
  font-weight: 700 !important;
}

/*   FORM LEGEND for REQUIRED FIELDS and REQUIRED FIELD markers  */
.laurin-form_wrapper .gform_required_legend {
  display: none;
}

.laurin-form_wrapper .laurin-form .gfield_required .gfield_required_custom,
.laurin-form_wrapper .laurin-form .gfield_required .gfield_required_asterisk {
  color: var(--e-global-color-primary) !important;
}

/*   FORM BUTTONS   */
.laurin-form_wrapper .laurin-form .submit-button {
  background-color: var(--e-global-color-accent) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  border-radius: 0 !important;
  position: relative !important;
  overflow: hidden;
  display: block !important;
}

.laurin-form_wrapper .laurin-form .submit-button input {
  z-index: 5;
  background: transparent;
}

.laurin-form_wrapper .laurin-form .submit-button:before {
  content: "" !important;
  width: 130% !important;
  height: 100% !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#826000), to(#826000)) !important;
  background-image: linear-gradient(#826000, #826000) !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  display: block !important;
  position: absolute !important;
  top: 0;
  left: -15%;
  z-index: 1;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  -webkit-transform: skewx(-45deg);
          transform: skewx(-45deg);
}

.laurin-form_wrapper .laurin-form .submit-button span {
  z-index: 3;
  position: relative;
}

.laurin-form_wrapper .laurin-form .submit-button:hover:before,
.laurin-form_wrapper .laurin-form .submit-button:focus:before {
  background-size: 100% 100%;
  opacity: 0.4;
}

/*   FORM LABELS   */
.laurin-form_wrapper .gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  color: var(--e-global-color-primary) !important;
  text-transform: uppercase !important;
  font-size: 1.2em !important;
}

/*   FORM RADIO BUTTONS (making inline)  */
.laurin-form_wrapper .laurin-form .ginput_container_radio .gchoice {
  display: inline-block;
  width: auto;
  margin-right: 1.25em;
}

.laurin-form_wrapper .laurin-form .ginput_container_radio .gchoice input {
  vertical-align: middle;
}

.laurin-form_wrapper .laurin-form .gfield_radio {
  display: block;
  text-transform: none !important;
}

/* radio labels*/
.laurin-form_wrapper .laurin-form .ginput_container_radio label.gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  vertical-align: middle;
  width: auto;
  display: inline-block;
  padding: 0.1em !important;
  margin-left: 0.25em !important;
  color: black !important;
  text-transform: none !important;
  font-weight: light !important;
  font-size: 1em !important;
}

/*   FORM FOOTERS  */
.gform_footer {
  padding-top: 30px;
}
/*# sourceMappingURL=style.css.map */