/*
Theme Name: B-Style
Theme URI: https://bergkampho.com/
Author: Bergkamp Ho
Author URI: https://bergkampho.com/
Description: A custom WordPress theme based on Alien Ship, featuring Bootstrap styling and modern design.
Version: 2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: b-style
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready
*/

@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  text-transform: uppercase;
}
.single article p {
  font-size: 18px;
}
.widget-title,
.related_post_title,
.single blockquote > p {
  font-size: 22px;
}
.small-txt,
.article-footer p,
.byline,
aside p,
blockquote cite,
#wp-calendar,
.st-menu,
.footer-text {
  font-size: 14px;
}
#wp-calendar .pad {
  font-size: 12px;
  padding: 4px 0;
  vertical-align: middle;
}
a:hover,
a:focus {
  text-decoration: none;
}
/* Color
---------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
table thead tr th,
.article-header small a,
.dum-title > a,
.fa-tags {
  color: #999;
}
h1,
.index-aside h3,
.article-header h1,
.article-header h2,
.article-header a,
.entry-title,
blockquote cite a,
footer p.byline {
  color: #444;
}
.profile > h5,
.st-menu,
.st-menu #wp-calendar tr th,
.site-footer {
  color: #fff;
}
.st-menu a:hover {
  color: #008cba;
}
.tagcloud {
  line-height: 2.2rem;
  margin-bottom: 2.5rem;
}
a:hover,
a:focus {
  color: #00afd8;
}
.tagcloud a:nth-child(3n + 2) {
  color: #437fbb;
}

li:nth-child(3n + 1) > a:hover,
.tagcloud a:nth-child(3n) {
  color: #4cb647;
}

.tagcloud a:nth-child(2n + 1) {
  color: #b51e23;
}

.tagcloud a:nth-child(2n + 1) {
  color: #f48422;
}
blockquote {
  border-color: #f48422;
}

.tagcloud a:hover {
  text-decoration: underline;
}

.st-menu #wp-calendar tr td {
  color: #929da4;
  border: none;
  padding: 4px;
}

img.alignnone,
img.wp-post-image {
  border: 5px solid #fff;
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  outline: 1px solid #ccc;
}
img.wp-post-image {
  margin-bottom: 22px;
}

/* Increase the padding of dropdown links */
.dropdown-menu li > a {
  padding: 6px 15px;
}
/* Footer Nav / Bottom Menu */
.footer-nav li {
  display: block;
  float: right;
  margin-bottom: 0;
  padding-left: 3%;
}
/* Mobile Footer Nav */
@media only screen and (max-width: 767px) {
  .footer-nav.mobile {
    border-bottom: 1px solid #ccc;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px 0 0;
    width: auto;
  }
  .footer-nav.mobile li {
    float: none;
    height: auto;
    padding: 0;
  }
  .footer-nav.mobile li a:hover {
    background-color: #2a6496;
    color: #fff;
    text-decoration: none;
  }
  .footer-nav.mobile li a {
    border: solid 0 #ccc;
    color: #555;
    display: block;
    font-size: 15px;
    padding: 18px 20px;
    width: auto;
  }
  .footer-nav.mobile li a,
  .footer-nav.mobile li a.active {
    border-width: 1px 0 0;
    height: auto;
    margin: 0;
  }
  .footer-nav.mobile li.current-menu-item a {
    background: #428bca;
    border: none;
    color: #fff;
    margin: 0;
    position: static;
    top: 0px;
  }
}
.breadcrumb-trail {
}
/* End of Navigation
----------------------------------------------- */

/* Comments
 ---------------------------------------*/
#comments {
  border-top: 1px solid #eee;
  padding-top: 40px;
}
.thread-even > .comment-body {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
}
.comment-body {
  margin-bottom: 20px;
  padding: 15px;
}
#comments cite {
  font-size: 15px;
  font-weight: bold;
}
.comment-meta {
  font-size: 12px;
}
.comment-list {
  padding-bottom: 7px;
}
.comment-author {
  margin-bottom: 7px;
}
.comment-content {
  margin-top: 7px;
}
.comment-author > .avatar {
  margin-right: 1em;
}
#comments ul.children {
  margin-left: 20px;
}
#comments ul.children li {
  border-top: 1px solid #e6e6e6;
  list-style-type: none;
}
.bypostauthor > article {
  background: none repeat scroll 0 0 rgba(70, 165, 70, 0.09);
}
.bypostauthor > article .avatar {
  border-bottom: 4px solid #46a546;
}
.form-allowed-tags code {
  white-space: normal;
}
@media (min-width: 992px) {
  .input-comment-author,
  .input-comment-email,
  .input-comment-url {
    width: 35%;
  }
}
/* End of comments
----------------------------------------------- */

