/* 
Design Name: Never Enough Design
Design URI: https://neverenoughdesign.com
*/

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: 'Fira Sans Condensed', sans-serif;
	font-size: 13px;
	color: #636363;
	font-weight: 400;
	overflow-x:hidden!important;
	white-space:normal;
}

#wrapper {
	display: block;
	position: relative;
	margin: 0 auto;
    width: 100%;
	max-width: 1500px;
}

#content {
    width: 100%;
}

/*------------------------------------
		    SITE TITLE
------------------------------------*/

#title {
	display: none;
}

.title {
	text-align: center;
	margin: 3% auto;
	display: block!important;
}

	
.title span {
	font-size: 2.8em;
	line-height: 28px;
	margin: 0 auto 10px auto;
	background: -webkit-linear-gradient(right, #f29ad4, #6685c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-transform: uppercase!important;
}

#title .title span::before,
.title span::before {
	content: "Simply my Collection!";
}

/*------------------------------------
			    SITES
------------------------------------*/

#sites {
	padding: 15px auto 0 auto;
	margin-top: 5%;
	width: 76%;
	float: left;
	top: 0;
	right: 0;
	text-align: center;
}

#site {
  display: inline-block!important;
  position: relative;
  margin: 10px 25px;
}

#site a img,
#site img {
	position: relative;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
	border: 0px!important;
	padding: 0;
	margin: .15%;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
	width: 9.5vw;
	border-radius: 200px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
	bottom: 20%;
	left: 50%;
	right: 20%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

#site:hover .image {
	opacity: 0.3;
	filter: grayscale(100%);
}

#site:hover .middle {
  opacity: 1;
}

.text {
  font-size: .95em;
}

.text a {
	background-color: #000;
	color: #fff!important;
	padding: 5px;
}

.sites-body {
	margin: 0 auto 8% auto;
	text-align: center;
	display: block;
}

.marker {
    text-transform: capitalize!important;
	padding: 1%;
	margin: 0.5% auto;
    font-family: 'La Belle Aurore', cursive;
	font-size: 1.75em;
}

.marker b {
	font-family: 'Fira Sans Condensed', sans-serif;
    color: #6685c9;
	font-size: .85em;
}

.details {
	display: block;
}

.date {
	margin: 0 0 1.3% 0;
	font-size: 0.85em;
	padding: 5px;
	font-weight: 400;
	text-transform: uppercase;
}

.date b {
	color: #111;
	border-bottom: 2px solid #f29ad4;
	font-weight: 600;
	padding: 2px 5px;
	position: relative;
    z-index: 1;
}

/*------------------------------------
			  SIDEBAR
------------------------------------*/

#sidebar_all {
	position: fixed;
	width: 20%;
	height: 100%;
	top: 10.5%;
	right: 6.5%;
}

.sidebar,
.affiliates  {
	line-height: 195%;
	margin: 10% auto;	
}

.sidebar-content,
.affiliates-content {
	padding: 10px;
	margin: 0 auto;
	border: 1px solid #eeeded;
	border-radius: 5px;
}

.affiliates-content {
	padding: 10px;
	margin: 0 auto;
	border: 0px!important;
	background: #373737;
	border-radius: 5px;
}

.sidebar-title {
	font-size: 1.45em;
	text-transform: lowercase;
	margin: 8px 0;
    text-align: right;
	font-family: 'Caveat', cursive;
}

.sidebar-title span {
	color: #000;
	border-bottom: 3px solid #eeeded;
	padding: 3px 8px;
	position: relative;
    z-index: 1;
}

