#advancedcmsItemsCategory .text p,
#advancedcmsItemsArticle .text p {
  font-size: 16px;
  line-height: 1.8;
}
@media (max-width: 575px) {
  #advancedcmsItemsCategory .text p,
  #advancedcmsItemsArticle .text p {
    font-size: 14px;
  }
}
#advancedcmsItemsCategory .text a,
#advancedcmsItemsArticle .text a {
  text-decoration: underline;
  color: blue;
}

#advancedcmsItemsCategory article img {
  width: 100%;
}

#advancedcmsItemsArticle .tiles {
  margin-bottom: 20px;
}
#advancedcmsItemsArticle img,
#advancedcmsItemsArticle video {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  margin: 10px 0;
}
#advancedcmsItemsArticle .iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  /* 16:9*/
  position: relative;
  margin: 10px 0;
}
#advancedcmsItemsArticle .iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#advancedcmsItemsArticle .text .btn {
  text-decoration: none;
  color: inherit;
}
#advancedcmsItemsArticle .text blockquote {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 2px solid #ebebeb;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
#advancedcmsItemsArticle .text em,
#advancedcmsItemsArticle .text blockquote {
  font-style: italic;
}
#advancedcmsItemsArticle .text h2,
#advancedcmsItemsArticle .text h3,
#advancedcmsItemsArticle .text h4,
#advancedcmsItemsArticle .text h5,
#advancedcmsItemsArticle .text h6 {
  font-weight: bold;
  padding: 10px 0;
}
#advancedcmsItemsArticle .text h2 {
  font-size: 28px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #advancedcmsItemsArticle .text h2 {
    font-size: 22px;
  }
}
#advancedcmsItemsArticle .text h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  #advancedcmsItemsArticle .text h3 {
    font-size: 18px;
  }
}
#advancedcmsItemsArticle .text h4 {
  font-size: 18px;
}
@media (max-width: 767px) {
  #advancedcmsItemsArticle .text h4 {
    font-size: 16px;
  }
}
#advancedcmsItemsArticle .text table {
  table-layout: fixed;
  margin: 20px auto;
  width: 100% !important;
}
@media (max-width: 767px) {
  #advancedcmsItemsArticle .text table {
    font-size: 16px;
  }
}
#advancedcmsItemsArticle .text tr {
  outline: none;
  vertical-align: middle;
}
#advancedcmsItemsArticle .text tr:nth-of-type(2n) {
  background: #ddd;
  color: #e8e8e8;
}
#advancedcmsItemsArticle .text tr:first-of-type {
  background: #000;
}
#advancedcmsItemsArticle .text tr:first-of-type td {
  color: #fff;
}
#advancedcmsItemsArticle .text tr th {
  text-align: center;
  color: #777;
  padding: 8px 0;
}
#advancedcmsItemsArticle .text tbody {
  background: #f7f7f7;
  outline: none;
  vertical-align: middle;
}
#advancedcmsItemsArticle .text tbody td {
  text-align: center;
  color: #111;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  #advancedcmsItemsArticle .text tbody td {
    padding: 10px;
  }
}

.advancedcmsItemsModule img {
  width: 100%;
}

.single-article-content .products.row {
  display: flex;
  justify-content: center;
}
.single-article-content .btn:disabled,
.single-article-content .btn:disabled:hover,
.single-article-content .btn[disabled],
.single-article-content .btn[disabled]:hover,
.single-article-content button:disabled,
.single-article-content button:disabled:hover,
.single-article-content button[disabled],
.single-article-content button[disabled]:hover {
  border: 1px solid #f8f1f0 !important;
}
.single-article-content ul {
  list-style-type: square !important;
  padding-top: 0.5rem;
}
.single-article-content ul li {
  margin-left: 1.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.8;
}
.single-article-content ol {
  padding-top: 0.5rem;
  list-style: decimal !important;
}
.single-article-content ol li {
  margin-left: 1.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.8;
}

.article-body {
  margin-bottom: 30px;
  border: 1px solid #ccc;
}
@media (max-width: 575px) {
  .article-body {
    margin-bottom: 10px;
  }
}

.articles-list-title {
  padding: 30px 0;
  font-weight: bold;
  font-size: 48px;
}
@media (max-width: 575px) {
  .articles-list-title {
    padding: 20px 0;
    font-size: 24px;
  }
}

.article-header {
  padding: 30px;
}
@media (max-width: 575px) {
  .article-header {
    padding: 10px;
  }
}

.article-title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .article-title {
    font-size: 20px;
  }
}

.main-blog__content a::after {
  height: 0;
}

.date_add {
  font-size: 14px;
  opacity: 0.6;
  letter-spacing: 1px;
}

