/*
Theme Name:     LoraChild
Theme URI:      http://themeforest.net/item/lora-responsive-wordpress-blog-portfolio-theme/11139083
Description:    Child theme for the Lora theme.
Author:         Lauren Kroner   
Author URI:     laurenkroner.com
Template:       Lora
Version:        0.1.0
*/

@import url("../Lora/style.css");

@font-face {
  font-family: 'Plantin'; 
  src: url('https://blog.turo.com/wp-content/themes/LoraChild/fonts/Plantin.ttf'); 
  font-weight: normal;
}

@font-face {
  font-family: 'BasisMedium'; 
  src: url('https://blog.turo.com/wp-content/themes/LoraChild/fonts/basis_grotesque_medium-web.ttf'); 
  font-weight: normal;
}

@font-face {
  font-family: 'BasisBold'; 
  src: url('https://blog.turo.com/wp-content/themes/LoraChild/fonts/basis_grotesque_bold-web.ttf'); 
  font-weight: bold; 
}

@font-face {
  font-family: 'Freight'; 
  src: url('https://blog.turo.com/wp-content/themes/LoraChild/fonts/Freight.ttf'); 
  font-weight: normal; 
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3 {
  font-family: 'Freight', 'HoeflerText-Black', 'Times New Roman', serif !important;
}

h1 {
  font-size: 92px;
  -webkit-font-smoothing: antialiased !important;
}

h2 {
  font-size: 60px;
  -webkit-font-smoothing: antialiased !important;
}

h3 {
  font-size: 32px;
  -webkit-font-smoothing: antialiased !important;
}

h4 {
  color: #ffffff !important;
  font-family: 'Plantin', 'AmericanTypewriter-Condensed', 'Times New Roman', serif !important;
  -webkit-font-smoothing: antialiased !important;
}

h5 {
  color: #ffffff !important;
  font-family: 'Plantin', 'AmericanTypewriter-Condensed', 'Times New Roman', serif !important;
  font-size: 18px;
  text-align: center !important;
  text-transform: uppercase !important;
  -webkit-font-smoothing: antialiased !important;
}

h5 a {
  color: #ffffff !important;
  -webkit-font-smoothing: antialiased !important;
}

h6 {
  font-family: 'BasisMedium', 'Avenir', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
}

.entry-content h2, .entry-content h3,.entry-content h4, .entry-content h5 {
 color: #231f20 !important;
}

body {
  font-family: 'BasisMedium', 'Avenir', 'Helvetica Neue', 'Helvetica',   sans-serif !important;
  font-size: 16px !important;  
}

p a {
  font-family: 'BasisBold', 'Avenir', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  color: #59d389 !important;
}

#footer a {
 color: #fff !important;
}

#footer a:hover {
 color: #59D389 !important;
}
.footer {
 text-align: center;
}

.footer p {
 margin: 0 0 .5em 0;
}

.social ul {
 display: block;
}

.social ul li {
 display: inline;
 padding: .2em;
}

.prev-post-text, .next-post-text {
  font-family: "BasisMedium";
  text-transform: none;
}

.overlay {
  cursor: pointer;
}

.title {
  cursor: pointer;
}

.title h4 {
  margin: 0;
  padding: 0;
}

.page-title h1.entry-title {
  font-size: 48px !important;
}
.page-title {
  background-color: #fff;
}

.desc {
  font-family: 'BasisMedium', 'Avenir', 'Helvetica Neue', 'Helvetica',   sans-serif !important;
  color: #59d389 !important;
}

.buttonWrapper {
  margin: 0 auto;
  text-align: center;
}

.buttonWrapper > *, .buttonWrapper .button {
  margin-top: 15px;
}

.button {
  font-family: 'BasisBold', 'Avenir', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  text-transform: none !important;
  height: 34px;
  line-height: 33px;
  padding: 0 14px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  font-size: 16px;
  transition: 0.5s all ease;
  -webkit-font-smoothing: antialiased;
  width: 90%;
}

.button--large {
  height: 50px;
  line-height: 49px;
  font-size: 18px;
  padding: 0 18px;
}

