/*  
Theme Name: Secret Smile Collective #05
Theme URI:  http://www.secret-smile.com/
Description: Created by Secret Smile Design
Author: Cristina (contatosecretsmile@gmail.com)
Author URI: http://www.secret-smile.com/
Version: 2.0

--------------------------
    Default Colors
--------------------------

#fafafa
#ffffff
#999999
#222222
#e5eff1
#fd8a72
#f1f1f1
*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:wght@400;500;600;700;800;900&display=swap');

html {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

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

body {
	background-color: #06080B;
	color: #999999;
	font: 400 11px 'Azeret Mono', monospace;
	overflow-x: hidden;
	margin: 0;
	background-image: url("images/backgroundstars.png");
	background-repeat: repeat;
}

strong {
    background-color: #1C2032;
    padding: 5px;
    color: #999999;
    font-weight: 500;
}

a,
a:hover {
	text-decoration: none;
	cursor: help;
}

a {
	color: #999999;
}

a:hover {
	color: #999999;
}

a,
.social-menu li a,
.collbox img,
.collbox .title,
.collbox .info,
.more-sites a,
#footer a,
#credit a,
.more-sites a:before {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

#main-container {
	margin: 0 auto;
	background-color: #06080B;
	background-image: url("images/backgroundstars.png");
	background-repeat: repeat;
}


/* ----------------- HEADER ----------------- */

#header {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	display: table;
}

#info {
	display: block;
	text-align: center;
	margin: 10px auto;
}

h1 {
	font-size: 5.417em;
	font-family: 'smithen_regular';
	font-weight: normal;
	line-height: 30px;
	margin: 25px auto 0 auto;
	color: #777777;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
}

h1 span {
	z-index: 1;
	position: relative;
}

h1:before {
	content: "";
	position: absolute;
	background: #1C2025;
	height: 50%;
	width: 100%;
	bottom: 5%;
	right: 0;
	left: 0;
	z-index: 1;
}

.tag {
	display: block;
	padding: 0;
	margin-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
    font-family: 'Azeret Mono', monospace;
    font-weight: 700;
    color: #989077;
}


/* ----------------- CONTENT ----------------- */

#content {
	width: 65%;
	margin: 20px auto 0 auto;
	overflow: hidden;
	list-style: none;
	text-align: center;
}

.collbox-item {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0;
	vertical-align: top;
}

.collbox {
	margin: 0 5px;
	vertical-align: top;
}

.collbox .title,
.collbox .info {
	padding: 0;
	line-height: normal;
	font-size: 0.870em;
	letter-spacing: .6px;
	text-transform: uppercase;
	display: inline-block;
	color: #888888;
	position: relative;
	width: 100%;
	font-weight: 600;
}

.collbox:hover .title,
.collbox:hover .info {
	color: #999999;
}

.collbox .title {
	margin: 0 0 3% 0;
	text-align: right;
}

.collbox .info {
	margin: 3% 0 0 0;
	text-align: left;
}

.collbox .title span,
.collbox .info span {
	background-color: #06080B;
	z-index: 10;
	position: relative;
}

.collbox .title span {
	padding-left: 5px;
}

.collbox .info span {
	padding-right: 5px;
}

.collbox .title:before,
.collbox .info:before {
	display: inline-block;
	content: '';
	height: 4px;
	width: 100%;
	background: #6F4B11;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
}

.collbox .title:after,
.collbox .info:after {
	content: '\2022';
	color: #282D34;
	position: absolute;
	top: 0;
	z-index: 1;
	font-size: 1.667em;
	line-height: 13px;
	background: #06080B;
}

.collbox .title:before,
.collbox .title:after {
	left: 0;
}

.collbox .info:before,
.collbox .info:after {
	right: 0;
}

.collbox .image {
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 0px solid #333333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.collbox img {
	margin: 0;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.collbox:hover img {
	margin: 0;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 1;
	filter: alpha(opacity=100);
}

.more-sites {
	margin: 20px auto;
	font-size: 0.917em;
	width: 100%;
	font-weight: 600;
}

.more-sites a {
	text-decoration: none;
	color: #999999;
	text-transform: uppercase;
	padding: 1px 2px;
	margin: 1px;
	display: inline-block;
	position: relative;
}

.more-sites a:hover {
	padding: 1px 2px;
	margin: 1px;
	display: inline-block;
	color: #222222;
}

.more-sites a:before {
	content: '\2022';
	color: #705E40;
	font-size: initial;
	margin-right: 2px;
}

.more-sites a:hover:before {
	color: #6F4B11;
}


/* ----------------- FOOTER ----------------- */

#footer {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
	text-align: center;
}

#footer .content {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	display: block;
}

#footer .links,
#social {
	display: block;
	vertical-align: middle;
	color: #989077;
	margin-top: 10px;
}

.links a {
    color: #888888
    font-size: 0.870em;
	letter-spacing: .6px;
	text-transform: uppercase;
	font-weight: 600;
}

.links a:hover {
    color: #888888;
}

.underline{
  position: relative;
}

.underline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 3px;
  background-color: #1C2032;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.underline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }

#social {
	margin-top: 10px;
}

#footer .credit {
	display: block;
}

#footer a {
	color: #999999;
	margin: 2px;
	padding: 0;
	display: inline-block;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}

#credit {
	font-size: 0.833em;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	position: fixed;
	bottom: 2px;
	right: 2px;
	margin: 0 10px 10px 0;
	text-transform: uppercase;
}

#credit a {
	border: 1px solid #333333;
	margin: 0;
	padding: 0 2px;
	display: inline-block;
}

#credit a:hover {
	color: #888888;
	background-color: #fd8a72;
}

.social-menu {
	padding: 0;
}

.social-menu ul {
	padding: 0;
	margin: 0 auto;
}

.social-menu li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.social-menu a {
	color: #777777;
	display: inline-block;
	font-size: 0.917em;
	text-decoration: none;
	margin: 0;
	padding: 8px 4px;
	position: relative;
}

.social-menu a:hover {
	color: #222222;
}

.social-menu a:before {
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	content: '';
}

.social-menu a[href*='mailto:']:before,
.social-menu a[href$='/contact/']:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
}

.social-menu a[href*="twitter.com"]:before {
	content: "\f099"
}

.social-menu a[href*="facebook.com"]:before {
	content: "\f09a"
}

.social-menu a[href*="pinterest.com"]:before {
	content: "\f0d2"
}

.social-menu a[href*="youtube.com"]:before {
	content: "\f167"
}

.social-menu a[href*="instagram.com"]:before {
	content: "\f16d"
}

.social-menu a[href*="goodreads.com"]:before {
	content: "\f3a8"
}

.social-menu a[href*="tumblr.com"]:before {
	content: "\f173"
}

.social-menu a[href*="vimeo.com"]:before {
	content: "\f27d"
}

.social-menu a[href*='mailto:']:before,
.social-menu a[href$='/contact/']:before {
	content: "\f0e0";
}

::-webkit-scrollbar{height: 4px; width: 4px; -webkit-border-radius: 0px; background-color:;}
::-webkit-scrollbar-thumb{background-color:#111111;}
::-webkit-scrollbar-track{background-color:;}

/* ----------------- RESPONSIVE ----------------- */

@media all and (max-width: 1024px) {
	#footer .links,
	#social {
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width: 640px) {
	h1 {
		font-size: 9vw!important;
	}
}

@media all and (max-width: 480px) {
	#content {
		width: 100%;
	}
}