/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 06 2022 | 17:35:18 */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: "Poppins", sans-serif;
}
#site-title {
	padding:20px 0;
	text-align:center;
}
#site-title a {
	text-align:center;
}
#site-title a span {
	background-image: url(https://pallapupas.org/wp-content/themes/pallapupas-theme/src/images/logo.svg);
	display: block !important;
	width: 140px;
	height: 140px;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent:-9999px;
	margin: 0 auto;
}
@media only screen and (min-width:768px) {
	.home .pallapupas-header {
		margin-top:-100px;
	}
}
.single-tribe_events .pallapupas-header {
  margin-top: -200px;
  background-image: url(https://www.pallapupas.org/voluntariat/wp-content/uploads/2022/09/banner-single.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  height: 200px;
  background-position: left bottom;
}
.pallapupas-header-content {
  padding: 0 2rem;
}
.pallapupas-header-content img {
	width:100%;
	height:auto;
	position:relative;
	z-index:0;
}
.tribe-events-back, 
.home .pallapupas-tornar {
	display:none !important;
}
.pallapupas-tornar {
  margin: 0 auto;
  max-width: 1048px;
  width: 90%;
  padding: 40px 0 0;
}
.pallapupas-tornar a {
  background-color: #e41a26 !important;
  border-radius: 25px;
  height: 50px !important;
  line-height: 50px;
  text-decoration: none;
  color: #FFF !important;
  padding: 0 40px;
  display: inline-block;
	transition:all 0.5s ease-in;
}
.pallapupas-tornar a:hover {
	transition:all 0.5s ease-in;
	background-color:#DDD !important;
	color:#333 !important;
}

#header {
	position:relative;
	z-index:1;
}
#header, #container {
	margin: 0 auto;
	margin-top: 0px;
	/*max-width: 1048px;*/
	width: calc(100% - 4rem);
}
#container {
  margin-top: 30px;
}
.single-tribe_events #container {
  margin-top:0;
}

.entry-title {
	font-size: 36px;
	font-weight: 700;
	color: #393f46;
	text-align:center;
}

h3 {
  font-size: 22px;
  font-weight: 700;
}

#copyright {
  font-size: 12px;
  padding-bottom: 20px;
}

.tribe-events-meta-group.tribe-events-meta-group-venue dl::after {
  content: url(https://www.pallapupas.org/voluntariat/wp-content/uploads/2022/09/logo-condis-bg.png);
  margin-top: 20px !important;
  display: block;
}


/************* FOOTER *************/
.genericblock-footer {
  background-color: #e41a26;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 3rem 10% 5rem 3rem;
}
.genericblock-footer .information {
  display: flex;
}
.genericblock-footer .information .column {
  margin-right: 3rem;
}
.genericblock-footer h3 {
  margin-bottom: 1rem;
}
.genericblock-footer a, .genericblock-footer p {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 300;
  display: block;
	text-decoration: none;
}
.genericblock-footer a:hover {
	text-decoration: underline !important;
}
.genericblock-footer .social-media .redes-sociales {
  display: flex;
  justify-content: space-between;
  width: 120%;
}
.boton.button-mobile.boton-footer {
  border: 2px #FFF solid;
  border-radius: 48px;
  margin-top: 25px;
  transition: all .5s ease-in-out;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 50px !important;
}
.boton.button-mobile.boton-footer:hover {
  color: #e41a26;
  background-color: #FFF;
  transition: all .3s ease-in-out;
}


@media (max-width: 768px) {
	.pallapupas-header-content {
		padding: 0 5%;
	}
	.genericblock-footer .information {
		flex-direction: column;
	}
	.genericblock-footer .information .column {
		margin-right: 0;
		padding-bottom: 1.5rem;
	}
	.entry-title {
		font-size: 23px;
	}

	h3 {
		font-size: 19px;
	}
}