/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 17 2018 | 23:19:56 */
.page-hero-img {
    width: 100%;
    padding-top: 60%;
}

.page-hero {
    position: relative;
}

.page-hero .wpb_single_image {
  margin-bottom: 1em;
}

.page-hero h1,
.page-hero h2 {
    font-weight: 400;
    margin: 0;
}

.page-hero p strong {
    font-size: 1.0625em;
    font-weight: 900;
}

.page-hero h1 {
    font-size: 32px;
    line-height: 1.3em;
    margin-bottom: 0.25em;
}

.page-hero h2 {
    font-size: 20px;
    line-height: 1.6em;
    border-bottom: 2px solid rgba(0, 0, 0,0.3);
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.page-hero .vc_sep_line {
  margin-top: 1em;
  margin-bottom: 1em;
  border-color: rgba(0, 0, 0, 0.3) !important;
}

#home-intro p strong {
    font-size: 1.0625em;
    font-weight: 900;
}

#home-intro blockquote {
    border-left: none;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .page-hero h1 {
        font-size: 42px;
    }
}

@media screen and (min-width: 992px) {
    .page-hero-img {
        display: none;
    }

    .page-hero {
       color: #ffffff;
       background-color: #000000;
       background-size: auto 100%;
       background-repeat: no-repeat;
       min-height: 580px;
    }
  
    .page-hero .vc_sep_line {
      border-color: rgba(255,255,255,0.3) !important;
    }
  
  	.page-hero--home {
       background-image: url("/wp-content/uploads/2018/08/index_jimmy.jpg?id=4302");
       background-position: top left -50px;
  	}
  
    .page-hero--speaking {
      background-image: url("/wp-content/uploads/2018/12/Jimmy-John-Liautaud-Speaking-banner.jpg");
      background-position: top right;
      min-height: 400px;
    }
  
    .page-hero--videos,
  	.page-hero--photos {
      background-image: url("/wp-content/uploads/2018/08/resources_main.jpg");
      background-position: top left;
      min-height: 400px;
    }
  
	.page-hero--press {
      background-image: url("/wp-content/uploads/2018/08/in_the_press_main.jpg");
      background-position: top left;
      min-height: 400px;
    }
    
    .page-hero h1 {
        color: #ffffff;
    }
    
    .page-hero h2 {
        color: #ffffff;
        border-bottom-color: rgba(255,255,255,0.3);
    }

    .page-hero--home .vc_column-inner {
        padding-left: 40%;
    }
  
	.page-hero--videos .vc_column-inner,
	.page-hero--photos .vc_column-inner,
	.page-hero--press .vc_column-inner {
        padding-left: 50%;
    }
  
    .page-hero--speaking .vc_column-inner {
      padding-right: 40%;
    }
}