/* ---------------------------------------
   Sidebar Custom Post Type Widgets CSS 
----------------------------------------*/

/* -- EVENTS CALENDAR -- */

.calendar {
	display: block;
	clear: both;
	margin: 12px 0 0 0;
	text-align: left;
	line-height: 175%;
}

.events {
	display: block!important;
	margin-bottom: 10px;
}

.events .event-title {
	font-weight: 700;
	display: inline!important;
}

.events .event-title:before {
	content: '\2666';
	margin-right: 4px;
	font-size: .85em;
	vertical-align: central;
	color: #E1E1E1;
}

.events .event-date {
	display: inline!important;
	text-transform: uppercase;
	font-size: .85em;
}

.events .event-channel,
.events .event-place {
	display: block!important;
}

.events .event-place {
	text-transform: uppercase;
	font-size: .80em;
}

.events .event-channel {
	font-style: italic;
}

.events .event-channel:before {
	content: '(airing on ';
}

.events .event-channel:after {
	content: ')';
}

/* -- PROJECTS -- */

#sidebar-projects {
	display: block;
	margin: 0 auto 10% auto;
	text-align: center;
}

/* Side Poster Images */

.side-projects-img {
	margin: 5px auto;
	display: block!important;
}

.side-projects-img img,
.side-projects-img img:hover {
	float: left;
	width: 40%;
	height: 220px;
	object-fit: cover;
	margin-right: 8px;
	border: 0px;
	padding: 0px;
}

.side-projects-info {
	text-align: left;
	margin: 0!important;
	line-height: 175%;
}

.side-projects-info-title {
	font-weight: 700;
	margin: 5% 0 0 0!important;
	font-size: 1.3em;
}

.side-projects-info-date {
	font-weight: 400;
	text-transform: uppercase;
}

.side-projects-info-date:before {
	content: '(';
}

.side-projects-info-date:after {
	content: ')';
}

.side-projects-info-role {
	font-style: italic;
}

.side-projects-info-role:before {
	content: 'as ';
	font-style: normal;
}

.side-projects-info-synopsis {
	background: #efefef;
	line-height: 20px;
	font-size: 11px;
}

.side-projects-info-links {
	display: block;
	margin: 8px 0 10% 0;
	text-align: left;
}

.side-projects-info-links a {
	padding: 5px;
    background: #efefef;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    color: #000!important;
    text-decoration: none;
    margin: 1px;
	display: inline-block!important;
}

.side-projects-info-links a:hover {
	background: #000;
	color: #fff!important;
}

/* Top Poster Image */

.top-projects-img {
	margin: 5px auto;
	display: block!important;
}

.top-projects-img img,
.top-projects-img img:hover {
	width: 95%!important;
	height: 170px!important;
	margin: 5px!important;
	object-fit: cover!important;
	border: 0px!important;
	padding: 0px!important;
	box-shadow: none!important;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 966px) {
.top-projects-img img,
.top-projects-img img:hover {
	height: auto!important;
}
}

.top-projects-info {
	text-align: center;
	line-height: 175%;
}

.top-projects-info-title {
	font-weight: 400;
	font-family: 'Bad Script', cursive;
	color: #010101;
	font-size: 1.25em;
	font-style: italic;
	text-align: center;
}

.top-projects-info-date {
	font-size: .95em;
	font-style: normal;
	text-transform: uppercase;
	margin-left: 3px;
}

.top-projects-info-date:before {
	content:'[ ';
	color: #e9c0a0;
}

.top-projects-info-date:after {
	content:' ]';
	color: #e9c0a0;
}
	
.top-projects-info-role {
	font-style: italic;
	color: #035a78;
	text-align: center;
	font-size: .99em;
	font-weight: 700;
}

.top-projects-info-role:before {
	content: 'as ';
	color: #4e4e4e;
	font-size: .70em;
	text-transform: uppercase;
	font-style: normal;
}

.top-projects-info-synopsis {
	margin: 10px 0 0 0;
	background: #efefef;
	padding: 12px;
	text-align: center;
	font-size: .90em;
	border-radius: 3px;
}

.top-projects-info-links {
	margin: 2.5% 0 5% 1.5%!important;
	text-align: left;
	font-size: 1.15em;
}

.top-projects-info-links a {
	text-transform: uppercase;
	color: #757575!important;
	padding: 4px;
	margin-right: 6px;
}
 
.top-projects-info-links a:hover {
	color: #00445b!important;
}

/* -- AFFILIATES -- */

.affiliates {
	margin: 0 auto!important;
	text-align: center;
	clear: both;
	display: block;
	line-height: 175%;
}

    /* Image Affiliates */

.family-image,
.elites-image,
.partner-image {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 2px;
}

.elites-image img {
	margin: 6px 5px 7px 3px!important;
	width: 3vw;
}

.family-image img,
.family-image img:hover {
	margin: 6px 5px 7px 0!important;
	width: 5.5vw;
	filter: grayscale(0%) brightness(1.0)!important;
}

