/*
* 
* ==========================================================
* ARTICLES.SCSS
* ==========================================================
*
* Articles page CSS.
*
*/
.sb-articles-page .sb-articles-header {
  background: #081A27;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 400px;
  padding: 0 15px;
  letter-spacing: 0.3px;
}
.sb-articles-page .sb-articles-header h1 {
  font-size: 30px;
  margin: 0 0 30px 0;
  color: #fff;
  font-weight: 500;
}
.sb-articles-page .sb-articles-header > div {
  max-width: 950px;
  min-width: 500px;
}
.sb-articles-page.sb-articles-category-cnt .sb-articles-header, .sb-articles-page.sb-article-cnt .sb-articles-header {
  height: auto;
  padding: 40px 15px;
}
.sb-articles-page.sb-articles-category-cnt .sb-articles-header h1, .sb-articles-page.sb-article-cnt .sb-articles-header h1 {
  display: none;
}
.sb-articles-page.sb-articles-category-cnt .sb-articles-header > div, .sb-articles-page.sb-article-cnt .sb-articles-header > div {
  width: 100%;
}
.sb-articles-page .sb-articles-body {
  padding: 40px 15px;
}
.sb-articles-page .sb-articles-body h1, .sb-articles-page .sb-articles-body h2, .sb-articles-page .sb-articles-body h3 {
  font-weight: 500;
}
.sb-articles-page .sb-articles-body > div {
  max-width: 950px;
  margin: auto;
}
.sb-articles-page .sb-articles-body h2 {
  letter-spacing: 0.3px;
  margin: 0;
  transition: all 0.4s;
  color: rgb(36, 39, 42);
  font-size: 20px;
  line-height: 32px;
}
.sb-articles-page .sb-articles-body h3 {
  font-size: 17px;
  line-height: 30px;
  margin: 0;
}
.sb-articles-page .sb-articles-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(86, 96, 105);
  margin: 5px 0;
  letter-spacing: 0.3px;
}
.sb-articles-page .sb-articles-body .sb-grid > a {
  min-width: 0;
  display: block;
  text-decoration: none;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
  transition: all 0.4s;
}
.sb-articles-page .sb-articles-body .sb-grid > a:hover {
  border-color: #028be5;
  box-shadow: 0 0 5px rgba(39, 156, 255, 0.2);
}
.sb-articles-page .sb-articles-body .sb-grid > a:hover h2 {
  color: #028be5;
}
.sb-articles-page .sb-articles-body .sb-grid img + h2, .sb-articles-page .sb-articles-body .sb-grid img + h2 + p {
  margin-left: 65px;
}
.sb-articles-page .sb-articles-body .sb-grid p {
  height: 50px;
  margin: 10px 0 0 0;
}
.sb-articles-page .sb-articles-body .sb-content ul li {
  font-size: 15px;
  line-height: 30px;
}
.sb-articles-page .sb-articles-body .sb-parent-category-box, .sb-articles-page .sb-articles-body .sb-grid > a {
  position: relative;
}
.sb-articles-page .sb-articles-body .sb-parent-category-box img, .sb-articles-page .sb-articles-body .sb-grid > a img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
}
.sb-articles-page .sb-articles-body .sb-parent-category-box {
  padding: 0 0 40px 0;
  max-width: 600px;
}
.sb-articles-page .sb-articles-body .sb-parent-category-box h1 {
  font-size: 30px;
  line-height: 35px;
}
.sb-articles-page .sb-articles-body .sb-parent-category-box p {
  font-size: 15px;
  margin-top: 10px;
}
.sb-articles-page .sb-articles-body .sb-parent-category-box img {
  left: 0;
  top: 0;
}
.sb-articles-page .sb-articles-body .sb-parent-category-box img + div {
  margin-left: 80px;
}
.sb-articles-page .sb-subcategories .sb-subcategory-box, .sb-articles-page .sb-search-results {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgb(212, 212, 212);
}
.sb-articles-page .sb-subcategories .sb-subcategory-box + div, .sb-articles-page .sb-search-results + div {
  margin-top: 30px;
}
.sb-articles-page .sb-subcategory-title {
  display: block;
  text-decoration: none;
  padding-bottom: 30px;
  margin: 20px;
  border-bottom: 1px solid rgb(212, 212, 212);
  transition: all 0.4s;
}
.sb-articles-page .sb-subcategory-title:hover h2 {
  color: #028be5;
}
.sb-articles-page .sb-subcategory-articles > a, .sb-articles-page .sb-search-results > a {
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.4s;
  display: block;
  padding: 20px;
  color: rgb(36, 39, 42);
  position: relative;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
.sb-articles-page .sb-subcategory-articles > a:before, .sb-articles-page .sb-search-results > a:before {
  right: 20px;
  left: auto;
  top: 0;
  position: absolute;
  font-size: 10px;
  line-height: 60px;
}
.sb-articles-page .sb-subcategory-articles > a:hover, .sb-articles-page .sb-search-results > a:hover {
  color: #028be5;
  background-color: rgba(2, 139, 229, 0.0588235294);
}
.sb-articles-page .sb-breadcrumbs {
  margin-bottom: 30px;
}
.sb-articles-page .sb-breadcrumbs a {
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  color: rgb(86, 96, 105);
  letter-spacing: 0.3px;
  transition: all 0.4s;
}
.sb-articles-page .sb-breadcrumbs a:hover {
  color: rgb(36, 39, 42);
}
.sb-articles-page .sb-breadcrumbs a:not([href]) {
  opacity: 0.7;
}
.sb-articles-page .sb-breadcrumbs i {
  color: rgb(86, 96, 105);
  margin: 0 10px;
  font-size: 8px;
}
.sb-articles-page .sb-breadcrumbs + div {
  margin-top: 30px;
}
.sb-articles-page .sb-article .sb-title {
  font-size: 30px;
  line-height: 35px;
  margin-top: 30px;
  color: rgb(36, 39, 42);
}
.sb-articles-page .sb-article .sb-title:first-child {
  margin-top: 0;
}
.sb-articles-page h2.sb-articles-search-title {
  color: rgb(86, 96, 105);
  margin-bottom: 40px;
}
.sb-articles-page h2.sb-articles-search-title span {
  color: rgb(36, 39, 42);
}
.sb-articles-page .sb-search-results > a:hover h3 {
  color: #028be5;
}

/*
 * -----------------------------------------------------------
 * RTL
 * -----------------------------------------------------------
 *
*/
.sb-articles-page.sb-rtl .sb-articles-body .sb-grid img + h2, .sb-articles-page.sb-rtl .sb-articles-body .sb-grid img + h2 + p {
  margin-left: 0;
  margin-right: 65px;
}
.sb-articles-page.sb-rtl .sb-articles-body .sb-parent-category-box img, .sb-articles-page.sb-rtl .sb-articles-body .sb-grid > a img {
  right: 20px;
  left: auto;
}
.sb-articles-page.sb-rtl .sb-articles-body .sb-parent-category-box img {
  left: auto;
  right: 0;
}
.sb-articles-page.sb-rtl .sb-articles-body .sb-parent-category-box img + div {
  margin-left: 0;
  margin-right: 80px;
}
.sb-articles-page.sb-rtl .sb-subcategory-articles > a:before {
  content: "t";
  left: 20px;
  right: auto;
  top: 0;
}

/*
 * -----------------------------------------------------------
 * RESPONSIVE
 * -----------------------------------------------------------
 *
*/
@media (max-width: 464px) {
  .sb-articles-page .sb-articles-header > div {
    min-width: 0;
    width: 100%;
  }
}/*# sourceMappingURL=articles.css.map */