h1, h2, h3, h4, h5, h6, .styled-font {
  font-family: "IBM Plex Serif", serif;
}
::selection {
  background: #8d92e9; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #8d92e9; /* Gecko Browsers */
  color: white;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
html {
  overflow: auto;
  min-height: 100%;
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 14px;
  color: #2c314e;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
}
a, img {
  border: none;
  outline: none;
}
a,
a:hover,
a:focus,
a:visited,
a:active {
  text-decoration: none;
}
*:focus {
  outline: none;
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
  /* Avoid a weird appearance of inputs on mobile (e.g. Safari) */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}
input[type=submit].hidden {
  visibility: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  border: none;
  padding: 0;
  z-index: -100;
  top: 0;
  right: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Bootstrap */
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2,
.col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7,
.col-sm-8, .col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.row:after, .row:before {
  display: table;
  content: " ";
}
.row:after {
  clear: both;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 900px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

.fm-container {
  max-width: 1240px;
  padding: 0 30px;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .fm-container {
    padding: 0 15px;
    margin: 20px auto;
  }
}

/* Nav links */
.fm-nav-pages {
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  margin-top: 5px;
}
.fm-nav-pages .page-numbers {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  color: #bfbfbf;
  height: 24px;
  width: 24px;
  line-height: 24px;
  background-color: transparent;
  border-radius: 12px;
  text-align: center;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
  margin: 0 3px;
}
.fm-nav-pages .page-numbers.current,
.fm-nav-pages .page-numbers:hover {
  color: #ffffff;
  background-color: #8d92e9;
  text-decoration: none;
}
.fm-nav-pages .page-numbers.next:after,
.fm-nav-pages .page-numbers.prev:after {
  content: "";
  position: absolute;
  border: solid #bfbfbf;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  top: 9px;
}
.fm-nav-pages .page-numbers.next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 10px;
}
.fm-nav-pages .page-numbers.prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 10px;
}
.fm-nav-pages .page-numbers.next:hover:after,
.fm-nav-pages .page-numbers.prev:hover:after {
  border-color: white;
}

/* Sidebar */
.fm-sidebar {
  margin-bottom: 30px;
}
.fm-sidebar li {
  list-style: none;
}
.fm-sidebar ul {
  padding: 0;
  margin-top: 0;
}

.o-section:not(:last-child) {
  margin-bottom: 40px;
}
.o-title {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3;
  color: #260b07;
  text-transform: uppercase;
  padding-top: 20px;
}
.o-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background-color: #8d92e9;
}
.o-separator {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  margin: 20px 0 25px 0;
}
.o-section.panel {
  background-color: #000000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 30px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.o-section.panel .reg-btn {
  width: 100%;
  max-width: 220px;
}
.o-section.categories .o-separator {
  margin-bottom: 0;
}
.o-section.categories a {
  font-size: 13px;
  color: #2f2f2f;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-decoration: none;
  height: 50px;
  line-height: 49px;
  display: block;
  -webkit-transition: background-color 0.3s ease, padding 0.3s ease;
  transition: background-color 0.3s ease, padding 0.3s ease;
}
.o-section.categories a:hover {
  background-color: #F6F6FD;
  padding-left: 10px;
}
.o-section.recent-posts .o-separator {
  margin-bottom: 0;
}
.o-section.recent-posts a {
  display: block;
  padding: 15px 5px 15px 115px;
  position: relative;
  overflow: hidden;
  height: 100px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.o-section.recent-posts a:hover {
  background-color: #F6F6FD;
}
.o-section.recent-posts .p-thumbnail {
  width: 100px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 0;
}
.o-section.recent-posts .p-title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  color: #260b07;
  margin-top: 9px;
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 33px;
}
.o-section.recent-posts .p-category {
  font-size: 12px;
  color: #a6a6a6;
}

/*
 * Blog posts item
 */
.reg-blog-post-item {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  color: #424242;
}
@media screen and (max-width: 768px) {
  .reg-blog-post-item {
    margin-bottom: 20px;
  }
}
.reg-blog-post figure {
  margin-left: 0;
  margin-right: 0;
}

