/*
Theme Name: Seu tema
Theme URI: 
Author: Alexandre Beltramini
Author URI: https://portfolio.alexandrebeltramini.com.br
Description: Tema wordpress personalizado desenvolvido por Luiza Bola Estúdio
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: alexandrebeltramini
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html, body{
	overflow-x: hidden;
}

body {
  padding: 0 10px;
}
h2{
	font-family: Times, serif !important;
	
}

.wp-block-columns{
	margin:0;
}
.container{
  margin: 40px auto 0 !important;
  max-width: 1050px !important;
}
.inner-container{
  padding: 40px 0 !important;
}
.limit {
  padding: 40px 20px;
  margin:  0 auto !important;
  max-width: 740px !important;
}
#footer{
  padding: 40px 0px;
  margin:  0 auto !important;
  max-width: 1050px !important;
}
	
#header {
  nav{
    ul{
      display: flex;
    justify-content: space-between;
    }
  }
}


#lancamento img, #discografia img{
	transition: opacity .3s;
	&:hover{
		opacity: .5;
	}
}

#show{
	
.me-eventos-lista {
  font-family: var(--wp--preset--font-family--neue) !important;
  font-weight: 400;
  color: var(--wp--preset--color--preto);
.me-evento-item {
  border: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  column-gap:10px;
  justify-items:space-between !important;
  height: fit-content;
  align-content: center;
  align-items: center;
  a{
    text-decoration: none;
    color: var(--wp--preset--color--preto);
  }
  p{
      display: none;
    }
.col1 {
  width: 100%;

    p{
      display: none;
    }
  .linha1{
    border-bottom: 1px solid;

  }
  .linha2{
  }
}
  .col2{

    width: fit-content;
    min-width: 91px;
    height: 100%;
	  a{
		  font-size:13px;
	  }
  }
}
}
}

#contato {
  h2{
    font-family: Times, serif !important;
    font-weight: 100 !important;
  }
  h2,p{
    margin: 0;
  }
  max-width: 280px;
  margin: 0 auto;
  .wpforms-container {
  margin: 0 !important;
  input{
    border: 0 !important;
    border-bottom: 1px solid !important;
    text-align:center;
    height: fit-content;
    padding: 5px;
    &:focus{
     box-shadow: none !important;
    }
  }
    .wpforms-submit-container{
      margin-top: 0;
      display: flex;
      justify-content: center;
      button{
        font-size: 13px !important;
        font-weight: 500 !important;
        padding: 10px 20px !important;
        height: fit-content
      }
    }
	  
.wpforms-confirmation-container-full {
  background: none !important;
  border: none !important;
  font-weight: 600;
  text-align: center;
  font-size: 12px !important;
  line-height: 1.5em;
}
}
}


.invisible{
	display: none !important;
}



#redirect {
  height: 100dvh;
  figure{
    margin:0;
  }
  p{
    margin-top: -14px !important;
margin-bottom: 0 !important;
    font-weight: 600;
    font-size: 11px;
  }
}
