@charset utf-8;
/*
Theme Name: pca
Theme URI: http://arupdesigns.co.uk/
Author: Arup Sen
Author URI: http://arupdesigns.co.uk/
Description: Wordpress theme for Paolo Cossu Architects. Layout design by Tom Williams at http://cupola.digital/
Version: 1.0

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */


/*	Eric Meyer's zeroing out of elements--------------------------
http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/	*/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0;}
table {
	border-collapse: collapse;
	border-spacing: 0;}
ol, ul {list-style: none;}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";}

/*------------End of Eric's zero elements-----------------*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

/**
 * colour palette
 * #001 - red for headings
 * #4A4A4A - grey for lines and some text
 * #000000 - black for main body text
 */

@font-face {
    font-family:'GrotesqueMTRegular';
    src: url('fonts/grotesquemt-webfont.eot');
    src: url('fonts/grotesquemt-webfont.eot?#iefix') format('eot'),
         url('fonts/grotesquemt-webfont.woff') format('woff'),
         url('fonts/grotesquemt-webfont.ttf') format('truetype'),
         url('fonts/grotesquemt-webfont.svg#webfontiatewkiT') format('svg');
    font-weight: normal;
    font-style: normal;

}


body{
	background: #fff;
	color: #000000;
	font-family: "GrotesqueMTRegular", Arial, sans-serif;
	font-size: 10px;
	line-height: 1.5;
    overflow-x: hidden;
}

/*grouped selectors for position relative and absolute*/
header h1 a, header h2 a, div#work_nav,ul#dots, div#press_nav, .page-id-56 #page-content, .page-id-53 #page-content, .page-id-4 #page-content, #news_nav, .page-id-934 #page-content{position:absolute;}
nav.primary,.page-id-4 article p span, .leftcol,.rightcol, #main, nav.primary a {position:relative;}

/*more grouped selectors*/
a{color:#000000;outline:none;}
a:active {outline:none;}


#main {
/*	positioning grid*/
/*	background:url(images/pca_grid.png) no-repeat;*/
	margin: 4rem 0 4rem 4rem;
}
.container {
	
}

#if-logged-in {
	display:none;
}

h1, h2 {
	letter-spacing: 2px;
}
p {
	letter-spacing: .2px;
}

/*Global*/
.site-title a {
    position: fixed;
    text-decoration: none;
    left: 315px;
    top: 435px;
    /* float: left; */
    /* height: 300px; */
    width: 360px;
    font-size: 13px;
    text-align: right;
    /* justify-content: right; */
    letter-spacing: 6px;

	transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	-o-transform-origin: left top 0;


	transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.site-description {
	position: absolute;
	text-indent: -9999px;
}
	nav {
		
	}
	nav.primary { /*the one on the top left */
		text-transform:uppercase;
		position:fixed;	
	}
	nav.primary li {
		display:block;
		float:left;
		/*border-left:1px solid #666;*/
		text-align:center;
		line-height:14px;
	}
	nav.primary li a{
		padding: 0 .5rem;
		border-left: 1px solid;
		margin: -1px;
	}
	nav.primary li:first-of-type a { 
		border-left: none;
	}	
	nav.primary a{ /*16,13,14*/
		text-decoration:none;
		line-height:14px;
		font-size:10px;
		letter-spacing:2px;
		padding:1px 6px 0px 8px;
		font-weight:normal;
		top:0px;
		
	}
/*	parent page link highlighted*/
	nav.primary .current-menu-item a, .page-template-work-php nav.primary #menu-item-14 a, .page-template-about-php nav.primary #menu-item-16 a, .page-template-press-php nav.primary #menu-item-16 a, .parent-pageid-11 .current-page-ancestor a{
		color:#FFF;
		background-color:#000;
	}
/*	.page-template-press-php .current-page-ancestor a {color:#001;} 
*/	
/*	the about section navigation and some news nav too*/
	#about_nav{margin:8px 0px 0px 83px;}
	#about_nav li a, #news_nav li a{text-decoration:none;line-height:14px;font-size:10px;letter-spacing:2px;}
	#about_nav li, #news_nav li{padding-bottom:6px;}
/*	#about_nav li a:hover, #about_nav li.current-menu-item a, #news_nav li a:hover, #news_nav li.current-menu-item a{color:#001;}
*/	
/*	the news section navigation*/
	#news_nav {top:22px;left:145px;}
	
