/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  marsz nipodległości
 Author:       dev@smnprog.pl
 Author URI:   
 Template:     generatepress
 Version:      0.11
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Clearings
# Navigation
    # Mobile Menu
    # Navigation Search
    # Dropdown Menus
    # Sidebar Navigation
    # Navigation Layout
# Post Navigation
# Header
# Post Content
# Widgets
# Content Layout
# Footer
# Featured Images
# Top Bar
# Icons
# Compatibility
--------------------------------------------------------------

*/
.devfooterbar{
  font-family: Bebas Neue;
}
/*all quotes */
blockquote {
  border-left: 12px solid #ff0000;
  padding: 10px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
}


/*
ul {
  list-style-image: url(https://nmarsz.smnprog.pl/wp-content/uploads/2022/09/flagaWide.svg);
   /* margin-bottom: 18px */
  }
*/

/* overide button hover over */
.gb-button-wrapper a.gb-button-e40e54a0:hover, .gb-button-wrapper a.gb-button-e40e54a0:active, .gb-button-wrapper a.gb-button-e40e54a0:focus {
  /*background-color: #e70606;
  color: #ffffff;*/
  font-weight: bold;
}


/*overide GP pro style*/
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 0em 0em;
}
/*
#subscribe-contact-form__form > input:nth-child(2){
  display: none;
}*/
#subscribe-contact-form__form > label{
  font-size: medium;
}

#subscribe-contact-form__form > button, #p24-form__form > fieldset > div > div:nth-child(2) > button{
  background-color: var(--global-color-8) !important;
  border-radius: 50px !important;
  color:var(--base) !important;
  font-family: Arial;
  font-size: medium;
}

.entry-header {
  background-color:var(--global-color-11);
  color: var(--base);
  border-radius: 0px;
  padding-left:2em;
  padding-right: 2em;
  text-align: center;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation{
  padding: 20px; 
}

/* White background page etc. */

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
  padding:30px;
  border: 0px;
  background-color:var(--base-3);
  border-radius: 80px;
}

/*reg-contacts input fields #register-contact-form__form > fieldset > p.wysija > label*/
#register-contact-form__form > fieldset > input[type="text"] ,
#register-contact-form__form > fieldset >input[type="email"] ,
#register-contact-form__form > fieldset >input[type="tel"], 
#register-contact-form__form > fieldset >textarea, 
#register-contact-form__form > fieldset >p.wysija,
#edit-reg-form__form > fieldset > input[type="text"] ,
#edit-reg-form__form > fieldset >input[type="email"]
{
  background-color: whitesmoke ;
  border-style: solid ;
  border-color: blue;
  max-width: 70%; margin-left: 15%; margin-right: 15%;
  align-content: center;
}
/**/
#register-contact-form__form > fieldset > button{
  margin-top: 5px;
  max-width: 70%; margin-left: 15%; margin-right: 15%;
}
.thanks { max-width:90%; }
.thankstext {max-width:90%; }

#edit-reg-form__form > fieldset > button{
  margin-top: 5px;
  max-width: 70%; margin-left: 15%; margin-right: 15%;
}



