/*
Theme Name: Sketch Child
Theme URI: https://wordpress.com/themes/sketch/
Template: sketch
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: A clean, responsive portfolio theme with options for a custom site logo, a featured content slider, and lots of room to share your work.
Tags: featured-images,full-width-template,grid-layout,one-column,photography,portfolio,right-sidebar,rtl-language-support,theme-options,translation-ready,two-columns
Version: 1.2.2.1519381627
Updated: 2018-02-23 10:27:07

*/

.has-site-logo .site-title {
	text-indent:-9000px;
}
/*.home .site-header {
	border-bottom:none;
	margin-bottom:0;
}*/
/*.home h1.entry-title {
	display:none;
}*/
.entry-meta {
	margin-bottom:0;
}
p, ul, ol {
    font-size: 1.25rem;
    color: #777;
    line-height: 2em;
}
p.intro {
    font-size: 1.25rem;
    font-weight: 600;
    color: #a97b50;
}
/* thumbnails */
.portfolio-entry-content,
.portfolio-entry-meta {
	display: none;
}
/* title on thumbnails */
.portfolio-entry-title {
	font-size: 0.8125em;
	line-height: 1.546em;
	letter-spacing: 1px;
	margin: 14px 0;
	text-align: center;
}
.client-project {
    margin-left: 0;
/*    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    -o-border-radius: .5em;*/
    border-radius: .5em;
    font-size: .9em;
    background-color: #f1f1f1;
/*    -moz-box-shadow: -1px 2px 2px #ccc inset;
    -webkit-box-shadow: -1px 2px 2px #ccc inset;
    -o-box-shadow: -1px 2px 2px #ccc inset;*/
    box-shadow: -1px 2px 2px #ccc inset;
    clear: both;
    background-image: url(../images/site/bg_linen-light.png);
    list-style: inside;
    background-attachment: fixed;
    padding: .5em 10px;
	text-align: center;
}
.client-project {
	background:#f1f1f1 url(../images/site/bg_linen-light.png) fixed;
	box-shadow: -1px 2px 2px #ccc inset;
	border-radius:.5em;
	clear: both;
	font-size: .9em;
	list-style:inside;
	margin-left:0;
	padding:.5em 10px;
}

.site-main {
	text-align: center;
}
/*h1.entry-title {
	text-align: left;
}*/
.main-navigation ul {
	font-size: .9rem !important; 
}
.main-navigation ul li {
color: #a97b50;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
	height: 0; 
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.storyboard-images-33pc {
	clear:both;
}

div.storyboard-images-33pc p img {
    /*display: inline;*/
	clear:none;
    float: left;
	margin: 0 !important;
    width: 33%;
}
div.storyboard-images-50pc {
	clear:both;
}

div.storyboard-images-50pc img {
    /*display: inline;*/
	clear:none;
    float: left;
	margin: 0 !important;
    width: 50%;
}
/* for IrelandTown - scrollable */
.panorama {
    border: 1px solid #666666;
    height: 350px;
    overflow: auto;
    width: 100%;
}
.panorama img {
	width:3253px !important;
	max-width:3253px !important;
	min-width: 3253px !important;
	height:300px !important;
	min-height: 300px !important;
	max-height:300px !important;
}
div.rec-quote-wrap {
	float: left;
	margin:0 5% 1em 0;
	width: 45%;
	text-align: left;
}
blockquote.rec-quote {
	background: #f1f1f1;
	border-radius: 1em;
	font-size: 1.1em;
	font-style:normal;
	margin: 0 0 1em;
	padding: 5%;
}
.grey-box-wrap /* on about page */ {
	background: #f1f1f1;
	border-radius: 1em;
	font-size: 1.1em;
	font-style:normal;
	margin: 0 auto;
	padding: 5%;
}
