/*
Theme Name: NowaUmowa
Description: Motyw autorski
AUTHOR URI: http://wp-expert.pl 
VERSION: 1.0.0
AUTHOR: WP-Expert wbielak
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
}


html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    overflow-x:hidden
}

body {
    background-color: white; 
    padding: 0;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: #333;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #FF0000;
}

h3 {
    font-weight: bold;
}

.small, small {
    font-size: 70%;
}

img {
    max-width: 100%;
}

#letsagreeimg {
    width: 33%;
}

input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #900103;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 0.7em;
    width: 100%;
}

input[type=submit] {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    color: #900103;
    font-size: 16px;
    border: 1px solid;
    transition: all 0.5s;
}

input[type=checkbox]{
    display: inline;
    width: initial;
}

section {
    position: relative;
}

blockquote {
    color: #900103;
    font-weight: normal;
    font-style: italic;
}

blockquote p {
    width: 70%;
    padding-left: 10%;
}

blockquote::before {
    content: " ";
    display: block;
    width: 100%;
    border-top: 5px solid #900103;
    transform: rotate(6deg);
    margin-bottom: 80px;
    margin-top: 80px;
}

blockquote::after {
    content: " ";
    display: block;
    width: 100%;
    border-top: 5px solid #900103;
    transform: rotate(-6deg);
    margin-bottom: 80px;
    margin-top: 80px;
}

.coverMainText {
    padding-top: 150px;
    font-size: 26px;
}

#book {
    position: absolute;
    top: 100px;
    left: 150px;
    height: 95%;
        max-width: 500000px!important;
}

.buyBook {
    text-align: center;
    font-size: 0.8em;
    padding-bottom: 50px;
    padding-top: 25px;
}

.subpageContent a {
    color: #900103;
    background: white;
}

.subpageContent a.button {
    background: transparent;
}

.subpageContent a:hover {
    color: white;
    background: #900103;
    text-decoration: none;
}

a.button {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    color: #900103;
    font-size: 16px;
    border: 1px solid;
    transition: all 0.5s;
}

a.button:hover {
    text-decoration: none;
    background: #900103;
    color: white;
}

a.button:hover {
    text-decoration: none;
    background: #900103 !important;
    color: white !important;
}

.step a.button {
    color: #900103;
    border: 1px solid #900103;
    float: right;
}

.noPaddings {
    padding: 0;
}

.pink {
    color: #900103;
}

.mainNav {
    position: fixed;
    background: white;
    width: 100%;
    z-index: 50;
    display: none;
}

.pseudoHeader {
    padding-bottom: 10px;
    z-index: 2500;
    position: fixed;
    background: white;
    width: 100vw;
-webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.23);
-moz-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.23);
box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.23);
}

#mobileMenu {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
}

#stepMenuListMobile {
    display: none;
}

#mobileMenuContent {
    position: fixed;
    height: 100vh;
    background: #900103;
    top: 0;
    left: 0;
    z-index: 120;
    color: white;
    font-size: 20px;
    width: 600px;
    max-width: 100%;
    display: none;
    padding-left: 25px;
 }
 
 #mobileMenuContent li {
    display: block;
    width: 100%;
 }
 
 #mobileMenuContent a {
    color: white;
    font-size: 18px;
 }
 
.mobileMenuCloase {
    font-weight: bold;
    padding: 16px;
    font-weight: bold;
    padding-right: 50px;
    padding-left: 0;
}
 
 #mobileMenuCloase {
    position: absolute;
    right: 12px;
    top: 15px;
    font-size: 30px;
 }

  
.pseudoHeader img#logo {
    float: left;
    width: 250px;
    margin-right: 20px;
}

.pseudoHeader h1 {
    float: left;
    margin-top: 26px;
    color: rgb(255, 0, 50);
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
}

.pseudoHeader #menuBackground {
    display:none;
    background: #900103;
    position: absolute;
    top: -103px;
    right: 0;
    padding: 50px;
    transform: rotate(17deg);
    height: 250px;
    z-index: 50;
}

.pseudoHeader #normalizeMenu {
    transform: rotate(-17deg);
    padding-top: 75px;
    padding-right: 15px;
    color: white;
}

.pseudoHeader #normalizeMenu li {
    padding: 0;
}

.pseudoHeader #normalizeMenu a {
    font-size: 14px;
    color: white;
}

.pseudoHeader #normalizeMenu a:hover {
    font-weight: bold;
}

.pseudoHeader #normalizeMenu a.social {
    font-size: 1.2em;
    margin: 5px;
}

.pseudoHeader #normalizeMenu hr {
    border: 1px solid white;
}

.mainNav {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 25;
}

#logo2 {
    float: left;
    width: 80px;
    margin-right: 20px;
}

.stickyMenu h1 {
    float: left;
    margin-top: 10px;
    color: rgb(255, 0, 50);
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
}

.stickyMenu a {
    float: right;
    margin-top: 10px;
    color: rgb(255, 0, 50);
    font-size: 15px;
    line-height: 1em;
}

.stickyMenu a:hover {
    font-weight: bold;
}

.intro {
    background-size: cover;
    background-position: center;
    font-size: 16px;
}

.intro a:hover {
    color: #900103;
    text-decoration: none;
}



.letsagree {
    font-size: 18px;
}


 i {
    color: #FF0000;
    margin-right: 10px;
}


.letsagreeHeader {
        background: #f5f2f2;
        background: linear-gradient(90deg, rgba(252, 252, 252, 1) 33%, rgba(214, 212, 212, 1) 100%);
        margin-bottom: 50px;
}

.perspectivesHeader {
    background-image: url(img/redBg.jpg);
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.idea {
    background: white;
    color: #900103;
    padding-top: 100px;
    padding-bottom: 100px;
}

.idea strong {
    background: #f2f2f2;
    font-weight: normal;
}

.idea strong:hover {
    background: #900103;
    color: white;
    font-weight: normal;
}

.ideaRed {
    padding-top: 120px;
    padding-bottom: 120px;
    color: white;
    background: #E95651;
}

.ideaRed h1 {
    font-size: 3em;
} 

.idea a {
    color: red;
    font-weight: bold;
}

.idea a:hover {
    text-decoration: none;
}

.redStep {
    background-image: url("img/redBg.jpg");
    background-size: cover;
    color: white;
}

.rStepHeadBottom {
    background-image: url(img/whiteLine.png);
    background-size: cover;
    width: 120%;
    height: 7px;
    position: absolute;
    left: -10%;;
    bottom: 0;
    transform: rotate(180deg);
}

.rStepHeadTop {
    background-image: url(img/whiteLine.png);
    background-size: cover;
    width: 120%;
    height: 7px;
    position: absolute;
    left: -10%;;
    top: 0;
}

.rStepHeadLeft {
    background-image: url(img/whiteLineV.png);
    background-size: cover;
    height: 120%;
    width: 7px;
    position: absolute;
    left: 0px;
    top: -10%;;
    transform: rotate(180deg);
}

.rStepHeadRight {
    background-image: url(img/whiteLineV.png);
    background-size: cover;
    height: 120%;
    width: 7px;
    position: absolute;
    right: 0px;
    top: -10%;;
}


.wStepHeadBottom {
    background-image: url(img/blackLine.png);
    background-size: cover;
    width: 120%;
    height: 7px;
    position: absolute;
    left: -10%;;
    bottom: 0;
    transform: rotate(180deg);
}

.wStepHeadTop {
    background-image: url(img/blackLine.png);
    background-size: cover;
    width: 120%;
    height: 7px;
    position: absolute;
    left: -10%;;
    top: 0;
}

.wStepHeadLeft {
    background-image: url(img/blackLineV.png);
    background-size: cover;
    height: 120%;
    width: 7px;
    position: absolute;
    left: 0px;
    top: -10%;;
    transform: rotate(180deg);
}

.wStepHeadRight {
    background-image: url(img/blackLineV.png);
    background-size: cover;
    height: 120%;
    width: 7px;
    position: absolute;
    right: 0px;
    top: -10%;;
}

.step {
    padding-top: 120px;
    padding-bottom: 70px;
}

.stepHead {
    position: relative;
    z-index: 20;
    min-height: 500px;
    position: relative;
}

.stepExcerptNr {
    position: absolute;
    bottom: 0;
    left: -50px;
    font-size: 550px;
    line-height: 0.8em;
    color: #F5B6B6;
    z-index: 10;
}

.stepExcerpt {
    padding-left: 50px;
    font-size: 16px;
}

.stepExcerpt p a {
    padding-left: 10px;
    padding-right: 10px;
    background: white;
    color: #900103;
    display: inline-block;
}

.stepExcerptContent {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 25px;
    z-index: 20;
}

.stepVideoLabel {
    width: 75%;
    padding: 15px;
    position: relative;
    top: -12px;
    right: -126px;
    font-size: 14px;
    margin-bottom: 15px;
}

.suport {
    padding-top: 120px;
    background: #fafafa;
    font-size: 18px;
}

.suport h1 {
    font-size: 3em;
    margin-bottom: 90px;
}

.suport h2 {
    margin-bottom: 45px;
}

.suporters {
    font-size: 0.8em;
    max-height: 437px;
    height: 800px;
    border-left: 1px solid silver;
}

.suporters h3 {
    font-size: 1.5em;
}

.suport hr {
    border-top: 1px solid #900103;
    margin-top: 50px;
    margin-bottom: 0;
}

.suport a {
    color: #900103 !important;
    cursor: pointer;
}

.declaration {
    background: #900103;
    color: white;
    width: 289px;
    padding: 20px;
    padding-top: 270px;
    -webkit-box-shadow: 5px 5px 5px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 5px 5px 5px 2px rgba(0,0,0,0.4);
    box-shadow: 5px 5px 5px 2px rgba(0,0,0,0.4);
    margin-bottom: 25px;
}

#rodoText {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: white;
    height: 80vh;
    margin: 9vh;
    overflow: auto;
    border: 5px solid #900103;
    display: none;
}

#rodoText div {
    padding: 5vh;
}

#rodoText header {
    background: #900103;
    color: white;
    padding: 5px;
}

#rodoCloase {
    color: white;
    float: right;
}

.wpcf7-mail-sent-ok {
    border: none !important;
    padding-right: 0 !important;
    color: #900103;
}

form.sent p{
    display: none;
}

.suportBottomCol {
    padding-top: 60px;
    padding-right: 60px;
    padding-bottom: 70px;
}

.suportBottomCol2 {
    text-align: right;
    padding-left: 60px;
    padding-right: 0px;
    border-left: 1px solid #900103;
}

.suportBottomCol form {
    margin-top: 52px;
    max-width: 400px;
}

.suportBottomCol2 form {
    margin-top: 25px;
    width: 100%; 
    text-align: left;
    float: right;
}

.dotpayButton {
    display: inline-block;
    color: #900103;
    border-bottom: 1px solid #900103;
    padding: 10px;
    text-align: center;
    margin-right: 1.33%;
    width: 23%;
    margin-bottom: 13px;
    font-size: 15px;
}

.lastDotpayButton {
    margin-right: 0;
}

.suport .activeDotpayButton {
    border: 1px solid #900103;
    color: white !important;
    background: #900103;
}

#dotpaySend {
    margin-top: 16px;
}

input[type=submit]:hover {
    background: #900103;
    color: white;
}

#dotpayAmmount2 {
    text-align: center;
    padding: 10px;
}


.socialFeed {
    padding-top: 120px;
    padding-bottom: 120px;
    background: #EFEFEF;
}

.socialFeed h1 {
    font-size: 3em;
}

.socialFeed .pink {
    color: #900103;
}

.socialFeed h1.pink {
    margin-bottom: 90px;
}

.socialFeed a.social {
    display: inline-block;
    color: #900103;
    font-size: 30px;
    margin-right: 25px;
    margin-bottom: 50px;
}

.embedCard {
    display: inline-block;
    min-height: 200px;
    margin-bottom: 20px;
}

.embedCard p {
    margin: 0;
}

.twitter-tweet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


#whiteFooter {
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: bold;
    font-size: 18px;
}

#whiteFooter span {
    color: #900103;
}

#whiteFooter a {
    font-weight: normal;
}

#redFooter {
    padding-top: 25px;
    padding-bottom: 15px;
    background-image: url(img/redBg.jpg);
    color: white;
    font-size: 16px;
}

#redFooter a {
    color: white;
    font-size: 16px;
}

#redFooter i {
    margin-right: 10px;
    background: white;
    color: #FF0000;
    padding: 4px;
    border-radius: 5px;
    margin-bottom: 5px;
}

#redFooter a.social {
    min-width: 30px;
    font-size: 30px;
    margin-right: 15px;
}

#redFooter a.social:hover {
    font-weight: bold;
}

#redFooter .emailCol {
    
}

.pageFooterText {
    font-size: 16px;
    font-weight: bold;
}

#toTop {
    position: fixed;
    bottom: 0px;
    right: 0px;
    background: #900103;
    color: white;
    border: 2px solid white;
    padding: 10px 15px;
    display: none;
    z-index: 1111;
}

.modalShare {
    margin-bottom: 25px;
}

.modalShare i {
    font-size: 16px;
    padding: 5px;
     color: #b9bdc1 !important;
}

.shareText {
    position: relative;
    top: -2px;
    font-size: 12px;
    font-style: italic;
    border: 1px solid transparent;
    border-right: 0px; 
    padding: 6px;
    padding-bottom: 7px;
    padding-right: 10px;
    margin-right: -5px;
}

.stepShare {
    float: right;
}

.stepShare i {
    font-size: 16px;
    padding: 5px;
     color: #b9bdc1 !important;
}

.stepShare a {
    margin-left: -5px;
}

.stepShare .shareText {
    position: relative;
    top: -2px;
    font-size: 12px;
    font-style: italic;
    color: black;
    background: white;
    border: 1px solid transparent;
    padding: 10px;
    padding-bottom: 7px;
    padding-right: 10px;
    margin-right: -2px;;
}

.mobileShare {
    float: right;
}

.mobileShare a {
    color: #b9bdc1 !important;
    margin-left: -4px;
}

.mobileShare .shareText {
    padding: 4px;
    padding-bottom: 5px;
    margin-right: 0;
}

.fbshare {
    background: #EEEFF1 !important;
}

.twshare {
    background: #E8E8E8 !important;
}

.toClipboard {
    background: #E2E2E2 !important;
    cursor: pointer;
    color: white !important;
}

.fbshare a .twshare a .toClipboard a {
    color: #b9bdc1 !important;
}

.fbshare, .twshare, .toClipboard {
    padding: 2px;
    display: inline-block;
    width: 35px;
    text-align: center;
}




/*PAGE*/

