.section {
    padding: 100px 0;
    position: relative;
}
.gray-bg {
    background-color: #ebf4fa;
}
/* Blog 
---------------------*/
.blog-grid {
  margin-top: 15px;
  margin-bottom: 15px;
}
.blog-grid .blog-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;  

}
.blog-grid .blog-img .date {
  position: absolute;
  background: #3a3973;
  color: #ffffff;
  padding: 8px 15px;
  left: 0;
  top: 10px;
  font-size: 14px;
}
.blog-grid .blog-info {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 5px;
  background: #ffffff;
  padding: 10px;
  margin: -40px 20px 0;
  position: relative;
  width: 80%;
}
.blog-grid .blog-info h5 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px;
}
.blog-grid .blog-info h5 a {
  color: #000;
}
.blog-grid .blog-info p {
  margin: 0;
}
.blog-grid .blog-info .btn-bar {
  margin-top: 20px;
}

.px-btn-arrow {
    padding: 0 50px 0 0;
    line-height: 20px;
    position: relative;
    display: inline-block;
    color: #fe4f6c;
    -moz-transition: ease all 0.3s;
    -o-transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
}


.px-btn-arrow .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    -moz-transition: ease right 0.3s;
    -o-transition: ease right 0.3s;
    -webkit-transition: ease right 0.3s;
    transition: ease right 0.3s;
}

.px-btn-arrow .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.zoom {

  transition: transform .2s; /* Animation */
/*  width: 200px;
  height: 200px;
  margin: 0 auto;*/
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

     .embed-container {
      position: relative;
      padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
      height: 0;
      overflow: hidden;
      max-width: 100%;
      background: #000;
    }
    .embed-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

/*skip to links*/
.skipto a:link {color:#000;  font-family: 'londrina_solidregular'; } /* unvisited link */
.skipto a:visited {color:#000; text-decoration:none; }  /* visited link */
.skipto a:hover {color:#990000; text-decoration:none; } /* mouse over link */
.skipto a:active {color:#000; text-decoration:none; }  /* selected link */ 


.odd-news { 
  background: url('../img/edpointing.png') bottom right no-repeat;

  background-color: rgba(255, 255, 255, 0.85);
  background-attachment: fixed;
 /*   background-size: auto;
  background-size: cover;*/
  background-attachment: fixed;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  border: 5px solid #990000;
  padding: 10px;
  margin-bottom: 5px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


.odd-news h1 {font-family: 'londrina_solidregular'; font-size: 310%;} /* DATE / LOCATION HEADER */
.odd-news h2 {font-family: 'londrina_solidregular'; font-size: 200%; color:#000; margin-bottom: 0px;} /* VENUE */
.odd-news h3 {font-family: 'londrina_solidregular'; font-size: 290%; color:#990000; text-transform: uppercase;} /* TOWN/CITY */
.odd-news h4 {font-family: 'londrina_solidregular'; font-size: 210%; color:#000; text-transform: uppercase;} /* EXTRA INFO / CLUB or TOUR SHOW */
.odd-news h5 {font-family: 'londrina_solidregular'; font-size: 140%; } /* START TIME */
.odd-news h6 {font-family: 'londrina_solidregular'; font-size: 300%; text-transform: uppercase; color:#990000;}

.even-news h1 {font-family: 'londrina_solidregular'; font-size: 310%; color:#990000;} /* DATE / LOCATION HEADER */
.even-news h2 {font-family: 'londrina_solidregular'; font-size: 200%; color:#000; margin-bottom: 0px;} /* VENUE */
.even-news h3 {font-family: 'londrina_solidregular'; font-size: 290%; color:#990000; text-transform: uppercase;} /* TOWN/CITY */
.even-news h4 {font-family: 'londrina_solidregular'; font-size: 210%; color:#000; text-transform: uppercase;} /* EXTRA INFO / CLUB or TOUR SHOW */
.even-news h5 {font-family: 'londrina_solidregular'; font-size: 140%; } /* START TIME */
.even-news h6 {font-family: 'londrina_solidregular'; font-size: 300%; text-transform: uppercase; color:#990000;}

.odd-news a:link {color:#990000;  font-family: 'londrina_solidregular'; } /* unvisited link */
.odd-news a:visited {color:#000; text-decoration:none; }  /* visited link */
.odd-news a:hover {color:#990000; text-decoration:none; }  /* mouse over link */
.odd-news a:active {color:#000; text-decoration:none; }  /* selected link */ 

.even-news a:link {color:#000;  font-family: 'londrina_solidregular'; } /* unvisited link */
.even-news a:visited {color:#000; text-decoration:none; }  /* visited link */
.even-news a:hover {color:#990000; text-decoration:none; }  /* mouse over link */
.even-news a:active {color:#000; text-decoration:none; }  /* selected link */

.even-news { 
  background: url('../img/edsmile1.png') bottom right no-repeat;
  background-color: rgba(255, 255, 255, 0.85);

 /*   background-size: auto;
  background-size: cover;*/
  background-attachment: fixed;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  border: 5px solid #000000;
  padding: 10px;
  margin-bottom: 5px;
box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.pagination {
clear:both;
padding:0px 0;
position:relative;
font-size:18px;
line-height:23px;

}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #ccc;
border:solid #000 1px;
}
 
.pagination a:hover{
color:#fff;
background: #e69500;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #e69500;
color:#000;
}

.sidebar-background a:link {color:#FFDF00;  font-family: 'londrina_solidregular'; } /* unvisited link */
.sidebar-background a:visited {color:#FFDF00; text-decoration:none; }  /* visited link */
.sidebar-background a:hover {color:#FFCC00; text-decoration:none; }  /* mouse over link */
.sidebar-background a:active {color:#FFDF00; text-decoration:none; }  /* selected link */

/*YMLP FORM*/
  .ymlp-form {
  
    margin: 40px auto;
    padding: 25px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
    background-color: rgba(255, 255, 255, 0.85);
  border: solid 1px #000;
  }

  .form-row {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .form-row .form-group {
    flex: 1;
    min-width: 120px;
  }

  .form-control {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-size: 16px;
    transition: border 0.2s, box-shadow 0.2s;
  }

  .form-control:focus {
    outline: none;
    border-color: #555;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }

  .ymlp-button {
    width: 100%;
    padding: 14px;
    border: none;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
  }

  .ymlp-button:hover {
    background-color: #333;
    transform: translateY(-1px);
  }

  .ymlp-button:active {
    transform: translateY(1px);
  }

  @media(max-width: 500px) {
    .form-row {
      flex-direction: column;
    }
  }
