/*
Theme Name: UniCoach Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: unicoach
Text Domain: unicoach-child
*/

.single-event.postid-1643 .bbd-em-item-info{
	display: none !important;
}

/* GDRP */
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button{
	height: auto !important;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #393A77;
    padding: 20px;
    border-radius: 0px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0px;
    margin: 0 8px;
}

#main{
    padding: 0px !important;
}

#scroll_up{
    background-color: #675bd3 !important;
}

.wgl-button .button-content-wrapper{
    font-weight: 500 !important;
}

/* Menu */
.mobile_nav_wrapper .primary-nav ul .menu-item.current-menu-item > a,
.mobile_nav_wrapper .primary-nav li.menu-item.current-menu-ancestor > a,
.mobile_nav_wrapper .primary-nav ul li ul li:hover > a,
.mobile_nav_wrapper .primary-nav > ul > li.current_page_item > a,
.mobile_nav_wrapper .primary-nav > ul > li:hover > a{
    color: #fff !important;
    text-decoration: underline;
}

/* Footer */
#cli-footer-posts .recent-posts-widget .post__title,
#cli-footer-posts .recent-posts-widget .meta-data span{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

#cli-footer-posts .recent-posts-widget .meta-data span{
    color: #BAC2E0;
}

.elementor.elementor-34.elementor-location-footer .widget:last-child {
    margin-bottom: 0px !important;
}

.em.pixelbones .elementor-icon-list-items.bbd-footer-event-links {
    margin-bottom: 0px !important;
}

.elementor-icon-list-items.bbd-footer-event-links .elementor-icon-list-item a {
    color: #BAC4E1 !important;
    transition: color 0.3s;
}

.elementor-icon-list-items.bbd-footer-event-links .elementor-icon-list-item > span {
    color: #FFFFFF;
}

/* Button Absolute */
.cli-link-absolute,
.cli-link-absolute a{
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;
    z-index: 9;
}

/* CLI Button */
.cli-button a{
    position: relative;
    padding-bottom: 10px !important;
}

.cli-button a::after{
    right: 0;
    left: auto;
    width: 100%;
}

.cli-button a::before {
    left: 0;
    right: auto;
    width: 0;
    transition-delay: 0s;
}

.cli-button a::after,
.cli-button a::before{
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 1px;
    transition: 0.4s;
    background-color: #fff;
}

.cli-button.btn-purple a::after,
.cli-button.btn-purple a::before{
    background-color: #675BD7;
}

.cli-button a:hover::after{
    width: 0;
}

.cli-button a:hover::before {
    width: 100%;
    transition-delay: 0.4s;
}

/* Contactos */
.cli-icon-box .wgl-infobox .icon-wrapper .elementor-icon{
    padding: 5px !important;
}

#cli-form input::-ms-input-placeholder,
#cli-form textarea::-ms-input-placeholder{ /* Edge 12-18 */
    text-transform: initial;
    font-size: 20px;
    font-weight: 500;
    color: #9D9D9D;
}

#cli-form input::placeholder,
#cli-form textarea::placeholder{
    text-transform: initial;
    font-size: 20px;
    font-weight: 500;
    color: #9D9D9D;
}

#cli-form input[type="text"],
#cli-form input[type="tel"],
#cli-form input[type="email"],
#cli-form textarea{
    font-size: 20px;
    font-weight: 500;
    color: #9D9D9D;
    padding: 20px 30px;
    margin: 0 0 30px 0;
}

#cli-form input[type="text"],
#cli-form input[type="tel"],
#cli-form input[type="email"]{
    height: 60px;
}

#cli-form textarea{
    height: 240px;
}

#cli-form .bbd-row{
    display: flex;
}

#cli-form .bbd-row .col-smaller-right{
    width: 50%;
    padding-right: 30px;
}

#cli-form .bbd-row .col-smaller-left{
    width: 50%;
    padding-left: 30px;
}

#cli-form input[type="submit"]{
    font-weight: 500;
    font-size: 20px;
    height: 60px;
    min-width: 220px;
}

#cli-form .bbd-submit{
    text-align: center;
    margin-top: 70px;
}

