/*
 Theme Name:   Novablog Child
 Theme URI:    http://novablog.hercules-design.com
 Description:  Novablog Child Theme
 Author:       Hercules Design
 Author URI:   http://hercules-design.com
 Template:     novablog
 Version:      2.2
 Tags:         two-columns, three-columns, four-columns, right-sidebar, accessibility-ready
 Text Domain:  novablog-child
*/

.widget_nav_menu.accordion-nav ul li {
  padding: 0 10px;
  display: inline-flex;
}
#sidebar-general-subscriber input {
  margin: 2px;
}

.title-section.shop-home {
  margin-top:0;
}

section.shop-home h1 {
  display: inline-block;
  padding: 10px;
  background: #fff;
  position: relative;
  top: -30px;
}

#home-tagline-photo {
  font-size: 28px;
  line-height: 36px;
  color: #fff;
  background-color: #000;
  opacity: .7;
}
#home-tagline-photo h1 {
  color: #fff;
}
#home-tagline-photo p {
  font-family: "Playfair Display";
}

.home .widget-content h4.subtitle a {
  margin-top: 10px;
  font-size: 2em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.home .widget-content h4.subtitle {
  margin-top: 10px;
}

@media (min-width: 768px) {
  #home-tagline-photo {
    position: absolute;
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    background-color: #000;
    opacity: .7;
    padding-top: 10px;
    padding-left: 30px;
    top: -180px;
  }

  #sidebar-general-subscriber input {
    width: 100%;
  }
  #giveaway {
    background-color: #eee;
    max-width: 800px;
  }
  .widget_text.popup {
    min-width: 600px;
  }
}

@media (min-width: 992px) {
  #home-tagline-photo {
    position: absolute;
    top: -600px;
    left: 400px;
    font-size: 58px;
    line-height: 76px;
    color: #fff;
    background-color: #000;
    opacity: .7;
    padding-top: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  #home-tagline-photo {
    top: -750px;
    left: 600px;
  }
}

@media (min-width: 1400px) {
  #home-tagline-photo {
    top: -850px;
    left: 700px;
  }
}