.affiliates-content a {
	font-weight: 600!important;
	text-transform: uppercase;
	padding: 0!important;
	text-align: center;	
	color: #fff!important;
  -webkit-transition: opacity 0.4s linear;
  -webkit-transition: all 0.4s ease-out; 
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


.affiliates-content a::before {
	content: '\01F650';
	margin: auto 7px;
	vertical-align: middle;
	color: #94d186;
	font-size: .69em;
}

.affiliates-content a:first-child::before,
.sidebar-socials a::before {
	content: ''!important;
	margin-left: 0px!important;
}

.affiliates-content a:hover {
	color: #ddb6e2!important;
}

.sidebar-socials {
    text-align: center;
}

.sidebar-socials a {
	margin-right: 12px;
}
/*------------------------------------
			    LINKS
------------------------------------*/

a, a:link, a:visited, a:focus {
    font-weight: 600!important;
	color: #757575;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

a:hover {
	color: #6685c9!important;
}

/* ***** DO NOT TOUCH ANYTHING BELOW THIS MESSAGE ***** */

/*------------------------------------
			    CREDITS
------------------------------------*/

#button {
display:inline-block;
position: fixed;
bottom: 5px;
right: 5px;
}

#button a {
    color: #8025e6!important;
}

#button a:hover {
    color: #2533e6!important;
}

/*------------------------------------
		      PC SCREEN
------------------------------------*/

@media (max-width: 1366px), (max-width: 1200px) {
	
	#wrapper {
		max-width: 1200px;
	}
	
	#sites {
		width: 66%;
	}
	
	#site a img {
		width: 15vw;
	}
	
	#sidebar_all {
		width: 28.33%;
		top: 2.5%;
	}
	
	.text {
		font-size: .75em;
	}
	
	.text a {
		display: block!important;
		margin: 2px auto;
}

}

/* ------------------ 

R E S P O N S I V E    C S S

 --------------------- */
 
@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
	
body,
#wrapper,
#content,
#title,
#footer,
#sites,
#sidebar {
	overflow-x: hidden!important;
}

#wrapper {
	text-align: center;
	width: 100%;
}
	
#title {
	display: block!important;
}
	
.sidebar .title {
	display: none!important;
}

#sites,
#sidebar_all {
	display: block;
	clear: both!important;
	width: 100%!important;
	text-align: center!important;
	position: relative!important;
	padding-bottom: 15px;
}

#site a img,
#site img {
	width: 12.5vw;
}
	
.middle {
	top: 40%;
	bottom: 20%;
}
	
.text a {
	padding: 5px 3px!important;
}
    
#sidebar_all {
    width: 90%!important;
	margin: 0 auto!important;
	text-align: center!important;
	right: 0%!important;
}

.sites-body {
	text-align: center;
}

.sidebar-title {
	margin: 1.5% 0 5% 0!important;
    text-align: center;
}
	
.affiliates,
#sidebar {
	display: block!important;
	clear: both;
}

#sidebar .sidebar {
	margin: 0 8px auto 8px!important;
	width: 28.33%;
	display: inline-block!important;
	vertical-align: text-top;
}
}
@media only screen and (max-width: 770px), only screen and (max-device-width: 400px) {
	#site a img,
	#site img {
		width: 12.5vw;
	}
	
	.marker {
	font-size: 1.40em;
}
}
@media only screen and (max-width: 450px), only screen and (max-device-width: 200px) {
	#site a img,
	#site img {
		width: 25.5vw;
	}
	
	.marker b {
		display: block!important;
		line-height: auto;
	}
	
	.middle .text {font-size: .75em;}
}

@media only screen and (max-width: 300px), only screen and (max-device-width: 200px) {
	
	#title .title span {
		font-size: 1.75em!important;
	}
	
	#site {		
		display: block!important;
		margin: 10% auto!important;
		text-align: center!important;
	}
	
	#site a img,
	#site img {
		width: 40.5vw!important;
		margin: auto!important;
	}
	
	.text a {
		padding: 5px 1px!important;
	}
	
	.marker b {
		display: inline-block!important;
		line-height: auto;
	}
	
	#sidebar .sidebar {
		display: block!important;
		width: 90%!important;
}
}