#cli-form .wpcf7 form.invalid .wpcf7-response-output, 
#cli-form .wpcf7 form.unaccepted .wpcf7-response-output, 
#cli-form .wpcf7 form.payment-required .wpcf7-response-output{
    display: none !important;
}

#cli-form .wpcf7-not-valid-tip{
    margin-bottom: 10px;
    font-size: 13px;
}

#cert-carrossel .elementor-swiper-button.elementor-swiper-button-prev,
#cert-carrossel .elementor-swiper-button.elementor-swiper-button-next{
    background-color: transparent;
    box-shadow: unset;
    width: 20px;
}

#cert-carrossel .elementor-widget-container .elementor-swiper-button i::before {
    font-family: unset;
}

#cert-carrossel .elementor-widget-container .elementor-swiper-button.elementor-swiper-button-prev i::before {
    content: "\f053";
}

#cert-carrossel .elementor-widget-container .elementor-swiper-button.elementor-swiper-button-next i::before {
    content: "\f054";
}

.elementor-widget-wgl-info-box .wgl-infobox .wgl-infobox_content {
	word-wrap: anywhere;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #fff;
	color: #fff;
}

/* Blog */
.button-read-more::after,
.button-read-more::before{
    background-color: #675BD7 !important;
}

body.single-post #blog-content h1,
body.single-post #blog-content h2{
    font-size: 26px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

body.single-post #blog-content h3,
body.single-post #blog-content h4,
body.single-post #blog-content h5,
body.single-post #blog-content h6{
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

/* 404 */
.page_404_wrapper .banner_404_text{
    line-height: 1.3em !important;
    color: #000 !important;
}

/* eventos */
#bbd-event-grid > .elementor-widget-container > .elementor-shortcode {
    display: flex;
}

#bbd-event-grid .bbd-event-grid-item-wrapper {
    padding: 20px;
	/*width: 50%;*/
    position: relative;
}

#bbd-event-grid .bbd-event-grid-item-image {
    margin-bottom: 50px;
}

#bbd-event-grid .bbd-event-grid-item-image img {
    /*width: 100%;
    height: 400px;
    object-fit: cover; */
    border-radius: 13px;
}

#bbd-event-grid .bbd-event-grid-item-date {
    /* display: grid;
    position: absolute;
    top: 35px;
    left: 35px;
    background-color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
    line-height: normal;
    color: #675bd3; */
	display: none !important;
}

#bbd-event-grid .bbd-event-grid-item-day {
    font-weight: 800;
    font-size: 20px;
}

#bbd-event-grid .bbd-event-grid-item-month {
    font-weight: 600;
    font-size: 12px;
}

#bbd-event-grid .bbd-event-grid-item-title {
    font-weight: 600;
	font-size: 35px;
	color : #000;
	margin-bottom: 15px;
}

#bbd-event-grid .bbd-event-grid-item-excerpt, #bbd-event-grid .bbd-event-grid-item-links {
    margin-bottom: 40px;
}

#bbd-event-grid .bbd-event-grid-item-excerpt {
    font-size: 19px;
	color: #000;
}

#bbd-event-grid .bbd-event-grid-item-excerpt {
    font-weight: 500;
}

#bbd-event-grid .bbd-event-grid-item-links a {
    font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

#bbd-event-grid .bbd-event-grid-item-seemore {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #675bd3 !important;
    margin-right: 25px;
}

#bbd-event-grid .bbd-event-grid-item-book {
    background-color: #675bd3 !important;
    color: #fff !important;
    padding: 12px 28px;
	border-radius: 10px;
}

#bbd-event-grid .bbd-event-grid-item-title, 
#bbd-event-grid .bbd-event-grid-item-excerpt, 
#bbd-event-grid .bbd-event-grid-item-links a {
	margin-left: 15px;
}

body.single.single-event main .wgl-container {
	max-width: 100%;
	width: 1600px;
	padding-left: 50px;
	padding-right: 50px;
}

body.single.single-event main .wgl-container #main-content {
	margin-top: 100px;
    margin-bottom: 50px;
}

.em.em-item.em-item-single .em-item-image img {
    padding: 0px !important;
    border-left: 0px !important;
    object-fit: cover;
    width: 100%;
    max-height: 500px;
    object-position: top;
	border-radius: 50px;
    border-bottom: none !important;
}
.bbd-em-item-col-l {
	width: 50%;
	float: left;
}