#pageHeader {
    position: fixed;
    width: 100%;
    background: white;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 10001;
}

#pageHeaderSpace {
    height: 92px; 
}

.anchor {
    display: block;
    position: relative;
    top: -88px;
    visibility: hidden;
}

#pageHeader a {
    display: inline-block;
    font-size: 32px;
    color: #900103;
    text-decoration: none;
}

#pageHeader a:hover {
    text-decoration: underline;
}

#pageHeader img#logo {
    float: right;
    width: 80px;
    margin-right: 20px;
}

#pageHeader h1 {
    float: right;
    margin-top: 10px;
    color: rgb(255, 0, 50);
    font-size: 15px;
    font-weight: 700;
    line-height: 1em;
}

.subpageContent {
    padding-top: 30px;
    padding-bottom: 60px;
    padding-left: 60px;
}

.subpageContent hr {
    border-top: 1px solid #900103;
    border-bottom: 0;
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sticky-offset {
    top: 68px;
}

.stepMenu {
    background: #900103;
    color: white;
        padding: 15px;
    padding-left: 10px;
    padding-right: 60px;
    height: calc(100vh - 68px);
    overflow: auto;
}

.stepMenu::before, .pinkCol::before  {
    width: 10px;
    height: 100%;
    background: #900103;
    display: block;
    content: " ";
    position: absolute;
    right: 100%;
    padding-left: 2000px;
    top: 0;
    z-index: 1;
}

.stepMenu h1 {
    font-size: 32px;
    font-style: italic;
}

.stepMenuList {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 25px;
}

.stepMenu a {
    color: white;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 12px;
}

.stepMenu h1 {
    margin: 0;
}

.pinkCol {
    padding-top: 60px;
    background: #900103;
    color: white;
}

.pinkCol h1 {
    font-size: 28px;
}

.contentCol {
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #900103;
}

.inside-grid-column {
    margin-bottom: 0 !important;
}

.headlingSection {
    padding-top: 120px;
}

.headlingSection h1 {
    color: #D1003B;
}

.headlingSection h1:nth-child(odd) {
    color: #900103;
}

.kartaContant {
    font-size: 16px;
    padding-top: 0;
}

.kartaContant #commentedHeader {
        width: 100%;
}

