@charset "UTF-8";
/*
Theme Name: Dippy
Author: Fuzzy Duck
Author URI: https://fuzzyduck.co.uk
Description: The mobile app for lin4life

Version: 1.0
*/

@font-face {
font-family: 'HelveticaBold';
src: url('Helvetica-Bold.woff2') format('woff2'),
url('Helvetica-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'HelveticaNeueLight';
src: url('HelveticaNeueLight.woff2') format('woff2'),
url('HelveticaNeueLight.woff') format('woff');
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'HelveticaNeueMedium';
src: url('HelveticaNeueMedium.woff2') format('woff2'),
url('HelveticaNeueMedium.woff') format('woff');
font-weight: 500;
font-style: normal;
}

#cn-accept-cookie,#cn-more-info {
    background: #2a383c !important;
}
.cookie-notice-container {
  box-sizing:  border-box;
}

.wp-image-22 {
  z-index: 99999;
}

body, html {
height: 100%;
width: 100%;
}
body {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
font-family: 'HelveticaNeueMedium', sans-serif;
padding: 0;
margin: 0;
background: #fff;
position: relative;
}
img {
width: 100%;
height: auto;
}
h1 {
font-family: 'HelveticaNeueMedium', sans-serif;
color: white;
padding: 15px 0;
margin: 0 0 20px 0;
font-size: 2em;
line-height: 1.2em;
}
h2 {
font-family: 'HelveticaNeueMedium', sans-serif;
color: white;
padding: 15px 0;
margin: 0;
font-size: 2em;
line-height: 1.2em;
}
.page-id-2 h2 {
line-height: 1.5em;
}
h2 a {
color: white;
text-decoration: none;
}
h2 a:hover {
color: #6fa99d; /* blob colour */
}
ul {
list-style: none;
padding: 0;
margin: 0;
}

p {
padding: 0;
margin: 1em 0 1.4em 0;
line-height: 1.2em;
font-size: 1em;
}
.content p:first-of-type {
font-size: 1em;
line-height: 1.4em;
}

.content a {
  color: #fff;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-current-item > .responsive-menu-item-link {
  background-color: transparent !important;
  border-color: transparent !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover {
  background-color: transparent !important;
}
#responsive-menu-container #responsive-menu, #responsive-menu-container #responsive-menu ul {
  width: 100%;
}

ul.responsive-menu-submenu.responsive-menu-submenu-depth-1.responsive-menu-submenu-open {
  padding-top: 10px !important;
}

#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
  border-bottom: none !important;
  background-color: transparent !important;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    border-left: transparent !important;
    background-color: transparent !important;
}

.container {
max-width: 1024px;
margin: 0 auto;
height: 100%;
min-height:100%; /* gives layout 100% height */
position: relative;
background: #364548;
}

/* .page-template-page-locations .container {
background: #03a888;
} */
.page-template-page-finding-dippy .container {
background: #00775f;
}


#responsive-menu {
padding: 100px 0 0 10% !important;
}
#responsive-menu-button {
top: 0 !important;
left: 0 !important;
padding: 0 !important;
margin: 0 !important;
position: absolute !important;
}

.mainbanner {
font-size: 0;
background: #03a888;
height: 40%;
position: relative;
}

.mainbanner img {
  width: 90%;
  height: auto;
  margin: auto;
  justify-content: center;
  display: flex;
  position: relative;
  z-index: 999;
}

p.img-credit {
  font-size: 6px;
  color: white;
  position: absolute;
  bottom: 4%;
  left: 76%;
  z-index: 999;
}

.socialbtns {
position: absolute;
bottom: 30px;
left: 10%;
list-style: none;
padding: 0;
margin: 0;
}
.socialbtns li {
padding: 0 0 3% 0;
margin: 0;
text-indent: -9999px;
display: inline;
}
.socialbtns li a {
display: inline-block;
width: 50px;
height: 50px;
margin-right: 10px !important;
}

.locations-menu {
position: absolute;
right: 0;
}
.locations-menu ul {
list-style: none;
padding: 0;
margin: 0;
width: 70px;
position: absolute;
right: 0;
}
.locations-menu li a {
width: 70px;
height: 70px;
display: block;
background-color: #2b383c;
background-size: contain;
background-repeat: no-repeat;
text-indent: -99999px;
margin-bottom: 1px;
}
.locations-menu li:nth-child(1) a {
background-color: white;
}
.locations-menu .imageheader {
opacity: 0;
}


