@charset "UTF-8";

/*
Theme Name: XPCO
Theme URI: 
Author: The XPCO Team
Author URI: 
Description: Explore a vibrant community center at the heart of Porto, where creativity, lifestyle, fitness, and innovation converge. Whether you're looking for a unique fitness experience, a place to connect, or to immerse yourself in Porto’s creative culture, ETXP offers it all.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: xpco
Tags: 

 
*/
   
.clear{
  clear: both;
}    margin:0 auto;

a {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  text-decoration: none;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
}

 
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

[hidden], template {
  display: none;
}

a {
  background-color: rgba(0, 0, 0, 0);
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}


* {
  box-sizing: border-box;
}

html {
  height: 100%;
}
@font-face {
  font-family: Helvetica;      
  src: url('fonts/Helvetica/Helvetica.woff2') format('woff2'),
  url('fonts/Helvetica/Helvetica.woff') format('woff');
}
body {
  min-height: 100%;
  font-family: Helvetica;   
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin: 0; 
  font-size: 14px;
  line-height: 20px;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

html.w-mod-touch * {
  background-attachment: scroll !important;
}

@font-face {
  font-family: didot;      
  src: url('fonts/didot.otf') format('opentype'); 
}



header{
  
z-index: 9;
width: 100%;
}
 
header .header-inner{
width: 95%;
margin: 0 auto;
padding: 25px 0px 10px 0px;
    
display: flex;
    justify-content: space-between;
    align-items: center;
 
}
header .header-inner .logo img {
max-width:95%;
}
header .header-inner .header-right .language-select{
  padding: 0px 0px 0px 25px;
  border-left: #000 solid 1px;
  margin-left: 15px;
}
header .header-inner .header-right{

display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header-inner .header-nav ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header .header-inner .header-nav ul li{
  float: left;
  padding: 0px 20px;
}
header .header-inner .header-nav ul li a{
  color: #000;
  font-size: 16px; 
    text-transform: uppercase;  
    text-decoration: none;
}
.main-nav-toggle-icon {
 cursor: pointer;  
 z-index: 9; 
 display:none;
 
}

.main-nav-toggle-icon #menu-toggle-icon {
  width: 28px;
  height: 18px;
  position: relative; 
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.main-nav-toggle-icon #menu-toggle-icon span {
    display: block;
    position: absolute;
    height: 2.3px;
    width: 100%;
    background:#000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.page-template-page-for-artist  .main-nav-toggle-icon #menu-toggle-icon span {

   background:#000;
}

.main-nav-toggle-icon #menu-toggle-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.main-nav-toggle-icon #menu-toggle-icon span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  width: 100%;
  left: inherit;
  right: 0px;

}

.main-nav-toggle-icon #menu-toggle-icon span:nth-child(3) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.mobile-navigation{
 position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background:#fff;
  top: 0px; 
  left:-120vw; 
  padding: 30px; 
  -moz-transition: height 1s ease;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
  transition: left 0.5s;
  overflow: auto;
  display: none;

} 
.mobile-navigation .close{
  position: absolute;
  right: 40px;
  top: 32px;
}
.mobile-navigation .close img{
width: 15px;
}
.mobile-navigation.show{
  left: 0px;
}
.mobile-navigation ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 40px;

}
.mobile-navigation ul.sub-menu{
    display: none;
}

.mobile-navigation .sub-menu-toggle svg{
  color: #000;
}
.mobile-navigation li{
    position:relative;
    margin-bottom: 25px;
}
.mobile-navigation  .sub-menu-toggle .icon-minus{
  display: none;
}
.mobile-navigation .sub-menu-toggle.open .icon-plus{
  display: none;
}
.mobile-navigation .sub-menu-toggle.open .icon-minus{
  display: block;
}
.mobile-navigation .sub-menu-toggle{
    background: none;
    position: absolute;
    top: 4px;
    width: auto;
    display: inline-block;
    border: 0px;
    right: 0px;
}
.mobile-navigation a{
 color: #000;
 display: block;
 margin: 30px 0px;
 font-size: 18px;
  text-transform: uppercase;
 text-align: left;
 position: relative;
 text-decoration: none;

}
.mobile-navigation a:hover{
    color: #000; 
}
 
.mobile-navigation ul ul a{
    font-size: 18px;
    padding-left: 20px;
}
.mobile-navigation .mobile-navigation-btn{
    margin-top: 10px;
    text-align: left;
}
.mobile-navigation .mobile-navigation-btn a{
    background: #fff;
    margin-right:  5px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 15px;
}
.mobile-navigation .mobile-navigation-btn a.login-btn{
    background: #000;
    color: #fff;
}