.kartaContant h1 {
    font-size: 1.5rem;
    font-weight: bold;
}

.kartaContant h2, #commentPopup h2 {
    font-size: 1.2rem;
    color: #900103;
}

section.chapter {
    border-bottom: 5px solid #900103;
    padding-bottom: 70px;
    padding-top:  30px;
}

.question {
    padding-bottom: 10px;
    border-bottom: 1px solid #900103;
    margin-bottom: 10px;
}

.pcomments {
    cursor: pointer;
}

.pcomments i {
    margin-right: 10px;
}

.questionAnswer {
    display: none;
}

#pageMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    z-index: 10003;
    display: none;
}

#commentPopup {
    position: absolute;
    width: 87vw;
    top: 4vh;
    left: 5vw;
    height: 90vh;
    font-size: 16px;
    background: #F2F2F2;
}

.kartaSingle {
    font-size: 16px;
    background: #F2F2F2;
}

.kartaSingle  #commentedTitle, .kartaSingle  #commentedContentSingle {
    padding-left: 0;
}

#commentedNavSingle {
    margin-left: 0;
}

#commentPopupCloase {
    position: absolute;
    right: -37px;
    top: -21px;
    background: #900103;
    color: white;
    padding: 10px 15px;
    z-index: 10005;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

#commented {
    position: relative;
    padding-right: 0;
    height: 90vh;
}

