/**  Header  */
.blog-header {
  background: #fff;
  height: 93px;
  padding: 0px !important;
  position: absolute;
  width: 100%;
  top: 0px;
}

.logoContainer {
  background: #fff;
  padding: 60px 60px 17px 55px;
  border-radius: 90px;
  top: -37px;
  position: relative;
  display: flex;
  width: 447px;
  margin-left: auto;
  margin-right: auto;
}

.blog-logo {
  justify-self: start;
  max-width: 332px;
  cursor: pointer;
  height: auto;
  width: 335px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}

/**  Main  */
#mainContent {
  padding: 0px;
  padding-top: 20px;
}

#blogContentID {
  display: flex;
  flex-direction: column;
}
#blogContentID .blogrow {
  margin-bottom: 15px;
}
#blogContentID .blogMainItem:hover .blogTitleMain {
  color: #3F51B5;
}
#blogContentID .blogMainItem a {
  text-decoration: none;
}
#blogContentID .blogMainItem .blogImageMain {
  width: 100%;
  height: auto;
}
#blogContentID .blogMainItem .blogMainItemContent {
  padding: 10px;
}
#blogContentID .blogMainItem .blogTitleMain {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21.5px;
  font-weight: bold;
  color: #2a2f33;
  transition: color 0.3s;
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  --max-lines: 2;
}
#blogContentID .blogMainItem .blogInfoWraper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #626b7d;
  margin-bottom: 10px;
}
#blogContentID .blogMainItem .blogInfoWraper .blogInfoWriter {
  font-family: "Roboto Condensed", sans-serif;
  color: #5C6BC0;
  font-size: 13.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#blogContentID .blogMainItem .blogInfoWraper .blogInfoWriter img {
  width: 13px;
  height: 14px;
  display: block;
  margin-right: 5px;
}
#blogContentID .blogMainItem .blogInfoWraper .blogInfoTime {
  font-family: "Roboto Condensed", sans-serif;
  color: #acacac;
  font-size: 11.5px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#blogContentID .blogMainItem .blogInfoWraper .blogInfoTime img {
  width: 9px;
  height: 9px;
  display: block;
  margin-right: 5px;
}
#blogContentID .blogMainItem .blogSummaryMain {
  font-family: "Roboto", sans-serif;
  color: #303030;
  font-weight: normal;
  line-height: 19px;
  font-size: 15px;
}

#blogRightWrapper {
  height: 100%;
  background: #f2f2f2;
  padding-top: 20px;
  display: block;
  box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.02);
}
#blogRightWrapper .blogHeaderTitle {
  font-family: "Kreon", serif;
  text-shadow: 0 0 #2a2f33;
  color: #2a2f33;
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
}
#blogRightWrapper .blogAboutUsTitle {
  font-family: "Kreon", serif;
  text-shadow: 0 0 #2a2f33;
  color: #2a2f33;
  font-size: 18px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0px;
}
#blogRightWrapper .blogAboutUsTitle a {
  color: #2a2f33;
  text-decoration: none;
}
#blogRightWrapper .blogAboutUsTitle a:hover {
  color: #3F51B5;
}
#blogRightWrapper #blogCategoryWrapper li {
  font-family: "Roboto", sans-serif;
  line-height: 50px;
  border-bottom: 1px solid #b3a9a3;
  font-size: 19px;
  color: #2a2f33;
}
#blogRightWrapper #blogCategoryWrapper li a {
  display: block;
  width: 100%;
  color: #2a2f33;
  text-decoration: none;
}
#blogRightWrapper #blogCategoryWrapper li a.active {
  color: #3F51B5 !important;
}
#blogRightWrapper #blogCategoryWrapper li a:hover {
  color: #3F51B5;
}
#blogRightWrapper #blogCategoryWrapper li span {
  float: right;
  color: #b3a9a3;
}
#blogRightWrapper #blogNewsWrapper .blogNewsItem {
  font-family: "Roboto", sans-serif;
}
#blogRightWrapper #blogNewsWrapper .blogNewsItem .blogNewsItemDate {
  font-size: 14px;
  font-style: italic;
  color: #605e5f;
}
#blogRightWrapper #blogNewsWrapper .blogNewsItem .blogNewsItemTitle {
  font-size: 14px;
  font-weight: 300;
  color: #231f20;
}
#blogRightWrapper #blogNewsWrapper .blogNewsItem .blogNewsItemTitle a {
  font-size: 14px;
  font-weight: 300;
  color: #231f20;
  text-decoration: none;
}
#blogRightWrapper #blogNewsWrapper .blogNewsItem .blogNewsItemTitle a:hover {
  color: #3F51B5;
}
#blogRightWrapper #blogPressWrapper .blogPressItem {
  font-family: "Roboto", sans-serif;
}
#blogRightWrapper #blogPressWrapper .blogPressItem .blogPressItemDate {
  font-size: 14px;
  font-style: italic;
  color: #605e5f;
}
#blogRightWrapper #blogPressWrapper .blogPressItem .blogPressItemTitle {
  font-size: 14px;
  font-weight: 300;
  color: #231f20;
}
#blogRightWrapper #blogPressWrapper .blogPressItem .blogPressItemTitle a {
  font-size: 14px;
  font-weight: 300;
  color: #231f20;
  text-decoration: none;
}
#blogRightWrapper #blogPressWrapper .blogPressItem .blogPressItemTitle a:hover {
  color: #3F51B5;
}
#blogRightWrapper .show-more-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  top: 3px;
}
#blogRightWrapper .show-more-wrapper .show-more {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  border-radius: 30px;
  background: #5C6BC0;
  color: #fff;
  text-decoration: none;
  padding: 1px;
  padding-left: 17px;
  padding-right: 17px;
}
#blogRightWrapper .show-more-wrapper .show-more:hover {
  background: #3F51B5;
}
#blogRightWrapper .p-top-15 {
  padding-top: 5px !important;
}

