@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css");
footer.site-footer {
		text-align: center;
		/*padding-top: 130px;*/
		/*padding-bottom: 115px;*/
		/*padding-top: 140px;*/
  /*  padding-bottom: 130px;*/
		padding-left: 15px;
		padding-right: 15px;
		/*font-family:"helvetica-neue-condensed-black";*/
		/*font-family: HelveticaNeue-CondensedBlack;*/
		/*font-family: "HelveticaCondensedMedium";*/
		font-family: "HelveticaCondensedBold";
		/*padding-top: 140px;*/
  /*  padding-bottom: 130px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}
footer.site-footer p{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1.3;
	word-wrap: break-word;
	letter-spacing: 2px;
}
footer.site-footer p span a {
	text-decoration: underline;	
	cursor: pointer;
	color: #8ACE00 !important;
	text-underline-position: under;
}
footer.site-footer .follow-us {
	margin-top: 66px;	
}
footer.site-footer .follow-us .list {
	margin-left: 0px;
  margin-top: 35px;
  gap: 70px;
  display: flex;
  justify-content: center;
}
footer.site-footer .follow-us .list a {
	display: inline-block;
}
footer.site-footer .follow-us .list a.icon-instagram::before {
	font-family: "Font Awesome 5 Brands";
	/*font-size: 39px;*/
	font-size: 2.813rem;
	font-weight: 400;
	cursor: pointer;
}
footer.site-footer .follow-us .list a.icon-tickok {
	-webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
footer.site-footer .follow-us .list a.icon-tickok::before {
	font-family: "Font Awesome 5 Brands";
	content: "\e07b";
	/*font-size: 39px;*/
	font-size: 2.438rem;
	font-weight: lighter;
	cursor: pointer;
}
/*@media only screen and (min-width: 992px) {*/
/*	footer.site-footer {*/
		
/*	}*/
/*}*/
.layout__region--second .contextual-region .css-section-4 {
	border-bottom: 0;
}
@media only screen and (min-width: 768px) {
	/*footer.site-footer {*/
	/*	padding-top: 120px;*/
	/*	padding-bottom: 115px*/
	/*}*/
}
@media only screen and (min-width: 1200px) {
	/*footer.site-footer {*/
	/*	min-height: 400px;*/
	/*	padding-top: 90px;*/
	/*	padding-bottom: 140px;*/
	/*}*/
	/*.site-footer > .layout-container {*/
	/*	max-width: 2816px;	*/
	/*}*/
	footer.site-footer .follow-us {
		margin-top: 44px;
		/*margin-left: 17px;*/
		margin-left: -5px;
	}
	footer.site-footer .follow-us .list {
		/*margin-left: 15px;*/
	  margin-top: 25px;
	  /*gap: 40px;*/
	  gap: 75px;
	}
	
}
@media only screen and (max-width: 991px) {
	/*footer.site-footer {*/
	/*	padding-top: 120px;*/
	/*	padding-bottom: 115px*/
	/*}*/
	footer.site-footer p span {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
	/*footer.site-footer {*/
	/*	padding-top: 140px;*/
 /*   padding-bottom: 130px;*/
	/*}*/
	/*footer.site-footer p{*/
	/*	font-size: 1.2rem;*/
	/*	letter-spacing: 1.5px;*/
	/*}*/
}