/*
Theme Name: Housesit Match Child Theme
Theme URI: https://10degrees.uk
Description: Child theme for the Housesit Match WordPress Theme
Version: 1.0.0
Author: 10 Degrees
Author URI: https://10degrees.uk
Template: petsitter
*/

/********************* Single Job *****************************/

@import "style-magnific.css";

#jmfe-wrap-job_premium_gallery,
#jmfe-wrap-job_gallery,
#jmfe-wrap-job_start_date,
#jmfe-wrap-job_end_date,
#jmfe-wrap-job_duration,
#jmfe-wrap-job_property_experience-multi-label,
#jmfe-wrap-job_property_experience,
#jmfe-wrap-job_pets_experience-multi-label,
#jmfe-wrap-job_pets_experience,
#jmfe-wrap-property_type,
#jmfe-wrap-job_street,
#jmfe-wrap-job_state,
#jmfe-wrap-job_postcode,
#jmfe-wrap-job_country,
#jmfe-wrap-job_things_to_know,
#jmfe-wrap-job_responsibilities,
#jmfe-wrap-job_points_of_interest-multi-label,
#jmfe-wrap-job_points_of_interest,
#jmfe-wrap-job_town,
#jmfe-wrap-job_standard_gallery_image1,
#jmfe-wrap-job_standard_gallery_image2,
#jmfe-wrap-job_premium_gallery_image1,
#jmfe-wrap-job_premium_gallery_image2,
#jmfe-wrap-job_premium_gallery_image3,
#jmfe-wrap-job_premium_gallery_image4,
#jmfe-wrap-job_premium_gallery_image5,
#jmfe-wrap-job_premium_gallery_image6,
#jmfe-wrap-job_premium_gallery_image7 {
  display: none !important;
}

.fieldset-choose_address {
  display: none;
}

.um-field-imported_user-id {
  display: none;
}

/* Cant be set to display none as we are triggering a change event on this with js to force conditional logic to work on load */
.um-field-membership-level {
  position: fixed;
  z-index: -9999;
  left: -99999999999;
  padding: 0 0 0 0 !important;
  height: 0;
}

.td-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: rgba(255,255,255,.5);
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.job_description h4,
.job_description p {
  display: none;
}

.job-profile-info,
.jmfe-custom-field-wrap {
  margin-bottom: 20px;
}

.td-job-description {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}

.td-job-description--cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.td-job-description--cols__col {
  width: 50%;
}
.td-job-description--cols__col:first-child {
  padding-right: 30px;
}
.td-job-description--cols__col:last-child {
  padding-left: 30px;
  border-left: 1px solid #ebebeb;
}

/* Hide overflow: auto scrollbar */
.td-gallery ::-webkit-scrollbar              { display: none; }
.td-gallery ::-webkit-scrollbar-button       { display: none; }
.td-gallery ::-webkit-scrollbar-track        { display: none; }
.td-gallery ::-webkit-scrollbar-track-piece  { display: none; }
.td-gallery ::-webkit-scrollbar-thumb        { display: none; }
.td-gallery ::-webkit-scrollbar-corner       { display: none; }
.td-gallery ::-webkit-resizer                { display: none; }

.td-gallery {
  position: relative;
}
.gallery-thumbnails__inner {
    width: 90%;
    margin: 0 auto;
    overflow-x: auto;
}
.gallery-thumbnails__inner__overflow {
    width: 1550px;
}
.td-gallery .thumb {
    margin-bottom: 20px;
    width: 200px;
    height: 150px;
    cursor: pointer;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    background-size: cover;
    background-position: center center;
}
.td-gallery__scroll-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  text-decoration: none;
  opacity: .7;
  transition: all .3s ease-in-out;
}
.td-gallery__scroll-icon:hover {
  opacity: 1;
}
.td-gallery__scroll-icon svg {
  width: 50px;
  height: 50px;
}
#scroll-thumbs-left {
    left: 0;
}
#scroll-thumbs-right {
    right: 0;
}

.slider-box.slider-box--shortcode-version {
  position: relative !important;
}

/* UM Profile */

.um-profile.um-viewing .custom-form .um-field-label {
  border-bottom: 0 !important;
}

.um-verified-request-link {
  display: none;
}