/*	vacancies page specifics*/
	.page-id-1005 #page-content {width:174px;font-size:10px;letter-spacing:0.2px;line-height:1.7em;padding-top:1px;margin-top:-83px;}
/*	.page-id-1005 #page-content a {color:#001;}
*/
/*	the work and press section navigation*/
	#work_nav, #press_nav{width:177px;left:360px;top:3px;font-size:10px;color:#4A4A4A;padding-left:5px;/*letter-spacing:0.1px;*/white-space:normal;}
	#work_nav ul, #press_nav ul{position:relative;top:-4px;}

	#work_nav li a, #press_nav li a{text-decoration:none;display:block;height:17px;}
/*	#work_nav li a:nth-of-type(even), #press_nav li a:nth-of-type(even){height:12px;display:inline-block;}*/
/*	#work_nav li a:hover, #work_nav li.current-menu-item a, #press_nav li a:hover, #press_nav li.current-menu-item a{color:#001;}
*/	div#work_nav li span, div#press_nav li span{/*font-family:Georgia;font-size:3em;line-height:6px;display:inline-block;width:3px;position:relative;right:2px;top:5px;padding:0 2px 0 1px;*/font-family:Georgia;font-size:10px;display:inline-block;line-height:1.8em;padding:0;background:url(images/black_dot.jpg) no-repeat -1px 2px;width:8px;/*border:1px dotted red;*/color:#FFF;}
	div#work_nav li a:hover span, div#press_nav li a:hover span, #press_nav li.current-menu-item a span, #work_nav li.current-menu-item a span{background:url(images/red_dot.jpg) no-repeat 1px 4px;}

/*	span to make the date number larger*/
	div#press_nav li a span.date, div#work_nav li a span.date, .page-id-53 #page-content a span.date, .page-id-56 #page-content a span.date {font-family:"GrotesqueMTRegular";background:#FFF;display:inline;color:#000;font-size:10.5px;}
	div#press_nav li a:hover span.date, div#work_nav li a:hover span.date, #work_nav li.current-menu-item a span.date, #press_nav li.current-menu-item a span.date{color:#001;}
	
