<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Start: Recommended Quicksand styles */


/*---------------------------------------------------- */
/* Theme specific - Remove boxed layout from #main */
/*---------------------------------------------------- */

.page-template-template-portfolio-php #main-core,
.post-type-archive-portfolio #main-core {
	padding: 0;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.portfolio-filter,
.da-thumbs {
	padding: 10px;
	background: #FFF;
	-webkit-box-shadow: 0 1px 2px #BBB;
	-moz-box-shadow: 0 1px 2px #BBB;
	-ms-box-shadow: 0 1px 2px #BBB;
	-o-box-shadow: 0 1px 2px #BBB;
	box-shadow: 0 1px 2px #BBB;
}
.portfolio-filter,
.da-thumbs {
	margin: 0 0 10px;
}


/*---------------------------------------------------- */
/* Quicksand styles */
/*---------------------------------------------------- */

.element img {
	height: auto;
}


/*---------------------------------------------------- */
/* Filter styles  */
/*---------------------------------------------------- */

#filter.portfolio-filter {
    list-style-type: none;  
}
#filter.portfolio-filter li {  
    display: inline-block;  
    padding-right: 3px;  
}
#filter.portfolio-filter li a {
	color: white;
	display: inline-block;
	padding: 6px 25px;
	background: #292929;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#filter.portfolio-filter li a:hover {
	opacity: 0.8;
}
#filter.portfolio-filter li a.selected {
	color: white;
	background: #7A1B1B;
	opacity: 1;
}
.portfolio-wrapper {
	position: relative;
	display:block;
	overflow:hidden;
	height: auto !important;
}
.portfolio-wrapper #container-inner {
	max-width: 100%;
	position: relative !important;
}
.portfolio-wrapper .outer-link {
	margin: 0 4px 0 0;
	padding: 2px 15px;
}


/*---------------------------------------------------- */
/* Hover styles  */
/*---------------------------------------------------- */

/* Portolio Hover */
.da-thumbs li ,
.da-thumbs li &gt; a img {
	display: block;
	position: relative;
}
.da-thumbs li {
	overflow: hidden;
}
.da-thumbs li article {
	width: 100%;
	height: 100%;
	position: absolute;
	background: #292929;	
	background: rgba(0, 0, 0, 0.6)
}
.da-thumbs li article::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.da-thumbs li article.da-animate {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hover-excerpt {
	position: relative;
	margin: 10px 10% 20px 10%;
}
.hover-excerpt,
.hover-excerpt a {
	color:white;
	font-style: italic;
}
.hover-excerpt a {
	text-decoration: underline;
}

/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}

.da-thumbs {
	text-align:center;
	margin: 0;
}
.da-thumbs .entry-content {
	width:100%;
	display: inline-block;
	vertical-align: middle
}
.da-thumbs .hover-title {
	display: table;
	color:#fff;
	font-size: 14px !important;
	text-transform: uppercase;
	width: 100%;
	margin-top: 0;
	padding: 6px 0;
}
.da-thumbs .hover-title a {
	position: relative;
	padding: 5px 15px;
	white-space: nowrap;
}
.da-thumbs .entry-content a ,
.da-thumbs .entry-content a:hover {
	color: white;
}
.da-thumbs .entry-content em {
	display:block;
	color:#fff;
	margin-bottom:10px;
}
.da-thumbs .entry-content img {
	display:inline-block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}
.da-thumbs .image-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.da-thumbs .hover-links {
	width: 100%;
}
img.hover-link, 
img.hover-zoom,
.da-thumbs a.prettyPhoto img {
	display:block;
	width:35px;
	height:35px;
	background-color: #7A1B1B;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:center;
}
img.hover-link:hover,
img.hover-zoom:hover,
.da-thumbs a.prettyPhoto img:hover {
	background-color: #292929;
}
img.hover-link {
	margin-right: 5px;
	background-image:url('../lib/extentions/portfolio/images/link.png');
}
img.hover-zoom{
	margin-left: 5px;
	background-image:url('../lib/extentions/portfolio/images/zoom.png');
}

/* Remove PrettyPhoto on zoom hover */
.da-thumbs a.prettyPhoto {
}
.da-thumbs a.prettyPhoto:hover,
.da-thumbs a.prettyPhoto img:hover {
	opacity: 1;
}


/*---------------------------------------------------- */
/* Hover effect  */
/*---------------------------------------------------- */

/* Timing of events */
.da-thumbs img.hover-link,
.da-thumbs img.hover-zoom {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}</pre></body></html>