.um-1491.um .um-profile-body {
  max-width: 920px !important;
}

div#jmfe-wrap-job_premium_gallery {
    display: table;
}

div#jmfe-wrap-job_premium_gallery > .jmfe-custom-field  {
  display: table-cell;
}

div#jmfe-wrap-job_premium_gallery .jmfe-custom-field img {
  max-width: 100%;
  height: auto;
}

#jmfe-wrap-job_gallery {
  display: table;
  width: 41.66666667%;
  padding-right: 20px;
  margin-top: 0;
}

#jmfe-wrap-job_gallery .job-gallery {
  display: table-cell;
}

#jmfe-wrap-job_gallery .job-gallery {
  max-width: 100%;
  height: auto;
}

/******************************************
/*  Role-based control of form fields
/*  Checks for current user role and
/*  hides either the standard 150 word
/*  profile description filed or the 500
/*  word field accordingly.
/******************************************/

/* UltimateMember form:  Default Profile  */

/*

 Commented out test

.role-employer_premium textarea#my_profile_description,
.role-employer_premium .um-field-my_profile_description,
.role-candidate_premium textarea#my_profile_description,
.role-candidate_premium .um-field-my_profile_description
{
    display: none;
}

.role-employer textarea#my_profile_description_premium,
.role-employer .um-field-my_profile_description_premium,
.role-candidate textarea#my_profile_description_premium,
.role-candidate .um-field-my_profile_description_premium
{
    display: none;
}

*/



/*  No longer need this as we're just working with a single job description field 
.fieldset-job_premium_description {
  display: none;
}
.fieldset-job_description {
   display: none;
}
.role-employer .fieldset-job_description {
  display: block;
}
.role-employer_premium .fieldset-job_premium_description {
  display: block;
}
*/

/* For all Home Owners - hide all House Sitter blocks */
.role-employer .sitter-standard-block,
.role-employer .sitter-premium-block,
.role-employer_premium .sitter-standard-block,
.role-employer_premium .sitter-premium-block
{
    display: none;
}

/* For Standard Home Owners - hide premium blocks */
.role-employer .owner-premium-block, 
.role-employer .owner-premium-primary-images,
.role-employer .owner-premium-second-block,
.role-employer .owner-premium-second-images,
.role-employer .owner-premium-third-block,
.role-employer .owner-premium-third-images
{ 
  display: none;
}

/* For all House Sitters - hide all Home Owner blocks */
.role-candidate .owner-standard-block,
.role-candidate .owner-premium-block,
.role-candidate .owner-premium-primary-images,
.role-candidate .owner-premium-second-block,
.role-candidate .owner-premium-second-images,
.role-candidate .owner-premium-third-block,
.role-candidate .owner-premium-third-images,
.role-candidate_premium .owner-standard-block,
.role-candidate_premium .owner-premium-block,
.role-candidate_premium .owner-premium-primary-images,
.role-candidate_premium .owner-premium-second-block,
.role-candidate_premium .owner-premium-second-images,
.role-candidate_premium .owner-premium-third-block,
.role-candidate_premium .owner-premium-third-images
{
    display: none;
}

/* For Standard House Sitter - hide premium block */
.role-candidate .sitter-premium-block { display: none;}  


/******************************************
/*  for Ultimate Member forms in view mode, remove field labels and spacing
/*  for address fields (otherwise it looks weird)
/******************************************/