/*wspieraj menu*/
.wspieraj_menu.menu-item.menu-item-type-custom.menu-item-object-custom > a{
  background-color: var(--global-color-9)!important;
  border-radius: 50px !important;
  color:var(--base) !important;
}
/* bebas-neue-regular - latin-ext */
@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('');
  src: local(''),
       url('https://marszniepodleglosci.pl/wp-content/uploads/fonts/bebas-neue-v9-latin-ext/bebas-neue-v9-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://marszniepodleglosci.pl/wp-content/uploads/fonts/bebas-neue-v9-latin-ext/bebas-neue-v9-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://marszniepodleglosci.pl/wp-content/uploads/fonts/bebas-neue-v9-latin-ext/bebas-neue-v9-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('https://marszniepodleglosci.pl/wp-content/uploads/fonts/bebas-neue-v9-latin-ext/bebas-neue-v9-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://marszniepodleglosci.pl/wp-content/uploads/fonts/bebas-neue-v9-latin-ext/bebas-neue-v9-latin-ext-regular.svg#BebasNeue') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Calibri Regular';
  font-style: normal;
  font-weight: 400;
  src: url(''); /* IE9 Compat Modes */
  src: local(''),
       url('https://marszniepodleglosci.pl/wp-content/uploads/fonts/calibri font/calibri Regular/Calibri Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       
}


.rpwwt-widget .rpwwt-post-date {
	font-size: 14px;
	border-bottom: 1px solid var(--base);
  padding-bottom: 15px;
}
button.wpforms-submit {
	background-color: var(--base) !important;
    color: var(--base) !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    padding: 15px 20px !important;
    text-transform: uppercase !important;
    display: inline-flex !important;
    align-items: center !important;
	border-width: 0 !important;
}

.widget {
	border: 1px solid var(--base);
}
.widget-title {
  border-bottom: 2px solid var(--base);
  padding-bottom: 15px;
}
.widget-title::after {
  content: '';
  display: block;
  position: relative;
  width: 50px;
  height: 2px;
  background: #333;
	bottom: -17px
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* top menue configuration overide 2 selectors*/
#masthead > div{
  align-items:start;
  padding: 0px 0px; 
}
/*
.main-navigation .inside-navigation {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* test this as well */
.inside-header.grid-container{
  align-items:start;
  padding: 0px 0px; 
}

/*1918 menu
#menu-item-7766 a{
  color:var(--global-color-8) !important;
}*/
/*#site-header grid-container has-inline-mobile-toggle*/
/*
masthead {
	display: flex !important;
  align-items: start !important; 
  padding: 0px 0px !important;
  justify-content:space-around;
  
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;

	
  
}
*/
  
/* fix the menu */
/*
#masthead {
  /* margin-left: auto; */
  /* margin-right: auto; */
  /*max-width: 1200px;*/
  /* display: flex !important; */
  /* align-items: center; */
  /* padding: 0px !important; */
  /* justify-content: space-evenly; */
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
  /* align-content: space-between; */
/*}
*/
/*#masthead > div */
/*.inside-header {
  display: flex;
  /* align-items: center; */
  /* flex-direction: row; */
  /* align-content: stretch; */
  /* justify-content: space-evenly; */
/*}
*/

.main-navigation .main-nav ul li a {
  color: var(--contrast) !important;
}
.main-navigation .main-nav ul li a:hover {
  color: var(--base) !important;
}
.main-navigation .main-nav ul li a {
	/* what was that for?
  padding-left: 20px;
	padding-right: 20px;
  */
	line-height: 50px;
}
.site-header .header-image {
  /*width: 150px;*/
  height: 100px !important;
  background-color: var(--global-color-8);

}

/*
.main-navigation .inside-navigation {
  display: flex;
  align-items: normal;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 50px;
}*/
.main-navigation .mobile-bar-items a {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
}

/*
.main-navigation {
  border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
 
} 
.main-navigation .main-nav ul li a::after {
  content: "";
  width: 1px;
  position: absolute;
  top: 18px;
  right: 0;
  height: 23px;
  background: #dddddd;
}

.top-bar {
  background-color: #fff;
  color: #ffffff;
	border-bottom: 1px solid #f1f1f1;
}
*/
.top-bar .widget {
	border-width: 0px;
}
.footer-widgets .widget,
.footer-bar .widget {
	border-width: 0px;
}
.rpwwt-widget a {
	text-decoration: none;
}
.rpwwt-post-date {
	color: var(--contrast-3);
	padding-top: 5px;
}
ul.wp-block-categories li {
  list-style-type: disc;
  margin-left: 20px;
	border-bottom: 1px solid var(--base);
}
ul.wp-block-categories li a {
	display: inline-block;
  width: 80%;
  float: none;
	text-decoration: none;
	padding-bottom: 13px;
  margin-bottom: 13px;
}
.wp-block-tag-cloud a {
	font-size: 14px !important;
	text-decoration: none;
  border: 1px solid var(--base);
  padding: 5px 12px;
  margin-bottom: 10px;
}
#comments {
	border: 1px solid var(--base);
  padding: 20px;
}
.separate-containers .page-header {
	background-color: var(--highlight-color);
}
a.read-more {
	display: block;
	margin-top: 15px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
a.read-more::after {
	content: '→';
}
.separate-containers .inside-article {
	padding-top: 0px;
}
.read-more-section {
	text-align: center;
	margin-top: 40px;
}
.gp-post-date-author {
	text-align: center;
}
.gp-post-date-author {
    padding: 7px;
	  letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
	  margin-top: -10px; 
}
.blog-page-header-wrapper {
	  background: var(--highlight-color);
	  padding: 15px;
}
.blog-page-header {
	padding: 20px 40px;
}
.gp-custom-category-section {
	text-align: center;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 14px;
}
.single-featured-image {
	margin-top: 15px;
}
.gp-custom-tag-section a {
	padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
  font-size: 13px;
}
.gp-custom-tag-section {
	margin-top: 15px;
}
.separate-containers .page-header {
	padding: 0px;
	margin: 40px;
}
.separate-containers .page-header .page-title {
	padding: 40px 40px 0px 40px;
}
.separate-containers .page-header .taxonomy-description {
	padding: 0px 40px 40px 40px;
}
.highlight {
	background: var(--highlight-color);
	padding: 40px;
  text-align: center;
  font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.highlight-wrapper {
	  max-width: 1300px;
    margin: 0 auto;
}
.archive.author .page-title {
	padding: 40px !important;
}
/*--top bar width fix --*/
.top-bar-align-right .widget:first-child {
		/*height :5px*/
    width: 100%;
} 
/* Need this to make transparent header overlay for homepage hero. */
.page-id-7370 .site-header  {
    position:sticky;
	  top: 0 ;
    z-index: 99;
    left: 0;
    right: 0;
    background-color: transparent;
}



/* .body.custom-background */
/*
body::after {
  content: "";
  background: url(https://nmarsz.smnprog.pl/wp-content/uploads/2022/09/background_1280x2784.jpg);
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	/*width: 100%;*/
  height: 300%;
  display: block;
  /*background-size: auto;
	/*background-attachment: fixed;*/
	background-size: cover;
	/*background-repeat: repeat;*/
  position: absolute;
  z-index: -1;   
  background-color: black;
}
*/
.page-id-7370 .top-bar  {
    position: fixed !important;
    z-index: 99;
    left: 0;
    right: 0;
    background-color: transparent;
}
 /*Brighten the branding text to make it pop on a dark background. */
.page-id-6 .main-title a {
    color: var(--base);
}

/*border around shortcode box*/
.gb-container-4a9d8f1b > .gb-inside-container {
  padding: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  /* border: 2px solid #000; */
  outline: 1px solid var(--contrast);
  outline-offset: 2px;
}
li#accordion-section-generatepress_upsell_section {
	border-top: 1px solid var(--global-color-8);
	border-bottom: 1px solidvar(--global-color-8);
	display: none!important;
}

