figure{margin: 40px 0px;}

.wp-block-table th{font-size:1.2em;padding:5px;}

.wp-block-pullquote {padding:0px!important;}

.wp-block-pullquote blockquote{padding:0px 30px!important;}

cite {
    display: block;
    margin-top: 20px;
}

.wp-block-table{
    text-align: center;
    font-size: 14px;
    border-bottom: none!important;
    font-family: lato;
    
}

.wp-block-table thead th{
    height: 60px;
    background: #ff0083;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.wp-block-table thead th:first-child{
    border-radius: 14px 0 0;
}

.wp-block-table thead th:last-child{
    border-radius: 0 14px 0 0;
}

.wp-block-table tbody td{
    height: 76px;
    padding: 10px;
    font-weight: 400;
}

.wp-block-table tbody tr:nth-child(odd) {
    background-color: #F7F7F7;
}

.wp-block-table tbody tr:nth-child(even) {
    background-color: rgba(236,236,236,0.65);
}

.wp-block-table tbody tr:last-child{
    border-radius: 0 0 14px 14px;
}

.wp-block-table tbody tr:last-child td:first-child{
    border-radius: 0 0 0 14px;
}

.wp-block-table tbody tr:last-child td:last-child{
    border-radius: 0 0 14px 0;
}

figcaption {
    text-align: center;
}


/* lmnd cta button inside content */

.entry-content .wp-block-buttons {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  .lmnd-cta {
    margin: auto !important;
    padding-top: 10px !important;
  }
  
  .wp-block-buttons.lmnd-cta {
    margin-bottom: 20px!important;
  }
  
  .lmnd-cta a {
    background-color: #ff0083 !important;
    color: #ffffff !important;
    cursor: pointer !important;
    text-decoration: none !important;
    border: 0 !important;
    box-shadow: 0px 10px 40px -10px rgb(255 0 131 / 50%) !important;
    transform: translateY(0) !important;
    transition: all 0.2s, -webkit-transform 0.5s !important;
    display: inline-block !important;
    margin-right: 8px !important;
    margin-bottom: 8px !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    position: relative !important;
    padding: 14px 35px !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    white-space: nowrap;
    text-transform: uppercase !important;
  }
  
  .lmnd-cta a:hover {
    background-color: #dc0073 !important;
    text-decoration: none !important;
  }
  

  iframe.instagram-media
{
  margin: auto !important;
  margin-bottom: 20px!important;
}