@charset "UTF-8";

/*!
 * tc.css 
 * Version - 1.0.0
 *
 * Copyright (c) 2022 Barry Smith
 */


/* Web Fonts */

@font-face {font-family: "Biome W04 Regular";
  src: url("/assets/fonts/biome-w04-reg/1c6b6cddab6609324d9016562358e0cd.eot"); /* IE9*/
  src: url("/assets/fonts/biome-w04-reg/1c6b6cddab6609324d9016562358e0cd.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/assets/fonts/biome-w04-reg/1c6b6cddab6609324d9016562358e0cd.woff2") format("woff2"), /* chrome?firefox */
  url("/assets/fonts/biome-w04-reg/1c6b6cddab6609324d9016562358e0cd.woff") format("woff"), /* chrome?firefox */
  url("/assets/fonts/biome-w04-reg/1c6b6cddab6609324d9016562358e0cd.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/
  url("/assets/fonts/biome-w04-reg/1c6b6cddab6609324d9016562358e0cd.svg#Biome W04 Regular") format("svg"); /* iOS 4.1- */
}

/*===================
talking cherries css
======================*/

/* Text 
--------*/

.tc-font {
	font-family: "Biome W04 Regular";
}


.hashtag {
	color: #007bff;
}

.in-danger {
	color: #2ED147;
}

.emergancy {
	color: #E4877A;
}

.twitter-link {
	color: #73b5e1;
}

.tc-share {
  display: inline-block;
  position: relative;
}

.tc-share-button {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  background-color: black;
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  line-height: 1.4;
  text-align: center;
}

.tc-share-button:hover,
.tc-share-button:focus {
  color: #fff;
  background-color: darkgray;
  outline: none;
}

.tc-share-button i {
  margin-right: 6px;
}

.tc-share-menu {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  z-index: 10000;
  display: none !important;
  min-width: 180px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  text-align: left;
}

.tc-share.is-open .tc-share-menu {
  display: block !important;
}

.tc-share-menu[hidden] {
  display: none !important;
}

.tc-share-menu-item {
  display: block;
  width: 100%;
  padding: 8px 10px;
  border: 0;
  border-radius: 3px;
  color: #222;
  background: transparent;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.tc-share-menu-item:hover,
.tc-share-menu-item:focus {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  outline: none;
}

.tc-share-menu-item i {
  width: 18px;
  margin-right: 8px;
  text-align: center;
}



/* Structure / Layout 
---------------------*/

.holding-area{
	position: relative;
	z-index: 999999;
  padding-top: 20px;
}

.holding-area::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: url(assets/img/Group1.png) no-repeat;
  top: -62%;
  left: -29%;
  z-index: -1;
}

.partner-img img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.signpost-area {
  position: relative;
  z-index: 2;
}

.signpost-area::after {
  position: absolute;
  content: "";
  /* height: 100%; */
  width: 100%;
  right: -38%;
  bottom: -60%;
  z-index: -1;
}

.footer-area {
	width: 100%;
}

/* Layout - Header 
------------------*/

.logo-area img {
    width: 60px;
    height: 60px;
}


/* Layout - Footer 
------------------*/

.single-footer .logo-area img {
  width: 80px;
  height: 80px;
}

/* Layout - Merchandise
-----------------------*/

.merch-cat-item {
  display: flex;
  flex-wrap: wrap;
  height: 400px;
}

.merch-cat-img {
  float: left;
  width: 50%;
  padding: 10px;
}

/*===================================== end =================================*/
