/*
	Theme Name: Hakea Hustler
	Theme URI: 
	Description: 
	Version: 
	Author: Jin & Co.
	Author URI: jinand.co
	Tags:

*/
/*------------------------------------*    VARIABLES
\*------------------------------------*/
/*---------------------------*	TYPOGRAPHY
\*------------------------------------*/
@font-face {
  font-family: 'designernotesbold';
  src: url("fonts/Designer-Notes-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'designernotes';
  src: url("fonts/Designer-Notes.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------*    MAIN
\*------------------------------------*/
body {
  background-color: white;
  background-size: cover;
  background-repeat: repeat-y;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #0B122E;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'designernotesbold', serif;
  font-size: 18px;
  color: #222222;
}

@media (min-width: 767px) {
  .h1.inline, .h2.inline, .h3.inline, .h4.inline, .h5.inline, .h6.inline, h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
    display: inline-block;
    margin-right: 20px;
  }
}

h1, .h1 {
  font-size: 48px;
  color: #3B3631;
  line-height: 50px;
}

h2, .h2 {
  font-size: 28px;
  line-height: 32px;
}

h3, .h3 {
  font-size: 24px;
  line-height: 26px;
}

h4, .h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 10px;
  color: #0B122E;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  line-height: normal;
}

a, a:visited {
  transition: color .15s;
}

a {
  color: #F25C3A;
}

a:hover, a:active, a:focus, a:visited {
  outline: 0 !important;
  text-decoration: none;
}

a.active {
  color: #F25C3A;
}

button:hover, button:active, button:focus, button:visited {
  outline: 0 !important;
}

ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

p {
  margin-bottom: 5px;
}

/*------------------------------------*    NAV
\*------------------------------------*/
@media (max-width: 769px) {
  .site-header {
    margin-top: 20px;
  }
}

@media (min-width: 769px) {
  .site-header {
    padding-top: 20px;
  }
}

.site-header a {
  color: #F25C3A;
}

.site-header a:hover {
  color: black;
}

.site-header .navbar-toggle {
  border-color: #F25C3A;
}

.site-header .navbar-toggle .icon-bar {
  background-color: #F25C3A;
}

@media (min-width: 767px) {
  .site-header .navbar .navbar-nav > li > a {
    padding: 30px 20px;
  }
}

.site-header .navbar .navbar-nav > li .dropdown-menu li {
  background-image: transparent;
}

.site-header .navbar .navbar-nav > li .dropdown-menu li a {
  padding: 5px 15px;
}

.site-header .navbar .navbar-nav > li .dropdown-menu li a:hover {
  color: #F25C3A;
}

.site-header .dropdown-menu > .active > a, .site-header .dropdown-menu > .active > a:focus, .site-header .dropdown-menu > .active > a:hover {
  background-color: none;
}

.site-header .navbar .navbar-nav > li a {
  font-family: 'designernotesbold', serif;
  font-size: 28px;
  color: #0B122E;
  padding: 15px 15px;
}

.site-header .navbar .navbar-nav > li a:hover {
  color: #0B122E;
}

.site-header .navbar .navbar-nav li:hover,
.site-header .navbar .navbar-nav li.active {
  background-image: url(img/icon-menu-active.png);
  background-image: url(img/icon-menu-active.svg);
  background-repeat: no-repeat;
  background-position: 33% bottom;
}

@media (min-width: 767px) {
  .site-header .navbar .navbar-nav li:hover,
  .site-header .navbar .navbar-nav li.active {
    background-position: center bottom;
  }
}

@media (max-width: 769px) {
  .site-header .navbar-right {
    float: left !important;
  }
}

a.brand-text {
  font-size: 20px;
  font-weight: bold;
  color: #313C65;
  letter-spacing: 3.33px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  a.brand-text.navbar-brand {
    padding: 15px 0;
  }
}

.site-footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 767px) and (max-width: 769px) {
  .site-footer {
    padding-top: 15px;
  }
}

@media (min-width: 769px) {
  .site-footer {
    padding-top: 20px;
    padding-bottom: 22px;
  }
}