.reg-blog-post-item .fm-thumbnail .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.reg-blog-post-item .fm-legend {
  position: relative;
  z-index: 2;
}
.time-info {
  font-size: 11px;
  color: #260b07;
  line-height: 16px;
  margin-top: 15px;
}
.time-info .icon {
  display: inline-block;
  vertical-align: top;
  height: 12px;
  width: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/clock.svg);
  margin-right: 5px;
  margin-top: 1px;
}
.reg-blog-post-item h2,
.reg-blog-post-item .title {
  font-size: 14px;
  font-weight: bold;
  color: #424242;
  display: block;
  line-height: 1.4;
  margin-top: 10px;
}
.reg-blog-post-item .abstract {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #424242;
  margin-top: 10px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  max-height: 49px;
}
.reg-blog-post-item .fm-thumbnail .img {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.reg-blog-post-item:hover .fm-thumbnail .img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.reg-blog-post-item .fm-thumbnail {
  position: relative;
  display: block;
  height: 130px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
.reg-category {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  background-color: #8d92e9;
  font-size: 10px;
  color: #ffffff;
  text-transform: uppercase;
  z-index: 1;
}
.top-post .reg-blog-post-item .fm-thumbnail {
  height: 0;
  padding: 0 0 30% 0;
  position: initial;
}
.top-post .reg-blog-post-item .p-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c2b36+0,090e12+100&0.3+0,0.9+100 */
  background: -moz-linear-gradient(top, rgba(28,43,54,0.3) 0%, rgba(9,14,18,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(28,43,54,0.3) 0%,rgba(9,14,18,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(28,43,54,0.3) 0%,rgba(9,14,18,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d1c2b36', endColorstr='#e6090e12',GradientType=0 ); /* IE6-9 */
}
.top-post .reg-blog-post-item h2 {
  font-size: 18px;
  color: #ffffff;
  max-width: 440px;
  margin-top: 7px;
}
.top-post .reg-blog-post-item .time-info {
  font-size: 12px;
  color: #ffffff;
  margin-top: 0;
}
.top-post .reg-blog-post-item .time-info .icon {
  background-image: url(../img/clock-white.svg);
}
.top-post .reg-blog-post-item .fm-legend {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .top-post .reg-blog-post-item .fm-legend {
    padding: 30px 20px;
  }
}
.list-post .reg-blog-post-item h2 {
  font-size: 18px;
}
.list-post .reg-blog-post-item {
  min-height: 130px;
  padding-left: 220px;
}
.list-post .reg-blog-post-item .fm-thumbnail {
  width: 190px;
  height: 130px;
  position: absolute;
  left: 0;
  top: 0;
}
.list-post .reg-blog-post-item .time-info {
  margin-top: 2px;
}
@media screen and (max-width: 600px) {
  .list-post .reg-blog-post-item h2 {
    font-size: 14px;
  }
  .list-post .reg-blog-post-item .time-info {
    margin-top: 15px;
  }
  .list-post .reg-blog-post-item {
    padding: 0;
  }
  .list-post .reg-blog-post-item .fm-thumbnail {

    height: 130px;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}

.other-posts {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.other-posts .other-post {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  margin-bottom: 30px;
  padding: 0 15px;
}
.other-posts .other-post .reg-blog-post-item {
  height: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .other-posts .other-post {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .other-posts {
    display: block;
    margin: 0;
  }
  .other-posts .other-post:nth-child(n) {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

/**
 * Blog post
 */
.reg-blog-post {
  margin-bottom: 50px;
}
.fm-spost-wrap {
  margin-bottom: 20px;
}
.reg-blog-post .post-title {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.35;
  font-size: 40px;
  color: #260b07;
}
.reg-blog-post .breadcrumb a {
  font-size: 12px;
  font-weight: normal;
  color: #2c314e;
  line-height: 1.75;
}
.reg-blog-post .breadcrumb .arrow {
  border: solid rgba(122, 122, 122, 0.5);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 5px 0 2px;
}
.reg-blog-post .breadcrumb a:hover {
  text-decoration: underline;
}

.reg-blog-post .time-info {
  margin-top: 10px;
}

.reg-blog-post .post-content {
  text-align: left;
  font-size: 20px;
  line-height: 1.7;
  color: #2c314e;
  word-wrap: break-word;
}
.reg-blog-post .instagram-media {
  margin: 20px auto!important;
}
.reg-blog-post .post-thumb {
  position: relative;
}
.reg-blog-post .post-thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.reg-blog-post .post-thumb {
  float: none;
  width: 100%;
  margin-bottom: 10px;
}
.reg-blog-post .header-left {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}

.reg-blog-post h1,
.reg-blog-post h2,
.reg-blog-post h3,
.reg-blog-post h4,
.reg-blog-post h5,
.reg-blog-post h6 {
  font-weight: bold;
  color: #2f2f2f;
}
.reg-blog-post h2,
.reg-blog-post h3,
.reg-blog-post h4,
.reg-blog-post h5,
.reg-blog-post h6 {
  margin-top: 1em;
}
.reg-blog-post h2 {
  font-size: 1.7em;
  line-height: 1.4;
}
.reg-blog-post .post-content a {
  color: #8d92e9;
  word-break: break-word;
}
.reg-blog-post .post-content a:hover {
  text-decoration: underline;
}
.reg-blog-post .post-content h2 + h3,
.reg-blog-post .post-content h3 + h4,
.reg-blog-post .post-content h4 + h5,
.reg-blog-post .post-content h5 + h6 {
  margin-top: 1em;
}
.reg-blog-post .post-content table {
  border: 1px solid #5c5c5c;
  border-radius: 3px;
  padding: 10px 20px;
  max-width: 100%;
  width: auto;
}
.reg-blog-post .post-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
}
.reg-blog-post .post-content .wp-caption img {
  margin: 0;
}
.reg-blog-post .post-content blockquote {
  font-size: 24px;
  line-height: 1.3;
  color: #2c314e;
  margin: 3em 0 2.3em 0;
  position: relative;
}
.reg-blog-post .post-content blockquote:after {
  content: "";
  height: 100px;
  width: 100px;
  z-index: -1;
  position: absolute;
  top: -50px;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/single/quote2.svg);
}
.reg-blog-post .post-content .intext-plan-catch {
  margin: 2em 0;
  padding-left: 2em;
  border-left: 3px solid #8d92e9;
}
.reg-blog-post .itpc-title {
  font-size: 18px;
  font-weight: bold;
  color: #2f2f2f;
  margin-bottom: 5px;
}
.reg-blog-post .itpc-text {
  font-size: 16px;
  margin-bottom: 15px;
}
.reg-blog-post .itpc-btn-ctn .reg-btn,
.reg-blog-post .itpc-btn-ctn .reg-btn:hover {
  color: #ffffff;
  text-decoration: none;
}
.reg-blog-post .wp-caption-text {
  margin: 10px 0 0 0;
  font-size: 13px;
}
.reg-blog-post .post-content .aligncenter {
  margin: 2em auto;
}
.reg-blog-post .post-content .alignright {
  float: right;
  margin-top: 1em;
}
.post-tags {
  margin-bottom: 40px;
}
.post-tags .title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #131313;
}
.post-tags .tags a {
  display: inline-block;
  vertical-align: top;
  height: 34px;
  border-radius: 17px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15), inset 0 0 3px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 34px;
  letter-spacing: 0.6px;
  color: #8d92e9;
  padding: 0 20px;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin: 10px 10px 0 0;
}
.post-tags .tags a:hover {
  background-color: #F6F6FD;
}
@media screen and (max-width: 768px) {
  .reg-blog-post .post-title {
    font-size: 34px;
  }
  .reg-blog-post .post-content {
    font-size: 16px;
  }
  .reg-blog-post .post-content blockquote {
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
  .reg-blog-post .post-title {
    font-size: 28px;
  }
}



.reg-btn,
input[type="submit"] {
  height: 40px;
  line-height: 38px;
  border: 1px solid transparent;
  border-radius: 8px;
  background-color: #8d92e9;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  color: white;
  text-align: center;
  padding: 0 25px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.reg-btn:hover,
input[type="submit"]:hover {
  background-color: #959ae8;
}
.reg-btn:active,
input[type="submit"]:active {
  transform: translateZ(0) scale(0.9);
  outline: none;
}
input[type="submit"]:active {
  border-color: transparent;
}
.reg-btn.white {
  background-color: white;
  color: #8d92e9;
}
.reg-btn.white:hover {
  background-color: #e6f6ff;
}
.reg-btn.wire {
  border-color: white;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.reg-btn.wire:hover {
  background-color: white;
  color: #28304a;
}
.reg-btn.green {
  background-color: #28d46e;
}
.reg-btn.green:hover {
  background-color: #25c262;
}
.reg-btn.red {
  background-color: #fc4c7a;
}
.reg-btn.red:hover {
  background-color: #e94573;
}
.reg-btn.gray {
  background-color: #dbe1e8;
  color: #4f5f6f;
}
.reg-btn.gray:hover {
  background-color: #d1d7de;
}
.related-articles {
  margin-top: 40px;
  margin-bottom: -10px;
}
#disqus_thread,
.comments-area {
  margin-top: 40px;
}

@media screen and (max-width: 900px) {
  #disqus_thread,
  .comments-area {
    margin-bottom: 40px;
  }
}

/* Search */
.o-section .searchform {
  position: relative;
}
.o-section .searchform input[type=submit] {
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}
.o-section .searchform .glass-icon {
  position: absolute;
  top: 0;
  left: 14px;
  height: 100%;
  width: 12px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../img/glass.svg);
}
.o-section .searchform .glass-icon + input[type=text] {
  padding-left: 35px;
}

/* 404 */
.row.error-404 {
  margin-bottom: 40px;
}
.row.error-404 > div:first-child {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

/* Share buttons */
.fm-share-buttons {
  padding: 20px 5px 0 5px;
  border-radius: 3px;
  position: absolute;
  left: -45px;
  top: 120px;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.fm-share-buttons.sticking {
  position: fixed;
  left: 50%;
  margin-left: -650px;
  top: 0!important;
}
.fm-share-buttons.hidden {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 768px) and (max-height: 500px) {
  .footer-visible .fm-share-buttons {
    opacity: 0;
    visibility: hidden;
  }
}

.fm-share-buttons .share-btn {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 8px 0;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.fm-share-buttons .share-btn:first-child {
  margin-top: 0;
}
.fm-share-buttons .share-btn svg {
  position: relative;
  top: 12px;
  left: 12px;
  width: 16px;
  height: 16px;
}
.fm-share-buttons .share-btn path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.fm-share-buttons .share-btn:hover path {
  fill: #ffffff;
}
.fm-share-buttons .share-twitter:hover {
  background-color: #0f1419;
}
.fm-share-buttons .share-facebook:hover {
  background-color: #39579A;
}
@media screen and (max-width: 1360px) {
  .fm-share-buttons,
  .fm-share-buttons.sticking {
    position: fixed;
    top: initial!important;
    left: initial;
    bottom: 0;
    right: 20px;
    padding: 5px 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin-left: 0;
    background-color: #ffffff;
  }
  .fm-share-buttons .share-btn {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .fm-share-buttons .share-btn svg {
    position: relative;
    top: 5px;
    left: 4px;
  }
  .fm-share-buttons .share-btn:hover {
    opacity: 0.7;
  }
  .fm-share-buttons .share-btn path {
    fill: #ffffff;
  }
  .fm-share-buttons .share-twitter {
    background-color: #0f1419;
  }
  .fm-share-buttons .share-facebook {
    background-color: #39579A;
  }
}
.search-results-title {
  color: #333;
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
