/*
Theme Name: Book Landing Page
Description: Custom Landing Page Template for an individual book
Github URI: https://github.com/alololox/Book-Landing-Page-Wordpress-Theme
Version: 1.0
Author: Alex Sutcliffe
Author URI: www.alexsutcliffe.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: book, one-page, bootstrap
*/

@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

body {
  width: 100%;
  height: 100%;
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial sans-serif;
  color: #000s;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  text-rendering: optimizeLegibility !important;
}

html {
  width: 100%;
  height: 100%;
}

h1,h2 {
  margin: 0 0 35px;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

h3,h4,h5,h6 {
  margin: 0 0 6px;
   text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.6;
}

img.img-responsive {
  margin: 0 auto;
}
@media(min-width:768px) {
  p {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.6;
  }
}

a {
  color: #7a954f;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover,
a:focus {
  text-decoration: underline;
  color: #6e6f38;
}

.light {
  font-weight: 400;
}

p.attri {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  margin-bottom: 30px;
}

p.epi {
  margin-bottom: 2px;
}

p.digarc {
  margin: 15px 0 5px 0;
  font-size: 15px;
}


/* NAVBAR */ 

.navigation {
  background: #688e98;
  width: 100%;
}

.navbar-custom {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ccc;
}

.navbar-custom .navbar-brand {
  font-weight: 700;
  height: 0px;
}

.navbar-custom .navbar-brand:focus {
  outline: 0;
}

.navbar-custom a {
  color: #fff;
}

.navbar-custom .navigation .navbar-toggle i.fa {
  color: #fff;
}

.navbar-custom .nav li a {
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
  outline: 0;
  color: rgba(255,255,255,.8);
  background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: 0;
  background-color: transparent;
}

.navbar-custom .nav li.active {
  outline: 0;
}

.navbar-custom .nav li.active a {
  background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
  color: #fff;
}

@media(max-width:767px) {
  .navbar-brand {
  padding: 19px 15px;   
  }
}

@media(min-width:768px) {
  .navbar-custom {
    padding: 0px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    background: 0 0;
    -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
    transition: background .5s ease-in-out,padding .5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background: #000;
  }
}


/* HEADER */

.intro {
  display: table;
  width: 100%;
  height: 100vh;
  text-align: center;
  color: #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  border-bottom: 1px solid #ccc;
}

.intro .intro-body {
  display: table-cell;
  padding-top: 50px;
  box-shadow: 50px 50px 300px #fff inset,-50px -50px 300px #fff inset;
  height: 100vh;
}

.intro .intro-body .brand-heading {
  padding: 0px 0 0px;
  margin: 20px 0;
  font-size: 50px;
  text-align: center;
}

p.sub {
  font-style: italic;
  font-size: 20px;
}

@media(max-width:767px) {
  .intro .{ background: top; }
  .brand-heading { margin-top: 40px; }
  .textwidget img { padding: 20px 0 40px 0; }
  .cta { margin-top: 20px; }
}

@media(min-width:768px) {
  .intro {
    height: 100vh;
    padding: 0;
    margin-top: 0px;
  }
  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}

.video {
  margin-top: 20px;
}

/* NEWS */

#news {
  background-color: #fff;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.content-section {
  padding: 10px 0 40px 0;
}

.blurb2 > p.epi, .blurb2 > p.attri {
  font-size: 14px;
}

p.attri {
  color: #688e98
}


/* EXCERPT */

.excerpt-section {
  width: 100%;
  padding: 30px 0;
  color: #000;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

@media(min-width:767px) {
  .excerpt-section {
    padding: 50px 0 20px;
  }
}

.excerpt-section p {
  font-family: 'Lato', helvetica neue, sans-serif;
  color: #565656;
  font-size: 22px;
  line-height: 1.8;
}

@media(max-width:600px) {
  .excerpt-section p {
    font-size: 18px;
    line-height: 1.6;
  }
}

footer {
  padding: 50px 0;
  background-color: #2f2f2f;
  color: #fff;
}

footer p {
  margin: 0;
}


/* SOCIAL FOOTER WIDGET */

ul.social {
  display: inline; 
  list-style-type: none;
  padding-left: 0;
}

li.sm {
  display: inline; 
  font-size: 2em;
  padding: 0.2em;
}

a.goodreads {
  font-family: 'Helvetica', sans-serif; 
  font-weight: 100; 
  font-size: 1.3em; 
}

a.goodreads:hover {
  text-decoration: none;
}

li.sm .fa  {
  padding: 0.2em;
}

aside.widget { 
  padding: 0 0 20px;
}


/* GOOGLE FORM STYLE */

#contactform {
  font-family: "Montserrat";
  text-transform: uppercase;
}

#contactform input,
#contactform textarea {
  margin-bottom: 14px;
  width: 100%;
  outline: none;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  background-color: #f2f2f2;
  line-height: 1.8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contactform input {
  padding-left: 15px;
  height: 44px;
  border-radius: 0;
}

#contactform textarea {
  padding: 15px;
  height: 202px;
  border-radius: 0;
  margin-bottom:20px;
}

#contactform .btn:hover {
  background: #587a87;
}

#contactform .btn {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #688e98;
  background: #688e98;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}


/* BUTTON */

.btn.sharp {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border: 1px solid #688e98;
  background: #688e98;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding-top: 13px;
  margin-top:20px;
  font-family: 'Montserrat';
}

.btn.sharp:hover {
  background: #587a87;
}


/* IMAGES */

.alignleft {
  float: left;
}
@media(max-width:767px) {
  .alignleft {
    float: none;
  }
}
.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
}

.wp-caption {
  margin-bottom: 10px;
  max-width: 100%;
  border-radius: 4px;
  padding: 0 10px;
}

.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 10px;
  font-family: 'Helvetica', sans-serif;
  font-size:15px;
}
