/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
Text Domain: ie-theme
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
*/

html {
  font-size: 62.5%; /* 1rem = 10px */
}

body {
  font-size: 16px; /* px fallback */
  font-size: 1.6rem;
  line-height: 1.5;
}

.content-heading {
    text-transform: uppercase;
    text-align: center;
    font-family: "Barlow Condensed", Sans-serif;
    margin-bottom: 4rem;
}

.content-heading .h3.subheader {
    font-size: 36px;
    letter-spacing: 3.6px;
    color: #212121;
    margin-bottom: -0.5rem;
}

@media screen and (max-width: 63.9375em) {
    .content-heading .h3.subheader {
        font-size: 24px;
        margin-bottom: 1rem;
    }
}

.content-heading h1 {
    font-weight: 600;
    font-size: 72px;
    letter-spacing: 7.2px;
    color: #FF5652;
    margin: 0;
}

@media screen and (max-width: 63.9375em) {
    .tribe-events-content h1 {
        font-size: 48px;
    }
}

.content-heading .h4.subheader {
    font-size: 22px;
    letter-spacing: 2.2px;
    color: #D1D1D1;
    margin-bottom: -0.5rem;
}

@media screen and (max-width: 63.9375em) {
    .cell.small-12 {
        margin-bottom: 1rem;
    }
}


.tribe-link-view-attendee {
    display: none;
}

.tribe-tickets-rsvp {
    margin: 3rem auto!important;
    width: 650px;
}

@media screen and (max-width: 63.9375em) {
    .tribe-tickets-rsvp {
        width: 100%;
    }
}

@media screen and (max-width: 63.9375em) {
    table.tribe-events-tickets-rsvp > tbody tr {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    table.tribe-events-tickets-rsvp > tbody > tr td:first-child {
        flex: 0 1 65%;
    }
    table.tribe-events-tickets-rsvp > tbody > tr td:last-child {
        flex: 0 1 25%;
    }
    table.tribe-events-tickets-rsvp > tbody > tr td[colspan="2"] {
        flex: 1 1 100%;
    }
    
    table.tribe-tickets-table {
        flex-direction: column!important;
    }
    
    table.tribe-tickets-table td:first-child {
        flex: 0 1 100%!important;
    }
    table.tribe-tickets-table td:last-child {
        flex: 0 1 100%!important;
    }
}


.tribe-events-tickets-title {
    text-align: center;
    font: 600 24px/76px "Barlow Condensed", Sans-serif;
    letter-spacing: 2.4px;
    color: #212121;
    text-transform: uppercase;
}

.tribe-events-tickets {
    background: none!important;
}

.tribe-events-tickets > tbody tr,
.tribe-tickets-has-rsvp >td.quantity {
    border: 1px solid #707070;
}

.tribe-events-tickets td.quantity {
    border-right: 1px solid #707070!important;
}

@media screen and (max-width: 63.9375em) {
    .tribe-events-tickets td.quantity {
        border-right: none!important;
    }
}

.tribe-events-tickets td {
    background: #fff!important;
    
    font-size: 24px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    padding: 16px!important;
}

.tribe-events-tickets td.add-to-cart {
    padding-right: 0!important;
}

.tribe-common .tribe-common-h3, .tribe-common .tribe-common-h4 {
    font-family: "Barlow Condensed", sans-serif!important;
}

.tribe-tickets__item__quantity__number {
    width: 50px!important;
}

.tribe-tickets__item__quantity__remove,
.tribe-tickets__item__quantity__add {
    padding: 0!important;
    margin-bottom: 0!important;
    font-size: 2rem!important;
}

.tribe-events-tickets tr:last-child,
.tribe-events-tickets tr.tribe-tickets-meta-row {
    border: none!important;
}

.tribe-events-tickets .tribe-tickets-order_status-row {
    display: none;
}

.tribe-events-tickets {
    font-weight: 600;
}

.tribe-events-tickets .tickets_name,
.tribe-tickets__item__content__title {
    font-family: "Barlow Condensed", sans-serif!important;
    font-size: 18px!important;
    letter-spacing: 0!important;
    font-weight: 600!important;
}


.tribe-events-tickets .tickets_name span {
    color: #FF5652!important;
}

.tribe-events-tickets .tickets_name,
.tribe-events-tickets .tickets_description {
    padding: 0!important;
}

.tribe-events-tickets .tickets_description {
    padding: 0;
}



/*
.tribe-events-tickets .tickets_description::before {
    content: "–";
    padding: 0 .25rem;
}
*/

.available-stock {
    display: none;
}

.input-number-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-family: "Barlow Condensed", sans-serif!important;
    font-weight: 600;
}

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.input-number-group .input-group-button {
    line-height: calc(80px/2 - 5px);
}

.input-number-group .input-number {
    width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    display: block;
    margin: 0;
}

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0;
}

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
    display: inline-block;
    width: 10px;
    text-align: center;
    cursor: pointer;
    font-size: 2rem;
    font-family: "Barlow Condensed", sans-serif!important;
    font-weight: 400!important;
    padding: 0!important;
}

.input-number-group .input-number-decrement {
    margin-right: 0.3rem;
}

.input-number-group .input-number-increment {
    margin-left: 0.3rem;
}

.tribe-events-tickets td.quantity input[type=number],
.tribe-events-tickets td.woocommerce input[type=number] {
    width: 50px!important;
    padding: 0!important;
    text-align: center!important;
    border: none;
    font-family: "Barlow Condensed", sans-serif!important;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
}

