/*
Theme Name:   responsive_264-child
Template:     responsive_264
*/

/* fixed template */
a:hover {
  opacity: .8;
}

img {
    width: 100%;
    height: auto;
    max-width: max-content;
}

h2.title span {
    padding-bottom: 0px;
}

@media (min-width: 1025px) {
  .contact {
      margin-top: 0;
  }
}

@media (max-width:1024px) {
  #content {
      padding: 30px 0 10px;
  }
  .breadcrumbs-wrap {
      margin-top: 60px;
      margin-bottom: 0;
  }
  .slider-bg {
      padding-top: 60px;
  }
}