/* 
Theme Name: Prawo i Sprawiedliwość child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: pis
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

@font-face {
    font-family: 'font-icon';
    src: url('assets/fonts/fontello.eot?7530094') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'humanist-black';
    src: url('assets/fonts/1161pl_-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'humanist-bold';
    src: url('assets/fonts/1160pl_-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'humanist-normal';
    src: url('assets/fonts/1158pl_-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'humanist-regular';
    src: url('assets/fonts/1159pl_-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'playfair-bold';
    src: url('assets/fonts/playfairdisplay-bold-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'playfair-italic';
    src: url('assets/fonts/playfairdisplay-italic-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'playfair-regular';
    src: url('assets/fonts/playfairdisplay-regular-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.font-icon {
    font-family: 'font-icon', -apple-system, BlinkMacSystemFont, sans-serif;
}
.humanist-black {
    font-family: 'humanist-black', -apple-system, BlinkMacSystemFont, sans-serif;
}
.humanist-bold {
    font-family: 'humanist-bold', -apple-system, BlinkMacSystemFont, sans-serif;
}
.humanist-normal {
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
}
.humanist-regular {
    font-family: 'humanist-regular', -apple-system, BlinkMacSystemFont, sans-serif;
}
.playfair-bold {
    font-family: 'playfair-bold', -apple-system, BlinkMacSystemFont, sans-serif;
}
.playfair-italic {
    font-family: 'playfair-italic', -apple-system, BlinkMacSystemFont, sans-serif;
}
.playfair-regular {
    font-family: 'playfair-regular', -apple-system, BlinkMacSystemFont, sans-serif;
}

html, body {
    overflow-x: hidden !important;
}

body{
    overflow-x: hidden !important;
    font-family: humanist-normal, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.33em;
    font-weight: 400;
    color: #333e53;
	background-color: #dcdde1 !important;
    width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family: humanist-regular, Arial, sans-serif;
}
	

a{

}

.elementor-field-type-acceptance label{
	font-size: 12px;
	line-height: 15px;
}

.elementor-field-type-acceptance label a{
	color: #ffffff;
}

.elementor-field-type-acceptance label a:hover{
	text-decoration: underline;
}


.lined::after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin-top: 10px;
  background-color: #ff285c;
}

#search-mobile-box{
    display: none;
    height: 110px;
}

.main-footer .lined::after {
  background-color: #4a5771;
}

.page-title.lined::after {
  height: 3px;
}

.main-menu .menu-item a::after, .main-menu .menu-item a::before {
  content: '';
  display: inline-block !important;
  width: 15px;
  height: 1px;
  margin-top: -1px;
  background-color: #b0b4c1;
  vertical-align: middle;
  position: relative !important;
}

.main-menu .menu-item a::before {
  margin-right: 10px;
opacity: 1 !important;
}

.main-menu .menu-item a::after{
  margin-left: 10px;
}

.main-menu .menu-item a:hover:after, .main-menu .menu-item  a:hover:before {
	background-color: #ff285c !important;
}

.party-people__card.-popup .party-people__card:hover .readmore span, .readmore span {
  display: block;
  height: 100%;
  line-height: 50px;
  color: #1a2231;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
}

.party-people__card.-popup .party-people__card:hover .readmore::after, .readmore::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff285c;
  transition: width .2s;
}

  .party-people__card.-popup .party-people__card:hover .readmore::before, .readmore::before {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: url('assets/img/icon-red-arrow.svg') no-repeat left center;
  }


 .party-people__card.-popup .party-people__card:hover .readmore span, .party-people__card.-popup .party-people__card:hover .readmore::before, .readmore span, .readmore::before {
    transition: transform .2s,opacity .1s;
  }


.party-people__card.-popup .party-people__card:hover .readmore,
.readmore {
  overflow:hidden;
  position:relative;
  display:inline-block;
  height:50px;
  cursor:pointer
}
.party-people__card.-popup .party-people__card:hover .readmore:after,
.readmore:after {
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:1px;
  background-color:#ff285c;
  transition:width .2s
}
.is-even.readmore:after,
.party-people__card.-popup .party-people__card:hover .is-even.readmore:after {
  background-color:#29abe7
}
.party-people__card.-popup .party-people__card:hover .readmore span,
.readmore span {
  display:block;
  height:100%;
  line-height:50px;
  color:#1a2231;
  font-size:.9em;
  text-transform:uppercase;
  cursor:pointer
}
.box-footer .party-people__card.-popup .party-people__card:hover .readmore,
.box-footer .readmore,
.party-people__card.-popup .party-people__card:hover .box-footer .readmore {
  padding-top:1px;
  margin-top:-1px
}

.party-people__card.-popup .party-people__card:hover .readmore span,
  .party-people__card.-popup .party-people__card:hover .readmore:before,
  .readmore span,
  .readmore:before {
    transition:transform .2s,opacity .1s
  }
  .party-people__card.-popup .party-people__card:hover .readmore:before,
  .readmore:before {
    content:'';
    position:relative;
    display:block;
    width:100%;
    height:100%;
    background:url('assets/img/icon-red-arrow.svg') no-repeat left center
  }
  .is-even.readmore:before,
  .party-people__card.-popup .party-people__card:hover .is-even.readmore:before {
    background:url('assets/img/icon-red-arrow.svg') no-repeat left center
  }
  .party-people__card.-popup .party-people__card:hover .readmore:after,
  .readmore:after {
    width:0
  }
  .party-people__card.-popup .party-people__card:hover .readmore span,
  .readmore span {
    position:relative;
    opacity:0
  }
  .party-people__card.-popup .party-people__card:hover .party-people__group:hover .readmore:after,
  .party-people__card.-popup .party-people__card:hover .readmore:hover:after,
  .party-people__group:hover .party-people__card.-popup .party-people__card:hover .readmore:after,
  .party-people__group:hover .readmore:after,
  .readmore:hover:after {
    width:100%
  }
  .party-people__card.-popup .party-people__card:hover .party-people__group:hover .readmore:before,
  .party-people__card.-popup .party-people__card:hover .readmore:hover:before,
  .party-people__group:hover .party-people__card.-popup .party-people__card:hover .readmore:before,
  .party-people__group:hover .readmore:before,
  .readmore:hover:before {
    opacity:0
  }
  .party-people__card.-popup .party-people__card:hover .party-people__group:hover .readmore span,
  .party-people__card.-popup .party-people__card:hover .readmore:hover span,
  .party-people__group:hover .party-people__card.-popup .party-people__card:hover .readmore span,
  .party-people__group:hover .readmore span,
  .readmore:hover span {
    opacity:1
  }
  .party-people__card.-popup .party-people__card:hover .party-people__group:hover .readmore span,
  .party-people__card.-popup .party-people__card:hover .party-people__group:hover .readmore:before,
  .party-people__card.-popup .party-people__card:hover .readmore:hover span,
  .party-people__card.-popup .party-people__card:hover .readmore:hover:before,
  .party-people__group:hover .party-people__card.-popup .party-people__card:hover .readmore span,
  .party-people__group:hover .party-people__card.-popup .party-people__card:hover .readmore:before,
  .party-people__group:hover .readmore span,
  .party-people__group:hover .readmore:before,
  .readmore:hover span,
  .readmore:hover:before {
    transform:translate(0,-100%)
  }

.glightbox-clean .gslide-title{
    text-align: center;
    font-family: humanist-normal, Arial, sans-serif !important;
}

.uael-nav-menu .menu-item-has-children-container, .uael-nav-menu li.menu-item {
  position: relative;
  min-width: 150px;
}

.elementor-widget-video .elementor-custom-embed-image-overlay img{
    transition: all 0.2s ease-in-out ;
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover img{
    transform: scale(1.1);
}

.grid {
    margin: 0 auto;
}
.grid-sizer,
.grid-item {
    width: 33.333%; /* 3 kolumny */
}
.grid-item img {
    width: 100%;
    display: block;
}