#commentedSingle {
    padding-right: 0;
        padding-left: 10px;
}

#commentedSingle a,#commented a, #commentsSingle a, #comments a{
    color: #900103;
}

#commentedHeader {
    background: #900103;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
    color: white;
}

#commentedTitle {
    padding: 25px;
    padding-bottom: 10px;
}

#commentedContent, #commentedContentSingle{
    overflow: auto;
    padding-left: 25px;
    padding-right: 25px;
}

.activeParagraph {
    background: white;
    padding: 3px;
    border: 1px solid gray;
}

#commentedNav {
    position: absolute;
    bottom: 0;
    width: calc( 100% - 80px);
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #900103;
    margin-left: 25px;
    margin-right: 25px;
}

#commentedNavSingle {
    width: calc( 100% - 25px);
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #900103;
    margin-left: 0px;
    margin-right: 25px;
}

#comments {
    overflow: auto;
    height: 90vh;
    padding-right: 20px;
    background: white;
}

#commentsSingle {
    overflow: auto;
    min-height: 90vh;
    padding-right: 20px;
    background: white;
}

.pmobilecomment {
    display: none;
}

.pmobilecomment a {
    color: #333;
    background: transparent;
    padding-left: 5px;
    padding-right: 5px;
}

.pmobilecomment i {
    margin-right: 10px;
}

