/* Custom CSS */
/*-----Handle the displaying and switching of the dynamic logo----
#logo a img {
opacity: 1;
   transition: opacity 1s ease-in-out;
   -moz-transition: opacity 1s ease-in-out;
   -webkit-transition: opacity 1s ease-in-out;
}
#logo a img:hover {
opacity: 0;
}
#logo {
display: inline-block;
margin: 10px 0 5px 0;
height: 88px;
overflow: hidden;
}
#logo a {
display:block;
width:auto;
height:88px;
overflow: hidden;
background-image:url("http://www.crestwebservices.com/storyhousepro.com/wp-content/uploads/Logo-hover.png");
background-repeat:no-repeat !important;
}
.added_link {
display:inline;
float:left;
width:10em;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
.added_link:hover {
opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
}
a.added_link {
background-color:#FFFFFF;
}
#logo, #logo a {
font-size: 12px;
font-weight: bold;
text-transform: none;
border: 0;
padding: 0 4px 0 0;
}
*/



/*-----END displaying and switching of the dynamic logo----*/

#logo a img {
width: 384px;
height: 90px;
}

/*----Removing the post metadata on slides----*/
.single-post .feature-content-meta {
display:none;
}


.feature-content-meta {
background: transparent;
padding: 20px 10px 0 10px;
float: left;
font-weight: normal;
}


/*---Remove "Comment's Closed" from the bottom of posts---*/

.nocomments {
display:none;
}

/*---Remove meta-data  from the bottom of post titles---*/
.entry-meta {
font-size: 11px;
line-height: 14px;
color: #787A7B;
text-transform: uppercase;
margin-bottom: 15px;
display: none;
}

/*--remove black lines--*/
#content {
padding-top: 10px;
border-top: 0px solid #242626;
background: url(images/2col_back_single.png) repeat-y;
}

body.home .entry-content, body.page-template-template-home-fullwidth-php .entry-content, .entry-summary {
background: none;
}

/*---make pages white---*/
body.page-template-template-full-width-php #content {
background: white;
}

body.home #content, body.page-template-template-home-fullwidth-php #content {
background:  white;
}

#footer-feature-wrapper li {
    border-left: 0px dotted #4d4e4e;
	display: block;
	float: left;
	width: 200px;
	margin: 20px 0 0;
	padding: 0 20px 0 20px;
	vertical-align: top;
	text-align: center;
}

/*---adjust the size of the banner height on specific pages--*/

#feature-wrapper {
height: 450px;
overflow: hidden;
width: 100%;
}

.page-home #feature-wrapper {
height: 600px;
overflow: hidden;
width: 100%;
}

#primary-nav .menu-dropdown {
left: -50px;
}


/*---make slides transition slower on the home page---*/

.post-thumb a img { 
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}
/*--Turn the content Backgound white--*/
div#content {
background-color:#FFFFFF;
}

body {
/* background:url("http://www.crestwebservices.com/storyhousepro.com/wp-content/uploads/bg.jpg"); */
background-color:#C3C3C3;
}

/*---Remove some padding in the footer---*/
.footer-widgets {
background: #202222;
padding: 25px 0 25px 0;
}

/*---Remove grey dotted lines in the footer---*/
.footer-widgets .inner {
background: none;
}

/*---remove the pagination---*/
.page-navigation, .single-page-navigation {
background: white url(images/2col_back.png) repeat-y;
border-top: 6px solid #242626;
min-height: 60px;
text-transform: uppercase;
padding-top: 45px;
line-height: 16px;
display:none;
}

/*---indent category hierarcy---*/
.widget .children, .entry-content ol ol, .entry-content ol ul, .entry-content ul ul, .comment-body ol ol, .comment-body ol ul, .comment-body ul ul, .widget ul ul {
margin-bottom: 0;
margin-left: 25px;
}

/*---scrunch menu a bit---*/
#primary-nav ul a {
font-size: 12px;
text-transform: uppercase;
padding: 0 4px 0 7px;
font-weight: bold;
height: 65px;
line-height: 65px;
}