.pis-documents{
    width: 100%;
    border-top: 1px solid #d9dce3;
}

.pis-document{
    width: 100%;
    border-bottom: 1px solid #d9dce3;
    background-color: #ffffff;
    display: block;
    float: left;
}
.pis-document:nth-child(2n){
    background-color: #F3F4F7;
}

.pis-document-col-1{
    padding: 20px 30px;
    width: 80px;
    display: block;
    float: left;
}

.pis-document-filename{
    padding: 20px 30px;
    color: #7c818d;
    text-align: center;
    font-size: 15px;
    font-family: 'humanist-regular', -apple-system, BlinkMacSystemFont, sans-serif;
    width: calc(100% - 270px);
    display: block;
    float: left;
}

.pis-document-col-3{
    padding: 20px 30px;
    color: #7c818d;
    font-size: 18px;
    font-family: 'humanist-regular', -apple-system, BlinkMacSystemFont, sans-serif;
    width: 190px;
    display: block;
    float: left;
}

.pis-document-col-3 a{
    padding: 10px;
    text-transform: uppercase;
    color: #7c818d !important;
}

.pis-document-col-3 a span{
    float: left;
    display: block;
    font-size: 15px;
}

.pis-document-col-3 a i{
    float: left;
    display: block;
    margin-top: 2px;
}

