/*
Theme Name: generatepress-child
Theme URI: https://generatepress.com
Version: 1.0
Description: Child theme generatepress  
Author: ISUCIR
Author URI: https://www.bisbatdemallorca.org
Template: generatepress
*/

.wrap table.wp-list-table {
    background-color: #fff;
    border-collapse: collapse;
    border: 1px solid #ccd0d4;
    margin-top: 20px;
}

.wrap table.wp-list-table th,
.wrap table.wp-list-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #e2e4e7;
}

.wrap table.wp-list-table th {
    background-color: #f1f1f1;
    text-align: left;
    font-weight: 600;
}

.wrap form p {
    margin-bottom: 15px;
}

.wrap input[type="text"],
.wrap input[type="number"],
.wrap input[type="file"],
.wrap select,
.wrap textarea {
    width: 100%;
    max-width: 500px;
    padding: 8px;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}

.wrap label {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

.button.button-primary {
    background-color: #0073aa;
    border-color: #006799;
    box-shadow: none;
    text-shadow: none;
}

.button.button-primary:hover {
    background-color: #006799;
    border-color: #005f8d;
}

    .timeline {
      position: relative;
      max-width: 1200px;
      margin: 0 auto;
    }

    .timeline::after {
      content: '';
      position: absolute;
      width: 6px;
      background-color: #3e48ff;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -3px;
    }

    .container {
      padding: 10px 40px;
      position: relative;
      background-color: inherit;
      width: 50%;
      margin-bottom: -100px;
      box-sizing: border-box;
    }

    .content {
      padding: 5px 10px;
      border-style: solid;
      position: relative;
      border-radius: 6px;
      background-color: #fff;
    }

    .content h2 {
      font-size: 25px;
      margin-bottom: 10px;
    }

    .left {
      left: 0;
    }

    .right {
      left: 55%;
    }

    /* Media queries para pantallas pequeñas */
    @media screen and (max-width: 600px) {
      .timeline::after {
        left: 31px;
      }

      .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
      }

      .right {
        left: 0%;
      }

      .content img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
      }
    }

    