.mkdbackground {
  height: 100px;
  display: block;
  background-color: #808;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cc3f47' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23b3373e' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23c8364e' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23b02f44' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23c22f55' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23ab294b' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23bb285c' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23a52351' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23b32362' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%239f1f57' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23aa2068' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23971c5d' points='943 900 1210 900 971 687'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='200' viewBox='0 0 160 80'%3E%3Cg fill='%23FFF' fill-opacity='0.2'%3E%3Cpolygon points='0 10 0 0 10 0'/%3E%3Cpolygon points='0 40 0 30 10 30'/%3E%3Cpolygon points='0 30 0 20 10 20'/%3E%3Cpolygon points='0 70 0 60 10 60'/%3E%3Cpolygon points='0 80 0 70 10 70'/%3E%3Cpolygon points='50 80 50 70 60 70'/%3E%3Cpolygon points='10 20 10 10 20 10'/%3E%3Cpolygon points='10 40 10 30 20 30'/%3E%3Cpolygon points='20 10 20 0 30 0'/%3E%3Cpolygon points='10 10 10 0 20 0'/%3E%3Cpolygon points='30 20 30 10 40 10'/%3E%3Cpolygon points='20 20 20 40 40 20'/%3E%3Cpolygon points='40 10 40 0 50 0'/%3E%3Cpolygon points='40 20 40 10 50 10'/%3E%3Cpolygon points='40 40 40 30 50 30'/%3E%3Cpolygon points='30 40 30 30 40 30'/%3E%3Cpolygon points='40 60 40 50 50 50'/%3E%3Cpolygon points='50 30 50 20 60 20'/%3E%3Cpolygon points='40 60 40 80 60 60'/%3E%3Cpolygon points='50 40 50 60 70 40'/%3E%3Cpolygon points='60 0 60 20 80 0'/%3E%3Cpolygon points='70 30 70 20 80 20'/%3E%3Cpolygon points='70 40 70 30 80 30'/%3E%3Cpolygon points='60 60 60 80 80 60'/%3E%3Cpolygon points='80 10 80 0 90 0'/%3E%3Cpolygon points='70 40 70 60 90 40'/%3E%3Cpolygon points='80 60 80 50 90 50'/%3E%3Cpolygon points='60 30 60 20 70 20'/%3E%3Cpolygon points='80 70 80 80 90 80 100 70'/%3E%3Cpolygon points='80 10 80 40 110 10'/%3E%3Cpolygon points='110 40 110 30 120 30'/%3E%3Cpolygon points='90 40 90 70 120 40'/%3E%3Cpolygon points='10 50 10 80 40 50'/%3E%3Cpolygon points='110 60 110 50 120 50'/%3E%3Cpolygon points='100 60 100 80 120 60'/%3E%3Cpolygon points='110 0 110 20 130 0'/%3E%3Cpolygon points='120 30 120 20 130 20'/%3E%3Cpolygon points='130 10 130 0 140 0'/%3E%3Cpolygon points='130 30 130 20 140 20'/%3E%3Cpolygon points='120 40 120 30 130 30'/%3E%3Cpolygon points='130 50 130 40 140 40'/%3E%3Cpolygon points='120 50 120 70 140 50'/%3E%3Cpolygon points='110 70 110 80 130 80 140 70'/%3E%3Cpolygon points='140 10 140 0 150 0'/%3E%3Cpolygon points='140 20 140 10 150 10'/%3E%3Cpolygon points='140 40 140 30 150 30'/%3E%3Cpolygon points='140 50 140 40 150 40'/%3E%3Cpolygon points='140 70 140 60 150 60'/%3E%3Cpolygon points='150 20 150 40 160 30 160 20'/%3E%3Cpolygon points='150 60 150 50 160 50'/%3E%3Cpolygon points='140 70 140 80 150 80 160 70'/%3E%3C/g%3E%3C/svg%3E")
    /*,
    url("https://pavenum.com/wp-content/uploads/DSCF2048.jpg")*/;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center, 50%, 50%;
  z-index: 99;
}
.actu_post_fimage {
  width: 0;
  height: 0;
  border-top: 100px solid red;
  border-left: 100px solid transparent;
}
.dev_footer {
  border-radius: 20px;
  /*background-color: #090201b5;*/
  padding-top: 20px;
  padding-bottom: 20px;
padding-left:10px;
padding-right:10px;
width: 400px;
}

.onas_bullet{
 
  accent-color: red;

  }

  .gb-container-e6a6a258 {

    background-color: rgba(255, 0, 0, 0)!important;

}

.copyright-bar{
  font-family: Bebas Neue;
}

.marshnie2022{
  margin-bottom: .5em!important;
}

#post-7719 > div > div > div.gb-container.gb-container-6c66010e.marshnie2022 > div > p{
  margin-bottom: .5em!important;
}