.xpco-home-banner{
  padding:  20px;
}
.xpco-home-banner .xpco-home-banner-content{
  float: left;
  padding: 25px 10px;
  width: 100%;
}
 .xpco-home-banner .xpco-home-banner-content h2{
    font-family: Helvetica;   
    font-weight: normal;
       font-size: 50px;
    line-height: 63px;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
  float: left;
  width: 60%;
  padding: 0px 30px;
}
 .xpco-home-banner .xpco-home-banner-content .xpco-text{
width: 40%; padding: 0px 30px;
float: right;
}
 .xpco-home-banner .xpco-home-banner-content h2 span{
  font-weight: bold;
  display: block;
}
 .xpco-home-banner .xpco-home-banner-content p{
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #000;
  margin: 25px 0px;
  margin-top: 5px;
 }
 .xpco-home-banner .xpco-home-banner-content p span{
  font-weight: 500;
}

.xpco-home-banner .xpco-home-banner-content .xpco-home-banner-btn a{
font-weight: 500;
font-size: 16px;
text-transform: uppercase;
color: #000;
text-decoration: none;
display: inline-block;
margin-right: 15px;
border-bottom: #000 solid 1px;
border-top: transparent solid 1px;
padding: 5px 0px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.xpco-home-banner .xpco-home-banner-content .xpco-home-banner-btn a:hover{
  border-color: #000;
}
.xpco-home-banner .xpco-home-slider {
/*border-radius: 10px;*/
  overflow: hidden;
  position: relative;
  float: right;
  width: 100%;
}
.xpco-home-banner .xpco-home-slider .banner-content {
  position: absolute;
  width: 100%;
  top:40%;
  z-index:1;
  text-align:center;
}
.xpco-home-banner .xpco-home-slider .banner-content h1 {
font-weight: 600;
font-size: 44px;
color: #fff;
margin: 0px;
padding:0px 0px 10px 0px;
line-height:50px;
text-align:center;
text-transform:uppercase;
text-shadow: 1px 1px 2px #333;
}
.xpco-home-banner .xpco-home-slider .banner-content .excerpt p {
font-weight: 400;
font-size: 20px;
color: #fff;
margin: 0px;
padding:0px 0px 10px 0px;
line-height:26px;
text-align:center;
text-shadow: 1px 1px 2px #333;
}
.xpco-home-banner .xpco-home-slider .banner-content .cta {
text-align:center;
}
.xpco-home-banner .xpco-home-slider .banner-content .cta a {
font-weight: 400;
font-size: 16px;
color: #fff;
padding: 15px 30px;
background:#000;
display:inline-block;
border-radius:10px;
 -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}
.xpco-home-banner .xpco-home-slider .banner-content .cta a:hover {
background:#fff;
color: #000;
}
.xpco-home-banner .xpco-home-slider img{
width: 100%;
border-radius: 12px;
}
.xpco-home-banner .xpco-home-slider .xpco-home-banner-slide{
   padding: 0px 5px;
  position: relative;
  }

 .xpco-home-banner .xpco-home-slider   .drag-me-slider{
  position: absolute;
  left: 10%;
  top: 10%;pointer-events: none; 

 }
.xpco-home-banner .xpco-home-slider  .xpco-home-banner-content{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.xpco-home-banner .xpco-home-slider .xpco-home-banner-slide .xpco-home-banner-content h2{
    font-family: didot;
    font-weight: normal;
    font-size: 96px;
    line-height: 86px;
    text-transform: uppercase;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.55);
    color: #fff;
transform: translate3d(0,100px,0);
 opacity: 0;
 transition-property: opacity,transform;
 transition-duration: 1.1s;
 transition-timing-function: ease;
}

.xpco-home-banner .xpco-home-slider .slick-slide.slick-current.xpco-home-banner-slide .xpco-home-banner-content h2{
  opacity: 1;
  transform: translateZ(0);
}
.xpco-home-banner .xpco-home-slider .xpco-home-banner-slide .xpco-home-banner-content h2 span{
  display: block;
}
.xpco-home-marquee {
  overflow: hidden;
  width: 100%;
  padding: 0px;
  padding-bottom: 20px;
}
.xpco-home-marquee .xpco-home-marquee-inner span{
  margin: 0px 40px;
}
 .home footer{
  display: none !important;
 }
.feedagpt-banner-mobile{
  display: none !important;
}

@media only screen and (min-width:1440px)  {
  .xpco-home-banner .xpco-home-banner-content .xpco-home-banner-btn a {
 
  font-size: 1.1vw; 
  margin-right: 1vw; 
  padding: 1vw 0px;
}
  .xpco-home-banner .xpco-home-banner-content p {
  font-size: 1.2vw;
  line-height: 1.5; 
  margin: 2vw 0px;
  margin-top: 10px;
}
  .xpco-home-banner .xpco-home-banner-content h2 {
  font-size: 3.6vw;
        line-height: 4.6vw;
}
 header .header-inner .header-nav ul li a, header .header-inner  {
    font-size: 1vw;
  }
header .header-inner .header-nav ul li {
  float: left;
  padding: 0px 10px;
}
.xpco-home-banner .xpco-home-slider .xpco-home-banner-slide .xpco-home-banner-content h2 {
   font-size: 120px;
  line-height: 120px;
  }
  footer .footer-inner { 
  font-size: 16px; 
  line-height: 20px;
  gap: 1rem;
}
}

@media only screen and (min-width:1580px) {
  header .header-inner .header-nav ul li {
  float: left;
  padding: 0px 15px;
}
	.xpco-home-banner .xpco-home-slider .banner-content h1 {
font-size: 48px;
line-height:54px;
padding-bottom:15px;
}
.xpco-home-banner .xpco-home-slider .banner-content .excerpt p {
font-size: 22px;
line-height:30px;
}
.xpco-home-banner .xpco-home-slider .banner-content .cta {
padding-top:10px;
}
.xpco-home-banner .xpco-home-slider .banner-content .cta a {
font-size: 20px;
padding: 18px 32px;
}
}

@media only screen and (min-width:1780px) {
      .xpco-home-banner .xpco-home-banner-content h2 {
        font-size: 3.8vw;
        line-height: 4.8vw;
    }
	.xpco-home-banner .xpco-home-slider .banner-content h1 {
font-size: 54px;
line-height:60px;
padding-bottom:15px;
}
.xpco-home-banner .xpco-home-slider .banner-content .excerpt p {
font-size: 26px;
line-height:34px;
}
.xpco-home-banner .xpco-home-slider .banner-content .cta {
padding-top:10px;
}
.xpco-home-banner .xpco-home-slider .banner-content .cta a {
font-size: 22px;
padding: 20px 35px;
}

}

@media only screen and (max-width: 992px) {
  
 .main-nav-toggle-icon {
  display: block;
 }
 .header-nav{
  display: none;
 } 
 header .header-inner .header-right .language-select {
   margin-right: 20px;
}
.xpco-home-banner .xpco-home-slider .xpco-home-banner-slide{
  height: 40vh;
}
 .xpco-home-banner .xpco-home-slider .xpco-home-banner-slide img {
  width: 100%;
  min-height: 40vh;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.xpco-home-banner .xpco-home-slider  .drag-me-slider img{
  height: auto;
  width: 120px;
  object-fit: contain;
  object-position: center;
}
.mobile-navigation{
  display: block;
}
  .feedagpt-banner-mobile{
  display: block !important;
}
.feedagpt-banner-desktop{
  display: none !important;
}
.xpco-home-banner .xpco-home-banner-content h2 {
 font-size: 6vw;
    line-height: 7vw;
  width: 100%;
  padding: 0px 20px;
  }
  .xpco-home-banner .xpco-home-banner-content .xpco-text {
  width: 100%;
  padding:20px;
  float: right;
}
}

@media only screen and (max-width: 650px) {


header .header-inner .header-right .language-select {
  padding: 0px 15px 0px 15px;
  border-right: #000 solid 1px;
  border-left: none;
  margin-left: 0px;
  margin-right:15px;
}
.xpco-home-banner .xpco-home-slider .banner-content {
  padding: 0px 20px;
  top:35%;
}
.xpco-home-banner .xpco-home-slider .banner-content h1 {
  font-size: 32px;
  line-height: 38px;
}
.xpco-home-banner .xpco-home-slider .banner-content .excerpt p {
  font-size: 15px;
  line-height: 20px;
 }
.xpco-home-banner .xpco-home-slider .banner-content .cta a {
  font-size: 14px;
  padding: 10px 25px;
}
  .feedagpt-banner-mobile{
  display: block !important;
}
.feedagpt-banner-desktop{
  display: none !important;
}
 .main-nav-toggle-icon {
  display: block;
 }
 .header-nav{
  display: none;
 }
.xpco-home-banner .xpco-home-slider .xpco-home-banner-slide{
  height: 50vh;
}
 .xpco-home-banner .xpco-home-slider .xpco-home-banner-slide img {
  width: 100%;
  min-height: inherit;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.xpco-home-banner .xpco-home-slider  .drag-me-slider img{ 
  height: auto;
  width: 120px;
  object-fit: contain;
  object-position: center;
}
.xpco-home-banner .xpco-home-slider .xpco-home-banner-slide .xpco-home-banner-content h2 {
   font-size: 65px;
  line-height: 62px;
  }

.xpco-home-banner {
  padding: 0px;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}
footer .footer-inner .footer-social img{
  width: 15px;

}
.logo img{
  width: 95px;

}
.mobile-navigation{
  display: block;
}
.xpco-home-banner .xpco-home-banner-content {
  float: left;
  padding: 15px 5px;
  padding-bottom: 30px;
  width: 100%; 
}
.xpco-home-banner .xpco-home-slider{
  width: 100%;
  padding: 20px;
}
.xpco-home-banner .xpco-home-banner-content h2 {
   font-size: 9vw;
  line-height: 10vw;
  width: 100%;
  padding: 0px 20px;
  }
  .xpco-home-banner .xpco-home-banner-content .xpco-text {
  width: 100%;
  padding:20px;
  float: right;
}
header .header-inner {
   padding: 25px 15px 10px 15px;
  }
}