.partner-image img {
	margin: 6px 8px 7px 3px!important;
}

@media only screen and (max-width: 450px), only screen and (max-device-width: 200px) {
    .family-image img,
    .family-image img:hover {
        width: 20.5vw!important;
    }
    
    .partner-image img {
        width: 80%!important;
    }

}

/* - tooltip - */

.elites-image a.tooltip:hover,
.family-image a.tooltip:hover,
.partner-image a.tooltip:hover{
	position: relative;
}
.elites-image a.tooltip span,
.family-image a.tooltip span,
.partner-image a.tooltip span {
	display: none;
	line-height: 16px;
}
.elites-image a.tooltip:hover span,
.family-image a.tooltip:hover span,
.partner-image a.tooltip:hover span{
	padding: 5px;
	display: block;
	z-index: 100;
	border-style: solid;
	border-width: 2px;
	border-image-source: url('https://gates-mcfadden.com/gallery/albums/Photoshoots/2022/07-23_Portraits-3/003.jpg');
	border-image-slice: 90 180;
	background: #010101 url('https://gates-mcfadden.com/news/wp-content/themes/version04/images/bg.jpg') top left no-repeat;
	left: 0;
	margin: 2px 0;
	width: 52%;
	position: absolute;
	top: -20px!important;
	text-decoration: none;
	font-weight: 400!important;
	font-size: 0.75em;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
}

.family-image a.tooltip span b {
	font-size: 1.25em;
	text-transform: capitalize;
	color: #ecc898!important;
	font-family: 'Bad Script', cursive;
	font-weight: 400;
}

.partner-image .tooltip span {
	display: none!important;
}

   /* Text Affiliates */

.family-text,
.elites-text,
.partner-text {
	font-size: .68em;
	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: 18.33%;
	margin: 3px 1px;
	padding: 8px 6px;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-image-source: url('https://gates-mcfadden.com/gallery/albums/Photoshoots/2022/07-23_Portraits-3/003.jpg');
	border-image-slice: 90 180;
	background: #010101 url('https://gates-mcfadden.com/news/wp-content/themes/version04/images/bg.jpg') top left no-repeat;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Fira Sans Condensed', sans-serif;
}

@media (max-width : 1366px), (max-width : 1200px) {
.family-text,
.elites-text,
.partner-text {
	width: 22.33%;
}
}

.family-text a,
.elites-text a,
.partner-text a {
	display: block;
	color: #fff!important;
	font-weight: 400!important;
	letter-spacing: 1px;
}

.family-text a span,
.elites-text a span,
.partner-text a span {
	font-weight: 400!important;
	display: block;
	font-size: 1.25em;
	text-transform: capitalize;
	color: #ecc898!important;
	font-family: 'Bad Script', cursive;
}

.family-text a:hover,
.elites-text a:hover {
	display: block;
	color: #6287bb!important;
}

/* -- MAGAZINES COVER -- */

.mags {
	text-align: center;
	margin: 0 auto;
}

.mags a img {
	width: 8.5vw;
}

.mags-title {
	font-weight: bold;
	font-size: 1.25em;
	display: block;
}

.mags-title::before,
.mags-title::after {
	content: '\00B7';
	font-size: .75em;
	margin: auto 0;
}

.mags-title::before {
	margin-right: 5px!important;
}

.mags-title::after {
	margin-left: 5px!important;
}

.mags-date {
	text-transform: uppercase;
	font-size: .87em;
}

.mags-lang {
	font-size: .82em;
	font-style: italic;
}

/* -- ALBUMS HIGHLIGHT -- */

.albs-highlight,
.albs-highlight table {
	text-align: center;
	margin: 0 auto;
}

.albs-details {
	width: 100%;
}

.albs-details-3 {
	width: 30.33%;
	margin: 5px;
}

.albs-details-2 {
	width: 49.33%;
	margin: 5px;
}

.albs-details-3 a img {
	width: 95%;
	height: 15vh;
	object-fit: cover;
}

.albs-details-2 a img {
	width: 95%;
	height: 20vh;
	object-fit: cover;
}

.albs-details a img {
	width: 8.5vw;
}

.albs-title {
	font-weight: bold;
	font-size: .95em;
	display: block;
}

.albs-title::before,
.albs-title::after {
	content: '\00B7';
	font-size: .72em;
	margin: auto 0;
}

.albs-title::before {
	margin-right: 5px!important;
}

.albs-title::after {
	margin-left: 5px!important;
}

.albs-date {
	text-transform: uppercase;
	font-size: .85em;
}

.albs-cat {
	font-size: .79em;
	font-style: italic;
}

.albs-cat-title::before {
	content: '[ ';
	font-size: .72em;
	font-style: normal!important;
}

.albs-cat-title::after {
	content: ' ]';
	font-size: .72em;
	font-style: normal!important;
}