.pis-document:hover{
    background-color: #FFF8DA;
}

.isvg-icon-document {
    background: url(assets/img/icon-document1.svg) no-repeat;
    background-size: auto;
    background-size: cover;
    width: 21px;
    height: 25px;
    display: block;
}

.isvg-icon-download {
    margin-left: 20px;
    background: url(assets/img/icon-download1.svg) no-repeat;
    background-size: auto;
    background-size: cover;
    width: 23px;
    height: 19px;
    display: block;
}

.burger {
  position:relative
}
.burger span,
.burger span:after,
.burger span:before {
  display:block;
  width:34px;
  height:4px;
  background-color:#1a2231
}
.burger span:after,
.burger span:before {
  content:'';
  position:absolute;
  transition-duration:.4s,.4s;
  transition-delay:.4s;
}
.burger span {
  transition:background-color .2s;
  transition-delay:.4s
}
.burger span:before {
  transition-property:top,transform;
  top:-10px
}
.burger span:after {
  transition-property:bottom,transform;
  bottom:-10px
}

.rte-content {
    color: #1a2231;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
}

.rte-content h2{
    margin-bottom: 10px;
    font-size: 2.13em;
    line-height: 1.1em;
    margin-top: 0;
    font-family: 'humanist-regular', -apple-system, BlinkMacSystemFont, sans-serif;
}

.rte-content p {
    margin-top: 0;
    margin-bottom: 1em;
    line-height: 1.4;
    color: #333e53;
}

.rte-content ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-left: 10px;
}

.rte-content ul li::before {
    content: "• ";
    color: #ff285c;
    position: relative;
    left: -5px;
}

.rte-content a {
    color: #ff285c !important;
    text-decoration: underline !important;
    font-weight: 700;
}

.person-role{
    font-size: 14px;
    color: #ffffff;
    background-color: #FF285C;
    padding: 5px 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    display: block;
    width: auto;
    float: left;
}



.category--deputy {
    margin: .2em;
    background-color: #939cb4;
    cursor: default;
    text-transform: none;
    font-size: 14px;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #ffffff;
    display: inline-block;
    padding: 5px 20px;
    font-style: normal;
}

.label-datablank {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-left: 50px;
    color: #787e8d;
    vertical-align: middle;
    font-style: normal;
    border: 1px solid #b4b9c4;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'humanist-regular', -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 3px 0;
}

.label-datablank > i {
    display: block;
    width: 50px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('assets/img/nodata.svg');
}

