<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: newspaper
Theme URI: http://garpix.com/
Author: garpix.com
Author URI: https://garpix.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: newspaper
*/

.page-numbers {
    border: 1px solid #cacaca;
    display: inline-block;
    width: 21px;
    height: 26px;
    color: #000;
    line-height: 24px;
    padding: 0px 5px;
    width: auto !important;
}

.banner .textwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
 .wp-polls-form:before {
	display: none !important;
}
.sub-menu {
	position: absolute;
    width: 100%;
    background-color: #4682c1;
    z-index: 1000;
    min-width: 250px;
	display: none;
}
.menu-item:hover .sub-menu {
display: block;
}
.sub-menu .menu-item {
display: block;
margin: 2.5px 0px;
}

.sub-menu .menu-item:hover {
    background-color: #2265ab;
}
.entry-content img:first-child {
display: block;
}
.footer .menu .sub-menu {
bottom: 100%;
}
.news-item h2 {
    font-size: 23px;
}

.wp-caption.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.link_white:focus {
    color: #fff;
}


.entry-content img {
max-width: 100%;
height: auto;
}

.garpix {
    display: none;
}

.entry-content figure {
    max-width: 100%;
}
.aligncenter {
display: block;
margin: 0 auto;
text-align: center;
}
.alignleft {
    float: left;
    margin-right: 15px;
    text-align: left;
}
.alignright {
    float: right;
    margin-left: 15px;
    text-align: right;
}

.wp-caption {
    border: 3px solid #2265ab;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.wp-caption img {
    border-radius: 5px 5px 0px 0px;
}

.wp-caption .wp-caption-text {
    padding-top: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #2265ab;
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.tizer-block {
  margin: 30px auto 0;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  background-color: #F3F5F7;
}
.tizer-block__row {
  margin-right: -15px;
  margin-left: -15px;
}
.tizer-block__col {
  max-width: 100%;
  padding: 16px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tizer-block__banner {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 380px;
  height: 365px;
  margin: 8px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.tizer-block__banner:empty
{
  display: none;
}
@media screen and (max-width: 1280px) {
  .tizer-block__banner {
    height: 321px;
  }
}
@media screen and (max-width: 1180px) {
  .tizer-block__banner {
    height: 304px;
  }
}
@media screen and (max-width: 1134px) {
  .tizer-block__banner {
    height: 310px;
  }
}
@media screen and (max-width: 1024px) {
  .tizer-block__banner {
    height: 332px;
  }
  .tizer-block__banner:last-child {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  .tizer-block__banner {
    height: 315px;
  }
}
@media screen and (max-width: 768px) {
  .tizer-block__banner {
    height: 284px;
  }
}
@media screen and (max-width: 759px) {
  .tizer-block__banner {
    min-width: 235px;
    height: 355px;
  }
  .tizer-block__banner:last-child {
    display: block;
  }
}
@media screen and (max-width: 630px) {
  .tizer-block__banner {
    height: 320px;
  }
}
@media screen and (max-width: 540px) {
  .tizer-block__banner {
    height: 294px;
  }
}
@media screen and (max-width: 534px) {
  .tizer-block__col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .tizer-block__banner:last-child {
    display: none;
  }
  .tizer-block__banner {
    height: 340px;
    min-width: 245px;
  }
}
@media screen and (max-width: 517px) {
  .tizer-block__banner {
    height: 350px;
  }
}
@media screen and (max-width: 320px) {
  .tizer-block__col {
    padding: 16px 8px;
  }
  .tizer-block__banner {
    height: 314px;
  }
}
</pre></body></html>