/*
Theme Name: Busy Barber 
Theme URI:
Author: pao
Author URI: 
Description: 
*/
@font-face {
  font-family: 'MyWebFont';
  src: url('/fonts/GearedSlab-Bold.ttf'); /* IE9 Compat Modes */
  src: url('/fonts/GearedSlab-Bold.ttf') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/GearedSlab-Bold.ttf') format('truetype'), /* Super Modern Browsers */
}

@font-face {
  font-family: 'Homestead-Regular';
  src: url('fonts/Homestead-Regular.ttf');
}

/********************************
*********** General *************
********************************/

.row {
  max-width: 1200px !important;
}

.padding0 {
  padding: 0px 0px 0px 0px;
}

/********************************
************ Header *************
********************************/

.header-section {
  background-color: #040707;
}
/*
.stripe-poles {
  background-image: url('images/pole.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}*/

.main-banner {
  background-color: #040707;
  border-bottom: solid 5px #cc0e11;
  border-top: solid 3px #393838;
  margin-bottom: 40px;
}

.main-banner img {
  width: 100%;
}

/********************************
*********** Content *************
********************************/

.paragraph p {
  color: #010913;
  font-family: 'Kreon', serif;
  text-align: center;
  margin-bottom: 40px;
}

.paragraph p span {
  font-weight: bold;
  text-transform: uppercase;
}

.paragraph p:first-child {
  font-size: 24px;
}

.paragraph p:last-child {
  font-size: 20px;
}

.main-paragraph {
  background-color: #cc0e11;
  min-height: 100px;
}

.main-paragraph .paragraph-bg {
  padding: 20px 20px 20px 20px;
}

.main-paragraph p {
  color: #fff;
  font-family: 'Kreon', serif;
  font-weight: bold;
  font-size: 30px;
  margin: 0px auto;
  text-align: center;
}

.message p {
  color: #010913;
  font-family: 'Kreon', serif;
  font-size: 22px;
  text-align: center;
  margin: 0px auto 20px auto;
}

.message p:first-child {
  text-transform: uppercase;
  margin: 20px auto 30px auto;
}

.message {
  margin-bottom: 10px;
  padding-top: 30px;
}

.message p.location {
  font-size: 30px;
  font-weight: bold;
}

.shop-container {
  float: none !important;
  max-width: 900px;
  margin: 0px auto;
}

.shop-container p {
  color: #010913;
  font-family: 'Kreon', serif;
  font-size: 18px;
  text-align: center;
  min-height: 150px;
}

.shop-image {
  /*border-radius: 100px;*/
  max-width: 190px;
  margin: 0px auto;
  /*margin-bottom: 30px;
  overflow: hidden;*/
  text-align: center;
}

.shop-image img {
  /*min-width: 280px !important;*/
}


/********************************
*********** Footer *************
********************************/

.footer-container {
  background-color: #040707;
  border-top: solid 5px #cc0e11;
}

.footer-container .row {
  padding: 40px 20px 20px 20px;
}

.footer-details p {
  font-family: 'Kreon', serif;
}

.footer-details p:first-child {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-details p .uppercase {
  text-transform: uppercase;
}

.footer-details p:last-child a {
  color: #bababa;
  font-size: 15px;
}
.footer-social-icons {
  float: right;
  margin-top: 10px;
  max-width: 120px;
}
.footer-social-icons aside {
  float: left;
}
.shop-container {
    min-height: 330px;
}
.second-shop-con {
    min-height: 345px;
}
div#fs {
    display: block;
    width: 100%;
    max-width: 868px;
    margin: auto;
}
.main-banner {
     background-image: url(images/main-banner.png);
    background-repeat: no-repeat;
    background-position: center; 
    width:  100%;
    height:  443px;
}