body {
  font-family: 'Poppins', sans-serif; }
  body a {
    color: #DEA12E; }
    body a:hover {
      color: #DEA12E;
      text-decoration: none;
      border-bottom: 1px dotted #DEA12E; }

form.photo-search .btn {
  border-color: #DEA12E;
  background-color: #DEA12E;
  color: #ffffff; }

@media (max-width: 767px) {
  .container-header {
    padding-left: 0;
    padding-right: 0; } }

.header-search {
  text-align: center;
  background: url("../images/search-hero-inner.jpg") no-repeat center top;
  background-size: cover;
  padding: 50px 60px;
  margin-bottom: 40px; }
  .header-search .search-heading {
    font-size: 20px;
    margin-bottom: 30px;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.homepage .home-section-hero {
  text-align: center;
  background: url("../images/WASE191101D_0459.jpg") no-repeat center top;
  background-size: cover;
  padding: 100px 60px 300px 60px; }
  @media (max-width: 767px) {
    .homepage .home-section-hero {
      padding: 60px 30px; } }
  .homepage .home-section-hero .heading {
    margin-top: 0;
    margin-bottom: 50px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2; }
    @media (max-width: 767px) {
      .homepage .home-section-hero .heading {
        font-size: 24px; } }
.homepage .home-section-greeting {
  padding: 100px 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.8; }
.homepage .home-section-categories .section-category {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .homepage .home-section-categories .section-category {
      flex-wrap: wrap; } }
  .homepage .home-section-categories .section-category .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 30%;
    order: 1; }
    @media (max-width: 767px) {
      .homepage .home-section-categories .section-category .image {
        width: 100%;
        min-height: 250px; } }
  .homepage .home-section-categories .section-category .description {
    width: calc(70% - 20px);
    background: url("../images/pic36-free-img.jpg") no-repeat top left;
    background-size: cover;
    padding: 50px 90px;
    order: 2; }
    @media (max-width: 767px) {
      .homepage .home-section-categories .section-category .description {
        width: 100%;
        padding: 50px 40px; } }
  .homepage .home-section-categories .section-category .sub-heading {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0; }
  .homepage .home-section-categories .section-category .category-button {
    padding: 10px 20px;
    border: 2px solid #DEA12E;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase; }
    .homepage .home-section-categories .section-category .category-button:hover {
      background: #DEA12E;
      color: #ffffff; }
    .homepage .home-section-categories .section-category .category-button i {
      display: inline-block;
      margin-left: 10px; }
  @media (min-width: 768px) {
    .homepage .home-section-categories .section-category:nth-child(even) .image {
      order: 2; }
    .homepage .home-section-categories .section-category:nth-child(even) .description {
      order: 1; } }
.homepage .home-section-icons {
  padding-top: 25px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px; }
  .homepage .home-section-icons .icon-pointed {
    text-align: center;
    color: #96B5C5;
    margin-top: 20px;
    margin-bottom: 20px; }
.homepage .home-text-content {
  background-color: #f6f6f6;
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  -ms-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 5000px; }
  @media (max-width: 767px) {
    .homepage .home-text-content {
      padding: 25px; } }
  .homepage .home-text-content .content-readmore {
    display: none; }
  .homepage .home-text-content.content-hide {
    max-height: 400px; }
    .homepage .home-text-content.content-hide .content-readmore {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: #efefef;
      background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0%, #f6f6f6 50%);
      padding: 100px 60px 50px 60px;
      margin: 0; }
      @media (max-width: 767px) {
        .homepage .home-text-content.content-hide .content-readmore {
          padding: 60px 25px 25px 25px; } }
      .homepage .home-text-content.content-hide .content-readmore a {
        color: #DEA12E;
        cursor: pointer; }

.footer-social {
  background: url("../images/image84-free-img.jpg") no-repeat center bottom;
  padding-top: 60px;
  padding-bottom: 60px; }
  .footer-social h5 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px; }
  .footer-social .social-icons {
    text-align: center; }
    .footer-social .social-icons a {
      display: inline-block;
      width: 60px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      background-color: #252525;
      color: #DEA12E;
      border-radius: 50%;
      font-size: 30px;
      margin-left: 10px;
      margin-right: 10px; }
      .footer-social .social-icons a:hover {
        border: none;
        background-color: #DEA12E;
        color: #252525; }

.footer {
  font-size: 14px;
  font-weight: 300; }
  .footer .footer-body {
    background-color: #333333;
    color: #ffffff; }
    .footer .footer-body > .row > div {
      margin-top: 40px;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .footer .footer-body > .row > div {
          margin-bottom: 0; }
          .footer .footer-body > .row > div:last-child {
            margin-bottom: 40px; } }
    .footer .footer-body .inner-container {
      padding-left: 40px;
      padding-right: 40px; }
    .footer .footer-body h5 {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .footer .footer-body h5 {
          margin-bottom: 15px; } }
    .footer .footer-body ul {
      list-style: none;
      padding-left: 0; }
      .footer .footer-body ul li {
        margin-bottom: 5px; }
        .footer .footer-body ul li i {
          display: inline-block;
          width: 20px; }
  .footer .footer-copyright {
    background-color: #222222;
    color: #cccccc;
    padding: 10px 15px; }

.custom-select:focus {
  border-color: #DEA12E;
  outline: 0;
  box-shadow: none; }

/*# sourceMappingURL=site-styles.css.map */
