/*
Theme Name: conectys
Author: Widelab
Author URI: https://www.widelab.co/
Text Domain: conectys
Requires at least: 6.5
Requires PHP: 8.2
Tested up to: 6.5
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Custom CSS */
.entry-content>*:not(.wp-block-cover):not(.wp-block-group) {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem !important;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.entry-content>.wp-block-heading{
  margin-bottom: 40px;
  padding-top: 20px;
}

.entry-content .wp-block-heading:has(+ [class*="wp-block-"]) {
  margin-bottom: 20px;
}

.entry-content>.wp-block-paragraph,
.entry-content>p,
.entry-content>ul:not(.nav):not(.pagination) {
  margin-bottom: 20px;
}

.wp-theme-conectys .entry-content>.wp-block-cover,
.wp-theme-conectys .entry-content>.wp-block-group {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
  margin: 0;
}

.wp-theme-conectys .wp-block-heading {
  font-family: "Host Grotesk", sans-serif;
  font-weight: 600;
}

em {
  font-family: "Geist", sans-serif;
}

.entry-content ul:not(.nav):not(.pagination) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 3.6rem 0;
  padding: 0;
  list-style-type: none;
}

.entry-content ul:not(.nav):not(.pagination) li {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.6rem;
  line-height: 1.3;
}

.entry-content ul:not(.nav):not(.pagination) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: .8rem;
  height: .8rem;
  background-color: var(--wp--preset--color--blue-400);
  border-radius: 50%;
}

.wp-block-spacer {
  margin-top: 0 !important;
  margin-block-start: 0 !important;
}

.wp-block-cover__inner-container {
  margin: 0 auto;
  max-width: 120rem !important;
  padding: 0 20px !important;
}


[class*="__inner-container"]>*:not(.alignwide):not(.alignful:not(.nav):not(.pagination)l):not(.alignleft):not(.alignright):not(.is-style-wide):not(.wp-block-buttons) {
  max-width: 100%;
  width: 100%;
}

.wp-block-file a:not(.wp-block-file__button) {
  color: #111c1e !important;
}

.wp-block-file a.wp-block-file__button {
  color: #111c1e !important;
  background-color: #6ed6e0;
}

.form-frame {
  min-height: 3000px;
  max-width: 120rem !important;
  padding: 0;
  margin: 0 auto;
  border: 0;
  background: transparent;
  background-color: transparent;
}

.sjb-wrap .sjb-signup-form,
.sjb-wrap .sjb-login {
  border: none !important;
}

.sjb-wrap .sjb-login input[type="submit"] {
  box-shadow: 0px 3px 9px #ccc;
}

.login-image {
  margin-bottom: -4rem;
  margin-top: -14rem;
}

span.toggle-text {
  display: none;
}

.move-down {
  margin-bottom: -1.9em;
}

hr.wp-block-separator:not(.is-style-dots)::before,
hr.wp-block-separator:not(.is-style-dots)::after {
  background: #111c1e !important;
}

.sjb-page {
  margin: 0 auto;
  max-width: 120rem !important;
  padding: 1rem 2rem;
}

.v2 {
  display: grid;
  gap: 1em;
  min-height: 400px;
  align-content: space-between;
}

.sjb-page .sjb-listing .grid-item .list-data .v2 {
  border-left: 1.25px solid #62626236;

  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
  margin-block: 1em;
  transition: all 0.7s linear;
}

.sjb-page .sjb-listing .grid-item .list-data .v2:hover {
  border-left-color: #6ed6e0;
}

.wp-theme-conectys .sjb-page .sjb-filters {
  padding: 35px 30px 15px;
  background-color: #efede3 !important;
  border-radius: 24px;
}

.filters-form {
  container-type: inline-size;
}

.sjb-filters .filters-form .row {
  display: flex;
  flex-flow: row nowrap;
  gap: 1em;
}

.sjb-page .sjb-detail .list-data .v1 ul:not(.nav):not(.pagination) li::before,
.sjb-page .sjb-detail .list-data .v2 ul:not(.nav):not(.pagination) li::before {
  color: #6ed6e0 !important;
}

.sjb-page .list-data .v2 .job-info .job-title {
  font-family: "Host Grotesk", sans-serif;
  font-size: 24px;
}

.sjb-page .list-data .v2 .job-info h4 a:hover {
  color: #6ed6e0;
}

.wp-theme-conectys .sjb-page .sjb-apply-button .btn,
.wp-theme-conectys .sjb-page .sjb-detail .jobpost-form .file div,
.wp-theme-conectys .sjb-page .sjb-detail .jobpost-form .file:hover div {
  box-shadow: none;
  border: 2px solid #efede3;
  color: #111c1e !important;
  background-color: #efede3 !important;
  border-radius: 12px !important;
  transition: all 0.3s ease-in;
  font-weight: 500;
  letter-spacing: 0.052em;
}

.wp-theme-conectys .sjb-page .sjb-apply-button .btn {
  width: 100%;
}

.wp-theme-conectys .sjb-page .sjb-apply-button .btn:hover {
  width: 100%;
  background-color: #6ed6e0 !important;
  border: 2px solid #6ed6e0 !important;
}

.wp-theme-conectys .sjb-filters .btn-search {
  box-shadow: none;
  border: 2px solid #6ed6e0 !important;
  color: #111c1e !important;
  background-color: #6ed6e0 !important;
  border-radius: 12px !important;
  transition: all 0.3s ease-in;
  font-weight: 500;
  letter-spacing: 0.052em;
}

.wp-theme-conectys .sjb-filters .btn-search:hover {
  color: #111c1e !important;
  background-color: #6ed6e0 !important;
  opacity: 0.8;
}

#sjb-form-padding-button::after {
  content: " ";
  display: inline-block;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background-color: #6ed6e0;
  margin: 10px 0;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
  width: 15%;
  float: right;
}

.sjb-page .form-control {
  color: #827b76;
  box-shadow: none !important;
  background-color: #fdfdfd;
  border: 0.1rem solid #fdfdfd !important;
  border-radius: 1.8rem !important;
  font-size: 1.8rem !important;
  height: 4.8rem !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  outline: unset;
  padding: 1rem 2.4rem !important;
  width: 100%;
}

.top-image {
  position: absolute;
  bottom: 100vh;
  left: 20%;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.3);
}

/* social share on job post */
.ss-inline-share-wrapper .ss-social-icons-container .ss-share-network-content {
  background-color: lightslategray;
}

.ss-social-share-label {
  padding-bottom: 20px;
}

.round {
  border-radius: 30px;
}

.social-icons a {
  background-color: #fdfdfd !important;
  color: #1a1a1a;
}

.job-listing-widget li>div {
  display: none;
}

.job-company,
.single-jobpost .jobpost-form,
.CookieDeclaration {
  display: none;
}

.sjb-page~.ss-inline-share-wrapper {
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .sjb-filters .filters-form .row {
    flex-flow: column wrap;
  }

  .wp-block-buttons {
    max-width: calc(100svw - 40px);
    margin: 0 auto;
  }

  .wp-block-buttons.is-horizontal {
    flex-direction: column;
  }

  .wp-block-buttons.is-horizontal>.wp-block-button {
    width: 100%;
  }
}

@media screen and (min-width: 800px) {
  .sjb-job-characteristics {
    min-width: 60em;
  }

  .v2 .job-info {
    margin: 0 !important;
  }
}

/* Custom CSS End */