.onit {
background-color: #b0a160 !important;
}
.back {
background-image: url('img/btn-back.png');
}
.landing {
background-image: url('img/btn-main.png');
display: none !important;
}
.dippyqa {
background-image: url('img/lightbulb.png');
}
.dyk {
background-image: url('img/btn-dyk.png');
}
.bio {
background-image: url('img/btn-bio.png');
}
.ar {
background-image: url('img/btn-ar.png');
}

.imageheader {
  position: relative;
}
.ga {
  position: absolute;
  bottom: 0;
  left: 6%;
  max-width: 60px;
  height: auto;
  display: none !important;
}
.imageheader img {
display: block;
}
.dotlogo {
    padding: 70px 5% 0 5%;
  max-width: 900px;
      margin: 0 auto;
}

.pages {
background: #03a888;
color: white;
}
.content {
padding: 6% 18% 6% 6%;
}
.contentcentre {
padding: 0% 20% 6% 20%;
text-align: center;
}
.wpgmza_infowindow_address {
display: none !important;
}

.qbox {
padding: 20px;
text-align: center;
border: 2px solid;
}
.btns {
display: block;
background: #2b383c;
margin: 10px auto;
color: white;
text-decoration: none;
padding: 15px;
max-width: 300px;
}
.que {
color: #b0a160;
margin: 10px 10px 0 10px;
font-size: 2em;
padding: 0;
display: inline;
}
.incorrect p {
margin-bottom: 0;
}
.boneimg {
max-height: 200px;
padding: 10px 0;
width: auto;
    max-width: 200px;
}

.insta {
background: url(img/instagram.png) top center no-repeat;
background-size: contain;
}
.twitt {
background: url(img/twitter.png) top center no-repeat;
background-size: contain;
}
.faceb {
background: url(img/facebook.png) top center no-repeat;
background-size: contain;
}

.overlay {
width: 100%;
height: 100%;
position: absolute;
background: rgba(0,0,0,0);
z-index: 999;
top: 0;
left: 0;
pointer-events: none;
}
.overlaydark {
background: rgba(0,0,0,0.5);
}
.page-id-73 h1 {
text-align: center;
}

.page-id-63 .locations-menu .imageheader {
  opacity: 1;
}

.page-id-346 .main a {
  color: #b0a160;
}

.page-id-346 .main a:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.page-id-346 h4 {
  background-color: white;
  color: #2b383c;
  text-indent: 10px;
  line-height: 40px;
  border-bottom-right-radius: 20px;
}

.page-id-351 .main a {
  text-decoration: underline;
  color: #b0a160;
}

.page-id-351 .main a:hover {
  text-decoration: underline;
}

.page-id-351 h4 {
  background-color: white;
  color: #2b383c;
  text-indent: 10px;
  line-height: 40px;
  border-bottom-right-radius: 20px;
}

.main {
padding: 10%;
background: #364548;
color: white;
text-align: left;
position: relative;
}
.main ul {
padding: 0;
margin: 0;
list-style: none;
}
.main li {
background: url(img/arrow.png) bottom right no-repeat ;
padding: 20px;
margin: 0 auto 40px auto;
max-width: 400px;
text-align: left;
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
}
.main a {
padding: 0;
margin: 0;
text-decoration: none;
color: white;
}
.main img {
margin-bottom: 10px;
}
.collected-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
height: 40px;
}
.collected {
background: white;
color: #2b383c;
text-align: center;
padding: 20px;
margin: 0;
height: 100%;
display: flex;
align-items: center;
}
.numbercontainer {
background: #fff;
font-size: 2em;
text-align: center;
padding: 20px;
height: 100%;
display: flex;
align-items: center;
}