@media (min-width: 769px) and (min-width: 767px) {
  .site-footer {
    padding-top: 42px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .site-footer .follow {
    float: left;
  }
}

@media (min-width: 480px) {
  .site-footer .follow {
    clear: none;
    float: left;
  }
}

@media (max-width: 767px) {
  .site-footer .credit {
    float: right;
  }
}

/*------------------------------------*    STRUCTURE
\*------------------------------------*/
.section-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 767px) {
  .section-sm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section-md {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 767px) {
  .section-md {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section-lg {
  padding-top: 20px;
  padding-bottom: 22px;
}

@media (min-width: 767px) {
  .section-lg {
    padding-top: 42px;
    padding-bottom: 40px;
  }
}

.section-xl {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 767px) {
  .section-xl {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media (min-width: 769px) {
  .section-xl {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.avatar {
  border: 1px solid #e1e1e1;
  border-radius: 50%;
  margin-right: 8px;
}

blockquote {
  border-left: none;
  margin: 0;
  padding: 0;
}

.pagination {
  display: block;
  border-top: 1px solid #f1f1f1;
  padding-top: 30px;
  padding-bottom: 15px;
}

.pagination a {
  color: #F25C3A;
  font-size: larger;
}

.pagination a:hover {
  color: black;
}

.follow .btn {
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999em;
  background-color: #F25C3A;
  color: white;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  background-position: center center;
}

@media (max-width: 767px) {
  .follow .btn {
    width: 36px;
    height: 36px;
  }
}

.follow .btn:hover {
  background-color: #ea380f;
}

.follow .fb {
  background-image: url("img/icon-facebook.png");
  background-image: url("img/icon-facebook.svg");
}

.follow .tw {
  background-image: url("img/icon-twitter.png");
  background-image: url("img/icon-twitter.svg");
}

.follow .ig {
  background-image: url("img/icon-instragram.png");
  background-image: url("img/icon-instagram.svg");
}

.post-comments {
  margin-top: 30px;
  padding-bottom: 30px;
}

.post-comments .commentlist .children {
  list-style: none;
  padding-left: 0;
}

.post-comments .commentlist .comment {
  color: #555;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.post-comments .commentlist .comment .feed-comment-author a {
  font-weight: bold;
  color: #F25C3A;
}

.post-comments .commentlist .comment .item-meta {
  color: silver;
}

.post-comments h2 {
  margin-bottom: 20px;
}

#respond h2 {
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .credit {
    margin-top: 3px;
  }
}

@media (min-width: 480px) {
  .credit {
    clear: none;
    float: right;
    text-align: right;
  }
}

.credit img {
  margin-left: 15px;
}

.credit a {
  color: #F25C3A;
}

.credit a:hover {
  color: #F25C3A;
}

/*------------------------------------*    STYLING
\*------------------------------------*/
.btn-group:hover .dropdown-menu {
  display: block;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .navbar-toggle {
    margin-right: 0;
  }
}

@media (min-width: 767px) and (max-width: 769px) {
  a.custom-logo-link {
    display: block;
    width: 700px;
    text-align: center;
  }
  a.custom-logo-link img {
    margin-left: auto;
    margin-right: auto;
  }
}

.main-content {
  padding-top: 20px;
  padding-bottom: 22px;
  text-align: justify;
}

@media (min-width: 767px) {
  .main-content {
    padding-top: 42px;
    padding-bottom: 40px;
  }
}

.main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.page-title {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.blog-title {
  margin-left: 15px;
}

.blog-wrap {
  padding: 25px;
}

.blog-index .page-title {
  margin-bottom: 15px;
}

.blog-index .meta {
  margin-bottom: 15px;
}

.blog-index .single-content {
  margin-bottom: 30px;
}

.date.pull-left, .comments.pull-right {
  margin-bottom: 15px;
}

ul.wpp-list {
  padding-left: 15px;
}

.post-stats {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
}

.widget_archive {
  margin-bottom: 15px;
}

.widget_archive .screen-reader-text {
  display: none;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 480px;
}

@media (max-width: 767px) {
  .banner {
    padding: 30px;
  }
}

@media (min-width: 767px) {
  .banner {
    height: 500px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.banner.hero-banner {
  align-items: flex-end;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .banner.book-banner {
    height: auto;
  }
}

.banner.latest-book-banner {
  height: auto;
}

@media (max-width: 767px) {
  .banner.latest-book-banner .book-cover {
    margin-top: 30px;
  }
}

.banner#home-author {
  height: auto;
}

.banner.all-books-banner {
  background-color: #f1f1f1;
}

@media (max-width: 767px) {
  .banner.all-books-banner {
    height: auto;
  }
}

@media (min-width: 767px) and (max-width: 769px) {
  .banner.all-books-banner {
    height: 400px;
  }
}

.banner.all-books-banner h1 {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .banner.all-books-banner h1 {
    margin-bottom: 30px;
  }
}

.banner.all-books-banner .book-cover img {
  margin-bottom: 10px;
}

.banner.all-books-banner .book-cover a:hover h6 {
  color: #F25C3A;
}

@media (min-width: 767px) {
  .flexbox .book-banner-flex {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 767px) {
  .no-flexbox .book-banner hgroup {
    margin-left: 8.33333333%;
  }
}

.banner-title {
  font-family: 'designernotesbold', serif;
  font-size: 42px;
  color: white;
  line-height: 32px;
  padding-left: 4%;
  padding-right: 4%;
}

@media (max-width: 767px) {
  .banner-title {
    line-height: 43px;
  }
}

@media (min-width: 767px) and (max-width: 769px) {
  .banner-title {
    font-size: 28px;
  }
}

.single-content {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: justify;
}

.single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
  margin-top: 15px;
}

.single-content .page-title {
  margin-top: 20px;
}

.meta {
  font-family: 'designernotes', serif;
  font-size: 20px;
  margin-bottom: 30px;
}

.post-tags {
  margin-top: 15px;
}

.book-title {
  font-size: 36px;
  color: white;
  line-height: 32px;
  margin-bottom: 20px;
}

.by-line {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: white;
}

@media (max-width: 767px) {
  .by-line {
    margin-bottom: 30px;
  }
}

.buy-book {
  margin-top: 30px;
  margin-bottom: 30px;
}

.snippet {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: justify;
}

.sticker {
  text-align: center;
  transform: rotate(-4deg);
  font-family: 'designernotesbold', serif;
  font-size: 28px;
  color: #0B122E;
  line-height: 1;
}

@media (max-width: 767px) {
  .sticker {
    font-size: 16px;
  }
}

@media (max-width: 769px) {
  .sticker {
    color: silver;
  }
}

.sticker.sticker-right {
  width: 90px;
  position: absolute;
  top: -40px;
  right: -70px;
}

@media (max-width: 767px) {
  .sticker.sticker-right {
    right: 0;
  }
}

.quote {
  font-family: 'designernotes', serif;
  font-size: 20px;
  color: white;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .quote {
    font-size: 19px;
  }
}

@media (min-width: 767px) {
  .quote-lg {
    font-size: 26px;
  }
}

.quote-source {
  text-align: center;
}

@media (max-width: 769px) {
  .quote-source {
    color: silver;
  }
}

.quote-bubble {
  width: 268px;
  height: 236px;
  padding: 60px  30px  30px;
  margin-bottom: 15px;
  background-image: url(img/quote-bubble.png);
  background-image: url(img/quote-bubble.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 767px) and (max-width: 769px) {
  .quote-bubble {
    width: 200px;
    height: 180px;
    padding: 40px  16px;
  }
}

.about-bubble {
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: 'designernotes', serif;
  font-size: 16px;
  color: white;
  width: 340px;
  height: 337px;
  text-align: center;
  padding-left: 50px;
  padding-right: 100px;
  background-image: url(img/about-bubble.png);
  background-image: url(img/about-bubble.svg);
  background-repeat: no-repeat;
}

@media (max-width: 769px) {
  .home-about-excerpt .media .media-object {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (min-width: 767px) and (max-width: 769px) {
  .home-about-excerpt .media {
    margin-top: 80px;
  }
  .home-about-excerpt .media .media-object {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .home-about-excerpt {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.btn-outline {
  border-radius: 0;
  border: 1px solid #3B3631;
  padding: 14px 32px 10px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

#home-whats-new {
  background-color: #f1f1f1;
}

@media (max-width: 767px) {
  #home-whats-new {
    padding: 30px 0;
  }
  #home-whats-new .snippet {
    margin-bottom: 45px;
  }
}

@media (min-width: 767px) {
  #home-whats-new {
    min-height: 500px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

#home-whats-new .section-title h3 {
  display: inline-block;
  margin-left: 10px;
}

#home-whats-new .section-title img {
  display: inline-block;
  margin-left: 40px;
}

#home-whats-new .box {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 30px;
}

@media (min-width: 767px) {
  #home-whats-new .box {
    height: 230px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#home-whats-new .box h1 {
  font-family: 'designernotesbold', serif;
  font-size: 28px;
  color: #FFFFFF;
  text-align: left;
  line-height: 32px;
  margin-top: 30px;
}

@media (min-width: 769px) {
  #home-whats-new #box-blog {
    margin-left: 140px;
  }
}

#home-whats-new .time {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  padding: 20px 15px;
  text-align: center;
  background-color: #437CA7;
  font-family: 'designernotesbold', serif;
  color: white;
  line-height: 16px;
}

#home-whats-new .time .day {
  font-size: 36px;
}

#home-whats-new .time .month {
  font-size: 14px;
}

.btn.btn-box {
  background-color: #F25C3A;
  color: white;
  text-align: center;
  font-size: 18px;
  font-family: 'designernotesbold', serif;
  border-radius: 0;
  display: block;
}

@media (min-width: 767px) and (max-width: 769px) {
  .btn.btn-box {
    font-size: 16px;
  }
}

.btn.btn-box:hover {
  background-color: #ea380f;
}

.ssba.ssba-wrap {
  margin-bottom: 30px;
}

.ssba.ssba-wrap a {
  margin-right: 10px;
}

.sidebar-widget {
  margin-bottom: 30px;
}

.sidebar-widget ul {
  padding-left: 0;
}

.sidebar-author {
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 20px;
}

.tooltip.bottom .tooltip-inner {
  background-color: #F25C3A;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #F25C3A;
}

.email-subscribe {
  padding-top: 20px;
  padding-bottom: 22px;
  background-color: #f1f1f1;
}

@media (min-width: 767px) {
  .email-subscribe {
    padding-top: 42px;
    padding-bottom: 40px;
  }
}

.frm_forms {
  margin-top: 30px;
}

/*------------------------------------*    BOOTSTRAP OVERRIDES
\*------------------------------------*/
@media (min-width: 767px) and (max-width: 769px) {
  .container {
    width: 738px;
  }
}

b, strong {
  font-weight: 500;
}

.form-control {
  border-radius: 0;
}

.btn-primary {
  /* bg */
  background-color: #3B3631;
  border-radius: 0;
  border-color: #3B3631;
  /* label */
  font-family: 'designernotesbold', serif;
  font-size: 18px;
  color: #f1f1f1;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: black;
  border-color: #3B3631;
}

.btn-default {
  border-radius: 24px;
  background-color: rgba(156, 185, 189, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  padding: 6px 24px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.69px;
  line-height: 18px;
  text-transform: uppercase;
}

.btn-default:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: transparent;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 21px;
}

.navbar {
  padding: 0;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 10px;
  }
}

@media (min-width: 767px) {
  .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    background-color: transparent;
  }
}

.nav > li > a:focus, .nav > li > a:hover {
  background-color: transparent;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
  color: black;
  background-color: transparent;
}

.nav .open > a.dropdown-toggle,
.nav .open > a:hover {
  background-color: transparent;
}

.dropdown-menu {
  padding: 0;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1200px;
  }
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*------------------------------------*    MISC
\*------------------------------------*/
::selection {
  background: #F25C3A;
  color: white;
  text-shadow: none;
}

::-webkit-selection {
  background: #F25C3A;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: #F25C3A;
  color: white;
  text-shadow: none;
}

/*------------------------------------*    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 40px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 40px;
}

.alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 40px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 40px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background-color: white;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 0px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 40px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 40px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 14px;
  margin: 0;
  padding: 8px 10px;
}

/*------------------------------------*    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
