/*Remove free fucking space at the top*/
.page-template-default #primary {
  float: left;
  width: 71.287%;
}
#main {
  background: #fcfcfc;
  padding: 0px;
}
.layout-full .panel-row-style.panel-row-style-wide-grey,
.layout-full .panel-row-style.panel-row-style-full-width,
.layout-full.panels-style-force-full .panel-row-style {
  margin: 0 -1000px;
  padding: 0px 1000px 0px 1000px;
}

#panel-24-1-0-0 .so-panel-widget.widget_sow-hero.panel-first-child.panel-last-child {
  text-shadow: none !important;
}






.component {
	position: relative;
/* 	height: 100vh; */
}
.component input {
	display: none;
}
.component label {
  display: block;
  padding: 0 0 5px 0;
  width: 25%;
  cursor: pointer;
}

.tabs {
  float: right;
  position: relative;
  top: -160px;
  padding: 0 0 0 20px;
  width: 70%;
  height: 100vh;
  border-left: 1px solid red;
}
.tab-item {
  position: absolute;
  opacity: 0;
  transition: opacity .5s;
  margin: 5px auto;
}

#tab-nav-1:checked ~ .tabs > div:nth-child(1),
#tab-nav-2:checked ~ .tabs > div:nth-child(2),
#tab-nav-3:checked ~ .tabs > div:nth-child(3),
#tab-nav-4:checked ~ .tabs > div:nth-child(4) {
  opacity: 1;
/*   transform: translateY(-30px); */
  transition: all .3s linear .1s;
}

.theme-attribution {
	display:none
}

.proj-h {
  color: #248cc8;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
}

/*Project photos (Main page) start */

.projects__item:nth-child(1) {
  background-image: url(http://greencubator.info/wp-content/uploads/2021/12/Vouchers.jpg)!important;
}

.projects__item:nth-child(2) {
  background-image: url(http://greencubator.info/wp-content/uploads/2021/12/Кооперація.jpg)!important;
}

.projects__item:nth-child(3) {
  background-image: url(http://greencubator.info/wp-content/uploads/2021/12/ClimateLaunchpad.jpg)!important;
}

.projects__item:nth-child(4) {
  background-image: url(https://greencubator.info/wp-content/uploads/2017/11/111KOC_3383.jpg)!important;
}

/*Project photos (Main page) end */

@media screen and (max-width: 480px) {
		.site-content {
				margin: 0 15px;
		}
}