body.page-template-page-polis #content {
  padding: 0px;
	padding-top: 32px;
}

body.page-template-page-polis #content #main {
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

body.page-template-page-polis #content #main article.page {
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100%;
}

body.page-template-page-polis #content #main article.page .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
}

body.page-template-page-polis #content #main article.page .elementor-top-column > .elementor-column-wrap {
  padding-top: 0px;
}

body.page-template-page-polis #content #main article.page section.elementor-section:not(.polis-fullscreen) {
  max-width: 1140px;
  margin: auto;
}

body.page-template-page-polis #content #social-navigation {
  z-index: 1000;
  top: 6px;
  right: 12px;
  color: white;
}

body.page-template-page-polis #content #social-navigation #virus-home-link a,
body.page-template-page-polis #content #social-navigation #virus-home-link a:hover {
  color: white;
}

body.page-template-page-polis #content #social-navigation #virus-home-link::after {
  background-color: white;
}

body.page-template-page-polis #content #social-navigation #menu-social-menu > li > a::before, #menu-social-menu-1 > li > a::before {
  color: white;
}

body.page #main article .entry-content .polis-newsletter-reg :not(h2):not(h3) > a:not([class]) {
	box-shadow: none!important;
	background-color: transparent!important;
	text-decoration: underline;
}

.polis-newsletter-reg input,
.polis-newsletter-reg select {
	color: black;
	font-weight: 500;
}

.pnr-name-row {
	display: grid;
	grid-template-columns: 20% 40% 40%;
	margin-bottom: 20px;
}

.pnr-name-row select {
	height: 45px;
}

.pnr-email {
	margin-bottom: 20px;
}

.pnr-submit input {
	float: right;
	border: 1px solid #FAB700;
	font-size: initial;
	line-height: initial;
	padding: 5px 15px;
  box-shadow: none!important;
  background-color: white!important;
  font-weight: 400;
  margin: 0px;
	margin-top: 5px;
  width: auto;
  transition: background-color 0.4s, color 0.4s;
  color: #FAB700;
}

.pnr-submit input:hover {
  background-color: #FAB700!important
  color: white;
}

.polis-newsletter-block {
  padding: 30px;
  color: white;
}

.polis-newsletter-block h2 {
  color: white;
}

.polis-newsletter-block .polis-newsletter-reg {
  overflow: hidden;
}

body.page-template-page-polis #virus-home-link a::before, #virus-actnow-link a::before {
	background-image: url('../img/polis-arrow.png');
}

#ipi-polis-pn-links {
	border-top: 2px solid #fab700;
}

#ipi-polis-pn-links > h2 {
	margin: 15px 0;
}

#ipi-polis-pn-links-inner {
	display: flex;
	justify-content: space-between;
	color: white;
}

#ipi-polis-pn-links-inner > div {
	width: calc(50% - 2px);
	min-width: 200px;
}

.one-link #ipi-polis-pn-links-inner > div {
	width: 100%;
}

#ipi-polis-pn-links-inner > div > a {
	display: block;
	background-color: #fab700;
	color: white;
	padding: 10px;
	height: 100%;
	position: relative;
}

#ipi-polis-pn-links-inner h2 {
	color: white;
	font-size: 20px;
	margin: 10px 0px;
}

#ipi-polis-pn-links-inner > div > a p {
	opacity: 0.8;
}

#polis-visions .elementor-column .elementor-widget-wrap {
  position: relative;
	background-color: #fab700;
  padding-bottom: 100%;
	text-align: center;
  transition: transform 0.4s;
}

#polis-visions .elementor-column .elementor-widget-wrap::before {
	content: "Vision Story";
	font-weight: bold;
	display: block;
	position: absolute;
	top: 25%;
	transform: translateY(-50%);
	width: 100%;
	transition: background-color 0.4s, top 0.4s, transform 0.4s, color 0.4s;
	line-height: 25px;
}

#polis-visions .elementor-column .elementor-widget-wrap:hover::before {
	background-color: white;
	color: #fab700;
	top: 0%;
	transform: translateY(0%);
	width: 100%;
}

#polis-visions .elementor-column .elementor-widget-wrap .elementor-widget-heading {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

#polis-visions .elementor-column .elementor-widget-wrap .elementor-widget-heading h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  box-sizing: border-box;
  width: calc(100% - 20px);
	transition: color 0.4s, font-size 0.4s, top 0.4s, transform 0.4s;
}

