/*
Theme Name: Redman2015
Theme URI: http://mattredman.com
Author: Polar Notion
Author URI: http://polarnotion.com/
Description: Custom theme for the Matt Redman at sixstepsrecords
Version: 2.0
*/

/* Defaults */
body {
  font-size: 18px;
  color: #000;
}

img {
  max-width: 100%;
}

a, a:hover, a:active, a:focus, a:visited {
  color: #000;
  outline: none;
}

a:focus, a:visited {
  text-decoration: none;
}

hr {
  border-top: 1px solid #000;
}

/* Fonts */

.nav.navbar-nav, .halfBox__btn, h2.h2--section-heading, .instagram-link {
  font-family: 'CodePro', 'Poppins', sans-serif;
}

h2.h2--section-heading {
  font-size: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #C09527;
}

.about-text, .homepage-blog {
  font-family: 'Roboto Slab', serif;
  font-size: 20px;
  font-weight: 300;
}

.contact-header, .mailchimp-btn, .booking-info {
  font-family: 'Roboto Slab', serif;
}

.about-footer {
  font-size: 15px;
  font-style: italic;
}

.tour-top, .tour-bottom {
  font-family: 'CodePro', 'Poppins', sans-serif;
  font-size: 16px;
}

.event-row .img-btn {
  font-family: 'Trade Gothic W01', helvetica neue, sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}

