/*
Theme Name: cisloweb
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/




.post_comments.op-8.block.is-xsmall {
  display: none;
}
.entry-image img {
  width: 600px;
  max-width: 100%;
}

.entry-image.relative {
  text-align: center;
}
.entry-title {
  margin-top: 15px;
}
.page-title {
  margin-top: 15px;
}



#ez-toc-container {
  width: 100%;
}
.entry-author.author-box {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 2em;
  margin-bottom: 1em;
}

.rank-math-breadcrumb {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 20px;
}
.rank-math-breadcrumb p {
  text-align: left;
  margin-bottom: 0;
}
.image-cover {
  border-radius: 10px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}