/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Header
// - 2. Footer
// - 3. Hero Title
*/
/* -----------------------------------------------------------------------------
// 1. Header
// ----------------------------------------------------------------------------- */
.homepage header{background: rgba(255, 255, 255, 0.7);}
.homepage.about header{background: rgba(255, 255, 255, 1);}
header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1; background: rgba(255, 255, 255, 1);}
  .homepage .section-headline p, .about .section-headline p {
    font-size: 17px;
    color: #333;
    margin-bottom: 35px;
}

/* -----------------------------------------------------------------------------
// 2. Footer
// ----------------------------------------------------------------------------- */
footer {
  padding: 80px 0;
  background-color: #181818;
  color: #717171; }
  footer .footer-col h4 {
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase; }
    footer .footer-col h4 + p  {
      font-size: 14px; color: #fff;}
      footer .footer-col a{ color: #fff; font-size: 14px;width: 100%; display: inline-block;}
  footer .footer-col .social {
    padding: 0;
    margin: 20px 0 30px 0; }
    footer .footer-col .social li {
      display: inline-block;
      list-style-type: none; }
      footer .footer-col .social li i{color: #fff;}
    footer .footer-col .social a {
      margin-right: 10px;
      font-size: 16px;
      color: #3c3c3c;
      -webkit-transition: color 0.5s;
      -moz-transition: color 0.5s;
      -ms-transition: color 0.5s;
      -o-transition: color 0.5s;
      transition: color 0.5s; }
      footer .footer-col .social a:hover {
        color: #fff; }
  footer .footer-col .copyright {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 600; }
  footer .footer-col .list li {
    margin-bottom: 10px; font-size: 15px;}
  footer .footer-col .list a {
    display: block;
    color: #fff;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px solid #303030;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
    footer .footer-col .list a:hover {
      text-decoration: none;
      color: #fff; }

/* Collection Inner Page Left Panel */
ul.collection-inner{background: #000; padding: 15px; display: inline-block; list-style: none;}
  ul.collection-inner li{float: left; width: 100%; margin: 3px 0; padding: 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
  ul.collection-inner li:last-child{border-bottom: none}
    ul.collection-inner li a{width: 100%; display: inline-block; color: #fff; font-size: 16px;  text-decoration: none;}
     ul.collection-inner li a:hover, ul.collection-inner li a:focus{color: #fed758;}
       ul.collection-inner li a.active{color: #fed758;}


@media (max-width: 767px){

.homepage .section-headline h3{font-size: 20px !important;}
.hero-title h2{font-size: 28px !important;}
.homepage .banner{background-position: 470px 0 !important}
}

  @media (max-width: 992px) {

    footer .footer-col {
      margin-bottom: 50px; } }

  footer .instagram:before, footer .instagram:after {
    content: " ";
    display: table; }
  footer .instagram:after {
    clear: both; }
  footer .instagram .item {
    position: relative;
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 5px; }
    footer .instagram .item:hover .popup {
      opacity: 1; }
  footer .instagram .popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d16651;
    background-color: rgba(209, 102, 81, 0.85);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    footer .instagram .popup img {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

/* -----------------------------------------------------------------------------
// 3. Hero Title
// ----------------------------------------------------------------------------- */
.hero-title {
  padding:165px 0;
  background-color: #aeaeae;
  text-align: center;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; max-height: 200px; height: 100%;}
  .hero-title h2 {
    padding: 0 0 40px 0;
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500; }
