/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1741862139
Updated: 2025-03-13 18:35:39

*/

body, h1, h2, h3, h4, h5, h6, input, option, select, table, textarea {
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    -webkit-transition: .3sease-in-out;
    transition: .3sease-in-out;
    color: #320073;
}

.site-header .site-title  {
    font-size: 2rem;
    
}

header  img.custom-logo{
    max-width: 180px;
}

footer .site-logo img {   
    max-width: 100px;
}

.site-navigation ul.menu li a {
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 29px;
    position: relative;
}

.site-navigation ul.menu li a:hover,
li.current_page_item a {
    color: #f4db3f;
}
.site-navigation ul.menu li a:hover::before,
.site-navigation ul.menu li.current_page_item a:before  {
    left: 0;
    right: 0;
}
.site-navigation ul.menu li a:before  {
    content: '';
    position: absolute;
    bottom: 0;
    height: 5px;
    left: 50%;
    right: 50%;
    background: #f4db3f;
    -webkit-transition: .3s;
    transition: .3s;
}


.custom-post-type-loop {
    display: flex;
    flex-direction: row;
}

.post-item {
    flex: 0.25;
    margin: 0 10px 20px 10px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    background-color: #FFF;
    border-top: solid 8px #f4db3f;
}

.post-item a{
    color: #000;
    display: inline-block;
    height: 100%;
}

.post-meta {
    font-size: 13px;
    padding: 2px 5px;
    background-color: #CCC;
    text-align: center;
}

.post-item h4 {
    margin: 10px 15px;
    font-size: 22px;
}

.post-item p {
    margin: 10px 15px;
    font-size: 16px;
    
}

.post-item  .post-thumbnail img{
    width: 100%;
}

article.row {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
    margin: 0 3px 25px 3px;
    padding:  15px 10px;
    border-radius: 5px;
}

ul.filter-tags  {
    margin: 15px 20px;
    padding: 0;
  
}

ul.filter-tags li {
    display: inline-block;
    background-color: #320073;
    margin: 2px 5px;
    padding: 0 8px;
    border-radius: 8px 8px 0 0;
    transition: 1s;
}

ul.filter-tags li:hover {
    background-color: #f4db3f;
    transition: 0.3s;
}

ul.filter-tags li a{
    color: #FFF;
    text-decoration: none;
    transition: 1s;
}

ul.filter-tags li a:hover{
    color: #320073;
    transition: 0.3s;
}

.post-tags {
    margin: 15px 0;
}

.page-title {
    color: #320073;
    text-align: center;
    font-weight: bold;
}

.post .entry-title {
    color: #320073;
    background: linear-gradient(5deg, rgba(244,219,63,1) 10%, rgba(255,255,255,1) 31%);
    padding: 0 10px;
    width: auto;
    display: inline-block;
}


.single img {
    max-width: 50%;
}


#evk_calendar {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    box-shadow: 3px 0 20px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
}

.event-item-list:nth-child(odd) {
    background-color: #eee;
}

.event-item-list {
    cursor: pointer;
}

a.button {
    background-color: #320073;
    color: #FFF;
    padding: 0 10px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    display: inline-block;
    margin: 10px 0;
}

a.button:hover {
    color: #320073;
    background-color: #f4db3f;
    transition: 0.3s;
}

hr  {
    color: #f4db3f;
    margin: 5px 0 10px 0;
}

a.simplefavorite-button {
    padding: 3px 10px;
    cursor: pointer;
    border-radius: 3px;


}

a.simplefavorite-button:before {
    content: "\f005";
    font-family: "Font Awesome 6 Free";
    margin-right: 5px;
}


.favorites-list  img {
    max-width: 80px;
}
.favorites-list li {
    margin: 0;
}
.um-account-main .favorites-list p {
    margin: 0 !important;
}

body .receipt-header-top-wrap {
    background-color: #f4db3f;
}

.section-events .post-item {
    position: relative;
    padding-bottom: 40px;
}

.section-events  .post-meta{
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
}

.section-events .post-thumbnail img {
    max-height: 150px;
}


.ribbon {
  width: 120px;
  background: #e43;
  position: absolute;
  top: 15px;
  right: -30px;
  text-align: center;
  line-height: 30px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  overflow: hidden;
}

.postnavbar a {
    width: 100%;
    display: block;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 768px) {

    .section-events .post-thumbnail img {
        max-height: inherit;
    }

    .custom-post-type-loop  {
      flex-direction: column;
    }

    .post .entry-title {
        background: linear-gradient(20deg, rgba(244,219,63,1) 10%, rgba(255,255,255,1) 51%);
    }

    .single img {
        max-width: 100%;
    }
  }