/*
 * Theme Name:  ROOTBLOG
 * Theme URI:   https://rootblog.pl/
 * Description: Szablon ROOTBLOG
 * Author:      MTYMKOW
 * Author URI:  https://rootblog.pl/
 * Template:    newsblock
 * Version:     2.0.1
 */

.vertical-video > video {
    width: 50%;
    height: 50%;
}

 .entry-content p>a {
	text-decoration:none;
	border-bottom: 2px solid #008ac2;
}

@media (min-width: 1020px) {

    .cs-entry__header .cs-entry__title {
        font-size:2rem;
    }

}

@media (min-width: 1020px) {
    .single .cs-sidebar-disabled.cs-metabar-enabled .cs-entry__container {
      --cs-entry-content-width: 800px;
    }

    .single .cs-entry__content-wrap .entry-content {
        max-width: 800px;
    }
  }

@media (max-width: 600px) {
    .vertical-video > video {
        width: 100%;
        height: 100%;
    }
}