/* Page / Wrapper / Content
----------------------------------------------- */
#masthead {
  margin-bottom: 10px;
  padding-bottom: 20px;
}
.site-title,
.site-description {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
}
.site-description {
  font-size: 24px;
}

.container {
  margin: 0px auto;
  max-width: 1170px;
}

@media (min-width: 1200px) {
  .container {
    width: 1280px;
    max-width: 1280px;
  }
}
#main-row {
  margin-top: 10px;
}

/* The article wrapper that displays the content of a post/page/whatever */
article {
  /* margin: 0 0 50px; */
}
/* Post/page and comment content */
.entry-content {
  word-wrap: break-word;
}

p {
  /* margin-bottom: 1em; */
}

.byline.tags-links {
  margin-bottom: 0;
}
/* Remove margins from page-header that get set above if used inside a post/page */
.page-header h1,
.page-header h2 {
  margin-top: 0;
}
/* Space out the archives descriptions from the names */
.page-header .taxonomy-description p {
  font-size: 1.15em;
  margin: 10px 3px;
}

/* Pads the paging links within a post or page */
.page-links {
  padding: 7px 0;
}

/* The meta data displayed within a post footer. */
.entry-footer {
  border-bottom: 1px solid #eee;
  clear: both;
  font-size: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.entry-footer,
.entry-footer a {
  color: #777;
}
.entry-footer .glyphicon {
  margin-right: 4px;
}
.byline,
.cat-links,
.comments-link,
.published-date {
  margin-right: 10px;
}

/* Images */
p img {
  margin-bottom: 0.5em;
  margin-top: 0.4em;
  max-width: 100%;
  height: 100%;
}
#content .gallery .gallery-icon img {
  border: 1px solid #ddd;
  height: auto;
  padding: 6px;
}
img.header-image,
img.wp-post-image,
img.avatar,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
.comment-content img,
.widget img {
  height: auto;
  max-width: 100%;
  padding: 0;
}

/* Image captions */
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.wp-caption img {
  display: block;
  margin: 1.2% auto 0;
  max-width: 98%;
}
.wp-caption .wp-caption-text,
.wp-caption > p,
.gallery-caption {
  margin: 0.8075em 10px;
  text-align: center;
  font-weight: bold;
}

/*Theme layouts
----------------------- */
/* One column */
.layout-1c #primary {
  float: none;
  margin-right: 0;
  width: 100%;
}
/* Two columns: sidebar left, content right. */
.layout-2c-r #primary {
  float: right;
}
.layout-2c-r #secondary {
  float: left;
  margin-left: 0;
}
/* End of Theme layouts */

/* Copyright / bottom menu area */
.site-footer {
  border-top: solid 1px #ccc;
  margin-top: 50px;
  padding: 7px 0px;
}
.browsehappy {
  margin-bottom: 0;
  text-align: center;
}
.browsehappy .alert-link {
  text-decoration: underline;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.alert strong {
  font-size: 1.15em;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
  content: "";
  display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
  clear: both;
}
/* Featured Posts
---------------------------------- */
/* Carousel */
@media only screen and (max-width: 767px) {
  .carousel-caption {
    position: static;
  }
}
.carousel-indicators {
  bottom: -10px;
}
.carousel-indicators li,
.carousel-indicators .active {
  height: 8px;
  width: 8px;
  margin: 2px;
}
.carousel-caption {
  background: #333;
  background: rgba(0, 0, 0, 0.55);
  bottom: 0;
  left: 0;
  padding: 2px 0 7px;
  width: 100%;
}
.carousel-caption h3 {
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 10px;
}

/* Featured posts grid */
#featured-posts-grid {
  padding-left: 0;
}
#featured-posts-grid li {
  background-color: #f5f5f5;
  margin-bottom: 25px;
  padding-bottom: 2px;
}
.innergrid {
  height: 85%;
  float: none;
  padding: 0 10px 12px;
}
.innergrid img {
  margin: 0 auto;
  max-width: 100%;
}
.grid-header {
  font-size: 14px;
  margin: 0;
  padding-bottom: 8px;
  text-align: center;
}
.grid-header .entry-title {
  line-height: inherit;
}
.grid-footer-meta {
  font-size: 12px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
/* End of featured posts grid */

/* Page Templates */
.page-template-templatespage-hero-php .navbar {
  border-radius: 0;
  margin-bottom: 0;
}
#hero-widgets-container {
  margin: 0 auto;
}

