/* ==========================================================================
Styles
========================================================================== */
/* ==========================================================================
Base Styles
========================================================================== */
body {
  font-family: 'Lato', serif;
  color: #1D1D1B;
}
a {
  color: #263859;
}
a:hover, a:focus, a.active {
  color: #3e567c;
}
a.text-link {
  position: relative;
  display: inline-block;
}
a.text-link::after {
  content: '';
  display: block;
  position: relative;
  margin-top: 0.25rem;
  width: 40px;
  height: 2px;
  background-color: #ff6768;
  bottom: 0;
  left: 0;
}
a.text-link:hover {
  text-decoration: none;
}
a.text-link:hover::after {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* ==========================================================================
Blog Styles
========================================================================== */
.post-thumbnail-small {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-thumbnail-large {
  width: 100%;
  height: 460px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/* ==========================================================================
Buttons Styles
========================================================================== */
.btn {
  padding: 0.75rem 2rem;
  border-radius: 3px;
}
.btn-primary {
  background-color: #263859;
  border-color: #263859;
  color: white;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #3e567c;
  border-color: #3e567c;
  color: white;
}
.btn-secondary {
  background-color: #ff6768;
  border-color: #ff6768;
  color: white;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #ff858b;
  border-color: #ff858b;
  color: white;
}
.btn-outline-primary {
  background-color: transparent;
  border-color: #263859;
  color: white;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #3e567c;
  border-color: #3e567c;
  color: white;
}
.btn-outline-secondary {
  background-color: transparent;
  border-color: #263859;
  color: white;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #3e567c;
  border-color: #ff858b;
  color: white;
}
/* ==========================================================================
Footer Styles
========================================================================== */
.footer-brand {
  font-family: 'Lato', serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
/* ==========================================================================
Forms Styles
========================================================================== */
.gform_wrapper input[type="submit"] {
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  background-color: #ff6768;
  border-color: #ff6768;
  color: white;
}
.gform_wrapper input[type="submit"]:hover, .gform_wrapper input[type="submit"]:active, .gform_wrapper input[type="submit"]:focus {
  background-color: #ff6768;
  border-color: #ff6768;
  color: white;
}
/* ==========================================================================
Helper Styles
========================================================================== */
.text-light-wrap {
  color: white;
}
.text-light-wrap h1, .text-light-wrap h2, .text-light-wrap h3, .text-light-wrap h4, .text-light-wrap h5, .text-light-wrap h6, .text-light-wrap p, .text-light-wrap ul {
  color: white;
}
.bg-light {
  background-color: #e7eaef !important;
}
.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
ul.list-book-sellers li {
  margin-right: 1.5rem !important;
  width: 100px;
}
blockquote {
  color: #616c80;
}
blockquote p {
  border-left: 2px solid #616c80;
  font-size: 1.125rem;
  font-style: italic;
  padding-left: 1rem;
}
span.quote-author-name {
  display: block;
  text-align: right;
  font-size: 1rem;
  font-weight: 700;
}
span.quote-author-info {
  display: block;
  text-align: right;
  font-size: 0.75rem;
  font-style: italic;
}
.press-hit {
  padding: 1rem;
  border: 1px solid lightgray;
  height: 100%;
  border-radius: 3px;
  background-color: white;
}
.press-hit .press-img-wrap {
  width: 100%;
  height: 100px;
  text-align: center;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.press-hit .press-img-wrap img {
  max-height: 100%;
}
.press-hit h3.press-title {
  font-size: 1.25rem;
  font-weight: bold;
}
/* ==========================================================================
Media Query Styles
========================================================================== */
/* ==========================================================================
Layout Styles
========================================================================== */
.section-page-hero {
  padding-top: 16rem;
  padding-bottom: 4rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-page-hero::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(21, 32, 51, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-page-hero h1 {
  text-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.section-page-heading {
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.section-page-heading h1 {
  text-transform: uppercase;
}
#section-home-hero {
  overflow: hidden;
  position: relative;
}
#section-home-cta {
  position: relative;
}
#section-home-cta .home-cta-box {
  background-color: #ff6768;
}
#section-home-cta .home-cta-box a {
  color: white;
}
#section-home-icons {
  background: url('/wp-content/uploads/2020/04/storage-blue-overlay.jpg') no-repeat center center / cover;
}
.icon-list-item .icon-wrap {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#section-home-blog {
  background-color: #17223b;
}
#section-home-blog h2.entry-title {
  border-bottom: none;
  font-size: 1.5rem;
}
#section-about-hero {
  background-position: 50% 20%;
}
.section-page-hero#section-book-hero {
  background-position: 50% 40%;
  padding-top: 4rem;
}
.section-page-hero#section-book-hero .hero-form {
  background-color: #17223b;
  color: white;
}
.section-page-hero#section-book-hero .hero-form header {
  background-color: #223150;
  padding: 1rem 2rem;
  text-align: center;
  text-transform: uppercase;
}
.section-page-hero#section-book-hero .hero-form header h3 {
  font-size: 2.25rem;
  font-weight: 300;
}
.section-page-hero#section-book-hero .hero-form main {
  padding: 1rem 2rem;
}
#section-services-hero {
  background-position: 50% 10%;
}
#section-media-hero {
  background-position: 50% 35%;
}
#section-speaking-inquiries {
  background-color: #17223b;
  position: relative;
}
#section-speaking-inquiries .split-img-right {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
}
#section-media-downloads .download-thumbnail-wrap {
  height: 120px;
  width: 100%;
}
#section-media-downloads .download-thumbnail-wrap img {
  max-height: 100%;
}
#section-media-downloads h3.download-title {
  font-size: 1rem;
}
#section-contact-hero {
  background-position: 50% 50%;
}
#section-blog-hero {
  background-image: url('/wp-content/uploads/2020/04/HongKongHero.jpg');
}
#index-wrapper main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-wrapper main article {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 15px;
}
.grid-thumb {
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  position: relative;
}
.grid-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  #index-wrapper main article {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  #section-home-cta {
    position: relative;
  }
  #section-home-cta .home-cta-box {
    position: absolute;
    right: 0;
    top: -200px;
    width: 30%;
  }
  #section-home-cta .home-cta-box .image {
    height: 200px;
    width: 100%;
  }
  #section-home-cta .home-cta-box .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #section-home-cta #homeCtaBox {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #section-home-cta #homeCtaBox.scrolled {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (min-width: 992px) {
  #index-wrapper main article {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
  }
}
@media (min-width: 1200px) {
  .section-page-hero {
    padding-top: 20rem;
    padding-bottom: 4rem;
  }
  .section-page-hero h1 {
    font-size: 3.5rem;
  }
  .section-page-heading h1 {
    font-size: 3.5rem;
  }
  .section-page-hero#section-blog-hero {
    padding-top: 8rem;
  }
}
/* ==========================================================================
Navigation Styles
========================================================================== */
.navbar-brand {
  font-family: 'Lato', serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
}
.nav-link {
  font-family: 'Lato', serif;
  font-size: 0.9rem;
}
/* ==========================================================================
Typography Styles
========================================================================== */
h1, h2, h3 {
  font-family: 'Lato', serif;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.strap {
  font-size: 1.25rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.125rem;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  h2.entry-title {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