.plink {
    margin-left: 10px;
}

.plink i {
    margin-right: 10px;
}

.plink a{
    color: #333;
    
}

#nextQuestion, #prevQuestion {
    cursor: pointer;
}

#nextQuestion:hover, #prevQuestion:hover {
    text-decoration: underline;
    cursor: pointer;
}

#commentedContent .prating {
    display: block;
}

#showMovie{
	display:none;
}

#moviePopup {
	width: 100vw;
	height:100vh;
	position:fixed;
	background: rgba(0,0,0,0.8);
	display:none;
	padding-top: 55px;
	top: 0;
    z-index: 99;
}

#moviePopup .container {
	position:relative;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#moviePopupCloase {
	font-size: 2em;
    position: absolute;
    top: -45px;
    right: -23px;
}

/*Wojewodztwa*/

.voivodeship h2 {
    font-size: 12px;
    margin-bottom: 5px;
}

.voivodeship h1 {
    font-size: 21px;
    margin-bottom: 5px;
}

.voivodeship .voivodeshipAuthors {
    font-size: 16px;
}

.voivodeship .voivodeshipExcerpt {
    font-size: 12px;
}

.voivodeship a {
    color: black;
    font-size: 20px;
}

.thumblnailWithFrame {
    background-image: url("img/blackFrame.png");
    background-size: cover;
    padding: 50px;
}