a.fnd-back {
  width: 60px;
  height: 60px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

a.fnd-back::before {
  content: 'back';
  position: absolute;
  bottom: 62px;
  text-transform: uppercase;
}

.arrow-bk {
  background-image: url(img/btn-back.png);
  background-size: contain;
  height: 50px;
  width: 50px;
}


.maintitle {
background-color: #03a888;
}
.h1bg {
  /*
  background-image: url(img/blob01.png);
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  */
}
.maintitle h1 {
font-family: 'HelveticaBold', sans-serif;
color: white;
text-align: center;
padding: 5% 0 10px 0;
margin: 0;
line-height: 1.2em;
}
.maintitle h2 {
font-family: 'HelveticaNeueLight', sans-serif;
color: white;
text-align: center;
padding: 5% 0;
margin: 0 auto;
font-size: 1.2em;
width: 300px;
line-height: 1.2em;
}
.maintitle .st {
font-size: 1.8em;
}
.maintitle .st:nth-last-child(1) {
  /*
margin-top: 20px;
display: block;
*/
}
.maintitle .lt {
font-size: 4em;
}
.maintitle .st {
font-size: 1.8em;
}

.instructions {
margin: 20px;
padding: 10%;
box-sizing: border-box;
background-color: rgba(0,0,0,0.5);
height: 100%;
display: block;
position: absolute;
height: auto;
bottom: 0;
top: 0;
left: 0;
right: 0;
color: white;
text-align: center;
}
.closeins {
  padding: 10px;
  background-color: white;
  color: black;
}
.closeins:hover {
background: #b0a160;
}


.bonecontainer {
position: relative;
  background: #00775f;
}
.bone00 {
  background: #00775f;
  padding-bottom: 50px;
}
.bones {
position: absolute;
top: 0;
padding: 40px 0;
}
.bones img {
opacity: 0.3;
}

.congrats {
  z-index: 9;
position: absolute;
  background: #00775f;
}

/* Google maps box */
.gm-style-iw {
background: #2b383c !important;
border-radius: 0 !important;
color: white;
padding: 15px !important;
margin: 0 !important;
}
.gm-style-iw p {
padding: 0 0 10px 0 !important;
margin: 0 !important;
}
.gm-style-iw-d {
overflow: hidden !important;
}
.gm-style .gm-style-iw-t::after {
background: #2b383c !important;
}
.wpgmza_infowindow_image {
padding-bottom: 10px;
}
.wpgmza_infowindow_title {
font-size: 1em;
}
.wpgmza_map {
height: 100% !important;
}

.wpgmza_infowindow_image {
pointer-events: none;
}
.wpgmza_infowindow_link {
position: absolute !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100% !important;
text-indent: -999999px !important;
}

.wpgmza_map img {
max-width: none;
width: 100% !important;
}
.gm-style-iw {
width: 300px !important;
}

/* Get Involved */
.get-involved {
  background: #03a888;
}

.get-involved .upper {
  text-align: center;
}

.ctf-tweets {
  display: none;
}

#ctf #ctf-more {
  display: none;
}

.fts-twitter-followers-wrap {
  display: none;
}

.fts-twitter-backg-image, .fts-twitter-backg-image img {
  display: none;
}

#ctf .ctf-item:first-child {
  display: none;
}

#ctf.ctf-super-narrow .ctf-header-follow {
  margin-bottom: 15px;
}

#ctf .ctf-header .ctf-header-user {
  font-size: 24px;
}

#twitter-feed-DippyOnTour {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-gap: 40px;
  width: 100%;
  padding-top: 50px;
}

.tweeter-info .fts-right {
  padding: 15px;
  font-size: 12px;
  background: #2b383c;
}

.fts-twitter-quoted-text-wrap {
  border: 1px solid rgba(239,232,232,0.2) !important;
}

.fts-right .fts-uppercase, .fts-twitter-full-width .fts-uppercase {
  display: grid;
  grid-gap: 10px;
  padding-left: 20px;
  padding-top: 10px;
}

.fts-twitter-text {
  padding-left: 72px;
}

.fts-twitter-username img.twitter-image {
  margin: 20px 12px;
}

.fts-twitter-reply-wrap .fts-share-wrap {
  margin-left: 2px;
}

.fts-powered-by-text-popup a.fts-powered-by-text {
  display: none !important;
}

.fts-twitter-reply-wrap-left {
  float: none;
}

.fts-twitter-no-margin-left {
  margin-left: 0px !important;
}

a.fts-twitter-favorites-wrap {
  margin-left: 20px;
}

.fts-twitter-favorites, .fts-twitter-reply, .fts-twitter-retweet {
  margin-left: 20px;
}

.socialz {
  display: flex;
  margin: 20px auto;
  justify-content: center;
  align-items: center;
}

