/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* elementor bug */
.logo a {
    display:block!important;

    }
.logo a img[src$=".svg"] {
width:170px !important;
}


/* login buttons */
#logout{
    display: none;
}

.css-my-bookings > p {
    display: none;
}


/* events manager */

.em.pixelbones a{
    color: #ba5382 !important;
}

.em.pixelbones .em-login-content{
    background-color: #ba5382 !important;
    padding: 40px;
     color: #fff !important;
}
.em.pixelbones .em-login-content button, .button-submit, .button-login.button-primary{
    background: #fff !important;
    color:#000 !important;
    font-size:large !important;
    border-radius:0 !important;
    border-color: #fff !important;
    display: block !;
}

.em.pixelbones .em-login-content button.button-primary, .button-login.button-primary{
    background: #69193f !important;
    color:#fff !important;
    border-color: #69193f !important;
}
.em.pixelbones .em-login-content button.button-primary:hover, .button-login.button-primary:hover{
    background: #000 !important;
    border-color: #fff !important;
}

.em.pixelbones .em-login-content a{
    color: #fff !important;
}

.em.pixelbones .em-booking-form-section-tickets, .em.pixelbones .em-booking-form-section-details, .em.pixelbones .em-booking-form-section-confirm{
    background-color: #ba5382 !important;
     color: #fff !important;
}

.em.pixelbones .em-booking-form-section-tickets  a, .em.pixelbones .em-booking-form-section-details  a, .em.pixelbones .em-booking-form-section-confirm  a{
    color: #fff !important;
}

.elementor-heading-title p{
    margin: 0;
}
.em.pixelbones.input input[type="submit"]:hover{
	color:#fff !important;
}
.em-booking-section-title{
    text-transform:lowercase;
    padding-left: 2rem !important;
}
.em-booking-section-title:first-letter{
    text-transform:uppercase;
}

.em-booking-form h3 {
    background-color: #69193f !important;
    color: white !important;
    padding: 15px;
    border:none !important;
}

.em.em-event-booking-form .em-tickets .em-ticket-bookings {
    margin: 0 0px 20px;
    padding-bottom: 0;
    border: 0;
    text-align: left;
}

input.em-form-submit.em-booking-submit.em-button.em-button-1{
    background: #69193f !important;
    color:#fff !important;
    font-size:large !important;
    border-radius:0 !important;
    border-color: #69193f !important;
    display: block !;
    width: 200px;
}


.em-event-add-to-calendar {
    display:none !important;
}

.em-event-prices, .em-event-bookings-meta{
    display:none !important;
}

.em-booking-form-details > .em-login-trigger{
    display: none;
}

/* pagina localitzacions */
.em-view-container {
    position: relative;
    max-width: 1120px;
    margin: auto;
}

/* login-widget plugin */

.login-widget{
    background-color: #ba5382 !important;
    padding: 40px;
    width: 70%;

}
@media (max-width: 768px) {

    .login-widget{
        width: 100%;
    }
}

.login-widget input{
    width: 100% !important;
  height: 38px !important;
  padding: 6px 10px !important;
  border-radius: 4px !important;
  background-color: var(--background-color-inputs) !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  border: 1px solid var(--border-color-softer) !important;
}

.login-widget input:focus-visible{
    border:none !important;
}

.login-widget  label{
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 400 ;
    color:#000;
}

.login-widget .login-error {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}

.login-widget .button-login{
    margin-top: 2rem !important;
}

.login-widget a{
    color: black;

}

.wp-core-ui .button{
	color:#fff !important;
}
/*
.em.pixelbones a{
    color: #17B8D4 !important;
 }


 input.em-form-submit.em-booking-submit.em-button.em-button-1 {
     background: #17B8D4 !important;
     color:#fff !important;
     font-size:large !important;
     border-radius:25px !important;
 }

 .em.pixelbones .pixelbones {
     border: 4px solid #17B8D4;
     padding: 20px;
     font-size: large !important;
 }*/

/* ------------------ LOGIN --------------------- */

 #login h1 a, .login h1 a {
    background-image: url(custom-logo.png);
    height: 65px;
    width: 320px;
    background-size: contain;
    background-repeat: no-repeat;
}
body.login {
    background-color: #ba5382;
}


.table-wrap{
    overflow-x: auto;
}