.article-thumb-wrapper {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .article-thumb-wrapper {
    padding-bottom: 10px;
  }
}

.article-footer {
  padding: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .article-footer {
    padding: 0 10px 10px 10px;
  }
}
.article-footer .read-more {
  background: #003DFF;
  color: #fff;
  margin-top: 20px;
  padding: 10px 20px;
  align-self: flex-start;
}
@media (max-width: 575px) {
  .article-footer .read-more {
    margin-top: 10px;
  }
}

.advancedcmsItemsArticle {
  background: blueviolet;
}

.single-article-content .single-article-header {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .single-article-content .single-article-header {
    padding: 20px 0;
    padding-top: 0;
  }
}
.single-article-content .single-article-title {
  margin-bottom: 20px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .single-article-content .single-article-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .single-article-content .date_add {
    font-size: 16px;
  }
}
.single-article-content .single-article-photo img {
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.single-article-content .vertically-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#right-column {
  border: 1px solid #f8f1f0;
  padding: 30px;
  display: flex;
  align-self: flex-start;
  flex-direction: column;
  position: sticky;
  top: 25px;
  margin-bottom: 30px;
  background: salmon;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  #right-column {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  #right-column {
    padding: 10px;
  }
}
#right-column a::after {
  height: 0;
}
#right-column .sidebar-heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-top: 0;
  line-height: 1.4;
}
#right-column .block-categories ul {
  margin-top: 1rem;
}
#right-column .block-categories ul li {
  padding-bottom: 1rem;
  list-style: disclosure-closed;
  margin-left: 2rem;
  color: blue;
}
#right-column .advancedcmsItemsModule {
  margin-bottom: 2rem;
}
#right-column .advancedcmsItemsModule:last-of-type {
  margin-bottom: 0;
}

.more-articles h1 {
  margin-bottom: 20px;
}
.more-articles h3 {
  text-transform: none;
}
.more-articles .row {
  display: flex;
  flex-direction: column;
}
.more-articles .row .more-articles-item {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  margin-bottom: 1rem;
}
.more-articles .row .more-articles-item h3 {
  padding: 0 1rem;
  font-size: 14px;
  line-height: 1.7;
}

.rate-article {
  width: calc(100% + 10px);
  margin: 0 -5px;
  flex-wrap: wrap;
  justify-content: center;
}
.rate-article > div {
  width: 100%;
  padding: 0 5px 10px;
}
.rate-article .tooltip {
  visibility: hidden;
  width: 120px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 115%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  border-radius: 0;
}
.rate-article .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.rate-article button {
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (max-width: 575px) {
  .rate-article button {
    height: 40px;
  }
}
.rate-article button .counter {
  border: 1px solid;
  padding: 2px 10px;
  margin-left: 3px;
  border: 1px solid #d4d4d4;
}
.rate-article button .ec {
  font-size: 25px;
  transform: scale(1);
  transition: 0.2s all;
}
.rate-article button:hover {
  background: rgb(241, 241, 241);
}
.rate-article button:hover .ec {
  transform: scale(1.2);
}
.rate-article button:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.mini-reactions {
  margin-top: 10px;
}
.mini-reactions .rate-article {
  justify-content: flex-start;
  margin: 0;
}
.mini-reactions .rate-article > div {
  padding: 0;
  height: 30px;
  width: 30px;
  margin-left: -6px;
}
.mini-reactions .rate-article > div.counter-reactions {
  margin-left: 6px;
  margin-top: 6px;
}
.mini-reactions .rate-article > div .rates-btn {
  display: flex;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  padding: 0;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  background: rgb(236, 236, 236);
}
.mini-reactions .rate-article > div .rates-btn .ec {
  font-size: 14px;
}

.reactions {
  padding: 2rem 0;
}
.reactions button,
.reactions input,
.reactions textarea,
.reactions select {
  border: 1px solid #f8f1f0;
}

@media (min-width: 992px) {
  .make-it-smaller .article-footer {
    display: none;
  }
  .make-it-smaller .article-body {
    display: grid;
  }
  .make-it-smaller .article-body .article-thumb-wrapper {
    order: 1;
    padding-bottom: 0;
  }
  .make-it-smaller .article-body .article-header {
    order: 2;
    padding: 15px;
  }
  .make-it-smaller .article-body .article-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.somewhere-articles-item {
  border: 1px solid #ccc;
}
.somewhere-articles-item h3 {
  font-size: 2rem;
  margin: 0;
  padding-bottom: 10px;
}
.somewhere-articles-item .content-wrapper {
  padding: 30px;
}
.somewhere-articles-item .readmore {
  padding-top: 10px;
}/*# sourceMappingURL=blog.css.map */