.socialz .icon-ig {
  background-image: url(img/instagram.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin: 10px;
}

.socialz .icon-tw {
  background-image: url(img/twitter.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin: 10px;
}

.socialz .icon-fb {
  background-image: url(img/facebook.png);
  background-size: cover;
  width: 40px;
  height: 40px;
  margin: 10px;
}

.footer {
background-color: #03a888;
padding: 40px 20px 60px;
background-image: url(img/footer.png);
background-size: cover;
background-repeat: no-repeat;
background-position: top;
box-sizing: border-box;
position: absolute;
width: 100%;
max-width: 1024px;
text-align: center;
margin-top: -25px;
display: grid;
justify-content: center;
align-items: center;
height: auto;
}
.footer img {
max-width: 100px;
height: auto;
}
.footer .start {
text-decoration: none;
display: grid;
grid-template-columns: repeat(2, 1fr);
}


/* Rhys styles */
.menu-title {
  position: absolute;
  top: 55px;
  left: 4px;
  color: white;
  z-index: 9999;
}

.footer-h2 {
  font-size: 14px;
}

.footer-h5 {
  color: white;
  margin: 0 0 10px;
  font-size: 12px;
      line-height: 1.5em;
}

.footer .start-img {
  width: 50px;
  margin-left: 10px;
}

.footer-h2-start {
  line-height: 0 !important;
  text-align: right;
  align-items: center;
  display: grid;
  padding-right: 10px;
  font-size: 32px;
  color: #b0a160;
}

.home .container {
  background: #2b383c;
  height: unset;
}


.header-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 70px 10% 0px;
}

.header-grid a {
  text-decoration: none;
  color: white;
}

.header-grid  .dotlogo {
  padding: 0;
}

.header-grid  .dotlogo img {
  height: 265px;
}

.header-grid h2 {
  line-height: 1em;
  padding: 10px 0px;
  font-weight: 900;
}

.header-grid p {
  margin: 0;
  padding: 6px 0px;
}

p.dot-img-credit {
  position: absolute;
  margin: 10px 0px;
  right: 5%;
  font-size: 8px;
}

.logoz {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0px 10%;
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}

.logoz .col-left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}

.logoz .col-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-content: center;
  align-items: center;
}

.logoz .col-right h5 {
  margin-top: 18px;
  text-align: left;
}

.logoz-low {
  display: grid;
  grid-template-columns: 200px 270px 120px;
  padding: 0px 10%;
  grid-gap: 20px;
}

.logoz-low .col-left .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.logoz-low .col-right .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.sub-title {
  padding: 0px 10%;
  margin-bottom: 10%;
}

.slab {
  padding: 10%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: white;
  color: #000;
}

.slab h3 {
  color: #2B383C;
}

.slab h5 {
  color: #2B383C;
}

.slab a {
  color: #2B383C;
}


/* Star container */

.hidden {
  opacity: 0;
}
.backpack {
  height: 170px;
  width: 150px;
  background: #838383;
  margin: auto;
  color: white;
  position: relative;
  box-shadow: 0 0 4px #ccc;
}
.backpack-top {
  height: 70%;
  width: 90%;
  border: 2px dotted white;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 4%;
  background: lightgray;
  z-index: 5;
}
.backpack-top .total {
  font-size: 2.8em;
  color: white !important;
  text-align: center;
  margin-top: 45%;
}
.starcontainer {
  position: relative;
}
.ministar {
  display: none;
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 48%;
  color: #ffd700; 
  font-size: 30px;
}
.ministar:before {
  font-family: fontAwesome;
  display: inline-block;
  content: "\f005";
}
.star {
  display: none;
  margin: 5px;
  font-size: 80px;
  color: whitesmoke;
  position: absolute;
  z-index: 3;
  top: -15px;
  left: 44%;

}

@media (min-width: 481px) and (max-width: 767px) {
  .star {
    left: 38%;
  }  
}

@media (max-width: 480px) {
  .star {
    left: 31%;
  }   
}

.star.animate {
  animation: stretch-bounce 0.5s ease-in-out;
  -webkit-animation: stretch-bounce 0.5s ease-in-out;
}
.star.hidden {
  opacity: 0;
}
.full:before {
  font-family: fontAwesome;
  display: inline-block;
  content: "\f005";
  position: relative;
  z-index: 2;
}
.star-colour {
  color: #ffd700;
}
@keyframes stretch-bounce {
  0% {
    -webkit-transform: scale(1);
 }
  25% {
    -webkit-transform: scale(1.5);
 }
  50% {
    -webkit-transform: scale(0.9);
 }
  75% {
    -webkit-transform: scale(1.2);
 }
  100% {
    -webkit-transform: scale(1);
 }
}
