@media (min-width: 576px) and (max-width: 1025px) {
  .container, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1025px) {
  .otherContent {
    max-width: 180px;
  }
  .otherContent img {
    width: 100%;
    max-width: 180px;
    height: auto;
    top: 20px;
  }
}
@media screen and (max-width: 1025px) {
  #mobileMenus {
    position: fixed;
    z-index: 99;
    height: 100vh;
    top: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  #mobileMenus .positionsticky {
    width: 0;
    height: 100vh;
    top: 0;
    left: -50px;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9;
    top: 0px;
    margin: 0px;
    padding: 0px;
    background: #e8e8e8;
    max-width: 100%;
    padding-bottom: 40px;
  }
  #mobileMenus .positionsticky .p-4 {
    padding: 1.7rem !important;
  }
  #mobileMenus #close-button-link {
    position: fixed;
    right: 10px;
    z-index: 10;
    top: 10px;
  }
  #mobileMenus .blogHeaderTitle {
    font-family: "Kreon", serif;
    text-shadow: 0 0 #2a2f33;
    color: #2a2f33;
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
  }
  #mobileMenus #blogCategoryWrapper li {
    font-family: "Roboto", sans-serif;
    line-height: 50px;
    border-bottom: 1px solid #b3a9a3;
    font-size: 19px;
    color: #2a2f33;
  }
  #mobileMenus #blogCategoryWrapper li a {
    display: block;
    width: 100%;
    color: #2a2f33;
    text-decoration: none;
  }
  #mobileMenus #blogCategoryWrapper li a.active {
    color: #ff004b !important;
  }
  #mobileMenus #blogCategoryWrapper li a:hover {
    color: #ff004b;
  }
  #mobileMenus #blogCategoryWrapper li span {
    float: right;
    color: #b3a9a3;
  }
  #mobileMenus #blogNewsWrapper .blogNewsItem {
    font-family: "Roboto", sans-serif;
  }
  #mobileMenus #blogNewsWrapper .blogNewsItem .blogNewsItemDate {
    font-size: 14px;
    font-style: italic;
    color: #605e5f;
  }
  #mobileMenus #blogNewsWrapper .blogNewsItem .blogNewsItemTitle {
    font-size: 14px;
    font-weight: 300;
    color: #231f20;
  }
  #mobileMenus #blogNewsWrapper .blogNewsItem .blogNewsItemTitle a {
    font-size: 14px;
    font-weight: 300;
    color: #231f20;
    text-decoration: none;
  }
  #mobileMenus #blogNewsWrapper .blogNewsItem .blogNewsItemTitle a:hover {
    color: #ff004b;
  }
  #mobileMenus #blogPressWrapper .blogPressItem {
    font-family: "Roboto", sans-serif;
  }
  #mobileMenus #blogPressWrapper .blogPressItem .blogPressItemDate {
    font-size: 14px;
    font-style: italic;
    color: #605e5f;
  }
  #mobileMenus #blogPressWrapper .blogPressItem .blogPressItemTitle {
    font-size: 14px;
    font-weight: 300;
    color: #231f20;
  }
  #mobileMenus #blogPressWrapper .blogPressItem .blogPressItemTitle a {
    font-size: 14px;
    font-weight: 300;
    color: #231f20;
    text-decoration: none;
  }
  #mobileMenus #blogPressWrapper .blogPressItem .blogPressItemTitle a:hover {
    color: #ff004b;
  }
  #mobileMenus .show-more-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    top: 3px;
  }
  #mobileMenus .show-more-wrapper .show-more {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 15px;
    border-radius: 30px;
    background: #7B7FE5;
    color: #fff;
    text-decoration: none;
    padding: 1px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #mobileMenus .show-more-wrapper .show-more:hover {
    background: #ff004b;
  }
  #mobileMenus .p-top-15 {
    padding-top: 5px !important;
  }
  .menu-button {
    max-height: 25px;
  }
  #menu-button-link {
    position: relative;
    margin-right: 10px;
  }
  #menu-button-link img {
    height: 21px;
    margin-right: 10px;
  }
  .blog-header {
    height: 67px;
  }
  .navbarhome .navbarhome-container .logoContainer {
    padding: 45px 30px 15px;
  }
  #mainLogoContainer {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .logoContainer {
    background: #fff;
    padding: 20px 6px 13px 25px;
    border-radius: 90px;
    top: 1px;
    position: absolute;
    width: 230px;
  }
  .navsubbarhome-logo {
    justify-self: start;
    max-width: 230px;
    cursor: pointer;
    height: auto;
    width: 180px;
    height: 61px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
  }
  #back-button-link {
    position: absolute;
    margin-top: 15px;
    top: 0px;
    right: 5px;
    width: 35px;
    height: 35px;
  }
  #mainContent {
    padding-top: 10px;
  }
  .otherContentsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .otherContentsWrapper .otherContent {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    align-items: center;
  }
  .p-lr-0 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  #blogContentID {
    padding-top: 85px;
  }
  #blogContentID .blogrow {
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  #mainContent .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  #mainContent .col-md-12 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  #blogContentID {
    padding-top: 105px;
  }
  #blogContentID .blogrow {
    padding: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .back-button {
    max-height: 25px;
  }
  .btnShowMore {
    margin-top: 10px;
    margin-bottom: 30px;
    height: 40px;
  }
  .btnWeb {
    display: block;
    background-color: #7B7FE5;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    border-radius: 30px;
    padding: 8px 22px;
    font-weight: 700;
    transition: background-color 0.3s;
    font-family: "Roboto Condensed", sans-serif;
  }
  .blog-header {
    position: fixed;
    z-index: 2;
  }
  .blog-source {
    word-break: break-all;
  }
  .blogContentTitle {
    font-size: 1.5rem;
  }
  .addthis_inline_share_toolbox, .a2a_default_style {
    margin-top: 10px;
  }
  .blogContentHeaderInfoWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contentTypeWrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contentReadTime {
    justify-content: center;
  }
  .blog-img {
    max-width: 100%;
    height: auto;
  }
  .otherContent {
    max-width: 150px !important;
    justify-self: center;
  }
  .otherContent img {
    width: 100%;
    max-width: 150px;
    height: auto;
  }
  .tags-title {
    text-align: center;
  }
  .tagsWrapper {
    justify-content: center;
    margin-bottom: 35px;
  }
  .writerPhotoWrapper {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .writerAboutWrapper {
    flex-direction: column;
    align-items: center;
  }
  .writerTitle {
    text-align: center;
  }
}
.mobileGoBackSoso {
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  background: #7B7FE5;
  max-width: 300px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.mobileGoBackSoso a {
  color: #fff !important;
  text-decoration: none;
}

.blogAboutUsTitle {
  font-family: "Kreon", serif;
  text-shadow: 0 0 #2a2f33;
  color: #2a2f33;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
}
.blogAboutUsTitle a {
  color: #2a2f33;
  text-decoration: none;
}
.blogAboutUsTitle a:hover {
  color: #ff004b;
}/*# sourceMappingURL=res.css.map */