/*
Theme Name: Tealridge Child Theme
Theme URI: http://www.flyingdonutmedia.com
Version: 1.0.0
Description: A custom beaver builder child theme for Tealridge.
Author: Jason Wendel
Author URI: https://www.flyingdonutmedia.com
template: bb-theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Theme
--------------------------------------------------------------*/
#job_description_modal {
  display: none;
}

.fl-theme-builder-header-shrink {
  background: #487280;
  transition: ease-in-out 0.3s background;
}

@media (min-width: 1200px) {
  .content-box-column-right .fl-col-content {
    align-items: self-start !important;
    margin-left: 70px;
  }
  .content-box-column-left .fl-col-content {
    align-items: flex-end !important;
    margin-right: 70px;
  }
}
/**
** Header
**/
#gform_1 .gform_footer {
  justify-content: center;
}

/**
** Careers
**/
.workable_jobs-listing {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.fl-builder-edit .workable_jobs-listing .modal {
  display: none;
}
.workable_jobs-listing .modal .modal-dialog {
  max-width: 1200px;
  margin: inherit 20px;
}
.workable_jobs-listing .workable_job {
  width: 100%;
  max-width: 400px;
  margin-bottom: 50px;
  padding: 20px;
  border-bottom: 2px solid #e6e6e6;
}
.workable_jobs-listing .workable_job .job-title {
  line-height: 1;
}
.workable_jobs-listing .workable_job .job-info {
  margin-bottom: 20px;
}
.workable_jobs-listing .workable_job .btn-view-job {
  background: #487280;
  border-color: #446c79;
}
.workable_jobs-listing .workable_job .btn-view-job a {
  color: #fff;
}
.workable_jobs-listing .workable_job .btn-view-job:hover {
  background: #5a8fa1;
}

/**
** Helpful Tools
**/
.helpful-tool {
  position: relative;
}
.helpful-tool .helpful-tool-button .uabb-button-wrap {
  position: absolute;
  bottom: 10px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

/**
** Bedroom Modals
**/
.br-name {
  font-size: 16px;
  margin-top: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
}