/* Post formats
------------------------------------ */

/* Quote post format */
.format-quote {
  background: url("img/quote.png") no-repeat scroll left top;
  background-size: 20px 20px;
  margin-top: 15px;
  padding: 10px 0 0;
}
.format-quote cite {
  font-style: italic;
}
.format-quote blockquote {
  border-left: 0;
  margin: 0 0 18px 15px;
}
.format-quote blockquote p {
  font-style: italic;
}

/* Widgets
----------------------------------------------- */
#sidebar {
  background-color: #fafafa;
  padding: 2em;
}
.widget {
  /*word-wrap: break-word;*/
}
.widget ul li {
  list-style: none;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  margin-bottom: 11px;
}
.widget .nav-stacked {
  padding: 0;
}
.widget .nav-stacked li {
  margin-bottom: 0;
}

/* Hide search widget submit button */
#logout-link-widget {
  font-size: 11px;
}

.alienship-login-form .login-username,
.alienship-login-form .login-password {
  margin-bottom: 0;
}

.alienship-login-form .login-remember input {
  float: left;
  margin-right: 5px;
}
/* End of Widgets
---------------------------------------------- */

/* Responsive layout
---------------------------------------------- */
@media only screen and (max-width: 480px) {
  h2.grid-header {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  /* Improve font size and spacing on dropdown menu on mobile/tablets */
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 12px 15px 12px 25px;
  }
  .navbar .nav > li > a,
  .navbar .dropdown-menu a {
    font-size: 18px;
    font-weight: normal;
    padding: 15px 20px;
  }
}

/*	--------------------------------------------------
	:: Block grids - Thanks to Zurb Foundation
	http://foundation.zurb.com/

	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones

	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */

.block-grid {
  display: block;
  overflow: hidden;
}

.block-grid > li {
  display: block;
  float: left;
  height: auto;
  margin-bottom: 12px;
  padding: 10px 0;
}

.block-grid > li > blockquote {
  border-left: none;
  padding: 0 15px;
}

.block-grid.two-up {
  margin-left: -4%;
}

.block-grid.two-up > li {
  margin-left: 4%;
  width: 46%;
}

.block-grid.three-up {
  margin-left: -2%;
}

.block-grid.three-up > li {
  margin-left: 2%;
  width: 31.2%;
}

.block-grid.four-up {
  margin-left: -2%;
}

.block-grid.four-up > li {
  margin-left: 2%;
  width: 23%;
}

.block-grid.five-up {
  margin-left: -1.5%;
}

.block-grid.five-up > li {
  margin-left: 1.5%;
  width: 18.5%;
}

/* --------------------------------------------------
	:: Mobile Block Grids
	-------------------------------------------------- */

@media only screen and (max-width: 767px) {
  .block-grid.mobile {
    margin-left: 0;
    padding-left: 4%;
  }

  .block-grid.mobile > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .site-footer {
  }
}

/* --------------------------------------------------
	:: Push Sidebar
	-------------------------------------------------- */

*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.st-container,
.st-pusher,
.st-content {
  height: 100%;
}
.nav-wrapper {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 100;
}
.nav-wrapper.scrolldown {
  top: -30px;
}
.nav-wrapper button {
  padding: 10px;

  background: none;
  border: none;
}
.nav-wrapper .icon-bar {
  background-color: #f48422;
}
.nav-wrapper .icon-bar:first-child {
  background-color: #008cba;
}
.nav-wrapper .icon-bar:last-child {
  background-color: #4cb647;
}
.nav-wrapper .icon-bar {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 1px;
}
.nav-wrapper .icon-bar + .icon-bar {
  margin-top: 4px;
}
.st-content {
  background: #f8f8f8;
}
.st-content,
.st-content-inner {
  position: relative;
}
.st-container {
  position: relative;
  overflow: hidden;
}

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  width: 250px;
  height: 100%;
  background: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow-y: auto;
}

.st-menu::after {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* Individual effects */
/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-4.st-menu::after {
  display: none;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}

.off-canvas-list {
  margin: 0;
  padding: 0;
}
.profile {
  margin: 10px 0;
}
.profile > img {
  border: 5px solid #555;
  width: 30%;
}
.profile > h3 {
  font-weight: bold;
}
.st-menu #wp-calendar,
.st-menu #wp-calendar thead,
.st-menu #wp-calendar tfoot,
.st-menu #wp-calendar tr:nth-of-type(even) {
  background: transparent;
}

.st-menu #wp-calendar {
  border: transparent;
}

.st-menu #wp-calendar tr th {
  text-align: center;
  border: none;
  padding: 6px;
}