.bbd-em-item-col-r {
	width: 45%;
	float: right;
}

/*.em.em-item.em-item-single .bbd-em-item-info {
    width: 30%;
    float: left;
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 3px 15px 3px #ccc;
	padding: 25px !important;
}*/

.em.em-item.em-item-single .em-event-content p{
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em !important;
}

.em.em-item.em-item-single .em-item-meta h3{
    text-transform: inherit;
}

.em.em-item.em-item-single .em-event-content {
	margin-bottom: 50px !important;
}

.em.em-item.em-item-single .em-event-content h2 {
	font-weight: 600 !important;
	font-size: 35px !important;
	color: #000 !important;
	margin-top: 40px !important;
	margin-bottom: 25px !important;
}

.bbd-em-item-col-l .bbd-em-item-info h3 {
	font-weight: 500 !important;
	font-size: 30px !important;
}

.em.em-item.em-item-single .em-event-bookings {
	margin-top: 38px;
}

.em-booking-form .em-booking-form-section-tickets{
    display: none !important;
}

.bbd-em-item-col-l{
    margin-top: 38px;
}

#main-content .bbd-em-event-title h2{
	font-weight: 500 !important;
	font-size: 30px !important;
}

.em.em-item.em-item-single .em-event-bookings h2{
	margin-bottom: 0px !important;
	font-weight: 500 !important;
	font-size: 30px !important;
}

.em.em-item.em-item-single .em-event-bookings #event-booking-form-1 {
	margin-top: 50px !important;
}

.em-booking-section.em-booking-form-buttons.em-booking-buttons {
	width: 250px !important;
	margin: auto;
}

.em.em-event-booking-form .em-booking-section input,
.em.em-event-booking-form .em-booking-section textarea{
    font-weight: 500 !important;
}

.em.em-event-booking-form .em-booking-section{
    padding: 20px 0px 0px !important;
}

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

.em.em-event-booking-form .em-booking-section p{
    margin-bottom: 10px !important;
}

.em.em-event-booking-form .em-booking-message{
    margin-top: 15px !important;
}

body.single.single-event main .wgl-container #main-content .bbd-em-item-col-r .em-form-submit.em-booking-submit.em-button.em-button-1 {
	background-color: #675bd3 !important;
	color: #fff !important;
	/*padding: 12px 28px !important;*/
	border-radius: 10px !important;
	border: none !important;
}

body.single.single-event main .wgl-container #main-content .bbd-em-item-col-l .em-tooltip-ddm-display {
  top: inherit !important;
}

@media only screen and (max-width: 1500px) and (min-width: 1200px) { 
    #cli-services{
        min-height: 350px;
        gap: 0% 6%;
    }

    #cli-services .services-title h2{
        font-size: 30px;
    }

    #cli-services > .elementor-element.e-con-full{
        width: 28%;
    }

    /* 404 */
    .page_404_wrapper {
        padding: 0 3% !important;
    }

    .page_404_wrapper .banner_404 img {
        max-height: 240px !important;
    }

    .page_404_wrapper .banner_404_title,
    .page_404_wrapper .banner_404_title span {
        font-size: 30px !important;
        line-height: 1.3em !important;
    }

    /* Eventos */
    #bbd-event-grid .bbd-event-grid-item-image{
        margin-bottom: 30px;
    }

    #bbd-event-grid .bbd-event-grid-item-title{
        font-size: 30px;
    }

    #bbd-event-grid .bbd-event-grid-item-excerpt{
        font-size: 18px;
        line-height: 1.6em;
    }

    #bbd-event-grid .bbd-event-grid-item-links a{
        font-size: 17px;
    }
}