/*	scroll-pane scroll bar for the work and press sections*/
	.jspVerticalBar{left:0px;width:9px;background:transparent;}
	.jspTrack {background:#FFF;}
	.jspVerticalBar .jspDrag {background:#FFF;margin-top:0px;height:25px !important;border-top:1px solid #4A4A4A;}
	.scroll-pane {
	width: 100%;
	max-height: 475px;
	overflow: auto;
}
	/*#scroll-line {border-left:1px solid #4A4A4A;height:100%;width:1px;z-index:2;position:absolute;left:-9px;}*/
	#scroll-line {border-left:1px solid #4A4A4A;height:539px;width:1px;z-index:2;position:absolute;left:364px;top:-2px;display:none;}

	
/*	the work and press section page contents*/
	.page-template-press-php #page-content img.alignnone{padding-bottom:14px;display:none;}
	/*.page-template-press-php #page-content img.alignnone:nth-of-type(1), .page-template-work-php #page-content img.alignnone:first-child{display:block;}*/
	.page-template-work-php #page-content br, .page-template-press-php #page-content br{display:none;}
	.page-template-work-php #page-content p  span, .page-template-press-php #page-content p  span{/*font-family:Georgia;font-size:3em;line-height:6px;display:inline-block;width:3px;position:relative;right:2px;top:5px;padding:0 5px 0 4px;*/font-family:Georgia;font-size:10px;display:inline-block;line-height:1.8em;padding:0;background:url(images/grey_dot.jpg) no-repeat 50% 40%;width:14px;/*border:1px dotted red;*/color:#FFF;}
	.page-template-work-php #page-content p span.dateIE, .page-template-press-php #page-content p span.dateIE{font-family:GrotesqueMTRegular;font-size:inherit;display:inline;line-height:inherit;background:#fff;color:#4A4A4A;}
/*	.page-template-work-php #page-content a, .page-template-press-php #page-content a {text-decoration:none;color:#001;}
*/	.page-template-press-php #page-content {margin:5px 0 0 189px;}
	.page-template-press-php p {position:relative;padding-top:5px;color:#4A4A4A;font-size:10px;letter-spacing:2px;}
	.page-template-press-php #page-content a.pdf{color:#4A4A4A;position:absolute;right:24px;}
	.page-template-work-php #content, .page-template-press-php #content{height:500px;}
	
	
/*	the prizes and exhibitions and people sections*/
	.page-id-56 #page-content, .page-id-53 #page-content, .page-id-934 #page-content{width:550px;left:378px;top:0px;font-size:10px;letter-spacing:0.2px;line-height:13px;}
	.page-id-934 #page-content {top:0px;}
	.page-id-56 #page-content a, .page-id-53 #page-content a, .page-id-934 #page-content a{text-decoration:none;color:#000000;}
	.page-id-56 #page-content a, .page-id-53 #page-content a{display:block;height:4px;}
	/*.page-id-56 #page-content p a:nth-of-type(even), .page-id-53 #page-content p a:nth-of-type(even), .page-id-934 #page-content p a:nth-of-type(even){line-height:12px;}*/
	.page-id-56 #page-content a span, .page-id-53 #page-content a span{/*font-family:Georgia;font-size:3em;line-height:5px;display:inline-block;width:3px;position:relative;right:2px;top:5px;padding:0 2px 0 1px;*/font-family:Georgia;font-size:10px;display:inline-block;line-height:1.8em;padding:0;background:url(images/black_dot.jpg) no-repeat 1px 2px;width:10px;/*border:1px dotted red;*/color:#FFF;}
/*	.page-id-56 #page-content a:hover, .page-id-53 #page-content a:hover, .page-id-934 #page-content a:hover{color:#001;}
*/	.page-id-56 #page-content a:hover span, .page-id-53 #page-content a:hover span, .page-id-934 #page-content a:hover span{background:url(images/red_dot.jpg) no-repeat 3px 4px;}
	.page-id-934 #page-content p{line-height:1.7em;font-size:10px;}
	.page-id-934 #page-content p br{line-height:1.7em;}
	
/*	the contact page*/
	.page-id-4 #page-content{color:#4A4A4A;letter-spacing:2px;font-size:10px;top:509px;line-height:6px;}
	.page-id-4 #page-content a {text-decoration:none;color:#4A4A4A;}
	.page-id-4 #page-content p {padding-bottom:1px;}
	.page-id-4 #page-content p.numbers {font-size:10px;}
	/*.page-id-4 #page-content p.numbers span {font-size:2.7em;}*/
	.page-id-4 #page-content p span {/*font-family:Georgia;font-size:3em;line-height:5px;display:inline-block;width:3px;position:relative;right:2px;top:5px;padding:0 5px 0 4px;*/font-family:Georgia;font-size:10px;display:inline-block;line-height:1.8em;padding:0;background:url(images/grey_dot.jpg) no-repeat 30% 35%;width:14px;/*border:1px dotted red;*/color:#FFF;}
	.page-id-4 #page-content p.credit{position:absolute;left:567px;white-space:nowrap;top:50px;font-size:10px;}
/*	.page-id-4 #page-content p.credit a:hover{color:#001;}
*/	.page-id-4 #page-content p.credit a{color:#000000;}
	
/*	the news section which is the blog*/
	.page-template-news-php #content {position:relative;top:-1px;}
	.page-template-news-php #content h2 {color:#001;padding:0 0 .5rem 0;width:176px;line-height:1.7em;text-transform:uppercase;font-size:10px;}
	.page-template-news-php #content p {width:272.5px;line-height:1.7em;font-size:10px;}
	.page-template-news-php #content a {text-decoration:none;color:#001;}
	.page-template-news-php #content img, .page-template-news-php #content iframe {padding:1rem 2rem 3rem 0;}
	#news_end {margin:4px 0px 47px 252px;font-size:10px;letter-spacing:0.2px;}
	#news_end p {position:relative;}
	#news_end a.top{text-decoration:none;color:#001;position:absolute;left:125px;}
	#news_end span a{text-decoration:none;}
	#news_end span a:hover{color:#001;}
	
	

#content {
	margin-left: 305px;
	}
	.page-id-49 article { /*profile page*/
		display:block;
		vertical-align:top;
		height:457px;
		font-family:GrotesqueMTRegular;
		margin-top:-82px;
	}
		.leftcol, .rightcol{
			width:174px;
			line-height:1.7em;
			font-size:10px;
			height:457px;
			display:table-cell;
			vertical-align:bottom;
			
			margin-top:-40px;
		}
		.rightcol{
			padding-left:15px;
		}



/*	the dot separator using &middot;*/
/*	for pages contact, work and press*/
/*	53 and 56 are prizes and exhibitions*/
/*.page-id-4 article p span, .page-id-56 #page-content span, .page-id-53 #page-content span{font-family:Georgia;font-size:2.7em;line-height:12px;vertical-align:sub;padding-bottom:1px;position:relative;top:2px;}	
*/

		#sidebar-nav {
			border:1px dotted;
			margin:30px;
			display:none;
		}

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}



