p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  hyphens: none;
}

h1 {
  font-size: 50px;
  line-height: 50px;
}
h2, .resp h2 {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 35px;
  }
}

@media (max-width: 480px) {
  .resp h1 {
      line-height: 35px;
  }
}

a {
  color: #c9a95c;
}
a:visited {
  color: #c9a95c;
}
a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
}

.entry-content p a:not(.ow-button-hover):not(.button), .entry-content li a:not(.ow-button-hover):not(.button), .entry-content dl a:not(.ow-button-hover):not(.button), .entry-content pre a:not(.ow-button-hover):not(.button), .entry-content code a:not(.ow-button-hover):not(.button), .entry-content blockquote a:not(.ow-button-hover):not(.button) {
  border-bottom: none;
  color: #c9a95c;
}

.entry-content p a:hover:not(.ow-button-hover):not(.button), .entry-content li a:hover:not(.ow-button-hover):not(.button), .entry-content dl a:hover:not(.ow-button-hover):not(.button), .entry-content pre a:hover:not(.ow-button-hover):not(.button), .entry-content code a:hover:not(.ow-button-hover):not(.button), .entry-content blockquote a:hover:not(.ow-button-hover):not(.button) {
  border-bottom: none;
  color: #000;
}

.top-title {
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 30px;
  margin-bottom: -20px;
  border-bottom: 3px solid;
}

@media (max-width: 768px) {
  .top-title {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: -5px;
  }
}

