/*
 Theme Name:   Vantage PYM
 Description:  Spersonalizowana wersja motywu Vantage, starannie i z troską dostosowana do wymagań PYM.
 Author:       G
 Author URI:   http://pym.uce.pl/
 Template:     vantage
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         
 Text Domain:  vantagechild
*/

textarea {
  font-size: 15px;
}

#site-title a {
  color: inherit;
}

/* Tytuł strony */
.site-title {
  color: inherit;
  font-family: "Helvetica" !important;
  font-size: 3.3em !important;
  font-weight:500 !important;
}

.test_noShadow {
  -webkit-box-shadow: 0 0 !important;
  -moz-box-shadow: 0 0 !important;
  box-shadow: 0 0 !important;
}

.test_redBkg {
  background-color: red; !important
}

.sub-menu {
  margin-top:0.5em !important;
}






/* Ciemność widzę */
@media (prefers-color-scheme: dark) {

body {
	color: #a3a3a3;
}

#main {
	background: #343538;
}

#masthead, header#masthead{
	background: #343538;
}

#masthead .hgroup .support-text{
	color: #a3a3a3;
}

#colophon{
	background:#222222;
}

.entry-content pre, .entry-content code{
	background:#393A3D;
	border: 1px solid #393A3D;
	color:#a3a3a3;
}

#page-title{
	color:#a3a3a3;
}

/* Przycisk nawigacyjny */
.post-navigation a, #image-navigation a{
	background:#343538;
	border:solid 1px #5f5f5f;
}

.post-navigation a:hover, #image-navigation a:hover{
	background:#444548;
	border:solid 1px #5f5f5f;
}

.pagination span, .entry-content .pagination span, .pagination a, .entry-content .pagination a{
	background:#343538;
	border:solid 1px #5f5f5f;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.pagination a:hover, .pagination span:hover{
	background:#444548;
	border:solid 1px #5f5f5f;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

.pagination .current, .entry-content .pagination .current{
	background:#333333;
}

/* Kreska pod artykułem */
.article.post, article.page{
	border-bottom: 1px solid #5f5f5f;
}

.main-navigation{
	background:#222222;
}

.panel-row-style-wide-grey {
	background: #303134;
	border-top: 1px solid #343538;
	border-bottom: 1px solid #343538;
}

.wide-grey.panel-row-style{
	background: #303134;
	border-top: 1px solid #242528;
	border-bottom: 1px solid #242528;
}

.widget_circleicon-widget .circle-icon-box a.more-button{
	color:#a3a3a3 !important;
}
.widget_circleicon-widget .circle-icon-box p.text {
	color:#a3a3a3;
}

.widget_circleicon-widget .circle-icon-box h4{
	color:#aeaeae;
}

.entry-content{
	color:#cecece;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	color:#aeaeae;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	color:#aeaeae;
}

article.post .entry-header h1.entry-title, article.page .entry-header h1.entry-title{
	color:#a3a3a3;
}

#secondary .widget .widget-title, #footer-widgets .widget .widget-title{
	color:#a3a3a3;
}

/* Przycisk pobierania */
.post-content a.default, a.default{
	background:#343538;
}

.widget_circleicon-widget .circle-icon-box a.more-button i{
	filter:brightness(2.5);
}

.alert-info{
	background: #222225;
}
.vantage-carousel-wrapper .vantage-carousel li.loading {
  background: url(images/carousel-loader.gif) #343538 center center no-repeat;
}

}