.um-profile.um-viewing div[class*="primary-address-"] .um-field-label,
.um-profile.um-viewing div[class*="second-address-"] .um-field-label,
.um-profile.um-viewing div[class*="third-address-"] .um-field-label {
    border-bottom: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.um-profile.um-viewing div.um-field[class*="primary-address-"],
.um-profile.um-viewing div.um-field[class*="second-address-"],
.um-profile.um-viewing div.um-field[class*="third-address-"] {
    padding-top: 0 !important;
}


.um-profile.um-viewing label[for^="primary-address"],
.um-profile.um-viewing label[for^="second-address"],
.um-profile.um-viewing label[for^="third-address"],
.um-viewing .um-field-owner-primary-city-town-village .um-field-label {

    display: none !important;

}


/************************************************
/*  Role-based control of job posting form fields
/***********************************************/

.role-employer .fieldset-job_premium_gallery, .role-employer .fieldset-company_video  {
    display: none !important;
}

.role-employer_premium .fieldset-job_gallery  {
    display: none !important;
}

/************************************************
/*  General cleanup of job posting form fields
/***********************************************/

.fieldset-job_type, .fieldset-application, .fieldset-company_name {
    display: none;
}





/****************************************************
/*  Role-based control of job application form fields
/***************************************************/

/*  Front-end job posting form  */
.role-employer .fieldset-job_premium_description {
    display: none;
}

.role-employer_premium .fieldset-job_premium {
    display: none;
}

/******************************************
/*  Improve layout of Jobs (Housesits)
/******************************************/
div[id^="jmfe-wrap-"] {
    margin-top: 20px;
}

/*  Show labels and fields on the same line */
div[id^="jmfe-custom-"] {
    display: -webkit-inline-box;
    margin-left: 10px;
}


.um-dropdown-b ul>li a.real_url {
    color: #000!important;
    font-size: 16px;
}

.um-dropdown-b ul>li a.real_url:hover {
    font-weight: bold;
}


/*******************************************
/* Changing some text with css, like a pro : hiding "This position has been filled" and adding new text in pseudo element! Clever!
/*****************************************/

li.position-filled {
  font-size: 0;
  padding-top: 18px !important;
}

li.position-filled::after {
  content: "This Housesit opportunity has been filled";
  display: inline;
  font-size: 15px;
}


/*******************************************
/* Hide the option to end conversation on Application Message box (looks weird if they do)
/*****************************************/

.job-application .um-message-header-right {
  display:none!important
}

.job-application .job-application-messages {
  border-top: 2px solid #eee;
  padding: 1em 2em;
  display: block !important;
}

div.job-applications ul.job-applications li.job-application {
  font-weight: 500;
}

div.job-applications ul.job-applications li.job-application footer ul.meta li {
    padding: 0.9em 0 !important;
}

div.job-applications ul.job-applications li.job-application a.um-message-btn {
    border: 0 !important;
    padding: 0 7px!important;
    font-size: 17px;
    font-weight: normal !important;
    line-height: 17px!important;
    display: inline !important;
}

.td_applications .job-manager-applications-applied-notice {
  display: none !important;
}
.job-manager-applications-applied-notice {
    float: right;
}
.job-manager-applications-applied-notice:before {
  content: "Status: ";
}
.contact-home-owner {
    float: right;
    text-decoration: underline; 
}


.td-custom-filters > div {
  margin-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 768px) {
  .td-custom-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .td-custom-filters > div {
    width: 33.333333%;
    margin-bottom: 0px;
  }
}


.td-custom-filters > div label.full-width {
  width: 100%;
}

.td-active-jobs-filter {
  text-align: center;
}
.td-active-jobs-filter label {
  color: #8c8c8c;
}

.td-sortby-filter {
  display: flex;
  align-items: flex-end;
}

.td-sortby-filter label {
  width: 100%;
}

.pricing-table .pricing-head .price {
  font-size: 30px !important;
}

.pricing-table .pricing-body strong {
  display: block;
  margin-top: 50px;
}

.pricing-table .pricing-head h3 {
  background: #7c388b !important;
}

.pricing-table-standard.pricing-table .pricing-head h3 {
  background: #C7AfD0 !important;
  border-color: #C7AfD0 !important;
}

@media screen and (min-width: 768px) {
  .pricing-table-columns .wpb_column {
      padding: 0 20px;
  }
  .pricing-table-columns .wpb_column {
      padding: 0 20px;
  }
}

#rcp_submit, .rcp_sub_details_renew {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  line-height: 1.42857143;
  border-radius: 6px;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #7c388b;
  color: white;
}
a[href^='/my-account/?rcp-action=cancel'] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #ccc;
  color: white;
}

input[type="text"], input[type="password"], input[type="email"] {
  width: 100%;
}

.profile-verified-img {
  display: inline-block !important;
  vertical-align: middle;
  width: auto;
  position: relative;
}

.profile-verified-img img {
  width: 100%;
}

.profile-verified-img .tooltip {
  position: absolute;
  bottom: 100%;
  width: 100px;
  padding: 20px;
  background: black;
  color: white;
  border-radius: 3px;
}