@media only screen and (max-width: 1199px) and (min-width: 1025px) { 
    /* Contactos */
    #cli-form input::-ms-input-placeholder,
    #cli-form textarea::-ms-input-placeholder{ /* Edge 12-18 */
        font-size: 17px;
    }

    #cli-form input::placeholder,
    #cli-form textarea::placeholder{
        font-size: 17px;
    }

    #cli-form input[type="text"], #cli-form input[type="tel"], #cli-form input[type="email"], #cli-form textarea{
        margin: 0 0 25px 0;
        font-size: 17px;
    }

    #cli-form input[type="text"], #cli-form input[type="tel"], #cli-form input[type="email"]{
        height: 55px;
    }

    #cli-form textarea {
        height: 215px;
    }

    #cli-form .bbd-submit{
        margin-top: 50px;
    }

    #cli-form input[type="submit"] {
        font-size: 17px;
        height: 60px;
        min-width: 200px;
    }

    /* Footer */
    #cli-footer-posts .recent-posts-widget .post__title, #cli-footer-posts .recent-posts-widget .meta-data span{
        font-size: 15px;
    }

    /* 404 */
    .page_404_wrapper {
        padding: 0 3% !important;
    }

    .page_404_wrapper .banner_404 img {
        max-height: 240px !important;
    }

    .page_404_wrapper .banner_404_title,
    .page_404_wrapper .banner_404_title span {
        font-size: 30px !important;
        line-height: 1.3em !important;
    }

    /* Eventos */
    #bbd-event-grid .bbd-event-grid-item-image{
        margin-bottom: 25px;
    }

    #bbd-event-grid .bbd-event-grid-item-title{
        font-size: 26px;
    }

    #bbd-event-grid .bbd-event-grid-item-excerpt{
        font-size: 16px;
        line-height: 1.6em;
    }

    #bbd-event-grid .bbd-event-grid-item-links a{
        font-size: 16px;
    }

    #bbd-event-grid .bbd-event-grid-item-book{
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    /* Header */
    .wgl-mobile-header .wgl-header-row .wgl-container{
        width: 100%;
        padding: 0 6%;
    }

    /* Contactos */
    #cli-form .bbd-row{
        flex-wrap: wrap;
    }

    #cli-form .bbd-row .col-smaller-right {
        width: 100%;
        padding-right: 0px;
    }

    #cli-form .bbd-row .col-smaller-left {
        width: 100%;
        padding-left: 0px;
    }

    #cli-form input::-ms-input-placeholder,
    #cli-form textarea::-ms-input-placeholder{ /* Edge 12-18 */
        font-size: 16px;
    }

    #cli-form input::placeholder,
    #cli-form textarea::placeholder{
        font-size: 16px;
    }

    #cli-form input[type="text"], #cli-form input[type="tel"], #cli-form input[type="email"]{
        height: 50px;
    }

    #cli-form textarea {
        height: 200px;
    }

    #cli-form .bbd-submit{
        margin-top: 25px;
    }

    #cli-form input[type="submit"] {
        font-size: 16px;
        height: 55px;
        min-width: 180px;
    }

    #cli-form input[type="text"], #cli-form input[type="tel"], #cli-form input[type="email"], #cli-form textarea{
        margin: 0 0 25px 0;
        font-size: 16px;
    }

    /* Footer */
    #cli-footer-posts .recent-posts-widget .post__title, #cli-footer-posts .recent-posts-widget .meta-data span{
        font-size: 15px;
    }

    /* 404 */
    .page_404_wrapper {
        padding: 0 6% !important;
    }

    .page_404_wrapper .banner_404 img {
        max-height: 220px !important;
    }

    .page_404_wrapper .banner_404_title,
    .page_404_wrapper .banner_404_title span {
        font-size: 30px !important;
        line-height: 1.3em !important;
    }

    body.single-event #main .wgl-container {
        width: 100%;
        padding: 0 6%;
    }

    body.single.single-event main .wgl-container #main-content{
        margin-top: 70px;
    }

    .em.em-item.em-item-single .em-event-bookings h2,
    #main-content .bbd-em-event-title h2{
        font-size: 24px !important;
    }

    .bbd-em-item-col-l,
    .em.em-item.em-item-single .em-event-bookings{
        margin-top: 10px;
    }

    /* Eventos */
    #bbd-event-grid .bbd-event-grid-item-wrapper{
        padding: 0px 0px 20px;
        width: 100%;
    }

    #bbd-event-grid > .elementor-widget-container > .elementor-shortcode{
        flex-wrap: wrap;
    }

    #bbd-event-grid .bbd-event-grid-item-image{
        margin-bottom: 20px;
    }

    #bbd-event-grid .bbd-event-grid-item-title{
        font-size: 26px;
    }

    #bbd-event-grid .bbd-event-grid-item-excerpt{
        font-size: 18px;
        line-height: 1.6em;
    }

    #bbd-event-grid .bbd-event-grid-item-links a{
        font-size: 16px;
    }

    #bbd-event-grid .bbd-event-grid-item-book{
        padding: 10px 20px;
    }
}