.tribe-tickets-table tr {
    border: none!important;
}

.tribe-tickets-table input {
    width: 100%!important;
}

.tribe-events-tickets-rsvp label {
    font-size: 1rem;
}

.tribe-events-tickets-rsvp .add-to-cart {
    padding: 2rem 0 0 0;
    text-align: right;
}

.tribe-button--rsvp {
    background-color: #FF5652!important;
    border-radius: 15px!important;
    border-color: #FF5652!important;
    color: #ffffff!important;
    font-weight: 600!important;
    font-size: 20px!important;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.tribe-tickets__item__quantity__remove,
.tribe-tickets__item__quantity__add {
    color: #212121!important;
}

.tribe-tickets__item__extra__available {
    display: none;
}

.tribe-tickets-attendees header {
    text-align: center;
    margin: 1rem 0 2rem 0;
}

form.tribe-tickets {
    border: none!important;
    margin: 2rem auto!important;
    max-width: 650px!important;
}

.tribe-tickets__title {
    display: none;
}

.tribe-common .tribe-tickets__item {
    border: 1px solid #707070!important;
    padding: 1rem!important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
    background-color: #006392!important;
    border-radius: 15px;
    border-color: #006392!important;
    color: #ffffff!important;
    font-weight: 600!important;
    font-size: 20px!important;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}


.tribe-tickets__item__content__title span {
    color: #FF5652;
}

.form-row-first {
    width: 50%;
    float: left;
    padding-right: 1rem;
}
.form-row-last {
    width: 50%;
    float: left;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    width: 100%;
}
/*
#place_order {
    width: 100%;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 12px 24px 12px 24px;
    color: #ffffff!important;
    background: #FF5652!important;
}

.woocommerce a {
    color: #FF5652!important;
}

#shipping_method,
.payment_methods {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.payment_box {
    background: #f8f8f8;
    color: #0a0a0a;
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    margin-top: 5px;
    margin-bottom: 15px;
}

form.woocommerce-checkout {
    margin: 2rem 0 3rem 0;
}

form.woocommerce-checkout label {
    font-size: 14px;
}
*/

.tribe-checkout-backlinks {
    display: none;
}

.woocommerce-additional-fields h3 {
    display: none;
}

.woocommerce table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}

.woocommerce thead {
    background: #f8f8f8;
    color: #0a0a0a;
}

.woocommerce table td,
.woocommerce table th {
    border: none!important;
}

.woocommerce table tbody>tr:nth-child(odd)>td,
.woocommerce table tbody>tr:nth-child(odd)>th {
    background: none!important;
}

.tribe-tickets-attendees-list-optout--wrapper {
    display: none!important;
}

.tribe-tickets__item__content__title {
    text-transform: uppercase;
}

.tribe-common .tribe-modal__wrapper--ar .tribe-modal__content .tribe-tickets__item__total__wrap {
    display: none!important;
}

.tribe-ticket.tribe-ticket-item__has-focus {
    border-left-color: #FF5652!important;
}
.tribe-ticket.tribe-ticket-item__has-focus::before,
.tribe-ticket.tribe-ticket-item__has-focus::after {
  background: #FF5652!important;
}

.tribe-block__tickets__item__attendee__fields__footer__divider,
.tribe-tickets__attendee__fields__footer_cart-button {
    display: none!important;
}

.payment_method_paypal img {
    display: block;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-top: 3rem;
}

#tribe-block-tickets-item-1187 .tribe-formatted-currency-wrap::before,
#tribe-block-tickets-item-1188 .tribe-formatted-currency-wrap::before {
    content: '3 500 Ft';
    display: block;
    font-size: 14px;
    text-decoration: line-through;
    color: 
    #ff5652;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

/*div[data-elementor-type="wp-page"] a {
		color: #FF5652;
}*/

.tribe-events-tickets-rsvp .tickets_description {
	display: block;    
	font-family: Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
	font-weight: 400;
	color: #727272;
	font-size: 12px;
    line-height: 1.38;
	text-transform: initial;
	margin: 4px 0;
	letter-spacing: initial;
}

.tribe-tickets__item__quantity__add,
.tribe-tickets__item__quantity__remove {
		display: block!important;
		border: none;
}

.tribe-common .tribe-tickets-quantity {
		font-size: 24px;
		font-weight: 600;
		border: none;
}

.tribe-tickets__footer {
		align-items: center!important;
}

.tribe-common .tribe-tickets__item__content__title {
		font-family: "Barlow Condensed", sans-serif!important;
    font-size: 18px!important;
    letter-spacing: 0!important;
    font-weight: 600!important;
}

.tribe-tickets__item__details__content {
		    display: block;
    font-family: Helvetica Neue,Helvetica,-apple-system,BlinkMacSystemFont,Roboto,Arial,sans-serif;
    font-weight: 400;
    color: #727272;
    font-size: 12px;
    line-height: 1.38;
    text-transform: initial;
    margin: 4px 0;
    letter-spacing: initial;
}

.tribe-common .tribe-tickets-quantity {
    width: 100%;
}

.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    padding: 8px 16px;
    width: auto;
}

.tribe-events-tickets-rsvp .gdpr {
		font-size: .7rem;
    text-transform: initial;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    letter-spacing: initial;
		text-align: left;
}

.tribe-events-tickets-rsvp .gdpr a {
	color: #006392;		
}