/* --- SIDEBAR --- */

#sidebar_all {
	width: 100%;
    text-align: center;
    margin: 0 auto;
}

.sidebar {
	line-height: 17px;
}

.sidebar-content {
	margin: 0 0 20px 0;
	line-height: 175%;
}

.sidebar-title {
	display: block;
    font-family: 'Qwitcher Grypen', cursive;
	font-size: 2.25em;
	margin: 0 0 10px 24px!important;
	color: #251d19;
	padding: 10px;
	font-weight: 700;
	text-transform: none!important;
    text-align: left;
}

/* -- PROJECTS -- */

#sidebar-projects {
    display: block;
	margin: 0 auto 10% auto;
	text-align: center;
}

.projects-info {
	line-height: 125%;
	text-align: center;
	font-family: 'Poppins', sans-serif!important;
    display: inline-block;
    width: 22.66%;
	background: #fff;
    border: 1px solid #efefef;
    vertical-align: text-top;
	padding: 15px!important;
}

.projects-info-title {
	font-weight: 500;
	font-size: 1.15em;
	text-align: center;
	text-transform: uppercase;
}

.projects-info-title .the-title,
.projects-info-title .the-title a{
	color: #c39d79!important;
	padding: 0 5px;
	font-weight: 500!important;
}

.projects-info-date {
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
}

.projects-info-date:before {
	content:'[ ';
	color: #dbcdc2;
}

.projects-info-date:after {
	content:' ]';
	color: #dbcdc2;
}
	
.projects-info-role {
	font-style: italic;
	color: #170e0f;
	text-align: center;
}

.projects-info-role:before {
	content: 'as ';
	font-style: normal;
	color: #c69a7d;
}

.projects-info-links {
    display: block;
    padding: 5px;
}

.projects-info-links a,
.projects-info-links i {
    margin-right: 7px;
    opacity: .6;
    font: var(--fa-font-solid);
    font-size: .90em;
}

.projects-info-links a:hover {
    opacity: 1;
}

/* --- AFFILIATES --- */

.affiliates {
	line-height: 175%;
	text-align: center;
	padding: 15px 10px!important;
	background: #fff;
    border: 1px solid #efefef;
    margin: 5px;
}

.affiliates-image-info {
    width: 22.33%;
}

.affiliates-text-info {
    width: 70%;
}

.affiliates-image-info .sidebar-title,
.affiliates-text-info .sidebar-title {
    text-align: center;
}

/* Image Affiliates */

.family-image {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2px;
}

.family-image img  {
	margin: 7px 3px!important;
	width: 4.8vw;
	border-radius: 200px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2)!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;
}


           /* - tooltip - */

.family-image a.tooltip:hover {
	position: relative;
}

.family-image a.tooltip span {
	display: none;
}

.family-image a.tooltip:hover span {
	padding: 5px;
	display: block;
	z-index: 100;
	background: rgba(0,0,0,0.8);
	left: 0;
	margin: 2px 0;
	width: auto!important;
	position: absolute;
	top: -20px!important;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-weight: 400!important;
	font-size: 0.85em;
	color: #fff;
	border-radius: 3px;
}

.family-image .tooltip span {
	line-height: 16px;
}

.family-image .tooltip span b {
	font-weight: 700;
	font-size: 1.05em;
	text-transform: capitalize;
	color: #efd1c6;
	font-family: 'Merriweather', serif;
	font-style: italic;
}

.family-image .tooltip span b {
	display: block;
}

   /* Text Affiliates */

.elites-text {
	font-size: .67em;
	font-weight: 400;
	line-height: 1.5;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 7.33%;
	margin: 3px 0;
	padding: 8px 2px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-image-source: url('https://emily-blunt.com/themes/v1-ned-only/images/header.jpg');
	border-image-slice: 90 180;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.elites-text a {
	display: block;
	color: #160d0e!important;
	font-weight: 400!important;
}

.elites-text a span {
	font-weight: 700;
	display: block;
	font-size: 1.25em;
	text-transform: capitalize;
	color: #975149!important;
	font-family: 'Merriweather', serif;
	font-style: italic;
}

.elites-text a:hover {
	display: block;
	color: #c69a7d!important;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
    .projects-info {
        width: 15.66%!important;
    }
    .sidebar-title {
        text-align: center;
	    margin: 0 0 10px 0!important;
    }    
    .projects-info-title {
        font-size: .90em;
    }
    .projects-info-date {
        display: block;
    }
    .projects-info-role {
        font-size: 13px;
    }
    .family-image img  {
        width: 5.5vw;
    }
    .elites-text {
        width: 10.33%;
    }
}

@media only screen and (max-width: 500px), only screen and (max-device-width: 200px) {
    .projects-info {
        width: 40.66%!important;
    }  
    .projects-info-title {
        font-size: .90em;
    }
    .projects-info-date {
        display: block;
    }
    .projects-info-role {
        display: none;
    }
    .family-image img  {
        width: 20.5vw;
    }
    .elites-text {
        width: 22.33%;
    }
    td.affiliates-image-info,
    td.affiliates-text-info {
        width: 95%;
        display: block!important
    }
}