.social-label-fb {
    display:inline-block;
    position:relative;
    height:45px;
    line-height:45px;
    padding-left:50px;
    color:#fff !important;
    margin:5px 0;
    vertical-align:middle;
    font-style:normal;
    font-weight:600;
    width:90%;
    background-color:#3d5382;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
}
.social-label-fb>i {
    display:block;
    width:50px;
    height:45px;
    position:absolute;
    left:0;
    top:0;
    background-size:auto;
    background-repeat:no-repeat;
    background-position:center center
}
.social-label-fb:hover {
    background-color:#455e93
}
.social-label-fb>i {
    background-image:url('assets/img/fb-logo.svg')
}
.social-label-tw {
    display:inline-block;
    position:relative;
    height:45px;
    line-height:45px;
    padding-left:50px;
    color:#fff !important;
    margin:5px 0;
    vertical-align:middle;
    font-style:normal;
    font-weight:600;
    width:90%;
    background-color:#29abe7;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
}
.social-label-tw>i {
    display:block;
    width:50px;
    height:45px;
    position:absolute;
    left:0;
    top:0;
    background-size:auto;
    background-repeat:no-repeat;
    background-position:center center
}
.social-label-tw:hover {
    background-color:#40b4ea
}
.social-label-tw>i {
    background-image:url('assets/img/tw-logo.svg')
}
.social-label-yt {
    display:inline-block;
    position:relative;
    height:45px;
    line-height:45px;
    padding-left:50px;
    color:#fff !important;
    margin:5px 0;
    vertical-align:middle;
    font-style:normal;
    font-weight:600;
    width:90%;
    background-color:#ff285c;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
}
.social-label-yt>i {
    display:block;
    width:50px;
    height:45px;
    position:absolute;
    left:0;
    top:0;
    background-size:auto;
    background-repeat:no-repeat;
    background-position:center center
}
.social-label-yt:hover {
    background-color:#ff426f
}
.social-label-yt>i {
    background-image:url('assets/img/yt-logo.svg')
}
.social-label-vine {
    display:inline-block;
    position:relative;
    height:45px;
    line-height:45px;
    padding-left:50px;
    color:#fff !important;
    margin:5px 0;
    vertical-align:middle;
    font-style:normal;
    font-weight:600;
    width:90%;
    background-color:#00b389;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
}
.social-label-vine>i {
    display:block;
    width:50px;
    height:45px;
    position:absolute;
    left:0;
    top:0;
    background-size:auto;
    background-repeat:no-repeat;
    background-position:center center
}
.social-label-vine:hover {
    background-color:#00cd9d
}
.social-label-vine>i {
    background-image:url('assets/img/vine-logo.svg')
}

.deputy__span {
    float:left;
    margin-right:5px
}

.highlighted--red{
    color: #ff285c;
}

/**********/

.col-search-left{
    width: 66.6%;
    float: left;
    display: block;
}

.col-search-right{
    width: 33.3%;
    float: left;
    display: block;
    padding-left: 20px;
}


.input-icon-search {
    position:relative
}
.input-icon-search input {
    width:100%;
    padding-left:3.5em;
    border-radius: 0;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
}
.input-icon-search>i {
    display:block;
    position:absolute;
    top:.75em;
    left:1.2em;
    width:1.5em;
    height:1.5em;
    background:url('assets/img/icon-input-search.svg') no-repeat center center;
    background-size:contain
}
.input-icon-search>i.is-replaced path {
    fill:#848996
}
.input-icon-search input:focus+i.is-replaced path {
    fill:#59c6ff
}
.input-icon-search .is-dark+i.is-replaced path {
    fill:#fff
}
.input-icon-search .is-dark:focus+i.is-replaced path {
    fill:#ff285c
}
.input-with-button {
    display:table;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
}
.input-with-button>div {
    display:table-cell
}
.input-with-button>div:first-child {
    width:100%
}
.input-with-button>div button,
.input-with-button>div input[type=submit] {
    height:2.93em;
    padding:0 20px;
    background-color:#ff285c;
    color:#fff;
    border-radius: 0;
}

.input.is-dark, .is-dark.multiselect.is-raw, .select.is-raw select.is-dark, .select.is-raw.is-dark select, textarea.is-dark {
    background-color: #0a1224;
    border-color: #495e89;
    color: #fff;
    box-shadow: none;

}

