/*
Theme Name:     Concerts-tiket
Theme URI:      n/a
Template:       kadence
Author:         Pro Author
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.kt-blocks-info-box-text > strong{
	font-size:16px;
}

.sc-jMupPv.iOItTb{
	background:#000;
}


/* Ogólny kontener formularza */
.wpcf7 {
    /* max-width: 600px; */
    margin: 0 auto;
    font-family: "Georgia", serif;
}

/* Pola tekstowe i textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    
    margin-bottom: 25px;
    font-size: 14px;
    background: transparent;
    outline: none;
}

/* Placeholder */
.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #999;
}

/* Fokus (kliknięcie) */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    border-bottom: 1px solid #000;
}

/* Textarea wysokość */
.wpcf7 textarea {
    min-height: 80px;
    resize: none;
}

/* Przycisk */
.wpcf7 input[type="submit"] {
    width: 100%;
    background: #000;
    color: #fff;
    border: none;
    /* padding: 15px; */
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s ease;
}

/* Hover przycisku */
.wpcf7 input[type="submit"]:hover {
    background: #333;
}

/* Usunięcie domyślnych marginesów CF7 */
.wpcf7 p {
    margin: 0;
}

iframe{
	border-radius: 20px;
}

.home  .entry-content-wrap{
	padding-top: 0rem !important;
}

.blog-home .entry-header {
    margin-top: 1em;
}

.content-title-style-above .page-hero-section .entry-hero-container-inner{
    margin: 0 30px;
}

.post-archive-hero-section .entry-hero-container-inner{
    margin: 0 30px;
}

.kt-blocks-modal-link {
	padding: 10px 16px 10px 16px !important;
}

.kt-testimonial-style-card .kt-testimonial-media-inner-wrap
 {
    width: 60px;
    margin: 16px auto;
}

.kb-splide .splide__arrow {
    
	border: none !important;
}