/* Imports */
@import url(fonts.googleapis.com/css?family=Open+Sans);
/* Paddings & boarders are included in the total height & width */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  font-family: Google Sans, Roboto, Montserrat;
}

/*prevent from get involved other elements*/
.row::after {
  content: "";
  clear: both;
  display: table;
}

.fixed {
  position: fixed;
}

.center {
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

[class*=classic-] {
  padding: 16px 0px;
}

.text-left-s {
  text-align: left;
}

.text-right-s {
  text-align: right;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.weight-300 {
  font-size: inherit;
  font-weight: 300;
}
.weight-600 {
  font-size: inherit;
  font-weight: 600;
}
.weight-900 {
  font-size: inherit;
  font-weight: 900;
}
.weight-lighter {
  font-size: inherit;
  font-weight: lighter;
}
.weight-bold {
  font-size: inherit;
  font-weight: bold;
}

.padding-killer-top {
  padding-top: 0;
}
.padding-killer-bottom {
  padding-bottom: 0;
}

.hilighted {
  color: #ff6fff;
}

.bg-highlighted {
  font-size: inherit;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.active::after {
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #222222;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  max-width: 600px;
  margin: auto;
  padding: 24px 0px 16px 0;
  text-align: center;
}

h1 {
  font-size: 28px;
  line-height: 32px;
}

h2 {
  font-size: 24px;
  line-height: 28px;
}

h3 {
  font-size: 20px;
  line-height: 24px;
}

h4 {
  font-size: 18px;
  line-height: 22px;
}

h5 {
  font-size: 16px;
  line-height: 20px;
}

h6 {
  font-size: 14px;
  line-height: 18px;
}

/* For MamineGr */
span {
  font-size: 14px;
  font-weight: 300;
}

h6 {
  margin-left: 0px;
  font-weight: 600;
  text-align: left;
}

@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  h3,
h6 {
    padding: 32px 0px;
  }

  .text-left-s {
    text-align: center;
  }

  .text-right-s {
    text-align: center;
  }
}
#main-view {
  height: calc(100% - 112px);
}
#main-view #title-view a {
  text-decoration: none;
  color: #222222;
}
#main-view .row {
  align-items: flex-start;
}
#main-view .row .blog-post h1 {
  text-align: left;
  margin-left: 0;
}
#main-view .row .blog-post-image {
  position: relative;
  padding-bottom: 75%;
  height: 0;
}
#main-view .row .blog-post-image img {
  object-fit: scale-down;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-view .row .blog-post-body {
  line-height: 24px;
  color: #555;
}
#main-view .row .blog-post-highlighted {
  font-size: 22px;
  letter-spacing: 1.6px;
  font-style: italic;
  color: #ff6fff;
}
#main-view .row .blog-post-anyQuestion span {
  font-size: 16px;
  font-weight: 600;
}
#main-view .row .blog-post-nextStory-header {
  margin-left: 0;
  padding-top: 32px;
  text-align: left;
  color: #ff6fff;
}
#main-view .row .blog-latest h2 {
  text-align: left;
  margin-left: 0;
}
#main-view .row .blog-latest ul {
  list-style-type: circle;
  padding: 0 24px 0 16px;
}
#main-view .row .blog-latest ul li {
  line-height: 32px;
}
#main-view .row .blog-latest ul li a {
  text-decoration: none;
  color: #428bca;
  cursor: pointer;
}
#main-view .row .blog-latest ul li a:hover {
  color: #ff6fff;
  text-decoration: underline;
}
#main-view .row .blog-latest .see-all-posts a {
  font-weight: 600;
  padding-left: 16px;
  color: #428bca;
  text-decoration: underline;
  cursor: pointer;
}
#main-view .row .blog-latest .see-all-posts a:hover {
  color: #ff6fff;
}

@media only screen and (min-width: 600px) {
  /* For large-mobiles: */
  #main-view .row .blog-post-image {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 768px) {
  /* For tablets: */
}
@media only screen and (min-width: 992px) {
  /* For normal-desktop: */
  #main-view {
    height: calc(100% - 156px);
  }
}
@media only screen and (min-width: 1200px) {
  /* For large-desktop: */
}
@media only screen and (min-width: 1320px) {
  /* For large-desktop: */
}

/*# sourceMappingURL=post.css.map */