.thumblnailWithFrame img {
    padding-top: 12%;
    padding-bottom: 13%;
}

#menu-podreczne {
    margin-right: 25px;
}

#menu-podreczne a {
    color: black;
}

#mobileMenu2 {
    float: right;
    position: absolute;
    top: 14px;
    right: 25px;
}

.archiveHead {
    padding-top: 150px;
    padding-bottom: 50px;
    background: #f5f2f2;
    background: linear-gradient(90deg, rgba(252, 252, 252, 1) 33%, rgba(214, 212, 212, 1) 100%);
}

.archiveContent article {
    padding-top: 50px;
    padding-bottom: 50px;
}

.archiveContent > article:nth-child(even){
    background: #f5f2f2;
    background: linear-gradient(90deg, rgba(252, 252, 252, 1) 33%, rgba(214, 212, 212, 1) 100%);
}



.archiveHeadPeople {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f5f2f2;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 20%, rgba(245, 242, 242, 1) 80%);
}


.roleContainer {
    padding-top: 15px;
    padding-bottom: 10px;
    color: white;
    background: #EB2226;
    background: linear-gradient(90deg,rgba(235, 34, 38, 1) 20%, rgba(245, 242, 242, 1) 80%);
    margin-bottom: 25px;
    padding-right: 45px;
}

.peopleRow {
    padding-bottom: 25px;
}

.peopleRow h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
        line-height: 19px;
}

h2.title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}

.person {
    width: 50%;
    margin: auto;
}

.person img {
    max-height: 150px;
    max-width: 150px;
}

@media (max-width: 1199px)  
{
    .stepMenu h1 {
        font-size: 24px;
    }
    
    #redFooter {
        font-size: 14px;
    }
    
    #redFooter a{
        font-size: 14px;
    }
    
    #redFooter h3{
        font-size: 1.4rem;
    }
    
    #pageHeaderSpace {
        height: 33px; 
    }
}

@media (max-width: 991px)  
{
    #normalizeMenu ul, .stickyMenu ul {
        display: none;
    }
    
    #mobileMenu, #mobileMenu2 {
        display: block;
        margin: auto;
    }
    
    .stickyMenu #mobileMenu, .stickyMenu #mobileMenu2 {
            margin-top: 15px;
            float: right;
    }
    
    .stepMenuList {
        display: none;
    }
    
    .subpageContent {
        padding-left: 0px;
    }
    
    #stepMenuListMobile {
        display: block;
        position: absolute;
        top: 25px;
        right: 15px;
        font-size: 32px;
    }
    
    .stepMenu {
        height: auto;
    }
    
    .stepMenu::after, .stepMenu::before {
        display: none;
    }    
    
    .card-columns{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 0.75rem;
        -moz-column-gap: 0.75rem;
        column-gap: 0.75rem;
    }
    
    .stepVideoContainer iframe {
        width: 100%;
    }
    
    .stepVideoLabel {
        width: 100%;
        right: 0px;
        top: -5px;
        margin-bottom: 15px;
    }
    
    .step {
        padding-top: 50px;
    padding-bottom: 20px;
}

