/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.th-jobs-sidebar {
  float: left;
  width: 25%;
}

.th-jobs-container {
  float: right;
  width:75% !important;
  padding-left: 60px;
}

.post-type-archive-jobs .menu li {
    margin: 2px 0 0;
    padding: 1px 0 0;
}

a.th-readmore-btn {
    background-color: #FF6622;
    color: #fff;
    text-decoration: none;
    padding: 5px 8px;
    float: right;
    margin-top: -10px;
}

.th-jobs-article {
    border-bottom: 1px solid #8b8c8e;
    padding-bottom: 36px;
    margin-bottom: 20px;
}

div.th-job-direct {
  clear: both;
}

.th-job-direct.th-job-bottom a {
  width: 40%;
}

.th-job-interested img {
  width: 150px;
  height: auto;
}

.th-jobs-title {
  margin-bottom: 10px;
}

.th-jobs-title h3 {
  display: inline;
  margin-right: 10px;
}

.th-jobs-title h3 a {
  color: #FF6622 !important;
  font-size: 20px;
  font-weight: 700;
}

.th-jobs-title span {
  font-style: italic;
  color: #000;
}

.search-results .menu li {
    margin: 2px 0 0;
    padding: 1px 0 0;
}

@media all and (max-width: 467px) {
  .th-jobs-sidebar {
      float: none;
      width: 86%;
      padding: 0 25px;
  }

  .th-jobs-container {
    float: none;
    width: 100% !important;
    padding: 25px !important;
  }

  .wf-container.loading-effect-fade-in.description-under-image.bg-under-post {
    margin: 0;
  }
  a.th-readmore-btn {
    margin-top: 0;
  }

  .th-job-content {
    width: 100% !important;
    float: none !important;
  }

  .th-job-sidebar {
    width: 100% !important;
    float: none !important;
  } 

  .th-job-direct.th-job-bottom a {
    width: 100% !important;
}

}
