* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.border {
  background: lightblue;
  position: absolute;
z-index: 2;
}
.headerbox {
  height: 250px;
  width: 100%;
  position: fixed;
  background-image: url("https://www.tripfor.co.uk/images/header/April2024Header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
 z-index: 1;
}
/*
Menu
*/
.menubox {
  width: 60px;
  height: 50px;
  background: 00ffffff;
  position: absolute;
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 100px;
  left: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000000;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -16px;
}
.menu__btn > span::after {
  content: '';
  top: 16px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 2;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #000000/*#333*/;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
.searchbox {
  width: auto;
  left: 75px;
  right: 100px;
  top: 15px;
  background: 00ffffff;
  position: absolute;
  font-size: 1.25em;
  text-align: center;
}
.searchtext {
  text-size: 2.0em;
  color: #000000;
  font-family: sans-serif;
  font-weight: 600;
}
.seachtown {
  text-size: 0.75em;
  color: #000000;
  font-family: sans-serif;
}
.searchimg {
    max-width: 80vw;
    height: auto;
}
.searchtitle {
  font-family: sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
}
.logobox {
  top: 15px;
  right:0;
  width: 15%;
  position: absolute;
  background: #00000000;
  min-width: 100px;
  max-width: 200px;
}
.main {
    width: 100%;
    padding-top: 275px;
    height: auto;
    position: relative;
    z-index: 0;
}
/*
Content
*/
.content {
 width: 95%;
max-width: 100%;
  border-style: solid;
  border-color: #ffab00ff;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
  text-size: 1.00em;
}
.halfcontent {
 width: 95%;
max-width:100%;
  border-style: solid;
  border-color: #ffab00ff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  font-family: sans-serif;
  font-size: 1.0em;
}
.blankcontent {
 width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.adcontent {
 width: 92%;
  border-style: solid;
  border-color: #455800ff;
  margin-left: auto;
  margin-right: auto;
  marin-bottom: 10px;
}
.contenttitle {
  font-family: sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
}
/*
Advert
*/
.adtitle {
  font-family: sans-serif;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
}
.adcontent {
  width: 92%;
  max-width: 100%;
  display: inline-block;
  border-style: solid;
  border-color: #455800ff;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 10px;   
  margin-bottom: 10px; 
}

.mainarttitle {
  font-family: sans-serif;
  font-size: 1.25em;
  text-align: center;
  font-weight: 600;
}
.arttitle {
  font-family: sans-serif;
  font-size: 1em;
  text-align: left;
  font-weight: 600;
}
.contentpubdate {
  font-family: sans-serif;
  font-size: 0.5em;
  text-align: left;
  font-weight: 0;
}
.contentpub {
  font-family: sans-serif;
  font-size: 1.0em;
  text-align: left;
  font-weight: 0;
}
.contentimg {
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 540px;
}
.contentmini {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  boder: 15px;
}
.smimg {
  width: 30px;
  object-fit: cover;
}
.artimg {
  width: 100%;
  max-width: 1080px;  
}
.searchlogo {
width: 25%;
position: relative;
display: inline-block;
padding: 1px;
min-width: 1px;
max-with: 24%;
}
.searchinfo {
  width: 75%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: sans-serif;
  font-size: 1em;
  border-style: solid;
  border-color: rgba(135, 206, 235, 0.8);
}
.searchtitle {
  font-family: sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
}
.searchlinks {
  width: 25%; 
  position: relative;
  display: inline-block;
  border-style: solid;
  border-color: rgba(135, 206, 235, 0.8);
}
.ticketprice {
  width: 33.33%;
  border: 10px; 
  position: relative;
  display: inline-block;
  background: #b3c7c0;
  left: auto;
  right: auto;
  text-align: center;
  vertical-align: top;
}
.artimg {
  width: 50%;
  max-width: 1080px;
}
.searchimg {
width: 100%;
    object-fit: contain;
}
/*
Footer
*/
.footer {
  background-color: #9bc3de;
  width: 100%;
  height: auto;
  bottom: 0;
  position: fixed;
  z-index: 3;
}
.footboxleft {
  padding: 5px;
  width: 44%;
  display: inline-block;
  vertical-align: top;
}
.footboxright {
  padding: 5px;
  width: 44%;
  display: inline-block;
}
.footertext { 
  font-family: sans-serif;
  color: #000000;
  font-size: 1.00em;
  text-align: left;
  font-weight: 100;
  vertical-align: top;
}
.footerbreak {
  height:75px;

}
.smimg {
  width: 35px;
  object-fit: cover;
}
/*
Desktop
 */
@media screen and (min-width: 700px) {
.main {
    width: 70%;
    padding-top: 275px;
    height: auto;
    position: absolute;
    z-index: 0;
    background: #f7fcfc;
    margin-left: 15%;
    margin-right: 15%;
}
/*
Content Related
*/
.contentmain {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
}
.content {
  width: 95%;  
  max-width: 100%;
  border-style: solid;
  border-color: #ffab00ff;
  margin-left: 2%;
  margin-right: 2%;
  font-family: sans-serif;
  font-size: 1.00em;
}
.halfcontent {
  width: 46%;
  max-width: 100%;
  display: inline-block;
  border-style: solid;
  border-color: #ffab00ff;
  margin-left: 2%;
  margin-right: 1%;
  margin-bottom: 10px;
}
/*
Advert 
*/
.adcontent {
  width: 46%;
  max-width: 100%;
  display: inline-block;
  border-style: solid;
  border-color: #455800ff;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 10px;
  margin-bottom: 10px; 
}

.border {
  width: 15%;
  background: lightgreen;
  position: absolute;
z-index: 0;
}
.smimg {
  width: 30px;
  object-fit: cover;
}

/* 
Search
*/
.searchlogo {
width: 10%;
position: relative;
display: inline-block;
padding: 10px;
}
.searchinfo {
  width: 90%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: sans-serif;
  font-size: 1em;
  border-style: solid;
  border-color: rgba(135, 206, 235, 0.8);
}
.searchtitle {
  font-family: sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
  vertical-align: top;
}
.searchlinks {
  width: 25%; 
  position: relative;
  display: inline-block;
  border-style: solid;
  border-color: rgba(135, 206, 235, 0.8);
  min-width: 1px;
}
.ticketprice {
  width: 33.33%;
  border: 10px; 
  position: relative;
  display: inline-block;
  background: #b3c7c0;
  left: auto;
  right: auto;
  text-align: center;
  vertical-align: top;
}
.searchimg {
   width: 25%;
 }
/*
Menu 
*/
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 100px;
  left: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #000000;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -16px;
}
.menu__btn > span::after {
  content: '';
  top: 16px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 2;
}
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #000000/*#333*/;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu__item:hover {
  background-color: #CFD8DC;
}
/*
Footer
*/
.footer {
  background-color: #9bc3de;
  width: 100%;
  height: 50px;
  bottom: 0;
  position: fixed;
  z-index: 3;
}
.footerspace {
  padding: 5px;
  width: 15%;
  display: inline-block;
}
.footboxleft {
  padding: 5px;
  width: 40%;
  display: inline-block;
}
.footboxright {
  padding: 5px;
  width: 40%; 
  display: inline-block;
}
.footertext { 
  font-family: sans-serif;
  color: #000000;
  font-size: 1.00em;
  text-align: left;
  font-weight: 100;
  vertical-align: top;
}
.footerbreak {
  height:75px;
  border-style: solid;
}
.smimg {
  width: 35px;
  object-fit: cover;
}
.searchimg {
width: 90%;
    object-fit: contain;
}
.searchlogo {
width: 25%;
position: relative;
display: inline-block;
padding: 1px;
min-width: 1px;
}
.searchinfo {
  width: 75%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: sans-serif;
  font-size: 1em;
  border-style: solid;
  border-color: rgba(135, 206, 235, 0.8);
}
.searchtitle {
  font-family: sans-serif;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
}
.searchlinks {
  width: 24%; 
  position: relative;
  display: inline-block;
  border-style: solid;
  border-color: rgba(135, 206, 235, 0.8);
}
.ticketprice {
  width: 33.33%;
  border: 10px; 
  position: relative;
  display: inline-block;
  background: #b3c7c0;
  left: auto;
  right: auto;
  text-align: center;
  vertical-align: top;
}
.artimg {
  width: 50%;
  max-width: 1080px;
}