.input.is-full, .is-full.multiselect.is-raw, .select.is-raw select.is-full, textarea.is-full {
    width: 100%;
}
.input-icon-search input {
    width: 100%;
    padding: 10px 0 10px 3.5em !important;

}

.input-icon-search input:focus {
    border-color: #ff285c !important;
}

.js-rsvg.is-replaced {
    /*background-image: none;*/
}

.pis-form-search-select{
    border: 1px solid #495e89;
    background-color: #0a1224;
    color: #ffffff;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    padding: 14px;
    margin-top: -1px;
    border-radius: 0;
}


.pis-form-search-select option {
    background: #26385f;
    color: #fff;
    font-family: 'humanist-normal', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15px;
    border-radius: 0;
    border-bottom: 1px solid #495e89;
}

/**********/

.gm-style .place-card-large {
    display: none !important;
}

#menu-item-371 .uael-menu-toggle {
    display: none !important;
}

.menu-side .menu-item:hover {
    background-color: #0E1728;
}

.menu-side .current-menu-item::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -5px;
    z-index: 3;
    width: 5px;
    height: 100%;
    background-color: #ff285c;
}

.menu-side a::before {
    content: '';
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 16px;
    height: 10px;
    margin-top: -5px;
    background: url(assets/img/icon-red-arrow.svg) no-repeat center right;
}

.menu-side .menu-item:hover a::before {
    visibility: visible;
}

.menu-side .menu-item:first-child a {
    border-top: 1px solid #4a5771;
}

.menu-side .menu-item a {
    margin-right: 30px;
    margin-left: 30px;
    border-bottom: 1px solid #4a5771;
    padding-left: 0 !important;
    padding-right: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}

@media (prefers-reduced-motion: reduce) {

}

@media (min-width: 1921px){
	
}


@media (max-width:1199px) {

}

@media (max-width:1024px) {

}

@media (min-width: 768px){

}

@media (min-width: 768px) and (max-width:1023px){

}

@media (max-width:767px) {

.party-people__card.-popup .party-people__card:hover .readmore span,
.readmore span{
	font-size: 14px;
}

    .pis-document-col-3 .hidden-xs{
        display: none;
    }

    .party-people__card.-popup .party-people__card .readmore:before,
    .readmore:before {
        display: none;
    }


    .party-people__card.-popup .party-people__card:hover .readmore span, .readmore span {
        opacity: 1 !important;
    }
    .party-people__card.-popup .party-people__card .readmore,
    .readmore {
        overflow:hidden;
        position:relative;
        display:inline-block;
        height:50px;
        cursor:pointer;
        opacity:1;
    }
	
	.party-people__card.-popup .party-people__card:hover .readmore::after, .readmore::after{
		width: 100%;
	}
	.party-people__card.-popup .party-people__card:hover .readmore span, .party-people__card.-popup .party-people__card:hover .readmore::before, .readmore span, .readmore::before{
		transition: none;
	}
	
	.main-menu .menu-item a::after{
		opacity: 1 !important;
		
	}
	.main-menu .menu-item a::before {
        display: none !important;
    }

	.rte-content h2 {
        font-size: 28px;
    }
}


/* Privacy Policy Checkbox Styles */
.privacy-policy-wrapper {
    margin-bottom: 15px;
}

.privacy-policy-label {
    display: flex;
    align-items: start;
    gap: 8px;
    font-weight: normal;
    cursor: pointer;
    font-family: "humanist-normal", Sans-serif;
    color: #B5BCCA;
    font-size: 12px;
    line-height: 15px;
}

.privacy-policy-label input {
    margin-top: 1px;
}

.privacy-policy-link-wrapper {
    font-family: "humanist-normal", Sans-serif;
    margin-top: 2px;
    margin-left: 20px;
    font-size: 12px;
}

.privacy-policy-link {
    color: #ffffff !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.privacy-policy-link:hover {
    text-decoration: underline !important;
}