#letsagreeimg {
    width: 75%;
    display: block;
    margin: auto;
}

.peopleRow h2 {
    margin-top: 15px;
    line-height: 44px;
}

}

.blurbs {
    background-image: url("img/redBg.jpg");
        color: white;
        padding-top: 25px;
        padding-bottom: 25px;
}

.blurb {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 26px;
    font-style: italic;
    padding-top: 15px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.blurbAuthor {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

.event {
    padding-right: 25px;
}

@media (max-width: 767px)  
{
    #book {
        left: 50px;
    }
    
    .pinkCol {
        padding: 15px;
        background: none;
        color: #900103;
        margin-top: 25px;
    }
    
    .pinkCol h1 {
        margin: 0;
    }
    
    .pinkCol::before {
        display: none;
    }
    
    
    .contentCol {
        padding: 15px;
    }
    
    .stepHead {
        min-height: 360px;
        margin-bottom: 86px;
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .stepExcerptNr {
        font-size: 420px;
    }
    
    .stepExcerpt {
        padding-left: 15px;
        padding-top: 60px;
    }
    
    section {
        overflow-x:hidden
    }
    
    .pageFooterText {
        margin-bottom: 30px;
    }
    
    .suportBottomCol {
        border: none;
        padding-left: 15px;
    }
    
    .suportBottomCol2 {
        text-align: left;
        padding-left: 15px;
    }
    
    .suportBottomCol2 form, .suportBottomCol form {
        margin-left: 0;
        margin-right: 0;
        float: none;
    }
    
    #commentsSingle {
        margin-left: 15px;
        background: transparent;
        padding-left: 15px;
    }
    
    #commentedNavSingle {
        margin-right: 15px;
        width: 100%;
        padding-right: 15px;
    }
    
    .plink {
        display: none;
    }
    
    .pmobilecomment {
        display: inline-block;
    }
    
    .pcomments {
        display: none;
    }
    
    #commentsSingle {
        margin-left: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }
    
    .stepVideoContainer {
        position: relative;
        top: -35px;
    }
    
    .stepHead {
        margin-bottom: 33px;
    }
}

#silverFooter {
    text-align: center;
    background: #a7a6a6;
    color: white;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 800px)  
{
    .socialFeed h1 {
        font-size: 2em;
    }
    
    #mobileMenu {
        top:10px;
    }
}

@media (max-width: 650px)  
{
	#moviePopupCloase {
		right: 30px;
	}
}

@media (max-width: 575px)  
{	
    #pinkFooter {
        text-align: center;
    }
    
    .card-columns{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    
    .lastDotpayButton, .dotpayButton {
        margin-right: 1px;
    }
	

}

@media (max-width: 550px)  
{
    .pseudoHeader #menuBackground {
        right: -50px;
    }
    
    body {
        font-size: 18px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.1rem;
    }
    
    #commentedHeader .container {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 500px)  
{
    
    
    .pseudoHeader h1 {
        font-size: 20px;
    }
    
    
    .pseudoHeader #menuBackground {
        top: -90px;
        right: -65px;;
        padding: 0;
        height: 211px;
    }
    
    .pseudoHeader #normalizeMenu {
        padding-top: 114px;
        padding-right: 67px;
        font-size: 0.6em;
        right: 10px;
        position: relative;
    }
}

@media (max-width: 380px)  
{

    
    .pseudoHeader h1 {
        font-size: 15px;
    }
    
    .dotpayButton {
        width: 48%;
    }
}