.um *, .um :after, .um :before {
  box-sizing: border-box !important;
}

@media screen and (min-width: 992px) {
  
  #job_preview {
    width: 100% !important;
  }

  .header-top ul {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

  .header-top ul#menu-account-menu > li > a,
  .header-top ul#menu-secondary-menu > li > a {
    color: white !important;
  }




  

  .header-top ul > li ul {
      top: 100% !important;
      width: 150px !important;
  }

  .header-top ul > li.menu-item-has-children > a:after {
    top: 15px !important;
    right: 10px !important;
  }
  
}

button.navbar-toggle:before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: white;
}

@media screen and (max-width: 991px) {
  .js .header-top-nav {
    position: relative !important;
    width: 100% !important;
    background: transparent;
  }
  .menu-account-menu-container {
    display: block !important;
  }
  .js .header-top-nav__tertiary {
    right: auto !important;
  }
  .header-top-right {
    font-size: 0;
    line-height: 0;
    width: 66.6666% !important;
  }
  .header-top-left {
    width: 33.3333% !important;
  }
  .header-top-nav li a {
      padding: 5px 0 !important;
      font-size: 16px;
      font-weight: 700;
  }
  .menu-link__tertiary, .menu-link__secondary {
    display: none !important;
  }
  ul#menu-account-menu {
    display: table;
    table-layout: fixed;
    padding: 0 0 !important;
    line-height: 23px;
    background: transparent;
  }
  ul#menu-account-menu li {
    display: table-cell;
    width: 50%;
    background: #DB8400 !important;
  }
  ul#menu-account-menu li#menu-item-1578 {
    background: #74b1c3 !important;
  }
  ul#menu-account-menu li a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-align: center;
  }
  ul#menu-account-menu li#menu-item-1578 a {
    text-align: right;
    display: block;
  }
  .js .header-top-nav__secondary {
    left: auto !important;
  }

  #menu-account-menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
  #menu-account-menu .sub-menu {
    position: absolute;
    top: 100%;
    display: none;
    z-index: 9999;
    width: 100%;
  }
  #menu-account-menu .sub-menu li {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {

  ul#menu-account-menu {
    padding: 0 0 0 0 !important;
  }

  .header-top ul#menu-account-menu > li {
    position: relative;
    padding: 10px 30px !important;
    text-align: center;
  }

  li#menu-item-1578 {
      background: #7c388b;
  }


  .header-top ul > li:before {
    content: none !important;
  }

}

.page-heading {
  position: relative;
}
.page-heading:before {
  content: " " !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  z-index: 1 !important;
  background: rgba(116, 177, 195, .9) !important;
  bottom: 0 !important;
}
.page-heading .container {
  position: relative;
  z-index: 2;
}

.um-field-label label[for="list-second-address-1491"] {
    font-size: 22px !important;
}

.um-field-label label[for="list-third-address-1491"] {
    font-size: 22px !important;
}

.um .um-single-image-preview>img {
  object-fit: cover;
  height: 150px !important;
  width: 150px !important;
}

body input#user_login, body input#user_pass {
  height: 40px !important;
}

/* Orange Button styles */
.main .btn.btn-secondary, .main .button, .main .btn.btn-default {
  background: #DB8400 !important;
  color: white;
  font-weight: bold;
  padding: 12px 24px;
  display: inline-block;
}

.btn.btn-secondary:hover, .button:hover, .btn.btn-default:hover {
  background: #c57700 !important;
}

.main .btn.btn-secondary.button--green, .main .button.button--green {
  background: #a6ce39 !important;
}



.button.btn.btn-link {
  background: transparent !important;
  color: #7c388b !important;
}

.job_manager-post_a_job .back-to-housesits {
  display: none;
}

.um-profile-nav {
  background: #74b1c3 !important;
}

td.hired {
    background: #a5ffa5;
}

div.job-applications ul.job-applications li.job-application footer ul.actions li a {
    width: auto;
    line-height: 0.2em;
    text-indent: 25px !important;
}

.td-active-jobs-filter label {
    background: #DB8400;
    display: inline-block;
    color: white !important;
    padding: 5px 10px;
    border-radius: 6px;
}

.td-active-jobs-filter label input[type="checkbox"] {
  margin-right: 10px;
}