@media (max-width: 479px) {
  .top-title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1080px) {
  .hashtags-footer {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .hashtags-footer {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .hashtags-footer {
    font-size: 20px;
    line-height: 20px;
  }
}

/*--------------------------------
Instagram
--------------------------------*/

.instashow a {
  color: #c9a95c;
}
a.instashow-popup-media-info-original {
  background: #c9a95c;
  color: #fff;
}

span.instashow-popup-media-info-author-picture {
    background: #000;
    padding: 1px;
}


/*--------------------------------
Contact Form
--------------------------------*/

.wpcf7 p {
  margin-bottom: 0.3em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    background: #fff;
    color: #5a5d60;
    outline-style: none;
}
label {
  font-size: 30px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], input[type="search"], select[multiple], textarea {
  font-size: 16px;
  width: 100%;
  padding: 0.4em 0.7em 0.5em 0.7em;
}
textarea {
  padding: 0.4em 0.7em 0.5em 0.7em;
  max-height: 100px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
  background: #c9a95c;
  border-radius: 20px;
  font-size: 22px;
  padding: 0.5em 0.9em;
}
.wpcf7 p .wpcf7-form-control.wpcf7-submit {
    margin-top: 10px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #000;
}

/*--------------------------------
13.3 - Header
--------------------------------*/

.site-header .site-branding {
  margin-top: 10px;
}

.site-header.scale.scaled,
.site-header.scale.scaled .site-branding-container {
  height: 85px;
}

/*.admin-bar .site-header.scaled .site-branding-container {
  margin-left: 30px;
}*/

.site-header.scale.scaled .site-branding-container .site-branding img {
  -webkit-transform: translate3d(18px, 0, 0);
}

.site-header {
  background-image: url(http://www.antigabarbeariadebairro.com/wp-content/uploads/2017/09/antiga-barbearia-bairro-top.png) !important;
  background-repeat: no-repeat;
  background-position: center calc(0% + 7px);
}
.site-header.is-stuck {
  background-image: url(http://www.antigabarbeariadebairro.com/wp-content/uploads/2017/09/antiga-barbearia-bairro-top.png) !important;
  background-repeat: no-repeat;
  background-position: center calc(0% + 7px);
}
.site-header.scale.scaled {
  background-image: url(http://www.antigabarbeariadebairro.com/wp-content/uploads/2017/09/antiga-barbearia-bairro-top.png) !important;
  background-repeat: no-repeat;
  background-position: center calc(0% + 5px);
  background-size: 520px;
}

@media (max-width: 768px) {
  .site-header {
    background-image: none;
  }

  .site-header.is-stuck {
    background-image: none;
  }

  .site-header.scale.scaled {
    background-image: none;
  }
}

.site-header:after {
  bottom: -30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 30px 30px -30px inset;
  height: 30px;
}

@media (max-width: 1024px) {
  .header-centered .site-header.scale.scaled .container {
    height: 90px;
  }

  .site-header .site-branding-container {
    float: none;
    padding-right: 0;
    max-width: 100%;
  }
}

/*--------------------------------
5.2.3 - Main Menu
--------------------------------*/

.scale.scaled .main-navigation div > ul > li > a {
  height: 65px;
  line-height: 48px;
}

.main-navigation ul li a {
  color: #c9a95c;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.main-navigation ul ul li a {
  color: #fed104;
}

.main-navigation ul ul {
  border-top: 2px solid #50bee6;
}

.main-navigation ul ul li:hover > a {
  background: #50bee6;
  border-color: #50bee6;
  opacity: 1;
}

.main-navigation ul li:hover > a {
  color: #000;
}

.main-navigation .current-menu-item > a,
.main-navigation .current a {
  color: #000;
  border-bottom: 2px solid #000;
}

.main-navigation div > ul > li > a {
  display: block;
  height: 65px;
  line-height: 55px;
}

.main-navigation div > ul > li > a:hover {
  border-bottom: 2px solid #000;
}

.main-navigation .menu-search .search-icon:before {
  color: #000;
}

.main-navigation .menu-search .search-icon:hover:before {
  color: #000;
}

.main-navigation .menu-search .searchform input[name=s] {
  border-top: 3px solid #fed104;
  color: #969696;
}

.main-navigation ul .menu-item-has-children a:after,
.main-navigation ul .page_item_has_children a:after {
  content: none;
}

.responsive-menu .menu-toggle {
  color: #000;
}

.responsive-menu .main-navigation.toggled ul li a:hover, .responsive-menu .main-navigation.toggled ul li a:hover::before {
  background: #c9a95c;
}
.responsive-menu .main-navigation.toggled ul li a {
  text-align: center;
}

/*--------------------------------
13.5 - Bottom Bar
--------------------------------*/

#scroll-to-top {
  border-radius: 30px;
}

.site-footer .footer-main {
  background: #111;
}

#colophon .widget {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: -20px;
}

.site-footer .footer-main a {
  color: #c9a95c;
}

.site-footer .footer-main a:hover {
  color: #fff;
}

.site-footer .bottom-bar {
  background: #fff;
  color: #c9a95c;
}

.site-footer .bottom-bar a {
  color: #c9a95c;
  text-decoration: underline;
}

.site-footer .bottom-bar a:hover {
  color: #000;
}

/*------------------------------ Chiado ------------------------------*/

.page-template-page-chiado-header p,
.page-template-page-chiado-header h1,
.page-template-page-chiado-header h2,
.page-template-page-chiado-header h3,
.page-template-page-chiado-header h4,
.page-template-page-chiado-header h5,
.page-template-page-chiado-header h6 {
  color: #49505B;
}

.page-template-page-chiado-header .site-header {
  background-image: url(http://www.antigabarbeariadebairro.com/wp-content/uploads/2017/09/antiga-barbearia-bairro-top-bairro.jpg);
  background-repeat: no-repeat;
  background-position: center calc(50% + -33px);
  background-size: 545px;
}

.page-template-page-chiado-header .site-header.is-stuck {
  background-image: url(http://www.antigabarbeariadebairro.com/wp-content/uploads/2017/09/antiga-barbearia-bairro-top-bairro.jpg);
  background-repeat: no-repeat;
  background-position: center calc(50% - 33px);
}
.page-template-page-chiado-header .site-header.scale.scaled {
  background-image: url(http://www.antigabarbeariadebairro.com/wp-content/uploads/2017/09/antiga-barbearia-bairro-top-bairro.jpg);
  background-repeat: no-repeat;
  background-position: center calc(50% - 30px);
  background-size: 410px;
}

@media (max-width: 1024px) {
  .page-template-page-chiado-header .site-header {
    background-position: center center;
  }
  .page-template-page-chiado-header .site-header.scale.scaled {
    background-position: center center;
  }
}

@media (max-width: 768px) {
  .page-template-page-chiado-header .site-header {
    background-image: none;
  }

  .page-template-page-chiado-header .site-header.is-stuck {
    background-image: none;
  }

  .page-template-page-chiado-header .site-header.scale.scaled {
    background-image: none;
  }
}

.page-template-page-chiado-header .main-navigation ul li a {
  color: #AF7F66;
}

.page-template-page-chiado-header .main-navigation ul li:hover > a {
  color: #49505B;
}

.page-template-page-chiado-header .main-navigation .current-menu-item > a,
.main-navigation .current a {
  color: #49505B;
  border-bottom: 2px solid #49505B;
}

.page-template-page-chiado-header .responsive-menu .main-navigation.toggled ul li a {
  background: #E7ECF3;
  color: #49505B;
}

.page-template-page-chiado-header .responsive-menu .main-navigation.toggled ul li a:hover, .responsive-menu .main-navigation.toggled ul li a:hover::before {
  background: #AF7F66;
}

.page-template-page-chiado-header .main-navigation div > ul > li > a:hover {
  border-bottom: 2px solid #49505B;
}

.page-template-page-chiado-header .site-footer .footer-main {
  background: #49505B;
}

.page-template-page-chiado-header .site-footer .footer-main a {
  color: #AF7F66;
}

.page-template-page-chiado-header .site-footer .bottom-bar {
  color: #AF7F66;
}

.page-template-page-chiado-header .site-footer .bottom-bar a {
  color: #AF7F66;
  text-decoration: underline;
}

.page-template-page-chiado-header .site-footer .bottom-bar a:hover {
  color: #49505B;
}