.work_index_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.work_index_thumb {
    margin: 0 3rem 4rem 0;
}

.work_index_thumb h1 {
    margin: 1rem 0;
}

.work_index_thumb {
	position: relative;
}

.work_index_thumb:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
  transition: background .5s ease;
}

.work_index_thumb:hover:after {
	background: rgba(255, 255, 255, 0.75);
}

.work_index_thumb h1 {
	position: absolute;
	z-index: 999 !important;
}

.page-template-work #page-content img,
.page-template-news #page-content img {
    display: block;
    margin: 1rem 2rem 3rem 0;
    max-width: 545px;
    max-height: 445px;
    width: auto;
    height: auto;
}


#slb_viewer_wrap .slb_theme_slb_baseline .slb_viewer_overlay {
    background-color: #fff !important;
}

.slb_data_content,
.slb_controls {
	display: none !important;
}

.slb_container {
	border-radius: 0px !important;
	padding: 0 !important;
	/*background: rgba(0,0,0,0) !important;;*/
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag, #slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
    top: 0% !important;
    height: 100% !important;
    width: 50% !important; 
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_next .slb_template_tag {
    background-image: none !important;
    background-position: right 50% !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_content .slb_prev .slb_template_tag {
    background-image: none !important;
    background-position: left 50% !important;
}

.slb_loading {
	background: none !important;
}

/*About
*/.about_col {
	padding-right: 2rem;
}	

.page-template-about #page-content {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

h1,
h2 {
	text-transform: uppercase;
    padding: 0 0 1rem 0;
}

p {
    padding: 0 0 1rem 0;
    width: 272.5px;
}

.work_index_thumb_container {
	width: 350px;
	height: 290px;
}

.work_index_thumb img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}

@media (max-width: 765px) {

	#content {
	    margin-left: 0;
	    margin-top: 0;
	}

	nav.primary { /*the one on the top left */
		position: static;
		padding-bottom: 3rem;
	}

	.site-title a {
	    position: static;
	    text-decoration: none;
	    /* left: 0; */
	    /* top: 0; */
	    /* float: left; */
	    /* height: 300px; */
	    width: 100%;
	    /* text-align: center; */
	    font-size: 10px;
	    text-align: center;
	    /* justify-content: center; */
	    transform-origin: left top 0;
	    letter-spacing: 2px;
	    -webkit-transform: none;
	    -moz-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
	}

	.site-title {
	    text-align: center;
	}

	ul#menu-header {
		display: flex;
		justify-content: center;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	#main {
		margin: 0;
		padding: 2.5rem;
	}


	.work_index_wrapper a,
	.work_index_wrapper .work_index_thumb {
		min-width: 100%;
	}

	.work_index_thumb {
	    margin: 0 0 4rem 0;
	}

	.page-template-news-php #content img, .page-template-news-php #content iframe {
	    padding: 1rem 0 3rem 0;
	}

	p {
	    padding: 0 0 1rem 0;
	}

	.page-template-news-php #content p {
		width: 100%;
	}

	/*About
	*/.about_col {
		padding-right: 0;
	}	


	.work_index_thumb_container {
	    width: 100%;
	    max-width: 350px;
		height: auto;
	}

	.page-template-news #page-content img,
	.page-template-work #page-content img {
	    max-width: 100%;
	}

	/*Hide lightbox*/
	#slb_viewer_wrap {
	    display: none;
	}
	/*	.page-template-news .img,
	.page-template-work .img {
	    pointer-events: none;
	}*/

}


/*Cursors*/
.slb_template_tag_ui_nav_prev {
    cursor: url(images/larr.png), pointer !important;
}

.slb_template_tag_ui_nav_next {
	cursor: url(images/rarr.png), pointer !important;
}

.slb_viewer_overlay,
.slb_viewer_layout {
	cursor: url(images/cross.png), pointer !important;
}


/*Font smoothing*/
body {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
}


.work_index_thumb_container {
    display: flex;
    align-items: flex-end;
}

