/*---- Just a Custom Stylesheet -----*/

/* Typography */

@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,700;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700&display=swap');
/* Minimal CSS Reset */

html {
  box-sizing: border-box;
  font-size: 12px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, ol, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  	font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}
html,
body {
font-family: 'Space Grotesk', sans-serif;
text-align: left;
font-size: 14px;
background: #fff;
width: 100%;
overflow-x: hidden;
}


body.home {
	height: 100vh;
	width: 100%;
/*
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
*/
}
a {
			 	 color: #000;
font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
}
.container {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	}
.container.transparent {
background: transparent;
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 57px;
}
.language-switcher {
	display: flex;
	font-size: 11px;
	
}
.language-switcher a {
	font-family: 'Space Grotesk', sans-serif;
	color: #747474;
}
.current-lang a {
	color: #000;
	}
.lang-item-first {
	margin-right: 10px;
}

.logo {
	flex-grow: 1;

}
.logo span {
font-family: "Space Mono", sans-serif;
font-size: 12px;
text-transform: uppercase;
padding: 5px;
border: 2px dashed #000000;
box-sizing: border-box;
border-radius: 2px;
line-height: 1px;
	}
.logo img {
	height: 25px;
	width: 149px;
}
.main-nav {
	text-transform: uppercase;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #000;
	font-size: 11px;
}
.heroimg {
	height: 175px;
	width: 100%;
	max-width: 500px;
	background: #000;
	overflow: hidden;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
		
 h1,
 h1.post-title,
 h3.post-title {
	 	 color: #000;
font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
font-size: 32px;
font-weight: 700;
line-height: 1.2;
text-align: left;
padding-top: 30px;
margin-bottom: 30px;

}
h1.post-title,
.category h3.post-title,
.section h3.post-title {
	margin-bottom: 0;padding: 0;	
	}
	
.section h1 {
	line-height: .8;
padding-top: 36px;
margin-bottom: 22px;
}
h1 strong {
  font-weight: normal;
  	font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
  	}
h1 span {
	font-size: 0.6em;
  	font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
}  	
.section h3.post-title {
	font-size: 20px;
}	
.alldeals h2  {
	padding-bottom: 30px;
	padding-top: 10px;
	color: #000;
	}
.alldeals h2 a {
	color: #000;
}	
p {
font-family: 'Work Sans', Helvetica, Arial, Sans-Serif;	
		 font-size: 11px;
		 line-height: 1.2;
		 text-align: left;
		 margin: 0;
}
.all-categories {
	padding-bottom: 30px;
}
.all-categories .items {
  display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 6px 6px; 
  grid-template-areas: 
    ". ."; 
  justify-items: center; 
  align-items: center; 
}
.all-categories .item {
	_width: 50%;
}
.all-categories a {
		 	 color: #000;
font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
margin-bottom: 10px;
line-height: 2.4;
display: block;
}
.container.section.trending {
	background: #fdfedf;
}
.section h1,
.latest h1  {
	position: relative;
}
.section h1 svg,
.latest h1 svg {
	position: absolute;
	right: 0;
	height: 25px;
	width: 25px;
	margin-right: 5px;
	margin-top: 1px;
	
}
.container.content {
background: #f9f9f9;
padding-top: 25px;
padding-bottom: 50px;
}

.content h3 {
	line-height: 1.2;
	font-size: 20px;
	margin-top: 25px;	
}
.content p {
	margin: 6px 0;
	line-height: 1.5;
}
.contentlinks {
	margin-bottom: 30px;

    text-indent: -10px; /* key property */
    margin-left: 5px; /* key property */
    }
.contentlinks li {
padding: 0;
margin-bottom: 6px;
line-height: 1.1;
 }
.contentlinks a { 
	font-family: 'Work Sans', Helvetica, Arial, Sans-Serif;	
		 font-size: 11px;
		 line-height: 1.1;
		 text-decoration: underline;
    text-indent: -4px; /* key property */
    margin-left: 6px; /* key property */

	
}
.contentlinks li:before {
	content: ' ';
  border: solid black;
  border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
  transform: translateY(-1px) rotate(-45deg);
-moz-transform:translateY(-1px) rotate(-45deg);
-webkit-transform:translateY(-1px) rotate(-45deg);
-o-transform:translateY(-1px) rotate(-45deg);
-ms-transform:translateY(-1px) rotate(-45deg);
    _margin-right: 6px;
}
contentlinks a:before {
	content: ' ';
	_margin-left: -10px;
	margin-top: -1px;
	margin-right: 6px;
	border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.contentlinks a:hover {
	color: #000;
	text-decoration: none;
}
 .category-img {
	width: 100%;
	height: 180px;
		max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow: hidden;
}
 .category-img img {
	
    height: 180px;
    width: auto;
    max-width: 5000%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	}
.section .category-img {
	max-width: 70px;
	margin-right: 15px;
	height: 70px;
}
.section .category-img img {
	 height: 70px;
	 }
	 
.entry {
	padding-bottom: 15px;
}
.entry h2 {
	font-size: 36px;
	line-height: 1.3;
	margin: 0;
	
}
.entry h3 {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
.entry .top,
.category .the-post,
.section .the-post,
.the-post .top {
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	padding: 12px 20px;
	
}
.category .the-post,
.section .the-post {
	width: 100%;
	display: block;
	border-bottom: 2px solid #000;
	color: #000;
	margin-bottom: 20px;
}
.section .the-post,
.category .the-post {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 12px;
}
.the-post .category-img {
	align-self: flex-start;
}
.the-post .text {
	flex-grow: 1;
	}
.the-post .arrow {

}
.the-post .post-content a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
	font-size: inherit;
}
.arrowicon {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.the-post:hover {
	text-decoration: none;
	}
.the-post:hover h3 {
	text-decoration: underline;
}
.single .the-post {
	padding-bottom: 15px;
}
.the-post .subtitle {
	font-weight: 700;
	display: block;
	padding-bottom: 13px;
	}
.the-post p {
	margin-bottom: 3px;
}	
.section .the-post .subtitle {
	padding-bottom: 0;
    font-size: 12px;
	}
.mybreadcrumb {
	color: #000;
	display: block;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 12px;
	font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
}
.mybreadcrumb a {
	text-decoration: underline;
	color: #000;
	font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
	padding-top: 20px;
	padding-bottom: 20px;
}
.dashed-horizontal {
  height: 2px;
  background-image: linear-gradient(90deg, #000, #000 60%, transparent 50%, transparent 100%);
  background-size: 16px 100%;
  border: none;
}
.dashed-vertical,
.btn.dashed:before,
.btn.dashed:after {
	content: ' ';
  width: 2px;
  height: 44px;
  background-image: linear-gradient(0deg, #000, #000 60%, transparent 50%, transparent 100%);
  background-size: 100% 16px;
  border: none;
  display: inline-block;
}
.entry .bottom,
.the-post .bottom {
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
		padding: 12px 20px;
}
.btn {
	padding: 0;
	border: 0;
	background: transparent;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 40px;
	justify-content: space-between;
	background: #000;
	text-align: center;
	border-radius: 2px;
}
.btn a {
	text-decoration: none;
		font-family: "Work Sans", Helvetica, sans-serif;
		font-weight: 700;
		text-align: center;
		display: inline-block;
	color: #fff;
	width: 100%;
	padding: 18px 0;
	}
.btn.dashed {
	background: transparent;
	}
.dashed-horizontal + .btn {
	margin-top: 20px;
}
.dashed-horizontal + .btn.dashed {
	margin-top: 0;
}
.flag + .dashed-horizontal,
.flag + .btn {
	margin-top: 20px;
}		
.code {
	flex-grow: 1;
	font-family: "Space Mono", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #000;
}
.code span {
	font-family: Helvetica, sans-serif;
}
.code.link span {
	font-size: 11px;
}
.code input {
	width: 100%;
	border: 0;
	background: transparent;
	font-family: "Space Mono", Helvetica, sans-serif;
	outline: none;
	font-size: 11px;
	padding-left: 5px;
}
.inside-btn {
	background: #6DFFCB;
	color: #000;
	margin: 5px;
	padding: 10px 10px;
	font-family: "Work Sans", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
	border-radius: 2px;
	height: 34px;
	white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.inside-btn svg {
  margin-right: 10px;
	height: 12px;
	width: 12px;
}
a.inside-btn {
	width: auto;
	padding: 10px 15px;
	color: #000;
}
.inside-btn.show {
	background: #000;
	color: #fff;	
	}
.inside-btn.success svg {
	height: 15px;
}
.code.success span {
	    background: #000;
    color: #6DFFCB;
}
.info {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 10px 0;
}
.info svg {
	height: 16px;
	width: 16px;
	margin-right: 12px;
}
.flag {
		font-family: "Work Sans", Helvetica, sans-serif;
	font-weight: 700;
	font-size: 12px;
display: block;

width: auto;
position: relative;

}
.flag span {
	margin: 3px 0;
	padding: 5px;
	padding-left: 25px;
	position: relative;
	display: inline-block;
	line-height: 1.1;
	}
.flag svg {
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 4px;
}
.flag.lastused span {
	background: #FEFFBD;

}
.flag.lastused svg {
	left: 5px;
	top: 5px;
	}

#footer {
	background: #ededed;
	padding-top: 60px;
	padding-bottom: 10px;
	font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
}	
.copyright {
	font-family: 'Space Grotesk', Helvetica, Arial, Sans-Serif;
	font-size: 11px;
}

.container.expired {
	background: #F8F8F8;
}
.container.expired .dashed-horizontal {
	background-image: linear-gradient(90deg, #777777, #777777 60%, transparent 50%, transparent 100%);
	margin: 0;
}
.container.expired .the-post {
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;

}
.container.expired > .row > div {
	margin-bottom: 10px;
}
.container.expired .the-post .text {
	padding: 12px;
	}
.container.expired .the-post:before,
.container.expired .the-post:after {
    content: ' ';
    width: 2px;
    height: 100%;
    background-image: linear-gradient(0deg, #777777, #777777 60%, transparent 50%, transparent 100%);
    background-size: 100% 16px;
    border: none;
    display: inline-block;
    position: absolute;
}
.container.expired .the-post:after {
	right: 0;
}
.container.expired h2 {
	margin-top: 22px;
	margin-bottom: 20px;
	word-spacing: 9999999px;
	color: #777777;
}
.container.expired h3.post-title,
.container.expired .subtitle {
	color: #777777;	
}
.container.expired .the-post:hover h3.post-title {
	text-decoration: none;
}

.sitelinks h1 {
	  color: #606060;
	  font-size: 14px;
    font-family: 'Work Sans', Helvetica, Arial, Sans-Serif;  
    font-weight: 400;
    letter-spacing: -0.01em;
}
ul.sitelinks-list {
	list-style: none;
	column-count: 2;
	column-rule: solid 1px #d8d8d8;
	column-gap: 60px;
	padding-top: 0px;
}
ul.sitelinks-list li {
	line-height: 1;
	margin-bottom: 15px;
}
ul.sitelinks-list li a,
ul.sitelinks-list li a strong {
    font-size: 11px;
    font-family: 'Work Sans', Helvetica, Arial, Sans-Serif;
    color: #606060;
    letter-spacing: -0.01em;
}
@media only screen and (min-width: 501px) {
	body {
		background: #ededed;
		height: 100vh;
	}
	.container {
		background: #fff;
	}
	section#header {
		margin-top: 15px;
	}
	.container.expired {
	background: #F8F8F8;
	}
	.container.sitelinks {
		background: transparent;
	}
} 
@media only screen and (min-width: 993px) {
	.section h3.post-title {
		font-size: 26px;
	}
	.section .the-post .subtitle {
    font-size: 14px;
	}
}    