/* 
Theme Name: Jestocke.com 
Theme URL: https://fr.wordpress.org/themes/wp-bootstrap-starter/
Description: Theme for Jestocke.com website (www.jestocke.com). This theme is based on WP Bootstrap Starter theme (https://fr.wordpress.org/themes/wp-bootstrap-starter/).
Theme Author: Jestocke dev Team
Author URL: http://jestocke.com
Template: wp-bootstrap-starter 
Version: 2.3.0
Text Domain: wp-bootstrap-starter-child 
*/

/* TODO : Notification badge - Move to Django SCSS */
.profile-menu,
.profile-menu-notification {
  display: none;
}

.profile-menu-notification {
  line-height: 0.25rem;
  transform: translate(-50%, -50%) !important;
  left: 100% !important;
  top: 0 !important;
}

.profile-menu-notification-count {
  font-size: 0.75rem;
  line-height: 0.25rem;
}

/* Sidebar */
.modal.fixed-left .modal-dialog.modal-dialog-aside {
  margin-left: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.modal.show.fixed-left .modal-dialog.modal-dialog-aside {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.modal .modal-dialog.modal-dialog-aside {
  max-width: 320px;
  height: 100%;
  margin: 0;
  transform: translate(0);
  transition: all 0.4s;
}
.modal .modal-dialog.modal-dialog-aside .modal-content {
  height: inherit;
  border: 0;
  border-radius: 0;
}
.modal .modal-dialog.modal-dialog-aside .modal-content .modal-body {
  overflow-y: auto;
}

.trustpilot-widget {
  padding: 2rem;
  background-color: #f5f5f5 !important;
}

div#page {
  overflow-x: hidden;
}

/* Homepage */
#banner-home.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
}

/* Footer */
footer .widget-title {
  color: #ffffff !important;
}

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

footer .widget {
  margin-bottom: 2rem;
}

/* Sidebar - Widgets */
.widget-area .widget {
  margin-bottom: 2rem;
}

/* Separator */
.js-separator {
  max-width: 200px;
  border-width: 2px !important;
}

/* Post */
.post-thumbnail img {
  width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
  border-radius: 0.5rem !important;
}

.navigation.post-navigation {
  margin-bottom: 3rem;
}

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

/* Comments */
.comment-list .children {
  list-style: none;
}

/* Add to SCSS, then delete this */
.bi-lg {
  line-height: 1;
}