.pdf-chord-charts, .devotionals, .post-title, h1.blog-page {
  font-family: 'Trade Gothic W01', helvetica neue, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Utilities */

/* background images */
.coverable-background {
  background-size: cover;
  min-height: 300px;
  background-position: center;
  background-attachment: fixed;
}

.full-height-bg {
  height: 100vh;
}

.bg-height-80 {
  height: 80vh;
}

.coverable-background.bg-height-80 {
  background-position: center 82vh;
}

.container {
  max-width: 1100px;
  padding-top: 40px;
  padding-bottom: 60px;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.vertical-child {
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    text-align: center;
}

.bg-gray {
  background-color: #f1f1f1;
}

.col-md-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* padding */
.pad {
  padding: 40px 20px;
}

.pad-square {
  padding: 40px;
}

.pad.pad-double {
  padding: 80px 40px;
}

hr.pad-lg {
    margin-top: 40px;
    margin-bottom: 40px;
}

.no-margin-bottom {
  margin-bottom: 0px;
}

.u-margBtm30 {
  margin-bottom: 30px;
}

/* halfBox Component */
.hidden-music.halfBox__content,
.books-bottom.halfBox__content,
.tour-bottom.halfBox__content,
.video-chord-charts.halfBox__content,
.pdf-chord-charts.halfBox__content {
  min-height: 0px;
  max-height: 0px; /* This is not redudant, it's necessary for the halfBox javascript code */
  overflow: hidden;
}

.halfBox__btn {
  font-size: 18px;
  padding-top: 20px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  text-transform: uppercase;
}

.halfBox--open .halfBox__btn .fa-chevron-down::before {
  content: '\f077';
}

.halfBox__btn:hover {
  cursor: pointer;
}

/* Navigation */

.navbar {
  margin-bottom: 0px;
  position: absolute;
  background-color: transparent;
  width: 100%;
  border: 0px;
  border-radius: 0px;
  z-index: 999;
  padding-top: 35px;
}

.navbar-default .navbar-nav > li > a {
  color: #c0aa3b;
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #2E6FA0;
}

.nav.navbar-nav {
  text-align: center;
  float: none;
}

.nav.navbar-nav li {
  float: none;
  display: inline-block;
}


/* Mobile Nav Styles */

.navbar-default .navbar-toggle {
  margin: 0px;
  padding: 20px;
  border: 0px;
  border-radius: 0px;
  color: white;
  float: left;
  background-color: transparent;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
  width: 30px;
  height: 3px;
}

.navbar-default .navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

/* Header Section */
.header-title {
  padding-top: 60px;
  max-width: 60vw;
}

/* Instagram Section */
.instagram-link {
  display: inline-block;
  margin-bottom: 20px;
}

.instagram-link:hover {
  color: #20F3C9;
  text-decoration: none;
}

.insta-logo {
  height: 23px;
  padding-right: 5px;
}

a.insta-img-link:hover img {
  border: 3px solid #20F3C9;
}

/* Music Section */
.media-img img {
  max-height: 250px;
  border: 1px solid #ccc;
}

.media-big-img img {
  width: 40vw;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 30px #888;
}

.media-link {
  margin-top: 16px;
  margin-bottom: 40px;
  font-family: 'Trade Gothic W01', helvetica neue, sans-serif;
  color: white;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.media-link p {
  font-size: 16px;
  font-weight: 800;
  line-height: 26px;
}

/* Tour Section */
.event-row p {
  margin-top: 13px;
  margin-bottom: 0;
}

.event-date {
  color: #20F3C9;
}

.btn-bg {
  padding: 3px;
}

.btn.img-btn {
  background-color: white;
  border-radius: 0;
}

.btn.img-btn:hover {
  color: white;
  background-color: black;
}

.no-tour-dates {
  font-size: 20px;
}

.no-tour-dates a {
  text-decoration: underline;
}

/* Video Section */

section#video {
  padding-top: 40px;
  padding-bottom: 20px;
}

img.video-img-link {
  padding-bottom: 3px;
}

img.video-img-link:hover {
  border: 3px solid #20F3C9;
  padding-bottom: 0;
}

.modal-dialog {
  margin-top: 20vh;
}

.modal-content {
  background-color: #111;
}

.modal-header {
  border-bottom: none;
}

.modal-header .close {
  color: #ddd;
  opacity: 1;
  text-shadow: none;
  font-size: 30px;
  font-weight: 500;
  line-height: .5;
}

/* Chord Charts Section */
.halfBox__btn.chord-charts-btn {
  padding: 30px;
  background-color: #000;
  color: #fff;
  font-size: 24px;
  width: 75%;
  letter-spacing: 1px;
}

.pdf-chord-charts h2 {
  text-decoration: underline;
}

/* books Section */
  /*** no styles! So efficient! ***/

/* Devotionals Section */
  /*** no styles! So efficient! ***/

/* Blog Section */
.homepage-blog .post-title {
  margin: 40px 0 0 0;
}

.post-title {
  font-size: 40px;
}

/* Blog Page */
h1.blog-page {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 50px;
}

.post-date {
  font-size: .8em;
  margin-bottom: 30px;
}

.post-content .post-title {
  margin-bottom: 0;
}

.post-content a, .about-text a, .post-teaser a {
  font-weight: 700;
}

.post-content a:hover, .about-text a:hover, .post-teaser a:hover {
  color: #20F3C9;
  text-decoration: none;
}

/* Contact Section */

.contact-header {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  padding: 30px 0 10px 0;
}

.color-line {
  height: 2px;
  width: 100%;
  margin-top: 30px;
}

a.mailchimp-btn {
  background-color: #000;
  color: #FFF;
  border-radius: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 100;
  min-width: 180px;
  padding: 10px;
  letter-spacing: 1px;
}

a.mailchimp-btn:hover {
  background-color: #FFF;
  border: 1px solid #000;
  color: #000;
  font-weight: 700;
}

.booking-info {
  font-weight: 100;
  text-align: center;
  padding-top: 30px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
}

.book__link {
  font-weight: 700;
}

.book__link:hover {
  color: #20F3C9;
  text-decoration: none;
}

/* Footer */

footer{
  background-color: #021629;
  padding: 30px;
}

footer ul {
  margin-bottom: 0px;
}

footer ul li img {
  max-height: 30px;
}

.form-all {
  font-family: 'Roboto Slab' !important;
}

/* Media Queries */

@media only screen and (max-width : 1200px) {

}

@media only screen and (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  #fixed-nav-hook.fixed {
    position: fixed;
    background-color: #00182B;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 10px #ddd;
  }
}

@media only screen and (max-width : 992px) {
  .header-title {
    max-width: 60vw;
  }
}

/* Small Devices, Desktops */
@media only screen and (max-width : 768px) {

  .header-title {
    max-width: 80vw;
    padding-top: 0;
  }

  h2.h2--section-heading {
		font-size: 30px;
	}

  .coverable-background {
  	background-size: auto 100vh;
  	background-position: center;
	  min-height: 0px;
	  background-attachment: scroll;
  }

  .coverable-background.bg-height-80 {
    background-position: bottom;
  }

  a.instagram-link.pull-right {
    display: none;
    background-size: auto 100vh;
    background-position: center;
  }

  .col-pad-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-default .navbar-collapse {
      border-color: #e7e7e7;
      border-bottom: 1px solid #e7e7e7;
      background-color: rgba(255,255,255,0.8);
      padding-top: 20px;
      padding-bottom: 40px;
  }

  .navbar-collapse .navbar-nav {
    text-align: left;
  }

  .navbar-collapse .navbar-nav li {
    display: block;
    padding-top: 5px;
    padding-left: 5px;
  }

  .media-big-img img {
    width: 250px;
  }

  section {
    padding-left: 20px;
    padding-right: 20px;
  }

  #tour p {
    margin: 0;
  }

  #tour .btn-bg {
    margin-top: 15px;
  }

  .media-img {
    height: 243px;
  }
}
