/*!
Theme Name: mto-trip
Theme URI: http://underscores.me/
Author: quynv.freelancer@gmail.com
Author URI:
Description: Theme Develope by QUYNV
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mtrip
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mto-trip is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Sticky Posts */

.sticky-after-content {
  background-color: #f7f7f8;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

.sticky-after-content .list-sticky-post {
  padding-left: 15px;
}

.sticky-after-content .list-sticky-post h4 {
  font-weight: 400;
  font-size: 15px;
}

.sticky-after-content .list-sticky-post h4 a:hover {
  color: #009cd7;
}

.entry .sticky-heading {
  font-weight: 900;
  color: #212529;
  font-size: 16px;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
}

.entry .sticky-heading:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #fdb92a;
  position: absolute;
  top: 0;
  left: -15px;
}

/*----CSS Table*/
.su-table-responsive table tr:first-child td {
  background: #ffc70a !important;
  font-size: 15px !important;
}
.su-table table,
.su-table table td {
  font-size: 15px !important;
}
@media (max-width: 575px) {
  .su-table-responsive {
    overflow-x: auto;
    white-space: nowrap;
  }
  .su-table-responsive table tr:first-child td {
    background: #ffc70a !important;
    font-size: 14px !important;
  }
  .su-table-responsive table {
    max-width: 100%;
  }
  .su-table-responsive table td {
    padding: 5px !important;
    font-size: 13px !important;
  }
  .su-table-responsive table td:first-child {
    word-break: break-word !important;
  }
}
