/*
Theme Name: Twenty Twenty-Three Child IOTDAY
Template: twentytwentythree
Theme URI: https://wordpress.org/themes/twentytwentythree
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Three is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: twentytwentythree
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

main.wp-block-group {
    margin-top: 10px;
}

.wp-site-blocks {
    padding-top: 0;
    padding-bottom: 0; 
}

section.event-form-submitter,
section.event-form-name,
section.event-form-when,  
section.event-form-where,
section.event-form-details,
section.event-form-image {
    /*background-color: #ccc;*/
    border-width: 1px;
    border-style: solid;
    border-color: #0b0a0a;
}

.em.pixelbones .pixelbones {
    margin-bottom: 20px;
}

.em.pixelbones p {
    line-height: 30px!important;
}

.event-form-submitter .input,
.event-form-name .input,
.event-form-when .input,  
.event-form-where .input,
.event-form-details .input,
.event-form-image .input,
.event-form-submit .input {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
}

section.event-form-submitter h3,
section.event-form-name h3,
.event-form-when h3, 
.event-form-where h3,
.event-form-details h3,
.event-form-image h3 {
    background-color: #54CFA2;
    color: #fff;
    padding: 1rem;
    margin-block-start: 0em;
    margin-block-end: 0em;
    text-transform: uppercase;
    font-size: 1.5rem!important;
    text-transform: uppercase;
    font-weight: 400!important;
}

.input .event-form-when {
    border-width: 0px;
}

h1.wp-block-post-title {
    font-weight: 400;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    background-color: #FF6900;
    color: #fff;
    padding:20px;
    text-transform: uppercase;
    /*font-size: 2.2rem!important;*/
}


.em-event-editor .event-form-submit {
    text-align: center;
    font-size: 1.5rem!important;
}

.em.em-item .em-item-image {
    min-width: 150px;
    width: 100%;
    height: 100%;
    max-width: 400px;
}


@media (max-width: 480px) {
    .wp-block-image .byc {
		display: none;
	}
    .byc img {
		display: none;
	}

    .em.pixelbones .input input {
        font-size: 0.8rem;
    }

    h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
        padding: 1.25em 1.1em;
    }

    .wp-block-media-text.is-stacked-on-mobile 
    .wp-block-media-text__media {
       grid-column: 1;
       grid-row: 1;
       display: block;
       margin-left: auto;
       margin-right: auto;
       width: 50%;
    }

   .wp-container-43.wp-container-43,
   .wp-container-7 {
      justify-content: space-between;
      padding: 10px;
    } 

   .wp-block-post-excerpt {
     padding-bottom: 0px;
    }
   
   .wp-block-social-links.is-style-logos-only .wp-social-link {
     background: none;
     margin-left: 5px;
     }

    header .wp-block-group {
        padding: 20px;
    }
    
    .wp-container-4.wp-container-4 {
        justify-content: unset;
    }

    .wp-container-2.wp-container-2 {
        justify-content: flex-end;
        padding-left: 25px;
    }

}