/*
 *Theme Name:     Listify Child
 *Theme URI:      https://astoundify.com/products/listify/
 *Template:       listify
 *Version:        1.0 */
body {
  padding-top: 0px !important; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Poiret One', cursive; }
  body .home-widget-section-title .home-widget-title {
    font-family: 'Poiret One', cursive; }
  body p {
    color: #333; }
  body .search_location p {
    color: #fff; }
  body #masthead {
    position: static; }

/* Header */
.primary-header {
  background-color: transparent; }

.site-branding img {
  height: 50px; }

.homepage-cover {
  height: 700px;
  padding-top: 400px;
  padding-bottom: 0px; }

.has-image.entry-cover--home:after, .has-image.entry-cover:after, .has-image.listing-cover:after, .has-image.page-cover:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent !important;
  z-index: 5; }

.listify-cover.has-image:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent !important;
  z-index: 5; }

/* Content */
#page #content {
  top: 0; }

.search_jobs .search_location #search_location {
  margin-bottom: 5px; }

.search_jobs .search_location p {
  margin-bottom: 0px; }

@media screen and (max-width: 800px) {
  #content .homepage-cover {
    height: auto;
    padding: 25px; } }

#content .homepage-cover .container-wrapper {
  height: 200px; }

#content .homepage-cover .container-custom {
  max-width: 700px;
  position: relative;
  z-index: 6;
  margin: 0 auto; }
  #content .homepage-cover .container-custom .home-hero-links {
    position: absolute;
    bottom: -100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #content .homepage-cover .container-custom .home-hero-links:last-of-type {
      bottom: -120px; }
    #content .homepage-cover .container-custom .home-hero-links a {
      padding: 10px 25px;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
      #content .homepage-cover .container-custom .home-hero-links a:hover {
        text-decoration: underline;
        color: #d9d9d9; }
    @media screen and (max-width: 800px) {
      #content .homepage-cover .container-custom .home-hero-links {
        display: none; } }

section.advertisements {
  background: #f9ad69; }
  section.advertisements .container {
    padding-bottom: 60px; }
    section.advertisements .container .title {
      color: #fff;
      margin: 60px auto;
      font-size: 30px; }

section.events {
  background: #f9f9f9; }
  section.events .container {
    padding-bottom: 60px; }
    section.events .container .event h3 {
      margin-top: 16px; }
    section.events .container .unslider {
      position: relative; }
      section.events .container .unslider .unslider-arrow {
        width: 60px;
        height: 60px;
        font-size: 60px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #333; }
        section.events .container .unslider .unslider-arrow:hover {
          text-decoration: none;
          color: #262626; }

.home #content .home-widget-section-title {
  margin: 60px auto 45px; }

.home #content .home-widget {
  margin: 0 auto; }
  .home #content .home-widget #sb_instagram {
    margin-bottom: 65px; }

.home #content #listify_call_to_action-1 {
  margin-top: 60px; }

.home .call-to-action .home-widget-title {
  color: #f9ad69; }

.category-directory [class*=' col-'] {
  margin: 0;
  padding: 0; }

.category-directory .directory-category {
  position: relative;
  background-color: #333; }
  .category-directory .directory-category h3 {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
    padding: 0 5%;
    text-align: center;
    z-index: 30; }
  .category-directory .directory-category .img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(82, 39, 2, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .category-directory .directory-category:hover .img-overlay {
    background-color: transparent; }
  .category-directory .directory-category .directory-img-container {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding: 56.25% 0 0 0;
    overflow: hidden; }
    .category-directory .directory-category .directory-img-container img {
      position: absolute;
      display: block;
      width: 100%;
      height: auto;
      overflow: hidden;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

.home .primary-header {
  background-color: transparent; }

.home #page #content .has-image.page-cover::after {
  background-color: transparent !important; }

#page .primary-header {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #fff; }

#page #content .has-image.page-cover::after {
  background-color: rgba(82, 39, 2, 0.4) !important; }

#page #content .has-image .page-title {
  padding: 100px 0 100px; }

#page #content #primary.directory .content-area {
  margin: 0; }

.get-started a {
  margin-left: 15px;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .get-started a:hover {
    color: #f87b0e; }

.bymozmo a {
  color: #ffffff;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .bymozmo a:hover {
    color: #e6e6e6; }

.page-divider .link {
  cursor: pointer; }
  .page-divider .link h2 {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
  .page-divider .link .img-wrap {
    position: relative; }
    .page-divider .link .img-wrap:after {
      position: absolute;
      content: ' ';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 5;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
  .page-divider .link:hover h2 {
    color: #f98927;
    text-decoration: underline; }
  .page-divider .link:hover .img-wrap:after {
    background-color: rgba(51, 51, 51, 0.4); }

.primary-header .nav-menu.primary ul ul a {
  color: #333333; }
  .primary-header .nav-menu.primary ul ul a:hover {
    color: #f98927; }

section.instagram-section {
  background-color: #f9f9f9; }

section.youtube-section {
  margin-bottom: 60px; }

#sb_instagram .sbi_photo {
  background-size: contain !important; }

.site-content .job_listing-entry-header.listing-cover.has-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5) !important; }

.site-content .listing-cover.has-image:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5) !important; }

.type-post .entry-cover.has-image {
  padding: 140px 0; }

.entry-title a {
  color: #717a8f;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .entry-title a:hover {
    color: #f98927; }

.big-intro {
  font-size: 1.5em;
  line-height: 1em;
  font-weight: light; }

.job-manager-archive.fixed-map .container {
  width: 100%; }
  .job-manager-archive.fixed-map .container .job_filters {
    margin-top: 45px; }

body.archive #masthead {
  position: static;
  z-index: 999; }

.text-center {
  text-align: center; }

#content .listing-cover.content-single-job_listing-hero.no-image {
  background: #f9f9f9; }

.job_listings .job_listing .listing-cover {
  background-image: url("/wp-content/uploads/2018/01/hero-1.jpg");
  background-size: cover;
  position: relative; }
  .job_listings .job_listing .listing-cover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.4); }

.job_listings .job_listing .job_listing-entry-meta {
  color: #fff; }

.job_listings .job_listing .google_map_link {
  color: #f2f2f2;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .job_listings .job_listing .google_map_link:hover {
    color: #fff; }

.woocommerce-grouped-product-list.group_table #product-1318,
.woocommerce-grouped-product-list.group_table #product-1319,
.woocommerce-grouped-product-list.group_table #product-1320 {
  display: none; }

.related.products {
  display: none; }

.woocommerce-product-gallery {
  display: none; }

.blog #main {
  padding: 0; }

.blog .post {
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .blog .post.col-md-4 {
      width: calc(33.3333333% - 20px); } }
  .blog .post .entry-meta {
    display: none; }

body .comment-content, body .entry-content, body .entry-summary, body .page-title, body .widget {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-wrap: initial; }

@media screen and (max-width: 992px) {
  .suppliers.menu-item-has-children ul.sub-menu {
    display: none; } }

section.featured-suppliers {
  background-color: #f9ad69;
  padding-bottom: 25px; }
  section.featured-suppliers h3 {
    margin-bottom: 15px;
    font-weight: bold;
    color: #fff;
    font-size: 2em; }