.st-menu #wp-calendar a {
  padding: 0;
}

.st-menu .widget.widget_calendar {
  padding: 0;
  margin: 0;
}
#wp-calendar #today,
#wp-calendar #today a {
  background-color: #f34848;
  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15),
    0 0.025em 0.15em 0em rgba(0, 0, 0, 0.25);
  color: #fff !important;
  border-radius: 5px;
}

.st-menu #wp-calendar,
.st-menu #searchform {
  margin: 10px auto;
  width: 95%;
}

.st-menu #searchform > input {
  margin: 10px auto 0;
}
/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */
.bs-sidebar > .widget:first-child .widget-title {
  margin-top: 0;
}
/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
  position: static;
}
/* All levels of nav */
.bs-sidebar .nav > li > a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}
.bs-sidebar .nav > li > a:hover,
.bs-sidebar .nav > li > a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}
.bs-sidebar .nav > .active > a,
.bs-sidebar .nav > .active:hover > a,
.bs-sidebar .nav > .active:focus > a {
  font-weight: bold;
  color: #563d7c;
  background-color: transparent;
  border-right: 1px solid #563d7c;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}
.bs-sidebar .nav .nav > li > a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}
@media (min-width: 992px) {
  .bs-sidebar .nav > .active > ul {
    display: block;
  }
  /*.bs-sidebar.affix,.bs-sidebar.affix-bottom{width:213px;}*/
  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .bs-sidebar.affix {
    position: fixed;
    top: 0;
  }
  .bs-sidebar.affix-bottom {
    position: absolute;
  }
  /* Widen the fixed sidebar again */
  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 290px;
  }
}
/* --------------------------------------------------
	:: Article Content
	-------------------------------------------------- */
header.bs-docs-nav {
  background: -webkit-linear-gradient(left, #f48422, #4cb647, #f34848);
  height: 1px;
}
header.kv {
  background-image: url("img/b-warhol.jpg");
  background-repeat: repeat-x;
  height: 216px;
  background-position: center;
  box-shadow: 0px 0px 2px #888888;
}
article {
  position: relative;
  /* margin: 0 0 1.5em 0; */
  padding: 22px 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.8;
}

.single article {
  border-bottom: none;
  padding: 0;
}
.single article p {
  margin-bottom: 20px;
  line-height: 1.8;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote.entry-content {
  padding-top: 0;
}
.entry-title {
  margin-top: 0;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.tags-links > a:before,
.tags > a:before {
  content: "#";
}
/* --------------------------------------------------
	:: Elements
	-------------------------------------------------- */
#wp-calendar {
  width: 85%;
  text-align: center;
}
#wp-calendar tr th,
#wp-calendar tr td {
  text-align: inherit;
}
#wp-calendar caption {
  display: none;
}
.wp-calendar-nav {
  margin-top: -22px;
  margin-bottom: 22px;
}

ul.archive-list {
  margin: 0 0 32px;
  padding: 0;
}
.archive-list li {
  list-style: none;
}
#snowfall {
  position: absolute;
  z-index: 999;
}
.site-footer {
  background: #333333;
  position: relative;
  z-index: 12;
  padding: 0 0 1em;
  overflow: hidden;
}
.footer-text {
  margin-top: 20px;
}
#fluidbox-overlay {
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500;
}
.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  z-index: 400;
  transition: all 0.25s ease-in-out;
}
.fluidbox-opened .fluidbox-wrap {
  z-index: 600;
}
.fluidbox-ghost {
  background-size: cover;
  background-position: center center;
  position: absolute;
  transition: all 0.25s ease-in-out;
}
/* --------------------------------------------------
	:: Helper Class
	-------------------------------------------------- */
.rbm,
.single blockquote p:last-child,
.widget_search input {
  margin-bottom: 0;
}
.no-related-post {
  display: none;
}
/* --------------------------------------------------
	:: Hack Bootstrap
	-------------------------------------------------- */
h1,
h2,
h3,
.bs-sidebar > .widget:first-child,
.admin-links {
  margin-top: 50px;
}

.form-control,
.btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  border-radius: 1px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: none;
  padding: 4px;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  .bs-sidebar > .widget:first-child,
  .admin-links,
  .pager .next > a {
    margin-top: 22px;
  }
  .pager .next > a {
    margin-left: 20px;
  }
  .pager .next > a,
  .pager .next > span,
  .pager .previous > a,
  .pager .previous > span {
    float: none;
  }
  .byline.xs {
    padding-left: 5px;
    margin-bottom: 0;
  }

  .page-header {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .widget {
    padding: 0 15px;
  }
}
