/* Finn custome */
/* Reset default list styling */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
    /* Style for the tab navigation */
    ul[role="tablist"] {
        display: flex;
        margin-bottom: 25px;
    }
  
        ul[role="tablist"] a {
            display: block;
            padding: 10px 20px;
            text-decoration: none;
            color: #939580;
            font-weight: bold;
            transition: background-color 0.3s, color 0.3s;
        }
  
            ul[role="tablist"] a:hover {
                opacity: 0.8;
                transition: background-color 0.3s, color 0.3s;
            }
  
            ul[role="tablist"] a.current {
                color: #636749;
            }
  
  /* Style for the tab content */
  .tab-content {
    display: none;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
  }
  
    .tab-content.active {
        display: block;
    }
  
  
  .back-to-top {
    display: none !important;
  }
  
  .wpo-event-section .wpo-event-text {
    min-height: 250px;
  }
  
  @media (max-width: 580px) {
    .wpo-wedding-date .shape-1, .wpo-wedding-date .shape-2 {
        display: none !important;

    }
    .navbar-brand {
    	padding: 0;
    }
  }

  .color-switcher-wrap{
    display: none;
}

.video-btn{
    font-size: 2rem;
    color: #fff;
}

.video-btn:hover {
    color: #d19c90;
}