/* Magnifying glass for siteorigin lightbox */
a[data-lightbox] {
        position: relative;
}

a[data-lightbox]:after {
  background: url(/wp-content/uploads/2017/12/forstoringsglas-black-glow.png);
        width: 30px;
       height: 30px;
     background-size: 30px;
  content: ' ';
  position: absolute;
  bottom: 0;
   left: 0px;
}

/* Postlist fontsize h3 sidebar */
.post-list h3, .post-list h4 {
    clear: none;
    font-size: 17px;
    line-height: 21px;
    margin: 0;
}

/* Removes the list under shortcodes for displaystyle list big */
.entry-list:after { display: none; }

.yrm-content {
	display: none;
	color: gray !important;
}

/* Missing custom breadcrumbs */
.breadcrumbs { font-size: 15px; line-height: 1.5; }

/* Left align captiontext in image */
.wp-caption-text {
	text-align: left;
  font-style: italic;
}

/* For changing text size in pages or posts only */
.entry-content p, 
.entry-content ul, 
.entry-content ol {
    font-size: 18px;
}

/* Section title sidebar */
h4,
.h4,
.sb-title,
.sc-title,
.section-title {
	font-size: 18px;
	line-height: 1.4285714;
}

/* Textsize Mobile */
@media only screen and (max-width: 600px) {

    body,
    .entry-content p,
    .entry-content ul,
    .entry-content ol {
	font-size: 22px !important;
	line-height: 33px;
}
  }
  
/* Show arrows in SO slider */  
  .sow-slide-nav, .sow-slider-pagination {
	opacity: 1 !important;
	display: block !important;
}
/* Textsize posts display_style="list-small*/
.fs-16 .entry-title {
    font-size: 20px;
    line-height: 1.5;
}

.entry-content .wp-caption-text {
  font-size: 13px;
  font-style: normal;
}