.button--light {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.button--dark {
  background-color: #ffffff;
  color: #231f20;
  border: 1px solid #231f20;
}

.button:hover {
  background: #ebebeb !important;
  color: #231f20 !important;
}

h1 .category-title {
  color: #ffffff !important;    
}

.entry-content {
  max-width: 940px;
}

.entry-title {
  text-align: center !important;
  padding-bottom: .5em;
}

.underline {
  text-align: center !important;
  margin: auto !important;
  width: 37px !important;
  height: 2px !important;
}

.underline--dark {
  background: #231f20 !important;
}

.title--center {
  margin: auto !important;
  position: absolute !important;
  top: 0 !important; 
  left: 0 !important; 
  bottom: 0 !important; 
  right: 0 !important;
  height: 300px !important;
}

.subtitle {
  color: #949494;
  font-family: 'BasisMedium', 'Avenir', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  font-size: 13px !important;
  padding: .5em;
  text-align: center;
}

.fullscreen {
  max-width: 1040px !important;
}

.nav-links {
  margin: auto;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}
nav.navigation.pagination {
  width: 100%;
  text-align: center;
}

.category-title {
  background: #949494 !important;
}

.main-menu ul li a {
  text-transform: none !important;
  font-family: 'BasisMedium', 'Avenir', 'Helvetica Neue', 'Helvetica', sans-serif !important;
}

.background {
  margin-top: -50px;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

.content-header {
  text-align: center;
  margin: 2em 0;
}

.content-header p {
  margin-bottom: 0;
}

.content-header .subtitle {
  padding-bottom: 2em !important;
}

.avatar {
  border-radius: 50%;
}

.main-menu {
  position: relative !important;
  margin: 0 20px 0 0;
}

.breadcrumb {
  font-size: 13px;
  font-family: "BasisMedium";
  margin-bottom: 4em;
}

.aligncenter {
  width: 100%;
}

figure.aligncenter {
  width: 100% !important;
}
.tags {
 text-align: center;
}

.page-numbers, a.page-numbers {
  border: 2px solid #231f20 !important;
  padding: .3em .8em;
  color: #231f20;
}

.page-numbers {
  float: left;
  width: 40px;
  height: 40px;
  margin: .1em;
}

.post-nav span.current {
  border: 2px solid #59d389 !important;
  background: #fff !important;
  color: #231f20 !important;
}

a.page-numbers:hover {
  background: #ebebeb !important;
  color: #231f20 !important;
}

.post-meta-alt {
  font-family: 'BasisBold', 'Avenir', 'Helvetica Neue', 'Helvetica', sans-serif !important;
  text-align: center !important;
}

@media only screen 
and (min-width: 200px)
and (max-width: 349px) {
  .fullscreen .post img {
     height: auto;
     max-width: 500px;
  }
  .fullscreen .post .post-meta-alt li {
     font-size: 13px;
  }
  .title a h2 {
     font-size: 24px !important;
  }
  .title h5 {
     margin: 2em 0 0;
     font-size: 16px;
  }
}

@media only screen 
and (min-width: 350px)
and (max-width: 450px) {
  .fullscreen .post img {
    max-width: 500px; 
    height: auto;
  }
  .title a h2 {
     font-size: 30px !important;
  }
  .title h5 {
     margin: .5em 0 .5em;
  }
}

@media only screen 
and (min-width: 451px)
and (max-width: 768px) {
  .title a h2 {
     font-size: 30px !important;
  }
  .title h5 {
     margin: .5em 0 .5em;
  }
  .fullscreen .post img {
    max-width: 750px; 
    height: auto;
    width: auto;
  }
}

@media only screen 
and (min-width: 300px)
and (max-width: 768px) {
  h4 {
    font-size: 18px !important;
    line-height: 1.1;
  }
  h3 {
    line-height: 1.1;
  }
  h2 {
    line-height: 1.1;
  }
  .title h1, .title-full h1 {
    line-height: 1.1 !important;
    font-size: 48px !important;
  }
  .background .title-full {
    top: 30%;
  }
  .title p {
    font-size: 13px !important;
    margin-top: -5px !important;
  }
  .fullscreen .post .post-meta-alt {
    font-size: 16px;
  }
  .prev-post-text, .next-post-text {
    text-align: center;
  }
  .container--header {
    width: 100%;
  }
  .logged-in #header {
    top: 0px;
  }
  .menu-icon-dark {
    color: #fff;
  }
  .buttonWrapper {
    margin: auto;
  } 
  .post-meta-alt {
     margin: .3em;
  }
  .desktop-only {
    display:none !important;
  }
}

@media only screen 
and (min-width: 768px) { 
  h4 {
    font-size: 24px;
  }
  .title h1, .title-full h1 {
    font-size: 92px !important;
  }
  .title p {
    font-size: 16px !important;
    margin-top: -15px !important;
  }
  .container--header {
    float: none;
    width: 1000px;
    margin: auto;
  }
  .buttonWrapper {
    width: 30%;
  }
  .post-meta-alt {
    padding: .5em !important;
  }
}

@media only screen 
and (min-width: 992px) { 

}

@media only screen 
and (min-width: 1200px) { 
  .fullscreen .post img {
  }
}