#polis-visions .elementor-column .elementor-widget-wrap:hover .elementor-widget-heading h2 {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
}

#polis-visions .elementor-column .elementor-widget-wrap .elementor-widget-text-editor {
  position: absolute;
  top: 30%;
  left: 0px;
  opacity: 0;
  font-size: 12px;
	font-weight: 400;
  padding: 14px;
  width: 100%;
  text-align: center;
  transition: opacity 0.4s;
  box-sizing: border-box;
  color: white;
}

#polis-visions .elementor-column .elementor-widget-wrap .elementor-widget-text-editor:before {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 40px;
	background-color: white;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
}

#polis-visions .elementor-column .elementor-widget-wrap:hover .elementor-widget-text-editor {
  opacity: 1;
}

#polis-visions .elementor-row {
  justify-content: center;
  flex-wrap: wrap;
}

#polis-visions .elementor-row .elementor-column {
  padding: 20px;
}

#polis-participate .elementor-column .elementor-widget-wrap {
  position: relative;
	background-color: #fab700;
  padding-bottom: 100%;
	text-align: center;
}

#polis-participate .elementor-column .elementor-widget-wrap .elementor-widget-heading {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

#polis-participate .elementor-column .elementor-widget-wrap .elementor-widget-image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  padding: 20px;
  text-align: center;
	margin: 0px;
	opacity: 0.3;
	transition: opacity 0.4s;
}

#polis-participate .elementor-column .elementor-widget-wrap:hover .elementor-widget-image {
	opacity: 0.1;
}

#polis-participate .elementor-column .elementor-widget-wrap .elementor-widget-heading h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  box-sizing: border-box;
  width: calc(100% - 20px);
	transition: color 0.4s, font-size 0.4s, top 0.4s, transform 0.4s;
	line-height: 30px;
}

#polis-participate .elementor-column .elementor-widget-wrap:hover .elementor-widget-heading h2 {
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
	font-size: 20px;
}

#polis-participate .elementor-column .elementor-widget-wrap .elementor-widget-text-editor {
  position: absolute;
  top: 0%;
  left: 0px;
  opacity: 0;
  font-size: 16px;
	font-weight: 400;
  padding: 14px;
  width: 100%;
	height: calc(100% - 30px)
  text-align: center;
  transition: opacity 0.4s;
  box-sizing: border-box;
	color: white;
	line-height: 1.2;
}

#polis-participate .elementor-column .elementor-widget-wrap .elementor-widget-text-editor p {
	line-height: 1.2;
}

#polis-participate .elementor-column .elementor-widget-wrap .elementor-widget-text-editor:before {
	content: "";
	display: block;
	position: absolute;
	height: 4px;
	width: 40px;
	background-color: white;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
}

#polis-participate .elementor-column .elementor-widget-wrap:hover .elementor-widget-text-editor {
  opacity: 1;
}

#polis-participate .elementor-row {
  justify-content: center;
  flex-wrap: wrap;
}

#polis-participate .elementor-row .elementor-column {
  padding: 20px;
}

#polis-nav-line {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50px;
	background-color: white;
	z-index: 10000;
}

#polis-home-link img {
	max-height: 100%;
}

body.admin-bar #polis-nav-line {
  top: 32px;
}

#polis-nav-first {
	height: 50px;
	padding: 6px 18px;
}

#polis-contact-info {
	float: right;
	line-height: 38px;
}

#polis-contact-info > div {
	display: inline-block;
}

#polis-contact-info > div > i {
	padding-right: 20px;
	position: relative;
}

#polis-contact-info > div > i::after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 16px;
	right: 9px;
	top: 0px;
	background-color: #fab700;
}

#polis-email {
	margin-right: 27px;
}

#polis-menu {
	height: 50px;
	background-color: #fab700;
	padding: 6px 18px;
}

#polis-menu ul {
	list-style: none;
	display: flex;
}

#polis-menu ul li {
	line-height: 38px;
	margin-right: 20px;
	position: relative;
}

#polis-menu ul li:not(:last-child)::after {
	content: "";
	height: 18px;
	width: 2px;
	right: -11px;
	top: 10px;
	display: block;
	position: absolute;
	background-color: white;
}

#polis-menu ul li a {
	color: white;
}

.polis-button {
	border-radius: 0px;
	background-color: #fab700;
	color: white;
	width: 100%;
	height: auto;
}