.p-lr-0 {
  padding-left: 0px !important;
  padding-right: 20px !important;
}

#back-button-link {
  margin-top: 30px;
  margin-right: 10px;
}

.back-button {
  max-height: 35px;
}

.followUsIcons {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.followUsIcons i {
  color: #3F51B5;
  font-size: 30px;
  margin-left: 5px;
  margin-right: 5px;
}

.copyrightText {
  font-family: "Roboto", sans-serif;
  color: #2a2f33;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 20px;
}

.btnWeb {
  display: block;
  background-color: #5C6BC0;
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  border-radius: 30px;
  padding: 6px 6px;
  font-weight: 700;
  transition: background-color 0.3s;
  font-family: "Roboto Condensed", sans-serif;
}

.btnArticlesShowMore {
  margin: 90px auto 0;
}

.btnShowMore {
  height: 37px;
  cursor: pointer;
  margin-top: 35px;
  margin-bottom: 50px;
  width: 190px;
}
.btnShowMore:hover {
  background-color: #3F51B5;
}

/* Blog Content */
.blogContentTitle {
  font-family: "Kreon", serif;
  color: #2a2f33;
  font-size: 36px;
  font-weight: bold;
}

.blogContentHeaderInfoWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #2a2f33;
  padding-bottom: 15px;
}
.blogContentHeaderInfoWrapper .contentTypeWrapper {
  display: flex;
  align-items: center;
}
.blogContentHeaderInfoWrapper .contentType {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #3F51B5;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.blogContentHeaderInfoWrapper .contentType img {
  margin-right: 5px;
  margin-top: -3px;
}
.blogContentHeaderInfoWrapper .contentWriter {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #2a2f33;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.blogContentHeaderInfoWrapper .contentWriter a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #2a2f33;
  text-decoration: none;
}
.blogContentHeaderInfoWrapper .contentWriter a:hover {
  color: #3F51B5;
}
.blogContentHeaderInfoWrapper .contentWriter img {
  margin-right: 10px;
  margin-top: -3px;
}
.blogContentHeaderInfoWrapper .contentDate {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #acacac;
  display: flex;
  align-items: center;
}
.blogContentHeaderInfoWrapper .contentDate img {
  margin-right: 10px;
  margin-top: -3px;
}
.blogContentHeaderInfoWrapper .contentReadTime {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  color: #2a2f33;
  display: flex;
  align-items: center;
}
.blogContentHeaderInfoWrapper .contentReadTime img {
  margin-right: 7px;
  margin-top: -1px;
}

.blogSummary {
  color: #303030;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-content {
  font-family: "Roboto", sans-serif;
  color: #444343;
  text-shadow: 0 0 #444343;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 1rem;
}
.blog-content a {
  color: #3F51B5;
  text-decoration: none;
}
.blog-content p {
  font-family: "Roboto", sans-serif;
  color: #444343;
  text-shadow: 0 0 #444343;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
}
.blog-content sup {
  color: #3F51B5;
  font-weight: bold;
}