.search_submit button.btn.btn-block.btn-secondary.btn-single-icon:before {
  content: "Search";
  font-weight: normal;
}

.single_job_listing .job-manager-applications-applied-notice {
  width: 100%;
}

.job-manager-message a {
  display: inline-block;
  background: #DB8400 !important;
  font-size: 15px;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.06), 2px 3px 0 rgba(0, 0, 0, 0.05);
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white !important;
}

.role-employer_premium .single_job_listing .job_application,
.role-employer .single_job_listing .job_application {
  display: none;
}

.job-applications .job-application-meta {
  display: none;
}

.wp-job-manager-bookmarks-form {
  width: 100%;
}

/* Hide block button from messaging system */
a.um-message-blocku.um-tip-e {
    display: none !important;
}

div.job_listings ul.job_listings li a img.company_logo {
  border-radius: 0 !important;
  width: 70px;
  height: auto;
}

.um-reviews-remove, .um-reviews-flag {
  display: none !important;
}

.um-modal {
  z-index: 10000001 !important; 
}


/* custom reviews */

.review-score i, .review-score i {
    font-size: 22px;
    width: 24px;
    color: #E6B800;
    display: inline-block;
    text-align: center;
    margin: 0 !important;
    font-weight: 400 !important;
    position: relative;
    top: 2px;
}

.review-score i.star-off-png {
    color: #ccc;
}

.review-score i.star-off-png.star-on-png {
    color: #E6B800;
}

.td-reviews-container {
  padding-top: 20px;
}

.review-item {
  border-top: 1px solid;
  margin-top: 20px;
  padding-top: 20px;
}

.review-item__content {
  padding: 20px;
  background: #ececec;
  font-weight: 700;
  margin-top: 10px;
}

.review-calculator p {
  margin-bottom: 0;
}

.review-calculator label {
  margin-left: 20px
}


/* Flash messages */

.flash-message {
  border: 1px solid;
  padding: 20px;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.flash-message.success {
  color: darkseagreen;
}

.flash-message.error {
  color: darkred;
}


@media screen and (min-width: 768px) {

  div.job_listings ul.job_listings li.job_listing a, 
  div.job_listings ul.job_listings li.no_job_listings_found a {
    display: flex !important;
  }

  div.job_listings ul.job_listings li.job_listing a .job_img, 
  div.job_listings ul.job_listings li.no_job_listings_found a .job_img {
    width: 20%;
  }

  div.job_listings ul.job_listings li.job_listing a .job_img img, 
  div.job_listings ul.job_listings li.no_job_listings_found a .job_img img {
    width: 100% !important;
    position: relative !important;
    padding: 0 0 0 0 !important;
    left: 0 !important;
    /* height: 200px !important; */
    /* object-fit: cover; */
  }

  div.job_listings ul.job_listings li.job_listing a .job_listing-inner, 
  div.job_listings ul.job_listings li.no_job_listings_found a .job_listing-inner {
    width: 60%;
  }

  div.job_listings ul.job_listings li.job_listing a .job_listing-inner .position, 
  div.job_listings ul.job_listings li.no_job_listings_found a .job_listing-inner .position {
    padding: 0 20px 0 !important;
  }

  div.job_listings ul.job_listings li.job_listing a .job_listing-inner .location, 
  div.job_listings ul.job_listings li.no_job_listings_found a .job_listing-inner .location {
    width: 50% !important;
    float: left !important;
    padding: 0 20px !important;
  }

  div.job_listings ul.job_listings li.job_listing a .meta, 
  div.job_listings ul.job_listings li.no_job_listings_found a .meta {
    width: 20%;
    padding: 0 0 0 !important;
  }

}

div#job-manager-bookmarks {
    overflow: auto;
}

.footer {
  background: #74b1c3 !important;
}

.footer-widgets {
  border-top: none !important;
}

footer#footer {
    color: white !important;
}

footer#footer a {
    color: white !important;
}

.footer-copyright {
    background-color: #74b1c3 !important;
    font-weight: 500;
    color: white !important;
}

table.job-manager-jobs .applications a {
  background-color: #DB8404 !important;
  white-space: nowrap;
}

table.job-manager-jobs .applications a:before {
  content: "View/Accept: " !important;
}










