@media only screen and (max-width: 767px) {
    /* Header */
    .wgl-mobile-header .wgl-header-row .wgl-container{
        width: 100%;
        padding: 0 6%;
    }

    /* Blog */
    body.single-post #blog-content h1,
    body.single-post #blog-content h2{
        font-size: 24px;
    }

    body.single-post #blog-content h3,
    body.single-post #blog-content h4,
    body.single-post #blog-content h5,
    body.single-post #blog-content h6{
        font-size: 22px;
    }

    /* Contactos */
    #cli-form .bbd-row{
        flex-wrap: wrap;
    }

    #cli-form .bbd-row .col-smaller-right {
        width: 100%;
        padding-right: 0px;
    }

    #cli-form .bbd-row .col-smaller-left {
        width: 100%;
        padding-left: 0px;
    }

    #cli-form input::-ms-input-placeholder,
    #cli-form textarea::-ms-input-placeholder{ /* Edge 12-18 */
        font-size: 16px;
    }

    #cli-form input::placeholder,
    #cli-form textarea::placeholder{
        font-size: 16px;
    }

    #cli-form input[type="text"], #cli-form input[type="tel"], #cli-form input[type="email"]{
        height: 50px;
    }

    #cli-form textarea {
        height: 150px;
    }

    #cli-form .bbd-submit{
        margin-top: 25px;
    }

    #cli-form input[type="submit"] {
        font-size: 16px;
        height: 50px;
        min-width: 160px;
    }

    #cli-form input[type="text"], #cli-form input[type="tel"], #cli-form input[type="email"], #cli-form textarea{
        margin: 0 0 20px 0;
        font-size: 16px;
        padding: 10px 15px;
    }

    /* Footer */
    #cli-footer-posts .recent-posts-widget .post__title, #cli-footer-posts .recent-posts-widget .meta-data span{
        font-size: 15px;
    }

    /* 404 */
    .banner_404 {
        font-size: initial !important;
    }

    .page_404_wrapper .banner_404_title,
    .page_404_wrapper .banner_404_title span {
        font-size: 25px !important;
        line-height: 1.3em !important;
    }

    .page_404_wrapper .banner_404_text{
        font-size: 16px !important;
    }

    .page_404_wrapper {
        padding: 0 6% !important;
    }

    /* Single Event */
    .bbd-em-item-col-l{
        width: 100%;
        float: unset;
    }

    .bbd-em-item-col-r{
        width: 100%;
        float: unset;
    }

    body.single-event #main .wgl-container {
        width: 100%;
        padding: 0 6%;
    }

    body.single.single-event main .wgl-container #main-content{
        margin-top: 50px;
    }

    .em.em-item.em-item-single .em-event-bookings h2,
    #main-content .bbd-em-event-title h2{
        font-size: 24px !important;
    }

    .em.em-item.em-item-single .em-event-bookings h2{
        margin-left: 0px !important;
    }

    .em.em-event-booking-form .em-booking-section{
        padding: 20px 0px 0px !important;
    }

    em.em-event-booking-form .em-booking-form .input-group{
        margin-bottom: 0px !important;
    }

    /* Eventos */
    #bbd-event-grid .bbd-event-grid-item-wrapper{
        padding: 0px 0px 20px;
        width: 100%;
    }

    #bbd-event-grid > .elementor-widget-container > .elementor-shortcode{
        flex-wrap: wrap;
    }

    #bbd-event-grid .bbd-event-grid-item-image{
        margin-bottom: 20px;
    }

    #bbd-event-grid .bbd-event-grid-item-title{
        font-size: 24px;
    }

    #bbd-event-grid .bbd-event-grid-item-excerpt{
        font-size: 16px;
        line-height: 1.6em;
    }

    #bbd-event-grid .bbd-event-grid-item-links a{
        font-size: 14px;
    }

    #bbd-event-grid .bbd-event-grid-item-book{
        padding: 10px 20px;
    }
}