.blog-source {
  border-top: 1px solid #2a2f33;
  padding-top: 15px;
  font-size: 15px;
}

.blog-title {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  line-height: 24px;
  color: #2a2f33;
  text-shadow: 0 0 #2a2f33;
  font-weight: normal;
  margin-top: 10px;
}

.tags-title {
  font-family: "Kreon", serif;
  color: #2a2f33;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.tagsWrapper {
  display: flex;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.tagsWrapper .tag {
  display: flex;
  background-color: #5C6BC0;
  color: #fff;
  margin-right: 10px;
  font-family: "Kreon", serif;
  font-size: 17px;
  font-weight: bold;
  padding: 2px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.tagsWrapper .tagLink {
  text-decoration: none;
}
.tagsWrapper .tagLink:hover .tag {
  background-color: #3F51B5;
}

.writerAboutWrapper {
  display: flex;
  width: 100%;
  padding-top: 25px;
}
.writerAboutWrapper .writerPhotoWrapper {
  display: block;
  position: relative;
  width: 104px;
  margin-right: 30px;
}
.writerAboutWrapper .writerDetailsWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.writerAboutWrapper .writerDetailsWrapper .writerTitle {
  color: #5C6BC0;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #2a2f33;
}
.writerAboutWrapper .writerDetailsWrapper .writerTitle a {
  color: #5C6BC0;
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
}
.writerAboutWrapper .writerDetailsWrapper .writerTitle a:hover {
  color: #3F51B5;
}
.writerAboutWrapper .writerDetailsWrapper .writerContent {
  font-family: "Roboto", sans-serif;
  color: #444343;
  text-shadow: 0 0 #444343;
  font-weight: 300;
  font-size: 17px;
  line-height: 24px;
}

.otherContentsTitle {
  font-family: "Kreon", serif;
  color: #2a2f33;
  font-size: 30px;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
}

.otherContentsWrapper {
  display: flex;
  justify-content: center;
  padding-top: 25px;
  margin-bottom: 40px;
}
.otherContentsWrapper .otherContent {
  display: block;
  max-width: 210px;
  width: 100%;
  margin-right: 30px;
}
.otherContentsWrapper .otherContent:last-of-type {
  margin-right: 0px;
}
.otherContentsWrapper .otherContent h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2a2f33;
  margin-top: 5px;
}
.otherContentsWrapper .otherContent a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2a2f33;
  text-decoration: none;
}
.otherContentsWrapper .otherContent a:hover {
  color: #3F51B5;
}

.blog-img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.blog-img.small {
  max-width: 400px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog-img.normal {
  max-width: 600px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.blog-img.large {
  max-width: 800px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.blog-img-info-wrapper {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: center;
}
.blog-img-info-wrapper .blog-img-info {
  font-style: italic;
  color: #2a2f33;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
}

.no-content {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #2a2f33;
  text-shadow: 0 0 #605e5f;
  text-align: center;
}

.mainSubTitle {
  font-family: "Kreon", serif;
  text-shadow: 0 0 #2a2f33;
  color: #2a2f33;
  font-size: 28px;
  text-align: center;
  margin-bottom: 0px;
}

.writerTitleWrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 40px;
  margin-top: 10px;
  align-items: center;
}

.writerTitlePhotoWrapper {
  display: block;
  position: relative;
  width: 54px;
  margin-right: 10px;
}

.writerCirclePhoto {
  width: 100%;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.writerTitleInfoWrapper {
  display: flex;
  flex-direction: column;
}
.writerTitleInfoWrapper h3 {
  font-family: "Roboto", sans-serif;
  color: #5C6BC0;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 0px;
}
.writerTitleInfoWrapper span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #626262;
  font-size: 14px;
  font-style: italic;
}

.otherPostImg {
  width: 100%;
  max-width: 210px;
  height: auto;
}

#window {
  overflow: auto !important;
}

.sub-content-flex-center {
  display: flex !important;
  justify-content: center !important;
}

.imagelink-link {
  text-decoration: none;
}
.imagelink-link .blog-img-info {
  text-decoration: none;
}
.imagelink-link .blog-img-info:hover {
  color: #3F51B5;
}

.link-eposta {
  color: #3F51B5;
  font-size: 13px;
  display: flex;
  justify-self: center;
  text-align: center;
  flex-direction: column;
  text-decoration: none;
}
.link-eposta:hover {
  color: #5C6BC0;
}/*# sourceMappingURL=blogmamaiste.css.map */