/*
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%;
  border-radius: 5px;
}

.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;
}

.box-image:hover::before, .post-item:hover .box-image::before , .img:hover .img-inner::before{
-webkit-animation:shine .75s;animation:shine .75s
}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.box-image::before, .img .img-inner::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}





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


}