/*---Add grey filter to the logos---*/
.DOP_ThumbnailScroller_Container img, .DOP_ThumbnailScroller_LightboxWrapper img {
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+, IE10 */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.DOP_ThumbnailScroller_Container img:hover, .DOP_ThumbnailScroller_LightboxWrapper img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

/*---Widen the buttons on portfolios---*/
.cgm_isotype_menu_405 li a {
background-image: -moz-linear-gradient(center top,rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0));
padding: 0.4em 0.9em !important;
}

/*---tighten up rows on the Our Team page---*/
.zilla-one-half, .zilla-one-third, .zilla-two-third, .zilla-three-fourth, .zilla-one-fourth, .zilla-one-fifth, .zilla-two-fifth, .zilla-three-fifth, .zilla-four-fifth, .zilla-one-sixth, .zilla-five-sixth {
position: relative;
margin-right: 4%;
margin-bottom: 0;
float: left;
}

.page-our-team .entry-content h3 {
margin-top: 0px;
}

/*---shorten the banner on 18th street submissions page---*/
.page-18th-street-films-project-submissions .feature img {
width: 100%;
height: 300px;
margin-top: -290px !important;
}

.page-18th-street-films-project-submissions #feature-wrapper {
height: 300px;
overflow: hidden;
width: 100%;
}

/*----HOME PAGE: Make Captions appear under the title and bigger 16px text (10px original)---*/
.feature-credit {
position: relative;
background: rgba(0, 0, 0, 0.4);
font-size: 16px;
text-transform: uppercase;
padding: 1px 10px;
font-weight: normal;
margin-bottom:-20px;
margin-left:5px;
}

.feature-content h1, .feature-content h2 {
display: block;
font-family: 'Bitter',serif;
font-weight: bold!important;
font-size: 34px;
line-height: 44px;
max-width: 900px; /*extend the width off the titles so they don't wrap.*/
margin-left: 10px;
}

.cgm_isotype_menu_1397 li:last-child a {
border-right: 1px solid #CDCDCD !important;
border-right-color: #CDCDCD !important;
display:none;
}

/*--added to the header under the logo--
<div style="padding-left:45px;">
<a class="added_link" style="text-align:center; height:20px;margin:-17px 0 10px 0;background:none;" href="http://www.crestwebservices.com/storyhousepro.com/about-us/global-presence/#washington">Washington D.C., </a><a class="added_link" style="text-align:center; height:20px;margin:-17px 0 10px 0;background:none;" href="http://www.crestwebservices.com/storyhousepro.com/about-us/global-presence/#berlin">Berlin, </a><a class="added_link" style="text-align:center; height:20px;margin:-17px 0 10px 0;background:none;" href="http://www.crestwebservices.com/storyhousepro.com/about-us/global-presence/#munich">Munich, </a><a class="added_link" style="text-align:center; height:20px;margin:-17px 0 10px 0;background:none;" href="http://www.crestwebservices.com/storyhousepro.com/about-us/global-presence/#halifax">Halifax, </a><a class="added_link" style="text-align:center; height:20px;margin:-17px 0 10px 0;background:none;" href="http://www.crestwebservices.com/storyhousepro.com/about-us/global-presence/#toronto">Toronto</a>          
</div>      

Added to line 28 of template-home-fullwidth.php to filter the posts on the home page to the news category and limit them to three.

 $wp_query = new WP_Query(array( 'post_type' => 'post','paged' => $paged, 'category__in' => 12,'posts_per_page' => 3 ));	

Added to the footer to produce the logo slider

<?php echo do_shortcode('[dopts id="1"]'); ?>
 images uploaded need to be 120 x 64
*/	




#footer a:hover,
.feature-credit a:hover,
.feature-content a:hover {
	color: #ffd62c !important;
}.feature-navigation a:hover,
.footer-widgets .zilla_flickr_widget a:hover img,
#footer-feature-nav a:hover,
.post-thumb a:hover,
.comment.author-comment .avatar,
#commentform .form-submit input:hover,
.contactform li button:hover,
.zilla-popular-widget-nav a:hover {
	background-color: #ffd62c !important;
}