.polis-button .elementor-button-link {
	display: block;
	width: 100%;
	background-color: transparent;
}

#polis-form-section {
	display: none;
}

#polis-form-section.open {
	display: block;
}

#polis-form-section section {
	display: none;
	opacity: 0;
}

body.page-template-page-polis,
body.single-ipi_polis_article,
body.tax-ipi_polis_series {
  border-color: #fab700;
}

body.page-template-page-polis .site-footer,
body.single-ipi_polis_article .site-footer,
body.tax-ipi_polis_series .site-footer {
  background-color: #fab700;
}

body.tax-ipi_polis_series .entry-card .entry-header a {
  color: #fab200;
}

body.single-ipi_polis_article .cat-links {
  background-color: #fab200;
}

#polis-testimonials .elementor-inner-section .elementor-column .elementor-widget-wrap {
  position: relative;
  padding-bottom: 100%;
	text-align: center;
}

#polis-testimonials .elementor-inner-section .polis-testimonials-name {
  position: absolute;
  background-color: rgb(250, 183, 0, 0.8);
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: white;
  padding: 20px;
  z-index: 2;
  margin: 0px;
}

#polis-testimonials .elementor-inner-section .polis-testimonials-name h2 {
  margin: 0px;
  margin-bottom: 10px;
}

#polis-testimonials .elementor-inner-section .polis-testimonials-name p {
  font-size: 14px;
  margin: 0px;
}

#polis-testimonials .elementor-inner-section .polis-testimonials-quote {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  color: white;
  z-index: 1;
  transition: opacity 0.4s;
  padding: 20px 20px 60px;
  margin: 0px;
  font-weight: 500;
  text-shadow: 0 0 5px black;
  font-size: 18px;
}

#polis-testimonials .elementor-inner-section .elementor-row .elementor-column:hover .polis-testimonials-quote {
  opacity: 1;
}

#polis-testimonials .elementor-column .elementor-widget-wrap .elementor-widget-image {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#polis-testimonials .elementor-column .elementor-widget-wrap .elementor-widget-image img {
  width: 100%;
  height: 100%;
  filter: grayscale(0%) brightness(1);
  transition: filter 0.4s;
}

#polis-testimonials .elementor-inner-section .elementor-row .elementor-column:hover .elementor-widget-image img {
  filter: grayscale(100%) brightness(0.5);
}

#polis-testimonials .elementor-inner-section .elementor-row {
  justify-content: center;
  flex-wrap: wrap;
}

#polis-testimonials .elementor-inner-section .elementor-row .elementor-column {
  padding: 20px;
}


#polis-home-link-desktop {
  height: 22px;
  position: relative;
  float: left;
  z-index: 40;
	margin-right: 9px;
  display: none;
  line-height: 38px;
}


#polis-home-link-desktop a {
  padding: 0 10px 0 33px;
  color: rgba(0, 0, 0, 0.4);
  transition: color 0.4s;
  position: relative;
  font-family: 'Oswald';
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

#polis-home-link-desktop a:hover {
  color: #009ab2;
}

#polis-home-link-desktop a::before {
  content: "\f178";
  font-size: 22px;
  font-family: 'FontAwesome';
  margin-right: 5px;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 22px;
  width: 28px;
  left: 0px;
  top: 2px;
  background-position-y: center;
  color: #fab700;
}

@media only screen and (min-width: 900px) {
  #polis-testimonials .elementor-inner-section .elementor-row .elementor-column:first-child {
    padding-left: 0px;
  }

  #polis-testimonials .elementor-inner-section .elementor-row .elementor-column:last-child {
    padding-right: 0px;
  }

  #polis-home-link {
    display: none;
  }

  #polis-home-link-desktop {
    display: block;
  }

  #polis-visions .elementor-column .elementor-widget-wrap:hover {
    transform: scale(1.5);
    z-index: 2;
  }
}

@media only screen and (max-width: 899px) {
  #polis-contact-info {
    display: grid;
    line-height: normal;
    float: right;
  }

  #polis-email {
    margin-right: 0px;
  }

  #polis-contact-info > div > i::before {
    width: 18px;
    text-align: center;
    display: block;
  }

  body.admin-bar #polis-nav-line {
    top: 0px;
  }

  #polis-nav-line {
    top: 0px;
  }
}



body.tax-ipi_polis_series #posts #masthead {
    display: none;
}