#scroll-container {
        font-size: 10px;
  border-radius: 5px;
  height: 756px;
  overflow: hidden;
  color: silver;
  margin-right: 10px;
}

#scroll-text {
  height: 100%;
  text-align: right;
  
  /* animation properties */
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  
  -moz-animation: my-animation 25s linear infinite;
  -webkit-animation: my-animation 25s linear infinite;
  animation: my-animation 25s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateY(100%); }
  to { -moz-transform: translateY(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateY(100%); }
  to { -webkit-transform: translateY(-100%); }
}

@keyframes my-animation {
  from {
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.owl-dots {
    display: none;
    text-align: right;
}

.owl-dot {
        background: rgba(255,255,255,0.5) !important;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-right: 10px;
}

.owl-dots .active {
    background: rgba(255,255,255,0.9)  !important;
}


.owl-one .owl-dot {
        background: rgba(0,0,0,0.5) !important;
}

.owl-one  .owl-dots .active {
    background: rgba(0,0,0,0.9)  !important;
}

.owl-nav {
    display: block !important;
    text-align: center;
}

.owl-nav button span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
}

.iconTexts {
        position: relative;
    left: -50%;
    width: 150%;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: right;
}

.introIconText {
        font-size: 24px;
}

.introIconText i {
    margin-right: 5px;
    margin-left: 20px;
    color: #900103;
}


#coverMobile {
    display: none;
}

.bookAuthors {
    font-size: 10px;
    overflow: hidden;
    color: silver;
    text-align: right;
}


.bookAuthorsContentMobile {
        left: 0;
        width: 140px !important;
        display: none !important;
}

.bookAuthorsContentMobile .owl-nav {
    display: none !important;
}

@media (max-width: 1300px)  
{
    .intro {
        background-size: 180%;
        background-repeat: no-repeat;
    }
    
    .coverMainText{
            max-width: 738px;
            margin: auto;
    }
    
} 

@media (max-width: 990px) {
    .bookAuthors {
        position: absolute;
    }
    
    .bookAuthorsContent {
        display: none;
    }
    
    .bookAuthorsContentMobile {
        display: block !important;
        
    }
    
    #scroll-container {
        height: 60px;
        max-height: 100vh;
    }
    
    #coverMobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .coverMainText {
        max-width: 540px;
    }
}

@media (max-width: 560px) {
    .coverMainText {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    .iconTexts {
        width: 100%;
        position: initial;
    }
    
    .introIconText {
        font-size: 16px;
    }
}

.card {
    border: none;
}

.card-header button {
    text-align: left;
    color: #900103;
    font-size: 19px;
}

.card-header {
    background: none;
    border: none;
    border-bottom: 1px solid #900103;
}

.card-body {
    font-size: 16px;
}

.card-header {
    padding: 5px;
}







.downloadButton {
    background: #eee;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 25px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 15px;
}

.downloadItems {
    padding: 15px;
    padding-top: 45px;
    padding-left: 20px;
    display: none;
}


.owl-item .event img{
    contain-intrinsic-size: auto 200px !important;
    width: auto !important;
    max-height: 200px; 
    max-width: 200px;
}























/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 50px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.person h3 {
        text-transform: uppercase;
        font-weight: bold;
}

#silverFooter img {
    max-height: 75px;
}

.imageCaption {
        position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 3px;
    color: rgba(255, 255, 255, 0.7);
}

.explore {
    display: block;
    margin: auto;
    max-width: 200px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    background: #FC1900;
    color: white !important;;
    padding: 10px;
}

.archiveContent img {
    width: 300px !important;
    height: 300px !important;
}

.peopleRow img {
	height:auto !important;
}

.mobileMenuCOntent a{
	color: white !important;
	font-size: 18px !important;
}

.pExcerpt {
    display: block; /* Zajawka widoczna domyślnie */
}

.pContent {
    display: none; /* Pełna treść ukryta domyślnie */
}

:target {
    scroll-margin-top: 120px; 
}